@charset "UTF-8";

/*********************
SETTINGS
*********************/


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.promotions-contact-dealer .dealer-locator-results .close-toolbar {
    display: none!important;
}

.cartool .dealer-locator-map-container .dealer-locator-map .marker-div-cont img.marker-pin-fc {
    height: 34px;
    transform: translate(-50%, -100%);
    cursor: pointer;
}

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: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}

sub {
    bottom: -0.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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .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 th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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 #eeeeee;
}

.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;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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 #eeeeee;
}

.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: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .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: 667px) {
    .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,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    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;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 667px) {
    .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[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

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, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    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;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 667px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.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-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 667px) {
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    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>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    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>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 666px) {
    .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>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        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: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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: #eeeeee;
    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="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.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-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    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 textarea.form-control,
.form-group-sm select[multiple].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,
.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.33333;
    border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.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;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 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: 667px) {
    .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 .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 667px) {
    .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: 667px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 667px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    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, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 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: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    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.42857;
    color: #777777;
    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;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 667px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.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-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    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:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    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:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    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;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 667px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 667px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 667px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 667px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 667px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 320px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 667px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 667px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 667px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 667px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 667px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 666px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 667px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 667px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 666px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 667px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 667px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 667px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 666px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 666px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 667px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.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: bold;
}

.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;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.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-left,
.media-right,
.media-body {
    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:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    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:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    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: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,
.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 {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .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:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    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:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    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:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    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:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    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;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    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 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 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;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.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: 667px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .modal-lg {
        width: 900px;
    }
}

.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 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 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;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.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: 667px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 667px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix: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;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 666px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 666px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 666px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 666px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 667px) and (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 667px) and (max-width: 767px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 667px) and (max-width: 767px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 667px) and (max-width: 767px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 666px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 667px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .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;
    }
    th.visible-print,
    td.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;
    }
}


/* COLORS */


/*********************
COMMON VARS
*********************/


/* FONT FAMILIES */


/*********************
BASE
*********************/


/** GLYPHICONS **/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../../fonts/glyphicons-halflings-regular.eot");
    src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


/* ROBOTO REGULAR */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Roboto-Regular.ttf");
    src: url("fonts/Roboto-Regular.ttf") format("truetype");
}


/* ROBOTO ITALIC */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url("fonts/Roboto-Italic.ttf");
    src: url("fonts/Roboto-Italic.ttf") format("truetype");
}


/* ROBOTO LIGHT ITALIC */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url("fonts/Roboto-LightItalic.ttf");
    src: url("fonts/Roboto-LightItalic.ttf") format("truetype");
}


/* ROBOTO MEDIUM */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Roboto-Medium.ttf");
    src: url("fonts/Roboto-Medium.ttf") format("truetype");
}


/* ROBOTO BOLD */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/Roboto-Bold.ttf");
    src: url("fonts/Roboto-Bold.ttf") format("truetype");
}


/* ROBOTO BLACK */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url("fonts/Roboto-Black.ttf");
    src: url("fonts/Roboto-Black.ttf") format("truetype");
}


/*********************
ELEMENT FONT DEFINITIONS
*********************/

.font-regular {
    font-weight: 400;
}

.font-italic {
    font-weight: 400;
    font-style: italic;
}

.font-light-italic {
    font-weight: 300;
    font-style: italic;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-black {
    font-weight: 900;
}

h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
}

h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 25px;
}

h3 {
    font-weight: 900;
    font-size: 30px;
    line-height: 25px;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

@font-face {
    font-family: 'fiatpro-menu';
    src: url("fonts/fiatpro.eot");
    src: url("fonts/fiatpro.ttf") format("truetype"), url("fonts/fiatpro.woff") format("woff"), url("fonts/fiatpro.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

html body .brand.site .brand-header header [class^="ico-"],
html body .brand.site .brand-header header [class*=" ico-"],
html body .brand-footer footer [class^="ico-"],
html body .brand-footer footer [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fiatpro-menu' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header.header-v09-2019 .main-navigation nav .nav-search {
    padding-top: 10px
}


/* Look that font name is ico and not icon */

.brand-header .ico-big-arrow-dx:before {
    content: "\e935";
}

.brand-header .ico-big-arrow-sx:before {
    content: "\e936";
}

.brand-header .ico-stock:before {
    content: "\e934";
}

.brand-header .ico-smyorg:before {
    content: "\e900";
}

.brand-header .ico-plus:before {
    content: "\e901";
}

.brand-header .ico-testdrive:before {
    content: "\e902";
}

.brand-header .ico-finder:before {
    content: "\e903";
}

.brand-header .ico-brochure:before {
    content: "\e904";
}

.brand-header .ico-search:before {
    content: "\e905";
}

.brand-header .ico-information:before {
    content: "\e906";
}

.brand-header .ico-configurator:before {
    content: "\e907";
}

.brand-header .ico-play:before {
    content: "\e908";
}

.brand-header .ico-hotspots:before {
    content: "\e909";
}

.brand-header .ico-business:before {
    content: "\e90a";
}

.brand-header .ico-promo:before {
    content: "\e90b";
}

.brand-header .ico-tco:before {
    content: "\e90c";
}

.brand-header .ico-facebook:before {
    content: "\e90d";
}

.brand-header .ico-instagram:before {
    content: "\e90e";
}

.brand-header .ico-newsletter:before {
    content: "\e90f";
}

.brand-header .ico-phone:before {
    content: "\e910";
}

.brand-header .ico-easy:before {
    content: "\e911";
}

.brand-header .ico-quote:before {
    content: "\e912";
}

.brand-header .ico-twitter:before {
    content: "\e913";
}

.brand-header .ico-youtube:before {
    content: "\e914";
}

.brand-header .ico-close:before {
    content: "\e915";
}

.brand-header .ico-body-builder:before {
    content: "\e916";
}

.brand-header .ico-my-fiatpro:before {
    content: "\e917";
}

.brand-header .ico-key:before {
    content: "\e918";
}

.brand-header .ico-call-us:before {
    content: "\e919";
}

.brand-header .ico-eco:before {
    content: "\e91a";
}

.brand-header .ico-arrow-right:before {
    content: "\e91b";
}

.brand-header .ico-arrow-left:before {
    content: "\e91c";
}

.brand-header .ico-camper-gears:before {
    content: "\e91d";
}

.brand-header .ico-camper-arrow:before {
    content: "\e91e";
}

.brand-header .ico-camper-dimensioni:before {
    content: "\e91f";
}

.brand-header .ico-camper-posti:before {
    content: "\e920";
}

.brand-header .ico-website:before {
    content: "\e921";
}

.brand-header .ico-bodyshop:before {
    content: "\e922";
}

.brand-header .ico-dealer:before {
    content: "\e923";
}

.brand-header .ico-garage:before {
    content: "\e924";
}

.brand-header .ico-camper:before {
    content: "\e925";
}

.brand-header .ico-specialist:before {
    content: "\e926";
}

.brand-header .ico-organized:before {
    content: "\e927";
}

.brand-header .ico-find-dealer:before {
    content: "\e928";
}

.brand-header .ico-interior:before {
    content: "\e929";
}

.brand-header .ico-pendenza:before {
    content: "\e92a";
}

.brand-header .ico-camper-assistance:before {
    content: "\e92b";
}

.brand-header .ico-landscape:before {
    content: "\e92c";
}

.brand-header .ico-promo-discount:before {
    content: "\e92d";
}

.brand-header .ico-dl-mail:before {
    content: "\e92e";
}

.brand-header .ico-dl-phone:before {
    content: "\e92f";
}

.brand-header .ico-vk-logo:before {
    content: "\e930";
}

.brand-header .ico-reload:before {
    content: "\e931";
}

.brand-header .ico-geolocate:before {
    content: "\e932";
}

.brand-header .ico-arrow:before {
    content: "\e933";
}


/************/

.brand-footer .ico-big-arrow-dx:before {
    content: "\e935";
}

.brand-footer .ico-big-arrow-sx:before {
    content: "\e936";
}

.brand-footer .ico-stock:before {
    content: "\e934";
}

.brand-footer .ico-smyorg:before {
    content: "\e900";
}

.brand-footer .ico-plus:before {
    content: "\e901";
}

.brand-footer .ico-testdrive:before {
    content: "\e902";
}

.brand-footer .ico-finder:before {
    content: "\e903";
}

.brand-footer .ico-brochure:before {
    content: "\e904";
}

.brand-footer .ico-search:before {
    content: "\e905";
}

.brand-footer .ico-information:before {
    content: "\e906";
}

.brand-footer .ico-configurator:before {
    content: "\e907";
}

.brand-footer .ico-play:before {
    content: "\e908";
}

.brand-footer .ico-hotspots:before {
    content: "\e909";
}

.brand-footer .ico-business:before {
    content: "\e90a";
}

.brand-footer .ico-promo:before {
    content: "\e90b";
}

.brand-footer .ico-tco:before {
    content: "\e90c";
}

.brand-footer .ico-facebook:before {
    content: "\e90d";
}

.brand-footer .ico-instagram:before {
    content: "\e90e";
}

.brand-footer .ico-newsletter:before {
    content: "\e90f";
}

.brand-footer .ico-phone:before {
    content: "\e910";
}

.brand-footer .ico-easy:before {
    content: "\e911";
}

.brand-footer .ico-quote:before {
    content: "\e912";
}

.brand-footer .ico-twitter:before {
    content: "\e913";
}

.brand-footer .ico-youtube:before {
    content: "\e914";
}

.brand-footer .ico-close:before {
    content: "\e915";
}

.brand-footer .ico-body-builder:before {
    content: "\e916";
}

.brand-footer .ico-my-fiatpro:before {
    content: "\e917";
}

.brand-footer .ico-key:before {
    content: "\e918";
}

.brand-footer .ico-call-us:before {
    content: "\e919";
}

.brand-footer .ico-eco:before {
    content: "\e91a";
}

.brand-footer .ico-arrow-right:before {
    content: "\e91b";
}

.brand-footer .ico-arrow-left:before {
    content: "\e91c";
}

.brand-footer .ico-camper-gears:before {
    content: "\e91d";
}

.brand-footer .ico-camper-arrow:before {
    content: "\e91e";
}

.brand-footer .ico-camper-dimensioni:before {
    content: "\e91f";
}

.brand-footer .ico-camper-posti:before {
    content: "\e920";
}

.brand-footer .ico-website:before {
    content: "\e921";
}

.brand-footer .ico-bodyshop:before {
    content: "\e922";
}

.brand-footer .ico-dealer:before {
    content: "\e923";
}

.brand-footer .ico-garage:before {
    content: "\e924";
}

.brand-footer .ico-camper:before {
    content: "\e925";
}

.brand-footer .ico-specialist:before {
    content: "\e926";
}

.brand-footer .ico-organized:before {
    content: "\e927";
}

.brand-footer .ico-find-dealer:before {
    content: "\e928";
}

.brand-footer .ico-interior:before {
    content: "\e929";
}

.brand-footer .ico-pendenza:before {
    content: "\e92a";
}

.brand-footer .ico-camper-assistance:before {
    content: "\e92b";
}

.brand-footer .ico-landscape:before {
    content: "\e92c";
}

.brand-footer .ico-promo-discount:before {
    content: "\e92d";
}

.brand-footer .ico-dl-mail:before {
    content: "\e92e";
}

.brand-footer .ico-dl-phone:before {
    content: "\e92f";
}

.brand-footer .ico-vk-logo:before {
    content: "\e930";
}

.brand-footer .ico-reload:before {
    content: "\e931";
}

.brand-footer .ico-geolocate:before {
    content: "\e932";
}

.brand-footer .ico-arrow:before {
    content: "\e933";
}

@keyframes bottomSlide {
    00%,
    5% {
        background-position: bottom right;
    }
    100% {
        background-position: bottom left;
    }
}


/*********************
MIXINS
*********************/

.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flex-column {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

.main-shadow {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.border-bottom-slide {
    position: relative;
}

.border-bottom-slide:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #9c1019 50%, #cccccc 50%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: bottomSlide 4s linear;
    z-index: 999;
}


/*********************
START HELPERS
*********************/


/* Start common class font-size */

.font-10 {
    font-size: 10px;
    line-height: 1.2;
}

.font-11 {
    font-size: 11px;
    line-height: 1.2;
}

.font-12 {
    font-size: 12px;
    line-height: 1.2;
}

.font-13 {
    font-size: 13px;
    line-height: 1.2;
}

.font-14 {
    font-size: 14px;
    line-height: 1.2;
}

.font-15 {
    font-size: 15px;
    line-height: 1.2;
}

.font-16 {
    font-size: 16px;
    line-height: 1.2;
}

.font-17 {
    font-size: 17px;
    line-height: 1.2;
}

.font-18 {
    font-size: 18px;
    line-height: 1.2;
}

.font-19 {
    font-size: 19px;
    line-height: 1.2;
}

.font-20 {
    font-size: 20px;
    line-height: 1.2;
}

.font-21 {
    font-size: 21px;
    line-height: 1.2;
}

.font-22 {
    font-size: 22px;
    line-height: 1.2;
}

.font-23 {
    font-size: 23px;
    line-height: 1.2;
}

.font-24 {
    font-size: 24px;
    line-height: 1.2;
}

.font-25 {
    font-size: 25px;
    line-height: 1.2;
}

.font-26 {
    font-size: 26px;
    line-height: 1.2;
}

.font-27 {
    font-size: 27px;
    line-height: 1.2;
}

.font-28 {
    font-size: 28px;
    line-height: 1.2;
}

.font-29 {
    font-size: 29px;
    line-height: 1.2;
}

.font-30 {
    font-size: 30px;
    line-height: 1.2;
}

.font-31 {
    font-size: 31px;
    line-height: 1.2;
}

.font-32 {
    font-size: 32px;
    line-height: 1.2;
}

.font-33 {
    font-size: 33px;
    line-height: 1.2;
}

.font-34 {
    font-size: 34px;
    line-height: 1.2;
}

.font-35 {
    font-size: 35px;
    line-height: 1.2;
}

.font-36 {
    font-size: 36px;
    line-height: 1.2;
}

.font-37 {
    font-size: 37px;
    line-height: 1.2;
}

.font-38 {
    font-size: 38px;
    line-height: 1.2;
}

.font-39 {
    font-size: 39px;
    line-height: 1.2;
}

.font-40 {
    font-size: 40px;
    line-height: 1.2;
}

.font-41 {
    font-size: 41px;
    line-height: 1.2;
}

.font-42 {
    font-size: 42px;
    line-height: 1.2;
}

.font-43 {
    font-size: 43px;
    line-height: 1.2;
}

.font-44 {
    font-size: 44px;
    line-height: 1.2;
}

.font-45 {
    font-size: 45px;
    line-height: 1.2;
}

.font-46 {
    font-size: 46px;
    line-height: 1.2;
}

.font-47 {
    font-size: 47px;
    line-height: 1.2;
}

.font-48 {
    font-size: 48px;
    line-height: 1.2;
}

.font-49 {
    font-size: 49px;
    line-height: 1.2;
}

.font-50 {
    font-size: 50px;
    line-height: 1.2;
}

.font-51 {
    font-size: 51px;
    line-height: 1.2;
}

.font-52 {
    font-size: 52px;
    line-height: 1.2;
}

.font-53 {
    font-size: 53px;
    line-height: 1.2;
}

.font-54 {
    font-size: 54px;
    line-height: 1.2;
}

.font-55 {
    font-size: 55px;
    line-height: 1.2;
}

.font-56 {
    font-size: 56px;
    line-height: 1.2;
}

.font-57 {
    font-size: 57px;
    line-height: 1.2;
}

.font-58 {
    font-size: 58px;
    line-height: 1.2;
}

.font-59 {
    font-size: 59px;
    line-height: 1.2;
}

.font-60 {
    font-size: 60px;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/* End common class font-size */

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.text-italic {
    font-style: italic;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.full-width {
    min-width: 100%;
}

.auto-width {
    min-width: 0;
}


/* Start Padding */

.padding-0 {
    padding: 0px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-55 {
    padding: 55px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-65 {
    padding: 65px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-75 {
    padding: 75px !important;
}

.padding-80 {
    padding: 80px !important;
}

.padding-90 {
    padding: 90px !important;
}

.padding-100 {
    padding: 100px !important;
}

.padding-150 {
    padding: 150px !important;
}

.padding-165 {
    padding: 165px !important;
}

.padding-180 {
    padding: 180px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-55 {
    padding-left: 55px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-left-65 {
    padding-left: 65px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-left-75 {
    padding-left: 75px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-left-90 {
    padding-left: 90px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}

.padding-left-150 {
    padding-left: 150px !important;
}

.padding-left-165 {
    padding-left: 165px !important;
}

.padding-left-180 {
    padding-left: 180px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-right-55 {
    padding-right: 55px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.padding-right-65 {
    padding-right: 65px !important;
}

.padding-right-70 {
    padding-right: 70px !important;
}

.padding-right-75 {
    padding-right: 75px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

.padding-right-90 {
    padding-right: 90px !important;
}

.padding-right-100 {
    padding-right: 100px !important;
}

.padding-right-150 {
    padding-right: 150px !important;
}

.padding-right-165 {
    padding-right: 165px !important;
}

.padding-right-180 {
    padding-right: 180px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-65 {
    padding-top: 65px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-75 {
    padding-top: 75px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-165 {
    padding-top: 165px !important;
}

.padding-top-180 {
    padding-top: 180px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-65 {
    padding-bottom: 65px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-75 {
    padding-bottom: 75px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.padding-bottom-165 {
    padding-bottom: 165px !important;
}

.padding-bottom-180 {
    padding-bottom: 180px !important;
}


/* End Padding */


/* Start Margin */

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

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-35 {
    margin: 35px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-45 {
    margin: 45px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-55 {
    margin: 55px !important;
}

.margin-60 {
    margin: 60px !important;
}

.margin-65 {
    margin: 65px !important;
}

.margin-70 {
    margin: 70px !important;
}

.margin-75 {
    margin: 75px !important;
}

.margin-80 {
    margin: 80px !important;
}

.margin-90 {
    margin: 90px !important;
}

.margin-100 {
    margin: 100px !important;
}

.margin-150 {
    margin: 150px !important;
}

.margin-165 {
    margin: 165px !important;
}

.margin-180 {
    margin: 180px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-55 {
    margin-left: 55px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-65 {
    margin-left: 65px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-75 {
    margin-left: 75px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-left-90 {
    margin-left: 90px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-left-150 {
    margin-left: 150px !important;
}

.margin-left-165 {
    margin-left: 165px !important;
}

.margin-left-180 {
    margin-left: 180px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-55 {
    margin-right: 55px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-right-65 {
    margin-right: 65px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.margin-right-75 {
    margin-right: 75px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.margin-right-90 {
    margin-right: 90px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.margin-right-150 {
    margin-right: 150px !important;
}

.margin-right-165 {
    margin-right: 165px !important;
}

.margin-right-180 {
    margin-right: 180px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-top-165 {
    margin-top: 165px !important;
}

.margin-top-180 {
    margin-top: 180px !important;
}

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

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.margin-bottom-165 {
    margin-bottom: 165px !important;
}

.margin-bottom-180 {
    margin-bottom: 180px !important;
}


/* End Margin */


/* Start Button */

.btn-width-0 {
    width: 0px !important;
}

.btn-width-5 {
    width: 5px !important;
}

.btn-width-10 {
    width: 10px !important;
}

.btn-width-15 {
    width: 15px !important;
}

.btn-width-20 {
    width: 20px !important;
}

.btn-width-25 {
    width: 25px !important;
}

.btn-width-30 {
    width: 30px !important;
}

.btn-width-35 {
    width: 35px !important;
}

.btn-width-40 {
    width: 40px !important;
}

.btn-width-45 {
    width: 45px !important;
}

.btn-width-50 {
    width: 50px !important;
}

.btn-width-55 {
    width: 55px !important;
}

.btn-width-60 {
    width: 60px !important;
}

.btn-width-65 {
    width: 65px !important;
}

.btn-width-70 {
    width: 70px !important;
}

.btn-width-75 {
    width: 75px !important;
}

.btn-width-80 {
    width: 80px !important;
}

.btn-width-90 {
    width: 90px !important;
}

.btn-width-100 {
    width: 100px !important;
}

.btn-width-150 {
    width: 150px !important;
}

.btn-width-165 {
    width: 165px !important;
}

.btn-width-180 {
    width: 180px !important;
}


/* End Button */


/* +++ Class for have same height of columns +++ */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.row-height .col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

@media screen and (min-width: 320px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .row-xs-height .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media screen and (min-width: 667px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .row-sm-height .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .row-md-height .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .row-lg-height .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}


/* +++ End class for have same height of columns +++ */


/* Start color and background classes */


/* example: color-red-dark, color-grey33, bg-grey33 */


/* responsive example: color-red-dark-sm, color-grey33-md, bg-grey33-lg */

.color-red {
    color: #9c1019 !important;
}

.color-grey33 {
    color: #333333 !important;
}

.color-greyED {
    color: #ededed !important;
}

.color-greyEE {
    color: #eeeeee !important;
}

.color-greyF2 {
    color: #f2f2f2 !important;
}

.color-white {
    color: #FFFFFF !important;
}

.color-transparent {
    color: transparent !important;
}

.bg-red {
    background-color: #9c1019 !important;
}

.bg-grey33 {
    background-color: #333333 !important;
}

.bg-greyED {
    background-color: #ededed !important;
}

.bg-greyEE {
    background-color: #eeeeee !important;
}

.bg-greyF2 {
    background-color: #f2f2f2 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-transparent {
    background-color: transparent !important;
}

@media (max-width: 666px) {
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-bold-xs {
        font-weight: bold;
    }
    .text-normal-xs {
        font-weight: normal;
    }
    .text-italic-xs {
        font-style: italic;
    }
    .full-width-xs {
        min-width: 100%;
    }
    .auto-width-xs {
        min-width: 0;
    }
    .padding-0-xs {
        padding: 0px !important;
    }
    .padding-5-xs {
        padding: 5px !important;
    }
    .padding-10-xs {
        padding: 10px !important;
    }
    .padding-15-xs {
        padding: 15px !important;
    }
    .padding-20-xs {
        padding: 20px !important;
    }
    .padding-25-xs {
        padding: 25px !important;
    }
    .padding-30-xs {
        padding: 30px !important;
    }
    .padding-35-xs {
        padding: 35px !important;
    }
    .padding-40-xs {
        padding: 40px !important;
    }
    .padding-45-xs {
        padding: 45px !important;
    }
    .padding-50-xs {
        padding: 50px !important;
    }
    .padding-55-xs {
        padding: 55px !important;
    }
    .padding-60-xs {
        padding: 60px !important;
    }
    .padding-65-xs {
        padding: 65px !important;
    }
    .padding-70-xs {
        padding: 70px !important;
    }
    .padding-75-xs {
        padding: 75px !important;
    }
    .padding-80-xs {
        padding: 80px !important;
    }
    .padding-90-xs {
        padding: 90px !important;
    }
    .padding-100-xs {
        padding: 100px !important;
    }
    .padding-150-xs {
        padding: 150px !important;
    }
    .padding-165-xs {
        padding: 165px !important;
    }
    .padding-180-xs {
        padding: 180px !important;
    }
    .padding-left-0-xs {
        padding-left: 0px !important;
    }
    .padding-left-5-xs {
        padding-left: 5px !important;
    }
    .padding-left-10-xs {
        padding-left: 10px !important;
    }
    .padding-left-15-xs {
        padding-left: 15px !important;
    }
    .padding-left-20-xs {
        padding-left: 20px !important;
    }
    .padding-left-25-xs {
        padding-left: 25px !important;
    }
    .padding-left-30-xs {
        padding-left: 30px !important;
    }
    .padding-left-35-xs {
        padding-left: 35px !important;
    }
    .padding-left-40-xs {
        padding-left: 40px !important;
    }
    .padding-left-45-xs {
        padding-left: 45px !important;
    }
    .padding-left-50-xs {
        padding-left: 50px !important;
    }
    .padding-left-55-xs {
        padding-left: 55px !important;
    }
    .padding-left-60-xs {
        padding-left: 60px !important;
    }
    .padding-left-65-xs {
        padding-left: 65px !important;
    }
    .padding-left-70-xs {
        padding-left: 70px !important;
    }
    .padding-left-75-xs {
        padding-left: 75px !important;
    }
    .padding-left-80-xs {
        padding-left: 80px !important;
    }
    .padding-left-90-xs {
        padding-left: 90px !important;
    }
    .padding-left-100-xs {
        padding-left: 100px !important;
    }
    .padding-left-150-xs {
        padding-left: 150px !important;
    }
    .padding-left-165-xs {
        padding-left: 165px !important;
    }
    .padding-left-180-xs {
        padding-left: 180px !important;
    }
    .padding-right-0-xs {
        padding-right: 0px !important;
    }
    .padding-right-5-xs {
        padding-right: 5px !important;
    }
    .padding-right-10-xs {
        padding-right: 10px !important;
    }
    .padding-right-15-xs {
        padding-right: 15px !important;
    }
    .padding-right-20-xs {
        padding-right: 20px !important;
    }
    .padding-right-25-xs {
        padding-right: 25px !important;
    }
    .padding-right-30-xs {
        padding-right: 30px !important;
    }
    .padding-right-35-xs {
        padding-right: 35px !important;
    }
    .padding-right-40-xs {
        padding-right: 40px !important;
    }
    .padding-right-45-xs {
        padding-right: 45px !important;
    }
    .padding-right-50-xs {
        padding-right: 50px !important;
    }
    .padding-right-55-xs {
        padding-right: 55px !important;
    }
    .padding-right-60-xs {
        padding-right: 60px !important;
    }
    .padding-right-65-xs {
        padding-right: 65px !important;
    }
    .padding-right-70-xs {
        padding-right: 70px !important;
    }
    .padding-right-75-xs {
        padding-right: 75px !important;
    }
    .padding-right-80-xs {
        padding-right: 80px !important;
    }
    .padding-right-90-xs {
        padding-right: 90px !important;
    }
    .padding-right-100-xs {
        padding-right: 100px !important;
    }
    .padding-right-150-xs {
        padding-right: 150px !important;
    }
    .padding-right-165-xs {
        padding-right: 165px !important;
    }
    .padding-right-180-xs {
        padding-right: 180px !important;
    }
    .padding-top-0-xs {
        padding-top: 0px !important;
    }
    .padding-top-5-xs {
        padding-top: 5px !important;
    }
    .padding-top-10-xs {
        padding-top: 10px !important;
    }
    .padding-top-15-xs {
        padding-top: 15px !important;
    }
    .padding-top-20-xs {
        padding-top: 20px !important;
    }
    .padding-top-25-xs {
        padding-top: 25px !important;
    }
    .padding-top-30-xs {
        padding-top: 30px !important;
    }
    .padding-top-35-xs {
        padding-top: 35px !important;
    }
    .padding-top-40-xs {
        padding-top: 40px !important;
    }
    .padding-top-45-xs {
        padding-top: 45px !important;
    }
    .padding-top-50-xs {
        padding-top: 50px !important;
    }
    .padding-top-55-xs {
        padding-top: 55px !important;
    }
    .padding-top-60-xs {
        padding-top: 60px !important;
    }
    .padding-top-65-xs {
        padding-top: 65px !important;
    }
    .padding-top-70-xs {
        padding-top: 70px !important;
    }
    .padding-top-75-xs {
        padding-top: 75px !important;
    }
    .padding-top-80-xs {
        padding-top: 80px !important;
    }
    .padding-top-90-xs {
        padding-top: 90px !important;
    }
    .padding-top-100-xs {
        padding-top: 100px !important;
    }
    .padding-top-150-xs {
        padding-top: 150px !important;
    }
    .padding-top-165-xs {
        padding-top: 165px !important;
    }
    .padding-top-180-xs {
        padding-top: 180px !important;
    }
    .padding-bottom-0-xs {
        padding-bottom: 0px !important;
    }
    .padding-bottom-5-xs {
        padding-bottom: 5px !important;
    }
    .padding-bottom-10-xs {
        padding-bottom: 10px !important;
    }
    .padding-bottom-15-xs {
        padding-bottom: 15px !important;
    }
    .padding-bottom-20-xs {
        padding-bottom: 20px !important;
    }
    .padding-bottom-25-xs {
        padding-bottom: 25px !important;
    }
    .padding-bottom-30-xs {
        padding-bottom: 30px !important;
    }
    .padding-bottom-35-xs {
        padding-bottom: 35px !important;
    }
    .padding-bottom-40-xs {
        padding-bottom: 40px !important;
    }
    .padding-bottom-45-xs {
        padding-bottom: 45px !important;
    }
    .padding-bottom-50-xs {
        padding-bottom: 50px !important;
    }
    .padding-bottom-55-xs {
        padding-bottom: 55px !important;
    }
    .padding-bottom-60-xs {
        padding-bottom: 60px !important;
    }
    .padding-bottom-65-xs {
        padding-bottom: 65px !important;
    }
    .padding-bottom-70-xs {
        padding-bottom: 70px !important;
    }
    .padding-bottom-75-xs {
        padding-bottom: 75px !important;
    }
    .padding-bottom-80-xs {
        padding-bottom: 80px !important;
    }
    .padding-bottom-90-xs {
        padding-bottom: 90px !important;
    }
    .padding-bottom-100-xs {
        padding-bottom: 100px !important;
    }
    .padding-bottom-150-xs {
        padding-bottom: 150px !important;
    }
    .padding-bottom-165-xs {
        padding-bottom: 165px !important;
    }
    .padding-bottom-180-xs {
        padding-bottom: 180px !important;
    }
    .margin-0-xs {
        margin: 0px !important;
    }
    .margin-5-xs {
        margin: 5px !important;
    }
    .margin-10-xs {
        margin: 10px !important;
    }
    .margin-15-xs {
        margin: 15px !important;
    }
    .margin-20-xs {
        margin: 20px !important;
    }
    .margin-25-xs {
        margin: 25px !important;
    }
    .margin-30-xs {
        margin: 30px !important;
    }
    .margin-35-xs {
        margin: 35px !important;
    }
    .margin-40-xs {
        margin: 40px !important;
    }
    .margin-45-xs {
        margin: 45px !important;
    }
    .margin-50-xs {
        margin: 50px !important;
    }
    .margin-55-xs {
        margin: 55px !important;
    }
    .margin-60-xs {
        margin: 60px !important;
    }
    .margin-65-xs {
        margin: 65px !important;
    }
    .margin-70-xs {
        margin: 70px !important;
    }
    .margin-75-xs {
        margin: 75px !important;
    }
    .margin-80-xs {
        margin: 80px !important;
    }
    .margin-90-xs {
        margin: 90px !important;
    }
    .margin-100-xs {
        margin: 100px !important;
    }
    .margin-150-xs {
        margin: 150px !important;
    }
    .margin-165-xs {
        margin: 165px !important;
    }
    .margin-180-xs {
        margin: 180px !important;
    }
    .margin-left-0-xs {
        margin-left: 0px !important;
    }
    .margin-left-5-xs {
        margin-left: 5px !important;
    }
    .margin-left-10-xs {
        margin-left: 10px !important;
    }
    .margin-left-15-xs {
        margin-left: 15px !important;
    }
    .margin-left-20-xs {
        margin-left: 20px !important;
    }
    .margin-left-25-xs {
        margin-left: 25px !important;
    }
    .margin-left-30-xs {
        margin-left: 30px !important;
    }
    .margin-left-35-xs {
        margin-left: 35px !important;
    }
    .margin-left-40-xs {
        margin-left: 40px !important;
    }
    .margin-left-45-xs {
        margin-left: 45px !important;
    }
    .margin-left-50-xs {
        margin-left: 50px !important;
    }
    .margin-left-55-xs {
        margin-left: 55px !important;
    }
    .margin-left-60-xs {
        margin-left: 60px !important;
    }
    .margin-left-65-xs {
        margin-left: 65px !important;
    }
    .margin-left-70-xs {
        margin-left: 70px !important;
    }
    .margin-left-75-xs {
        margin-left: 75px !important;
    }
    .margin-left-80-xs {
        margin-left: 80px !important;
    }
    .margin-left-90-xs {
        margin-left: 90px !important;
    }
    .margin-left-100-xs {
        margin-left: 100px !important;
    }
    .margin-left-150-xs {
        margin-left: 150px !important;
    }
    .margin-left-165-xs {
        margin-left: 165px !important;
    }
    .margin-left-180-xs {
        margin-left: 180px !important;
    }
    .margin-right-0-xs {
        margin-right: 0px !important;
    }
    .margin-right-5-xs {
        margin-right: 5px !important;
    }
    .margin-right-10-xs {
        margin-right: 10px !important;
    }
    .margin-right-15-xs {
        margin-right: 15px !important;
    }
    .margin-right-20-xs {
        margin-right: 20px !important;
    }
    .margin-right-25-xs {
        margin-right: 25px !important;
    }
    .margin-right-30-xs {
        margin-right: 30px !important;
    }
    .margin-right-35-xs {
        margin-right: 35px !important;
    }
    .margin-right-40-xs {
        margin-right: 40px !important;
    }
    .margin-right-45-xs {
        margin-right: 45px !important;
    }
    .margin-right-50-xs {
        margin-right: 50px !important;
    }
    .margin-right-55-xs {
        margin-right: 55px !important;
    }
    .margin-right-60-xs {
        margin-right: 60px !important;
    }
    .margin-right-65-xs {
        margin-right: 65px !important;
    }
    .margin-right-70-xs {
        margin-right: 70px !important;
    }
    .margin-right-75-xs {
        margin-right: 75px !important;
    }
    .margin-right-80-xs {
        margin-right: 80px !important;
    }
    .margin-right-90-xs {
        margin-right: 90px !important;
    }
    .margin-right-100-xs {
        margin-right: 100px !important;
    }
    .margin-right-150-xs {
        margin-right: 150px !important;
    }
    .margin-right-165-xs {
        margin-right: 165px !important;
    }
    .margin-right-180-xs {
        margin-right: 180px !important;
    }
    .margin-top-0-xs {
        margin-top: 0px !important;
    }
    .margin-top-5-xs {
        margin-top: 5px !important;
    }
    .margin-top-10-xs {
        margin-top: 10px !important;
    }
    .margin-top-15-xs {
        margin-top: 15px !important;
    }
    .margin-top-20-xs {
        margin-top: 20px !important;
    }
    .margin-top-25-xs {
        margin-top: 25px !important;
    }
    .margin-top-30-xs {
        margin-top: 30px !important;
    }
    .margin-top-35-xs {
        margin-top: 35px !important;
    }
    .margin-top-40-xs {
        margin-top: 40px !important;
    }
    .margin-top-45-xs {
        margin-top: 45px !important;
    }
    .margin-top-50-xs {
        margin-top: 50px !important;
    }
    .margin-top-55-xs {
        margin-top: 55px !important;
    }
    .margin-top-60-xs {
        margin-top: 60px !important;
    }
    .margin-top-65-xs {
        margin-top: 65px !important;
    }
    .margin-top-70-xs {
        margin-top: 70px !important;
    }
    .margin-top-75-xs {
        margin-top: 75px !important;
    }
    .margin-top-80-xs {
        margin-top: 80px !important;
    }
    .margin-top-90-xs {
        margin-top: 90px !important;
    }
    .margin-top-100-xs {
        margin-top: 100px !important;
    }
    .margin-top-150-xs {
        margin-top: 150px !important;
    }
    .margin-top-165-xs {
        margin-top: 165px !important;
    }
    .margin-top-180-xs {
        margin-top: 180px !important;
    }
    .margin-bottom-0-xs {
        margin-bottom: 0px !important;
    }
    .margin-bottom-5-xs {
        margin-bottom: 5px !important;
    }
    .margin-bottom-10-xs {
        margin-bottom: 10px !important;
    }
    .margin-bottom-15-xs {
        margin-bottom: 15px !important;
    }
    .margin-bottom-20-xs {
        margin-bottom: 20px !important;
    }
    .margin-bottom-25-xs {
        margin-bottom: 25px !important;
    }
    .margin-bottom-30-xs {
        margin-bottom: 30px !important;
    }
    .margin-bottom-35-xs {
        margin-bottom: 35px !important;
    }
    .margin-bottom-40-xs {
        margin-bottom: 40px !important;
    }
    .margin-bottom-45-xs {
        margin-bottom: 45px !important;
    }
    .margin-bottom-50-xs {
        margin-bottom: 50px !important;
    }
    .margin-bottom-55-xs {
        margin-bottom: 55px !important;
    }
    .margin-bottom-60-xs {
        margin-bottom: 60px !important;
    }
    .margin-bottom-65-xs {
        margin-bottom: 65px !important;
    }
    .margin-bottom-70-xs {
        margin-bottom: 70px !important;
    }
    .margin-bottom-75-xs {
        margin-bottom: 75px !important;
    }
    .margin-bottom-80-xs {
        margin-bottom: 80px !important;
    }
    .margin-bottom-90-xs {
        margin-bottom: 90px !important;
    }
    .margin-bottom-100-xs {
        margin-bottom: 100px !important;
    }
    .margin-bottom-150-xs {
        margin-bottom: 150px !important;
    }
    .margin-bottom-165-xs {
        margin-bottom: 165px !important;
    }
    .margin-bottom-180-xs {
        margin-bottom: 180px !important;
    }
    .color-red-xs {
        color: #9c1019 !important;
    }
    .color-grey33-xs {
        color: #333333 !important;
    }
    .color-greyED-xs {
        color: #ededed !important;
    }
    .color-greyEE-xs {
        color: #eeeeee !important;
    }
    .color-greyF2-xs {
        color: #f2f2f2 !important;
    }
    .color-white-xs {
        color: #FFFFFF !important;
    }
    .color-transparent-xs {
        color: transparent !important;
    }
    .bg-red-xs {
        background-color: #9c1019 !important;
    }
    .bg-grey33-xs {
        background-color: #333333 !important;
    }
    .bg-greyED-xs {
        background-color: #ededed !important;
    }
    .bg-greyEE-xs {
        background-color: #eeeeee !important;
    }
    .bg-greyF2-xs {
        background-color: #f2f2f2 !important;
    }
    .bg-white-xs {
        background-color: #FFFFFF !important;
    }
    .bg-transparent-xs {
        background-color: transparent !important;
    }
}

@media (min-width: 667px) {
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-bold-sm {
        font-weight: bold;
    }
    .text-normal-sm {
        font-weight: normal;
    }
    .text-italic-sm {
        font-style: italic;
    }
    .full-width-sm {
        min-width: 100%;
    }
    .auto-width-sm {
        min-width: 0;
    }
    .padding-0-sm {
        padding: 0px !important;
    }
    .padding-5-sm {
        padding: 5px !important;
    }
    .padding-10-sm {
        padding: 10px !important;
    }
    .padding-15-sm {
        padding: 15px !important;
    }
    .padding-20-sm {
        padding: 20px !important;
    }
    .padding-25-sm {
        padding: 25px !important;
    }
    .padding-30-sm {
        padding: 30px !important;
    }
    .padding-35-sm {
        padding: 35px !important;
    }
    .padding-40-sm {
        padding: 40px !important;
    }
    .padding-45-sm {
        padding: 45px !important;
    }
    .padding-50-sm {
        padding: 50px !important;
    }
    .padding-55-sm {
        padding: 55px !important;
    }
    .padding-60-sm {
        padding: 60px !important;
    }
    .padding-65-sm {
        padding: 65px !important;
    }
    .padding-70-sm {
        padding: 70px !important;
    }
    .padding-75-sm {
        padding: 75px !important;
    }
    .padding-80-sm {
        padding: 80px !important;
    }
    .padding-90-sm {
        padding: 90px !important;
    }
    .padding-100-sm {
        padding: 100px !important;
    }
    .padding-150-sm {
        padding: 150px !important;
    }
    .padding-165-sm {
        padding: 165px !important;
    }
    .padding-180-sm {
        padding: 180px !important;
    }
    .padding-left-0-sm {
        padding-left: 0px !important;
    }
    .padding-left-5-sm {
        padding-left: 5px !important;
    }
    .padding-left-10-sm {
        padding-left: 10px !important;
    }
    .padding-left-15-sm {
        padding-left: 15px !important;
    }
    .padding-left-20-sm {
        padding-left: 20px !important;
    }
    .padding-left-25-sm {
        padding-left: 25px !important;
    }
    .padding-left-30-sm {
        padding-left: 30px !important;
    }
    .padding-left-35-sm {
        padding-left: 35px !important;
    }
    .padding-left-40-sm {
        padding-left: 40px !important;
    }
    .padding-left-45-sm {
        padding-left: 45px !important;
    }
    .padding-left-50-sm {
        padding-left: 50px !important;
    }
    .padding-left-55-sm {
        padding-left: 55px !important;
    }
    .padding-left-60-sm {
        padding-left: 60px !important;
    }
    .padding-left-65-sm {
        padding-left: 65px !important;
    }
    .padding-left-70-sm {
        padding-left: 70px !important;
    }
    .padding-left-75-sm {
        padding-left: 75px !important;
    }
    .padding-left-80-sm {
        padding-left: 80px !important;
    }
    .padding-left-90-sm {
        padding-left: 90px !important;
    }
    .padding-left-100-sm {
        padding-left: 100px !important;
    }
    .padding-left-150-sm {
        padding-left: 150px !important;
    }
    .padding-left-165-sm {
        padding-left: 165px !important;
    }
    .padding-left-180-sm {
        padding-left: 180px !important;
    }
    .padding-right-0-sm {
        padding-right: 0px !important;
    }
    .padding-right-5-sm {
        padding-right: 5px !important;
    }
    .padding-right-10-sm {
        padding-right: 10px !important;
    }
    .padding-right-15-sm {
        padding-right: 15px !important;
    }
    .padding-right-20-sm {
        padding-right: 20px !important;
    }
    .padding-right-25-sm {
        padding-right: 25px !important;
    }
    .padding-right-30-sm {
        padding-right: 30px !important;
    }
    .padding-right-35-sm {
        padding-right: 35px !important;
    }
    .padding-right-40-sm {
        padding-right: 40px !important;
    }
    .padding-right-45-sm {
        padding-right: 45px !important;
    }
    .padding-right-50-sm {
        padding-right: 50px !important;
    }
    .padding-right-55-sm {
        padding-right: 55px !important;
    }
    .padding-right-60-sm {
        padding-right: 60px !important;
    }
    .padding-right-65-sm {
        padding-right: 65px !important;
    }
    .padding-right-70-sm {
        padding-right: 70px !important;
    }
    .padding-right-75-sm {
        padding-right: 75px !important;
    }
    .padding-right-80-sm {
        padding-right: 80px !important;
    }
    .padding-right-90-sm {
        padding-right: 90px !important;
    }
    .padding-right-100-sm {
        padding-right: 100px !important;
    }
    .padding-right-150-sm {
        padding-right: 150px !important;
    }
    .padding-right-165-sm {
        padding-right: 165px !important;
    }
    .padding-right-180-sm {
        padding-right: 180px !important;
    }
    .padding-top-0-sm {
        padding-top: 0px !important;
    }
    .padding-top-5-sm {
        padding-top: 5px !important;
    }
    .padding-top-10-sm {
        padding-top: 10px !important;
    }
    .padding-top-15-sm {
        padding-top: 15px !important;
    }
    .padding-top-20-sm {
        padding-top: 20px !important;
    }
    .padding-top-25-sm {
        padding-top: 25px !important;
    }
    .padding-top-30-sm {
        padding-top: 30px !important;
    }
    .padding-top-35-sm {
        padding-top: 35px !important;
    }
    .padding-top-40-sm {
        padding-top: 40px !important;
    }
    .padding-top-45-sm {
        padding-top: 45px !important;
    }
    .padding-top-50-sm {
        padding-top: 50px !important;
    }
    .padding-top-55-sm {
        padding-top: 55px !important;
    }
    .padding-top-60-sm {
        padding-top: 60px !important;
    }
    .padding-top-65-sm {
        padding-top: 65px !important;
    }
    .padding-top-70-sm {
        padding-top: 70px !important;
    }
    .padding-top-75-sm {
        padding-top: 75px !important;
    }
    .padding-top-80-sm {
        padding-top: 80px !important;
    }
    .padding-top-90-sm {
        padding-top: 90px !important;
    }
    .padding-top-100-sm {
        padding-top: 100px !important;
    }
    .padding-top-150-sm {
        padding-top: 150px !important;
    }
    .padding-top-165-sm {
        padding-top: 165px !important;
    }
    .padding-top-180-sm {
        padding-top: 180px !important;
    }
    .padding-bottom-0-sm {
        padding-bottom: 0px !important;
    }
    .padding-bottom-5-sm {
        padding-bottom: 5px !important;
    }
    .padding-bottom-10-sm {
        padding-bottom: 10px !important;
    }
    .padding-bottom-15-sm {
        padding-bottom: 15px !important;
    }
    .padding-bottom-20-sm {
        padding-bottom: 20px !important;
    }
    .padding-bottom-25-sm {
        padding-bottom: 25px !important;
    }
    .padding-bottom-30-sm {
        padding-bottom: 30px !important;
    }
    .padding-bottom-35-sm {
        padding-bottom: 35px !important;
    }
    .padding-bottom-40-sm {
        padding-bottom: 40px !important;
    }
    .padding-bottom-45-sm {
        padding-bottom: 45px !important;
    }
    .padding-bottom-50-sm {
        padding-bottom: 50px !important;
    }
    .padding-bottom-55-sm {
        padding-bottom: 55px !important;
    }
    .padding-bottom-60-sm {
        padding-bottom: 60px !important;
    }
    .padding-bottom-65-sm {
        padding-bottom: 65px !important;
    }
    .padding-bottom-70-sm {
        padding-bottom: 70px !important;
    }
    .padding-bottom-75-sm {
        padding-bottom: 75px !important;
    }
    .padding-bottom-80-sm {
        padding-bottom: 80px !important;
    }
    .padding-bottom-90-sm {
        padding-bottom: 90px !important;
    }
    .padding-bottom-100-sm {
        padding-bottom: 100px !important;
    }
    .padding-bottom-150-sm {
        padding-bottom: 150px !important;
    }
    .padding-bottom-165-sm {
        padding-bottom: 165px !important;
    }
    .padding-bottom-180-sm {
        padding-bottom: 180px !important;
    }
    .margin-0-sm {
        margin: 0px !important;
    }
    .margin-5-sm {
        margin: 5px !important;
    }
    .margin-10-sm {
        margin: 10px !important;
    }
    .margin-15-sm {
        margin: 15px !important;
    }
    .margin-20-sm {
        margin: 20px !important;
    }
    .margin-25-sm {
        margin: 25px !important;
    }
    .margin-30-sm {
        margin: 30px !important;
    }
    .margin-35-sm {
        margin: 35px !important;
    }
    .margin-40-sm {
        margin: 40px !important;
    }
    .margin-45-sm {
        margin: 45px !important;
    }
    .margin-50-sm {
        margin: 50px !important;
    }
    .margin-55-sm {
        margin: 55px !important;
    }
    .margin-60-sm {
        margin: 60px !important;
    }
    .margin-65-sm {
        margin: 65px !important;
    }
    .margin-70-sm {
        margin: 70px !important;
    }
    .margin-75-sm {
        margin: 75px !important;
    }
    .margin-80-sm {
        margin: 80px !important;
    }
    .margin-90-sm {
        margin: 90px !important;
    }
    .margin-100-sm {
        margin: 100px !important;
    }
    .margin-150-sm {
        margin: 150px !important;
    }
    .margin-165-sm {
        margin: 165px !important;
    }
    .margin-180-sm {
        margin: 180px !important;
    }
    .margin-left-0-sm {
        margin-left: 0px !important;
    }
    .margin-left-5-sm {
        margin-left: 5px !important;
    }
    .margin-left-10-sm {
        margin-left: 10px !important;
    }
    .margin-left-15-sm {
        margin-left: 15px !important;
    }
    .margin-left-20-sm {
        margin-left: 20px !important;
    }
    .margin-left-25-sm {
        margin-left: 25px !important;
    }
    .margin-left-30-sm {
        margin-left: 30px !important;
    }
    .margin-left-35-sm {
        margin-left: 35px !important;
    }
    .margin-left-40-sm {
        margin-left: 40px !important;
    }
    .margin-left-45-sm {
        margin-left: 45px !important;
    }
    .margin-left-50-sm {
        margin-left: 50px !important;
    }
    .margin-left-55-sm {
        margin-left: 55px !important;
    }
    .margin-left-60-sm {
        margin-left: 60px !important;
    }
    .margin-left-65-sm {
        margin-left: 65px !important;
    }
    .margin-left-70-sm {
        margin-left: 70px !important;
    }
    .margin-left-75-sm {
        margin-left: 75px !important;
    }
    .margin-left-80-sm {
        margin-left: 80px !important;
    }
    .margin-left-90-sm {
        margin-left: 90px !important;
    }
    .margin-left-100-sm {
        margin-left: 100px !important;
    }
    .margin-left-150-sm {
        margin-left: 150px !important;
    }
    .margin-left-165-sm {
        margin-left: 165px !important;
    }
    .margin-left-180-sm {
        margin-left: 180px !important;
    }
    .margin-right-0-sm {
        margin-right: 0px !important;
    }
    .margin-right-5-sm {
        margin-right: 5px !important;
    }
    .margin-right-10-sm {
        margin-right: 10px !important;
    }
    .margin-right-15-sm {
        margin-right: 15px !important;
    }
    .margin-right-20-sm {
        margin-right: 20px !important;
    }
    .margin-right-25-sm {
        margin-right: 25px !important;
    }
    .margin-right-30-sm {
        margin-right: 30px !important;
    }
    .margin-right-35-sm {
        margin-right: 35px !important;
    }
    .margin-right-40-sm {
        margin-right: 40px !important;
    }
    .margin-right-45-sm {
        margin-right: 45px !important;
    }
    .margin-right-50-sm {
        margin-right: 50px !important;
    }
    .margin-right-55-sm {
        margin-right: 55px !important;
    }
    .margin-right-60-sm {
        margin-right: 60px !important;
    }
    .margin-right-65-sm {
        margin-right: 65px !important;
    }
    .margin-right-70-sm {
        margin-right: 70px !important;
    }
    .margin-right-75-sm {
        margin-right: 75px !important;
    }
    .margin-right-80-sm {
        margin-right: 80px !important;
    }
    .margin-right-90-sm {
        margin-right: 90px !important;
    }
    .margin-right-100-sm {
        margin-right: 100px !important;
    }
    .margin-right-150-sm {
        margin-right: 150px !important;
    }
    .margin-right-165-sm {
        margin-right: 165px !important;
    }
    .margin-right-180-sm {
        margin-right: 180px !important;
    }
    .margin-top-0-sm {
        margin-top: 0px !important;
    }
    .margin-top-5-sm {
        margin-top: 5px !important;
    }
    .margin-top-10-sm {
        margin-top: 10px !important;
    }
    .margin-top-15-sm {
        margin-top: 15px !important;
    }
    .margin-top-20-sm {
        margin-top: 20px !important;
    }
    .margin-top-25-sm {
        margin-top: 25px !important;
    }
    .margin-top-30-sm {
        margin-top: 30px !important;
    }
    .margin-top-35-sm {
        margin-top: 35px !important;
    }
    .margin-top-40-sm {
        margin-top: 40px !important;
    }
    .margin-top-45-sm {
        margin-top: 45px !important;
    }
    .margin-top-50-sm {
        margin-top: 50px !important;
    }
    .margin-top-55-sm {
        margin-top: 55px !important;
    }
    .margin-top-60-sm {
        margin-top: 60px !important;
    }
    .margin-top-65-sm {
        margin-top: 65px !important;
    }
    .margin-top-70-sm {
        margin-top: 70px !important;
    }
    .margin-top-75-sm {
        margin-top: 75px !important;
    }
    .margin-top-80-sm {
        margin-top: 80px !important;
    }
    .margin-top-90-sm {
        margin-top: 90px !important;
    }
    .margin-top-100-sm {
        margin-top: 100px !important;
    }
    .margin-top-150-sm {
        margin-top: 150px !important;
    }
    .margin-top-165-sm {
        margin-top: 165px !important;
    }
    .margin-top-180-sm {
        margin-top: 180px !important;
    }
    .margin-bottom-0-sm {
        margin-bottom: 0px !important;
    }
    .margin-bottom-5-sm {
        margin-bottom: 5px !important;
    }
    .margin-bottom-10-sm {
        margin-bottom: 10px !important;
    }
    .margin-bottom-15-sm {
        margin-bottom: 15px !important;
    }
    .margin-bottom-20-sm {
        margin-bottom: 20px !important;
    }
    .margin-bottom-25-sm {
        margin-bottom: 25px !important;
    }
    .margin-bottom-30-sm {
        margin-bottom: 30px !important;
    }
    .margin-bottom-35-sm {
        margin-bottom: 35px !important;
    }
    .margin-bottom-40-sm {
        margin-bottom: 40px !important;
    }
    .margin-bottom-45-sm {
        margin-bottom: 45px !important;
    }
    .margin-bottom-50-sm {
        margin-bottom: 50px !important;
    }
    .margin-bottom-55-sm {
        margin-bottom: 55px !important;
    }
    .margin-bottom-60-sm {
        margin-bottom: 60px !important;
    }
    .margin-bottom-65-sm {
        margin-bottom: 65px !important;
    }
    .margin-bottom-70-sm {
        margin-bottom: 70px !important;
    }
    .margin-bottom-75-sm {
        margin-bottom: 75px !important;
    }
    .margin-bottom-80-sm {
        margin-bottom: 80px !important;
    }
    .margin-bottom-90-sm {
        margin-bottom: 90px !important;
    }
    .margin-bottom-100-sm {
        margin-bottom: 100px !important;
    }
    .margin-bottom-150-sm {
        margin-bottom: 150px !important;
    }
    .margin-bottom-165-sm {
        margin-bottom: 165px !important;
    }
    .margin-bottom-180-sm {
        margin-bottom: 180px !important;
    }
    .color-red-sm {
        color: #9c1019 !important;
    }
    .color-grey33-sm {
        color: #333333 !important;
    }
    .color-greyED-sm {
        color: #ededed !important;
    }
    .color-greyEE-sm {
        color: #eeeeee !important;
    }
    .color-greyF2-sm {
        color: #f2f2f2 !important;
    }
    .color-white-sm {
        color: #FFFFFF !important;
    }
    .color-transparent-sm {
        color: transparent !important;
    }
    .bg-red-sm {
        background-color: #9c1019 !important;
    }
    .bg-grey33-sm {
        background-color: #333333 !important;
    }
    .bg-greyED-sm {
        background-color: #ededed !important;
    }
    .bg-greyEE-sm {
        background-color: #eeeeee !important;
    }
    .bg-greyF2-sm {
        background-color: #f2f2f2 !important;
    }
    .bg-white-sm {
        background-color: #FFFFFF !important;
    }
    .bg-transparent-sm {
        background-color: transparent !important;
    }
}

@media (min-width: 768px) {
    .text-left-md {
        text-align: left;
    }
    .text-right-md {
        text-align: right;
    }
    .text-center-md {
        text-align: center;
    }
    .text-bold-md {
        font-weight: bold;
    }
    .text-normal-md {
        font-weight: normal;
    }
    .text-italic-md {
        font-style: italic;
    }
    .full-width-md {
        min-width: 100%;
    }
    .auto-width-md {
        min-width: 0;
    }
    .padding-0-md {
        padding: 0px !important;
    }
    .padding-5-md {
        padding: 5px !important;
    }
    .padding-10-md {
        padding: 10px !important;
    }
    .padding-15-md {
        padding: 15px !important;
    }
    .padding-20-md {
        padding: 20px !important;
    }
    .padding-25-md {
        padding: 25px !important;
    }
    .padding-30-md {
        padding: 30px !important;
    }
    .padding-35-md {
        padding: 35px !important;
    }
    .padding-40-md {
        padding: 40px !important;
    }
    .padding-45-md {
        padding: 45px !important;
    }
    .padding-50-md {
        padding: 50px !important;
    }
    .padding-55-md {
        padding: 55px !important;
    }
    .padding-60-md {
        padding: 60px !important;
    }
    .padding-65-md {
        padding: 65px !important;
    }
    .padding-70-md {
        padding: 70px !important;
    }
    .padding-75-md {
        padding: 75px !important;
    }
    .padding-80-md {
        padding: 80px !important;
    }
    .padding-90-md {
        padding: 90px !important;
    }
    .padding-100-md {
        padding: 100px !important;
    }
    .padding-150-md {
        padding: 150px !important;
    }
    .padding-165-md {
        padding: 165px !important;
    }
    .padding-180-md {
        padding: 180px !important;
    }
    .padding-left-0-md {
        padding-left: 0px !important;
    }
    .padding-left-5-md {
        padding-left: 5px !important;
    }
    .padding-left-10-md {
        padding-left: 10px !important;
    }
    .padding-left-15-md {
        padding-left: 15px !important;
    }
    .padding-left-20-md {
        padding-left: 20px !important;
    }
    .padding-left-25-md {
        padding-left: 25px !important;
    }
    .padding-left-30-md {
        padding-left: 30px !important;
    }
    .padding-left-35-md {
        padding-left: 35px !important;
    }
    .padding-left-40-md {
        padding-left: 40px !important;
    }
    .padding-left-45-md {
        padding-left: 45px !important;
    }
    .padding-left-50-md {
        padding-left: 50px !important;
    }
    .padding-left-55-md {
        padding-left: 55px !important;
    }
    .padding-left-60-md {
        padding-left: 60px !important;
    }
    .padding-left-65-md {
        padding-left: 65px !important;
    }
    .padding-left-70-md {
        padding-left: 70px !important;
    }
    .padding-left-75-md {
        padding-left: 75px !important;
    }
    .padding-left-80-md {
        padding-left: 80px !important;
    }
    .padding-left-90-md {
        padding-left: 90px !important;
    }
    .padding-left-100-md {
        padding-left: 100px !important;
    }
    .padding-left-150-md {
        padding-left: 150px !important;
    }
    .padding-left-165-md {
        padding-left: 165px !important;
    }
    .padding-left-180-md {
        padding-left: 180px !important;
    }
    .padding-right-0-md {
        padding-right: 0px !important;
    }
    .padding-right-5-md {
        padding-right: 5px !important;
    }
    .padding-right-10-md {
        padding-right: 10px !important;
    }
    .padding-right-15-md {
        padding-right: 15px !important;
    }
    .padding-right-20-md {
        padding-right: 20px !important;
    }
    .padding-right-25-md {
        padding-right: 25px !important;
    }
    .padding-right-30-md {
        padding-right: 30px !important;
    }
    .padding-right-35-md {
        padding-right: 35px !important;
    }
    .padding-right-40-md {
        padding-right: 40px !important;
    }
    .padding-right-45-md {
        padding-right: 45px !important;
    }
    .padding-right-50-md {
        padding-right: 50px !important;
    }
    .padding-right-55-md {
        padding-right: 55px !important;
    }
    .padding-right-60-md {
        padding-right: 60px !important;
    }
    .padding-right-65-md {
        padding-right: 65px !important;
    }
    .padding-right-70-md {
        padding-right: 70px !important;
    }
    .padding-right-75-md {
        padding-right: 75px !important;
    }
    .padding-right-80-md {
        padding-right: 80px !important;
    }
    .padding-right-90-md {
        padding-right: 90px !important;
    }
    .padding-right-100-md {
        padding-right: 100px !important;
    }
    .padding-right-150-md {
        padding-right: 150px !important;
    }
    .padding-right-165-md {
        padding-right: 165px !important;
    }
    .padding-right-180-md {
        padding-right: 180px !important;
    }
    .padding-top-0-md {
        padding-top: 0px !important;
    }
    .padding-top-5-md {
        padding-top: 5px !important;
    }
    .padding-top-10-md {
        padding-top: 10px !important;
    }
    .padding-top-15-md {
        padding-top: 15px !important;
    }
    .padding-top-20-md {
        padding-top: 20px !important;
    }
    .padding-top-25-md {
        padding-top: 25px !important;
    }
    .padding-top-30-md {
        padding-top: 30px !important;
    }
    .padding-top-35-md {
        padding-top: 35px !important;
    }
    .padding-top-40-md {
        padding-top: 40px !important;
    }
    .padding-top-45-md {
        padding-top: 45px !important;
    }
    .padding-top-50-md {
        padding-top: 50px !important;
    }
    .padding-top-55-md {
        padding-top: 55px !important;
    }
    .padding-top-60-md {
        padding-top: 60px !important;
    }
    .padding-top-65-md {
        padding-top: 65px !important;
    }
    .padding-top-70-md {
        padding-top: 70px !important;
    }
    .padding-top-75-md {
        padding-top: 75px !important;
    }
    .padding-top-80-md {
        padding-top: 80px !important;
    }
    .padding-top-90-md {
        padding-top: 90px !important;
    }
    .padding-top-100-md {
        padding-top: 100px !important;
    }
    .padding-top-150-md {
        padding-top: 150px !important;
    }
    .padding-top-165-md {
        padding-top: 165px !important;
    }
    .padding-top-180-md {
        padding-top: 180px !important;
    }
    .padding-bottom-0-md {
        padding-bottom: 0px !important;
    }
    .padding-bottom-5-md {
        padding-bottom: 5px !important;
    }
    .padding-bottom-10-md {
        padding-bottom: 10px !important;
    }
    .padding-bottom-15-md {
        padding-bottom: 15px !important;
    }
    .padding-bottom-20-md {
        padding-bottom: 20px !important;
    }
    .padding-bottom-25-md {
        padding-bottom: 25px !important;
    }
    .padding-bottom-30-md {
        padding-bottom: 30px !important;
    }
    .padding-bottom-35-md {
        padding-bottom: 35px !important;
    }
    .padding-bottom-40-md {
        padding-bottom: 40px !important;
    }
    .padding-bottom-45-md {
        padding-bottom: 45px !important;
    }
    .padding-bottom-50-md {
        padding-bottom: 50px !important;
    }
    .padding-bottom-55-md {
        padding-bottom: 55px !important;
    }
    .padding-bottom-60-md {
        padding-bottom: 60px !important;
    }
    .padding-bottom-65-md {
        padding-bottom: 65px !important;
    }
    .padding-bottom-70-md {
        padding-bottom: 70px !important;
    }
    .padding-bottom-75-md {
        padding-bottom: 75px !important;
    }
    .padding-bottom-80-md {
        padding-bottom: 80px !important;
    }
    .padding-bottom-90-md {
        padding-bottom: 90px !important;
    }
    .padding-bottom-100-md {
        padding-bottom: 100px !important;
    }
    .padding-bottom-150-md {
        padding-bottom: 150px !important;
    }
    .padding-bottom-165-md {
        padding-bottom: 165px !important;
    }
    .padding-bottom-180-md {
        padding-bottom: 180px !important;
    }
    .margin-0-md {
        margin: 0px !important;
    }
    .margin-5-md {
        margin: 5px !important;
    }
    .margin-10-md {
        margin: 10px !important;
    }
    .margin-15-md {
        margin: 15px !important;
    }
    .margin-20-md {
        margin: 20px !important;
    }
    .margin-25-md {
        margin: 25px !important;
    }
    .margin-30-md {
        margin: 30px !important;
    }
    .margin-35-md {
        margin: 35px !important;
    }
    .margin-40-md {
        margin: 40px !important;
    }
    .margin-45-md {
        margin: 45px !important;
    }
    .margin-50-md {
        margin: 50px !important;
    }
    .margin-55-md {
        margin: 55px !important;
    }
    .margin-60-md {
        margin: 60px !important;
    }
    .margin-65-md {
        margin: 65px !important;
    }
    .margin-70-md {
        margin: 70px !important;
    }
    .margin-75-md {
        margin: 75px !important;
    }
    .margin-80-md {
        margin: 80px !important;
    }
    .margin-90-md {
        margin: 90px !important;
    }
    .margin-100-md {
        margin: 100px !important;
    }
    .margin-150-md {
        margin: 150px !important;
    }
    .margin-165-md {
        margin: 165px !important;
    }
    .margin-180-md {
        margin: 180px !important;
    }
    .margin-left-0-md {
        margin-left: 0px !important;
    }
    .margin-left-5-md {
        margin-left: 5px !important;
    }
    .margin-left-10-md {
        margin-left: 10px !important;
    }
    .margin-left-15-md {
        margin-left: 15px !important;
    }
    .margin-left-20-md {
        margin-left: 20px !important;
    }
    .margin-left-25-md {
        margin-left: 25px !important;
    }
    .margin-left-30-md {
        margin-left: 30px !important;
    }
    .margin-left-35-md {
        margin-left: 35px !important;
    }
    .margin-left-40-md {
        margin-left: 40px !important;
    }
    .margin-left-45-md {
        margin-left: 45px !important;
    }
    .margin-left-50-md {
        margin-left: 50px !important;
    }
    .margin-left-55-md {
        margin-left: 55px !important;
    }
    .margin-left-60-md {
        margin-left: 60px !important;
    }
    .margin-left-65-md {
        margin-left: 65px !important;
    }
    .margin-left-70-md {
        margin-left: 70px !important;
    }
    .margin-left-75-md {
        margin-left: 75px !important;
    }
    .margin-left-80-md {
        margin-left: 80px !important;
    }
    .margin-left-90-md {
        margin-left: 90px !important;
    }
    .margin-left-100-md {
        margin-left: 100px !important;
    }
    .margin-left-150-md {
        margin-left: 150px !important;
    }
    .margin-left-165-md {
        margin-left: 165px !important;
    }
    .margin-left-180-md {
        margin-left: 180px !important;
    }
    .margin-right-0-md {
        margin-right: 0px !important;
    }
    .margin-right-5-md {
        margin-right: 5px !important;
    }
    .margin-right-10-md {
        margin-right: 10px !important;
    }
    .margin-right-15-md {
        margin-right: 15px !important;
    }
    .margin-right-20-md {
        margin-right: 20px !important;
    }
    .margin-right-25-md {
        margin-right: 25px !important;
    }
    .margin-right-30-md {
        margin-right: 30px !important;
    }
    .margin-right-35-md {
        margin-right: 35px !important;
    }
    .margin-right-40-md {
        margin-right: 40px !important;
    }
    .margin-right-45-md {
        margin-right: 45px !important;
    }
    .margin-right-50-md {
        margin-right: 50px !important;
    }
    .margin-right-55-md {
        margin-right: 55px !important;
    }
    .margin-right-60-md {
        margin-right: 60px !important;
    }
    .margin-right-65-md {
        margin-right: 65px !important;
    }
    .margin-right-70-md {
        margin-right: 70px !important;
    }
    .margin-right-75-md {
        margin-right: 75px !important;
    }
    .margin-right-80-md {
        margin-right: 80px !important;
    }
    .margin-right-90-md {
        margin-right: 90px !important;
    }
    .margin-right-100-md {
        margin-right: 100px !important;
    }
    .margin-right-150-md {
        margin-right: 150px !important;
    }
    .margin-right-165-md {
        margin-right: 165px !important;
    }
    .margin-right-180-md {
        margin-right: 180px !important;
    }
    .margin-top-0-md {
        margin-top: 0px !important;
    }
    .margin-top-5-md {
        margin-top: 5px !important;
    }
    .margin-top-10-md {
        margin-top: 10px !important;
    }
    .margin-top-15-md {
        margin-top: 15px !important;
    }
    .margin-top-20-md {
        margin-top: 20px !important;
    }
    .margin-top-25-md {
        margin-top: 25px !important;
    }
    .margin-top-30-md {
        margin-top: 30px !important;
    }
    .margin-top-35-md {
        margin-top: 35px !important;
    }
    .margin-top-40-md {
        margin-top: 40px !important;
    }
    .margin-top-45-md {
        margin-top: 45px !important;
    }
    .margin-top-50-md {
        margin-top: 50px !important;
    }
    .margin-top-55-md {
        margin-top: 55px !important;
    }
    .margin-top-60-md {
        margin-top: 60px !important;
    }
    .margin-top-65-md {
        margin-top: 65px !important;
    }
    .margin-top-70-md {
        margin-top: 70px !important;
    }
    .margin-top-75-md {
        margin-top: 75px !important;
    }
    .margin-top-80-md {
        margin-top: 80px !important;
    }
    .margin-top-90-md {
        margin-top: 90px !important;
    }
    .margin-top-100-md {
        margin-top: 100px !important;
    }
    .margin-top-150-md {
        margin-top: 150px !important;
    }
    .margin-top-165-md {
        margin-top: 165px !important;
    }
    .margin-top-180-md {
        margin-top: 180px !important;
    }
    .margin-bottom-0-md {
        margin-bottom: 0px !important;
    }
    .margin-bottom-5-md {
        margin-bottom: 5px !important;
    }
    .margin-bottom-10-md {
        margin-bottom: 10px !important;
    }
    .margin-bottom-15-md {
        margin-bottom: 15px !important;
    }
    .margin-bottom-20-md {
        margin-bottom: 20px !important;
    }
    .margin-bottom-25-md {
        margin-bottom: 25px !important;
    }
    .margin-bottom-30-md {
        margin-bottom: 30px !important;
    }
    .margin-bottom-35-md {
        margin-bottom: 35px !important;
    }
    .margin-bottom-40-md {
        margin-bottom: 40px !important;
    }
    .margin-bottom-45-md {
        margin-bottom: 45px !important;
    }
    .margin-bottom-50-md {
        margin-bottom: 50px !important;
    }
    .margin-bottom-55-md {
        margin-bottom: 55px !important;
    }
    .margin-bottom-60-md {
        margin-bottom: 60px !important;
    }
    .margin-bottom-65-md {
        margin-bottom: 65px !important;
    }
    .margin-bottom-70-md {
        margin-bottom: 70px !important;
    }
    .margin-bottom-75-md {
        margin-bottom: 75px !important;
    }
    .margin-bottom-80-md {
        margin-bottom: 80px !important;
    }
    .margin-bottom-90-md {
        margin-bottom: 90px !important;
    }
    .margin-bottom-100-md {
        margin-bottom: 100px !important;
    }
    .margin-bottom-150-md {
        margin-bottom: 150px !important;
    }
    .margin-bottom-165-md {
        margin-bottom: 165px !important;
    }
    .margin-bottom-180-md {
        margin-bottom: 180px !important;
    }
    .color-red-md {
        color: #9c1019 !important;
    }
    .color-grey33-md {
        color: #333333 !important;
    }
    .color-greyED-md {
        color: #ededed !important;
    }
    .color-greyEE-md {
        color: #eeeeee !important;
    }
    .color-greyF2-md {
        color: #f2f2f2 !important;
    }
    .color-white-md {
        color: #FFFFFF !important;
    }
    .color-transparent-md {
        color: transparent !important;
    }
    .bg-red-md {
        background-color: #9c1019 !important;
    }
    .bg-grey33-md {
        background-color: #333333 !important;
    }
    .bg-greyED-md {
        background-color: #ededed !important;
    }
    .bg-greyEE-md {
        background-color: #eeeeee !important;
    }
    .bg-greyF2-md {
        background-color: #f2f2f2 !important;
    }
    .bg-white-md {
        background-color: #FFFFFF !important;
    }
    .bg-transparent-md {
        background-color: transparent !important;
    }
}

@media (min-width: 1200px) {
    .text-left-lg {
        text-align: left;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-bold-lg {
        font-weight: bold;
    }
    .text-normal-lg {
        font-weight: normal;
    }
    .text-italic-lg {
        font-style: italic;
    }
    .full-width-lg {
        min-width: 100%;
    }
    .auto-width-lg {
        min-width: 0;
    }
    .padding-0-lg {
        padding: 0px !important;
    }
    .padding-5-lg {
        padding: 5px !important;
    }
    .padding-10-lg {
        padding: 10px !important;
    }
    .padding-15-lg {
        padding: 15px !important;
    }
    .padding-20-lg {
        padding: 20px !important;
    }
    .padding-25-lg {
        padding: 25px !important;
    }
    .padding-30-lg {
        padding: 30px !important;
    }
    .padding-35-lg {
        padding: 35px !important;
    }
    .padding-40-lg {
        padding: 40px !important;
    }
    .padding-45-lg {
        padding: 45px !important;
    }
    .padding-50-lg {
        padding: 50px !important;
    }
    .padding-55-lg {
        padding: 55px !important;
    }
    .padding-60-lg {
        padding: 60px !important;
    }
    .padding-65-lg {
        padding: 65px !important;
    }
    .padding-70-lg {
        padding: 70px !important;
    }
    .padding-75-lg {
        padding: 75px !important;
    }
    .padding-80-lg {
        padding: 80px !important;
    }
    .padding-90-lg {
        padding: 90px !important;
    }
    .padding-100-lg {
        padding: 100px !important;
    }
    .padding-150-lg {
        padding: 150px !important;
    }
    .padding-165-lg {
        padding: 165px !important;
    }
    .padding-180-lg {
        padding: 180px !important;
    }
    .padding-left-0-lg {
        padding-left: 0px !important;
    }
    .padding-left-5-lg {
        padding-left: 5px !important;
    }
    .padding-left-10-lg {
        padding-left: 10px !important;
    }
    .padding-left-15-lg {
        padding-left: 15px !important;
    }
    .padding-left-20-lg {
        padding-left: 20px !important;
    }
    .padding-left-25-lg {
        padding-left: 25px !important;
    }
    .padding-left-30-lg {
        padding-left: 30px !important;
    }
    .padding-left-35-lg {
        padding-left: 35px !important;
    }
    .padding-left-40-lg {
        padding-left: 40px !important;
    }
    .padding-left-45-lg {
        padding-left: 45px !important;
    }
    .padding-left-50-lg {
        padding-left: 50px !important;
    }
    .padding-left-55-lg {
        padding-left: 55px !important;
    }
    .padding-left-60-lg {
        padding-left: 60px !important;
    }
    .padding-left-65-lg {
        padding-left: 65px !important;
    }
    .padding-left-70-lg {
        padding-left: 70px !important;
    }
    .padding-left-75-lg {
        padding-left: 75px !important;
    }
    .padding-left-80-lg {
        padding-left: 80px !important;
    }
    .padding-left-90-lg {
        padding-left: 90px !important;
    }
    .padding-left-100-lg {
        padding-left: 100px !important;
    }
    .padding-left-150-lg {
        padding-left: 150px !important;
    }
    .padding-left-165-lg {
        padding-left: 165px !important;
    }
    .padding-left-180-lg {
        padding-left: 180px !important;
    }
    .padding-right-0-lg {
        padding-right: 0px !important;
    }
    .padding-right-5-lg {
        padding-right: 5px !important;
    }
    .padding-right-10-lg {
        padding-right: 10px !important;
    }
    .padding-right-15-lg {
        padding-right: 15px !important;
    }
    .padding-right-20-lg {
        padding-right: 20px !important;
    }
    .padding-right-25-lg {
        padding-right: 25px !important;
    }
    .padding-right-30-lg {
        padding-right: 30px !important;
    }
    .padding-right-35-lg {
        padding-right: 35px !important;
    }
    .padding-right-40-lg {
        padding-right: 40px !important;
    }
    .padding-right-45-lg {
        padding-right: 45px !important;
    }
    .padding-right-50-lg {
        padding-right: 50px !important;
    }
    .padding-right-55-lg {
        padding-right: 55px !important;
    }
    .padding-right-60-lg {
        padding-right: 60px !important;
    }
    .padding-right-65-lg {
        padding-right: 65px !important;
    }
    .padding-right-70-lg {
        padding-right: 70px !important;
    }
    .padding-right-75-lg {
        padding-right: 75px !important;
    }
    .padding-right-80-lg {
        padding-right: 80px !important;
    }
    .padding-right-90-lg {
        padding-right: 90px !important;
    }
    .padding-right-100-lg {
        padding-right: 100px !important;
    }
    .padding-right-150-lg {
        padding-right: 150px !important;
    }
    .padding-right-165-lg {
        padding-right: 165px !important;
    }
    .padding-right-180-lg {
        padding-right: 180px !important;
    }
    .padding-top-0-lg {
        padding-top: 0px !important;
    }
    .padding-top-5-lg {
        padding-top: 5px !important;
    }
    .padding-top-10-lg {
        padding-top: 10px !important;
    }
    .padding-top-15-lg {
        padding-top: 15px !important;
    }
    .padding-top-20-lg {
        padding-top: 20px !important;
    }
    .padding-top-25-lg {
        padding-top: 25px !important;
    }
    .padding-top-30-lg {
        padding-top: 30px !important;
    }
    .padding-top-35-lg {
        padding-top: 35px !important;
    }
    .padding-top-40-lg {
        padding-top: 40px !important;
    }
    .padding-top-45-lg {
        padding-top: 45px !important;
    }
    .padding-top-50-lg {
        padding-top: 50px !important;
    }
    .padding-top-55-lg {
        padding-top: 55px !important;
    }
    .padding-top-60-lg {
        padding-top: 60px !important;
    }
    .padding-top-65-lg {
        padding-top: 65px !important;
    }
    .padding-top-70-lg {
        padding-top: 70px !important;
    }
    .padding-top-75-lg {
        padding-top: 75px !important;
    }
    .padding-top-80-lg {
        padding-top: 80px !important;
    }
    .padding-top-90-lg {
        padding-top: 90px !important;
    }
    .padding-top-100-lg {
        padding-top: 100px !important;
    }
    .padding-top-150-lg {
        padding-top: 150px !important;
    }
    .padding-top-165-lg {
        padding-top: 165px !important;
    }
    .padding-top-180-lg {
        padding-top: 180px !important;
    }
    .padding-bottom-0-lg {
        padding-bottom: 0px !important;
    }
    .padding-bottom-5-lg {
        padding-bottom: 5px !important;
    }
    .padding-bottom-10-lg {
        padding-bottom: 10px !important;
    }
    .padding-bottom-15-lg {
        padding-bottom: 15px !important;
    }
    .padding-bottom-20-lg {
        padding-bottom: 20px !important;
    }
    .padding-bottom-25-lg {
        padding-bottom: 25px !important;
    }
    .padding-bottom-30-lg {
        padding-bottom: 30px !important;
    }
    .padding-bottom-35-lg {
        padding-bottom: 35px !important;
    }
    .padding-bottom-40-lg {
        padding-bottom: 40px !important;
    }
    .padding-bottom-45-lg {
        padding-bottom: 45px !important;
    }
    .padding-bottom-50-lg {
        padding-bottom: 50px !important;
    }
    .padding-bottom-55-lg {
        padding-bottom: 55px !important;
    }
    .padding-bottom-60-lg {
        padding-bottom: 60px !important;
    }
    .padding-bottom-65-lg {
        padding-bottom: 65px !important;
    }
    .padding-bottom-70-lg {
        padding-bottom: 70px !important;
    }
    .padding-bottom-75-lg {
        padding-bottom: 75px !important;
    }
    .padding-bottom-80-lg {
        padding-bottom: 80px !important;
    }
    .padding-bottom-90-lg {
        padding-bottom: 90px !important;
    }
    .padding-bottom-100-lg {
        padding-bottom: 100px !important;
    }
    .padding-bottom-150-lg {
        padding-bottom: 150px !important;
    }
    .padding-bottom-165-lg {
        padding-bottom: 165px !important;
    }
    .padding-bottom-180-lg {
        padding-bottom: 180px !important;
    }
    .margin-0-lg {
        margin: 0px !important;
    }
    .margin-5-lg {
        margin: 5px !important;
    }
    .margin-10-lg {
        margin: 10px !important;
    }
    .margin-15-lg {
        margin: 15px !important;
    }
    .margin-20-lg {
        margin: 20px !important;
    }
    .margin-25-lg {
        margin: 25px !important;
    }
    .margin-30-lg {
        margin: 30px !important;
    }
    .margin-35-lg {
        margin: 35px !important;
    }
    .margin-40-lg {
        margin: 40px !important;
    }
    .margin-45-lg {
        margin: 45px !important;
    }
    .margin-50-lg {
        margin: 50px !important;
    }
    .margin-55-lg {
        margin: 55px !important;
    }
    .margin-60-lg {
        margin: 60px !important;
    }
    .margin-65-lg {
        margin: 65px !important;
    }
    .margin-70-lg {
        margin: 70px !important;
    }
    .margin-75-lg {
        margin: 75px !important;
    }
    .margin-80-lg {
        margin: 80px !important;
    }
    .margin-90-lg {
        margin: 90px !important;
    }
    .margin-100-lg {
        margin: 100px !important;
    }
    .margin-150-lg {
        margin: 150px !important;
    }
    .margin-165-lg {
        margin: 165px !important;
    }
    .margin-180-lg {
        margin: 180px !important;
    }
    .margin-left-0-lg {
        margin-left: 0px !important;
    }
    .margin-left-5-lg {
        margin-left: 5px !important;
    }
    .margin-left-10-lg {
        margin-left: 10px !important;
    }
    .margin-left-15-lg {
        margin-left: 15px !important;
    }
    .margin-left-20-lg {
        margin-left: 20px !important;
    }
    .margin-left-25-lg {
        margin-left: 25px !important;
    }
    .margin-left-30-lg {
        margin-left: 30px !important;
    }
    .margin-left-35-lg {
        margin-left: 35px !important;
    }
    .margin-left-40-lg {
        margin-left: 40px !important;
    }
    .margin-left-45-lg {
        margin-left: 45px !important;
    }
    .margin-left-50-lg {
        margin-left: 50px !important;
    }
    .margin-left-55-lg {
        margin-left: 55px !important;
    }
    .margin-left-60-lg {
        margin-left: 60px !important;
    }
    .margin-left-65-lg {
        margin-left: 65px !important;
    }
    .margin-left-70-lg {
        margin-left: 70px !important;
    }
    .margin-left-75-lg {
        margin-left: 75px !important;
    }
    .margin-left-80-lg {
        margin-left: 80px !important;
    }
    .margin-left-90-lg {
        margin-left: 90px !important;
    }
    .margin-left-100-lg {
        margin-left: 100px !important;
    }
    .margin-left-150-lg {
        margin-left: 150px !important;
    }
    .margin-left-165-lg {
        margin-left: 165px !important;
    }
    .margin-left-180-lg {
        margin-left: 180px !important;
    }
    .margin-right-0-lg {
        margin-right: 0px !important;
    }
    .margin-right-5-lg {
        margin-right: 5px !important;
    }
    .margin-right-10-lg {
        margin-right: 10px !important;
    }
    .margin-right-15-lg {
        margin-right: 15px !important;
    }
    .margin-right-20-lg {
        margin-right: 20px !important;
    }
    .margin-right-25-lg {
        margin-right: 25px !important;
    }
    .margin-right-30-lg {
        margin-right: 30px !important;
    }
    .margin-right-35-lg {
        margin-right: 35px !important;
    }
    .margin-right-40-lg {
        margin-right: 40px !important;
    }
    .margin-right-45-lg {
        margin-right: 45px !important;
    }
    .margin-right-50-lg {
        margin-right: 50px !important;
    }
    .margin-right-55-lg {
        margin-right: 55px !important;
    }
    .margin-right-60-lg {
        margin-right: 60px !important;
    }
    .margin-right-65-lg {
        margin-right: 65px !important;
    }
    .margin-right-70-lg {
        margin-right: 70px !important;
    }
    .margin-right-75-lg {
        margin-right: 75px !important;
    }
    .margin-right-80-lg {
        margin-right: 80px !important;
    }
    .margin-right-90-lg {
        margin-right: 90px !important;
    }
    .margin-right-100-lg {
        margin-right: 100px !important;
    }
    .margin-right-150-lg {
        margin-right: 150px !important;
    }
    .margin-right-165-lg {
        margin-right: 165px !important;
    }
    .margin-right-180-lg {
        margin-right: 180px !important;
    }
    .margin-top-0-lg {
        margin-top: 0px !important;
    }
    .margin-top-5-lg {
        margin-top: 5px !important;
    }
    .margin-top-10-lg {
        margin-top: 10px !important;
    }
    .margin-top-15-lg {
        margin-top: 15px !important;
    }
    .margin-top-20-lg {
        margin-top: 20px !important;
    }
    .margin-top-25-lg {
        margin-top: 25px !important;
    }
    .margin-top-30-lg {
        margin-top: 30px !important;
    }
    .margin-top-35-lg {
        margin-top: 35px !important;
    }
    .margin-top-40-lg {
        margin-top: 40px !important;
    }
    .margin-top-45-lg {
        margin-top: 45px !important;
    }
    .margin-top-50-lg {
        margin-top: 50px !important;
    }
    .margin-top-55-lg {
        margin-top: 55px !important;
    }
    .margin-top-60-lg {
        margin-top: 60px !important;
    }
    .margin-top-65-lg {
        margin-top: 65px !important;
    }
    .margin-top-70-lg {
        margin-top: 70px !important;
    }
    .margin-top-75-lg {
        margin-top: 75px !important;
    }
    .margin-top-80-lg {
        margin-top: 80px !important;
    }
    .margin-top-90-lg {
        margin-top: 90px !important;
    }
    .margin-top-100-lg {
        margin-top: 100px !important;
    }
    .margin-top-150-lg {
        margin-top: 150px !important;
    }
    .margin-top-165-lg {
        margin-top: 165px !important;
    }
    .margin-top-180-lg {
        margin-top: 180px !important;
    }
    .margin-bottom-0-lg {
        margin-bottom: 0px !important;
    }
    .margin-bottom-5-lg {
        margin-bottom: 5px !important;
    }
    .margin-bottom-10-lg {
        margin-bottom: 10px !important;
    }
    .margin-bottom-15-lg {
        margin-bottom: 15px !important;
    }
    .margin-bottom-20-lg {
        margin-bottom: 20px !important;
    }
    .margin-bottom-25-lg {
        margin-bottom: 25px !important;
    }
    .margin-bottom-30-lg {
        margin-bottom: 30px !important;
    }
    .margin-bottom-35-lg {
        margin-bottom: 35px !important;
    }
    .margin-bottom-40-lg {
        margin-bottom: 40px !important;
    }
    .margin-bottom-45-lg {
        margin-bottom: 45px !important;
    }
    .margin-bottom-50-lg {
        margin-bottom: 50px !important;
    }
    .margin-bottom-55-lg {
        margin-bottom: 55px !important;
    }
    .margin-bottom-60-lg {
        margin-bottom: 60px !important;
    }
    .margin-bottom-65-lg {
        margin-bottom: 65px !important;
    }
    .margin-bottom-70-lg {
        margin-bottom: 70px !important;
    }
    .margin-bottom-75-lg {
        margin-bottom: 75px !important;
    }
    .margin-bottom-80-lg {
        margin-bottom: 80px !important;
    }
    .margin-bottom-90-lg {
        margin-bottom: 90px !important;
    }
    .margin-bottom-100-lg {
        margin-bottom: 100px !important;
    }
    .margin-bottom-150-lg {
        margin-bottom: 150px !important;
    }
    .margin-bottom-165-lg {
        margin-bottom: 165px !important;
    }
    .margin-bottom-180-lg {
        margin-bottom: 180px !important;
    }
    .color-red-lg {
        color: #9c1019 !important;
    }
    .color-grey33-lg {
        color: #333333 !important;
    }
    .color-greyED-lg {
        color: #ededed !important;
    }
    .color-greyEE-lg {
        color: #eeeeee !important;
    }
    .color-greyF2-lg {
        color: #f2f2f2 !important;
    }
    .color-white-lg {
        color: #FFFFFF !important;
    }
    .color-transparent-lg {
        color: transparent !important;
    }
    .bg-red-lg {
        background-color: #9c1019 !important;
    }
    .bg-grey33-lg {
        background-color: #333333 !important;
    }
    .bg-greyED-lg {
        background-color: #ededed !important;
    }
    .bg-greyEE-lg {
        background-color: #eeeeee !important;
    }
    .bg-greyF2-lg {
        background-color: #f2f2f2 !important;
    }
    .bg-white-lg {
        background-color: #FFFFFF !important;
    }
    .bg-transparent-lg {
        background-color: transparent !important;
    }
}


/* End color and background classes */

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                         not supported by any browser */
}

.noopacity {
    opacity: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.nopadding-x {
    padding: 0 !important;
}

.nominheight {
    min-height: 0 !important;
}


/*********************
END HELPERS
*********************/


/*********************
CONTAINER RESPONSIVE
*********************/

.container-fluid {
    padding: 0;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    /* 767 */
}

@media (max-width: 1199px) {
    .container {
        max-width: 768px;
    }
}

@media (max-width: 666px) {
    .container {
        max-width: 666px;
    }
}

[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}


/*********************
WRAPPER
*********************/


/*@media(max-width: $screen-md-max){
  .content-header-fixed{
    padding-top: 80px;
  }
}

@media(min-width: $screen-lg-min){
  .content-header-fixed{
    padding-top: 128px;
  }
}*/


/*********************
WRAPPER
*********************/


/*
@media(max-width: $screen-xs-max){
  .content-wrapper{

    padding-top: 120px;


  }

}

@media(min-width:$screen-sm-min) and (max-width: $screen-sm-max){

  .modal-open .content-wrapper{
    overflow-x:initial;
  }

  .content-wrapper{
    overflow-x:hidden;
    padding-top: 90px;

  }

}

@media(min-width: $screen-md-min) and (max-width: $screen-md-max){
  .content-wrapper{

      padding-top: 152px;

      @media(min-width: $screen-md-min) and (max-width: $screen-lg){
        padding-top:90px;
      }



  }
}

@media(min-width: $screen-lg-min){
  .content-wrapper{

    padding-top: 152px;
  }


}

@media(min-width:1199px) and (max-width: 1279px){
  .content-wrapper{
    padding-top:130px;
  }

}


*/


/* Start Buttons */

.btn {
    outline: none !important;
    height: 40px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    padding: 0 24px;
    font-weight: 700;
    box-shadow: 0px 2px 25px -5px #333333;
    line-height: 40px;
    display: inline-block;
    white-space: normal;
    text-align: left;
    width: 100%;
    position: relative;
    border: none;
}

.btn.disabled,
.btn[disabled] {
    opacity: 1;
}

.btn.width-auto {
    width: auto;
}

@media (max-width: 666px) {
    .btn {
        padding: 0 20px;
    }
}

.btn span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn.active,
.btn:hover,
.btn:active {
    box-shadow: 0px 2px 25px -5px #333333;
    border: none;
}

.btn.btn-primary {
    background-color: #9c1019;
    color: #FFFFFF;
    padding-right: 50px;
}

.btn.btn-primary::before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    line-height: 43px;
    right: 20px;
    content: "\f105";
    color: #FFFFFF;
}

.btn.btn-primary:hover,
.btn.btn-primary.active,
.btn.btn-primary:active {
    color: #9c1019;
    background-color: #FFFFFF;
}

.btn.btn-primary:hover::before,
.btn.btn-primary.active::before,
.btn.btn-primary:active::before {
    color: #9c1019;
}

.btn.btn-primary:hover:after,
.btn.btn-primary.active:after,
.btn.btn-primary:active:after {
    content: "";
    width: 10px;
    border-top: 1px solid #9c1019;
    position: absolute;
    top: calc(50% + 1px);
    right: 22px;
    color: #9c1019;
}

.btn.btn-secondary {
    background-color: #FFFFFF;
    color: #000000;
    padding-right: 50px;
}

.btn.btn-secondary::before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    line-height: 43px;
    right: 20px;
    content: "\f105";
    color: #333333;
}

.btn.btn-secondary:hover,
.btn.btn-secondary.active,
.btn.btn-secondary:active {
    color: #FFFFFF;
    background-color: #333333;
}

.btn.btn-secondary:hover::before,
.btn.btn-secondary.active::before,
.btn.btn-secondary:active::before {
    color: #FFFFFF;
}

.btn.btn-secondary:hover:after,
.btn.btn-secondary.active:after,
.btn.btn-secondary:active:after {
    content: "";
    width: 10px;
    border-top: 1px solid white;
    position: absolute;
    top: calc(50% + 1px);
    right: 22px;
    color: #FFFFFF;
}

.btn.btn-secondary.transparent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: auto;
    padding-right: 40px !important;
}

.btn.btn-secondary.transparent::before {
    color: #9c1019;
}

.btn.btn-secondary.transparent:hover,
.btn.btn-secondary.transparent.active,
.btn.btn-secondary.transparent:active {
    color: #9c1019;
    background-color: transparent;
}

.btn.btn-secondary.transparent:hover::before,
.btn.btn-secondary.transparent.active::before,
.btn.btn-secondary.transparent:active::before {
    color: #9c1019;
}

.btn.btn-secondary.transparent:hover:after,
.btn.btn-secondary.transparent.active:after,
.btn.btn-secondary.transparent:active:after {
    content: "";
    width: 10px;
    border-top: 1px solid white;
    position: absolute;
    top: calc(50% + 1px);
    right: 22px;
    color: #9c1019;
}

.btn.btn-secondary.transparent.red {
    color: #9c1019;
}

.btn.btn-secondary.transparent.red:before {
    color: #9c1019;
}

.btn.btn-secondary.transparent.red:hover,
.btn.btn-secondary.transparent.red.active,
.btn.btn-secondary.transparent.red:active {
    color: #000000;
    background-color: transparent;
}

.btn.btn-secondary.transparent.red:hover::before,
.btn.btn-secondary.transparent.red.active::before,
.btn.btn-secondary.transparent.red:active::before {
    color: #000000;
}

.btn.btn-secondary.transparent:disabled,
.btn.btn-secondary.transparent.disabled {
    color: #A6A6A6 !important;
}

.btn.btn-tertiary {
    text-align: center;
    background-color: #333333;
    color: #FFFFFF;
}

.btn.btn-tertiary:hover,
.btn.btn-tertiary.active,
.btn.btn-tertiary:active {
    background-color: #FFFFFF;
    color: #333333;
}


/* End Buttons*/


/*********************
COMMONS
*********************/

html {
    font-size: 100%;
}

html.no-scroll {
    height: 100%;
    width: 100%;
    position: relative;
}

body {
    font-family: "Roboto", sans-serif;
    color: #000000;
    min-height: 100%;
    font-size: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

body.no-scroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

@media (max-width: 666px) {
    body.no-scroll {
        position: relative;
    }
}

p {
    line-height: 24px;
}

b {
    font-weight: 700;
}

i {
    font-weight: 400;
    font-style: italic;
}

.allestimenti-fleet {
    overflow-x: hidden;
}

.sample-styles .example-box {
    width: 70px;
    height: 70px;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.sample-styles .example-box.bg-white,
.sample-styles .example-box.bg-transparent {
    border: 1px solid #333333;
}

.btn-group {
    display: block;
}


/* Start Reset */

a,
a:active,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
}

button,
input,
select {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-shadow: none;
    list-style: none;
}

input::-ms-clear {
    display: none;
}


/* End Reset */

.flex-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-align-center {
    align-items: center;
}

.flex-end {
    align-self: flex-end;
}

@media (max-width: 666px) {
    .flex-column-xs {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
    }
}

.flex-justify-center {
    justify-content: center;
}

.flex-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

.border-top-white {
    border-top: 1px solid #FFFFFF;
}

.border-left-white {
    border-left: 1px solid #FFFFFF;
}

.border-bottom-white {
    border-bottom: 1px solid #FFFFFF;
}

.border-right-white {
    border-right: 1px solid #FFFFFF;
}

.slick-slide {
    outline: none !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

input[ng-cloak] {
    display: block !important;
}

input[ng-cloak]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    visibility: hidden;
}

input[ng-cloak]::-moz-placeholder {
    /* Firefox 19+ */
    visibility: hidden;
}

input[ng-cloak]:-ms-input-placeholder {
    /* IE 10+ */
    visibility: hidden;
}

input[ng-cloak]:-moz-placeholder {
    /* Firefox 18- */
    visibility: hidden;
}

.full-width-text {
    width: 100%;
    display: inline-block\0;
}

@supports (-ms-ime-align: auto) {
    .full-width-text {
        display: inline-block\0;
    }
}

.select-wrapper select::-ms-expand {
    display: none;
}

.select-wrapper .select-ico.ico-arrow-up {
    display: none;
}

.select-wrapper .select-ico.ico-arrow-down {
    display: inline;
}

.select-wrapper.select-open .select-ico.ico-arrow-down {
    display: none;
}

.select-wrapper.select-open .select-ico.ico-arrow-up {
    display: inline;
}

.panel-group .panel+.panel {
    margin: 0;
    border: none;
}

.panel-heading {
    padding: 0;
}

.modal {
    padding: 0 !important;
}

.modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

.modal .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

@media (min-width: 1200px) {
    .modal .modal-dialog .modal-content {
        min-height: 100vh;
    }
}

.modal .modal-dialog .modal-content .modal-header {
    height: 130px;
    padding: 0 100px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .modal .modal-dialog .modal-content .modal-header {
        padding: 0 30px;
        height: 93px;
    }
}

@media (max-width: 666px) {
    .modal .modal-dialog .modal-content .modal-header {
        padding: 0 40px;
        height: 80px;
    }
}

.modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    color: #333333;
    line-height: 130px;
    font-size: 22px;
}

.modal .modal-dialog .modal-content .modal-header .close i {
    line-height: 130px;
    position: static;
}

@media (max-width: 1199px) {
    .modal .modal-dialog .modal-content .modal-header .close {
        line-height: 93px;
    }
    .modal .modal-dialog .modal-content .modal-header .close i {
        line-height: 93px;
    }
}

@media (max-width: 666px) {
    .modal .modal-dialog .modal-content .modal-header .close {
        line-height: 80px;
    }
    .modal .modal-dialog .modal-content .modal-header .close i {
        line-height: 80px;
    }
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 900;
    font-size: 26px;
    line-height: 130px;
    height: 130px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 24px;
        height: 93px;
        line-height: 93px;
    }
}

@media (max-width: 666px) {
    .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 18px;
        height: 80px;
        line-height: 80px;
    }
}

.modal .modal-dialog .modal-content .modal-header .modal-title span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    width: 100%;
}

.modal.promo-modal .modal-body {
    padding: 0 !important;
    background: #f0f0f0;
    display: flex;
    height: calc(100% - 130px);
    align-items: center;
}

@media (max-width: 1199px) {
    .modal.promo-modal .modal-body {
        height: calc(100% - 93px);
    }
}

@media (max-width: 666px) {
    .modal.promo-modal .modal-body {
        height: auto;
        display: block;
    }
}

.modal.promo-modal .modal-body .container-fluid {
    padding-top: 40px;
    width: 100%;
    flex: 1;
}

.modal.promo-modal .modal-body .container-fluid .bkg-container {
    background-size: 1920px 400px;
    background-position: 50% 50%;
}

@media (max-width: 1199px) {
    .modal.promo-modal .modal-body .container-fluid .bkg-container {
        background-size: 1199px 300px;
    }
}

@media (max-width: 767px) {
    .modal.promo-modal .modal-body .container-fluid .bkg-container {
        background-size: 768px 300px;
    }
}

@media (max-width: 666px) {
    .modal.promo-modal .modal-body .container-fluid .bkg-container {
        background-size: 666px 368px;
    }
}

.modal.promo-modal .modal-body .promotions-slider {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .modal.promo-modal .modal-body .promotions-slider .slick-slide {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }
}

@media (max-width: 768px) {
    .modal.promo-modal .modal-body .promotions-slider .tile.column {
        justify-content: flex-end;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse;
    }
    .modal.promo-modal .modal-body .promotions-slider .tile.column .img-col {
        width: 100%;
    }
}

.modal.promo-modal .modal-body .slider-navigation {
    text-align: center !important;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .modal.promo-modal .modal-body .slider-navigation {
        text-align: left !important;
    }
}

.modal.exterior-modal .modal-content,
.modal.interior-modal .modal-content {
    height: auto;
}

@media (min-width: 1200px) {
    .modal.exterior-modal .modal-content,
    .modal.interior-modal .modal-content {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .modal.exterior-modal .modal-content,
    .modal.interior-modal .modal-content {
        height: 100%;
    }
}

.modal.exterior-modal .modal-body,
.modal.interior-modal .modal-body {
    background: #FFFFFF;
    display: block;
    height: auto;
}

@media (min-width: 1200px) {
    .modal.exterior-modal .modal-body,
    .modal.interior-modal .modal-body {
        height: 100%;
    }
    .modal.exterior-modal .modal-body>.row,
    .modal.interior-modal .modal-body>.row {
        height: 100%;
    }
}

.modal.exterior-modal .modal-body>.row,
.modal.interior-modal .modal-body>.row {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
}

@media (max-width: 1199px) {
    .modal.exterior-modal .modal-body>.row,
    .modal.interior-modal .modal-body>.row {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
    }
}

.modal.exterior-modal .modal-body>.row .col,
.modal.interior-modal .modal-body>.row .col {
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    max-height: 100vh;
}

@media (min-width: 1200px) {
    .modal.exterior-modal .modal-body>.row .col,
    .modal.interior-modal .modal-body>.row .col {
        justify-content: center;
    }
}

.modal.exterior-modal .modal-body>.row .col .content-wrapper,
.modal.interior-modal .modal-body>.row .col .content-wrapper {
    display: flex;
    height: 100%;
}

@media (max-width: 1199px) {
    .modal.exterior-modal .modal-body>.row .col,
    .modal.interior-modal .modal-body>.row .col {
        width: 100%;
        display: block;
    }
}

.modal.exterior-modal .modal-body>.row .col img,
.modal.interior-modal .modal-body>.row .col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .modal.exterior-modal .modal-body>.row .col img,
    .modal.interior-modal .modal-body>.row .col img {
        height: auto;
    }
}

.modal.exterior-modal .modal-body>.row .col.compat-object-fit,
.modal.interior-modal .modal-body>.row .col.compat-object-fit {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.modal.exterior-modal .modal-body>.row .col.compat-object-fit img,
.modal.interior-modal .modal-body>.row .col.compat-object-fit img {
    opacity: 0;
}

.modal.exterior-modal .modal-body>.row .col.right-col,
.modal.interior-modal .modal-body>.row .col.right-col {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

@media (min-width: 1200px) {
    .modal.exterior-modal .modal-body>.row .col.right-col,
    .modal.interior-modal .modal-body>.row .col.right-col {
        justify-content: initial;
    }
}

.modal.exterior-modal .modal-body .modal-header,
.modal.interior-modal .modal-body .modal-header {
    padding: 30px 25px;
}

.modal.exterior-modal .modal-body .modal-header .modal-title,
.modal.interior-modal .modal-body .modal-header .modal-title {
    line-height: inherit;
    height: auto;
}

.modal.exterior-modal .modal-body .modal-header .close,
.modal.interior-modal .modal-body .modal-header .close {
    position: relative;
    top: -30px;
}

.modal.exterior-modal .modal-body .section-title,
.modal.interior-modal .modal-body .section-title {
    padding: 0 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: calc(100vh - 130px);
    height: calc(100vh - 130px);
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    .modal.exterior-modal .modal-body .section-title,
    .modal.interior-modal .modal-body .section-title {
        padding: 35px 40px 0 40px;
        line-height: calc(100vh - 93px);
        height: calc(100vh - 93px);
    }
}

@media (max-width: 666px) {
    .modal.exterior-modal .modal-body .section-title,
    .modal.interior-modal .modal-body .section-title {
        padding: 25px 40px 0 40px;
        line-height: calc(100vh - 80px);
        height: calc(100vh - 80px);
    }
}

.modal.exterior-modal .modal-body .section-title>div,
.modal.interior-modal .modal-body .section-title>div {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .modal.exterior-modal .modal-body .section-title,
    .modal.interior-modal .modal-body .section-title {
        line-height: inherit;
        height: auto;
    }
}

.modal.exterior-modal .modal-body .section-title h2,
.modal.exterior-modal .modal-body .section-title h3,
.modal.interior-modal .modal-body .section-title h2,
.modal.interior-modal .modal-body .section-title h3 {
    font-size: 24px;
}

@media (max-width: 666px) {
    .modal.exterior-modal .modal-body .section-title h2,
    .modal.exterior-modal .modal-body .section-title h3,
    .modal.interior-modal .modal-body .section-title h2,
    .modal.interior-modal .modal-body .section-title h3 {
        font-size: 18px;
    }
}

.modal.exterior-modal .modal-body .section-title p,
.modal.interior-modal .modal-body .section-title p {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .modal.exterior-modal .modal-body .section-title p,
    .modal.interior-modal .modal-body .section-title p {
        font-size: 16px;
    }
}

@media (max-width: 666px) {
    .modal.exterior-modal .modal-body .section-title p,
    .modal.interior-modal .modal-body .section-title p {
        font-size: 14px;
    }
}

.modal.brochure-modal .modal-dialog {
    width: 580px;
    height: 350px;
    margin: auto;
    margin-top: calc(50vh - 175px);
}

@media (max-width: 666px) {
    .modal.brochure-modal .modal-dialog {
        width: 370px;
    }
}

.modal.brochure-modal .modal-dialog .modal-content {
    min-height: auto;
    position: relative;
}

.modal.brochure-modal .modal-dialog .modal-content .closer {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #FFFFFF;
    line-height: 50px;
    text-align: center;
    color: #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    top: -25px;
    left: calc(50% - 25px);
    z-index: 1;
    cursor: pointer;
}

.modal.brochure-modal .modal-dialog .modal-content .title {
    position: absolute;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    top: 40px;
    left: 0;
}

.modal.brochure-modal .modal-dialog .modal-content .form-container {
    text-align: center;
    background-color: #f1f1f1;
    padding: 18px 0 12px 0;
}

.modal.brochure-modal .modal-dialog .modal-content .confirm-container {
    background: #FFFFFF;
}

.modal.brochure-modal .modal-dialog .modal-content .confirm-container .btn {
    color: #9c1019;
}

.modal.change-market-modal .modal-content {
    height: auto;
    background-color: #FFFFFF;
}

@media (min-width: 667px) and (max-width: 768px) {
    .modal.change-market-modal .modal-content {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .modal.change-market-modal .modal-content {
        height: 100%;
    }
}

.modal.change-market-modal .modal-content .modal-header {
    background: #FFFFFF;
}

.modal.change-market-modal .modal-content .modal-body {
    background: #FFFFFF;
}

.modal.change-market-modal .modal-content .modal-body .change-market {
    padding-bottom: 0;
}

.select2-wrapper .select2-container {
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
    padding: 30px 40px 40px 40px;
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

@media (max-width: 1199px) {
    .select2-wrapper .select2-container {
        width: 484px;
        left: 0;
    }
}

@media (max-width: 666px) {
    .select2-wrapper .select2-container {
        padding: 15px 22px 30px 22px;
        width: 100%;
        left: 0;
    }
}

.select2-wrapper .select2-container .select2-choice {
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    padding: 15px;
    height: auto;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    box-shadow: none;
    text-shadow: none;
}

.select2-wrapper .select2-container .select2-choice .select2-chosen {
    color: #666666;
}

.select2-wrapper .select2-container .select2-choice .select2-arrow {
    border: 0;
    background: none;
    height: 30px;
    width: 26px;
    display: block;
    right: 0;
    top: 11px;
    text-align: center;
    background-image: none !important;
    border: none !important;
    background: transparent !important;
}

.select2-wrapper .select2-container .select2-choice .select2-arrow b {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-size: 25px;
    color: #666666;
    background-image: none !important;
    background: transparent !important;
}

.select2-wrapper .select2-container .select2-choice .select2-arrow b:before {
    content: "\f107" !important;
}

.select2-wrapper .select2-container.select2-dropdown-open {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.select2-wrapper .select2-container.select2-dropdown-open .select2-arrow {
    margin-top: -5px;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.select2-wrapper .select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-wrapper .select2-container.select2-dropdown-open.select2-drop-above .select2-choices {
    border: none;
}

.select2-wrapper .select-ico.ico-arrow-up {
    display: none;
}

.select2-wrapper .select2-dropdown-open+select+.ico-arrow-down+.ico-arrow-up {
    display: block;
}

.select2-wrapper .select2-dropdown-open+select+.ico-arrow-down {
    display: none;
}

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: none !important;
}

.select2-search {
    display: none;
}

.select2-drop {
    background-color: #f4f4f4;
    border: 0;
    margin-top: 15px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
}

@media (max-width: 666px) {
    .select2-drop {
        margin-top: 15px;
    }
}

.select2-drop:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f4f4f4;
    position: absolute;
    top: -12px;
    right: 40px;
}

.select2-drop ul.select2-results {
    max-height: inherit;
    padding: 10px 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    color: #000000;
}

@media (max-width: 666px) {
    .select2-drop ul.select2-results {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.select2-drop ul.select2-results li {
    color: #000000;
    padding: 16px 10px;
    line-height: 1.1;
    border-bottom: 1px solid #d5d5d5;
}

.select2-drop ul.select2-results li.active {
    font-weight: 500;
}

.select2-drop ul.select2-results li .select2-result-label {
    padding: 0;
}

.select2-drop ul.select2-results li.select2-highlighted {
    background: none;
    font-weight: 500;
}

.select2-drop ul.select2-results li:last-child {
    border-bottom: none;
}

.select-dv {
    background-color: #f8f8f8;
    position: relative;
    padding: 30px 40px 40px 40px;
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

@media (max-width: 666px) {
    .select-dv {
        padding: 15px 22px 30px 22px;
    }
}

.select-dv .select-dv-opener {
    border-bottom: 1px solid #d5d5d5;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    position: relative;
    cursor: pointer;
}

.select-dv .select-dv-opener input {
    background: transparent;
    box-shadow: none;
    display: block;
    width: 100%;
    border: 0;
    background-image: none;
    font-weight: 400;
    font-style: italic;
    color: #666666;
    line-height: 1;
    vertical-align: middle;
}

.select-dv .select-dv-opener span {
    font-weight: 400;
    font-style: italic;
    color: #666666;
    line-height: 1;
    vertical-align: middle;
    position: relative;
}

.select-dv .select-dv-opener i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666666;
    font-size: 25px;
}

.select-dv .select-dv-opener[aria-expanded=true] i {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.select-dv .select-dv-nav {
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    right: 0;
    top: 133px;
    z-index: 2;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
}

@media (max-width: 666px) {
    .select-dv .select-dv-nav {
        top: 110px;
    }
}

.select-dv .select-dv-nav .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f4f4f4;
    position: absolute;
    top: -12px;
    right: 40px;
}

.select-dv .select-dv-nav ul {
    width: 100%;
    padding: 10px 0;
}

.select-dv .select-dv-nav ul li {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

@media (max-width: 666px) {
    .select-dv .select-dv-nav ul li {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.select-dv .select-dv-nav ul li a {
    display: block;
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.select-dv .select-dv-nav ul li a:hover,
.select-dv .select-dv-nav ul li a.active {
    border-bottom: 1px solid #9c1019;
    font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.no-flex-safari:not(:root:root) {
    flex-wrap: nowrap !important;
}

@media (max-width: 767px) {
    .no-flex-safari:not(:root: root) {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 666px) {
    .no-flex-safari:not(:root: root) {
        flex-wrap: wrap !important;
    }
}

.slider-navigation {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .slider-navigation {
        text-align: left;
        padding-left: 15px;
    }
    .slider-navigation.center {
        text-align: center;
        padding-left: 0px;
    }
}

.slider-navigation.left {
    text-align: left;
    margin-left: 10px;
}

.slider-navigation .arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    font-size: 20px;
    margin-right: 20px;
    line-height: 20px;
}

.slider-navigation .arrow-right {
    cursor: pointer;
    font-size: 20px;
    padding-left: 20px;
    line-height: 20px;
}

.slider-navigation .current-slide {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    padding-right: 10px;
    border-right: 1px solid #000000;
}

.slider-navigation .total-slides {
    font-size: 18px;
    line-height: 20px;
    color: #999999;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .tiles-slider .slick-list {
        overflow: visible !important;
    }
}

.tiles-slider .slick-list .slick-track {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
}

.tiles-slider .slick-list .slick-track .slick-slide {
    height: inherit;
    float: none;
}

.news-tile-slider .slick-list .slick-track .slick-slide {
    height: 100%;
    float: none;
}

.slick-slide.slick-cloned {
    height: 0;
}

.slider-container {
    position: relative;
}

@media (max-width: 1199px) {
    .slider-container.modelli-tiles-slider,
    .slider-container.tiles-slider-container {
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    .slider-container.modelli-tiles-slider .slick-slide,
    .slider-container.tiles-slider-container .slick-slide {
        max-width: calc(100vw - 30px);
    }
}

@media (max-width: 666px) {
    .slider-container.modelli-tiles-slider .slick-slide,
    .slider-container.tiles-slider-container .slick-slide {
        margin-left: 20px !important;
    }
}

.rzslider .rz-bar {
    border-radius: 0;
    background: #e0e0e0;
}

.rzslider .rz-selection {
    background: #9c1019;
    border-radius: 0;
}

.rzslider .rz-bubble {
    display: none;
}

.rzslider .rz-pointer {
    z-index: 5;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: white;
    border: 4px solid #000000;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: -50% 0;
    outline: none !important;
}

.rzslider .rz-pointer::before {
    z-index: 4;
    content: "";
    background: transparent;
    border-radius: 0;
    position: absolute;
    left: -7px;
    top: 4.5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid black;
}

.rzslider .rz-pointer::after {
    z-index: 4;
    content: "";
    background: transparent;
    border-radius: 0;
    position: absolute;
    right: -7px;
    left: auto;
    top: 4.5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid black;
}

.rzslider .rz-pointer:hover::after,
.rzslider .rz-pointer:hover::before {
    background: transparent;
}

.rzslider .rz-pointer.rz-active:after {
    background: transparent;
}

.rzslider.rz-vertical .rz-pointer {
    left: -7px !important;
}

.rzslider.rz-vertical .rz-pointer::before {
    display: none;
}

.rzslider.rz-vertical .rz-bubble {
    margin-left: 12px;
}

.bkg-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0px;
}

@media (max-width: 1199px) {
    .bkg-container {
        background-position: 50% 0px;
    }
}

@media (max-width: 666px) {
    .bkg-container {
        background-position: 50% 0px;
    }
}

.engines .bkg-container,
.pack .bkg-container,
.promotions .bkg-container {
    background-size: 1920px 650px;
    background-position: 50% 50%;
}

@media (max-width: 1199px) {
    .engines .bkg-container,
    .pack .bkg-container,
    .promotions .bkg-container {
        background-size: 1199px 380px;
        min-height: 380px;
    }
}

@media (max-width: 767px) {
    .engines .bkg-container,
    .pack .bkg-container,
    .promotions .bkg-container {
        background-size: 768px 380px;
        min-height: 380px;
    }
}

@media (max-width: 666px) {
    .engines .bkg-container,
    .pack .bkg-container,
    .promotions .bkg-container {
        background-size: 666px 354px;
        min-height: 354px;
    }
}

.promotions .section-title {
    padding: 45px 0 35px 0 !important;
}

.promotions .section-title .padding-top-25 {
    padding-top: 15px !important;
}

.promotions .section-title h1 {
    font-size: 30px;
}

.promotions .bkg-container {
    background-position: 50% calc(50% + 20px);
}

.models-section {
    padding-bottom: 10px;
    overflow-x: hidden;
    width: 100%;
}

@media (max-width: 1199px) {
    .models-section {
        padding-bottom: 0;
    }
}

.models-section.grey {
    background-color: #ededed;
}

.base-equipments {
    overflow-x: hidden;
}

.hub-promotions-section {
    padding-bottom: 30px;
}

@media (min-width: 667px) {
    .hub-promotions-section {
        padding-bottom: 50px;
    }
}

.hub-promotions-section.grey {
    background-color: #ededed;
}

.hub-promotions-section .section-title {
    padding-bottom: 35px;
}

@media (max-width: 1199px) {
    .hub-promotions-section .section-title {
        padding-bottom: 20px;
    }
}

@media (max-width: 666px) {
    .hub-promotions-section .section-title {
        padding-bottom: 10px;
    }
}

.hub-promotions-section .slider-navigation {
    text-align: left;
}

@media (min-width: 667px) {
    .hub-promotions-section .slider-navigation {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .slider-navigation {
        padding-left: 0 !important;
    }
}

.filter-lnk {
    background-color: #333333;
    font-size: 12px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 0px 20px;
    line-height: 40px;
    height: 40px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
}

.filter-lnk span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.filter-lnk.active,
.filter-lnk:hover {
    background-color: #9c1019;
    color: #FFFFFF;
}

.filter-lnk:focus {
    color: #FFFFFF;
}

.filter-lnk.all {
    position: relative;
    margin-right: 30px;
}

.filter-lnk.all:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    width: 1px;
    background-color: #999999;
}

.filter-wrapper .filter-lnk:last-of-type {
    margin-right: 0;
}

@media (min-width: 667px) {
    .financial-services-pull-right-sm {
        float: right;
    }
}

.flex-floor {
    overflow-x: hidden;
    width: 100%;
}

.flex-floor .section-title {
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .flex-floor .section-title {
        padding-bottom: 10px;
    }
}

@media (max-width: 666px) {
    .flex-floor .section-title {
        padding-bottom: 0px;
    }
}

.flex-floor .slick-slide {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.flex-floor .hero-slider {
    min-height: auto !important;
    overflow-x: visible;
}

.video-container {
    position: relative;
}

.video-container .play-video {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    cursor: pointer;
}

.video-container .play-video .ico-play {
    font-size: 120px;
    color: #FFFFFF;
}

.video-container .video-player {
    display: none;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-container .video-player iframe {
    width: 100%;
    height: 100%;
}

.video-container .close-video {
    cursor: pointer;
    display: none;
    z-index: 5;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #FFFFFF;
    font-size: 40px;
}

.video-container.playing .play-video {
    display: none;
}

.video-container.playing .close-video {
    display: block;
}

.video-container.playing .video-player {
    display: block;
}

.best-of {
    padding-bottom: 50px;
    background-color: #f0f0f0;
}

.best-of .hero-slider-container {
    padding: 0;
}

.best-of .hero-slider-container .hero-slider {
    min-height: auto;
    overflow-x: visible;
}

.best-of .hero-slider-container .hero-slider .text-container {
    background-color: #FFFFFF;
    padding: 30px;
}

.best-of .hero-slider-container .hero-slider .text-container .title {
    font-weight: 700;
    font-size: 18px;
}

.best-of .hero-slider-container .hero-slider .text-container .subtitle {
    font-size: 14px;
}

.best-of .hero-slider-container .hero-slider .has-video.media-container {
    position: relative;
}

.best-of .hero-slider-container .hero-slider .has-video.media-container .play {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
}

.best-of .hero-slider-container .hero-slider .has-video.media-container .play i {
    margin: 0 auto;
    font-size: 120px;
    color: #FFFFFF;
}

.best-of .hero-slider-container .hero-slider .has-video.media-container .close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    opacity: 1;
}

.best-of .hero-slider-container .hero-slider .has-video.media-container .close i {
    font-size: 40px;
    color: #FFFFFF;
}

.best-of .hero-slider-container .hero-slider .has-video.media-container .faded {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.best-of .hero-slider-container .hero-slider .has-video.media-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.best-of .hero-slider-container .hero-slider .has-video.media-container i {
    display: block;
    cursor: pointer;
    z-index: 1;
}

.best-of .hero-slider-container .hero-slider .play,
.best-of .hero-slider-container .hero-slider .close {
    display: none;
}

.best-of .hero-slider-container .slick-slide {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.best-of .hero-slider-container .slick-slide:before {
    display: none;
}

.best-of .hero-slider-container .slider-navigation {
    text-align: left;
}

.tag {
    cursor: pointer;
    display: inline-block;
    background-color: #818181;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
}

.tag span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 11px;
}

.base-equipments .section-title {
    padding-top: 0 !important;
}

@media (max-width: 375px) {
    .button-container .btn {
        width: 190px;
    }
}

@media (max-width: 320px) {
    .button-container .btn {
        width: 150px;
        padding-right: 20px;
    }
}

div.image {
    margin-bottom: 0 !important;
}

small p {
    font-size: 13.6px;
}

@media (min-width: 1200px) {
    .modelpage-form ul.tabs-nav {
        display: flex !important;
        flex-direction: row;
    }
}

.modelpage-form ul.tabs-nav li {
    float: none;
    width: auto;
    flex: 1;
}

.modelpage-form ul.tabs-nav li a:hover {
    color: #333333 !important;
}

.modelpage-form ul.tabs-nav li.active a:hover {
    color: #FFFFFF !important;
}

.padding-top-24 {
    padding-top: 24px;
}

@media (max-width: 666px) {
    .base-equipments .slider-navigation {
        padding-left: 0 !important;
    }
}

.controls-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 0 0;
}

@media (min-width: 667px) {
    .controls-container {
        padding: 25px 15px 0 15px;
    }
}

.change-language {
    background: #FFFFFF;
}

.change-language .img-container {
    height: 475px;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 666px) {
    .change-language .img-container {
        height: 250px;
    }
}

.change-language .img-container img {
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
}

.change-language .cta-container {
    margin-bottom: 90px;
}

.change-language .btn {
    width: 166px;
    padding: 0;
    text-align: center;
}

.change-language .btn:before,
.change-language .btn:after {
    display: none;
}

@media (max-width: 666px) {
    .change-language .btn {
        width: 100%;
    }
}

.hero-slider-container .tag {
    background: white;
}

.hero-slider-container .tag span {
    color: black;
}

@media (max-width: 419px) {
    .hero-slider-container a.btn {
        width: 190px;
    }
    .hero-slider-container .slider-navigation {
        margin-top: 30px;
    }
}

@media (max-width: 375px) {
    .hero-slider-container a.btn {
        width: 170px;
    }
}

@media (max-width: 320px) {
    .hero-slider-container a.btn {
        width: 135px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .base-equipments .slider-container.tiles-slider-container {
        padding-left: 0px;
    }
    .base-equipments .slider-container.tiles-slider-container .flex-align-center {
        flex-flow: row wrap;
    }
    .base-equipments .slider-container.tiles-slider-container .flex-align-center .slider-navigation {
        width: 100%;
        text-align: center;
    }
    .base-equipments .slider-container.tiles-slider-container .flex-align-center .button-container {
        margin: 0 auto;
    }
    .base-equipments .slider-container.tiles-slider-container .flex-align-center .button-container .btn {
        width: 100%;
    }
    .promotions-columns .controls-container {
        flex-flow: row wrap;
    }
    .promotions-columns .controls-container .slider-navigation {
        width: 100%;
        text-align: center;
    }
    .promotions-columns .controls-container .button-container {
        margin: 0 auto;
    }
    .promotions-columns .controls-container .button-container .btn {
        width: 100%;
    }
    .accessories .slider-container.hero-slider-container {
        padding-left: 0px;
    }
    .accessories .slider-container.hero-slider-container .flex-align-center {
        flex-flow: row wrap;
    }
    .accessories .slider-container.hero-slider-container .flex-align-center .slider-navigation {
        width: 100%;
        text-align: center;
    }
    .accessories .slider-container.hero-slider-container .flex-align-center .button-container {
        margin: 0 auto;
    }
    .accessories .slider-container.hero-slider-container .flex-align-center .button-container .btn {
        width: 100%;
    }
    .accessories .slider-container.hero-slider-container .flex-align-center .button-container a {
        margin: 0px;
    }
}

.cps_logo_small {
    height: 15px;
    width: auto !important;
}

.cps_logo_medium {
    height: 30px;
    width: auto !important;
}

.cps_logo_large {
    height: 45px;
    width: auto !important;
}

.container .text-block .text-block-description {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 10px;
}


/*********************
  COMPONENTS
*********************/


/*********************
COMPONENTS
*********************/

header.header .upper-header {
    background: #ededed;
    height: 40px;
    position: relative;
    z-index: 100;
}

@media (max-width: 1199px) {
    header.header .upper-header {
        display: none;
    }
}

header.header .upper-header nav .nav-items {
    width: calc(100% - 135px);
    float: left;
}

header.header .upper-header nav .nav-items ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header.header .upper-header nav .nav-items ul li {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
}

header.header .upper-header nav .nav-items ul li a {
    display: inline-block;
    color: #000000;
    line-height: 40px;
    position: relative;
}

header.header .upper-header nav .nav-items ul li a i {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #9c1019;
    font-size: 24px;
    margin-right: 10px;
}

header.header .upper-header nav .nav-items ul li a strong {
    font-weight: 900;
}

header.header .upper-header nav .nav-items ul li a:hover,
header.header .upper-header nav .nav-items ul li a.active {
    color: #9c1019;
}

header.header .main-navigation {
    height: 88px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    position: relative;
    z-index: 99;
}

@media (max-width: 1199px) {
    header.header .main-navigation {
        height: 80px;
    }
    header.header .main-navigation .container {
        padding: 0;
    }
}

header.header .main-navigation nav {
    position: relative;
    width: 100%;
}

@media (min-width: 1200px) {
    header.header .main-navigation nav {
        display: flex;
    }
}

header.header .main-navigation nav .nav-logo {
    width: 100px;
    padding-top: 4px;
    float: left;
}

header.header .main-navigation nav .nav-logo a {
    display: block;
}

header.header .main-navigation nav .nav-logo img {
    width: 80px;
    height: 80px;
}

@media (max-width: 1199px) {
    header.header .main-navigation nav .nav-logo {
        border-right: 1px solid #f0f0f0;
        text-align: center;
    }
    header.header .main-navigation nav .nav-logo img {
        width: 70px;
        height: 70px;
    }
}

header.header .main-navigation nav .nav-items {
    width: calc(100% - 200px);
    float: left;
}

@media (max-width: 1199px) {
    header.header .main-navigation nav .nav-items {
        display: none;
    }
}

header.header .main-navigation nav .nav-items ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

header.header .main-navigation nav .nav-items ul li {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

header.header .main-navigation nav .nav-items ul li a {
    display: block;
    color: #666666;
    line-height: 88px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}

header.header .main-navigation nav .nav-items ul li a:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    width: 0 !important;
    height: 2px;
    background: #9c1019;
    position: absolute;
    bottom: 0;
    left: 0;
}

header.header .main-navigation nav .nav-items ul li a:hover,
header.header .main-navigation nav .nav-items ul li a.active {
    color: #9c1019;
}

header.header .main-navigation nav .nav-items ul li a:hover:after,
header.header .main-navigation nav .nav-items ul li a.active:after {
    width: 100% !important;
    bottom: 0;
    left: 0;
}

header.header .main-navigation nav .open .open-mobile-bnt i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

header.header .main-navigation nav .open .nav-items-mob {
    display: block;
}

header.header .main-navigation nav .nav-search {
    width: 100px;
    cursor: pointer;
    line-height: 88px;
    text-align: center;
    float: left;
}

@media (max-width: 1199px) {
    header.header .main-navigation nav .nav-search {
        display: none;
    }
}

header.header .main-navigation nav .nav-search i {
    font-size: 40px;
    line-height: 88px;
}

header.header .main-navigation nav .open-mobile-bnt {
    cursor: pointer;
    width: calc(100% - 200px);
    float: left;
    height: 80px;
    line-height: 80px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    position: relative;
}

@media (min-width: 1200px) {
    header.header .main-navigation nav .open-mobile-bnt {
        display: none;
    }
}

header.header .main-navigation nav .open-mobile-bnt:after {
    content: "";
    height: 2px;
    background: #9c1019;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

header.header .main-navigation nav .open-mobile-bnt span {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    line-height: 1.2;
    vertical-align: middle;
    max-width: calc(100% - 40px);
}

header.header .main-navigation nav .open-mobile-bnt i {
    margin-left: 5px;
    color: #9c1019;
    font-size: 20px;
    vertical-align: middle;
}

header.header .main-navigation nav .open-mobile-bnt.collapsed i {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

header.header .main-navigation nav .open-mobile-bnt i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

header.header .main-navigation .nav-items-mob {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 2px solid #9c1019;
    z-index: 100;
    overflow: auto;
    max-height: calc(100vh - 80px);
}

@media (min-width: 1200px) {
    header.header .main-navigation .nav-items-mob {
        display: none !important;
    }
}

header.header .main-navigation .nav-items-mob.open {
    display: block;
}

header.header .main-navigation .nav-items-mob.in {
    display: block;
}

header.header .main-navigation .nav-items-mob.collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

header.header .main-navigation .nav-items-mob ul {
    width: 100%;
}

header.header .main-navigation .nav-items-mob ul li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

header.header .main-navigation .nav-items-mob ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #f0f0f0;
}

header.header .main-navigation .nav-items-mob ul li a:hover,
header.header .main-navigation .nav-items-mob ul li a.active {
    border-bottom: 1px solid #9c1019;
    font-weight: 500;
}

header.header .main-navigation .nav-items-mob ul li i {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #9c1019;
    font-size: 20px;
}

header.header .main-navigation .nav-items-mob .service-menu {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

header.header .main-navigation .nav-items-mob .service-menu .service-menu-item {
    background-color: #ededed;
    text-align: center;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

header.header .main-navigation .nav-items-mob .service-menu .service-menu-item a {
    display: inline-block;
    height: 50px;
    color: #000000;
    line-height: 50px;
    position: relative;
}

header.header .main-navigation .nav-items-mob .service-menu .service-menu-item a:hover {
    color: #9c1019;
}

header.header .main-navigation .nav-items-mob .service-menu .service-menu-item a i {
    color: #9c1019;
    margin-right: 2px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

header.header .main-navigation .nav-items-mob .service-menu .service-menu-item:first-of-type {
    width: 100%;
}

header.header .main-navigation .nav-items-mob .service-menu .service-menu-item:first-of-type a {
    height: 60px;
    line-height: 60px;
}

header.header .main-navigation .nav-items-mob .service-menu .service-menu-item:first-of-type a i {
    margin-right: 2px;
    font-size: 28px;
}

header.header .main-navigation .search-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: white;
}

header.header .main-navigation .search-wrapper input.search-input {
    width: 100%;
    border: none;
    height: 88px;
    float: left;
    font-size: 20px;
    font-weight: 700;
}

header.header .main-navigation .search-wrapper input.search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    padding-left: 10px;
}

header.header .main-navigation .search-wrapper input.search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    padding-left: 10px;
}

header.header .main-navigation .search-wrapper input.search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    padding-left: 10px;
}

header.header .main-navigation .search-wrapper input.search-input:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    padding-left: 10px;
}

header.header .main-navigation .search-wrapper .ico-close {
    position: absolute;
    right: 40px;
    line-height: 89px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

header.header .main-navigation .service-menu .search-wrapper {
    position: relative;
}

header.header .main-navigation .service-menu .search-wrapper input.search-input {
    font-size: 18px;
    padding: 0 10px;
}

header.header .main-navigation .service-menu .search-wrapper .ico-search {
    position: absolute;
    right: 20px;
    line-height: 89px;
    cursor: pointer;
}

header.header .nav-language {
    width: 100px;
    height: 40px;
    text-align: center;
    float: right;
    padding-top: 7px;
    position: relative;
}

@media (max-width: 1199px) {
    header.header .nav-language {
        display: none;
    }
}

header.header .nav-language-mob {
    width: 100px;
    height: 80px;
    text-align: center;
    float: left;
    padding-top: 25px;
    background-color: #F5F5F5;
    position: relative;
}

@media (min-width: 1200px) {
    header.header .nav-language-mob {
        display: none;
    }
}

header.header .language-btn {
    display: inline-block;
    background-color: #333333;
    color: #fff;
    width: 60px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

header.header .language-btn span {
    color: #FFFFFF;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1;
}

header.header .language-btn .icon-bar {
    background-color: #999999;
    height: 2px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}

header.header .language-btn.active {
    background-color: #909090;
}

header.header .language-menu {
    background-color: #f4f4f4;
    position: absolute;
    right: 0;
    top: 56px;
    width: 142px;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 992;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    display: none;
}

@media (max-width: 1199px) {
    header.header .language-menu {
        top: 78px;
    }
}

header.header .language-menu .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f4f4f4;
    position: absolute;
    top: -12px;
    right: 40px;
}

header.header .language-menu .language-menu-item {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    position: relative;
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #d2d2d2;
}

header.header .language-menu .language-menu-item:last-of-type {
    border-bottom: 0;
}

header.header .language-menu .language-menu-item:hover,
header.header .language-menu .language-menu-item.active {
    font-weight: 600;
}

header.header .open .language-menu {
    display: block;
}

header.header .menu-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: black;
    opacity: 0.7;
}


/*
//icone rastr temporanee
.bgico{
  display: inline-block;
  text-indent: 100%;
  overflow:hidden;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  &.body-builder{
    background-image: url("../images/bgico-body-builder.png");
  }
  &.configuratore{
    background-image: url("../images/bgico-configuratore.png");
  }
  &.my{
    background-image: url("../images/bgico-my.png");
  }
  &.richiedi-informazioni{
    background-image: url("../images/bgico-richiedi-informazioni.png");
  }
  &.trova-rivenditore{
    background-image: url("../images/bgico-trova-rivenditore.png");
  }
  &.trova-rivenditore{
    background-image: url("../images/bgico-trova-rivenditore.png");
  }
  &.search{
    background-image: url("../images/bgico-nav-search.png");
  }
}*/

ul {
    list-style: none;
}


/*--P2CAR-1239--*/

body.fixed-head-menu {
    padding-top: 128px;
}

@media (max-width: 1199px) {
    body.fixed-head-menu {
        padding-top: 95px;
    }
}

body.fixed-head-menu header.header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw;
}

body.fixed-head-menu header.header .main-navigation {
    background-color: #fff;
}

.header .main-navigation .search-wrapper .new-anime {
    width: 100px;
    height: 88px;
    background: #9c1019;
    display: inline-block;
    transition: width 1s;
    transform: scaleX(1);
    -webkit-transition: width 1s;
    /* Safari 3.1 to 6.0 */
}

.header .main-navigation .search-wrapper.activate-anime .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.header .main-navigation .search-wrapper.activate-anime .container .ico-close {
    right: 380px;
}

.header .main-navigation .search-wrapper.activate-anime .new-anime {
    width: 100%;
}

.header .main-navigation .search-wrapper.activate-anime .new-anime .search-input.desktop {
    background-color: #9c1019;
    padding-left: 20%;
}

.header .main-navigation .search-input.mobile {
    background-color: #9c1019;
}

header.header-v09-2019 .ico-rotate-down {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all .3s ease .15s;
    font-size: 1rem;
}

header.header-v09-2019 .ico-rotate-up {
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all .3s ease .15s;
    font-size: 1rem;
}

header.header-v09-2019 .upper-header {
    background: #ededed;
    height: 40px;
    position: relative;
    z-index: 100;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .upper-header {
        display: none;
    }
}

header.header-v09-2019 .upper-header .container {
    width: calc(100% - 20px);
}

header.header-v09-2019 .upper-header nav {
    display: flex;
    justify-content: space-between;
}

header.header-v09-2019 .upper-header nav .nav-items ul,
header.header-v09-2019 .upper-header nav .nav-items-right ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header.header-v09-2019 .upper-header nav .nav-items ul li,
header.header-v09-2019 .upper-header nav .nav-items-right ul li {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
}

header.header-v09-2019 .upper-header nav .nav-items ul li:first-child,
header.header-v09-2019 .upper-header nav .nav-items-right ul li:first-child {
    margin-left: 0;
}

header.header-v09-2019 .upper-header nav .nav-items ul li:last-child,
header.header-v09-2019 .upper-header nav .nav-items-right ul li:last-child {
    margin-right: 0;
}

header.header-v09-2019 .upper-header nav .nav-items ul li a,
header.header-v09-2019 .upper-header nav .nav-items-right ul li a {
    display: inline-block;
    font-family: 'Roboto';
    color: #000000;
    line-height: 40px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
}

header.header-v09-2019 .upper-header nav .nav-items ul li a i,
header.header-v09-2019 .upper-header nav .nav-items-right ul li a i {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #9c1019;
    font-size: 24px;
    margin-right: 10px;
}

header.header-v09-2019 .upper-header nav .nav-items ul li a strong,
header.header-v09-2019 .upper-header nav .nav-items-right ul li a strong {
    font-weight: 900;
}

header.header-v09-2019 .upper-header nav .nav-items ul li a:hover,
header.header-v09-2019 .upper-header nav .nav-items ul li a.active,
header.header-v09-2019 .upper-header nav .nav-items-right ul li a:hover,
header.header-v09-2019 .upper-header nav .nav-items-right ul li a.active {
    color: #9c1019;
}

header.header-v09-2019 .main-navigation {
    height: 60px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    position: relative;
    z-index: 99;
}

header.header-v09-2019 .main-navigation .container {
    width: calc(100% - 20px);
}

@media (max-width: 1199px) {
    header.header-v09-2019 .main-navigation {
        position: fixed;
        width: 100%;
    }
    header.header-v09-2019 .main-navigation.main-navigation-mob {
        height: 75px;
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        background-color: #FFFFFF;
    }
}

@media (max-width: 1199px) {
    header.header-v09-2019 .main-navigation {
        height: 75px;
    }
    header.header-v09-2019 .main-navigation .container {
        padding: 0;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    header.header-v09-2019 .main-navigation .container {
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    header.header-v09-2019 .main-navigation .container .row {
        height: 100%;
    }
}

header.header-v09-2019 .main-navigation nav {
    position: relative;
    width: 100%;
}

@media (min-width: 1200px) {
    header.header-v09-2019 .main-navigation nav {
        display: flex;
    }
}

@media (max-width: 1199px) {
    header.header-v09-2019 .main-navigation nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
}

header.header-v09-2019 .main-navigation nav .nav-logo {
    width: 100px;
    float: left;
    padding-right: 18px;
}

@media (min-width: 1200px) {
    header.header-v09-2019 .main-navigation nav .nav-logo {
        flex-grow: 0;
    }
}

@media (max-width: 1199px) {
    header.header-v09-2019 .main-navigation nav .nav-logo {
        padding-top: 0;
        width: auto;
        float: none;
    }
}

header.header-v09-2019 .main-navigation nav .nav-logo a {
    display: block;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .main-navigation nav .nav-logo a {
        margin: 0;
    }
}

header.header-v09-2019 .main-navigation nav .nav-logo img {
    height: 60px;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .main-navigation nav .nav-logo {
        border: none;
        text-align: center;
    }
    header.header-v09-2019 .main-navigation nav .nav-logo img {
        width: 50px;
        height: 50px;
    }
}

header.header-v09-2019 .main-navigation nav .nav-items {
    width: calc(100% - 200px);
    float: left;
}

@media (min-width: 1200px) {
    header.header-v09-2019 .main-navigation nav .nav-items {
        flex-grow: 0;
    }
}

@media (max-width: 1199px) {
    header.header-v09-2019 .main-navigation nav .nav-items {
        display: none;
    }
}

header.header-v09-2019 .main-navigation nav .nav-items ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

header.header-v09-2019 .main-navigation nav .nav-items ul li {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

header.header-v09-2019 .main-navigation nav .nav-items ul li a {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    color: #666666;
    line-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}

header.header-v09-2019 .main-navigation nav .nav-items ul li a [class^="ico-"],
header.header-v09-2019 .main-navigation nav .nav-items ul li a [class*=" ico-"] {
    margin-left: 10px;
    font-size: 10px;
    font-weight: bolder;
}

header.header-v09-2019 .main-navigation nav .nav-items ul li a:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    width: 0 !important;
    height: 2px;
    background: #9c1019;
    position: absolute;
    bottom: 0;
    left: 0;
}

header.header-v09-2019 .main-navigation nav .nav-items ul li a:hover,
header.header-v09-2019 .main-navigation nav .nav-items ul li a.active {
    color: #9c1019;
}

header.header-v09-2019 .main-navigation nav .nav-items ul li a:hover:after,
header.header-v09-2019 .main-navigation nav .nav-items ul li a.active:after {
    width: 100% !important;
    bottom: 0;
    left: 0;
}

@media (min-width: 1200px) {
    header.header-v09-2019 .main-navigation nav .nav-group {
        flex-grow: 1;
    }
}

header.header-v09-2019 .main-navigation nav .nav-group.btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header.header-v09-2019 .main-navigation nav .open .open-mobile-bnt i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

header.header-v09-2019 .main-navigation nav .open .nav-items-mob {
    display: block;
}

header.header-v09-2019 .main-navigation nav .nav-search {
    width: 100px;
    cursor: pointer;
    line-height: 60px;
    text-align: right;
    float: left;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .main-navigation nav .nav-search {
        display: none;
    }
}

header.header-v09-2019 .main-navigation nav .nav-search i {
    font-size: 30px;
    line-height: 60px;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt {
    cursor: pointer;
    /* menù hamburger */
    /* .end menù hamburger */
}

@media (min-width: 1200px) {
    header.header-v09-2019 .main-navigation nav .open-mobile-bnt {
        display: none;
    }
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger {
    height: 28px;
    width: 38px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger span,
header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger div {
    display: block;
    width: 38px;
    height: 2px;
    background: #9c1019;
    max-width: 100%;
    z-index: 1;
    position: relative;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.2s ease;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger span:nth-last-child(3),
header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger div:nth-last-child(3) {
    transform-origin: 100%;
    top: -6px;
    background: none;
    font-size: 13px;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger span:nth-last-child(2),
header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger div:nth-last-child(2) {
    transform-origin: center;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger span:nth-last-child(1),
header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger div:nth-last-child(1) {
    transform-origin: 100%;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger.checked span:nth-last-child(2),
header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger.checked div:nth-last-child(2) {
    transform: rotate(-45deg);
    transform-origin: center;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger.checked span:nth-last-child(3),
header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger.checked div:nth-last-child(3) {
    opacity: 0;
    transform-origin: center;
    transform: rotate(0deg);
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger.checked span:nth-last-child(1),
header.header-v09-2019 .main-navigation nav .open-mobile-bnt .hamburger.checked div:nth-last-child(1) {
    transform: rotate(45deg) translate(-2px, 4px);
    transform-origin: right;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt span {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    line-height: 1.2;
    vertical-align: middle;
    max-width: calc(100% - 40px);
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt i {
    margin-left: 5px;
    color: #9c1019;
    font-size: 20px;
    vertical-align: middle;
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt.collapsed i {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

header.header-v09-2019 .main-navigation nav .open-mobile-bnt i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

header.header-v09-2019 .header-item-container {
    height: calc(100vh - 105px);
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    overflow-y: auto;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .header-item-container {
        display: none;
    }
}

@media (max-width: 667px) {
    header.header-v09-2019 .header-item-container> :first-child {
        position: absolute;
        z-index: 99;
        width: 100%;
        top: 80px;
        background-color: #FF0000;
    }
}

header.header-v09-2019 .header-item-container .container-content-links {
    opacity: 0;
    transition: opacity .2s ease;
    transition-delay: .2s;
}

header.header-v09-2019 .header-item-container .container-content-links.active {
    opacity: 1;
}

@media (min-width: 1200px) {
    header.header-v09-2019 .header-item-container .container-content-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

header.header-v09-2019 .header-item-container .container-content-links .container-content {
    padding-left: 10px;
    flex-grow: 1;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters {
    margin-top: 20px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters .filters {
    position: relative;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters .filters .filter-lnk {
    border-radius: 3px;
    background-color: #eeeeee;
    height: 26px;
    font-size: 12px;
    position: relative;
    top: 9px;
    line-height: 28px;
    color: #666666;
    margin: 0 5px;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters .filters .filter-lnk.active,
header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters .filters .filter-lnk:hover {
    background: #9c1019;
    color: #eeeeee;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters .filters .filter-lnk:nth-child(3) {
    margin-left: 0;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters .filters .filter-lnk.all {
    height: 40px;
    top: 0;
    line-height: 40px;
    margin: 0 20px 0 0;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters .filters .filter-lnk.all:after {
    display: none;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .container-filters .filters .filter-label {
    font-size: 10px;
    height: 11px;
    position: absolute;
    top: 0;
    display: inline-block;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .header-item-container .container-content-links .container-content .models {
        padding-top: 20px;
    }
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model {
    flex-basis: 25%;
    max-width: 236px;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model .image {
    padding-top: 8px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model.hide-model {
    opacity: 0;
    position: absolute;
    z-index: -999;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model.hide-model.show-model {
    position: static;
    opacity: 1;
    z-index: auto;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model a {
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 10px 50px 0 0;
    text-align: center;
    height: 130px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model a .image img {
    max-width: 100%;
    height: auto;
    width: auto;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model a .title {
    text-align: center;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model a .title .model-name {
    font-weight: 800;
    font-family: 'Roboto';
    font-size: 14px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model a .title .model-price {
    font-size: 12px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model a .title span {
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    display: block;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model:hover a {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

header.header-v09-2019 .header-item-container .container-content-links .container-content .models .model:hover a .title .model-name {
    color: #9c1019;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content ul.models-category-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    padding-left: 35px;
    margin-bottom: 20px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content ul.models-category-links li a {
    color: #9c1019;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content ul.models-category-links li a [class^="ico-"],
header.header-v09-2019 .header-item-container .container-content-links .container-content ul.models-category-links li a [class*=" ico-"] {
    margin-left: 15px;
    font-size: 8px;
    font-weight: bold;
}

header.header-v09-2019 .header-item-container .container-content-links .container-content ul.models-category-links li:not(:first-child) {
    margin-left: 30px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-additional-links {
    flex-shrink: 0;
    padding-top: 30px;
    padding-left: 0;
    width: 255px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-additional-links ul li {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

header.header-v09-2019 .header-item-container .container-content-links .container-additional-links ul li.divider {
    border-bottom: 1px solid #000000;
    padding: 0;
    margin-bottom: 15px;
}

header.header-v09-2019 .header-item-container .container-content-links .container-additional-links ul li.hide-link {
    opacity: 0;
    position: absolute;
    z-index: -999;
}

header.header-v09-2019 .header-item-container .container-content-links .container-additional-links ul li a {
    font-size: 14px;
    color: #000000;
    font-family: 'Roboto';
}

header.header-v09-2019 .header-item-container .container-content-links .container-additional-links ul li.cta {
    padding-left: 0;
    padding-right: 0;
}

header.header-v09-2019 .header-item-container .container-content-links .container-additional-links ul li.cta a {
    background: #9c1019;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    margin-bottom: 40px;
}

header.header-v09-2019 .header-item-container .container-content-links.modify-positioning .container-content .models .model a {
    height: auto;
}

header.header-v09-2019 .header-item-container .container-content-links.modify-positioning .container-content .models .model a .title .model-name-hover {
    opacity: 0;
    font-size: 10px;
    color: #999999;
    transition: opacity .2s ease;
}

header.header-v09-2019 .header-item-container .container-content-links.modify-positioning .container-content .models .model:hover .title .model-name-hover {
    opacity: 1;
}

header.header-v09-2019 .nav-items-mob {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 98;
    overflow: auto;
    min-height: 100%;
}

header.header-v09-2019 .nav-items-mob .hide-links {
    display: none;
}

@media (min-width: 1200px) {
    header.header-v09-2019 .nav-items-mob {
        display: none !important;
    }
}

header.header-v09-2019 .nav-items-mob .container {
    height: calc(100vh - 75px);
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: opacity .2s ease;
    transition-delay: .2s;
}

header.header-v09-2019 .nav-items-mob .container.active {
    opacity: 1;
}

@media (max-width: 1199px) and (-ms-high-contrast: active),
(max-width: 1199px) and (-ms-high-contrast: none) {
    header.header-v09-2019 .nav-items-mob .container {
        display: block;
    }
}

header.header-v09-2019 .nav-items-mob .container:before,
header.header-v09-2019 .nav-items-mob .container:after {
    display: none;
}

@media (max-width: 667px) {
    header.header-v09-2019 .nav-items-mob .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

header.header-v09-2019 .nav-items-mob.open {
    display: block;
}

header.header-v09-2019 .nav-items-mob.in {
    display: block;
}

header.header-v09-2019 .nav-items-mob.collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

header.header-v09-2019 .nav-items-mob ul {
    width: 100%;
}

header.header-v09-2019 .nav-items-mob ul li {
    width: 100%;
    position: relative;
}

header.header-v09-2019 .nav-items-mob ul li a,
header.header-v09-2019 .nav-items-mob ul li a.filter-lnk {
    text-align: left;
    text-transform: uppercase;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .nav-items-mob ul li a,
    header.header-v09-2019 .nav-items-mob ul li a.filter-lnk {
        font-size: 15px;
    }
}

header.header-v09-2019 .nav-items-mob ul li a.active,
header.header-v09-2019 .nav-items-mob ul li a.filter-lnk.active {
    border-bottom: 1px solid #9c1019;
    font-weight: 500;
}

header.header-v09-2019 .nav-items-mob ul li a.filter-lnk-partial,
header.header-v09-2019 .nav-items-mob ul li a.filter-lnk.filter-lnk-partial {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: normal;
}

header.header-v09-2019 .nav-items-mob ul li i {
    color: #9c1019;
    font-weight: bolder;
    font-size: 12px;
    height: 13px;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu {
    position: relative;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li {
    position: relative;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.hide-link {
    display: none;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li a.filter-lnk {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    color: #9c1019;
    border-bottom: 1px solid #f0f0f0;
    justify-content: flex-start;
    padding-left: 15px;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li a.filter-lnk [class^="ico-"],
header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li a.filter-lnk [class*=" ico-"] {
    margin-left: 5px;
    color: #000000;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link {
    border-bottom: 1px solid #9c1019;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link a {
    border-bottom: none;
    margin: 0;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link a.first-level-lnk {
    justify-content: flex-start;
    border-bottom: none;
    color: #000000;
    padding-left: 0;
    margin-left: 0;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link a.first-level-lnk span {
    padding-left: 5px;
    font-weight: 700;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link a.first-level-lnk [class^="ico-"],
header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link a.first-level-lnk [class*=" ico-"] {
    margin-left: 0;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link a.all-link {
    padding-left: 0;
    color: #9c1019;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link a.all-link [class^="ico-"],
header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li.main-link a.all-link [class*=" ico-"] {
    margin-left: 5px;
    color: #000000;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li a:not(.filter-lnk) {
    padding-left: 10px;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li a {
    text-transform: none;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li a.filter-lnk-partial .model-name {
    font-size: 12px;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li a.filter-lnk-partial .model-name {
        font-size: 14px;
    }
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li a.filter-lnk-partial .model-name-hover {
    font-size: 10px;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models .model {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 667px) {
    header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models .model {
        flex-basis: 100%;
    }
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models .model a {
    height: auto;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models .model a .image {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models .model a .image img {
    width: 100%;
    height: auto;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models .model a .title {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 1.5;
    font-size: 12px;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models .model a .title span {
    display: block;
}

header.header-v09-2019 .nav-items-mob .links .second-level-menu ul li .models .model a .title span.model-name {
    font-weight: 800;
}

header.header-v09-2019 .nav-items-mob .service-menu {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 15px;
}

header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item {
    text-align: center;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
}

header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item a {
    display: block;
    font-family: 'Roboto';
    height: 60px;
    color: #000000;
    line-height: 60px;
    position: relative;
    background-color: #ededed;
    margin-left: 5px;
    margin-right: 5px;
    height: 50px;
    line-height: 50px;
    text-align: left;
}

header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item a:hover {
    color: #9c1019;
}

header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item a i {
    color: #9c1019;
    margin-right: 2px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-right: 15px;
    margin-left: 30px;
}

@media (max-width: 667px) {
    header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item a i {
        margin-right: 10px;
        margin-left: 10px;
    }
}

header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item:not(.flex-basis-50),
header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item:not(.search-wrapper) {
    flex-basis: 25%;
    height: 70px;
}

@media (max-width: 667px) {
    header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item:not(.flex-basis-50),
    header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item:not(.search-wrapper) {
        flex-basis: 50%;
        height: 60px;
    }
}

header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item.flex-basis-50 {
    flex-basis: 50%;
}

@media (max-width: 667px) {
    header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item.flex-basis-50 {
        flex-basis: 100%;
    }
}

header.header-v09-2019 .nav-items-mob .service-menu .service-menu-item.flex-basis-50 a {
    text-align: center;
}

header.header-v09-2019 .search-wrapper {
    position: absolute;
    top: 40px;
    width: 100%;
    height: auto;
    background-color: #9c1019;
    z-index: 99;
    color: #FFFFFF;
    opacity: 0;
    transform: scaleX(0);
    transition: opacity .5s ease;
    transition: transform 1s ease;
}

header.header-v09-2019 .search-wrapper.open {
    opacity: 1;
    transform: scaleX(1);
}

@media (max-width: 1199px) {
    header.header-v09-2019 .search-wrapper [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 667px) {
    header.header-v09-2019 .search-wrapper {
        height: 60px;
    }
}

header.header-v09-2019 .search-wrapper input.search-input {
    width: 100%;
    border: none;
    height: 60px;
    float: left;
    font-size: 16px;
    background-color: #9c1019;
    font-weight: 700;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .search-wrapper input.search-input {
        border-bottom: 1px solid #f0f0f0;
    }
}

@media (max-width: 667px) {
    header.header-v09-2019 .search-wrapper input.search-input {
        height: 60px;
    }
}

header.header-v09-2019 .search-wrapper input.search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
    padding-left: 10px;
}

header.header-v09-2019 .search-wrapper input.search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    padding-left: 10px;
}

header.header-v09-2019 .search-wrapper input.search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
    padding-left: 10px;
}

header.header-v09-2019 .search-wrapper input.search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    padding-left: 10px;
}

header.header-v09-2019 .search-wrapper .ico-close {
    position: absolute;
    right: 10px;
    line-height: 60px;
    cursor: pointer;
}

header.header-v09-2019 .service-menu .search-wrapper {
    position: relative;
    margin-bottom: 20px;
    top: 0;
    background-color: white;
    opacity: 1;
    transform: scaleX(1);
    color: #666666;
}

header.header-v09-2019 .service-menu .search-wrapper input.search-input {
    background-color: white;
    font-size: 18px;
    padding: 0 10px;
    color: #666666;
}

header.header-v09-2019 .service-menu .search-wrapper input.search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
}

header.header-v09-2019 .service-menu .search-wrapper input.search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

header.header-v09-2019 .service-menu .search-wrapper input.search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}

header.header-v09-2019 .service-menu .search-wrapper input.search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

header.header-v09-2019 .service-menu .search-wrapper .ico-search {
    position: absolute;
    right: 20px;
    line-height: 89px;
    cursor: pointer;
}

@media (max-width: 667px) {
    header.header-v09-2019 .service-menu .search-wrapper .ico-search {
        line-height: 60px;
    }
}

header.header-v09-2019 .nav-language {
    width: auto;
    height: 40px;
    text-align: center;
    float: right;
    padding-top: 7px;
    position: relative;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .nav-language {
        display: none;
    }
}

header.header-v09-2019 .nav-language-mob {
    width: 100px;
    text-align: center;
}

@media (min-width: 1200px) {
    header.header-v09-2019 .nav-language-mob {
        display: none;
    }
}

header.header-v09-2019 .nav-language-mob .language-btn {
    background-color: #ededed;
    color: #000000;
}

header.header-v09-2019 .nav-language-mob .language-btn span {
    color: #000000;
}

header.header-v09-2019 .nav-language-mob .language-btn .icon-bar {
    background-color: #000000;
}

header.header-v09-2019 .language-btn {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    width: 60px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

header.header-v09-2019 .language-btn span {
    color: #FFFFFF;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1;
}

header.header-v09-2019 .language-btn .icon-bar {
    background-color: #999999;
    height: 2px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}

header.header-v09-2019 .language-btn.active {
    background-color: #909090;
}

header.header-v09-2019 .language-menu {
    background-color: #f4f4f4;
    position: absolute;
    right: 0;
    top: 56px;
    width: 142px;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 992;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    display: none;
}

@media (max-width: 1199px) {
    header.header-v09-2019 .language-menu {
        top: 78px;
    }
}

header.header-v09-2019 .language-menu .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f4f4f4;
    position: absolute;
    top: -12px;
    right: 40px;
}

header.header-v09-2019 .language-menu .language-menu-item {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    position: relative;
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #d2d2d2;
}

header.header-v09-2019 .language-menu .language-menu-item:last-of-type {
    border-bottom: 0;
}

header.header-v09-2019 .language-menu .language-menu-item:hover,
header.header-v09-2019 .language-menu .language-menu-item.active {
    font-weight: 600;
}

header.header-v09-2019 .open .language-menu {
    display: block;
}

ul {
    list-style: none;
}


/*--P2CAR-1239--*/

body.fixed-head-menu {
    padding-top: 128px;
}

@media (max-width: 1199px) {
    body.fixed-head-menu {
        padding-top: 95px;
    }
}

body.fixed-head-menu header.header-v09-2019 {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw;
}

body.fixed-head-menu header.header-v09-2019 .main-navigation {
    background-color: #FFFFFF;
}

@media (max-width: 1199px) {
    .filter-lnk span {
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .mopar .container {
        max-width: unset;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .mopar .container {
        max-width: unset;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {
    .mopar header.header-v09-2019 .container {
        width: 1200px;
    }
}

@media (min-width: 1280px) {
    .mopar header.header-v09-2019 .container {
        width: 1280px;
    }
}

.mopar header.header-v09-2019 .nav-items-mob .container {
    width: 100vw;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .mopar header.header-v09-2019 .nav-items-mob .container {
        max-width: 768px;
    }
}

@media (max-width: 767px) {
    .mopar header.header-v09-2019 .nav-items-mob .container {
        height: calc(100vh - 145px);
    }
}

.mopar header.header-v09-2019 .main-navigation {
    background-color: #FFFFFF;
}

.mopar .btn.btn-primary::before {
    content: "";
}

footer.footer .icomenu {
    box-shadow: inset 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
}

footer.footer .icomenu .icomenu-wrapper {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (min-width: 667px) {
    footer.footer .icomenu .icomenu-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    footer.footer .icomenu .icomenu-wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

footer.footer .icomenu .icomenu-wrapper .icomenu-item {
    width: 16.66%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    color: #000000;
}

footer.footer .icomenu .icomenu-wrapper .icomenu-item>i {
    font-size: 50px;
    color: #7f7f7f;
}

@media (max-width: 1199px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item>i {
        font-size: 45px;
    }
}

footer.footer .icomenu .icomenu-wrapper .icomenu-item:hover p {
    color: #9c1019 !important;
}

footer.footer .icomenu .icomenu-wrapper .icomenu-item:before {
    content: '';
    width: 1px;
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #e5e5e5;
}

footer.footer .icomenu .icomenu-wrapper .icomenu-item:last-of-type:before {
    width: 0;
}

@media (max-width: 1199px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item {
        padding: 10px 20px 0 20px;
    }
}

@media (max-width: 666px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item {
        width: 33.33%;
        margin-bottom: 10px;
        padding: 10px 15px 0 15px;
    }
    footer.footer .icomenu .icomenu-wrapper .icomenu-item:nth-of-type(3n):before {
        width: 0;
    }
}

@media (max-width: 365px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item {
        padding: 10px 10px 0 10px;
    }
}

@media (max-width: 320px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item {
        padding: 10px 0px 0 5px;
    }
}

footer.footer .icomenu .icomenu-wrapper .icomenu-item .icomenu-text {
    font-size: 14px;
    align-self: left;
    display: flex;
    align-items: center;
    min-height: 30px;
}

@media (min-width: 1200px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item .icomenu-text {
        align-self: center;
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item .icomenu-text {
        width: 100%;
        display: table;
        text-align: center;
        margin-top: 15px;
    }
    footer.footer .icomenu .icomenu-wrapper .icomenu-item .icomenu-text span {
        text-align: left;
        vertical-align: middle;
        display: table-cell;
        line-height: 1.2;
    }
    footer.footer .icomenu .icomenu-wrapper .icomenu-item .icomenu-text i {
        display: table-cell;
        vertical-align: middle;
    }
}

footer.footer .icomenu .icomenu-wrapper .icomenu-item .icomenu-text i {
    color: #9c1019;
    padding-left: 10px;
}

@media (max-width: 1199px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item .icomenu-text i {
        padding-left: 8px;
    }
}

@media (max-width: 666px) {
    footer.footer .icomenu .icomenu-wrapper .icomenu-item .icomenu-text i {
        padding-left: 6px;
    }
}

footer.footer .icomenu .icomenu-wrapper .icomenu-item .bgico {
    margin-bottom: 30px;
}

footer.footer .service-footer {
    background: #f2f2f2;
}

footer.footer .service-footer .footer-box-wrapper {
    padding-top: 30px;
}

@media (max-width: 1199px) {
    footer.footer .service-footer .footer-box-wrapper {
        max-width: 300px;
        margin: 0 auto;
    }
}

footer.footer .service-footer .service-footer-box {
    padding: 35px 55px;
    position: relative;
}

@media (max-width: 1199px) {
    footer.footer .service-footer .service-footer-box {
        padding: 55px;
        height: 204px;
    }
}

@media (max-width: 666px) {
    footer.footer .service-footer .service-footer-box {
        padding: 35px 0;
        height: 174px;
    }
}

footer.footer .service-footer .service-footer-box.col-2:before {
    content: "";
    width: 1px;
    background-color: #dfdfdf;
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 0;
}

footer.footer .service-footer .service-footer-box.col-2:after {
    content: "";
    width: 1px;
    background-color: #dfdfdf;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
}

footer.footer .service-footer .service-footer-box .title {
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 900;
}

footer.footer .service-footer .service-footer-box .social-wrapper {
    text-align: center;
    padding-top: 45px;
}

footer.footer .service-footer .service-footer-box .social-wrapper a {
    color: #333333;
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-left: 13px;
    margin-right: 13px;
}

footer.footer .service-footer .service-footer-box .social-wrapper a:hover {
    color: #9c1019;
}

footer.footer .service-footer .service-footer-box .phone {
    font-size: 18px;
    margin-bottom: 10px;
}

footer.footer .service-footer .service-footer-box .phone-description {
    font-size: 14px;
    margin-bottom: 20px;
}

footer.footer .service-footer .service-footer-box .contact-cta {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

footer.footer .service-footer .service-footer-box .contact-cta i {
    color: #9c1019;
    margin-left: 10px;
}

footer.footer .service-footer .service-footer-box .contact-cta:hover {
    color: #9c1019;
}

footer.footer .service-footer .service-footer-box .language-wrapper {
    padding: 45px;
    position: relative;
    text-align: center;
}

@media (max-width: 1199px) {
    footer.footer .service-footer .service-footer-box-middle {
        height: auto;
        background-color: #FAFAFA;
    }
    footer.footer .service-footer .service-footer-box-middle.col-2:before,
    footer.footer .service-footer .service-footer-box-middle.col-2:after {
        width: 0;
    }
}

footer.footer .service-footer .container {
    padding: 0;
}

footer.footer .sitemap-footer .sitemap-button-container {
    background: #333333;
    text-align: center;
}

footer.footer .sitemap-footer .sitemap-btn {
    display: inline-block;
    width: 320px;
    height: 50px;
    line-height: 50px;
    background: #454545;
    cursor: pointer;
}

footer.footer .sitemap-footer .sitemap-btn span {
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;
    font-weight: 900;
    color: #FFFFFF;
    margin-right: 10px;
}

footer.footer .sitemap-footer .sitemap-btn i {
    transform: rotate(180deg);
    vertical-align: middle;
    color: #f4f4f4;
    font-size: 20px;
}

footer.footer .sitemap-footer .sitemap-btn.collapsed i {
    transform: rotate(0deg);
}

footer.footer .sitemap-footer .sitemap-content {
    background-color: #FFFFFF;
    text-align: left;
}

footer.footer .sitemap-footer .sitemap-content a,
footer.footer .sitemap-footer .sitemap-content p {
    font-size: 14px;
}

footer.footer .sitemap-footer .sitemap-content a {
    color: #000000;
    cursor: pointer;
}

footer.footer .sitemap-footer .sitemap-content a:hover {
    color: #9c1019;
}

footer.footer .sitemap-footer .sitemap-row {
    padding-top: 35px;
    border-bottom: 1px solid #A6A6A6;
}

footer.footer .sitemap-footer .sitemap-title,
footer.footer .sitemap-footer .sitemap-list {
    margin-bottom: 40px;
}

footer.footer .sitemap-footer .sitemap-title {
    font-weight: 700;
}

footer.footer .sitemap-footer .sitemap-title a {
    font-size: 16px;
}

footer.footer .sitemap-footer .sitemap-column {
    width: 16.66667%;
}

footer.footer .sitemap-footer .sitemap-column.width-control {
    width: 33%;
}

footer.footer .sitemap-footer .sitemap-column.width-control .sitemap-list-container {
    display: flex;
    flex-wrap: wrap;
}

footer.footer .sitemap-footer .sitemap-column.width-control .sitemap-list {
    width: 50%;
}

footer.footer .legal-links-wrapper {
    text-align: center;
}

footer.footer .legal-links-wrapper .legal-links {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: space-between;
}

@media (max-width: 666px) {
    footer.footer .legal-links-wrapper .legal-links {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
    }
}

footer.footer .legal-links-wrapper .legal-links li {
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
}

footer.footer .legal-links-wrapper .legal-links li a {
    color: #000000;
}

footer.footer .legal-links-wrapper .legal-links li a:hover {
    color: #9c1019;
}

@media (max-width: 767px) {
    footer.footer .legal-links-wrapper .legal-links li {
        margin-bottom: 10px;
    }
}

footer.footer .service-icon {
    text-align: center;
    width: 80%;
}

footer.footer .service-icon .label-cartoon {
    background-color: #9c1019;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    white-space: nowrap;
    max-width: 100px;
    text-align: center;
}

footer.footer .service-icon .label-cartoon:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 0;
    border-color: #9c1019 transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
}

footer.footer .service-icon i {
    font-size: 35px;
}

footer.footer .language-btn {
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    display: inline-block;
    background-color: #333333;
    color: #fff;
    width: 75px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

footer.footer .language-btn span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1.2;
}

footer.footer .language-btn .icon-bar {
    background-color: #999999;
    height: 2px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}

footer.footer .language-btn.active {
    background-color: #909090;
}

footer .page-title,
header .page-title {
    position: relative;
    padding-top: 74px;
}

@media (max-width: 1199px) {
    footer .page-title,
    header .page-title {
        padding-top: 50px;
    }
}

@media (max-width: 666px) {
    footer .page-title,
    header .page-title {
        padding-top: 30px;
    }
}

footer .page-title .highlight,
header .page-title .highlight {
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #9c1019;
    left: calc(50% - 15px);
}

footer .page-title h1,
header .page-title h1 {
    font-size: 40px;
    line-height: 1;
}

.section-title {
    position: relative;
    padding: 50px 0;
}

@media (max-width: 1199px) {
    .section-title {
        padding: 35px;
    }
}

@media (max-width: 666px) {
    .section-title {
        padding: 25px 0;
    }
}

.section-title .highlight {
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #9c1019;
    left: calc(50% - 15px);
}

.section-title h2 {
    line-height: 1;
    font-size: 28px;
}

.section-title h1 {
    font-size: 40px;
    line-height: 1;
}

.section-title.white h2,
.section-title.white span {
    color: #FFFFFF;
}

.section-title.dynamic h1 {
    line-height: 1;
    font-size: 28px;
}

.slider .tile-container {
    background: #FFFFFF;
    position: relative;
    display: flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
}

.tile {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
}

.tile.column {
    height: 100% !important;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

.tile.column.reverse {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row-reverse;
}

@media (max-width: 1199px) {
    .tile.column {
        width: 100%;
        height: auto !important;
    }
}

@media (max-width: 666px) {
    .tile.column {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .tile.column.reverse {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

.tile.column .col {
    width: 50%;
    position: relative;
}

@media (max-width: 666px) {
    .tile.column .col {
        width: 100%;
    }
}

.tile.column .col.text-col {
    padding: 40px 100px 44px 100px;
    background: white;
}

@media (max-width: 1199px) {
    .tile.column .col.text-col {
        position: static;
        padding: 30px;
    }
}

.tile.column .col.text-col .subtitle {
    display: block;
    font-weight: 900;
    color: #000000;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .tile.column .col.text-col .subtitle {
        font-size: 14px;
    }
}

.tile.column .col.text-col .title {
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #9c1019;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .tile.column .col.text-col .title {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

.tile.column .col.text-col .text {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .tile.column .col.text-col .text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.tile.column .col.text-col .btn-container {
    border-top: 1px solid #ededed;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    width: calc(100% - 40px);
}

@media (max-width: 1199px) {
    .tile.column .col.text-col .btn-container {
        bottom: 10px;
        width: calc(100% - 60px);
    }
}

@media (max-width: 666px) {
    .tile.column .col.text-col .btn-container {
        width: calc(100% - 40px);
    }
}

.tile.column .col.text-col .btn-primary {
    width: 180px;
}

@media (max-width: 666px) {
    .tile.column .col.text-col .btn-primary {
        margin-top: 20px;
    }
}

.tile.column .col.img-col img {
    vertical-align: middle;
    width: 100%;
}

.tile.column.small {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    align-items: center;
    height: 100% !important;
}

@media (max-width: 1199px) {
    .tile.column.small {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

.tile.column.small img {
    width: 100%;
}

.tile.column.small .col {
    width: 50%;
    position: relative;
}

@media (max-width: 1199px) {
    .tile.column.small .col {
        width: 100%;
    }
}

.tile.column.small .text-col {
    padding: 10px 10px 50px 20px;
    height: 100%;
    /*  .btn-container{
          border-top:1px solid $greyED;
          width:100%;
          position: absolute;
          bottom: 0;
          top:auto;
          width: calc(100% - 40px);

          @media(max-width: $screen-md-max){
            bottom:10px;
            width:calc(100% - 60px);
          }

          @media(max-width: $screen-xs-max){
            width:calc(100% - 40px);
          }
        }*/
}

@media (max-width: 1199px) {
    .tile.column.small .text-col {
        height: auto;
        position: static;
        padding: 30px 30px 40px 30px;
    }
}

@media (max-width: 666px) {
    .tile.column.small .text-col {
        padding: 30px 20px 50px 20px;
    }
}

.tile.column.small .text-col .title {
    margin-bottom: 15px;
}

.tile.column.small .text-col .text {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

@media (max-width: 1199px) {
    .tile.column.small .text-col .text {
        padding-bottom: 20px;
    }
}

@media (max-width: 666px) {
    .tile.column.small .text-col .text {
        padding-bottom: 30px;
    }
}

.tile.column.small .text-col .btn-secondary.transparent {
    padding: 0;
    color: #9c1019;
}

.tile.column.small .text-col .btn-secondary.transparent:hover:after {
    border-top: 1px solid #9c1019;
}

.tile.column.space-around .text-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (min-width: 1200px) {
    .tile.column.large p {
        min-width: 390px;
    }
}

.tile.image {
    position: relative;
}

@media (max-width: 666px) {
    .tile.image {
        width: 308px;
    }
}

.tile.image img {
    width: 100%;
}

.tile.image .overlay {
    padding: 30px 25px 0 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 666px) {
    .tile.image .overlay {
        background: #FFFFFF;
        padding: 25px 15px 20px 15px;
        position: static;
    }
}

.tile.image .overlay .title {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 20px;
}

@media (max-width: 666px) {
    .tile.image .overlay .title {
        color: #000000;
        font-size: 16px;
    }
}

.tile.image .overlay .text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (max-width: 666px) {
    .tile.image .overlay .text {
        color: #000000;
        font-size: 14px;
        margin-bottom: 40px;
    }
}

.tile.image .overlay .btn {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #FFFFFF;
}

.tile.image .overlay .btn:before {
    color: #FFFFFF;
}

@media (max-width: 666px) {
    .tile.image .overlay .btn:before {
        color: #9c1019;
    }
}

@media (max-width: 666px) {
    .tile.image .overlay .btn {
        color: #000000;
        position: static;
        padding: 0;
    }
}

.tile.image.tile-row-sm {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .tile.image.tile-row-sm .overlay {
        background: #FFFFFF;
        padding: 25px 20px 20px 20px;
        position: static;
    }
    .tile.image.tile-row-sm .overlay .title {
        color: #000000;
        font-size: 16px;
    }
    .tile.image.tile-row-sm .overlay .text {
        color: #000000;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .tile.image.tile-row-sm .overlay .btn {
        color: #000000;
        position: absolute;
        left: 20px;
        color: #9c1019;
        padding: 0;
    }
}

.tile.rows {
    width: 308px;
    margin: 0 15px 15px 15px;
}

@media (min-width: 1200px) {
    .tile.rows {
        margin: 0 40px 80px 40px;
    }
}

.tile.rows .image-row {
    position: relative;
}

.tile.rows .image-row img {
    width: 100%;
    height: auto;
}

.tile.rows .image-row .overlay {
    padding: 20px 15px 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tile.rows .image-row .overlay .title {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 0;
    display: block;
}

.tile.rows .image-row .overlay .btn {
    color: #FFFFFF;
    padding-left: 0;
}

.tile.rows .image-row .overlay .btn:before {
    color: #FFFFFF;
}

.tile.rows .text-row {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.tile.rows .text-row .description {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.2;
    display: block;
}

.tile.rows .text-row .description p {
    margin: 0;
}

.tile.rows .cta-row {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.tile.rows .items-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.tile.rows .items-row .item {
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.tile.rows .items-row .item .item-text {
    font-size: 13px;
    text-align: center;
}

.tile.rows .items-row .item .item-text span {
    display: block;
}

.tile.rows .items-row .item .img-ico {
    height: 43px;
    margin-bottom: 5px;
    display: inline-block;
}

.tile.rows .items-row .item:after {
    content: "";
    width: 1px;
    background-color: #dfdfdf;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.tile.rows .items-row .item:last-of-type:after {
    display: none;
}

.tile.rows.icons {
    position: relative;
}

.tile.rows.icons .text-row {
    padding-bottom: 168px;
}

.tile.rows.icons .cta-row {
    position: absolute;
    bottom: 104px;
    width: 100%;
}

.tile.rows.icons .items-row {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.tile.textual {
    box-shadow: none;
    text-shadow: none;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 15px 15px 60px 15px;
    position: relative;
}

.tile.textual .title {
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
}

.tile.textual .text {
    font-size: 14px;
    margin-bottom: 20px;
}

.tile.textual .cta-row {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
    border-top: 1px solid #d0d0d0;
    padding-top: 8px;
}

.tile.textual .cta-row .btn {
    padding-left: 0;
}

.tile.textual .cta-row .btn:hover:after {
    display: none;
}

.tile.background {
    position: relative;
    color: #FFFFFF;
}

.tile.background .text-container {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 666px) {
    .tile.background .text-container {
        width: 100%;
        text-align: center;
        padding: 30px 0 20px;
    }
}

@media (min-width: 667px) {
    .tile.background .text-container {
        padding-left: 25px;
        width: 50%;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (min-width: 1200px) {
    .tile.background .text-container {
        padding-left: 45px;
        width: 50%;
    }
}

.tile.background .text {
    margin-bottom: 30px;
}

@media (max-width: 666px) {
    .tile.background .text {
        display: none;
    }
}

@media (min-width: 667px) {
    .tile.background .text {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .tile.background .text {
        margin-bottom: 25px;
    }
}

.tile.background .title {
    margin-bottom: 15px;
    line-height: 40px;
}

@media (min-width: 667px) {
    .tile.background .title {
        font-size: 30px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .tile.background .title {
        margin-bottom: 20px;
    }
}

.tile.background .subtitle {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 32px;
}

@media (max-width: 666px) {
    .tile.background .subtitle {
        flex-grow: 1;
    }
}

@media (min-width: 667px) {
    .tile.background .subtitle {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .tile.background .subtitle {
        margin-bottom: 30px;
    }
}

.tile.background .btn {
    width: auto;
}

.tile.background .btn:before {
    color: #9c1019;
}

.tile.background .btn:hover:before {
    color: #FFFFFF;
}

.tile.background.tile-background-fpw .text-container {
    width: 60%;
}

@media (max-width: 1199px) {
    .tile.background.tile-background-fpw .text-container {
        width: 80%;
    }
}

@media (max-width: 666px) {
    .tile.background.tile-background-fpw .text-container {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.tile.background.tile-background-fpw .text-container .title {
    margin-bottom: 25px;
}

@media (max-width: 666px) {
    .tile.background.tile-background-fpw .text-container .title {
        font-size: 24px;
    }
}

.tile.background.tile-background-fpw .text-container .tags {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .tile.background.gamma .text-container {
        padding: 0 45px;
        width: 100%;
        text-align: center;
        justify-content: initial;
    }
    .tile.background.gamma .text-container .title {
        position: static;
        margin-top: 20px;
        margin-bottom: 0;
        width: 100%;
        padding: 0 105px;
        line-height: 45px;
    }
    .tile.background.gamma .text-container .subtitle {
        display: none;
    }
    .tile.background.gamma .text-container .text {
        width: 100%;
        padding: 0 105px;
        margin: 0;
        position: static;
    }
    .tile.background.gamma .text-container .cta-row {
        position: absolute;
        width: 100%;
        bottom: 20px;
        left: 0;
        padding: 0 150px;
    }
}

@media (max-width: 1199px) and (min-width: 990px) {
    .tile.background.gamma .text-container {
        padding: 0 20px;
        width: 100%;
        text-align: center;
        justify-content: initial;
    }
    .tile.background.gamma .text-container .title {
        position: static;
        margin-top: 20px;
        left: 0;
        margin-bottom: 0;
        width: 100%;
        padding: 0 60px;
        line-height: 35px;
        font-size: 30px;
    }
    .tile.background.gamma .text-container .subtitle {
        display: none;
    }
    .tile.background.gamma .text-container .text {
        top: 65px;
        margin: 0;
        width: 100%;
        padding: 0 40px;
        position: static;
    }
    .tile.background.gamma .text-container .cta-row {
        position: absolute;
        width: 100%;
        bottom: 20px;
        left: 0;
        padding: 0 60px;
    }
}

.tile.has-video .play {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
}

.tile.has-video .play i {
    margin: 0 auto;
    font-size: 120px;
}

.tile.has-video .close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    opacity: 1;
}

.tile.has-video .close i {
    font-size: 40px;
    color: #FFFFFF;
}

.slick-slide.slick-active .tile.has-video .faded {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.tile.has-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.tile.has-video i {
    display: block;
    cursor: pointer;
    z-index: 1;
}

.tile .play,
.tile .close {
    display: none;
}

.img-tiles-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
}

@media (max-width: 666px) {
    .img-tiles-container {
        display: block;
    }
}

.img-tiles-container .tile {
    width: 50%;
}

@media (max-width: 666px) {
    .img-tiles-container .tile {
        width: 308px;
    }
}

.modelli-tiles-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.modelli-tiles-container .tile {
    width: 308px;
}

.modelli-tiles-container.cols-2 {
    width: 800px;
}

.modelli-tiles-container.cols-3 {
    width: 100%;
}

.modelli-tiles-slider .tile {
    width: 308px;
}

@media (max-width: 1199px) {
    .modelli-tiles-slider .slider-navigation {
        margin-top: 65px;
        margin-bottom: 35px;
    }
}

@media (max-width: 666px) {
    .modelli-tiles-slider .slider-navigation {
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

.needs-tiles-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.needs-tiles-container .tile {
    width: calc(25% - 20px);
}

@media (max-width: 1199px) {
    .needs-tiles-container .tile {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (max-width: 666px) {
    .needs-tiles-container .tile {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .tile.background .text-container.with-legal-text .legal-notes-text {
        margin-bottom: 0px;
        margin-top: 25px;
        font-size: 12px;
        text-align: center;
        color: white;
        width: 100%;
    }
    .tile.background .text-container.with-legal-text {
        padding-left: 45px;
        width: 100%;
    }
}

@media (min-width: 667px) {
    .tile.background .text-container.with-legal-text .subtitle {
        padding-right: 52%;
    }
    .tile.background .text-container.with-legal-text .text {
        margin-bottom: 0px;
        padding-right: 52%;
    }
    .tile.background .text-container.with-legal-text .legal-notes-text {
        position: absolute;
        bottom: 10px;
        font-size: 10px;
        margin-top: 5px;
        text-align: center;
        padding-right: 30px;
    }
    .tile.background .text-container.with-legal-text {
        width: 100%;
        padding: 0px 20px 0px 20px;
    }
}

@media (max-width: 666px) {
    .tile.background .text-container.with-legal-text .legal-notes-text {
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .tile.background .btn {
        width: 135px;
    }
}

.modelpage-menu {
    width: 100%;
}

.modelpage-menu.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.modelpage-menu.absolute .sections-menu {
    top: 0 !important;
}

.modelpage-menu .equipments-container {
    z-index: 10;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.modelpage-menu .equipments-container .container {
    padding: 0px;
    /*P2CAR-1421*/
}

@media (max-width: 666px) {
    .modelpage-menu .equipments-container .container {
        padding: 0px;
        /*P2CAR-1421*/
    }
}

.modelpage-menu .equipments-container .equipment {
    cursor: default;
    height: 11em;
    padding: 0px 5px;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
}

@media (max-width: 666px) {
    .modelpage-menu .equipments-container .equipment {
        height: 7em;
    }
}

.modelpage-menu .equipments-container .equipment img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .modelpage-menu .equipments-container .equipment img {
        display: none;
    }
}

.modelpage-menu .equipments-container .equipment span {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
}

@media (max-width: 666px) {
    .modelpage-menu .equipments-container .equipment span {
        font-size: 13px;
    }
}

.modelpage-menu .equipments-container.clickable .equipment {
    cursor: pointer;
    opacity: 0.5;
}

.modelpage-menu .equipments-container.clickable .equipment.active {
    opacity: 1;
    background-color: #303030;
}

.modelpage-menu .equipments-container.clickable .equipment.active span {
    color: #FFFFFF;
}

.modelpage-menu .sections-menu {
    background: #333333;
    height: 43px;
    position: relative;
    top: -43px;
    z-index: 9;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    width: 100%;
}

.modelpage-menu .sections-menu.no-equipment {
    position: fixed;
}

.modelpage-menu .sections-menu.fixed {
    top: 0;
}

.modelpage-menu .sections-menu .container {
    background: inherit;
}

@media (max-width: 1199px) {
    .modelpage-menu .sections-menu .container {
        padding: 0;
    }
}

.modelpage-menu .sections-menu nav ul {
    list-style: none;
    text-align: center;
}

.modelpage-menu .sections-menu nav ul li {
    display: inline-block;
    width: 12.5%;
    text-align: center;
}

.modelpage-menu .sections-menu nav ul li a {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 43px;
    display: inline-block;
}

.modelpage-menu .sections-menu nav ul li a span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.modelpage-menu .sections-menu nav ul li.active a {
    color: #FFFFFF;
}

.modelpage-menu .sections-menu .mobile-menu {
    text-align: center;
}

.modelpage-menu .sections-menu .mobile-menu a {
    cursor: pointer;
    display: block;
    margin: 0;
    line-height: 43px;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
}

.modelpage-menu .sections-menu .mobile-menu a.open-menu {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.modelpage-menu .sections-menu .mobile-menu a.open-menu .fa-angle-down.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-right: 10px;
    padding-left: 0 !important;
}

.modelpage-menu .sections-menu .mobile-menu .menu-accordion {
    padding: 0 40px;
}

.modelpage-menu .sections-menu .mobile-menu .menu-accordion ul li a {
    line-height: inherit;
    padding: 20px;
    border-bottom: 1px solid #616161;
}

.modelpage-menu .sections-menu .mobile-menu .menu-accordion ul li:last-child a {
    border-bottom: none;
}

.modelpage-menu .spinner {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: #FFFFFF;
}

.modelpage-menu .spinner i {
    bottom: calc(50% - 25px);
    left: calc(50% - 25px);
    position: absolute;
}

.menu-modelpage-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: black;
    opacity: 0.7;
}

.modelpage-visore {
    position: relative;
    background: #FFFFFF;
}

.modelpage-visore .section-title {
    padding-top: 74px;
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .modelpage-visore .section-title {
        padding-top: 50px;
    }
}

@media (max-width: 666px) {
    .modelpage-visore .section-title {
        padding-top: 30px;
    }
}

.modelpage-visore .hero-container {
    background-repeat: no-repeat;
    background-size: 1920px 650px;
    background-position: 50% 122px;
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container {
        background-size: 1199px 380px;
        background-position: 50% 140px;
    }
}

@media (max-width: 767px) {
    .modelpage-visore .hero-container {
        background-size: 768px 380px;
        background-position: 50% 140px;
    }
}

@media (max-width: 666px) {
    .modelpage-visore .hero-container {
        background-size: 666px 354px;
        background-position: 0 100px;
    }
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container {
        padding: 0 20px;
    }
}

.modelpage-visore .hero-container .container .visore-wrapper {
    position: relative;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.modelpage-visore .hero-container .container .visore-wrapper img.main-img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.modelpage-visore .hero-container .container .visore-wrapper .play-video {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    left: calc(50% - 33px);
    top: calc(50% - 33px);
}

@media (max-width: 666px) {
    .modelpage-visore .hero-container .container .visore-wrapper .play-video {
        left: calc(50% - 40px);
        top: calc(50% - 70px);
    }
}

.modelpage-visore .hero-container .container .visore-wrapper .play-video .ico-play {
    color: #FFFFFF;
    font-size: 100px;
}

@media (max-width: 666px) {
    .modelpage-visore .hero-container .container .visore-wrapper .play-video .ico-play {
        font-size: 80px;
    }
}

.modelpage-visore .hero-container .container .visore-wrapper .close-video {
    cursor: pointer;
    display: none;
    z-index: 5;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #FFFFFF;
    font-size: 40px;
}

.modelpage-visore .hero-container .container .visore-wrapper .video-player {
    display: none;
}

.modelpage-visore .hero-container .container .visore-wrapper .price-container {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333333;
    width: 25%;
    z-index: 3;
    padding: 20px 20px 0 20px;
}

.modelpage-visore .hero-container .container .visore-wrapper .price-container span {
    color: #FFFFFF;
    display: inline-block;
}

.modelpage-visore .hero-container .container .visore-wrapper .price-container span.price {
    font-size: 24px;
}

@media (max-width: 666px) {
    .modelpage-visore .hero-container .container .visore-wrapper .price-container span.price {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container .visore-wrapper .price-container {
        width: 33.33%;
    }
}

@media (max-width: 666px) {
    .modelpage-visore .hero-container .container .visore-wrapper .price-container {
        position: relative;
        width: 100%;
        padding: 15px 15px 0 15px;
    }
}

.modelpage-visore .hero-container .container .visore-wrapper.playing .video-player {
    z-index: 4;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.modelpage-visore .hero-container .container .visore-wrapper.playing .video-player iframe {
    width: 100%;
}

.modelpage-visore .hero-container .container .visore-wrapper.playing .close-video {
    display: block;
}

.modelpage-visore .hero-container .container .ctas-container {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

@media (min-width: 667px) and (max-width: 1199px) {
    .modelpage-visore .hero-container .container .ctas-container .col-sm-3 {
        width: 22.22%;
    }
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container .ctas-container img {
        display: block;
        margin: 0 auto;
    }
}

.modelpage-visore .hero-container .container .ctas-container a {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.modelpage-visore .hero-container .container .ctas-container a span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 14px;
}

.modelpage-visore .hero-container .container .ctas-container a span i {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #9c1019;
    font-size: 35px;
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container .ctas-container a span i {
        display: block;
    }
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container .ctas-container a span span {
        display: block;
    }
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container .ctas-container a span {
        font-size: 12px;
    }
}

.modelpage-visore .hero-container .container .ctas-container a .icon-arrow {
    display: inline-block;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container .ctas-container a .icon-arrow {
        display: none;
    }
}

.modelpage-visore .hero-container .container .ctas-container a:hover .icon-arrow {
    color: #9c1019;
}

.modelpage-visore .hero-container .container .ctas-container .promos-cta {
    float: left;
    left: 0;
    bottom: 0;
    background: #333333;
    width: 25%;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container .ctas-container .promos-cta {
        width: 33.33%;
    }
}

@media (max-width: 666px) {
    .modelpage-visore .hero-container .container .ctas-container .promos-cta {
        position: relative;
        width: 100%;
        padding: 0 15px;
    }
}

.modelpage-visore .hero-container .container .ctas-container .promos-cta a {
    color: #FFFFFF;
    text-align: left;
    border-top: 1px solid #FFFFFF;
}

.modelpage-visore .hero-container .container .ctas-container .promos-cta a span i {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 35px;
}

@media (max-width: 1199px) {
    .modelpage-visore .hero-container .container .ctas-container .promos-cta a span {
        font-size: 14px;
        display: inline-block;
    }
}

.modelpage-visore .hero-container .container .ctas-container .promos-cta a .icon-arrow {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 15px;
}

@media (max-width: 666px) {
    .modelpage-visore .hero-container .container .ctas-container .promos-cta a {
        height: auto;
        line-height: inherit;
        padding: 7px 0;
        text-align: center;
    }
}

.modelpage-visore .hero-container .container .ctas-container .other-ctas {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}

@media (max-width: 666px) {
    .modelpage-visore .hero-container .container .ctas-container .other-ctas {
        width: 100%;
    }
}

.modelpage-visore .features-container {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.modelpage-visore .features-container .section-title {
    padding-top: 0;
    padding-bottom: 40px;
}

.modelpage-visore .features-container .bkg-container {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.modelpage-visore .features-container span {
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .modelpage-visore .features-container span {
        font-size: 14px;
    }
}

.modelpage-visore .features-container img {
    display: block;
    margin: 0 auto;
}

.modelpage-visore .claim p {
    line-height: 24px;
}

.compare-table .table-container {
    margin-top: 20px;
}

.compare-table .table-container .table-row:nth-of-type(2n+1) .th {
    background-color: #d0d0d0;
}

.compare-table .table-container .table-row:not(:last-of-type) {
    margin-bottom: 12px;
}

.compare-table .table-container .table-row .th {
    background-color: #eeeeee;
    padding: 4px 0;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 666px) {
    .compare-table .table-container .table-row .th>div {
        padding: 0 18px 0 6px;
    }
}

.compare-table .table-container .table-row .th span {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.compare-table .table-container .table-row .th span:after {
    content: "";
    position: absolute;
    right: 28px;
    width: 12px;
    height: 100%;
    top: 0;
    background: url("/content/dam/fiatprofessional/icons/accordion-arrow.svg") no-repeat center;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
    transform: rotate(-180deg);
}

@media (max-width: 666px) {
    .compare-table .table-container .table-row .th span {
        font-size: 12px;
    }
    .compare-table .table-container .table-row .th span:after {
        right: 6px;
    }
}

.compare-table .table-container .table-row .th span.opened:after {
    transform: rotate(0deg);
}

.compare-table .table-container .table-row .tr {
    max-height: 59px;
    height: 59px;
    transition: max-height 0.2s ease-in, opacity 500ms ease-in;
    opacity: 1;
    overflow: hidden;
}

.compare-table .table-container .table-row .tr .col {
    float: left;
    text-align: center;
    width: 100%;
    margin: 20px 0 8px;
}

.compare-table .table-container .table-row .tr .col span {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}

.compare-table .table-container .table-row .tr [class*="col-"] {
    text-align: center;
}

@media (max-width: 666px) {
    .compare-table .table-container .table-row .tr [class*="col-"] {
        margin: 20px 0;
    }
}

.compare-table .table-container .table-row .tr [class*="col-"] span {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}

.compare-table .table-container.two-equipments .table-row .tr .col {
    width: 50%;
}

.compare-table .table-container.three-equipments .table-row .tr .col {
    width: 33.33%;
}

.compare-table .table-container.four-equipments .table-row .tr .col {
    width: 25%;
}

.compare-table .table-row .row.tr.closed {
    max-height: 0;
    opacity: 0;
}

.promotions-slider {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
}

@media (max-width: 666px) {
    .promotions-slider {
        margin: 0 10px;
    }
}

.promotions-slider .slick-track {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
}

.promotions-slider .slick-slide {
    height: auto;
    float: none;
}

.promotions-slider .slick-slide .tile.column {
    height: 100%;
}

@media (max-width: 666px) {
    .promotions-slider .border-bottom-slide:before {
        background-image: none;
    }
}

.promotions-slider-container .slider-navigation {
    text-align: center;
}

.exterior {
    position: relative;
}

.exterior>.section-title {
    padding-bottom: 0;
}

.exterior>.section-title h2 {
    font-size: 30px;
}

.exterior .bkg-container .section-title {
    padding-bottom: 30px;
}

.exterior .img-container {
    position: relative;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.exterior .img-container .model-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.exterior .img-container .pin {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

@media (max-width: 666px) {
    .exterior .img-container .pin {
        display: none;
    }
}

.exterior .img-container .pin::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #9c1019;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
}

.exterior .views-slider {
    max-width: 580px;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

@media (max-width: 1199px) {
    .exterior .views-slider {
        padding-top: 35px;
    }
}

@media (max-width: 666px) {
    .exterior .views-slider {
        padding-top: 25px;
    }
}

.exterior .views-slider .rzslider {
    margin-top: 20px;
}

.exterior .views-slider .slider-container {
    position: relative;
}

@media (max-width: 666px) {
    .exterior .views-slider .slider-container {
        width: calc(100% - 70px);
        margin-left: 25px;
    }
}

.exterior .views-slider .slider-container span.left {
    position: absolute;
    left: -30px;
    top: 13px;
}

@media (max-width: 666px) {
    .exterior .views-slider .slider-container span.left {
        left: -25px;
    }
}

.exterior .views-slider .slider-container span.right {
    position: absolute;
    right: -40px;
    top: 13px;
    left: auto;
}

.exterior .colors-slider {
    padding-left: 20px;
    height: 387px;
    position: absolute;
    left: 0;
    top: 0;
}

.exterior .colors-slider .colors-title {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    transform: rotate(90deg);
    width: auto;
}

@media (max-width: 1199px) {
    .exterior .colors-slider {
        display: none;
    }
}

.exterior .colors-slider .rzslider {
    padding-bottom: 20px;
    width: 30px;
    border-radius: 20px;
    margin-left: 20px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.exterior .colors-slider .rzslider .rz-bar {
    background: transparent;
}

.exterior .colors-slider .rzslider .rz-selection {
    background: transparent;
}

.exterior .colors-slider .rzslider .rz-pointer {
    left: 0px !important;
}

.exterior .colors-slider .rzslider .rz-bubble {
    display: block;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    margin-left: 25px;
}

.exterior .colors-slider .rzslider .rz-bubble.rz-limit {
    display: none;
}

.exterior .colors-slider-mobile {
    padding-bottom: 40px;
}

.exterior .colors-slider-mobile .rzslider {
    margin-top: 20px;
    height: 30px;
    border-radius: 20px;
    margin-top: 5px;
}

.exterior .colors-slider-mobile .rzslider .rz-bar {
    background: transparent;
}

.exterior .colors-slider-mobile .rzslider .rz-selection {
    background: transparent;
}

.exterior .colors-slider-mobile .rzslider .rz-pointer {
    top: 0;
}

.exterior .colors-slider-mobile .rzslider .rz-bubble {
    display: block;
    bottom: auto;
    top: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.exterior .colors-slider-mobile .rzslider .rz-bubble.rz-limit {
    display: none;
}

.exterior .open-colors {
    position: relative;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid #000000;
    background: #FFFFFF;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.exterior .open-colors::after {
    z-index: 4;
    content: "";
    position: absolute;
    right: -7px;
    left: auto;
    top: 4.5px;
    width: 0px;
    height: 0px;
    background: transparent;
    border-radius: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid black;
}

.book-test-drive {
    text-align: center;
}

.book-test-drive span.text {
    padding-right: 20px;
    font-size: 18px;
    display: inline-block;
    font-weight: 900;
    position: relative;
    top: 3px;
}

@media (max-width: 666px) {
    .book-test-drive span.text {
        display: block;
    }
}

.book-test-drive .btn.btn-primary {
    display: inline-block;
}

.slider .tile-container {
    background: #FFFFFF;
    position: relative;
    display: flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
}

.tile {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
}

.tile.column {
    height: 100% !important;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

.tile.column.reverse {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row-reverse;
}

@media (max-width: 1199px) {
    .tile.column {
        width: 100%;
        height: auto !important;
    }
}

@media (max-width: 666px) {
    .tile.column {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .tile.column.reverse {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

.tile.column .col {
    width: 50%;
    position: relative;
}

@media (max-width: 666px) {
    .tile.column .col {
        width: 100%;
    }
}

.tile.column .col.text-col {
    padding: 40px 100px 44px 100px;
    background: white;
}

@media (max-width: 1199px) {
    .tile.column .col.text-col {
        position: static;
        padding: 30px;
    }
}

.tile.column .col.text-col .subtitle {
    display: block;
    font-weight: 900;
    color: #000000;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .tile.column .col.text-col .subtitle {
        font-size: 14px;
    }
}

.tile.column .col.text-col .title {
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #9c1019;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .tile.column .col.text-col .title {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

.tile.column .col.text-col .text {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .tile.column .col.text-col .text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.tile.column .col.text-col .btn-container {
    border-top: 1px solid #ededed;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    width: calc(100% - 40px);
}

@media (max-width: 1199px) {
    .tile.column .col.text-col .btn-container {
        bottom: 10px;
        width: calc(100% - 60px);
    }
}

@media (max-width: 666px) {
    .tile.column .col.text-col .btn-container {
        width: calc(100% - 40px);
    }
}

.tile.column .col.text-col .btn-primary {
    width: 180px;
}

@media (max-width: 666px) {
    .tile.column .col.text-col .btn-primary {
        margin-top: 20px;
    }
}

.tile.column .col.img-col img {
    vertical-align: middle;
    width: 100%;
}

.tile.column.small {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    align-items: center;
    height: 100% !important;
}

@media (max-width: 1199px) {
    .tile.column.small {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

.tile.column.small img {
    width: 100%;
}

.tile.column.small .col {
    width: 50%;
    position: relative;
}

@media (max-width: 1199px) {
    .tile.column.small .col {
        width: 100%;
    }
}

.tile.column.small .text-col {
    padding: 10px 10px 50px 20px;
    height: 100%;
    /*  .btn-container{
          border-top:1px solid $greyED;
          width:100%;
          position: absolute;
          bottom: 0;
          top:auto;
          width: calc(100% - 40px);

          @media(max-width: $screen-md-max){
            bottom:10px;
            width:calc(100% - 60px);
          }

          @media(max-width: $screen-xs-max){
            width:calc(100% - 40px);
          }
        }*/
}

@media (max-width: 1199px) {
    .tile.column.small .text-col {
        height: auto;
        position: static;
        padding: 30px 30px 40px 30px;
    }
}

@media (max-width: 666px) {
    .tile.column.small .text-col {
        padding: 30px 20px 50px 20px;
    }
}

.tile.column.small .text-col .title {
    margin-bottom: 15px;
}

.tile.column.small .text-col .text {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

@media (max-width: 1199px) {
    .tile.column.small .text-col .text {
        padding-bottom: 20px;
    }
}

@media (max-width: 666px) {
    .tile.column.small .text-col .text {
        padding-bottom: 30px;
    }
}

.tile.column.small .text-col .btn-secondary.transparent {
    padding: 0;
    color: #9c1019;
}

.tile.column.small .text-col .btn-secondary.transparent:hover:after {
    border-top: 1px solid #9c1019;
}

.tile.column.space-around .text-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (min-width: 1200px) {
    .tile.column.large p {
        min-width: 390px;
    }
}

.tile.image {
    position: relative;
}

@media (max-width: 666px) {
    .tile.image {
        width: 308px;
    }
}

.tile.image img {
    width: 100%;
}

.tile.image .overlay {
    padding: 30px 25px 0 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 666px) {
    .tile.image .overlay {
        background: #FFFFFF;
        padding: 25px 15px 20px 15px;
        position: static;
    }
}

.tile.image .overlay .title {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 20px;
}

@media (max-width: 666px) {
    .tile.image .overlay .title {
        color: #000000;
        font-size: 16px;
    }
}

.tile.image .overlay .text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (max-width: 666px) {
    .tile.image .overlay .text {
        color: #000000;
        font-size: 14px;
        margin-bottom: 40px;
    }
}

.tile.image .overlay .btn {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #FFFFFF;
}

.tile.image .overlay .btn:before {
    color: #FFFFFF;
}

@media (max-width: 666px) {
    .tile.image .overlay .btn:before {
        color: #9c1019;
    }
}

@media (max-width: 666px) {
    .tile.image .overlay .btn {
        color: #000000;
        position: static;
        padding: 0;
    }
}

.tile.image.tile-row-sm {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .tile.image.tile-row-sm .overlay {
        background: #FFFFFF;
        padding: 25px 20px 20px 20px;
        position: static;
    }
    .tile.image.tile-row-sm .overlay .title {
        color: #000000;
        font-size: 16px;
    }
    .tile.image.tile-row-sm .overlay .text {
        color: #000000;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .tile.image.tile-row-sm .overlay .btn {
        color: #000000;
        position: absolute;
        left: 20px;
        color: #9c1019;
        padding: 0;
    }
}

.tile.rows {
    width: 308px;
    margin: 0 15px 15px 15px;
}

@media (min-width: 1200px) {
    .tile.rows {
        margin: 0 40px 80px 40px;
    }
}

.tile.rows .image-row {
    position: relative;
}

.tile.rows .image-row img {
    width: 100%;
    height: auto;
}

.tile.rows .image-row .overlay {
    padding: 20px 15px 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tile.rows .image-row .overlay .title {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 0;
    display: block;
}

.tile.rows .image-row .overlay .btn {
    color: #FFFFFF;
    padding-left: 0;
}

.tile.rows .image-row .overlay .btn:before {
    color: #FFFFFF;
}

.tile.rows .text-row {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.tile.rows .text-row .description {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.2;
    display: block;
}

.tile.rows .text-row .description p {
    margin: 0;
}

.tile.rows .cta-row {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.tile.rows .items-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.tile.rows .items-row .item {
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.tile.rows .items-row .item .item-text {
    font-size: 13px;
    text-align: center;
}

.tile.rows .items-row .item .item-text span {
    display: block;
}

.tile.rows .items-row .item .img-ico {
    height: 43px;
    margin-bottom: 5px;
    display: inline-block;
}

.tile.rows .items-row .item:after {
    content: "";
    width: 1px;
    background-color: #dfdfdf;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.tile.rows .items-row .item:last-of-type:after {
    display: none;
}

.tile.rows.icons {
    position: relative;
}

.tile.rows.icons .text-row {
    padding-bottom: 168px;
}

.tile.rows.icons .cta-row {
    position: absolute;
    bottom: 104px;
    width: 100%;
}

.tile.rows.icons .items-row {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.tile.textual {
    box-shadow: none;
    text-shadow: none;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 15px 15px 60px 15px;
    position: relative;
}

.tile.textual .title {
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
}

.tile.textual .text {
    font-size: 14px;
    margin-bottom: 20px;
}

.tile.textual .cta-row {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
    border-top: 1px solid #d0d0d0;
    padding-top: 8px;
}

.tile.textual .cta-row .btn {
    padding-left: 0;
}

.tile.textual .cta-row .btn:hover:after {
    display: none;
}

.tile.background {
    position: relative;
    color: #FFFFFF;
}

.tile.background .text-container {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 666px) {
    .tile.background .text-container {
        width: 100%;
        text-align: center;
        padding: 30px 0 20px;
    }
}

@media (min-width: 667px) {
    .tile.background .text-container {
        padding-left: 25px;
        width: 50%;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (min-width: 1200px) {
    .tile.background .text-container {
        padding-left: 45px;
        width: 50%;
    }
}

.tile.background .text {
    margin-bottom: 30px;
}

@media (max-width: 666px) {
    .tile.background .text {
        display: none;
    }
}

@media (min-width: 667px) {
    .tile.background .text {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .tile.background .text {
        margin-bottom: 25px;
    }
}

.tile.background .title {
    margin-bottom: 15px;
    line-height: 40px;
}

@media (min-width: 667px) {
    .tile.background .title {
        font-size: 30px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .tile.background .title {
        margin-bottom: 20px;
    }
}

.tile.background .subtitle {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 32px;
}

@media (max-width: 666px) {
    .tile.background .subtitle {
        flex-grow: 1;
    }
}

@media (min-width: 667px) {
    .tile.background .subtitle {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .tile.background .subtitle {
        margin-bottom: 30px;
    }
}

.tile.background .btn {
    width: auto;
}

.tile.background .btn:before {
    color: #9c1019;
}

.tile.background .btn:hover:before {
    color: #FFFFFF;
}

.tile.background.tile-background-fpw .text-container {
    width: 60%;
}

@media (max-width: 1199px) {
    .tile.background.tile-background-fpw .text-container {
        width: 80%;
    }
}

@media (max-width: 666px) {
    .tile.background.tile-background-fpw .text-container {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.tile.background.tile-background-fpw .text-container .title {
    margin-bottom: 25px;
}

@media (max-width: 666px) {
    .tile.background.tile-background-fpw .text-container .title {
        font-size: 24px;
    }
}

.tile.background.tile-background-fpw .text-container .tags {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .tile.background.gamma .text-container {
        padding: 0 45px;
        width: 100%;
        text-align: center;
        justify-content: initial;
    }
    .tile.background.gamma .text-container .title {
        position: static;
        margin-top: 20px;
        margin-bottom: 0;
        width: 100%;
        padding: 0 105px;
        line-height: 45px;
    }
    .tile.background.gamma .text-container .subtitle {
        display: none;
    }
    .tile.background.gamma .text-container .text {
        width: 100%;
        padding: 0 105px;
        margin: 0;
        position: static;
    }
    .tile.background.gamma .text-container .cta-row {
        position: absolute;
        width: 100%;
        bottom: 20px;
        left: 0;
        padding: 0 150px;
    }
}

@media (max-width: 1199px) and (min-width: 990px) {
    .tile.background.gamma .text-container {
        padding: 0 20px;
        width: 100%;
        text-align: center;
        justify-content: initial;
    }
    .tile.background.gamma .text-container .title {
        position: static;
        margin-top: 20px;
        left: 0;
        margin-bottom: 0;
        width: 100%;
        padding: 0 60px;
        line-height: 35px;
        font-size: 30px;
    }
    .tile.background.gamma .text-container .subtitle {
        display: none;
    }
    .tile.background.gamma .text-container .text {
        top: 65px;
        margin: 0;
        width: 100%;
        padding: 0 40px;
        position: static;
    }
    .tile.background.gamma .text-container .cta-row {
        position: absolute;
        width: 100%;
        bottom: 20px;
        left: 0;
        padding: 0 60px;
    }
}

.tile.has-video .play {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
}

.tile.has-video .play i {
    margin: 0 auto;
    font-size: 120px;
}

.tile.has-video .close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    opacity: 1;
}

.tile.has-video .close i {
    font-size: 40px;
    color: #FFFFFF;
}

.slick-slide.slick-active .tile.has-video .faded {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.tile.has-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.tile.has-video i {
    display: block;
    cursor: pointer;
    z-index: 1;
}

.tile .play,
.tile .close {
    display: none;
}

.img-tiles-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
}

@media (max-width: 666px) {
    .img-tiles-container {
        display: block;
    }
}

.img-tiles-container .tile {
    width: 50%;
}

@media (max-width: 666px) {
    .img-tiles-container .tile {
        width: 308px;
    }
}

.modelli-tiles-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.modelli-tiles-container .tile {
    width: 308px;
}

.modelli-tiles-container.cols-2 {
    width: 800px;
}

.modelli-tiles-container.cols-3 {
    width: 100%;
}

.modelli-tiles-slider .tile {
    width: 308px;
}

@media (max-width: 1199px) {
    .modelli-tiles-slider .slider-navigation {
        margin-top: 65px;
        margin-bottom: 35px;
    }
}

@media (max-width: 666px) {
    .modelli-tiles-slider .slider-navigation {
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

.needs-tiles-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.needs-tiles-container .tile {
    width: calc(25% - 20px);
}

@media (max-width: 1199px) {
    .needs-tiles-container .tile {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (max-width: 666px) {
    .needs-tiles-container .tile {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .tile.background .text-container.with-legal-text .legal-notes-text {
        margin-bottom: 0px;
        margin-top: 25px;
        font-size: 12px;
        text-align: center;
        color: white;
        width: 100%;
    }
    .tile.background .text-container.with-legal-text {
        padding-left: 45px;
        width: 100%;
    }
}

@media (min-width: 667px) {
    .tile.background .text-container.with-legal-text .subtitle {
        padding-right: 52%;
    }
    .tile.background .text-container.with-legal-text .text {
        margin-bottom: 0px;
        padding-right: 52%;
    }
    .tile.background .text-container.with-legal-text .legal-notes-text {
        position: absolute;
        bottom: 10px;
        font-size: 10px;
        margin-top: 5px;
        text-align: center;
        padding-right: 30px;
    }
    .tile.background .text-container.with-legal-text {
        width: 100%;
        padding: 0px 20px 0px 20px;
    }
}

@media (max-width: 666px) {
    .tile.background .text-container.with-legal-text .legal-notes-text {
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .tile.background .btn {
        width: 135px;
    }
}

.style .gallery-container .gallery-item img {
    width: 100%;
}

@media (max-width: 1199px) {
    .style .gallery-container .gallery-item img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 666px) {
    .style .gallery-container .left-col img {
        width: 50%;
        float: left;
    }
}

@media (min-width: 667px) and (max-width: 1199px) {
    .style .gallery-container .left-col {
        width: 33.4% !important;
    }
    .style .gallery-container .right-col {
        width: 66.5% !important;
    }
}

.style .load-more {
    width: 175px;
}

@media (min-width: 1200px) {
    .tab-module-container {
        padding: 60px 0px;
    }
}

.tab-module-container .tab-module {
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    background: #FFFFFF;
}

@media (max-width: 666px) {
    .tab-module-container .tab-module {
        margin: 15px;
    }
}

.tab-module-container .tab-module-aside {
    position: relative;
    border-right: 1px solid #E4E4E4;
}

.tab-module-container .tab-module-aside:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #e5e5e5;
}

@media (min-width: 1200px) {
    .tab-module-container .tab-module-nav-item.active {
        background-color: #333333;
        border-right: 2px solid #9c1019;
    }
    .tab-module-container .tab-module-nav-item.active .tab-module-nav-link {
        color: #FFFFFF;
    }
}

@media (max-width: 1199px) {
    .tab-module-container .tab-module-nav-item {
        height: 65px;
        padding: 0;
    }
}

.tab-module-container .tab-module-nav-item .tab-module-nav-link {
    font-weight: 900;
    display: block;
    padding: 20px 0 15px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #333333;
    border-bottom: 2px solid #9c1019;
    text-align: center;
    display: inline-block;
    height: 65px;
    width: 100%;
    line-height: 65px;
    margin: 0;
}

.tab-module-container .tab-module-nav-item .tab-module-nav-link span,
.tab-module-container .tab-module-nav-item .tab-module-nav-link h3 {
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .tab-module-container .tab-module-nav-item .tab-module-nav-link {
        padding: 0;
        line-height: inherit;
    }
    .tab-module-container .tab-module-nav-item .tab-module-nav-link span {
        display: block;
        line-height: 1;
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .tab-module-container .tab-module-nav-item .tab-module-nav-link {
        background-color: transparent;
        padding: 0px 60px;
        text-align: left;
        border: 0;
        color: #7f7f7f;
    }
}

.tab-module-container .tab-module-nav-item .tab-module-nav-link .icon {
    margin-top: 5px;
}

.tab-module-container .tab-module-nav-item .tab-module-nav-link .icon-up {
    display: block;
}

.tab-module-container .tab-module-nav-item .tab-module-nav-link .icon-down {
    display: none;
}

.tab-module-container .tab-module-nav-item .tab-module-nav-link.collapsed .icon-down {
    display: block;
}

.tab-module-container .tab-module-nav-item .tab-module-nav-link.collapsed .icon-up {
    display: none;
}

.tab-module-container .tab-module-pane {
    display: flex;
    padding: 5px 20px;
}

@media (min-width: 667px) {
    .tab-module-container .tab-module-pane {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .tab-module-container .tab-module-pane {
        padding: 60px 0 40px 0;
    }
}

.tab-module-container .tab-module-img-container {
    height: 100%;
    margin: 0 auto;
    display: block;
}

@media (min-width: 667px) {
    .tab-module-container .tab-module-img-container {
        padding-top: 20px;
    }
}

.tab-module-container .tab-module-img-container img {
    margin: 0 auto;
}

@media (min-width: 667px) {
    .tab-module-container .tab-module-content-container {
        padding-right: 25px;
    }
    .tab-module-container .tab-module-content-container.content-padding-left {
        padding-left: 25px;
    }
}

@media (min-width: 1200px) {
    .tab-module-container .tab-module-content-container {
        padding-right: 50px;
    }
    .tab-module-container .tab-module-content-container.content-padding-left {
        padding-left: 50px;
    }
}

.tab-module-container .tab-module-content-container.justify-center .list-item {
    justify-content: center;
}

.tab-module-container .tab-module-content-container .list-item {
    padding: 23px 10px;
    border-bottom: 1px solid #999999;
    display: flex;
}

.tab-module-container .tab-module-content-container .list-item:last-of-type {
    border: 0;
}

@media (min-width: 667px) {
    .tab-module-container .tab-module-content-container .list-item {
        padding: 23px 15px;
    }
}

@media (min-width: 1200px) {
    .tab-module-container .tab-module-content-container .list-item {
        padding: 25px;
    }
}

.tab-module-container .tab-module-content-container .list-item p {
    margin: 0;
}

@media (max-width: 320px) {
    .tab-module-container .tab-module-content-container .list-item p {
        word-break: break-all;
    }
}

.tab-module-container .tab-module-content-container .list-title {
    font-weight: 900;
    color: #999999;
}

.tab-module-container .tab-module-content-container .list-content {
    font-weight: 900;
}

.tab-module-container .tab-module-panel {
    border: 0;
}

.tab-module-container .tab-module-table {
    margin: 0;
}

.tab-module-container .tab-module-table .tab-module-pane {
    padding: 0;
}

.tab-module-container .tab-module-table .tab-module-content-container {
    padding: 0 20px;
}

.tab-module-container .tab-module-table .tab-module-content-container .list-item {
    padding: 20px 70px;
}

.tab-module-container .tab-module-table .tab-module-nav-item .tab-module-nav-link {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 2px solid #9c1019;
    justify-content: space-between;
    display: inline-block;
    width: 100%;
    line-height: 65px;
    height: 65px;
    position: relative;
}

.tab-module-container .tab-module-table .tab-module-nav-item .tab-module-nav-link span,
.tab-module-container .tab-module-table .tab-module-nav-item .tab-module-nav-link h3 {
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.tab-module-container .tab-module-table .tab-module-nav-item .tab-module-nav-link .icon {
    margin-top: 0;
}

.tab-module-container .tab-module-table .tab-module-nav-item .tab-module-nav-link .icon-up {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: calc(50% - 12px);
}

.tab-module-container .tab-module-table .tab-module-nav-item .tab-module-nav-link .icon-down {
    display: none;
}

.tab-module-container .tab-module-table .tab-module-nav-item .tab-module-nav-link.collapsed .icon-down {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: calc(50% - 12px);
}

.tab-module-container .tab-module-table .tab-module-nav-item .tab-module-nav-link.collapsed .icon-up {
    display: none;
}

.tab-module-container.financial-table {
    padding: 0;
}

.tab-module-container.financial-table .tab-module-nav-link {
    padding-left: 35px;
    padding-right: 55px;
}

.tab-module-container.financial-table .tab-module-nav-link span {
    margin-top: 0 !important;
}

.tab-module-container.financial-table .tab-module-nav-link .icon-up,
.tab-module-container.financial-table .tab-module-nav-link .icon-down {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .tab-module-container.financial-table .tab-module-nav-link .icon-up,
    .tab-module-container.financial-table .tab-module-nav-link .icon-down {
        position: relative;
        top: 17px;
    }
}

@media (max-width: 666px) {
    .tab-module-container.financial-table .tab-module-table .tab-module-content-container .list-item {
        padding: 20px 0;
    }
}

@media (min-width: 1200px) {
    .engines .section-title,
    .pack .section-title {
        padding-bottom: 20px;
    }
}

i.disclaimer.red {
    color: #9c1019;
    cursor: pointer;
}

.price-container i.disclaimer.red {
    color: #FFFFFF;
}

.disclaimer-overlay-container.modal {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin: -250px -400px;
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .disclaimer-overlay-container.modal {
        margin: -200px -300px;
        border-radius: 15px;
    }
}

@media (max-width: 666px) {
    .disclaimer-overlay-container.modal {
        margin: -130px -180px;
        border-radius: 10px;
    }
}

.disclaimer-overlay-container.modal .modal-content {
    min-height: 0;
}

.disclaimer-overlay-container.modal .modal-content .modal-header {
    padding: 20px;
    height: 80px;
    line-height: 40px;
}

@media (max-width: 1199px) {
    .disclaimer-overlay-container.modal .modal-content .modal-header {
        height: 70px;
        padding: 15px;
    }
}

@media (max-width: 666px) {
    .disclaimer-overlay-container.modal .modal-content .modal-header {
        height: 50px;
        padding: 10px;
    }
}

.disclaimer-overlay-container.modal .modal-content .modal-header h4.modal-title {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
}

@media (max-width: 666px) {
    .disclaimer-overlay-container.modal .modal-content .modal-header h4.modal-title {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        vertical-align: top;
    }
}

.disclaimer-overlay-container.modal .modal-content .modal-header .close {
    line-height: 40px;
    font-size: 32px;
    display: block;
}

@media (max-width: 666px) {
    .disclaimer-overlay-container.modal .modal-content .modal-header .close {
        font-size: 25px;
    }
}

.disclaimer-overlay-container.modal .modal-content .modal-body {
    padding: 20px;
}

@media (max-width: 1199px) {
    .disclaimer-overlay-container.modal .modal-content .modal-body {
        padding: 15px;
    }
}

@media (max-width: 666px) {
    .disclaimer-overlay-container.modal .modal-content .modal-body {
        padding: 10px;
    }
}

.disclaimer-overlay-container.modal .modal-content .modal-body .content {
    overflow-y: auto;
    height: 380px;
}

@media (max-width: 1199px) {
    .disclaimer-overlay-container.modal .modal-content .modal-body .content {
        height: 300px;
    }
}

@media (max-width: 666px) {
    .disclaimer-overlay-container.modal .modal-content .modal-body .content {
        height: 190px;
        font-size: 14px;
    }
}

.disclaimer-overlay-container.modal .modal-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.disclaimer-overlay-container.modal .modal-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #9c1019;
}

.security {
    overflow-x: hidden;
}

.security .slider-wrapper-container {
    position: relative;
    z-index: 3;
}

.security .security-slider-container {
    max-width: 1090px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .security .security-slider-container {
        padding: 0 20px;
    }
}

.security .security-slider-container .security-slider .slider-item {
    cursor: pointer;
    text-align: center;
    width: 20%;
    opacity: 0.5;
}

@media (max-width: 320px) {
    .security .security-slider-container .security-slider .slider-item span {
        word-break: break-all;
    }
}

.security .security-slider-container .security-slider .slider-item img {
    margin: 0 auto 20px auto;
}

.security .security-slider-container .security-slider .slider-item.active {
    opacity: 1;
}

.security .security-slider-container .prev-arrow {
    cursor: pointer;
    color: #b2b2b2;
    font-size: 30px;
    position: absolute;
    left: -10px;
    top: calc(50% - 15px);
}

.security .security-slider-container .next-arrow {
    cursor: pointer;
    color: #b2b2b2;
    font-size: 30px;
    position: absolute;
    right: -10px;
    top: calc(50% - 15px);
}

.security .security-content {
    margin-top: -100px;
    display: none;
    position: relative;
    /*.bkg-container{
      height:900px;

      @media(max-width:$screen-md-max){
        height:580px;
      }

      @media(max-width:$screen-xs-max){
        height:374px;
      }
    }*/
}

@media (max-width: 1199px) {
    .security .security-content {
        margin-top: 0;
    }
}

.security .security-content img.bkg-image {
    display: block;
    margin: 0 auto;
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
}

@media (max-width: 767px) {
    .security .security-content img.bkg-image {
        width: 100%;
    }
}

.security .security-content.active {
    display: block;
}

.security .security-content .text-content {
    z-index: 3;
    position: absolute;
    left: 0;
    width: 100%;
    top: 150px;
}

@media (max-width: 1199px) {
    .security .security-content .text-content {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}

@media (max-width: 666px) {
    .security .security-content .text-content {
        margin-top: 0;
    }
}

.security .security-content .text-content .container {
    max-width: 910px;
}

@media (max-width: 1199px) {
    .security .security-content .text-content .container {
        padding: 0 20px;
    }
}

.security .security-content .text-content .title {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .security .security-content .text-content .title {
        font-size: 16px;
    }
}

.security .security-content .text-content p {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .security .security-content .text-content p {
        font-size: 14px;
    }
}

.security .security-content.small-image {
    margin-top: 0;
}

.security .security-content.small-image img.bkg-image {
    display: block;
    margin: 0 auto;
    transform: none;
    position: relative;
    left: 0;
    max-width: 100%;
}

.security .security-content.small-image .text-content {
    position: relative;
    top: 0;
    margin-top: 40px;
}

.security.mopar-acc .security-content.small-image {
    max-width: 1090px;
    margin: 0 auto;
}

.security.mopar-acc .security-content.small-image .text-content {
    float: right;
    max-width: 40%;
    padding-left: 30px;
    text-align: left !important;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .security.mopar-acc .security-content.small-image .text-content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .security.mopar-acc .security-content.small-image .text-content {
        max-width: 100%;
        float: none;
        text-align: center !important;
    }
}

.security.mopar-acc .security-content.small-image .text-content:before {
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #9c1019;
    left: 40px;
    top: -15px;
    content: " ";
}

@media (max-width: 1199px) {
    .security.mopar-acc .security-content.small-image .text-content:before {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .security.mopar-acc .security-content.small-image .text-content:before {
        left: calc(50% - 15px);
        top: 0;
    }
}

.security.mopar-acc .security-content.small-image img.bkg-image {
    display: block;
    margin: 0;
    transform: none;
    position: relative;
    left: 0;
    max-width: 60%;
    float: left;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .security.mopar-acc .security-content.small-image img.bkg-image {
        max-width: 100%;
        float: none;
    }
}

.drive {
    overflow: hidden;
    width: 100%;
}

.drive .infographic {
    margin-bottom: 50px;
}

@media (max-width: 666px) {
    .drive .infographic {
        overflow: auto;
    }
}

.drive .infographic img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 666px) {
    .drive .infographic img {
        max-width: none;
    }
}

.drive .bkg-container {
    position: relative;
    height: 608px;
}

@media (max-width: 1199px) {
    .drive .bkg-container {
        height: 574px;
    }
}

@media (max-width: 666px) {
    .drive .bkg-container {
        height: 574px;
    }
}

.drive .bkg-container .text-container {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px;
    bottom: 180px;
}

@media (max-width: 1199px) {
    .drive .bkg-container .text-container {
        bottom: 180px;
    }
}

.drive .bkg-container .text-container.active {
    display: block;
}

.drive .bkg-container .text-container .title {
    color: white;
    display: block;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 25px;
}

.drive .bkg-container .text-container p {
    color: white;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .drive .bkg-container .text-container p {
        font-size: 14px;
    }
}

.drive .bkg-container .drive-image {
    position: relative;
    top: 0px;
    display: none;
    margin: 50px auto 50px auto;
}

@media (max-width: 1199px) {
    .drive .bkg-container .drive-image {
        margin-top: 75px;
    }
}

@media (max-width: 767px) {
    .drive .bkg-container .drive-image {
        margin-top: 40px;
    }
}

@media (max-width: 666px) {
    .drive .bkg-container .drive-image {
        margin-top: 40px;
    }
}

@media (max-width: 375px) {
    .drive .bkg-container .drive-image {
        margin-top: 50px;
    }
}

@media (max-width: 320px) {
    .drive .bkg-container .drive-image {
        margin-top: 65px;
    }
}

.drive .bkg-container .drive-image.active {
    display: block;
}

.drive .bkg-container .wheel {
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.drive .bkg-container .wheel .rotate-wheel {
    position: absolute;
    left: -50px;
    top: -50px;
}

@media (max-width: 1024px) {
    .drive .bkg-container .wheel .rotate-wheel {
        display: none;
    }
}

.drive .bkg-container .wheel .rotate-wheel .ui-rotatable-handle {
    position: absolute !important;
    left: 17px !important;
    top: 104px !important;
    background-image: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.drive .bkg-container .wheel .arch {
    position: absolute;
    left: -50px;
    top: -50px;
}

@media (max-width: 1024px) {
    .drive .bkg-container .wheel .arch {
        display: none;
    }
}

.drive .bkg-container .wheel .wheel-container {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 265px;
}

.drive .bkg-container .wheel .wheel-container .images img {
    display: none;
    margin: 0 auto;
}

.drive .bkg-container .wheel .wheel-container .images img.active {
    display: block;
}

.drive .bkg-container .wheel .wheel-container .pins .pin {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
}

.drive .bkg-container .wheel .wheel-container .pins .pin.pin-1 {
    left: 50px;
    bottom: 9px;
}

.drive .bkg-container .wheel .wheel-container .pins .pin.pin-2 {
    bottom: 45px;
    left: 77px;
}

.drive .bkg-container .wheel .wheel-container .pins .pin.pin-3 {
    bottom: 47px;
    left: 140px;
}

.drive .bkg-container .wheel .wheel-container .pins .pin.pin-4 {
    right: 45px;
    bottom: 12px;
}

.drive .drive3T .pins .pin.pin-2 {
    bottom: 55px !important;
    left: 110px !important;
}

.drive .drive3T .pins .pin.pin-3 {
    right: 45px !important;
    bottom: 7px !important;
    left: auto !important;
}

.drive .drive-slider .image-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
}

.drive .drive-slider .image-container.single-image {
    position: relative;
}

@media (max-width: 666px) {
    .drive .drive-slider .image-container {
        height: 666px;
    }
}

.drive .drive-slider .image-container img {
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
}

.drive .drive-slider .slider-container {
    height: 600px;
}

@media (max-width: 666px) {
    .drive .drive-slider .slider-container {
        height: 666px;
    }
}

.drive .drive-slider .slider-container .drive-slider {
    padding-right: 20px;
    height: 300px;
    float: right;
    margin-top: 30px;
}

.drive .drive-slider .slider-container .drive-slider .text-container {
    text-align: center;
}

.drive .drive-slider .slider-container .drive-slider .text-container .icon {
    display: block;
    font-size: 80px;
    color: #FFFFFF;
}

@media (max-width: 666px) {
    .drive .drive-slider .slider-container .drive-slider .text-container .icon {
        font-size: 60px;
    }
}

.drive .drive-slider .slider-container .drive-slider .text-container span {
    color: #FFFFFF;
}

.drive .drive-slider .slider-container .drive-slider .rzslider {
    padding-bottom: 20px;
    width: 30px;
    margin-left: 30px;
    height: 100%;
    margin-top: 40px;
    margin-right: 0;
}

.drive .drive-slider .slider-container .drive-slider .rzslider .rz-bar {
    background: transparent;
    border-left: 1px dashed white;
}

.drive .drive-slider .slider-container .drive-slider .rzslider .rz-pointer {
    z-index: 5;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background-color: white;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: -50% 0;
    outline: none !important;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.drive .drive-slider .slider-container .drive-slider .rzslider .rz-pointer:before {
    display: block;
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #9c1019;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border: none;
}

.drive .drive-slider .slider-container .drive-slider .rzslider .rz-pointer:after {
    display: none;
}

.drive .drive-slider .slider-container .drive-slider .rzslider .rz-bubble {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
}

.drive .drive-slider .slider-container .drive-slider .rzslider .rz-bubble.rz-limit {
    display: none;
}

.drive .drive-slider .slider-container .drive-slider .rzslider-container {
    height: 300px;
}

.drive .drive-slider .slider-container .drive-slider .rzslider-container .rzslider .rz-pointer {
    left: -20px !important;
}

.drive .drive-slider .slider-container .drive-slider .rzslider-container .rzslider .rz-bubble {
    right: 60px;
    left: auto !important;
}

.drive .drive-slider .slider-container .drive-slider.drive-slider-mobile {
    float: none;
    height: auto;
}

.drive .drive-slider .slider-container .drive-slider.drive-slider-mobile .rzslider-mobile-container {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0 35px;
    left: 0;
}

.drive .drive-slider .slider-container .drive-slider.drive-slider-mobile .rzslider {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 340px;
}

.drive .drive-slider .slider-container .drive-slider.drive-slider-mobile .rzslider .rz-bar {
    border-left: none;
    border-top: 1px dashed white;
}

.drive .drive-slider .slider-container .drive-slider.drive-slider-mobile .rzslider .rz-bar-wrapper {
    padding-top: 0;
    margin-top: 0;
}

.drive .drive-slider .slider-container .drive-slider.drive-slider-mobile .rzslider .rz-pointer {
    top: -20px !important;
}

.drive .drive-slider .slider-container .drive-slider.drive-slider-mobile .rzslider .rz-bubble {
    top: 30px;
    font-size: 16px;
    opacity: 0.6;
}

.breadcrumb-footer {
    margin-top: 20px;
}

.breadcrumb-container {
    border-top: 1px solid #cccccc;
}

.breadcrumb {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 0;
    margin-bottom: 0;
    color: #000000;
}

.breadcrumb a {
    color: #000000;
    line-height: 50px;
}

.breadcrumb>.active {
    font-weight: 700;
    color: #000000;
}

.breadcrumb>li+li:before {
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-right: 7px;
    background-color: #9c1019;
    height: 1px;
    width: 15px;
    vertical-align: middle;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
}

.hero-slider {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    min-height: 500px;
}

@media (max-width: 1199px) {
    .hero-slider {
        min-height: 440px;
    }
}

@media (max-width: 666px) {
    .hero-slider {
        min-height: 400px;
    }
}

.hero-slider-container {
    padding: 25px 0 0 0;
    position: relative;
}

@media (min-width: 667px) {
    .hero-slider-container .slick-list {
        overflow: visible;
    }
}

.hero-slider-container .img {
    width: 100%;
}

.hero-slider-container .slick-slide {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.hero-slider-container .slick-slide:not(.slick-active) {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}

.hero-slider-container .slick-slide:not(.slick-active):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.hero-slider-container .slick-slide:not(.slick-active) .text-container {
    display: none;
}

.hero-slider-container .slick-slide.slick-active.slick-paused:before {
    content: '';
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #cccccc 50%, #cccccc 50%);
    animation: none;
}

.hero-slider-container .slider-navigation {
    padding: 0;
    text-align: center;
}

.hero-slider .cursor-follow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    pointer-events: none;
    display: none;
}

.hero-slider .cursor-follow:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #9c1019;
    position: absolute;
    left: -30px;
    top: 5px;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
}

.hero-slider.hero-slider-fpw {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .hero-slider.hero-slider-fpw {
        margin-bottom: 35px;
    }
}

@media (max-width: 666px) {
    .hero-slider.hero-slider-fpw {
        margin-bottom: 25px;
    }
}

.promotions-columns {
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .promotions-columns {
        padding-bottom: 35px;
    }
}

@media (max-width: 666px) {
    .promotions-columns {
        padding-bottom: 25px;
    }
}

.promotions-columns .section-title {
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .promotions-columns .section-title {
        padding-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .promotions-columns .section-title {
        padding-bottom: 15px;
    }
}

.promotions-columns .slider-navigation {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .promotions-columns .slider-navigation {
        text-align: left;
    }
}

.promotions-columns .controls-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 0 0;
}

@media (min-width: 667px) {
    .promotions-columns .controls-container {
        padding: 15px 15px 0 15px;
    }
}

.promotions-columns-slider .slick-track {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
}

.promotions-columns-slider .slick-track .slick-slide {
    margin: 15px 8px;
    height: auto;
}

.promotions-columns-slider .slick-track .slick-slide>div {
    height: 100%;
}

.promotions-columns-slider .tile-container {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    height: 100%;
}

.promotions-columns-slider .tile-container .tile {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

@media (min-width: 1200px) {
    .promotions-columns-slider .tile-container .tile {
        height: 100%;
    }
}

.steps-bar .steps-bar-margin {
    background: #FFFFFF;
    height: 50px;
    position: relative;
    z-index: 2;
}

.steps-bar .steps-bar-container {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    z-index: 1;
    position: relative;
}

.steps-bar .steps-bar-container .container {
    border-bottom: 2px solid #cccccc;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
}

.steps-bar .steps-bar-container .container .single-step {
    position: relative;
    float: left;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    padding-bottom: 7px;
    padding-top: 10px;
}

.steps-bar .steps-bar-container .container .single-step.active::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #9c1019;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -5px;
}

.steps-bar .steps-bar-container .container .single-step.active::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 50%;
    background: #9c1019;
}

.steps-bar .steps-bar-container .container .single-step.complete::before {
    width: 100%;
}

.wrap-form {
    padding-top: 60px;
}

.wrap-form .container {
    overflow: visible;
    margin-bottom: 0;
}

@media (max-width: 666px) {
    .wrap-form {
        padding-top: 40px;
    }
}

.wrap-form .wrap-car-model {
    cursor: pointer;
    padding: 10px;
}

.wrap-form .wrap-car-model .car-model {
    position: relative;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.wrap-form .wrap-car-model .car-model .model-name {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15px;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .wrap-form .wrap-car-model .car-model .model-name {
        font-size: 16px;
    }
}

.wrap-form .wrap-car-model .fa-check {
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 20px;
    color: #30747f;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    line-height: 60px;
    text-align: center;
}

.wrap-form .wrap-car-model.active .car-model:before {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border: 3px solid #30747f;
    width: 100%;
    height: 100%;
}

.wrap-form .wrap-car-model.active .fa-check {
    display: block;
}

.bottom-nav {
    border-top: 1px solid #E4E4E4;
    height: 48px;
}

.bottom-nav .btn {
    width: 155px;
    border-left: 1px solid #E4E4E4;
    height: 47px;
    line-height: 47px;
    border-radius: 0;
    background: #FFFFFF !important;
}

.bottom-nav .btn:hover {
    color: #000000 !important;
}

.bottom-nav .btn:hover:after {
    display: none !important;
}

.bottom-nav .btn::before {
    line-height: 46px;
}

.bottom-nav .btn:disabled {
    background: transparent !important;
    color: #000000 !important;
}

.form-models-list .bottom-nav {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    section-car .select2-wrapper .select2-container {
        left: 0 !important;
    }
}


/* new forms */

.back-to-model-container {
    cursor: pointer;
}

.back-to-model-container i {
    margin-right: 10px;
    font-size: 12px;
    color: #9c1019;
    display: inline-block;
    position: relative;
    top: -2px;
}

.form-group {
    margin-bottom: 40px;
    position: relative;
}

.form-group label.form-label {
    position: absolute;
    left: 12px;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #cccccc;
    top: 0px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    z-index: 1;
}

.form-group .form-control {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #cccccc;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 45px;
    line-height: 45px;
    color: #000000;
    font-size: 14px;
    z-index: 2;
    background: transparent;
    position: relative;
}

.form-group .form-control:focus,
.form-group .form-control.success {
    border-bottom: 1px solid #30747f;
}

.form-group .form-control.error {
    border-bottom: 1px solid #9c1019;
}

.form-group .form-control[type="radio"],
.form-group .form-control[type="checkbox"] {
    width: auto;
    display: inline-block;
    height: auto;
    line-height: auto;
}

.form-group .form-control[type="radio"].error+label span,
.form-group .form-control[type="checkbox"].error+label span {
    color: #9c1019;
}

.form-group.touched label.form-label {
    position: absolute;
    top: -14px;
    line-height: inherit;
}

.form-group.touched.textarea-box label.form-label {
    display: none;
}

.form-group .has-error {
    position: absolute;
    left: 12px;
    font-size: 12px;
    color: #9c1019;
    margin-top: 3px;
}

.form-group .dealer-locator {
    margin-top: 3px;
    font-size: 12px;
    color: #30747f;
}

.form-group .dealer-locator a {
    color: #30747f;
    font-weight: 700;
    text-decoration: underline;
}

.dealer-input-contact-us .has-error {
    display: inline-block;
    position: relative !important;
}

.dealer-input-contact-us .dealer-locator {
    position: static;
    float: right;
}

.informative {
    background-color: #f1f1f1;
    padding-top: 30px;
}

@media (max-width: 666px) {
    .informative {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.informative .title-informative {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;
}

.informative .subtitle-informative {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}

.informative .form-group.border-right {
    border-right: none;
}

@media (min-width: 1200px) {
    .informative .form-group.border-right {
        border-right: 1px solid #D9D9D9;
    }
}

.informative .link-informative {
    font-size: 16px;
    color: #9c1019;
    text-decoration: underline;
    margin-top: 30px;
    cursor: pointer;
}

.informative .detail-informative {
    font-size: 12px;
    padding-right: 50px;
    margin-top: 50px;
    padding-top: 30px;
    margin-right: -1px;
    border-right: 1px solid #f1f1f1;
}

.informative .detail-informative.informative-de {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}

.results-search-dealership {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .results-search-dealership {
        padding: 0 40px;
    }
}

@media (max-width: 666px) {
    .results-search-dealership {
        padding: 0 50px;
    }
}

.results-search-dealership .single-result-dealer {
    padding-bottom: 50px;
    position: relative;
    float: none;
    margin: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    width: calc(25% - 20px);
}

.results-search-dealership .single-result-dealer.selected {
    border: 3px solid #30747f;
}

@media (max-width: 1199px) {
    .results-search-dealership .single-result-dealer {
        width: calc(50% - 20px);
    }
}

@media (max-width: 666px) {
    .results-search-dealership .single-result-dealer {
        width: calc(100% - 20px);
    }
}

.results-search-dealership .single-result-dealer .header {
    height: 70px;
}

.results-search-dealership .single-result-dealer .header .distance {
    background: #9c1019;
    display: block;
    height: 70px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 70px;
    font-size: 12px;
    text-align: center;
}

.results-search-dealership .single-result-dealer .header .name {
    width: 100%;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #d2d2d2;
}

.results-search-dealership .single-result-dealer .header .name .name-dealer {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    padding: 0 10px 0 20px;
}

.results-search-dealership .single-result-dealer .body .address-dealer {
    text-transform: capitalize;
    height: auto !important;
    padding: 25px 25px 0 25px;
    height: 90px !important;
    display: inline-block;
    vertical-align: middle;
}

.results-search-dealership .single-result-dealer .body .address-dealer i {
    font-size: 25px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    color: #9c1019;
}

.results-search-dealership .single-result-dealer .body .address-dealer span {
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    width: calc(100% - 40px);
    margin-left: 10px;
}

.results-search-dealership .single-result-dealer .body .website-dealer {
    font-size: 14px;
    padding: 0px 25px 10px 25px;
    display: inline-block;
    vertical-align: middle;
}

.results-search-dealership .single-result-dealer .body .website-dealer i {
    font-size: 25px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    color: #9c1019;
}

.results-search-dealership .single-result-dealer .body .website-dealer a {
    vertical-align: top;
    text-decoration: underline;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    display: inline-block;
    margin-left: 10px;
    margin-top: 6px;
}

.results-search-dealership .single-result-dealer .body .services {
    background-color: #F5F5F5;
    padding: 10px 0;
    color: #000000;
    text-align: center;
}

.results-search-dealership .single-result-dealer .body .services .col {
    width: 49%;
    display: inline-block;
}

.results-search-dealership .single-result-dealer .body .services .col.show {
    display: inline-block !important;
}

.results-search-dealership .single-result-dealer .body .services .col.show:nth-child(odd) {
    border-right: 1px solid #cccccc;
}

.results-search-dealership .single-result-dealer .body .services .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.results-search-dealership .single-result-dealer .body .services i {
    font-size: 30px;
    display: block;
}

.results-search-dealership .single-result-dealer .body .services span.label {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.results-search-dealership .single-result-dealer .select-dealer-for-forms {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    color: #9c1019;
    border: 0;
    box-shadow: none;
    text-align: center;
    height: 50px;
    padding: 0;
    line-height: 50px;
}

.results-search-dealership .single-result-dealer .select-dealer-for-forms::before {
    display: none !important;
}

.results-search-dealership .single-result-dealer span.address-dealer-link,
.results-search-dealership .single-result-dealer span.address-dealer-index {
    display: none;
}

.results-search-dealership .single-result-dealer .select-dealer-for-forms_new,
.results-search-dealership .single-result-dealer .submit-dealers {
    display: none;
}

.paginator-button {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.wrap-results-search-dealership .input-container {
    position: relative;
    max-width: 430px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

.wrap-results-search-dealership .input-container input {
    padding-right: 100px;
}

.wrap-results-search-dealership .input-container .ico-search {
    position: absolute;
    font-size: 30px;
    top: 10px;
    right: 50px;
    color: #A6A6A6;
    padding-right: 10px;
}

.wrap-results-search-dealership .input-container .ico-geolocate {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    top: 10px;
    right: 15px;
    color: #9c1019;
}

.wrap-results-search-dealership .input-container .ico-reload {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    top: 13px;
    right: 15px;
    color: #9c1019;
}

.typ-check {
    text-align: center;
    font-size: 40px;
    height: 90px;
    width: 90px;
    display: block;
    margin: 0 auto;
    border: 1px solid #cccccc;
    border-radius: 50%;
    line-height: 84px;
    color: #30747f;
}

.button_typ {
    margin: 0 auto;
    width: auto !important;
    display: block;
    margin-bottom: 50px !important;
    text-align: center;
    padding: 0 24px !important;
}

.button_typ::before,
.button_typ::after {
    display: none;
}

@media (max-width: 1199px) {
    .thankyou_page {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.radio-wrap input[type='radio'] {
    display: none !important;
}

.radio-wrap label {
    cursor: pointer;
}

.radio-wrap label .radio-icon {
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    font: normal normal normal 14px/1 FontAwesome;
}

.radio-wrap label .radio-text {
    display: inline-block;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    margin-left: 40px;
    font-size: 14px;
    line-height: 28px;
}

.radio-wrap input[type='radio']:checked+label .radio-icon:before {
    content: "\f00c";
    color: #30747f;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -4px;
    bottom: 0;
    font-size: 16px;
    left: -3px;
    right: 0px;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

.checkbox input[type='checkbox'] {
    display: none !important;
}

.checkbox label {
    cursor: pointer;
}

.checkbox label .radio-icon {
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 24px;
    width: 24px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    font: normal normal normal 14px/1 FontAwesome;
}

.checkbox label .radio-text {
    display: inline-block;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}

.checkbox input[type='checkbox']:checked+label .radio-icon:before {
    content: "\f00c";
    color: #30747f;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -4px;
    bottom: 0;
    font-size: 16px;
    left: -3px;
    right: 0px;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

.mobile-img {
    width: 100%;
}

.modelpage-form .container-tabs ul.tabs-nav li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #cccccc;
}

.modelpage-form .container-tabs ul.tabs-nav li:last-child {
    border-right: none;
}

.modelpage-form .container-tabs ul.tabs-nav li a {
    height: 65px;
    line-height: 65px;
    font-weight: 700;
    color: #787878;
}

.modelpage-form .container-tabs ul.tabs-nav li.active {
    background-color: #333333;
    border-right: none;
}

.modelpage-form .container-tabs ul.tabs-nav li.active a {
    color: #FFFFFF;
}

.informative-de {
    height: 40px;
    line-height: 35px;
    overflow: auto;
    padding: 0 10px !important;
    border: 1px solid #cccccc;
}

.submit-form-new .btn {
    width: 200px;
}

.mandatory_fields {
    display: block;
}

.typ_new .testo-box {
    line-height: 24px;
}

.typ_new .dealer-name {
    text-transform: uppercase;
}

.typ_new .dealer-address {
    text-transform: capitalize;
}

.privacy_new .form-group .has-error {
    left: 0;
}

.privacy_new .radio-wrap input[type='radio'] {
    display: none !important;
}

.privacy_new .radio-wrap input[type='radio'].error+label .radio-icon {
    border: 1px solid #9c1019;
}

.privacy_new .radio-wrap input[type='radio'].error+label span {
    color: #999999;
}

.privacy_new .radio-wrap input[type='radio']:checked+label .radio-icon {
    border: 1px solid #9c1019;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.privacy_new .radio-wrap input[type='radio']:checked+label .radio-icon:before {
    content: "";
    background-color: #9c1019;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    bottom: 0;
    font-size: 16px;
    left: 0px;
    right: 0px;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

.dealerlocator-new .single-result-dealer {
    padding-bottom: 0;
    width: 45%;
}

@media (max-width: 666px) {
    .dealerlocator-new .single-result-dealer {
        width: 100%;
    }
}

.dealerlocator-new .single-result-dealer .header .distance {
    background: #333333;
}

.dealerlocator-new .single-result-dealer .body .address-dealer {
    position: relative;
    padding: 10px 25px;
    height: 100px !important;
}

.dealerlocator-new .single-result-dealer .body .address-dealer span {
    width: calc(100% - 50px);
    margin-left: 40px;
}

@media (min-width: 1200px) {
    .dealerlocator-new .single-result-dealer .body .address-dealer span {
        max-height: 50px;
    }
}

.dealerlocator-new .single-result-dealer .body .services .title {
    margin-bottom: 0;
}

.dealerlocator-new .single-result-dealer .body span.address-dealer-link {
    color: #9c1019;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    max-height: none;
}

.dealerlocator-new .single-result-dealer .body span.address-dealer-index {
    position: absolute;
    display: inline-block;
    width: 34px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 47px;
    color: white;
    padding: 10px 0px;
    text-align: center;
    font-weight: bold;
    top: 20px;
    left: 15px;
    position: absolute;
    max-height: none;
}

.dealerlocator-new .single-result-dealer .body .select-dealer-for-forms_new {
    max-width: 180px;
    display: block;
    margin: 15px auto;
}

.dealerlocator-new .single-result-dealer .body .select-dealer-for-forms_new span {
    font-size: 12px;
}

.dealerlocator-new .single-result-dealer .body .submit-dealers {
    max-width: 180px;
    display: block;
    margin: 15px auto;
    background: #30747f;
}

.dealerlocator-new .single-result-dealer .body .submit-dealers:hover {
    background: #FFFFFF;
}

.dealerlocator-new .single-result-dealer .body .submit-dealers span {
    font-size: 12px;
}

.dealerlocator-new .single-result-dealer .submit-dealers {
    display: none !important;
}

.dealerlocator-new .single-result-dealer.selected .select-dealer-for-forms_new {
    display: none;
}

.dealerlocator-new .single-result-dealer.selected .submit-dealers {
    display: block !important;
}

.dealerlocator-new .results-search-dealership-wrapper {
    width: 50%;
    float: left;
    margin-top: -10px;
}

@media (max-width: 1199px) {
    .dealerlocator-new .results-search-dealership-wrapper {
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 666px) {
    .dealerlocator-new .results-search-dealership-wrapper {
        padding: 0 15px;
    }
}

.dealerlocator-new .results-search-dealership-wrapper .results-search-dealership {
    justify-content: center;
}

.dealerlocator-new .results-search-map-wrapper {
    width: 100%;
    float: left;
}

.dealerlocator-new .results-search-map-wrapper .results-search-map {
    height: 260px;
}

@media (min-width: 667px) {
    .dealerlocator-new .results-search-map-wrapper .results-search-map {
        height: 400px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .dealerlocator-new .results-search-map-wrapper {
        width: 50%;
    }
    .dealerlocator-new .results-search-map-wrapper .results-search-map {
        height: 687px;
    }
}

.dealerlocator-new .paginator-button {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.dealerlocator-new .marker-label {
    color: white;
    padding: 10px 12px;
    font-weight: bold;
    font-size: 16px;
}

.dealerlocator-new .results-dealers-tabs {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

@media (min-width: 1200px) {
    .dealerlocator-new .results-dealers-tabs {
        display: none;
    }
}

.dealerlocator-new .results-dealers-tabs ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    height: 65px;
    border: 1px solid #dddddd;
    line-height: 65px;
    margin: 0;
}

.dealerlocator-new .results-dealers-tabs ul li a {
    display: inline-block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    margin: 0;
}

.dealerlocator-new .results-dealers-tabs ul li a span {
    font-size: 14px;
    font-weight: 700;
    color: #dddddd;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.dealerlocator-new .results-dealers-tabs ul li.active {
    background: #333333;
    border-color: #333333;
}

.dealerlocator-new .results-dealers-tabs ul li.active a {
    color: #FFFFFF;
}

.dealerlocator-new .selected-dealer .single-result-dealer {
    display: block !important;
    padding-bottom: 0px;
    position: relative;
    float: none;
    margin: 0px 0px 50px 0px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    width: 100%;
}

@media (max-width: 666px) {
    .dealerlocator-new .selected-dealer .single-result-dealer {
        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
    }
}

.dealerlocator-new .selected-dealer .single-result-dealer .header {
    height: 70px;
}

.dealerlocator-new .selected-dealer .single-result-dealer .header .distance {
    background: #333333;
    display: block;
    height: 70px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 70px;
    font-size: 12px;
    text-align: center;
}

.dealerlocator-new .selected-dealer .single-result-dealer .header .name {
    width: 100%;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #d2d2d2;
}

.dealerlocator-new .selected-dealer .single-result-dealer .header .name .name-dealer {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    padding: 0 10px 0 20px;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body {
    padding-bottom: 10px;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .body-wrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
}

@media (max-width: 666px) {
    .dealerlocator-new .selected-dealer .single-result-dealer .body .body-wrap {
        flex-direction: column;
    }
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .address-wrap {
    width: 50%;
}

@media (max-width: 666px) {
    .dealerlocator-new .selected-dealer .single-result-dealer .body .address-wrap {
        width: 100%;
    }
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .address-dealer {
    text-transform: capitalize;
    height: auto !important;
    padding: 25px 25px 0 25px;
    height: 90px !important;
    display: inline-block;
    vertical-align: middle;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .address-dealer i {
    font-size: 25px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    color: #9c1019;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .address-dealer span {
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    width: calc(100% - 40px);
    margin-left: 40px;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .website-dealer {
    font-size: 14px;
    padding: 0px 25px 10px 25px;
    display: inline-block;
    vertical-align: middle;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .website-dealer i {
    font-size: 25px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    color: #9c1019;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .website-dealer a {
    vertical-align: top;
    text-decoration: underline;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    display: inline-block;
    margin-left: 10px;
    margin-top: 6px;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .services {
    width: 50%;
    background-color: #F5F5F5;
    padding: 10px 0;
    color: #000000;
    text-align: center;
}

@media (max-width: 666px) {
    .dealerlocator-new .selected-dealer .single-result-dealer .body .services {
        width: 100%;
    }
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .services .col {
    width: 49%;
    display: inline-block;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .services .col.show {
    display: inline-block !important;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .services .col.show:nth-child(odd) {
    border-right: 1px solid #cccccc;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .services .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .services i {
    font-size: 30px;
    display: block;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body .services span.label {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body span.address-dealer-link {
    color: #9c1019;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    max-height: none;
}

.dealerlocator-new .selected-dealer .single-result-dealer .body span.address-dealer-index {
    position: absolute;
    display: inline-block;
    width: 34px;
    margin: 0;
    background-image: url("../images/map-marker-full.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 47px;
    color: white;
    padding: 10px 0px;
    text-align: center;
    font-weight: bold;
    top: 20px;
    left: 15px;
    position: absolute;
    max-height: none;
}

.dealerlocator-new .selected-dealer .single-result-dealer .select-dealer-for-forms {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    color: #9c1019;
    border: 0;
    box-shadow: none;
    text-align: center;
    height: 50px;
    padding: 0;
    line-height: 50px;
}

.dealerlocator-new .selected-dealer .single-result-dealer .select-dealer-for-forms::before {
    display: none !important;
}

.dealerlocator-new .selected-dealer .single-result-dealer span.address-dealer-link,
.dealerlocator-new .selected-dealer .single-result-dealer span.address-dealer-index {
    display: none;
}

.dealerlocator-new .selected-dealer .single-result-dealer .select-dealer-for-forms_new,
.dealerlocator-new .selected-dealer .single-result-dealer .submit-dealers {
    display: none;
}

.dealerlocator-new .selected-dealer .single-result-dealer .select-dealer-for-forms_new {
    display: none !important;
}

.dealerlocator-new .selected-dealer .single-result-dealer .submit-dealers {
    background: #9c1019;
    display: block !important;
    max-width: 180px;
    display: block;
    margin: 0px auto;
}

.dealerlocator-new .selected-dealer .single-result-dealer .submit-dealers span {
    font-size: 12px;
}

@media (max-width: 666px) {
    .section-car-new .vehicle_permutation {
        padding: 0 10px;
    }
}

.section-car-new .permutation-label {
    float: left;
    margin-right: 20px;
}

.section-car-new .radio-selector {
    float: left;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    width: 70px;
    height: 30px;
    background: #333333;
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-right: 14px;
    padding-left: 14px;
    position: relative;
    top: -4px;
    cursor: pointer;
}

.section-car-new .radio-selector:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000000;
    font-size: 16px;
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    top: 4px;
    left: 4px;
    padding: 2px 5px;
}

.section-car-new .radio-selector span {
    float: right;
    font-weight: 700;
    color: white;
    font-size: 14px;
    line-height: 30px;
}

.section-car-new .radio-selector.on {
    background: #30747f;
}

.section-car-new .radio-selector.on span {
    float: left;
}

.section-car-new .radio-selector.on:before {
    left: auto;
    right: 4px;
    content: "\f00c";
    padding: 3px 4px;
    font-size: 15px;
    color: #30747f;
}

.section-car-new input[type="radio"] {
    display: none !important;
}

.section-car-new .permuta_auto .select2-wrapper .select2-container {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.section-car-new .permuta_auto .select2-wrapper .select2-container .select2-chosen {
    font-size: 14px !important;
    font-style: initial !important;
}

.section-car-new .permuta_auto .select2-wrapper .select2-container .select2-choice .select2-arrow b {
    color: #9c1019;
}

.section-car-new .permuta_auto .select2-wrapper .select2-container.select .select2-choice {
    border-bottom: 1px solid #30747f;
}

.section-car-new .form-group label {
    top: -26px;
}

.results-spinner {
    margin-top: 30px;
}

.results-spinner .fa-spinner {
    font-size: 34px;
}

.searchonmap_cont {
    width: 288px;
    height: 40px;
    background: #ffffff;
    position: relative;
    top: 20px;
    left: 20px;
    padding: 0 10px;
    border: 1px solid #8B8B8B;
}

.searchonmap_cont label {
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
}

.form-contacts .steps-bar .single-step {
    width: 33.3333%;
}

.form-contacts .mandatory-info {
    margin-bottom: 20px;
}

.form-contacts .mandatory-info>div {
    margin-top: -20px;
}

.form-contacts .mandatory-info p {
    font-size: 14px;
    margin-bottom: 0;
}

.form-contacts .form-group textarea.form-control {
    height: 253px !important;
    border-top: 1px solid #cccccc !important;
    border-left: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    border-top: 1px solid #cccccc !important;
}

.form-contacts .form-group .select2-container {
    padding: 0 !important;
}

.form-contacts .form-group .select2-container .select2-choice {
    border: none !important;
}

.form-contacts .form-step {
    display: none;
}

.form-contacts .form-step.active {
    display: block;
}

.form-contacts .form-step .step-btn {
    width: auto;
    min-width: 175px;
    text-transform: uppercase;
}

.form-contacts .form-step .step-btn:hover,
.form-contacts .form-step .step-btn.active {
    background: #9c1019;
}

.form-contacts .form-step .step-btn:hover span,
.form-contacts .form-step .step-btn.active span {
    color: #FFFFFF;
}

@media (max-width: 666px) {
    .form-contacts .form-step .step-btn {
        margin-bottom: 30px;
    }
}

.form-contacts .form-step .request-products .step-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-contacts .form-step .prev-step {
    background: #FFFFFF !important;
    color: #000000 !important;
    padding-left: 40px !important;
    padding-right: 24px !important;
}

.form-contacts .form-step .prev-step::before {
    color: #000000 !important;
    right: auto;
    left: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-contacts .thankyou_page {
    text-align: center;
}

.form-contacts .button_typ {
    display: inline-block;
    width: auto !important;
}

.contactus-header .service-contact .title {
    font-family: inherit;
    font-size: 25px;
    font-weight: 900;
    padding: 15px 0;
}

.contactus-header .contact-box-wrapper .msg {
    font-size: 14px;
    line-height: 16px;
}

.contactus-header .service-icon {
    text-align: center;
}

.contactus-header .service-icon .label-cartoon {
    background-color: #9c1019;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    white-space: nowrap;
    max-width: 100px;
    text-align: center;
}

.contactus-header .service-icon .label-cartoon::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 0;
    border-color: #9c1019 transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
}

.contactus-header .service-icon .label-cartoon i {
    font-size: 35px;
}

.contactus-header .icon-wrap {
    display: table-cell;
}

.contactus-header .text-wrap {
    display: table-cell;
    padding-left: 20px;
}

.form-contacts.form-contacts-new .wrap-form {
    padding-top: 40px;
}

.form-contacts.form-contacts-new .mandatory-info>div {
    margin-top: 0px;
}

.form-contacts.form-contacts-new .form-group .form-control {
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd;
    height: 40px !important;
    padding: 10px 15px;
    z-index: 2;
    background: transparent;
    position: relative;
}

.form-contacts.form-contacts-new .form-group .form-control.error {
    border-bottom: 1px solid #9c1019 !important;
}

.form-contacts.form-contacts-new .form-group .form-control.textarea {
    height: 180px !important;
    padding: 0px 15px;
}

.form-contacts.form-contacts-new .form-group label.form-label {
    position: static;
    color: #2a2a2a;
    line-height: 30px;
}

.form-contacts.form-contacts-new .informative {
    background-color: #FFFFFF;
}

.form-contacts.form-contacts-new .informative .title-informative {
    font-weight: 800;
    font-size: 15px;
    text-align: left;
}

@media (max-width: 767px) {
    .form-contacts.form-contacts-new .informative .title-informative {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .form-contacts.form-contacts-new .informative .title-informative {
        text-align: center;
    }
}

.form-contacts.form-contacts-new .informative .subtitle-informative {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .form-contacts.form-contacts-new .informative .subtitle-informative {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .form-contacts.form-contacts-new .informative .subtitle-informative {
        text-align: center;
    }
}

.form-contacts.form-contacts-new .contact-submit {
    display: inline-block;
    width: 24%;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .form-contacts.form-contacts-new .contact-submit {
        width: 100%;
        text-align: center;
        float: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .form-contacts.form-contacts-new .contact-submit {
        width: 100%;
        text-align: center;
        float: none !important;
    }
}

.form-contacts.form-contacts-new .contact-submit .submit-btn {
    max-width: 210px;
    padding: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .form-contacts.form-contacts-new .contact-submit .submit-btn {
        float: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .form-contacts.form-contacts-new .contact-submit .submit-btn {
        float: none !important;
    }
}

.select2-drop ul.select2-results {
    max-height: 250px;
}

@media (max-width: 1199px) {
    .select2-wrapper .select2-container {
        width: 100%;
    }
}

.form-ma {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
}

.form-ma .send-ma {
    background: #FFFFFF;
    border: none;
    padding: 0px;
    line-height: 47px;
}

.form-ma .box-ma {
    height: 253px !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    margin-bottom: 0px !important;
}

.flotte {
    position: relative;
    height: 600px;
    overflow: hidden;
}

@media (max-width: 666px) {
    .flotte {
        height: 414px;
    }
}

.flotte .section-title h1,
.flotte .section-title h2,
.flotte .section-title h3,
.flotte .section-title h4 {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .flotte .section-title h1,
    .flotte .section-title h2,
    .flotte .section-title h3,
    .flotte .section-title h4 {
        font-size: 24px;
    }
}

.flotte .section-title span {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .flotte .section-title span {
        font-size: 14px;
    }
}

.flotte .bkg-image {
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
}

.flotte .cta-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 50px;
    text-align: center;
}

@media (max-width: 666px) {
    .flotte .cta-wrapper {
        bottom: 20px;
    }
    .flotte .cta-wrapper.left a {
        margin-left: 0;
    }
    .flotte .cta-wrapper.right a {
        margin-right: 0;
    }
}

@media (min-width: 667px) {
    .flotte .cta-wrapper.left {
        text-align: left;
    }
    .flotte .cta-wrapper.right {
        text-align: right;
    }
}

.flotte .cta-wrapper .btn {
    display: inline-block;
    width: auto;
}

.flotte .cta-wrapper .btn:before {
    color: #9c1019;
}

.flotte .cta-wrapper .btn:hover:before {
    color: #FFFFFF;
}

@media (min-width: 667px) {
    .flotte .cta-wrapper .btn {
        margin: 0 10px;
    }
    .flotte .cta-wrapper .btn:first-of-type {
        margin-left: 0;
    }
    .flotte .cta-wrapper .btn:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .flotte .cta-wrapper .btn {
        margin: 0 20px;
    }
}

@media (max-width: 666px) {
    .flotte .cta-wrapper .btn {
        display: block;
        width: fit-content;
        margin: 10px auto;
    }
    .flotte .cta-wrapper .btn:first-of-type {
        margin-top: 0;
    }
    .flotte .cta-wrapper .btn:last-of-type {
        margin-bottom: 0;
    }
}

.approfondimenti {
    position: relative;
}

.approfondimenti .col {
    display: inline-block;
    width: 49.8%;
}

@media (max-width: 666px) {
    .approfondimenti .col {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .approfondimenti .select-dv {
        width: 484px;
        left: calc(50% - 242px);
    }
}

@media (max-width: 666px) {
    .approfondimenti .select-dv {
        width: 100%;
        left: 0;
    }
}

.approfondimenti .select-dv input {
    background-image: none !important;
}

.approfondimenti .approfondimenti-box {
    padding-top: 30px;
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .approfondimenti .approfondimenti-box {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .approfondimenti .approfondimenti-box.second {
        padding-top: 0px;
    }
}

.approfondimenti .approfondimenti-box .title {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
}

@media (max-width: 1199px) {
    .approfondimenti .approfondimenti-box .title {
        font-size: 18px;
    }
}

@media (max-width: 666px) {
    .approfondimenti .approfondimenti-box .title {
        font-size: 16px;
    }
}

.approfondimenti .approfondimenti-box .description {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    min-height: 80px;
}

@media (max-width: 1199px) {
    .approfondimenti .approfondimenti-box .description {
        min-height: initial;
        margin-bottom: 40px;
        font-size: 14px;
    }
}

@media (max-width: 666px) {
    .approfondimenti .approfondimenti-box .description {
        margin-bottom: 30px;
    }
}

.approfondimenti .approfondimenti-box .selector {
    margin-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 666px) {
    .approfondimenti .approfondimenti-box .selector {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 35px;
    }
}

.approfondimenti .cta-wrapper {
    text-align: center;
}

.approfondimenti .cta-wrapper .btn {
    display: inline-block;
    width: auto;
}

.approfondimenti .cta-wrapper .btn:before {
    color: #9c1019;
}

.approfondimenti .cta-wrapper .btn:hover:before {
    color: #FFFFFF;
}

.dealer-locator {
    padding-bottom: 50px;
}

.dealer-locator #map {
    height: 600px;
}

@media (max-width: 666px) {
    .dealer-locator #map {
        height: 300px;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    }
}

.dealer-locator-map-container {
    position: relative;
    overflow: hidden;
}

@media (max-width: 666px) {
    .dealer-locator-map-container {
        padding: 0 10px;
    }
}

@media (min-width: 667px) {
    .dealer-locator-map-container {
        -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    }
}

.dealer-locator-input {
    padding: 0 20px;
}

@media (max-width: 666px) {
    .dealer-locator-input {
        margin-bottom: 30px;
    }
}

.dealer-locator-input .input-container {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 15px;
}

@media (max-width: 666px) {
    .dealer-locator-input .input-container {
        padding: 10px 15px;
    }
}

.dealer-locator-input .form-group {
    margin: 0;
    width: 67%;
}

@media (min-width: 1200px) {
    .dealer-locator-input .form-group {
        width: 80%;
    }
}

.dealer-locator-input .form-control {
    border: 0;
    padding: 0;
}

.dealer-locator-input .form-control:active,
.dealer-locator-input .form-control:focus {
    border: 0;
}

.dealer-locator-input .ico-search {
    color: #cccccc;
    margin-right: 20px;
    position: relative;
}

.dealer-locator-input .ico-search:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #cccccc;
    position: absolute;
    right: -10px;
    top: 0;
}

.dealer-locator-input .ico-geolocate {
    color: #9c1019;
    cursor: pointer;
}

.dealer-locator-controls {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

@media (max-width: 666px) {
    .dealer-locator-controls {
        position: relative;
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .dealer-locator-controls {
        width: 40%;
    }
}

@media (min-width: 667px) {
    .dealer-locator-controls.show-results {
        background-color: #FFFFFF;
    }
}

.dealer-locator-controls.drawer-hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.dealer-locator-controls.drawer-hidden .close-arrow {
    border-left: 5px solid #FFFFFF;
    border-right: 0;
}

.dealer-locator-controls:not(.drawer-hidden) .close-arrow {
    border-left: 0;
    border-right: 5px solid #FFFFFF;
}

.dealer-locator-controls .close-drawer {
    width: 25px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: 25px;
    background-color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    cursor: pointer;
}

.dealer-locator-controls .close-drawer .close-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.dealer-locator-results-container {
    padding: 20px;
    padding-top: 0;
    overflow-y: scroll;
    max-height: 453px;
}

@media (max-width: 666px) {
    .dealer-locator-results-container {
        max-height: none;
        overflow: visible;
    }
}

.dealer-locator-results .slick-list {
    overflow: visible;
}

@media (max-width: 666px) {
    .dealer-locator-results .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
    }
}

@media (max-width: 666px) {
    .dealer-locator-results .overlay-content {
        position: fixed;
        top: 20%;
        left: 10px;
        right: 10px;
        z-index: 999;
    }
}

@media (max-width: 666px) and (orientation: landscape) {
    .dealer-locator-results .overlay-content {
        top: 0;
        left: 0;
        width: 100%;
    }
    .dealer-locator-results .overlay-content .dealer-locator-result-container {
        height: 100vh;
        overflow-y: auto;
        padding: 0;
    }
    .dealer-locator-results .overlay-content .dealer-locator-result-container .dealer-locator-result {
        margin: 0;
    }
}

.dealer-locator-results .slick-slide .ico-close {
    visibility: hidden;
}

.dealer-locator-result-container {
    padding: 10px 0;
}

.dealer-locator-result {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

@media (max-width: 666px) {
    .dealer-locator-result {
        margin: 0 20px;
    }
}

.dealer-locator-result .dealer-distance {
    background: transparent;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.dealer-locator-result .dealer-name {
    cursor: pointer;
    font-weight: 700;
    padding: 20px 17px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
}

.dealer-locator-result .dealer-name .name {
    font-size: 14px;
    line-height: 1.2;
}

.dealer-locator-result .dealer-details {
    padding: 25px 25px 3px 25px;
}

.dealer-locator-result .dealer-address,
.dealer-locator-result .dealer-website,
.dealer-locator-result .dealer-mail,
.dealer-locator-result .dealer-phone {
    margin-top: 5px;
}

.dealer-locator-result .dealer-address i,
.dealer-locator-result .dealer-website i,
.dealer-locator-result .dealer-mail i,
.dealer-locator-result .dealer-phone i {
    font-size: 25px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    color: #9c1019;
}

.dealer-locator-result .dealer-address span,
.dealer-locator-result .dealer-address a,
.dealer-locator-result .dealer-website span,
.dealer-locator-result .dealer-website a,
.dealer-locator-result .dealer-mail span,
.dealer-locator-result .dealer-mail a,
.dealer-locator-result .dealer-phone span,
.dealer-locator-result .dealer-phone a {
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    width: calc(100% - 40px);
    margin-left: 10px;
    color: #000000;
}

.dealer-locator-result .dealer-address a,
.dealer-locator-result .dealer-website a,
.dealer-locator-result .dealer-mail a,
.dealer-locator-result .dealer-phone a {
    position: relative;
    top: 4px;
}

.dealer-locator-result .dealer-address,
.dealer-locator-result .dealer-website,
.dealer-locator-result .dealer-mail {
    margin-bottom: 20px;
}

.dealer-locator .services-container {
    background-color: #F5F5F5;
    padding: 20px 12px;
    margin-top: 20px;
}

.dealer-locator .services-container .service {
    padding: 0;
    margin-top: 10px;
    border-right: 1px solid #cecece;
}

.dealer-locator .services-container .service:nth-child(3n) {
    border-right: none;
}

@media (max-width: 666px) {
    .dealer-locator .services-container .service span {
        font-size: 12px;
    }
}

.dealer-locator-filters.border-bottom {
    border-bottom: 1px solid #d2d2d2;
}

@media (max-width: 666px) {
    .dealer-locator-filters {
        margin-bottom: 20px;
    }
}

.dealer-locator-filters .filters-title {
    font-weight: 700;
    text-transform: uppercase;
}

.dealer-locator-filters .filters-dropdown {
    color: #999999;
    cursor: pointer;
}

.dealer-locator-filters .filters-row {
    position: relative;
}

.dealer-locator-filters .filters-row .services-container .service {
    padding: 20px 0;
    border-right: none;
}

.dealer-locator-filters .services-container .filters-title {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .dealer-locator-filters .services-container {
        z-index: 10;
        border-bottom: 1px solid #d2d2d2;
        top: 20px;
        margin-bottom: 20px;
    }
}

.dealer-locator .service {
    padding: 20px 0;
    position: relative;
    /* &:after {
      content: '';
      background-color: $greyD2;
      width: 1px;
      height: 60%;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }*/
}

.dealer-locator .service:nth-of-type(3n):after,
.dealer-locator .service:last-of-type:after {
    width: 0;
}

.dealer-locator .service span {
    font-size: 14px;
}

.dealer-locator .service.checkbox {
    margin: 0;
}

.dealer-locator .service.checkbox label {
    padding: 0;
}

.dealer-locator .service.checkbox label .radio-icon {
    position: relative;
}

.dealer-locator .service-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.interior {
    overflow-x: hidden;
}

.interior .interior-preview {
    height: 600px;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
}

.interior .interior-preview .icon {
    display: block;
    color: #FFFFFF;
    font-size: 90px;
    margin-bottom: 70px;
    margin-top: 160px;
}

@media (max-width: 666px) {
    .interior .interior-preview .icon {
        margin-bottom: 50px;
        margin-top: 150px;
    }
}

.interior .interior-preview .title {
    font-weight: 900;
    color: #FFFFFF;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

.interior .interior-preview .title::before {
    content: " ";
    height: 2px;
    width: 30px;
    background-color: #9c1019;
    left: calc(50% - 15px);
    display: block;
    position: relative;
    top: -30px;
    left: 0;
    margin: 0 auto;
}

.interior .interior-preview .title::after {
    display: none !important;
}

.interior .interior-preview .description {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 40px;
}

.interior .interior-preview .btn {
    width: 170px;
    margin: 0 auto;
    display: block;
}

.interior .interior-stage-container {
    position: relative;
}

.interior .interior-stage-container .toggle-hotspots {
    display: none;
    padding-right: 40px;
}

.interior .interior-stage-container .toggle-hotspots:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    line-height: 40px;
    right: 20px;
    content: "\f105";
    color: #FFFFFF;
}

@media (max-width: 666px) {
    .interior .interior-stage-container .toggle-hotspots {
        display: block;
        margin: 0 auto;
        margin-top: -90px;
        z-index: 2;
    }
}

.interior .interior-stage-container .open-hotspots-list {
    z-index: 2;
    position: absolute;
    left: 20px;
    bottom: 30px;
    cursor: pointer;
}

@media (max-width: 666px) {
    .interior .interior-stage-container .open-hotspots-list {
        display: none !important;
    }
}

.interior .interior-stage-container .open-hotspots-list span {
    line-height: 20px;
    top: -3px;
    line-height: 20px;
    position: relative;
}

.interior .interior-stage-container .hotspots-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
}

.interior .interior-stage-container .hotspots-list:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 20;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 20%, black 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.interior .interior-stage-container .hotspots-list .container {
    height: 600px;
}

.interior .interior-stage-container .hotspots-list .container .mCSB_scrollTools {
    visibility: hidden;
}

.interior .interior-stage-container .hotspots-list .container .ico-close {
    color: #FFFFFF;
    float: right;
    font-size: 23px;
    margin-top: 21px;
    margin-right: 30px;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

@media (max-width: 1199px) {
    .interior .interior-stage-container .hotspots-list .container .ico-close {
        right: 10px;
    }
}

.interior .interior-stage-container .hotspots-list .container ul {
    height: 600px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.interior .interior-stage-container .hotspots-list .container ul li {
    cursor: pointer;
    margin-top: 40px;
}

.interior .interior-stage-container .hotspots-list .container ul li:last-child {
    margin-bottom: 100px;
}

.interior .interior-stage-container .hotspots-list .container ul li span {
    font-weight: 900;
    color: #FFFFFF;
    display: block;
}

.interior .interior-stage-container .hotspots-list .container ul li span.number {
    font-size: 18px;
    padding-bottom: 10px;
}

.interior .interior-stage-container .hotspots-list .container ul li span.title {
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 24px;
    position: relative;
}

.interior .interior-stage-container .hotspots-list .container ul li span.title:before {
    content: "";
    width: 18px;
    height: 2px;
    background: #9c1019;
    position: absolute;
    top: -2px;
}

.interior .interior-stage {
    height: 600px;
    position: relative;
}

.interior .interior-stage img {
    height: 100%;
}

.interior .interior-stage .interior-hotspots {
    background-image: none !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .interior .interior-stage .interior-hotspots {
        display: none !important;
    }
}

.interior .interior-stage .interior-hotspots .pin {
    z-index: 4;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.interior .interior-stage .interior-hotspots .pin::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #9c1019;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
}

.interior .ico-close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    color: #000000;
    z-index: 2;
}

@media (max-width: 666px) {
    .interior .interior-preview {
        height: 400px;
    }
    .interior .interior-preview .ico-interior {
        margin-top: 50px;
    }
    .interior .interior-stage-container .hotspots-list .container {
        height: 400px;
    }
    .interior .interior-stage-container .hotspots-list .container ul {
        height: 400px;
    }
    .interior .interior-stage {
        height: 400px;
    }
}

.iframe-container {
    position: relative;
    overflow: hidden;
    max-width: 890px;
    display: block;
    margin: 0 auto;
}

.iframe-container iframe {
    border: none;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.car-configurator .steps-bar-margin {
    height: 20px;
}

.car-configurator .steps-bar-container {
    height: 10px;
}

.car-configurator .submit-btn {
    width: 210px;
    padding: 0;
    text-align: center;
}

.car-configurator .submit-btn:after {
    display: none;
}

.car-configurator .wrap-car-model {
    cursor: auto;
}

.car-configurator .wrap-car-model .car-model .overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
    opacity: 0;
    transition: all 0.2s ease;
}

.car-configurator .wrap-car-model .car-model .overlay:hover {
    background-color: rgba(148, 29, 36, 0.7);
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease;
}

.car-configurator .wrap-car-model .car-model .overlay .margin25 {
    margin-top: 25%;
}

@media (max-width: 767px) {
    .car-configurator .wrap-car-model .car-model .overlay .margin25 {
        margin-top: 20.6%;
    }
}

.car-configurator .wrap-car-model .car-model .overlay .margin25 .btn.btn-primary {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid white;
}

.car-configurator .wrap-car-model .car-model .overlay .margin25 .btn.btn-primary:hover {
    background-color: transparent;
    color: #FFFFFF;
}

.car-configurator .wrap-car-model .car-model .overlay .margin25 .btn.btn-primary:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    line-height: 43px;
    right: 20px;
    content: "\f105";
    color: #fff;
}

@media (max-width: 1199px) {
    .car-configurator .wrap-car-model .car-model .overlay .margin25 .btn {
        display: none;
    }
}

.car-configurator .wrap-car-model .car-model img {
    width: 100%;
}

.car-configurator .wrap-car-model .car-model:before {
    display: none;
}

@media (max-width: 1199px) {
    .wrap-car-model.active .car-model .overlay {
        background-color: #941d24;
        z-index: 10;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        transition: opacity 0.2s ease;
    }
}

.wrap-car-model.active .car-model .overlay .margin25 .btn {
    display: inline-block;
}

.brochure .steps-bar-margin {
    height: 20px;
}

.brochure .steps-bar-container {
    height: 10px;
}

.brochure .submit-btn {
    max-width: 210px;
    padding: 0;
    text-align: center;
}

.brochure .submit-btn:before,
.brochure .submit-btn:after {
    display: none;
}

.brochure .wrap-car-model .car-model img {
    width: 100%;
}

.brochure .brochure-type {
    padding: 50px 30px;
    background-color: #f1f1f1;
    margin-top: 50px;
}

@media (max-width: 666px) {
    .brochure .brochure-type {
        padding-bottom: 0;
    }
}

.brochure .brochure-type .checkbox-container {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.brochure .brochure-type .checkbox-container .checkbox {
    display: inline-block;
    width: 50%;
    margin-right: -3px;
    text-align: left;
    margin-top: 0;
    vertical-align: top;
}

@media (min-width: 667px) {
    .brochure .brochure-type .checkbox-container .checkbox {
        width: 25%;
    }
}

.brochure .brochure-type .checkbox-container .checkbox label .radio-text {
    padding-right: 20px;
}

.brochure .cta-container {
    display: inline-block;
    width: 24%;
}

@media (max-width: 1199px) {
    .brochure .cta-container {
        padding: 0 10px;
    }
    .brochure .cta-container .btn {
        padding: inherit !important;
    }
}

@media (max-width: 666px) {
    .brochure .cta-container {
        padding: 0 5px;
        width: 49%;
        margin-bottom: 30px;
    }
}

.visore {
    position: relative;
    z-index: 2;
}

.visore .bkg-container {
    background-repeat: no-repeat;
    background-size: 1920px 400px;
    background-position: 50% 0px;
}

@media (max-width: 1199px) {
    .visore .bkg-container {
        background-position: 50% 40px;
        background-size: 1199px 300px;
    }
}

@media (max-width: 767px) {
    .visore .bkg-container {
        background-size: 768px 40px;
    }
}

@media (max-width: 666px) {
    .visore .bkg-container {
        background-position: 50%;
        background-size: 666px 368px;
    }
}

@media (max-width: 1199px) {
    .visore .container {
        padding: 0 20px;
    }
}

.visore .container .visore-wrapper {
    position: relative;
}

.visore .container .visore-wrapper img.main-img {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.visore .container .visore-wrapper .play-video {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    left: calc(50% - 33px);
    top: calc(50% - 33px);
}

@media (max-width: 666px) {
    .visore .container .visore-wrapper .play-video {
        left: calc(50% - 40px);
        top: calc(50% - 70px);
    }
}

.visore .container .visore-wrapper .play-video .ico-play {
    color: #FFFFFF;
    font-size: 100px;
}

@media (max-width: 666px) {
    .visore .container .visore-wrapper .play-video .ico-play {
        font-size: 80px;
    }
}

.visore .container .visore-wrapper .close-video {
    cursor: pointer;
    display: none;
    z-index: 5;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #FFFFFF;
    font-size: 40px;
}

.visore .container .visore-wrapper .video-player {
    display: none;
}

.visore .container .visore-wrapper.playing .video-player {
    z-index: 4;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.visore .container .visore-wrapper.playing .video-player iframe {
    width: 100%;
}

.visore .container .visore-wrapper.playing .close-video {
    display: block;
}

.visore .promotions-slider {
    margin-bottom: 0;
}

.tab-module-container-secondary {
    padding-top: 0;
}

.tab-module-container-secondary .tab-module-aside-secondary {
    border-right: 2px solid #E4E4E4;
}

.tab-module-container-secondary .tab-module-main-secondary {
    padding: 0;
}

.tab-module-container-secondary .tab-module-main-secondary .tab-module-pane {
    padding: 0;
}

.tab-module-container-secondary .tab-module-main-secondary .tab-module-secondary-nav {
    border-right: 1px solid #E4E4E4;
}

@media (max-width: 1199px) {
    .tab-module-container-secondary .tab-module-main-secondary .tab-module-secondary-nav {
        display: flex;
        border: 0;
        background-color: #f7f7f7;
    }
}

.tab-module-container-secondary .tab-module-main-secondary .tab-module-link {
    display: inline-block;
    font-weight: 900;
    background-color: #f7f7f7;
    border-bottom: 0;
}

.tab-module-container-secondary .tab-module-main-secondary .tab-module-link .tab-module-anchor {
    color: #757575;
    padding: 0px 20px;
    height: 65px;
    display: inline-block;
    line-height: 65px;
}

.tab-module-container-secondary .tab-module-main-secondary .tab-module-link .tab-module-anchor span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .tab-module-container-secondary .tab-module-main-secondary .tab-module-link .tab-module-anchor {
        padding: 0px 20px;
    }
}

.tab-module-container-secondary .tab-module-main-secondary .tab-module-link.active {
    background-color: #eaeaea;
}

.tab-module-container-secondary .tab-module-main-secondary .tab-module-link.active .tab-module-anchor {
    color: #000000;
}

@media (min-width: 1200px) {
    .tab-module-container-secondary .tab-module-main-secondary .tab-module-link {
        background-color: #FFFFFF;
        border: 0;
        width: 100%;
    }
    .tab-module-container-secondary .tab-module-main-secondary .tab-module-link.active {
        background-color: #eaeaea;
    }
    .tab-module-container-secondary .tab-module-main-secondary .tab-module-link.active .tab-module-anchor {
        color: #000000;
    }
}

.tab-module-container-secondary .tab-module-main-secondary .tab-pane,
.tab-module-container-secondary .tab-module-main-secondary .tab-module-pane,
.tab-module-container-secondary .tab-module-main-secondary .tab-module-secondary,
.tab-module-container-secondary .tab-module-main-secondary .tab-module-secondary-nav {
    height: 100%;
}

.tab-module-container-secondary .tab-module-content-secondary {
    padding: 30px 20px;
    text-align: center;
}

@media (min-width: 1200px) {
    .tab-module-container-secondary .tab-module-content-secondary {
        padding: 40px 110px;
    }
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content {
    display: none;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content.active {
    display: block;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .description {
    font-size: 14px;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .img-responsive {
    display: inline-block;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .description,
.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .img-responsive {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .tab-module-container-secondary .tab-module-content-secondary .vehicle-content .description,
    .tab-module-container-secondary .tab-module-content-secondary .vehicle-content .img-responsive {
        margin-bottom: 80px;
    }
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .controls {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .controls .navigation {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .tab-module-container-secondary .tab-module-content-secondary .vehicle-content .controls .navigation {
        margin-bottom: 30px;
    }
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .controls .navigation .arrow {
    margin: 0px;
    cursor: pointer;
    font-size: 20px !important;
    position: relative;
    top: -1px;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .controls .navigation .arrow.fa-angle-left {
    padding-right: 20px;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .controls .navigation .arrow.fa-angle-right {
    padding-left: 20px;
}

.tab-module-container-secondary .tab-module-content-secondary .vehicle-content .controls .btn {
    width: 180px;
}

.change-market {
    padding-bottom: 65px;
}

.change-market .change-country {
    font-size: 16px;
    color: black;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    right: 0;
    top: 8px;
    line-height: 70px;
}

.change-market .change-country i {
    font-size: 24px;
    color: #999999;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.change-market-section.section-grey {
    background-color: #f2f2f2;
}

.change-market-section-container {
    padding: 40px 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .change-market-section-container {
        padding: 40px;
    }
}

.change-market-title {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 20px;
}

.change-market-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.change-market-link {
    text-decoration: none;
    color: #000000;
}

.change-market-link:hover,
.change-market-link:focus,
.change-market-link:active {
    color: #000000;
}

.change-market-link i.save {
    float: right;
    font-size: 24px;
    position: relative;
    top: 2px;
    color: #818181;
}

.change-market-link i.saved {
    float: right;
    color: #ffae26;
    font-size: 24px;
    position: relative;
    top: 2px;
}

.change-market-icon-container {
    padding: 10px;
    text-align: left;
}

@media (min-width: 667px) and (max-width: 1199px) {
    .change-market-icon-container:nth-of-type(3n+2) {
        padding-left: 50px;
    }
    .change-market-icon-container:nth-of-type(3n) {
        padding-left: 100px;
    }
}

.change-market.change-market-equipments {
    padding-bottom: 0;
}

.change-market.change-market-equipments .change-market-section {
    padding-bottom: 30px;
}

@media (max-width: 666px) {
    .change-market.change-market-equipments .change-market-section {
        padding-bottom: 0;
    }
}

.change-market.change-market-equipments .border-top {
    border-top: 1px solid #D7D7D7;
}

.nbt {
    position: relative;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.nbt .svg-bkg {
    width: 480px;
    height: 480px;
    position: absolute;
    left: calc(50% - 240px);
    top: 10px;
    border-radius: 50%;
    background: #eaeaea;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

@media (max-width: 1599px) {
    .nbt .svg-bkg {
        width: 380px;
        height: 380px;
        left: calc(50% - 190px);
    }
}

@media (max-width: 767px) {
    .nbt .svg-bkg {
        width: 280px;
        height: 280px;
        position: absolute;
        left: calc(50% - 140px);
    }
}

.nbt .results {
    opacity: 0;
    transition: opacity 0.8s;
    margin: auto;
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .nbt .results {
        width: 1030px;
        height: calc(100vh - 210px);
    }
}

@media (min-width: 667px) and (max-width: 1199px) {
    .nbt .results {
        width: 690px;
        height: calc(100vh - 210px);
    }
}

@media (max-width: 666px) {
    .nbt .results {
        width: 340px;
        height: calc(100vh - 140px);
    }
    .nbt .results .mCSB_container {
        margin: auto;
    }
}

.nbt .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.85);
}

.nbt .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.nbt .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.9);
}

.nbt .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.75);
}

.nbt .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(255, 255, 255, 0.15);
}

.nbt .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.nbt .nbt-logo {
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0;
}

@media (max-width: 1599px) {
    .nbt .nbt-logo {
        top: 31px;
    }
}

@media (max-width: 1599px) and (min-width: 1200px) and (max-height: 750px) {
    .nbt .nbt-logo {
        top: 197px;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .nbt .nbt-logo {
        top: 10px;
    }
}

@media (max-width: 767px) {
    .nbt .nbt-logo {
        top: 18px !important;
    }
    .nbt .nbt-logo img {
        height: 28px;
    }
}

.nbt .nbt-logo img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 1200px) and (max-height: 750px) {
    .nbt .nbt-logo img {
        margin-left: calc((50% - 310px - 380px / 2) / 2);
    }
}

.nbt .start-container {
    height: 525px;
    margin-top: 90px;
}

@media (max-width: 1599px) {
    .nbt .start-container {
        height: 422px;
    }
}

@media (max-width: 1599px) and (min-width: 1200px) and (max-height: 750px) {
    .nbt .start-container {
        margin-top: 15px;
        height: 415px;
    }
}

@media (max-width: 1024px) {
    .nbt .start-container {
        height: 561px;
    }
}

@media (max-width: 767px) {
    .nbt .start-container {
        height: 386px;
    }
}

.nbt .start-container .start-nbt {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    background: #FFFFFF;
    height: 267px;
    width: 267px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 145px);
    border: 14px solid #eaeaea;
}

@media (max-width: 1599px) {
    .nbt .start-container .start-nbt {
        height: 212px;
        width: 212px;
        top: calc(50% - 117px);
    }
}

@media (max-width: 767px) {
    .nbt .start-container .start-nbt {
        height: 120px;
        width: 120px;
        border-width: 8px;
        top: calc(50% - 37px);
    }
}

.nbt .start-container .start-nbt span:not(.ico-arrow-left) {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: calc(50% - 55px);
}

@media (max-width: 1599px) {
    .nbt .start-container .start-nbt span:not(.ico-arrow-left) {
        width: 112px;
        line-height: 1.15;
        top: calc(50% - 38px);
    }
}

@media (max-width: 767px) {
    .nbt .start-container .start-nbt span:not(.ico-arrow-left) {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        line-height: 1.25;
        letter-spacing: 0.03em;
        position: absolute;
        left: calc(52px - 50vw);
        top: -192px;
        width: 100vw;
        height: 68px;
        background: #f1f1f1;
    }
    .nbt .start-container .start-nbt span:not(.ico-arrow-left):before {
        content: "";
        display: block;
        width: 42px;
        height: 42px;
        margin-left: 13%;
        margin-right: 15px;
        background: url("../images/nbt/icon-start.svg") no-repeat center;
    }
}

.nbt .start-container .start-nbt span.ico-arrow-left {
    font-weight: 400;
    font-size: 26px;
    position: absolute;
    bottom: 52px;
    margin-left: -15px;
    left: 50%;
    transform: rotate(-90deg);
}

@media (max-width: 1599px) {
    .nbt .start-container .start-nbt span.ico-arrow-left {
        font-size: 23px;
        bottom: 38px;
        margin-left: -12px;
    }
}

@media (max-width: 767px) {
    .nbt .start-container .start-nbt span.ico-arrow-left {
        bottom: 5px;
        color: #9c1019;
    }
}

@media (max-width: 767px) {
    .nbt .start-container .start-nbt:after {
        display: block;
        content: "";
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../images/nbt/icon-start.svg");
        background-size: 53px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.nbt .start-container .intro-text {
    text-align: center;
    font-size: 22px;
    letter-spacing: 8px;
    font-weight: 300;
    font-style: italic;
    display: block;
    position: absolute;
    bottom: 70px;
    width: 100%;
}

@media (max-width: 767px) {
    .nbt .start-container .intro-text {
        font-size: 18px;
        letter-spacing: 6px;
        bottom: 50px;
    }
}

.nbt .step {
    position: relative;
    margin-top: 90px;
    padding-bottom: 25px;
}

@media (max-width: 1599px) {
    .nbt .step {
        padding-bottom: 22px;
    }
}

@media (max-width: 1599px) and (min-width: 1200px) and (max-height: 750px) {
    .nbt .step {
        margin-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .nbt .step {
        margin-top: 104px;
        padding-bottom: 47px;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .nbt .step {
        margin-top: 40px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .nbt .step {
        margin-top: 140px;
        padding-bottom: 37px;
    }
}

.nbt .step .prev-step {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    left: calc(50% - 350px);
    top: calc(50% - 50px);
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 50%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.nbt .step .prev-step i {
    color: #333333;
    font-size: 25px;
    line-height: 70px;
    display: block;
    /* width: 100%; */
    text-align: center;
}

@media (max-width: 1024px) {
    .nbt .step .prev-step {
        width: 60px;
        height: 60px;
        bottom: 30px;
        top: auto;
        left: calc(50% - 60px - 130px);
    }
    .nbt .step .prev-step i {
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .nbt .step .prev-step {
        left: calc(50% - 60px - 110px);
    }
}

.nbt .step .next-step {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    right: calc(50% - 350px);
    top: calc(50% - 50px);
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
}

.nbt .step .next-step i {
    color: #333333;
    font-size: 25px;
    line-height: 70px;
    display: block;
    /* width: 100%; */
    text-align: center;
}

@media (max-width: 1024px) {
    .nbt .step .next-step {
        width: 60px;
        height: 60px;
        bottom: 30px;
        top: auto;
        left: calc(50% - 60px + 190px);
    }
    .nbt .step .next-step i {
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .nbt .step .next-step {
        left: calc(50% - 60px + 170px);
    }
}

.nbt .filters {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    text-align: center;
    padding: 32px 0 11px;
    background: #FFFFFF;
    width: 100%;
}

@media (max-width: 1024px) {
    .nbt .filters {
        padding-top: 16px;
        padding-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .nbt .filters {
        padding: 15px 0;
        bottom: 0;
    }
}

.nbt .filters .container {
    max-width: none;
}

.nbt .filters .container .slick-container {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: -50px;
    padding-top: 50px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.nbt .filters .container .slick-container::-webkit-scrollbar {
    height: 0 !important;
}

@media (min-width: 1200px) and (max-height: 750px) {
    .nbt .filters .container .slick-container {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .nbt .filters .container .slick-container {
        margin-bottom: -16px;
        padding-bottom: 16px;
        margin-top: -30px;
        padding-top: 30px;
    }
}

.nbt .filters .container .filters-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    width: max-content;
    /* chrome fix */
    margin: auto;
}

@media (max-width: 1024px) {
    .nbt .filters .container .filters-container {
        height: 170px;
        margin-top: -50px;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .nbt .filters .container .filters-container {
        justify-content: flex-start;
        margin-top: -25px;
        margin-bottom: -16px;
        padding-top: 20px;
        height: 116px;
    }
}

.nbt .filters .container .filters-container .filter {
    position: relative;
    cursor: pointer;
    max-width: 200px;
    min-width: 160px;
    padding: 0 10px;
    border-right: 1px solid #d0d0d0;
    text-align: center;
    vertical-align: middle;
    height: 135px;
}

@media (max-width: 1024px) {
    .nbt .filters .container .filters-container .filter {
        padding: 0 5px;
        height: 117px;
    }
}

@media (max-width: 767px) {
    .nbt .filters .container .filters-container .filter {
        height: 90px;
        line-height: 90px;
    }
}

.nbt .filters .container .filters-container .filter:not(.ng-hide) {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .nbt .filters .container .filters-container .filter:not(.ng-hide) {
        display: inherit !important;
    }
}

.nbt .filters .container .filters-container .filter:last-child {
    border-right: none;
}

@media (max-width: 1024px) {
    .nbt .filters .container .filters-container .filter {
        min-width: 120px;
        flex-shrink: 0;
        font-size: 14px;
    }
}

.nbt .filters .container .filters-container .filter.active {
    color: #9c1019;
}

.nbt .filters .container .filters-container .filter.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    top: -42px;
    left: calc(50% - 10px);
    transform: rotate(45deg);
    pointer-events: none;
}

@media (min-width: 1200px) and (max-height: 750px) {
    .nbt .filters .container .filters-container .filter.active:before {
        top: -22px;
    }
}

@media (max-width: 1024px) {
    .nbt .filters .container .filters-container .filter.active:before {
        top: -26px;
    }
}

@media (max-width: 767px) {
    .nbt .filters .container .filters-container .filter.active:before {
        top: -15px;
        width: 10px;
        height: 10px;
    }
}

.nbt .filters .container .filters-container .filter .filter-element {
    color: #FFFFFF;
    background: #9c1019;
    display: flex;
    width: fit-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    margin: 2px 0;
    border-radius: 15px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.17);
    white-space: nowrap;
    overflow: hidden;
    height: 28px;
    max-width: 28px;
    opacity: 0;
    transition: opacity 300ms 300ms ease-in, max-width 300ms ease-in;
}

.nbt .filters .container .filters-container .filter .filter-element .row {
    flex-direction: row;
    flex-wrap: nowrap;
}

.nbt .filters .container .filters-container .filter .filter-element.shown {
    opacity: 1;
    max-width: 180px;
    transition: opacity 300ms ease-in, max-width 300ms 300ms ease-in;
}

.nbt .filters .container .filters-container .filter .filter-element.shown span {
    opacity: 1;
    transition: opacity 100ms 300ms ease-in;
}

@media (min-width: 768px) {
    .nbt .filters .container .filters-container .filter .filter-element.shown+.shown~.filter-element:last-of-type {
        margin-bottom: -16px;
    }
}

.nbt .filters .container .filters-container .filter .filter-element span {
    font-size: 11px;
    margin: 0 8px -1px 0;
    font-weight: 500;
    opacity: 0;
    transition: opacity 100ms 200ms ease-in;
}

.nbt .filters .container .filters-container .filter .filter-element .ico-close {
    z-index: 2;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.nbt .filters .container .filters-container .filter .inner-div {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 100%;
    height: 100%;
}

.nbt .filters .container .filters-container .filter .inner-div .row:not(.filter-element) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nbt .filters .container .filters-container .filter img {
    height: 44px;
    display: block;
    margin: -16px auto 19px;
    transition: opacity 300ms 300ms ease-in, margin-bottom 300ms 300ms ease-in;
}

@media (max-width: 1024px) {
    .nbt .filters .container .filters-container .filter img {
        height: 36px;
        margin-top: -8px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .nbt .filters .container .filters-container .filter img {
        height: 35px;
        margin-top: 22px;
    }
}

.nbt .filters .container .filters-container .filter img.has-filter {
    margin-bottom: -64px;
    opacity: 0;
}

@media (max-width: 1024px) {
    .nbt .filters .container .filters-container .filter img.has-filter {
        margin-bottom: -52px;
    }
}

@media (max-width: 767px) {
    .nbt .filters .container .filters-container .filter img.has-filter {
        margin-bottom: -64px;
    }
}

.nbt .filters span {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .nbt .filters span {
        font-size: 14px;
    }
}

.nbt .chart-container {
    display: flex;
    position: relative;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .nbt .chart-container {
        top: 17px;
    }
}

.nbt .subdata {
    position: absolute;
    top: 10px;
    left: calc(50% - 240px);
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: white;
    text-align: center;
    z-index: 3;
}

@media (max-width: 1599px) {
    .nbt .subdata {
        width: 380px;
        height: 380px;
        left: calc(50% - 190px);
    }
}

@media (max-width: 767px) {
    .nbt .subdata {
        width: 280px;
        height: 280px;
        left: calc(50% - 140px);
        top: 27px;
    }
}

.nbt .subdata .title {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 12px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

@media (max-width: 767px) {
    .nbt .subdata .title {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.nbt .subdata ul li {
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    font-weight: 900;
}

.nbt .subdata .arc path {
    fill: #eaeaea;
}

.nbt .subdata .arc text {
    font-weight: normal;
    font-size: 12px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.nbt .subdata .arc text.overlay-text {
    color: #FFFFFF;
    font-size: 16px;
}

@media (max-width: 1599px) {
    .nbt .subdata .arc text {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .nbt .subdata .arc text {
        font-size: 10px;
    }
}

.nbt .subdata .arc.active path,
.nbt .subdata .arc.active:not([disabled]) path {
    fill: #9c1019 !important;
}

.nbt .subdata .arc.active text,
.nbt .subdata .arc.active:not([disabled]) text {
    fill: #333333;
}

.nbt .subdata .arc:hover:not([disabled]):not(.animated) path {
    fill: #eaeaea;
}

.nbt .subdata .arc:hover:not([disabled]):not(.animated) text {
    fill: #333333;
}

.nbt .subdata .inner-content {
    border: 0;
}

.nbt .subdata .inner-content .apply {
    position: relative;
    top: 91px;
    background: #9c1019;
    color: #FFFFFF;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    padding: 10.5px 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.nbt .subdata .inner-content .apply:after {
    display: inline-block;
    content: "";
    background: url("../images/nbt/icon-apply.svg");
    position: relative;
    width: 20px;
    height: 20px;
    margin: -2.5px 0 -2.5px 20px;
}

@media (max-width: 1599px) {
    .nbt .subdata .inner-content .apply {
        top: 64px;
        padding: 6.5px 9px 6.5px 25px;
    }
    .nbt .subdata .inner-content .apply:after {
        width: 16px;
        height: 16px;
        margin-left: 16px;
    }
}

@media (max-width: 767px) {
    .nbt .subdata .inner-content .apply {
        top: 12.5px;
        zoom: 0.8;
    }
    .nbt .subdata .inner-content .apply:after {
        margin-left: 10px;
    }
}

.nbt .subdata .inner-content .back {
    position: relative;
    top: 109px;
    background: transparent;
    border: none;
    font-size: 12px;
    text-decoration: underline;
}

.nbt .subdata .inner-content .back:before {
    display: inline-block;
    content: "";
    background: url("../images/nbt/icon-back.svg");
    position: relative;
    width: 20px;
    height: 20px;
    margin: -5px 4px -5px -8px;
}

@media (max-width: 1599px) {
    .nbt .subdata .inner-content .back {
        top: 79px;
    }
}

@media (max-width: 767px) {
    .nbt .subdata .inner-content .back {
        top: 25px;
        zoom: 0.9;
    }
}

.nbt .inner-content {
    width: 260px;
    height: 260px;
    background: white;
    border-radius: 50%;
    left: calc(50% - 130px);
    position: absolute;
    top: 120px;
    padding: 50px 40px;
    text-align: center;
    z-index: 2;
    border: 12px solid #eaeaea;
}

@media (max-width: 1599px) {
    .nbt .inner-content {
        height: 212px;
        width: 212px;
        left: calc(50% - 105px);
        top: 95px;
        padding: 36px 24px;
    }
}

@media (max-width: 767px) {
    .nbt .inner-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 120px;
        left: calc(50% - 60px);
        top: calc(50% - 60px);
        padding: 0;
        border-width: 8px;
    }
}

.nbt .inner-content span.question {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    top: 18px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

@media (max-width: 1599px) {
    .nbt .inner-content span.question {
        top: 8px;
    }
}

@media (max-width: 767px) {
    .nbt .inner-content span.question {
        display: none;
    }
}

.nbt .inner-content img {
    height: 58px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

@media (max-width: 1599px) {
    .nbt .inner-content img {
        height: 53px;
    }
}

.nbt .inner-content .navigation {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 40px);
}

@media (max-width: 1024px) {
    .nbt .inner-content .navigation {
        top: calc(50% - 11px);
    }
}

@media (max-width: 767px) {
    .nbt .inner-content .navigation {
        width: 100%;
        top: calc(50% - 13px);
    }
}

.nbt .inner-content .navigation .navigation-container {
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

.nbt .inner-content .navigation .navigation-container span {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .nbt .inner-content .navigation .navigation-container span {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .nbt .inner-content .navigation .navigation-container span {
        font-size: 20px;
    }
}

.nbt .inner-content .navigation .navigation-container span.current-step {
    font-weight: 700;
}

.nbt .inner-content .navigation .navigation-container i {
    display: block;
    position: relative;
    color: #333333;
    font-size: 20px;
    cursor: pointer;
}

.nbt .inner-content .navigation .navigation-container i.prev {
    float: left;
    margin-right: 10px;
}

.nbt .inner-content .navigation .navigation-container i.next {
    float: right;
    margin-left: 10px;
}

.nbt .label-zero {
    position: absolute;
    top: 348px;
    left: 38px;
    width: 80px;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1599px) {
    .nbt .label-zero {
        top: 276px;
        left: 30px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .nbt .label-zero {
        top: 197px;
        left: 24px;
        font-size: 10px;
    }
}

.nbt svg {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.nbt circle.inner-circle {
    visibility: visible;
}

.nbt .arc {
    cursor: pointer;
    visibility: visible;
}

.nbt .arc path {
    fill: #FFFFFF;
    stroke: transparent;
}

.nbt .arc text {
    font-weight: bold;
    font-size: 18px;
    fill: #333333;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

@media (max-width: 1599px) {
    .nbt .arc text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .nbt .arc text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .nbt .arc text {
        font-size: 14px;
    }
}

.nbt .arc text.overlay-text {
    color: #FFFFFF;
    font-size: 16px;
}

.nbt .arc[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.nbt .arc.active path,
.nbt .arc:hover:not([disabled]):not(.animated) path {
    fill: #333333;
}

.nbt .arc.active text,
.nbt .arc:hover:not([disabled]):not(.animated) text {
    fill: #FFFFFF;
}

.nbt .subchart-container {
    position: absolute;
    top: calc(50% - 325px);
    left: calc(50% - 325px);
}

.nbt .subchart-container .arc path {
    fill: rgba(255, 255, 255, 0.6);
}

.nbt .subchart-container .arc path:hover path {
    fill: #333333;
}

.nbt .last-step {
    position: relative;
    height: 100%;
}

.nbt .last-step .title {
    font-size: 20px;
}

@media (max-width: 767px) {
    .nbt .last-step .title {
        font-size: 16px;
    }
}

@media (max-width: 1599px) {
    .nbt .last-step span.title {
        font-weight: 300;
        font-style: italic;
    }
}

.nbt .last-step .tile.rows {
    margin: 0 16px 32px;
    min-height: 425px;
    float: left;
}

.nbt .nbt-body .nbt-info {
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: -100px;
    height: 70px;
    background: #f1f1f1;
}

@media (max-width: 767px) {
    .nbt .nbt-body .nbt-info {
        display: flex;
        align-items: center;
        justify-content: center;
        top: -77px;
        height: 68px;
    }
}

.nbt .nbt-body .nbt-info img {
    height: 42px;
    margin-right: 8px;
}

.nbt .nbt-body .nbt-info span {
    color: #000000;
    line-height: 1.2;
    max-width: calc(100vw - 66px);
}

.nbt .nbt-body .see-results {
    text-align: center;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 77px;
    border: 0;
    background-color: #9c1019;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
}

@media (min-width: 1200px) and (max-height: 750px) {
    .nbt .nbt-body .see-results {
        height: 45px;
    }
}

@media (max-width: 767px) {
    .nbt .nbt-body .see-results {
        height: 46px;
        font-size: 16px;
    }
}

.nbt .nbt-body .see-results[disabled] {
    background-color: #f1f1f1;
    color: #333333;
}

.nbt-modal.disclaimer {
    background: rgba(0, 0, 0, 0.5);
}

.nbt-modal.disclaimer .modal-content {
    background-color: transparent;
}

.nbt-modal.disclaimer .modal-content .modal-body {
    display: flex;
    align-items: center;
}

.nbt-modal.disclaimer .modal-content .modal-body .row {
    width: 100%;
}

.nbt-modal.disclaimer .modal-content .modal-body .row .box {
    position: relative;
    width: 300px;
    margin: auto;
    color: #FFFFFF;
}

.nbt-modal.disclaimer .modal-content .modal-body .row .box .close {
    top: -10px;
    right: -10px;
    left: auto;
    width: auto;
    height: auto;
    line-height: 10px;
}

.nbt-modal.disclaimer .modal-content .modal-body .row .box .close i {
    font-size: 10px;
    font-weight: bold;
}

.nbt-modal.disclaimer .modal-content .modal-body .row .box .title {
    font-weight: bold;
}

.nbt-modal.disclaimer .modal-content .modal-body .row .box .btn {
    display: block;
    margin: 26px auto 24px;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
}

.nbt-modal.disclaimer .modal-content .modal-body .row .box .go {
    display: block;
    margin: auto;
    background: transparent;
    border: none;
    font-size: 12px;
    text-decoration: underline;
}

.nbt-modal .modal-content .modal-body {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .nbt-modal .modal-content .modal-body .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .nbt-modal .modal-content .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.nbt-modal .modal-content .modal-body .nbt-logo-modal {
    text-align: center;
}

@media (max-width: 767px) {
    .nbt-modal .modal-content .modal-body .nbt-logo-modal {
        zoom: 0.8;
    }
}

.nbt-modal .modal-content .modal-body .close {
    z-index: 2;
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

@media (max-width: 1200px) {
    .nbt-modal .modal-content .modal-body .close {
        height: 40px;
        line-height: 40px;
        left: 10px;
    }
    .nbt-modal .modal-content .modal-body .close span {
        display: none;
    }
}

@media (max-width: 767px) {
    .nbt-modal .modal-content .modal-body .close {
        left: 20px;
    }
}

.nbt-modal .modal-content .modal-body .close i {
    font-size: 14px;
    margin-right: 8px;
}

@media (max-width: 1200px) {
    .nbt-modal .modal-content .modal-body .close i {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .nbt-modal .modal-content .modal-body .close i {
        font-size: 24px;
    }
}

.modal-open .nbt-modal {
    overflow: hidden;
}

.overlay-landscape {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(156, 16, 25, 0.7);
}

.overlay-landscape .overlay-bkg {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(156, 16, 25, 0.7);
}

.overlay-landscape .rotate-wrapper {
    position: absolute;
    top: 275px;
    left: 0;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .overlay-landscape .rotate-wrapper {
        top: 100px;
    }
}

.overlay-landscape .rotate-wrapper .rotate-icon {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #eaeaea;
}

.overlay-landscape .rotate-wrapper .rotate-icon i {
    color: #000000;
    line-height: 150px;
    font-size: 90px;
}

.overlay-landscape .rotate-wrapper span {
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 40px;
    letter-spacing: 5px;
}

.pallino {
    border: none;
    height: 28px;
    width: 28px;
    position: absolute;
    border-radius: 50%;
    z-index: 6;
}

.pulse {
    animation: pulse 1.0s linear;
}

@keyframes pulse {
    0% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(112, 90, 90, 0.7), 0 0 0 0 rgba(112, 90, 90, 0.7);
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 0 50px rgba(112, 90, 90, 0), 0 0 0 0 rgba(112, 90, 90, 0);
    }
    80% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(112, 90, 90, 0), 0 0 0 0 rgba(112, 90, 90, 0.7);
    }
}

.filter-close {
    width: 15px;
    height: 15px;
    border: 1px solid white;
    border-radius: 50%;
    margin-left: 5px;
    opacity: 1;
    filter: none;
    text-shadow: none;
    color: white;
    font-weight: normal;
}

.contenRow {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.search-results .result-query {
    box-shadow: 0px 24px 24px -24px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 24px 24px -24px rgba(0, 0, 0, 0.23);
}

.search-results .query-body {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

.search-results .query-body .title {
    font-size: 20px;
}

.search-results .results-count {
    color: #b2b2b2;
    padding: 30px 0;
}

.search-results .results .result {
    padding: 20px 0;
}

.search-results .results .result-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}

.search-results .results .result-description {
    margin-bottom: 30px;
}

.search-results .results .result-link {
    border-top: 1px solid #dfdfdf;
    padding: 15px 0;
}

.search-results .results .result-link i {
    margin-left: 10px;
}

.fine-serie-model img {
    display: block;
    margin: 0 auto;
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
}

.fine-serie .slider-container {
    position: relative;
}

.fine-serie .slider-container .prev-arrow,
.fine-serie .slider-container .next-arrow {
    cursor: pointer;
    color: #b2b2b2;
    font-size: 30px;
    position: absolute;
    top: calc(50% - 15px);
}

.fine-serie .slider-container .prev-arrow {
    left: -20px;
}

.fine-serie .slider-container .next-arrow {
    right: -20px;
}

.fine-serie .slick-slide {
    margin-left: 40px;
    margin-right: 10px;
}

.fine-serie .slick-slide.slick-cloned {
    height: auto;
}

.tile-fpro {
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    position: relative;
}

.tile-fpro .text-container {
    background: #FFFFFF;
    padding: 20px 20px 0 20px;
}

.tile-fpro .text-container .date {
    font-size: 14px;
    color: #000000;
    font-weight: 900;
}

.tile-fpro .text-container .title {
    display: block;
    font-size: 24px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 25px;
}

.tile-fpro .text-container .tags {
    margin-bottom: 30px;
}

.tile-fpro .text-container .discover-more {
    width: 100%;
    border-top: 1px solid #d6d6d6;
}

.tile-fpro .text-container .discover-more .btn {
    color: #9c1019;
    padding-left: 0;
}

.tile-fpro .text-container .discover-more .btn:before {
    color: #9c1019;
}

.tile-fpro.big {
    position: relative;
}

.tile-fpro.big img {
    width: 100%;
}

.tile-fpro.big .overlay {
    padding: 30px 25px 0 25px;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
}

.tile-fpro.big .overlay .date {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 900;
}

.tile-fpro.big .overlay .title {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 20px;
    width: 75%;
}

.tile-fpro.big .overlay .tags {
    margin-bottom: 30px;
}

.tile-fpro.big .discover-more {
    width: calc(100% - 40px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 20px;
    bottom: 0px;
}

.tile-fpro.big .discover-more .btn {
    color: #FFFFFF;
    padding-left: 0;
}

.tile-fpro.big .discover-more .btn:before {
    color: #FFFFFF;
}

.fpw-news .fpw-filters {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .fpw-news .fpw-filters.sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 20;
    }
}

@media (max-width: 1199px) {
    .fpw-news .fpw-filters.sticky .fpw-tags-container {
        position: fixed;
        display: block;
        top: 0;
        z-index: 20;
        left: calc(50% - 384px);
        width: 100%;
        max-width: 768px;
        padding: 0 10px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .fpw-news .fpw-filters.sticky .fpw-tags-container {
        left: 0;
    }
}

.fpw-news .fpw-filters .fpw-search-wrapper {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    height: 90px;
    background: #FFFFFF;
    position: relative;
}

@media (max-width: 1199px) {
    .fpw-news .fpw-filters .fpw-search-wrapper {
        width: 345px;
        height: 70px;
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 666px) {
    .fpw-news .fpw-filters .fpw-search-wrapper {
        width: 100%;
    }
}

.fpw-news .fpw-filters .fpw-search-wrapper input {
    width: 100%;
    height: 100%;
    padding: 30px;
    font-weight: 700;
    font-size: 14px;
}

.fpw-news .fpw-filters .fpw-search-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

.fpw-news .fpw-filters .fpw-search-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

.fpw-news .fpw-filters .fpw-search-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.fpw-news .fpw-filters .fpw-search-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

.fpw-news .fpw-filters .fpw-search-wrapper .ico-search {
    position: absolute;
    right: 30px;
    cursor: pointer;
    font-size: 25px;
    top: calc(50% - 12.5px);
}

.fpw-news .fpw-filters .fpw-tags {
    padding: 15px 0px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    height: 90px;
    background: #FFFFFF;
    position: relative;
}

.fpw-news .fpw-filters .fpw-tags .slick-slider {
    padding: 15px 50px 0 50px;
}

.fpw-news .fpw-filters .fpw-tags .slick-slider .slick-slide.slick-cloned {
    height: auto;
}

.fpw-news .fpw-filters .fpw-tags .prev-arrow {
    position: absolute;
    font-size: 20px;
    color: #333333;
    left: 20px;
    top: calc(50% - 10px);
    cursor: pointer;
}

.fpw-news .fpw-filters .fpw-tags .next-arrow {
    position: absolute;
    font-size: 20px;
    color: #333333;
    right: 20px;
    top: calc(50% - 10px);
    cursor: pointer;
}

.fpw-news .fpw-filters .fpw-tags .selected-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9c1019;
    height: 90px;
    line-height: 90px;
    padding: 0 25px;
}

.fpw-news .fpw-filters .fpw-tags .selected-tag i {
    cursor: pointer;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 25px;
}

.fpw-news .fpw-filters .fpw-tags .selected-tag span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    color: #FFFFFF;
}

.fpw-news .fpw-filters .fpw-tags .selected-tag span.hashtag {
    font-weight: 700;
    font-size: 40px;
}

.fpw-news .fpw-filters .fpw-tags .selected-tag span.selected-num {
    float: right;
    font-size: 22px;
    opacity: 0.8;
    line-height: 90px;
}

.fpw-news .history-tile {
    margin: 0 10px 0 0;
}

@media (max-width: 1199px) {
    .fpw-news .history-tile {
        margin: 0 0 20px 0;
    }
}

.fpw-news .fpw-news-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .fpw-news .fpw-news-container {
        margin-left: 10px;
    }
}

@media (max-width: 666px) {
    .fpw-news .fpw-news-container {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
}

.fpw-news .fpw-news-container .tile-fpro {
    height: 100%;
    width: 100%;
    margin: 0;
    break-inside: avoid;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.fpw-news .fpw-news-container .tile-fpro>div {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    position: relative;
}

.fpw-news .show-more {
    width: 210px;
    display: block;
    margin: 0 auto;
}

.fpw-news.fpw-preview {
    overflow: hidden;
}

.fpw-news.fpw-preview .fpw-previews-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 666px) {
    .fpw-news.fpw-preview .fpw-previews-container {
        flex-direction: column;
    }
    .fpw-news.fpw-preview .fpw-previews-container .tile-fpro {
        width: 100%;
    }
}

.fpw-news.fpw-preview .tile-fpro {
    width: calc(33.33333% - 20px);
    height: 100%;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .fpw-news.fpw-preview .tile-fpro {
        width: calc(50% - 20px);
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    }
}

.camper-info-section {
    position: relative;
    height: 600px;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1199px) {
    .camper-info-section {
        height: 800px;
    }
}

@media (max-width: 666px) {
    .camper-info-section {
        height: 564px;
    }
}

.camper-info-section .section-title h1,
.camper-info-section .section-title h2,
.camper-info-section .section-title h3,
.camper-info-section .section-title h4 {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .camper-info-section .section-title h1,
    .camper-info-section .section-title h2,
    .camper-info-section .section-title h3,
    .camper-info-section .section-title h4 {
        font-size: 24px;
    }
}

.camper-info-section .section-title span {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .camper-info-section .section-title span {
        font-size: 14px;
    }
}

.camper-info-section .bkg-image {
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
}

.camper-info-section .info-wrapper {
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    .camper-info-section .info-wrapper {
        position: absolute;
        bottom: 0;
        height: 200px;
        padding: 40px 0;
        background: #EDEFF0;
    }
}

@media (max-width: 666px) {
    .camper-info-section .info-wrapper {
        height: 150px;
        padding: 35px 0;
    }
}

.camper-info-section .info-wrapper span {
    font-weight: 900;
    color: #FFFFFF;
    font-size: 24px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .camper-info-section .info-wrapper span {
        color: black;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 666px) {
    .camper-info-section .info-wrapper span {
        font-size: 18px;
    }
}

.camper-info-section .info-wrapper span.number {
    font-size: 32px;
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 78px;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 40px;
}

@media (max-width: 1199px) {
    .camper-info-section .info-wrapper span.number {
        color: black;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
        background: transparent;
        border-color: #C8C9CA;
    }
}

@media (max-width: 666px) {
    .camper-info-section .info-wrapper span.number {
        font-size: 22px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
}

.camper-services {
    width: 100%;
    overflow-x: hidden;
}

.camper-services .tiles-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.camper-services .service-tile {
    text-align: center;
    margin: 0 10px;
    width: calc(33.3333% - 20px);
    background: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 30px 15px 50px 15px;
}

@media (max-width: 1199px) {
    .camper-services .service-tile {
        width: 308px;
        padding: 50px 40px;
        margin: 15px 20px;
        background: #FFFFFF;
        border: none;
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.23);
    }
}

@media (max-width: 1199px) {
    .camper-services .service-tile {
        margin: 15px;
    }
}

.camper-services .service-tile i {
    font-size: 70px;
}

.camper-services .service-tile .title {
    font-weight: 900;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
}

.camper-services .service-tile p {
    font-size: 14px;
}

.camper-tile {
    background: #f3f3f3;
}

@media (max-width: 1199px) {
    .camper-tile .tile.column.small {
        flex-direction: row;
    }
}

@media (max-width: 666px) {
    .camper-tile .tile.column.small {
        flex-direction: column-reverse;
    }
}

.destinazione-europa {
    position: relative;
    height: 600px;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 666px) {
    .destinazione-europa {
        height: 716px;
    }
}

@media (max-width: 1199px) {
    .destinazione-europa .section-title h1,
    .destinazione-europa .section-title h2,
    .destinazione-europa .section-title h3,
    .destinazione-europa .section-title h4 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .destinazione-europa .section-title span {
        font-size: 14px;
    }
}

.destinazione-europa .bkg-image {
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
}

.destinazione-europa .info-wrapper {
    width: 100%;
    text-align: center;
}

.destinazione-europa .circle {
    display: inline-block;
    padding: 15px;
    background: #F9F9F9;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 256px;
    height: 256px;
}

@media (max-width: 666px) {
    .destinazione-europa .circle {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.destinazione-europa .circle .inner-circle {
    background: #FFFFFF;
    padding: 20px 40px;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.23);
    padding: 20px 40px;
}

.destinazione-europa .circle i {
    font-size: 40px;
}

.destinazione-europa .circle span {
    font-size: 18px;
    line-height: 1;
    display: block;
}

.destinazione-europa .circle span.number {
    font-weight: 900;
    font-size: 56px;
    margin: 10px 0;
}

.page-not-found {
    height: 575px;
    position: relative;
}

@media (max-width: 1199px) {
    .page-not-found {
        height: 505px;
    }
}

@media (max-width: 666px) {
    .page-not-found {
        height: 390px;
    }
}

.page-not-found img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (min-width: 1200px) {
    .page-not-found img {
        margin-top: -11px;
    }
}

.page-not-found .overlay-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.page-not-found .overlay {
    text-align: center;
    max-width: 330px;
    display: block;
    margin: 0 auto;
}

.page-not-found .overlay .title {
    color: #9c1019;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.page-not-found .overlay .btn {
    width: 176px;
}

.news-breadcrumb {
    background: #FFFFFF;
    border-top: 1px solid #cccccc;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.news-breadcrumb i.fa-share-alt {
    color: #000000;
    font-size: 36px;
    top: 8px;
    position: relative;
    cursor: pointer;
}

.news-breadcrumb span,
.news-breadcrumb a {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-weight: 900;
}

.news-breadcrumb .prev-news {
    float: left;
    opacity: 0.4;
}

.news-breadcrumb .prev-news:hover {
    opacity: 1;
}

.news-breadcrumb .next-news {
    float: right;
    opacity: 0.4;
}

.news-breadcrumb .next-news:hover {
    opacity: 1;
}

@media (max-width: 666px) {
    .news-breadcrumb a {
        display: none;
    }
    .news-breadcrumb span {
        float: right;
        margin-right: 15px;
    }
}

.news-share {
    padding: 50px 0;
    background: #333333;
    text-align: center;
}

.news-share a {
    display: inline-block;
    padding: 10px 50px;
}

.news-share a.border-right {
    border-right: 1px solid #FFFFFF;
}

.news-share a i {
    color: #FFFFFF;
    font-size: 36px;
}

.video-gallery .bkg-container {
    background-size: contain;
}

.video-gallery .gallery {
    margin: 5px auto;
}

.video-gallery .gallery .slider .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 40px;
    z-index: 1;
}

.video-gallery .gallery .slider .slick-arrow.prev-arrow {
    right: 50px;
}

.video-gallery .gallery .slider .slick-arrow.slick-disabled {
    color: #cccccc;
}

.video-gallery .gallery .slider .slick-arrow:not(.slick-disabled) {
    cursor: pointer;
}

.video-gallery .gallery .slider .slick-arrow+.slick-list {
    padding-bottom: 50px;
}

.video-gallery .gallery .slider .slick-slide:first-child>div {
    padding-left: 0;
}

.video-gallery .gallery .slider .slick-slide:last-child>div {
    padding-right: 0;
}

.video-gallery .gallery .slider .slick-slide>div {
    padding: 0 2px;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container {
    display: block !important;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile {
    display: block;
    border: 1px solid #cccccc;
    box-shadow: none;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile.active {
    border-bottom: 2px solid #9c1019;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile.active .thumb .overlay {
    display: none;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile.active .copy {
    background: #ededed;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile .thumb {
    position: relative;
    height: 160px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .video-gallery .gallery .slider .slick-slide>div .tile-container .tile .thumb {
        height: 131px;
    }
}

@media (max-width: 666px) {
    .video-gallery .gallery .slider .slick-slide>div .tile-container .tile .thumb {
        height: 104px;
    }
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile .thumb .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile .thumb .overlay .ico-play {
    font-size: 80px;
    color: #fff;
    cursor: pointer;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile .copy {
    padding: 10px;
}

.video-gallery .gallery .slider .slick-slide>div .tile-container .tile .copy p {
    margin: 0;
}

#countdown-container {
    position: absolute;
    width: 145px;
    height: 320px;
    right: 50px;
    top: 50px;
}

#countdown-container .media-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#countdown-container .media-container.js-hidden {
    display: none;
}

#countdown-container .countdown-content {
    z-index: 4;
    border: 2px solid #8f0c25;
    color: #8f0c25;
    font-family: inherit;
    width: 100%;
    right: 100%;
}

#countdown-container .countdown-content.js-hidden {
    display: none;
}

#countdown-container .countdown-content #CountDown #dd,
#countdown-container .countdown-content #CountDown #hh,
#countdown-container .countdown-content #CountDown #mm,
#countdown-container .countdown-content #CountDown #ss {
    display: block;
    font-size: 2.75rem;
    text-align: center;
    width: auto;
    margin-top: 10px;
}

#countdown-container .countdown-content #CountDown .CountDownLabel {
    display: block;
    text-transform: uppercase;
    font-size: 0.85rem;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-family: inherit;
    margin-top: -10px;
}

#countdown-container .countdown-content #CountDown .numString {
    position: relative;
}

@media screen and (max-width: 1023px) {
    #countdown-container .media-container {
        height: 100%;
        z-index: 1;
        overflow: inherit;
    }
    #countdown-container .countdown-content {
        position: absolute;
        z-index: 4;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 2px solid #8f0c25;
        color: #8f0c25;
        font-family: inherit;
        width: 25%;
        padding: 0px;
        height: 90%;
    }
    #countdown-container .countdown-content #CountDown .CountDownLabel {
        bottom: -10px;
    }
    #countdown-container .countdown-content #CountDown #dd,
    #countdown-container .countdown-content #CountDown #hh,
    #countdown-container .countdown-content #CountDown #mm,
    #countdown-container .countdown-content #CountDown #ss {
        display: block;
        font-size: 2.75rem;
        text-align: center;
        width: auto;
        margin-top: 10px;
    }
    #countdown-container .countdown-content #CountDown .numString {
        margin-bottom: 5px;
    }
    #countdown-container .countdown-content #CountDown .CountDownLabel {
        left: 50%;
        bottom: -5px;
        font-size: 1.8vh;
        display: inline-block;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0;
        font-family: inherit;
    }
}


/*mobile view CSS*/

@media screen and (max-width: 666px) {
    div.countdown.section {
        display: none;
    }
}

.hero-slider-container .slick-slide.slick-cloned .countdown.section {
    display: none;
}

.hero-slider-container .slick-slide.slick-current.slick-active .text-container {
    z-index: 1000;
}

.centered-ctas {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}

.centered-ctas a {
    max-width: 180px;
    flex-basis: 180px;
}

@media (max-width: 1199px) {
    .centered-ctas {
        float: none;
    }
    a {
        margin: 10px;
    }
    .mopar .servizi-navigation a {
        margin: unset;
    }
}


/* Notes on the sticky-cta component
 *
 * DESKTOP: hover state controls the menu UI status toggle - no JS needed
 * MOBILE: "open" class controls the menu UI status toggle - JS needed - set class "open" to .sticky-cta to open menu, unset to close it
 *         "scrolling" class on the item ".sticky-cta-toggle-icon" controls the reduced opacity of the icon during scrolling
 *
 * Transitions and animations timings are defined by variables below
 */

.sticky-cta {
    position: fixed;
    z-index: 12;
    right: 0;
    top: 49%;
    /* desktop cta sizes */
    /* mobile cta sizes */
    /* animation and transition properties */
}

.sticky-cta .sticky-cta-item {
    width: 36px;
    height: 32px;
    background-color: #E6E6E6;
    margin-bottom: 3px;
    float: right;
    clear: both;
    position: relative;
    z-index: 1;
    transition: opacity 0.2s ease-in, width 0.2s ease-in, visibility 0.001s 0.2s;
}

.sticky-cta .sticky-cta-item a {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sticky-cta .sticky-cta-item .sticky-cta-item-info {
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    color: #333333;
    opacity: 0;
    margin-left: 9px;
    max-width: calc(100% - 45px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.2s ease-in;
}

.sticky-cta .sticky-cta-item .sticky-cta-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9c1019;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    position: absolute;
    right: 0;
    top: 2px;
}

.sticky-cta .sticky-cta-item .sticky-cta-item-icon i {
    color: #FFFFFF;
    font-size: 15px;
}

@media (min-width: 768px) {
    .sticky-cta .sticky-cta-item {
        animation: shrinksticky 0.2s ease-in 5s;
        animation-fill-mode: backwards;
    }
    .sticky-cta .sticky-cta-item .sticky-cta-item-info {
        animation: fadesticky 0.2s ease-in 5s;
        animation-fill-mode: backwards;
    }
    @keyframes shrinksticky {
        from {
            width: 142px;
        }
        to {}
    }
    @keyframes fadesticky {
        from {
            opacity: 1;
        }
        to {}
    }
    .sticky-cta:hover .sticky-cta-item {
        width: 142px;
    }
    .sticky-cta:hover .sticky-cta-item .sticky-cta-item-info {
        opacity: 1;
    }
    .sticky-cta:focus-within .sticky-cta-item {
        width: 142px;
    }
    .sticky-cta:focus-within .sticky-cta-item .sticky-cta-item-info {
        opacity: 1;
    }
}

.sticky-cta .sticky-cta-toggle-icon {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .sticky-cta {
        top: unset;
        bottom: 7px;
        right: 7px;
        pointer-events: none;
    }
    .sticky-cta .sticky-cta-item {
        visibility: hidden;
        opacity: 0;
        width: 64px;
        height: 57px;
        margin-bottom: 5px;
    }
    .sticky-cta .sticky-cta-item:last-of-type {
        margin-bottom: 75px;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(1) {
        transition-delay: 0.001s, 0.001s, 0.2s;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(2) {
        transition-delay: 0.051s, 0.051s, 0.25s;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(3) {
        transition-delay: 0.101s, 0.101s, 0.3s;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(4) {
        transition-delay: 0.151s, 0.151s, 0.35s;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(5) {
        transition-delay: 0.201s, 0.201s, 0.4s;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(6) {
        transition-delay: 0.251s, 0.251s, 0.45s;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(7) {
        transition-delay: 0.301s, 0.301s, 0.5s;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(8) {
        transition-delay: 0.351s, 0.351s, 0.55s;
    }
    .sticky-cta .sticky-cta-item:nth-of-type(9) {
        transition-delay: 0.401s, 0.401s, 0.6s;
    }
    .sticky-cta .sticky-cta-item .sticky-cta-item-info {
        font-size: 20px;
        margin-left: 17px;
        opacity: 1;
        max-width: calc(100% - 81px);
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sticky-cta .sticky-cta-item .sticky-cta-item-icon {
        width: 50px;
        height: 50px;
        margin-right: 7px;
    }
    .sticky-cta .sticky-cta-item .sticky-cta-item-icon i {
        font-size: 28px;
    }
    .sticky-cta .sticky-cta-toggle-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        color: #FFFFFF;
        background-color: #9c1019;
        opacity: 1;
        cursor: pointer;
        pointer-events: all;
        transition: transform 0.15s ease-in-out, opacity 0.15s linear;
    }
    .sticky-cta .sticky-cta-toggle-icon i {
        font-size: 32px;
    }
    .sticky-cta .sticky-cta-toggle-icon.scrolling {
        opacity: 0.55;
    }
    .sticky-cta .sticky-overlay {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background-color: #000000;
        pointer-events: none;
        transition: opacity 0.15s 0.15s ease-in, visibility 0.001s 0.3s;
    }
    .sticky-cta.open .sticky-cta-item {
        visibility: visible;
        width: 253px;
        opacity: 1;
        pointer-events: all;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(1) {
        transition-delay: 0.001s, 0.001s, 0.001s;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(2) {
        transition-delay: 0.051s, 0.051s, 0.051s;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(3) {
        transition-delay: 0.101s, 0.101s, 0.101s;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(4) {
        transition-delay: 0.151s, 0.151s, 0.151s;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(5) {
        transition-delay: 0.201s, 0.201s, 0.201s;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(6) {
        transition-delay: 0.251s, 0.251s, 0.251s;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(7) {
        transition-delay: 0.301s, 0.301s, 0.301s;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(8) {
        transition-delay: 0.351s, 0.351s, 0.351s;
    }
    .sticky-cta.open .sticky-cta-item:nth-last-of-type(9) {
        transition-delay: 0.401s, 0.401s, 0.401s;
    }
    .sticky-cta.open .sticky-cta-toggle-icon {
        transform: rotate(45deg);
        opacity: 1;
    }
    .sticky-cta.open .sticky-overlay {
        visibility: visible;
        opacity: 0.5;
        pointer-events: all;
        transition-delay: 0.001s, 0.001s;
    }
}

.promo-modal-hubmodels {
    overflow: hidden;
}

.promo-modal-hubmodels .modal-body {
    height: calc(100% - 223px) !important;
}

.promo-modal-hubmodels .modal-footer {
    background-color: #FFFFFF;
    text-align: center;
}

.cover-tab .wrap-cover-tab .cover-tabs-container {
    text-align: center;
}

.cover-tab .wrap-cover-tab .cover-tabs-container .nav-tabs {
    display: flex;
    border-bottom: none;
}

.cover-tab .wrap-cover-tab .cover-tabs-container .nav-tabs li {
    background-color: #9c1019;
    margin: 0;
    float: none;
    flex: 1;
    border-left: 2px solid #ffffff;
}

.cover-tab .wrap-cover-tab .cover-tabs-container .nav-tabs li:first-child {
    border-left: none;
}

.cover-tab .wrap-cover-tab .cover-tabs-container .nav-tabs li a {
    color: #fff;
    border-radius: 0;
    border: none;
    margin-right: 0;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

@media (max-width: 1199px) {
    .cover-tab .wrap-cover-tab .cover-tabs-container .nav-tabs li a {
        margin: 0;
    }
}

.cover-tab .wrap-cover-tab .cover-tabs-container .nav-tabs li a:hover {
    background: transparent;
}

.cover-tab .wrap-cover-tab .cover-tabs-container .nav-tabs li.active {
    background-color: #f7f7f7;
}

.cover-tab .wrap-cover-tab .cover-tabs-container .nav-tabs li.active a {
    color: #9c1019;
    background-color: #f7f7f7;
}

.cover-tab .cover-tab-content>.active .tab-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 529px;
    max-height: 600px;
}

.cover-tab .cover-tab-content>.active .tab-background .text-container {
    width: 33%;
}

.cover-tab .cover-tab-content>.active .tab-background .text-container .content-tab-st-business-text {
    max-height: 385px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .cover-tab .cover-tab-content>.active .tab-background .text-container {
        width: 45%;
    }
    .cover-tab .cover-tab-content>.active .tab-background .text-container .content-tab-st-business-text {
        font-size: 14px;
        max-height: 390px;
        overflow: hidden;
    }
}

.cover-tab .cover-tab-content>.active .tab-background .text-container h2 {
    font-size: 30px;
    max-height: 50px;
}

.cover-tab .cover-tab-content>.active .tab-background .white-text {
    color: #fff;
}

.cover-tab .cover-tab-content>.active .btn-secondary {
    width: auto;
}

@media (max-width: 767px) {
    .cover-tab .cover-tab-content>.active {
        min-height: 400px;
    }
}

.cover-tab .panel-default {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
    background: #fff;
    border: none;
}

.cover-tab .panel-default>.panel-heading {
    border-color: #333333;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    border-bottom: 2px solid #9c1019;
    font-weight: 900;
}

.cover-tab .panel-default>.panel-heading.active .panel-title {
    color: #ffffff;
}

.cover-tab .panel-default>.panel-heading.active .panel-title .fa {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    bottom: -15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.cover-tab .panel-default>.panel-heading .panel-title {
    position: relative;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.cover-tab .panel-default>.panel-heading .panel-title .fa {
    display: block;
    position: relative;
    bottom: -8px;
    margin: 0 auto;
    text-align: center;
    height: 8px;
    font-size: 16px;
    width: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.cover-tab .panel-body img {
    width: 100%;
}

.new-promo.grey {
    background-color: #FFFFFF !important;
}

.new-promo .container .row .section-title {
    font-size: 35px;
    padding-top: 40px;
}

.new-promo .container .row .section-title h2.padding-top-25 {
    padding-top: 15px !important;
}

.new-promo .container .row .promotions-columns-slider-container .promotions-columns-slider {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .new-promo .container .row .promotions-columns-slider-container .promotions-columns-slider {
        max-width: 590px;
        margin: 0 auto;
    }
}

@media (max-width: 666px) {
    .new-promo .container .row .promotions-columns-slider-container .promotions-columns-slider {
        max-width: 100%;
    }
}

.new-promo .container .row .promotions-columns-slider-container .promotions-columns-slider .slick-track {
    min-width: 295px;
}

.new-promo .container .row .promotions-columns-slider-container .promotions-columns-slider .slick-track .slick-slide {
    min-width: 275px;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container {
    width: 275px;
    max-width: 275px;
    min-width: 275px;
    height: 273px;
    margin: 0 10px 20px;
}

@media (max-width: 1199px) {
    .new-promo .container .row .promotions-columns-slider-container .tile-container {
        margin: 0 auto;
    }
}

@media (min-width: 1199px) {
    .new-promo .container .row .promotions-columns-slider-container .tile-container.secLast {
        margin-left: 20px;
    }
}

.new-promo .container .row .promotions-columns-slider-container .tile-container a {
    margin: 0;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container .tile.column.small {
    width: 275px;
    height: 273px;
    display: block;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container .tile.column.small .text-col {
    width: 275px;
    height: 91px;
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container .tile.column.small .text-col .text {
    display: none;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container .tile.column.small .text-col .subtitle {
    display: none;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container .tile.column.small .text-col .title {
    font-size: 19px;
    font-weight: 900;
    color: #333;
    width: 100%;
    max-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 26px;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container .tile.column.small .text-col .btn-container {
    border: none;
    width: 100%;
    left: 10px;
    text-align: right;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container .tile.column.small .text-col .promo-counter {
    height: 16px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #000;
}

.new-promo .container .row .promotions-columns-slider-container .tile-container .tile.column.small .img-col {
    width: 275px;
    height: 182px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .new-promo .container .row .promotions-columns-slider-container .slider-navigation {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .new-promo .container .row .promotions-columns-slider-container .slider-navigation {
        text-align: center;
        padding-left: 0;
    }
}

.new-promo-filter {
    padding-top: 20px;
}

.new-promo-filter .section-title .text-center h1 {
    font-size: 35px;
}

.new-promo-filter .filter-wrapper {
    margin: auto;
}

@media (max-width: 1199px) {
    .new-promo-filter .filter-wrapper {
        width: max-content;
    }
}

@media (max-width: 666px) {
    .new-promo-filter .filter-wrapper {
        padding-left: 10px;
    }
}

.new-promo-filter .filter-wrapper .filter-label {
    font-size: 10px;
    height: 11px;
    position: absolute;
    top: 0;
    display: inline-block;
    margin-left: 3px;
}

@media (max-width: 1199px) {
    .new-promo-filter .filter-wrapper .filter-label {
        top: 0;
    }
}

.new-promo-filter .filter-wrapper .filter-lnk {
    border-radius: 3px;
    background-color: #eeeeee;
    height: 26px;
    font-size: 12px;
    position: relative;
    top: 9px;
    line-height: 28px;
    color: #666;
    margin: 0 3px;
}

.new-promo-filter .filter-wrapper .filter-lnk.all {
    height: 40px;
    top: 0;
    line-height: 40px;
    margin: 0 15px 0 0;
    font-size: 14px;
}

.new-promo-filter .filter-wrapper .filter-lnk.all:after {
    display: none;
}

.new-promo-filter .filter-wrapper .filter-lnk:hover {
    background-color: #666666;
    color: #eee;
}

.new-promo-filter .filter-wrapper .filter-lnk.active {
    background: #9c1019;
    color: #eee;
}

.promo-hub {
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
}

.promo-hub .section-title {
    font-size: 35px;
}

.promo-hub .section-title h2.padding-top-25 {
    padding-top: 15px !important;
}

.promo-hub .promo-container {
    width: 275px;
    height: 425px;
    margin: 0 20px 30px 0;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
}

.promo-hub .promo-container a {
    margin: 0;
    text-decoration: none;
}

@media (min-width: 1199px) {
    .promo-hub .promo-container:first-of-type {
        margin-left: 0;
    }
}

@media (max-width: 666px) {
    .promo-hub .promo-container {
        max-width: 275px;
        display: block !important;
        margin: 0 auto;
        margin-bottom: 25px;
        box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 666px) {
    .promo-hub .promo-container .bkg-container {
        background-position: 50%;
    }
}

.promo-hub .promo-container .promo-img {
    width: 275px;
    height: 182px;
}

@media (max-width: 666px) {
    .promo-hub .promo-container .promo-img {
        width: 100%;
    }
}

.promo-hub .promo-container .promo-tag {
    width: auto;
    min-width: 170px;
    max-width: 190px;
    border-radius: 100px;
    height: 34px;
    background-color: #ffffff;
    color: #9c1019;
    font-weight: bold;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    position: relative;
    top: -15px;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0 20px;
    line-height: 34px;
    overflow: hidden;
}

.promo-hub .promo-container .promo-tag+.text-container {
    margin-top: 0;
}

.promo-hub .promo-container .text-container {
    margin-top: 34px;
}

.promo-hub .promo-container .text-container .promo-title {
    width: 235px;
    height: 48px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    margin: 0 20px 10px;
}

.promo-hub .promo-container .text-container .promo-desc {
    width: 235px;
    margin: 0 auto;
    height: 100px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    margin-bottom: 5px;
}

@media (max-width: 666px) {
    .promo-hub .promo-container .text-container .promo-desc {
        width: 100%;
        padding: 0 20px;
    }
}

.promo-hub .promo-container .text-container .promo-desc p {
    width: 235px;
    margin: 0 auto;
    height: 100px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    line-height: 20px;
    font-weight: inherit;
}

@media (max-width: 666px) {
    .promo-hub .promo-container .text-container .promo-desc p {
        width: 100%;
        padding: 0;
    }
}

.promo-hub .promo-container .text-container .btn-container {
    border: none;
    width: 100%;
    left: 0;
    text-align: right;
    color: #9c1019;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .promo-hub .promo-container .text-container .btn-container {
        top: -6px;
        position: relative;
    }
}

.promo-hub .promo-container .text-container .btn-container .btn-secondary {
    height: 19px;
    line-height: 20px;
    color: #9c1019;
}

.promo-hub .promo-container .text-container .btn-container .btn-secondary:hover:after {
    border-top: 1px solid #9c1019;
}

.promo-hub .promo-container .text-container .btn-container .btn-secondary:before {
    line-height: 20px;
}

.promo-hub .promo-container .text-container .btn-container .btn-secondary span {
    color: #9c1019;
}

.promo-hub .promo-container.editorial.col-0 {
    display: none !important;
}

.promo-hub .promo-container.editorial.col-1 {
    width: 275px;
    height: 425px;
}

@media (max-width: 666px) {
    .promo-hub .promo-container.editorial.col-1 {
        display: none !important;
    }
}

.promo-hub .promo-container.editorial.col-2 {
    width: 570px;
    margin-right: 0;
}

@media (max-width: 666px) {
    .promo-hub .promo-container.editorial.col-2 {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .promo-hub .promo-container.editorial.col-2 {
        width: 275px;
        display: none !important;
    }
}

.promo-hub .promo-container.editorial.col-2 .promo-img {
    margin: 0 auto;
}

.promo-hub .promo-container.editorial.col-2 .text-container {
    position: relative;
    top: inherit;
    padding-top: 16px;
    margin-top: 0;
}

.promo-hub .promo-container.editorial.col-2 .text-container .promo-title {
    width: 410px;
    height: 48px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    margin: 20px auto 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .promo-hub .promo-container.editorial.col-2 .text-container .promo-title {
        width: 275px;
    }
}

.promo-hub .promo-container.editorial.col-2 .text-container .promo-desc {
    width: 410px;
    margin: 0 auto;
    height: 115px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 1199px) {
    .promo-hub .promo-container.editorial.col-2 .text-container .promo-desc {
        width: 275px;
    }
}

.promo-hub .promo-container.editorial.col-2 .text-container .btn-container {
    border: none;
    width: 100%;
    left: 0;
    text-align: center;
    color: #9c1019;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
}

.promo-hub .promo-container.editorial.col-2 .text-container .btn-container .btn-secondary {
    height: 19px;
    line-height: 20px;
    color: #9c1019;
}

.promo-hub .promo-container.editorial.col-2 .text-container .btn-container .btn-secondary:hover:after {
    border-top: 1px solid #9c1019;
}

.promo-hub .promo-container.editorial.col-2 .text-container .btn-container .btn-secondary:before {
    line-height: 20px;
}

.promo-hub .promo-container.editorial.col-2 .text-container .btn-container .btn-secondary span {
    color: #9c1019;
}

.promo-hub .promo-container.editorial.col-3 {
    width: 870px;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .promo-hub .promo-container.editorial.col-3 {
        display: none !important;
    }
}

.promo-hub .promo-container.editorial.col-3 .promo-img {
    margin: 0 auto;
}

.promo-hub .promo-container.editorial.col-3 .text-container {
    position: relative;
    top: inherit;
    padding-top: 16px;
    margin-top: 0;
}

.promo-hub .promo-container.editorial.col-3 .text-container .promo-title {
    width: 410px;
    height: 48px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    margin: 20px auto 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .promo-hub .promo-container.editorial.col-3 .text-container .promo-title {
        width: 275px;
    }
}

.promo-hub .promo-container.editorial.col-3 .text-container .promo-desc {
    width: 410px;
    margin: 0 auto;
    height: 115px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 1199px) {
    .promo-hub .promo-container.editorial.col-3 .text-container .promo-desc {
        width: 275px;
    }
}

.promo-hub .promo-container.editorial.col-3 .text-container .btn-container {
    border: none;
    width: 100%;
    left: 0;
    text-align: center;
    color: #9c1019;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
}

.promo-hub .promo-container.editorial.col-3 .text-container .btn-container .btn-secondary {
    height: 19px;
    line-height: 20px;
    color: #9c1019;
}

.promo-hub .promo-container.editorial.col-3 .text-container .btn-container .btn-secondary:hover:after {
    border-top: 1px solid #9c1019;
}

.promo-hub .promo-container.editorial.col-3 .text-container .btn-container .btn-secondary:before {
    line-height: 20px;
}

.promo-hub .promo-container.editorial.col-3 .text-container .btn-container .btn-secondary span {
    color: #9c1019;
}

.promo-hub .promo-container.editorial .text-container {
    margin-top: 34px;
}

.promo-hub .container.flex-container {
    display: flex;
}

@media (max-width: 1199px) {
    .promo-hub .container.flex-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 666px) {
    .promo-hub .container.flex-container {
        display: block;
    }
}

@media (min-width: 667px) {
    .promo-hub .container.flex-container .slider {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.promo-hub .slider-navigation {
    text-align: center;
    padding-left: 0;
    margin: 0 auto 50px;
}

@media (min-width: 667px) {
    .promo-hub .slider-navigation {
        display: none;
    }
}

.promo-hub .tutte {
    text-align: center;
    margin-top: 0;
}

.promo-hub .tutte span:not(.fa) {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.promo-hub .tutte .fa {
    font-size: 19px;
    color: #9c1019;
}

.promo-detail-container .promo-hub {
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 60px;
}

@media (max-width: 1199px) {
    .new-promo .container .slider-container .text-col .btn-container {
        height: 22px;
        line-height: 20px;
    }
    .new-promo .container .slider-container .text-col .btn-container .btn-secondary {
        height: 22px;
        line-height: 20px;
    }
    .new-promo .container .slider-container .text-col .btn-container .btn-secondary:before {
        line-height: 20px;
    }
}

.promo-detail-container {
    font-family: "Roboto", sans-serif;
    color: #000000;
    width: 100%;
    padding: 0;
    margin: auto;
    margin-top: 90px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container {
        margin-top: 20px;
    }
}

.promo-detail-container [class^="icon-"] {
    font: normal normal normal 14px/1 FontAwesome;
}

.promo-detail-container .fa-angle-down {
    transition: all .3s ease .15s;
}

.promo-detail-container .fa-angle-down-rotate {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: all .3s ease .15s;
}

.promo-detail-container .icon-arrow-slim:before {
    content: "\f105";
}

.promo-detail-container .red-line {
    width: 30px;
    height: 2px;
    background-color: #9c1019;
    margin: auto;
}

.promo-detail-container .promo-detail-banner-title {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-detail-banner-title {
        padding: 0 30px;
        padding-top: 10px;
    }
}

.promo-detail-container .promo-detail-banner-title>h3 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #a00506;
    margin: 0;
}

.promo-detail-container .promo-detail-banner-title>h2 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin: 0;
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-detail-banner-title>h2 {
        font-size: 30px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
    }
}

.promo-detail-container .promo-detail-banner-title>p {
    width: 621px;
    height: 80px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin: auto;
    margin-top: 30px;
    text-align: left;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-banner-title>p {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-detail-banner-title>p {
        padding: 0;
    }
}

.promo-detail-container .promo-detail-banner-title>p>span {
    font-weight: bold;
}

.promo-detail-container .promo-detail-banner-title>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 25px -5px #333333;
    background-color: #9c1019;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .3s ease .15s;
    margin: auto;
    margin-top: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.promo-detail-container .promo-detail-banner-title>a:hover {
    color: #9c1019;
    background-color: #ffffff;
}

.promo-detail-container .promo-detail-banner-title>a:last-child {
    display: none;
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-detail-banner-title>a:last-child {
        display: flex;
        background-color: #ffffff;
        box-shadow: none;
        color: #000000;
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
    }
    .promo-detail-container .promo-detail-banner-title>a:last-child>span:first-child {
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
    }
}

.promo-detail-container .promo-detail-banner {
    width: 100%;
    height: 284px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 0;
}

.promo-detail-container .promo-detail-banner .promo-detail-banner-strip {
    background-color: #a00506;
    position: absolute;
    width: 100%;
    height: 284px;
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-banner {
        max-width: 100%;
        margin-top: 10px;
        height: 100%;
        background-color: transparent;
    }
    .promo-detail-container .promo-detail-banner .promo-detail-banner-strip {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-banner {
        height: auto;
        margin-top: 10px;
    }
    .promo-detail-container .promo-detail-banner .promo-detail-banner-strip {
        display: none;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-detail-banner {
        background-color: transparent;
    }
}

.promo-detail-container .promo-detail-banner .container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -60px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-banner .container {
        margin-top: 0;
    }
}

@media screen and (max-width: 666px) {
    .promo-detail-container .promo-detail-banner .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.promo-detail-container .promo-detail-banner .container .promo-container {
    height: 400px;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
    width: 100%;
    max-width: 1180px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
    margin: auto;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-banner .container .promo-container {
        flex-direction: column;
        max-width: 748px;
        max-height: 327px;
        top: -21.5px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-banner .container .promo-container {
        top: 0;
        max-width: 100%;
        height: 100%;
        box-shadow: none;
    }
}

.promo-detail-container .promo-detail-banner .container .promo-container>div {
    min-width: 50%;
    min-height: auto;
    max-height: auto;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-banner .container .promo-container>div {
        min-width: 100%;
    }
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:first-child {
    padding: 40px 160px 0px 50px;
    box-sizing: border-box;
    height: 100%;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:first-child>h3 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #a00506;
    margin: 0;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:first-child>h2 {
    display: block;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    width: 380px;
    margin: 0;
    margin-top: 14px;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:first-child>p {
    display: block;
    width: 380px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    height: 120px;
    overflow: hidden;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:first-child>p>span {
    font-weight: bold;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:first-child>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 25px -5px #333333;
    background-color: #9c1019;
    text-decoration: none;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .3s ease .15s;
    position: absolute;
    bottom: 40px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:first-child>a:hover {
    color: #9c1019;
    background-color: #ffffff;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:first-child>a:last-child {
    display: none;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-banner .container .promo-container>div:first-child {
        display: none;
    }
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:nth-child(2) {
    position: relative;
    width: 100%;
    height: 100%;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:nth-child(2)>div {
    width: 100%;
    height: 100%;
}

.promo-detail-container .promo-detail-banner .container .promo-container>div:nth-child(2)>div>picture>img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-banner .container .promo-container>div:nth-child(2)>div>picture>img {
        max-width: 767px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-banner .container .promo-container>div:nth-child(2)>div>picture>img {
        max-width: 100%;
        height: auto;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
    }
}

.promo-detail-container .scade-tra {
    display: none;
    font-size: 10px;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    max-width: 1180px;
    height: 40px;
}

.promo-detail-container .scade-tra.un-hide {
    display: flex;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .scade-tra {
        max-width: 100%;
        justify-content: center;
        margin-top: -10px;
        z-index: 1;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .scade-tra {
        margin-top: -15px;
    }
}

.promo-detail-container .scade-tra>div:first-child {
    width: 57px;
    height: 11px;
    font-family: Roboto;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin-right: 10px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .scade-tra>div:first-child {
        display: none;
    }
}

.promo-detail-container .scade-tra>div:nth-child(2) {
    display: flex;
}

@media screen and (min-width: 1200px) {
    .promo-detail-container .scade-tra>div:nth-child(2) {
        margin-top: -5px;
    }
}

.promo-detail-container .scade-tra>div:nth-child(2)>div {
    text-align: center;
    color: #FFFFFF;
    height: 40px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    background-color: #9c1019;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div>span:first-child {
    width: 100%;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div>span::nth-child(2) {
    width: 51.8px;
    height: 40px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    background-color: #9c1019;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div:first-child {
    width: 51.8px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    background-color: #9c1019;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 10px;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div:nth-child(2) {
    display: flex;
    width: auto;
    background-color: #333333;
    flex-direction: row;
    justify-content: center;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div:nth-child(2)>div {
    width: 51.8px;
    background-color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div:nth-child(2)>div>span:first-child {
    width: 19px;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div:nth-child(2)>div>span::nth-child(2) {
    width: 51.8px;
    height: 40px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    background-color: #9c1019;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div:nth-child(2)>div:nth-child(2),
.promo-detail-container .scade-tra>div:nth-child(2)>div:nth-child(2)>div:nth-child(4) {
    width: 6px;
}

.promo-detail-container .scade-tra>div:nth-child(2)>div:nth-child(2)>div:nth-child(2)>span,
.promo-detail-container .scade-tra>div:nth-child(2)>div:nth-child(2)>div:nth-child(4)>span {
    width: 100%;
}

.promo-detail-container .promo-info {
    font-size: 10px;
    width: 100%;
    margin: auto;
    margin-top: 120px;
    max-width: 1180px;
    padding-left: 50px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-info {
        max-width: 100%;
        background-color: #e7e7e7;
        margin-top: 40px;
        padding: 20px 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-info {
        max-height: 100%;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-info {
        margin-top: 10px;
        padding: 20px 15px;
        max-height: none;
    }
}

.promo-detail-container .promo-info div {
    height: 100%;
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-info div {
        max-width: 768px;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-info div {
        max-width: 100%;
    }
}

.promo-detail-container .promo-info div p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.37px;
    color: #000000;
    padding: 0;
    margin: 0;
}

.promo-detail-container .promo-info div:last-child {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.promo-detail-container .promo-info div:last-child span:nth-child(2) {
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-info div:last-child {
        display: block;
    }
    .promo-detail-container .promo-info div:last-child span:nth-child(2) {
        padding-left: 0;
    }
    .promo-detail-container .promo-info div:last-child img {
        display: block;
        margin: 0 auto;
    }
}

.promo-detail-container .promo-info div:last-child>span {
    flex-grow: 1;
    flex-basis: 0;
}

.promo-detail-container .promo-info div:last-child>span.content-width {
    flex-basis: unset;
}

.promo-detail-container .promo-info div:last-child>span.content-flex {
    display: flex;
    align-items: flex-start;
}

.promo-detail-container .promo-detail-accessories {
    width: 100%;
    max-width: 1180px;
    height: 359px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 59px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-accessories {
        max-width: 100%;
        height: 100%;
    }
    .promo-detail-container .promo-detail-accessories .slider-navigation {
        text-align: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-accessories {
        height: 100%;
        margin-top: 0;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-detail-accessories .promotions-slider {
        margin: 0;
    }
}

.promo-detail-container .promo-detail-accessories .container {
    padding: 0;
}

.promo-detail-container .promo-detail-accessories .container.slider-container .promo-container {
    box-shadow: none;
}

.promo-detail-container .promo-detail-accessories .container .promo-container {
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
    width: 100%;
    display: flex !important;
    align-items: stretch;
    justify-content: space-around;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container {
        max-width: 768px;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container {
        max-width: 100%;
        flex-direction: column;
        box-shadow: none;
    }
}

.promo-detail-container .promo-detail-accessories .container .promo-container>div {
    max-width: 590px;
    min-width: 590px;
    min-height: auto;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container>div {
        max-width: 385px;
        min-width: 385px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container>div {
        max-width: 100%;
        min-width: 100%;
    }
}

.promo-detail-container .promo-detail-accessories .container .promo-container>div:first-child {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.promo-detail-container .promo-detail-accessories .container .promo-container>div:first-child>div {
    object-fit: contain;
}

.promo-detail-container .promo-detail-accessories .container .promo-container>div:first-child>div>picture>img {
    width: 100%;
    height: 100%;
}

.promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2) {
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2) {
        padding: 10px 10px 0px 10px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2) {
        padding: 20px 30px;
        box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
    }
}

.promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2)>h3 {
    display: block;
    margin: 0;
    height: auto;
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #000000;
    padding: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2)>h3 {
        font-size: 22px;
    }
}

.promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2)>p {
    height: auto;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #282828;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 280px;
    display: inline-block;
    width: 100%;
}

.promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2)>p>span {
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2)>p {
        font-size: 16px;
        max-height: 132px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-accessories .container .promo-container>div:nth-child(2)>p {
        max-height: 100%;
        padding-top: 10px;
    }
}

.promo-detail-container .promo-accordion {
    margin: auto;
    max-width: 1180px;
    width: 100%;
    max-width: 1180px;
    margin-top: 80px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-accordion {
        max-width: 768px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-accordion {
        margin-top: 40px;
    }
}

.promo-detail-container .promo-accordion div.accordions-title {
    height: 100%;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-accordion div.accordions-title {
        max-width: 768px;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-accordion div.accordions-title {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-accordion div.accordions-title {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.promo-detail-container .promo-accordion div.accordions-title>h3 {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-accordion div.accordions-title>h3 {
        width: 100%;
    }
}

.promo-detail-container .promo-accordion div.accordion-title {
    height: 60px;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-accordion div.accordion-title {
        height: auto;
    }
}

.promo-detail-container .promo-accordion div.accordion-title>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #333333;
    padding: 7px 30px 7px 30px;
    background-color: #d0d0d0;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.promo-detail-container .promo-accordion div.accordion-title>a.active {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-accordion div.accordion-title>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.promo-detail-container .promo-accordion div.accordion-title>a>span:last-child {
    max-width: 80px;
    text-align: center;
    font-size: 30px;
}

.promo-detail-container .promo-accordion div.accordion {
    height: 100%;
    width: auto;
    display: none;
    padding: 0 30px;
    margin-bottom: 10px;
}

.promo-detail-container .promo-accordion div.accordion.accordion-flex>div:first-child {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-accordion div.accordion.accordion-flex>div:first-child {
        flex-direction: column;
    }
}

.promo-detail-container .promo-accordion div.accordion>div {
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
}

.promo-detail-container .promo-accordion div.accordion>div>section {
    min-width: 494px;
    height: auto;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 38px;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-accordion div.accordion>div>section {
        min-width: 50%;
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-accordion div.accordion>div>section {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .promo-accordion div.accordion>div>section {
        min-width: 100%;
        padding: 20px 15px;
    }
    .promo-detail-container .promo-accordion div.accordion>div>section:first-child {
        padding-bottom: 0;
    }
}

.promo-detail-container .promo-accordion div.accordion>div>section>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.promo-detail-container .promo-accordion div.accordion>div>section>ul>li>span {
    font-weight: 900;
    text-transform: uppercase;
}

.promo-detail-container .promo-accordion div.accordion>div.table {
    width: 100%;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-accordion div.accordion>div.table {
        margin-top: -10px;
    }
}

.promo-detail-container .promo-accordion div.accordion>div.table .row-price {
    height: 50px;
}

.promo-detail-container .promo-accordion div.accordion>div.table .row-price:nth-child(even) {
    background-color: #eeeeee;
}

.promo-detail-container .promo-accordion div.accordion>div.table .row-price:nth-child(odd) {
    background-color: #FFFFFF;
}

.promo-detail-container .promo-accordion div.accordion>div.table .row-price div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.promo-detail-container .promo-accordion div.accordion>div.table .row-price div:first-child {
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-accordion div.accordion>div.table .row-price div:first-child {
        padding-left: 15px;
    }
}

.promo-detail-container .promo-accordion div.accordion>div.table .row-price div:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-accordion div.accordion>div.table .row-price div:nth-child(2) {
        padding-right: 15px;
    }
}

.promo-detail-container .nota-legale {
    margin: auto;
    width: 100%;
    max-width: 1180px;
    padding: 50px 0;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .nota-legale {
        max-width: 100%;
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .nota-legale {
        padding-top: 50px;
    }
}

.promo-detail-container .nota-legale>.container {
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .nota-legale>.container {
        max-width: 768px;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .nota-legale>.container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.promo-detail-container .nota-legale>.container>h3 {
    width: 1180px;
    height: 28px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .nota-legale>.container>h3 {
        width: 100%;
    }
}

.promo-detail-container .nota-legale>.container>div {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .nota-legale>.container>div {
        padding-top: 10px;
    }
}

.promo-detail-container .nota-legale-2 {
    margin: auto;
    width: 100%;
    background-color: #e7e7e7;
}

.promo-detail-container .nota-legale-2>.container>div {
    padding: 40px 20px;
}

.promo-detail-container .nota-legale-2>.container>div>p {
    line-height: 1.42857;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #636363;
    text-align: left;
}

.promo-detail-container .altre-promo {
    width: 100%;
    max-width: 1180px;
    margin: auto;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .altre-promo {
        max-width: 100%;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .altre-promo .slider-navigation {
        text-align: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .altre-promo .altre-promo-container {
        max-width: 768px;
        margin: auto;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .altre-promo .altre-promo-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.promo-detail-container .altre-promo .altre-promo-container>h2 {
    height: 41px;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .altre-promo .altre-promo-container>h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .altre-promo .altre-promo-container>h2 {
        font-size: 35px;
        height: auto;
    }
}

.promo-detail-container .altre-promo .altre-promo-container>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .altre-promo .altre-promo-container>div {
        max-width: 569px;
        margin: auto;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .altre-promo .altre-promo-container>div {
        justify-content: center;
    }
}

.promo-detail-container .altre-promo .altre-promo-container>div>div {
    height: 425px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 376px) {
    .promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(3) {
        display: none;
    }
}

.promo-detail-container .altre-promo .altre-promo-container>div>div>div>h4 {
    height: 24px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    text-align: left;
    margin-top: 26px;
    margin-bottom: 26px;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div>div>p {
    height: 114px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div>div>a {
    height: 16px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #9c1019;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    float: right;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div>div>a>span:last-child {
    margin-left: 12.2px;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div>div:not(:first-child) {
    padding: 0 20px;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(1),
.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(2) {
    width: 275px;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(1)>.img-mask,
.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(2)>.img-mask {
    width: 100%;
    height: 182px;
    opacity: 0.49;
    background-color: #d8d8d8;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(1)>div:not(:first-child),
.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(2)>div:not(:first-child) {
    padding: 0 20px;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(1)>div>div,
.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(2)>div>div {
    width: 170px;
    height: 34px;
    border-radius: 100px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-top: -17px;
    margin-bottom: -17px;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(1)>div>div>span,
.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(2)>div>div>span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #9c1019;
    margin-left: 20px;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(3) {
    width: 570px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(3) {
        width: 275px;
    }
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(3)>div:first-child {
    display: flex;
    height: 182px;
    justify-content: center;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(3)>div:first-child>img {
    margin-top: 21px;
    height: 140px;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(3)>div:nth-child(2)>h4 {
    text-align: center;
}

.promo-detail-container .altre-promo .altre-promo-container>div>div:nth-child(3)>div:nth-child(2)>a {
    float: none;
    justify-content: center;
}

.promo-detail-container .altre-promo>div.slider-navigation {
    display: none;
}

@media screen and (max-width: 376px) {
    .promo-detail-container .altre-promo>div.slider-navigation {
        display: block;
    }
}

.promo-detail-container .altre-promo>div.tutte {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 376px) {
    .promo-detail-container .altre-promo>div.tutte {
        margin-top: 50px;
    }
}

.promo-detail-container .altre-promo>div.tutte>a {
    text-decoration: none;
    margin: auto;
}

.promo-detail-container .altre-promo>div.tutte>a>span:first-child {
    margin-right: 16px;
    width: auto;
    height: auto;
    color: #9c1019;
    font-size: 19px;
    height: 19px;
}

.promo-detail-container .altre-promo>div.tutte>a>span:nth-child(2) {
    width: 141px;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.promo-detail-container .promo-detail-timer {
    height: 59px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    display: none;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    background-color: #333333;
}

.promo-detail-container .promo-detail-timer>div {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-timer>div {
        width: 768px;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-timer>div {
        width: 100%;
    }
}

.promo-detail-container .promo-detail-timer>div>div {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-timer>div>div {
        max-width: 100%;
    }
}

.promo-detail-container .promo-detail-timer>div>div>div {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-timer>div>div>div {
        width: 100%;
    }
}

.promo-detail-container .promo-detail-timer>div>div>div:first-child {
    display: flex;
    flex-direction: column;
}

.promo-detail-container .promo-detail-timer>div>div>div:first-child>span {
    font-family: Roboto;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.promo-detail-container .promo-detail-timer>div>div>div:first-child>span:first-child {
    height: 14px;
    font-size: 12px;
}

.promo-detail-container .promo-detail-timer>div>div>div:first-child>span:nth-child(2) {
    height: 28px;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-timer>div>div>div:first-child {
        display: none;
    }
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

@media (max-width: 1199px) {
    .promo-detail-container .promo-detail-timer>div>div>div:nth-child(2) {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 767px) {
    .promo-detail-container .promo-detail-timer>div>div>div:nth-child(2) {
        justify-content: space-between;
    }
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>a {
    width: 190px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 25px -5px #333333;
    background-color: #9c1019;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #ffffff;
    margin-right: 60px;
    transition: all .3s ease .15s;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>a {
        margin-right: 0px;
        margin-left: 10px;
    }
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>a:hover {
    color: #9c1019;
    background-color: #ffffff;
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>a>span:first-child {
    height: auto;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-left: 20px;
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>a>span:nth-child(2) {
    height: auto;
    padding-right: 20px;
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>div>div {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>div>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 33px;
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>div>div>div>span {
    min-width: 100%;
    text-align: center;
    height: auto;
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>div>div>div>span:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>div>div>div>span:nth-child(2) {
    font-size: 10px;
}

.promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>div>div>div:first-child {
    margin-right: 30px;
}

@media screen and (max-width: 1199px) {
    .promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>div>div>div:last-child,
    .promo-detail-container .promo-detail-timer>div>div>div:nth-child(2)>div>div>div:nth-last-child(2) {
        display: none;
    }
}

.promo-hub .promo-container a:hover {
    text-decoration: none;
}

.promo-container .text-container {
    margin-top: 0;
}

.promo-container .text-container .promo-desc p {
    width: 100%;
}

.fleet .padd-10 {
    padding: 10px 10px 4vw 10px;
}

@media (max-width: 767px) {
    .fleet .padd-10 {
        padding: 0 0 10vw 0;
    }
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box {
        padding: 0;
        width: 100%;
    }
}

.fleet .wrap-editorial-box .editorial-box {
    width: 100%;
    box-shadow: 0px 2px 25px -5px #333333;
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box .editorial-box {
        text-align: center;
    }
}

.fleet .wrap-editorial-box .editorial-box .editorial-box-content {
    padding: 30px;
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box .editorial-box .editorial-box-content {
        padding: 20px;
    }
}

.fleet .wrap-editorial-box .editorial-box .editorial-box-content .reevoo-badge {
    width: 192px;
    height: 58px;
    margin: 20px 0 0;
}

.fleet .wrap-editorial-box .editorial-box h2,
.fleet .wrap-editorial-box .editorial-box h3 {
    font-weight: bold;
    color: #9c1019;
    min-height: 110px;
    margin: 0;
    font-size: 30px;
    line-height: 36px;
}

@media (max-width: 1199px) {
    .fleet .wrap-editorial-box .editorial-box h2,
    .fleet .wrap-editorial-box .editorial-box h3 {
        min-height: 10vw;
    }
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box .editorial-box h2,
    .fleet .wrap-editorial-box .editorial-box h3 {
        font-size: 20px;
        line-height: 25px;
        min-height: 100px;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box .editorial-box h2,
    .fleet .wrap-editorial-box .editorial-box h3 {
        min-height: 1px;
    }
}

.fleet .wrap-editorial-box .editorial-box h2.slider-events,
.fleet .wrap-editorial-box .editorial-box h3.slider-events {
    margin: 0 auto 10px;
}

.fleet .wrap-editorial-box .editorial-box img {
    width: 100%;
}

.fleet .wrap-editorial-box .editorial-box .btn {
    width: 50%;
    margin-left: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .fleet .wrap-editorial-box .editorial-box .btn {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box .editorial-box .btn {
        width: 60%;
    }
}

.fleet .wrap-editorial-box .editorial-box .editorial-text {
    height: 180px;
    overflow: hidden;
}

.fleet .wrap-editorial-box .editorial-box .editorial-text p {
    margin-bottom: 20px;
}

.fleet .wrap-editorial-box .editorial-box .editorial-text ul {
    list-style: disc inside;
    padding-bottom: 20px;
}

.fleet .wrap-editorial-box .editorial-box .editorial-text.editorial-text-height-auto {
    height: auto;
    overflow: auto;
}

@media (max-width: 1199px) {
    .fleet .wrap-editorial-box .editorial-box .editorial-text {
        height: 35vw;
    }
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box .editorial-box .editorial-text {
        height: 220px;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box .editorial-box .editorial-text {
        height: auto;
    }
}

.fleet .wrap-editorial-box .editorial-box.editorial-box-click {
    cursor: pointer;
}

.fleet .wrap-editorial-box .social-buttons-promo-boxes {
    position: absolute;
    right: 40px;
    bottom: 37px;
}

.fleet .wrap-editorial-box .social-buttons-promo-boxes .share-promo-box {
    border-right: 1px solid #f4f4f4;
    padding-right: 15px;
    height: 25px;
    float: left;
    display: block;
    letter-spacing: 1px;
    font-size: 10px;
    margin-right: 15px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box .social-buttons-promo-boxes .share-promo-box {
        display: none;
    }
}

.fleet .wrap-editorial-box .social-buttons-promo-boxes .social-link-promo {
    display: block;
    float: right;
    font-size: 20px;
    line-height: 23px;
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box .social-buttons-promo-boxes {
        right: 30px;
        bottom: 28px;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box .social-buttons-promo-boxes {
        bottom: auto;
        position: relative;
        margin-top: 30px;
        width: 50px;
        right: auto;
        height: 25px;
    }
}

.fleet .wrap-editorial-box .social-buttons-promo-boxes.social-up {
    bottom: 48px;
    right: 10px;
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box .social-buttons-promo-boxes.social-up {
        width: 140px;
    }
    .fleet .wrap-editorial-box .social-buttons-promo-boxes.social-up .share-promo-box {
        display: block;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box .social-buttons-promo-boxes.social-up {
        right: 0;
    }
}

.fleet .wrap-editorial-box .row-flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.fleet .wrap-editorial-box .row-flex .col-flex {
    align-self: flex-start;
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box .row-flex .col-flex.text-editorial-height-mobile {
        min-height: 360px;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box .row-flex {
        display: block;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box .cta-container-editorialbox {
        text-align: center;
    }
}

.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .row-flex:before {
    display: block;
}

.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .editorial-box h2,
.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .editorial-box h3 {
    min-height: 0;
}

@media (max-width: 767px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .editorial-box h2,
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .editorial-box h3 {
        min-height: 0;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .editorial-box h2,
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .editorial-box h3 {
        min-height: 0;
    }
}

.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video {
    height: 162px;
}

.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .img-breakpoint {
    background-position: center;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    display: none;
    z-index: 0;
}

.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .container {
    height: 100%;
    width: 100%;
    position: relative;
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .container {
        width: 300px;
    }
}

.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .icon-play {
    cursor: pointer;
    position: absolute;
    color: white;
    font-size: 60px;
    border: 2px solid white;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate3D(-0.5em, -0.5em, 0);
    z-index: 0;
}

@media (min-width: 667px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .ns-video__close-handle {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: black;
        color: white;
        z-index: 100;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        cursor: pointer;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .ns-video__close-handle {
        display: none;
    }
}

.fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.ns-video-playing .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video iframe {
    z-index: 1100;
}

@media (min-width: 667px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video {
        height: 288px;
    }
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .icon-play {
        font-size: 100px;
        border-radius: 50px;
    }
}

@media (min-width: 768px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video {
        height: 346px;
    }
}

@media (min-width: 1200px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video {
        height: 346px;
    }
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .icon-play {
        font-size: 120px;
        border-radius: 60px;
    }
}

@media (max-width: 666px) {
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video {
        padding: 0 0 10px;
        width: 300px;
        margin: auto;
    }
    .fleet .wrap-editorial-box.wrap-editorial-box-horizontal .ns-video .ns-video__close-handle {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767px) and (min-width: 667px) {
    .fleet .wrap-editorial-box.events-box .editorial-box h3 {
        min-height: 75px;
    }
}

.fleet .wrap-editorial-box .arrow-inverse .btn.btn-primary {
    min-width: 300px;
}

.fleet .wrap-editorial-box .arrow-inverse .btn.btn-primary .cta-text {
    width: 100%;
    text-align: right;
}

.fleet .wrap-editorial-box .arrow-inverse .btn.btn-primary .icon-arrow:before {
    left: 10px;
    right: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.filters-model-hub .container::before,
.filters-model-hub .container::after {
    display: none;
}

.filters-model-hub .ico-rotate-down {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all .3s ease .15s;
    font-size: 1rem;
}

.filters-model-hub .ico-rotate-up {
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all .3s ease .15s;
    font-size: 1rem;
}

.filters-model-hub .btn-filter {
    width: auto;
    height: 35px;
    border-radius: 17px;
    background-color: #EDEDED;
    color: #333333;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
    line-height: 1.2;
}

.filters-model-hub .btn-filter:not(.first-left-btn) {
    margin-left: 15px;
}

.filters-model-hub .btn-filter.disabled {
    opacity: .6;
}

.filters-model-hub .btn-filter.selected {
    background-color: #9D2C29;
    color: #FFFFFF;
}

.filters-model-hub .btn-filter.selected [class^="ico-"] {
    color: #FFFFFF;
}

.filters-model-hub .btn-filter [class^="ico-"] {
    color: #9D2C29;
    font-size: 12px;
    margin-left: 10px;
    font-weight: bold;
}

.filters-model-hub .filters-container {
    display: flex;
    z-index: 3;
    justify-content: space-between;
}

.filters-model-hub .filters-container .filters-selection {
    display: flex;
}

.filters-model-hub .filters-container .filters-selection .show-results-filters-selection {
    display: none;
}

@media (max-width: 1199px) {
    .filters-model-hub .filters-container .filters-selection {
        display: none;
    }
    .filters-model-hub .filters-container .filters-selection.open {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #F3F3F3;
        height: calc(100% - 75px);
        padding-bottom: 60px;
        overflow-y: auto;
        position: fixed;
        z-index: 1;
        top: 75px;
        left: 0;
        opacity: 0;
        transition: opacity .3s ease;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened {
        opacity: 1;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .btn-filter {
        background-color: transparent;
        margin-left: 0;
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0;
        margin: 0 20px 0 20px;
        justify-content: space-between;
        height: 55px;
        min-height: 55px;
        width: auto;
        display: flex;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .btn-filter [class^="ico-"] {
        font-size: 16px;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .btn-filter:not(.btn-filter-close) {
        font-weight: bold;
        border-bottom: 1px solid #707070;
        border-radius: 0;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .btn-filter.selected {
        color: #990000;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .btn-filter.selected [class^="ico-"] {
        color: #990000;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .btn-filter.open {
        border-bottom: none;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .filter-dropdown {
        position: static;
        padding-right: 20px;
        background-color: transparent;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .filter-dropdown ul li {
        font-size: 16px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.6);
        height: 45px;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .filter-dropdown ul li:not(:last-child) {
        margin-bottom: 0;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .filter-dropdown ul li .checkbox-container {
        height: 100%;
        padding-left: 0;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .filter-dropdown ul li .checkbox-container .checkmark {
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .show-results-filters-selection {
        display: block;
    }
    .filters-model-hub .filters-container .filters-selection.open.opened .show-results-filters-selection .btn-show-results {
        font-family: 'Roboto';
        font-weight: bold;
        background-color: #9D2C29;
        color: #FFFFFF;
        width: calc(100% - 30px);
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-align: center;
        position: fixed;
        bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container {
    position: relative;
    display: none;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container.show {
    display: block;
    opacity: 0;
    transition: opacity .3s ease;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container.show.showed {
    opacity: 1;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown {
    position: absolute;
    left: 0;
    top: 45px;
    border-radius: 17px 17px 17px 17px;
    background-color: #EDEDED;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 10px;
    opacity: 0;
    display: none;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown:not(.first-left-filter-dropdown) {
    left: 18px;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown.open {
    display: block;
    transition: opacity .3s ease;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown.open.opened {
    opacity: 1;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown.disabled {
    opacity: 0;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    height: 100%;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li:not(:last-child) {
    margin-bottom: 10px;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li .checkbox-container {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    height: 15px;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li .checkbox-container .text.checked {
    color: #990000;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #333333;
    border-radius: 4px;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li .checkbox-container:hover input~.checkmark,
.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li .checkbox-container input:checked~.checkmark {
    background-color: #990000;
    border-color: #990000;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filters-model-hub .filters-container .filters-selection .btn-filter-container .filter-dropdown ul li .checkbox-container input:checked~.checkmark:after {
    display: block;
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filters-model-hub .filters-container .filters-cancel {
    opacity: 0;
    transition: opacity .2s ease;
}

.filters-model-hub .filters-container .filters-cancel.show_ {
    opacity: 1;
}

@media (max-width: 1199px) {
    .filters-model-hub .filters-container .filters-cancel.show_ {
        display: none;
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .filters-model-hub .filters-container .filters-cancel {
        display: none;
    }
}

.filters-model-hub .filters-container .filters-cancel .btn-filter {
    background-color: transparent;
    color: #9D2C29;
    margin-left: 0;
}

.filters-model-hub .filters-container .filters-cancel .btn-filter [class^="ico-"] {
    font-size: 12px;
    color: #9D2C29;
    font-weight: bold;
    margin-left: 5px;
}

.filters-model-hub .filters-container .filters-container-mob {
    display: none;
}

@media (max-width: 1199px) {
    .filters-model-hub .filters-container .filters-container-mob {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

.filters-model-hub .filters-container .filters-container-mob .left-action-bar {
    display: flex;
}

.filters-model-hub .filters-container .filters-container-mob .left-action-bar .filters-selected {
    display: none;
}

.filters-model-hub .filters-container .filters-container-mob .left-action-bar .filters-selected.show {
    display: block;
}

.filters-model-hub .filters-container .filters-container-mob .left-action-bar .filters-selected .btn-filter {
    font-family: 'Roboto';
    background-color: #9D2C29;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 30px;
    border-radius: 15px;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

@media (max-width: 540px) {
    .filters-model-hub .filters-container .filters-container-mob .left-action-bar .filters-selected .btn-filter {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.filters-model-hub .filters-container .filters-container-mob .left-action-bar .filters-cancel {
    opacity: 1;
    display: none;
}

.filters-model-hub .filters-container .filters-container-mob .left-action-bar .filters-cancel.show {
    display: block;
}

.filters-model-hub .filters-container .filters-container-mob .left-action-bar .filters-cancel .btn-filter {
    color: #333333;
}

.filters-model-hub .filters-container .filters-container-mob .filters-selection {
    display: flex;
}

.filters-model-hub .filters-container .filters-container-mob .right-action-bar .order-by-container {
    display: flex;
    margin-top: 0;
}

.filters-model-hub .filters-container .filters-container-mob .right-action-bar .order-by-container .btn-filter {
    margin-right: 0;
}

.filters-model-hub .order-by-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .filters-model-hub .order-by-container {
        display: none;
    }
}

.filters-model-hub .order-by-container .btn-filter:not(.btn-order-by) {
    display: none;
}

.filters-model-hub .order-by-container .btn-filter:not(.btn-order-by).show-flex {
    display: flex;
}

.filters-model-hub .order-by-container .btn-order-by {
    background-color: transparent;
}

.filters-model-hub .order-by-container .filter-dropdown {
    position: absolute;
    right: 25px;
    top: 35px;
    background-color: #EDEDED;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #C2C2C2;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
    font-size: 12px;
}

.filters-model-hub .order-by-container .filter-dropdown.opened {
    opacity: 1;
}

.filters-model-hub .order-by-container .filter-dropdown ul li {
    white-space: nowrap;
    cursor: pointer;
}

.filters-model-hub .order-by-container .filter-dropdown ul li:not(:last-child) {
    margin-bottom: 10px;
}

.models-list-hub {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .models-list-hub {
        margin-top: 10px;
    }
}

@media (max-width: 540px) {
    .models-list-hub {
        margin-top: 0;
    }
}

.models-list-hub .models-list-container {
    display: flex;
    flex-wrap: wrap;
}

.model-card-hub {
    min-width: 25%;
    max-width: 25%;
    flex-basis: 25%;
    margin-bottom: 50px;
    display: block;
    opacity: 0;
    position: absolute;
}

@keyframes fadein {
    0% {
        opacity: 0;
        position: absolute;
    }
    20% {
        opacity: 0;
        position: static;
    }
    100% {
        opacity: 1;
        position: static;
    }
}

.model-card-hub.show {
    animation-duration: .6s;
    animation-name: fadein;
    animation-iteration-count: 1;
    opacity: 1;
    position: static;
}

@media (max-width: 1199px) {
    .model-card-hub {
        min-width: calc(50% - 1px);
        max-width: calc(50% - 1px);
        flex-basis: 50%;
    }
}

@media (max-width: 540px) {
    .model-card-hub {
        min-width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .model-card-hub:not(:nth-child(4n+1)) .model-card-container {
        border-left: none;
    }
}

@media (max-width: 1199px) {
    .model-card-hub:not(:nth-child(2n+1)) .model-card-container {
        border-left: 1px solid #9A9A9A;
    }
}

@media (max-width: 1199px) {
    .model-card-hub {
        box-shadow: none;
    }
}

@media (max-width: 540px) {
    .model-card-hub .model-card-container {
        box-shadow: 0px 0px 24px 0px rgba(57, 57, 57, 0.38);
    }
}

.model-card-hub .model-card-container:hover a.model-link {
    box-shadow: 0px 0px 24px 0px rgba(57, 57, 57, 0.38);
}

.model-card-hub .model-card-container a.model-link {
    display: block;
    padding: 15px;
    margin-left: 8px;
    margin-right: 8px;
    transition: box-shadow .2s ease;
    height: 100%;
}

@media (max-width: 540px) {
    .model-card-hub .model-card-container a.model-link .model-container {
        display: none;
    }
}

.model-card-hub .model-card-container a.model-link .model-container-mob {
    display: none;
}

@media (max-width: 540px) {
    .model-card-hub .model-card-container a.model-link .model-container-mob {
        display: block;
    }
}

.model-card-hub .model-card-container a.model-link .model-container-mob .top-block-info {
    display: flex;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .top-block-info .model-thumbnail {
    flex-basis: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .top-block-info .right-block-info {
    flex-basis: 50%;
    margin-left: 35px;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .top-block-info .right-block-info .text-container {
    text-align: left;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .top-block-info .right-block-info .description {
    margin-top: 15px;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data {
    display: block;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data .technical-data-block {
    margin-top: 0;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data .technical-data-block:first-child {
    border-right: none;
    padding-right: 0;
    width: 50%;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data .technical-data-block:nth-child(2) {
    padding-left: 0;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data .technical-data-block .block-description {
    display: flex;
    justify-content: space-between;
    height: 45px;
    align-items: center;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data .technical-data-block .block-description .data {
    padding-top: 0;
    flex-basis: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data .technical-data-block .block-description .data:not(:last-child) {
    border-right: 1px solid #9A9A9A;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data .technical-data-block .block-description .data .data-title {
    text-align: center;
}

.model-card-hub .model-card-container a.model-link .model-container-mob .bottom-block-info .technical-data .technical-data-block .block-description .data .data-description {
    text-align: center;
}

.model-card-hub .model-card-container a.model-link .text-container {
    text-align: center;
}

.model-card-hub .model-card-container a.model-link .text-container .model {
    color: #990000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.model-card-hub .model-card-container a.model-link .text-container .category {
    color: #333333;
    font-size: 13px;
    line-height: 19px;
}

.model-card-hub .model-card-container a.model-link .model-thumbnail {
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.model-card-hub .model-card-container a.model-link .model-thumbnail img {
    width: 100%;
}

.model-card-hub .model-card-container a.model-link .description {
    color: #333333;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}

.model-card-hub .model-card-container a.model-link .technical-data {
    margin-top: 20px;
    display: flex;
}

.model-card-hub .model-card-container a.model-link .technical-data .technical-data-block {
    padding-top: 15px;
    color: #333333;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
}

.model-card-hub .model-card-container a.model-link .technical-data .technical-data-block:first-child {
    border-right: 1px solid #9A9A9A;
    padding-right: 20px;
}

@media (min-width: 541px) {
    .model-card-hub .model-card-container a.model-link .technical-data .technical-data-block:first-child {
        width: 50%;
    }
}

.model-card-hub .model-card-container a.model-link .technical-data .technical-data-block:nth-child(2) {
    padding-left: 20px;
}

.model-card-hub .model-card-container a.model-link .technical-data .technical-data-block .block-title {
    font-weight: bold;
}

.model-card-hub .model-card-container a.model-link .technical-data .technical-data-block .block-description .data {
    padding-top: 15px;
}

.model-card-hub .model-card-container a.model-link .technical-data .technical-data-block .block-description .data .data-title {
    color: #707070;
    text-transform: uppercase;
}

.model-card-hub .model-card-container a.model-link .technical-data .technical-data-block .block-description .data .data-description {
    font-weight: bold;
}

.model-card-hub .model-card-container a.model-link .technical-data-info {
    margin-top: 10px;
    color: #333333;
    font-size: 9px;
    line-height: 11px;
}

.filler-card-hub {
    box-shadow: 0px 0px 24px 0px rgba(57, 57, 57, 0.38);
    padding: 1% 2%;
    opacity: 0;
    position: absolute;
}

@keyframes fadein {
    0% {
        opacity: 0;
        position: absolute;
    }
    20% {
        opacity: 0;
        position: static;
    }
    100% {
        opacity: 1;
        position: static;
    }
}

@media (max-width: 1199px) {
    .filler-card-hub {
        box-shadow: none;
    }
}

.filler-card-hub.show {
    animation-duration: .6s;
    animation-name: fadein;
    animation-iteration-count: 1;
    opacity: 1;
    position: static;
}

.filler-card-hub .filler-card-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.filler-card-hub .filler-card-container .filler-card-thumb {
    width: 100%;
    margin-top: 20px;
}

.filler-card-hub .filler-card-container .filler-card-thumb img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: fit-content;
}

.filler-card-hub .filler-card-container .text-container {
    color: #333333;
    text-align: left;
    margin-top: 25px;
}

.filler-card-hub .filler-card-container .text-container .title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}

.filler-card-hub .filler-card-container .text-container .description {
    font-size: 14px;
    line-height: 17px;
    margin-top: 25px;
}

.filler-card-hub .filler-card-container .cta-container {
    margin-bottom: 20px;
    text-align: right;
}

.filler-card-hub .filler-card-container .cta-container a {
    color: #990000;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    float: right;
}

.filler-card-hub .filler-card-container .cta-container a [class^="ico-"] {
    margin-left: 15px;
}

.model-hub-categories {
    position: relative;
    padding: 50px 0;
}

@media (max-width: 1199px) {
    .model-hub-categories {
        padding: 35px;
    }
}

@media (max-width: 666px) {
    .model-hub-categories {
        padding: 25px 0;
    }
}

.model-hub-categories .highlight {
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #9c1019;
    left: calc(50% - 15px);
}

.model-hub-categories h2 {
    line-height: 1;
    font-size: 28px;
}

.model-hub-categories h1 {
    font-size: 40px;
    line-height: 1;
}

.model-hub-categories.white h2,
.model-hub-categories.white span {
    color: #FFFFFF;
}

.model-hub-categories.dynamic h1 {
    line-height: 1;
    font-size: 28px;
}

.model-hub-categories ul.models-category-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    padding-left: 35px;
    margin-bottom: 20px;
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .model-hub-categories ul.models-category-links {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        margin-top: 25px;
    }
}

@media (max-width: 1199px) {
    .model-hub-categories ul.models-category-links li {
        border-bottom: 1px solid #EDEDED;
        height: 55px;
        width: 100%;
        display: flex;
    }
}

.model-hub-categories ul.models-category-links li a {
    color: #9c1019;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.model-hub-categories ul.models-category-links li a [class^="ico-"],
.model-hub-categories ul.models-category-links li a [class*=" ico-"] {
    margin-left: 15px;
    font-size: 8px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .model-hub-categories ul.models-category-links li a {
        justify-content: flex-start;
        margin: 0;
        font-size: 16px;
    }
    .model-hub-categories ul.models-category-links li a [class^="ico-"],
    .model-hub-categories ul.models-category-links li a [class*=" ico-"] {
        font-size: 12px;
        margin-left: 10px;
    }
}

.model-hub-categories ul.models-category-links li:not(:first-child) {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .model-hub-categories ul.models-category-links li:not(:first-child) {
        margin-left: 0;
    }
}

.bottom-action-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    display: none;
}

.bottom-action-bar .bottom-action-bar-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.bottom-action-bar .bottom-action-bar-container .text {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.bottom-action-bar .bottom-action-bar-container .text .title {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
}

.bottom-action-bar .bottom-action-bar-container .text .subtitle {
    font-size: 14px;
    line-height: 16px;
}

@media (max-width: 1199px) {
    .bottom-action-bar .bottom-action-bar-container .text {
        display: none;
    }
}

.bottom-action-bar .bottom-action-bar-container .action .cta {
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 25px -5px #333333;
    background-color: #9c1019;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #ffffff;
    transition: all .3s ease .15s;
    padding-left: 20px;
    padding-right: 20px;
}

.bottom-action-bar .bottom-action-bar-container .action .cta:hover {
    color: #9c1019;
    background-color: #ffffff;
}

.bottom-action-bar .bottom-action-bar-container .action .cta>span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.bottom-action-bar .bottom-action-bar-container .action .cta [class^="ico-"] {
    margin-left: 25px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .modal-video.fullscreen .video-container .video-player {
        display: block;
        z-index: unset;
        position: unset;
        left: unset;
        top: unset;
        width: 100%;
        height: 100%;
    }
    .modal-video.fullscreen .modal-dialog {
        margin-right: none !important;
        margin-left: none !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .fullscreen.modal-video .modal-dialog .modal-content .modal-body .video-container {
        height: 100vh !important;
    }
}

body .modal-video.fade.in .video-container .video-player {
    display: block;
}

@media (min-width: 768px) {
    body .modal.modal-video.fullscreen .modal-dialog {
        height: 80%;
    }
    body .modal.modal-video.fullscreen .modal-dialog .modal-content {
        min-height: 80vh;
    }
}


/*# sourceMappingURL=../maps/main.css.map */

body .ico-map-pin-unselect .path42:before {
    content: "\e9d5";
}

body .ico-map-pin-unselect .path43:before {
    content: "\e9d6";
}

body .ico-map-pin-unselect .path44:before {
    content: "\e9d7";
}

body .ico-map-pin-unselect .path45:before {
    content: "\e9d8";
}

body .ico-map-pin-unselect .path46:before {
    content: "\e9d9";
}

body .ico-map-pin-unselect .path47:before {
    content: "\e9da";
}

body .ico-map-pin-unselect .path48:before {
    content: "\e9db";
}

body .ico-map-pin-unselect .path49:before {
    content: "\e9dc";
}

body .ico-map-pin-unselect .path50:before {
    content: "\e9dd";
}

body .ico-map-pin-unselect .path51:before {
    content: "\e9de";
}

body .ico-map-pin-unselect .path52:before {
    content: "\e9df";
}

body .ico-map-pin-unselect .path53:before {
    content: "\e9e0";
}

body .ico-map-pin-unselect .path54:before {
    content: "\e9e1";
}

body .ico-map-pin-unselect .path55:before {
    content: "\e9e2";
}

body .ico-map-pin-unselect .path56:before {
    content: "\e9e3";
}

body .ico-map-pin-unselect .path57:before {
    content: "\e9e4";
}

body .ico-map-pin-unselect .path58:before {
    content: "\e9e5";
}

body .ico-map-pin-unselect .path59:before {
    content: "\e9e6";
}

body .ico-map-pin-unselect .path60:before {
    content: "\e9e7";
}

body .ico-map-pin-unselect .path61:before {
    content: "\e9e8";
}

body .ico-map-pin-unselect .path62:before {
    content: "\e9e9";
}

body .ico-map-pin-unselect .path63:before {
    content: "\e9ea";
}

body .ico-map-pin-unselect .path64:before {
    content: "\e9eb";
}

body .ico-map-pin-unselect .path65:before {
    content: "\e9ec";
}

body .ico-map-pin-unselect .path66:before {
    content: "\e9ed";
}

body .ico-map-pin-unselect .path67:before {
    content: "\e9ee";
}

body .ico-map-pin-unselect .path68:before {
    content: "\e9ef";
}

body .ico-map-pin-unselect .path69:before {
    content: "\e9f0";
}

body .ico-map-pin-unselect .path70:before {
    content: "\e9f1";
}

body .ico-map-pin-unselect .path71:before {
    content: "\e9f2";
}

body .ico-map-pin-unselect .path72:before {
    content: "\e9f3";
}

body .ico-map-pin-unselect .path73:before {
    content: "\e9f4";
}

body .ico-map-pin-unselect .path74:before {
    content: "\e9f5";
}

body .ico-map-pin-unselect .path75:before {
    content: "\e9f6";
}

body .ico-map-pin-unselect .path76:before {
    content: "\e9f7";
}

body .ico-map-pin-unselect .path77:before {
    content: "\e9f8";
}

body .ico-map-pin-unselect .path78:before {
    content: "\e9f9";
}

body .ico-map-pin-unselect .path79:before {
    content: "\e9fa";
}

body .ico-map-pin-unselect .path80:before {
    content: "\e9fb";
}

body .ico-map-pin-unselect .path81:before {
    content: "\e9fc";
}

body .ico-map-pin-unselect .path82:before {
    content: "\e9fd";
}

body .ico-map-pin-unselect .path83:before {
    content: "\e9fe";
}

body .ico-map-pin-unselect .path84:before {
    content: "\e9ff";
}

body .ico-map-pin-unselect .path85:before {
    content: "\ea00";
}

body .ico-map-pin-unselect .path86:before {
    content: "\ea16";
}

body .ico-map-pin-unselect .path87:before {
    content: "\ea17";
}

body .ico-map-pin-unselect .path88:before {
    content: "\ea7b";
}

body .ico-map-pin-unselect .path89:before {
    content: "\ea7c";
}

body .ico-map-pin-unselect .path90:before {
    content: "\ea7d";
}

body .ico-map-pin-unselect .path91:before {
    content: "\ea7e";
}

body .ico-map-pin-unselect .path92:before {
    content: "\ea7f";
}

body .ico-map-pin-unselect .path93:before {
    content: "\ea80";
}

body .ico-map-pin-unselect .path94:before {
    content: "\ea81";
}

body .ico-map-pin-unselect .path95:before {
    content: "\ea82";
}

body .ico-CTA_Favorites:before {
    content: "\e922";
}

body .ico-manutenzione-know-more:before {
    content: "\e923";
}

body .ico-manutenzione-services:before {
    content: "\e924";
}

body .ico-manutenzione-certified:before {
    content: "\e925";
}

body .ico-manutenzione-check-up:before {
    content: "\e926";
}

body .ico-manutenzione-coupon:before {
    content: "\e928";
}

body .ico-manutenzione-europe:before {
    content: "\e929";
}

body .ico-manutenzione-fixed-price:before {
    content: "\e92a";
}

body .ico-manutenzione-fluids:before {
    content: "\e92b";
}

body .ico-manutenzione-original-parts:before {
    content: "\e92c";
}

body .ico-manutenzione-assistance:before {
    content: "\e92d";
}

body .ico-manutenzione-warranty:before {
    content: "\e92e";
}

body .ico-pdf:before {
    content: "\e92f";
}

body .ico-print:before {
    content: "\e930";
}

body .ico-check-filter:before {
    content: "\e931";
}

body .ico-check-filter-full:before {
    content: "\e932";
}

body .ico-share:before {
    content: "\e933";
}

body .ico-share-fb:before {
    content: "\e934";
}

body .ico-share-gplus:before {
    content: "\e935";
}

body .ico-share-mail:before {
    content: "\e936";
}

body .ico-share-pinterest:before {
    content: "\e93b";
}

body .ico-share-twitter:before {
    content: "\ea83";
}

body .ico-tile-icon:before {
    content: "\ea84";
}

body .ico-cartool-car:before {
    content: "\ea85";
}

body .ico-find-us-dealer:before {
    content: "\ea86";
}

.service-config-modal .similar-products {
    margin-top: 15px;
    padding-bottom: 15%;
}

.wcag_helper-btn{
  display: flex;
  color: #fff!important;
  background-color: #9c1019;
  padding: 20px;
  align-items: center;
  width: 0;
  height: 0;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
    
.wcag_helper-btn:focus {
    width: calc(100% - 30px);
    margin: 15px;
    height: auto;
        padding: 20px; }
