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 {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !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;
    }

    select {
        background: #fff !important;
    }

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

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

.icon-asterisk:before {
    content: "\2a";
}

.icon-plus:before {
    content: "\2b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-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: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

body.body--fixed {
    position: fixed;
    width: 100%;
}

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

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

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    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, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777;
}

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

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

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

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }

    .selectors-inline {
        padding: 15px
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

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

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

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

.text-muted {
    color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
    color: #d30200;
}

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

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

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

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

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

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

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

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

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

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

a.bg-danger:hover {
    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, ol ul, ul ol, 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.42857143;
}

dt {
    font-weight: 600;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

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.42857143;
    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.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}

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

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

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

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

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

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .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: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px
    }

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

    .col-xs-1, .col-sm-1, .col-md-1, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .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 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.col-xs-1, .col-xs-15, .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-12 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.col-xs-15 {
    width: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-15, .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-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

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

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

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

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

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

    .col-sm-15 {
        width: 20%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

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

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

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

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

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

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

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

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

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

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

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

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

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

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

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

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

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

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

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

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

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

@media (min-width: 992px) {
    .col-md-1, .col-md-15, .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-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

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

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

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

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

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

    .col-md-15 {
        width: 20%;
        float: left
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

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

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

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

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

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

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

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

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

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

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

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

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

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

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

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

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

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

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

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

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-15, .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-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

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

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

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

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

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

    .col-lg-15 {
        width: 20%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

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

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

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

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

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

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

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

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

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

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

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

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

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

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

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

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

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

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

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

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

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

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

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

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 2px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #DDDDDD;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDDDDD;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

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

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

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

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

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

.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 > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .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 > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .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 > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .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 > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .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 > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .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: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDDDDD;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .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 > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .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;
    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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    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 .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.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"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .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: 400;
    cursor: pointer;
}

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

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

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

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio 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, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

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

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

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

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

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

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

.has-feedback {
    position: relative;
}

.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 {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .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: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .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;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

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

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

.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    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;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

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

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

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

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

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

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

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

.btn-primary-outline {
    color: #337ab7;
    background-color: #ffffff;
    border-color: #337ab7;
}

.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline:active {
    color: #337ab7;
    border-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger {
    color: #ffffff;
    background-color: #d30200;
    border-color: #d43f3a;
}

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

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

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

.btn-danger-outline {
    color: #c9302c;
    background-color: #ffffff;
    border-color: #d43f3a;
}

.btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline:active {
    color: #c9302c;
    border-color: #ac2925;
}


.btn-danger .badge {
    color: #d40000;
    background-color: #ffffff;
}

.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, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, 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.3333333;
    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;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-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-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: #ffffff;
    border: 1px solid #cccccc;
    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);
    -webkit-background-clip: padding-box;
    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.42857143;
    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: #ffffff;
    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.42857143;
    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 solid;
    content: "";
}

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

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

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.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-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .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 .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 {
    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 {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .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 > .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-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.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-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [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-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

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

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

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

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

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

.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 #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="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 {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

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

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #DDDDDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #DDDDDD;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #DDDDDD;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.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: #ffffff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #DDDDDD;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #DDDDDD;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

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

.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: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    color: #777777;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.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: #d40000;
}

.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: 600;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    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 {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    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 {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

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

.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: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000000;
    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;
    -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: #ffffff;
    border: 1px solid #999999;
    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);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.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;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -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: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    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: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    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: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    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);
    white-space: normal;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: 2px;
    border-right-width: 0;
    border-left-color: #ffffff;
    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 {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-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;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .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: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    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: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .icon-chevron-left, .carousel-control .icon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .icon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    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 #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    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: 768px) {
    .carousel-control .icon-chevron-left, .carousel-control .icon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .icon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .icon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .modal-footer: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;
}

.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, .visible-sm, .visible-md, .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: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    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: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) 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;
    }

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

.login__container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.login__container h1,
.login__container h2 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: none;
}
.login__container label {
    font-weight: normal;
    font-size: 15px;
}
.login__container .fs-small {
    font-size: 14px;
}
.login__container .btn-danger {
    padding: 10px 12px;
    font-weight: bold;
    font-family: inherit;
}
.login__container .btn-danger-outline {
    padding: 10px 12px;
}
.login__container .form-control {
    height: 42px;
}

.login__container .divider {
    position: relative;
    text-align: center;
}
.login__container .divider:after {
    background-color: transparent;
    border-top: 1px solid #dcdcdc;
    content: '';
    display: block;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.login__container .divider p {
    background-color: #fff;
    color: #6c757d;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
    padding: 0 8px 0 7px;
    position: relative;
    z-index: 2;
}
.login-border {
    border: 1px solid #dee2e6;
    padding: 20px;
}

.login__container .register-links {
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}
.login__container .register-links i {
    font-size: 9px;
}
.login__container .register-links > div {
    margin-top: 5px;
}

@media (max-width: 767px) {
    #header-login {
        background: #d3d3d3;
    }
}

@media (min-width: 768px) {
    #top-vente-sel > div {
        padding-right: 7px;
        padding-left: 7px
    }

    #top-vente-sel > div:first-child {
        padding-left: 14px
    }

    #top-vente-sel > div:last-child {
        padding-right: 14px
    }

    #home-selector {
        padding: 0
    }
}

#top-vente-sel .inner-div {
    height: 4rem;
    line-height: 4rem;
    background-color: #e6e6e6;
    border-radius: 1px
}

#top-vente-sel .active {
    background-color: #d40000
}

#top-vente-sel .active {
    color: #fff
}

#home-mount {
    color: #fff;
    background: transparent no-repeat 15px 0;
    padding-top: 24px;
    padding-bottom: 24px
}

.webp #home-mount {
    background-image: url("/static/img/home-montage.webp")
}

.no-webp #home-mount {
    background-image: url("/static/img/home-montage.jpg")
}

#home-mount-txt {
    padding: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7)
}

#home-selector {
    margin: 20px auto
}

#home-selector > .row {
    margin-bottom: 14px
}

#home-selector > .row:last-child {
    margin-bottom: 0
}

#home-selector button {
    font-size: 20px;
    margin-top: 12px
}

#home-selector label {
    font-weight: normal;
    margin-bottom: 6px;
    position: relative;
    width: 100%
}

#home-selector .liste-fake-select label {
    width: calc(100% - 40px);
    margin-bottom: 4px;
}

#home-selector form {
    padding: 20px 20px 10px
}

#home-selector #runren {
    margin-top: 15px
}

#home-selector .btn-group {
    width: 100%;
    margin: 10px 0;
}

#home-selector .btn-group .btn {
    width: 50%;
}

@media (max-width: 991px) {
    .selector-tyre-down form {
        padding-bottom: 0 !important;
    }

    .selector-tyre-down button {
        margin-bottom: 10px;
    }
}

#auto-type-switcher span, #auto-type-switcher a {
    width: 48%;
    color: #fff;
    font-size: 13px;
    background-color: #bfbfbf;
    padding: 10px 0
}

#auto-type-switcher span:first-child {
    margin-right: 4%
}

#auto-type-switcher span.active {
    background-color: #a29f9f
}

#switcher {
    height: 38px;
    margin: 0
}

#switcher a, #switcher a i {
    background: url("/static/img/switcher.png?v=2") no-repeat
}

#switcher a {
    height: 38px;
    text-align: center;
    background-repeat: repeat-x;
    background-position: 0 -262px;
    cursor: pointer;
    width: 80px;
    padding: 7px 10px 0;
    margin-right: 2px;
    border-radius: 3px 3px 0 0
}

#switcher a.active {
    background: #fff
}

#switcher a i {
    width: 46px;
    height: 24px;
    display: inline-block
}

#switcher #b.active i, #switcher #b:hover i {
    background-position: 0 0
}

#switcher #b i {
    background-position: 0 -26px
}

#switcher #v.active i, #switcher #v:hover i {
    background-position: 0 -52px
}

#switcher #v i {
    background-position: 0 -78px
}

#switcher #c.active i, #switcher #c:hover i {
    background-position: 0 -104px
}

#switcher #c i {
    background-position: 0 -130px
}

#switcher #m.active i, #switcher #m:hover i {
    background-position: 0 -156px
}

#switcher #m i {
    background-position: 0 -182px
}

#switcher #q.active i, #switcher #q:hover i {
    background-position: 0 -208px
}

#switcher #q i {
    background-position: 0 -234px
}

#switcher #j.active i, #switcher #j:hover i {
    background-position: 0 -314px
}

#switcher #j i {
    background-position: 0 -340px
}

#switcher #rpv {
    width: auto;
    padding: 7px 20px;
    font-weight: 600;
    margin: 0
}

#switcher #swb.active i, #switcher #swb:hover i {
    background-position: 0 0
}

#switcher #swb i {
    background-position: 0 -26px
}

#switcher #swv.active i, #switcher #swv:hover i {
    background-position: 0 -52px
}

#switcher #swv i {
    background-position: 0 -78px
}

#switcher #swc.active i, #switcher #swc:hover i {
    background-position: 0 -104px
}

#switcher #swc i {
    background-position: 0 -130px
}

#switcher #swm.active i, #switcher #swm:hover i {
    background-position: 0 -156px
}

#switcher #swm i {
    background-position: 0 -182px
}

#switcher #swq.active i, #switcher #swq:hover i {
    background-position: 0 -208px
}

#switcher #swq i {
    background-position: 0 -234px
}

#switcher #swj.active i, #switcher #swj:hover i {
    background-position: 0 -314px
}

#switcher #swj i {
    background-position: 0 -340px
}

#switcher #swja.active i, #switcher #swja:hover i {
    background-position: 0 -365px
}

#switcher #swja i {
    background-position: 0 -391px
}

#switcher #swrpv {
    width: auto;
    padding: 7px 20px;
    font-weight: 600;
    margin: 0
}

#top-vente-sel .arrow {
    display: none;
    position: absolute;
    bottom: -16px;
    left: 106px;
    left: calc(50% - 17px);
    width: 34px;
    height: 16px;
    background-position: 0 -538px
}

i.info, .ship, .season, #search-top p, .kb-price span, .btn-cart, .btn-cart.active, .btn-cart:active, .stock, .note, .note > i, #hmenu .separator, #footer .separator, #hmenu #cart, [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label, .mini-reassurance span {
    background-image: url('/static/img/gsprite.png');
    background-repeat: no-repeat;
    font-size: 14px
}

.red-arrow li, #menu-hover a#winter, #menu-hover i, #menu .arrow, #top-vente-sel .arrow {
    background-image: url('/static/img/sprite-hover.png');
    background-repeat: no-repeat
}

.pneu-label-review .labelling {
    margin: 0 auto 0.75rem
}

.product__image-slider-pagination .thumbnail .labelling {
    width: 85px;
    height: 46px;
}
.product__image-slider-pagination .thumbnail .labelling .label-noise-val {
    font-size: 9px;
    margin-top: 2px;
}
.product__image-slider-pagination .thumbnail .labelling .ico-noise-A ~ .label-noise-val,
.product__image-slider-pagination .thumbnail .labelling .ico-noise-B ~ .label-noise-val,
.product__image-slider-pagination .thumbnail .labelling .ico-noise-C ~ .label-noise-val {
    display: none;
}


/** labelling 2020 **/

.pneu-label-review .labelling {
    justify-content: center;
}

.labelling .label-noise-val {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    color: #7b7b7b;
    margin-top: -1px;
}

.labelling span {
    display: inline-block;
    vertical-align: middle;
}

.labelling--arrow .ico-letter {
    border-left: 0;
    margin-left: 6px;
}
.labelling--arrow .ico-letter:before,
.labelling--arrow .ico-letter:after {
    content: '';
}
.labelling-ico {
    background: url('/static/img/labelling_small_sprites.png') no-repeat;
    opacity: .65;
}
.labelling-ico + .labelling-noise-val {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: 0;
    margin-left: 1px;
}
.labelling-ico.ico-grip {
    width: 15px;
    height: 16px;
    background-position: 0 0;
}
.labelling-ico.ico-wet {
    width: 18px;
    height: 16px;
    background-position: -20px 0;
    margin-left: 6px;
}
.labelling-ico.ico-noise {
    width: 21px;
    height: 16px;
    background-position: -90px 0;
    margin-left: 6px;
}
.labelling-ico.ico-noise-1 {
    width: 16px;
    background-position: -43px 0;
}
.labelling-ico.ico-noise-2 {
    width: 17px;
    background-position: -67px 0;
}
.ico-letter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 12px;
    border: 1px solid #6d6d6d;
}
.ico-letter:before,
.ico-letter:after {
    position: absolute;
    right: 100%;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
}
.ico-letter:after {
    border-width: 6px;
    margin-top: -6px;
 }
.ico-letter:before {
    border-right-color: #4c4c4c;
    border-width: 7px;
    margin-top: -7px;
}
.ico-letter.min-A {
    background-color: #00a650;
}
.ico-letter.min-A:after {
    border-right-color: #00a650;
}
.ico-letter.min-B {
    background-color: #4bb746;
}
.ico-letter.min-B:after {
    border-right-color: #4bb746;
}
.ico-letter.min-C {
    background-color: #bfd72e;
}
.ico-letter.min-C:after {
    border-right-color: #bfd72e;
}
.ico-letter.min-D {
    background-color: #fff300;
}
.ico-letter.min-D:after {
    border-right-color: #fff300;
}
.ico-letter.min-E {
    background-color: #feb812;
}
.ico-letter.min-E:after {
    border-right-color: #feb812;
}
.ico-letter.min-F {
    background-color: #f46f1f;
}
.ico-letter.min-F:after {
    border-right-color: #f46f1f;
}
.ico-letter.min-G {
    background-color: #ef1b21;
}
.ico-letter.min-G:after {
    border-right-color: #ef1b21;
}
.ico-letter.min-grip-2020.min-B {
    background-color: #88be40;
}
.ico-letter.min-grip-2020.min-B:after {
    border-right-color: #88be40;
}
.ico-letter.min-grip-2020.min-C {
    background-color: #e6e11e;
}
.ico-letter.min-grip-2020.min-C:after {
    border-right-color: #e6e11e;
}
.ico-letter.min-grip-2020.min-D {
    background-color: #fcb814;
}
.ico-letter.min-grip-2020.min-D:after {
    border-right-color: #fcb814;
}
.ico-letter.min-grip-2020.min-E {
    background-color: #ef1c25;
}
.ico-letter.min-grip-2020.min-E:after {
    border-right-color: #ef1c25;
}
.ico-letter.min-wet-2020.min-A {
    background-color: #005ea6;
}
.ico-letter.min-wet-2020.min-A:after {
    border-right-color: #005ea6;
}
.ico-letter.min-wet-2020.min-B {
    background-color: #4682b8;
}
.ico-letter.min-wet-2020.min-B:after {
    border-right-color: #4682b8;
}
.ico-letter.min-wet-2020.min-C {
    background-color: #2d96d7;
}
.ico-letter.min-wet-2020.min-C:after {
    border-right-color: #2d96d7;
}
.ico-letter.min-wet-2020.min-D {
    background-color: #16bcff;
}
.ico-letter.min-wet-2020.min-D:after {
    border-right-color: #16bcff;
}
.ico-letter.min-wet-2020.min-E {
    background-color: #80dbfe;
}
.ico-letter.min-wet-2020.min-E:after {
    border-right-color: #80dbfe;
}


.labelling-inline {
    display: flex;
    align-items: center;
}
.labelling-inline:not(.labelling-inline-split) > span {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .labelling-inline {
        flex-wrap: wrap;
    }
}

.labelling-inline-split {
    justify-content: center;
}
.labelling-inline-split > span {
    width: 25px;
}
.labelling-inline-split [data-tptxt="noise"] {
    width: 30px;
}
.labelling-inline-split .labelling-ico {
    margin: 0 2px 2px;
}

@media (max-width: 560px) {
    .search-results .labelling-inline {
        pointer-events: none;
        transform: scale(0.878);
        transform-origin: left top;
    }
    .search-results .labelling-inline .ico-wet,
    .search-results .labelling-inline .ico-noise {
        margin-left: 4px;
    }
    .search-results .labelling-inline .label-noise-val {
        margin-left: 0;
    }
}



/*******************/

body, html {
    background-color: #0b0b0b;
    color: #56534E
}

body {
    font-size: 16px
}

#header {
    padding-top: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

@media (min-width: 992px) {
    #header {
        padding-top: 20px;
    }

    #header .container:first-child {
        height: 50px
    }
}

#header ul {
    list-style: none
}

#header li {
    float: left;
    margin: 0 6px
}

.upper {
    text-transform: uppercase
}

#menu-container {
    padding: 0;
}

#menu {
    height: 36px;
    padding: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#menu::-webkit-scrollbar {
    display: none;
}

#menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    white-space: nowrap;
}

#menu a {
    line-height: 24px
}

#menu li {
    padding: 6px 10px;
    margin: 0 2px 0 0;
    height: 100%;
    float: left;
    position: relative;
    background-color: #e6e6e6;
}

@media (min-width: 992px) {
    #menu .active {
        color: #FFFFFF;
        background-color: #d40000;
    }

    #menu .active * {
        color: #FFFFFF;
    }
}

#menu .arrow {
    display: none;
    z-index: 101;
    position: absolute;
    bottom: -16px;
    left: 30%;
    left: calc(50% - 17px);
    width: 34px;
    height: 16px;
    background-position: 0 -538px
}

#menu-hover {
    box-shadow: 0 4px 10px -6px #000;
    background: #e6e6e6;
    padding: 20px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    border-top: 4px solid #d40000
}

#menu-hover .row {
    display: none
}

#menu-hover a {
    font-size: 14px
}

ul.red-arrow {
    list-style: none;
    padding: 0
}

.red-arrow li {
    padding-left: 16px;
    background-position: 0 -483px
}

#menu-hover a#winter {
    padding-left: 26px;
    background-position: 0 -441px;
    line-height: 24px;
    display: block
}

#menu-hover i {
    height: 54px;
    display: block
}

#menu-hover i#v {
    background-position: 0 14px
}

#menu-hover i#m {
    background-position: 0 -44px
}

#menu-hover i#q {
    background-position: 0 -98px
}

#menu-hover i#c {
    background-position: 0 -152px
}

#menu-hover i#b {
    background-position: 0 -206px
}

#menu-hover i#ja {
    background-position: 0 -258px
}

#menu-hover i#jt {
    background-position: 0 -317px
}

#menu-hover i#pc {
    background-position: 0 -375px
}

#hmenu, #footer-pages {
    line-height: 32px
}

#hmenu .separator, #footer .separator {
    height: 32px;
    width: 2px;
    display: inline-block;
    background-position: 0 -268px
}

#hmenu #cart {
    background-position: -2px -369px;
    padding-left: 36px;
    position: relative
}

#hmenu #cartico {
    line-height: 16px;
    text-align: center;
    left: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    background-color: #d40000;
    color: #fff
}

#hmenu #cart a {
    padding-left: 20px
}

.alert-grey {
    background-color: #e8e8e8;
    border-color: #cfcfcf;
    color: #616161
}

.bgw {
    background-color: #fff
}

.tCenter, .tCenter * {
    text-align: center
}

.vCenter, .vCenter > tbody > tr > td, .vCenter > thead > tr > th {
    vertical-align: middle
}

.red, .color, .redhover:hover, #footer-link a:hover {
    color: #d40000 !important
}

.blue, .clink {
    color: #009fe6;
}

.orange {
    color: #d40000;
}

.green {
    color: #4cae4c;
}

.green-light {
    color: #83b432;
}

.white {
    color: #ffffff;
}

.grey {
    color: #7b7b7b;
}

.black {
    color: #242424;
}

.nomarg {
    margin: 0 !important
}

.nopad {
    padding: 0 !important
}

.block {
    display: block !important
}

.cursor {
    cursor: pointer !important
}

.fwhite * {
    color: #fff
}

.select {
    position: relative;
    padding: 0;
    margin: 0 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url('/static/img/arrow-select.png') no-repeat right 50%
}

.select * {
    text-align: left !important
}

.select select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 28px 6px 12px;
    font-size: 14px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 18px
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .select select {
        width: 180%
    }
}

.select select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.justify {
    text-align: justify;
    text-justify: inter-word
}

#footer {
    padding-top: 20px
}

#footer ul {
    padding: 0;
    list-style: none
}

#footer-mail {
    background-color: #d40000
}

#footer-mail {
    min-height: 76px;
    line-height: 76px
}

#footer-mail input {
    margin-top: 21px
}

#footer-mail button {
    background-color: #2a2a2a;
    border-radius: 0
}

#footer-pages {
    margin-bottom: 20px
}

#footer-pages a {
    color: #fff;
    padding: 2px 10px 2px 6px;
    border-right: 1px solid #dedede;
    margin-bottom: 6px;
    display: inline-block
}

#footer-pages a:last-child {
    border: none
}

.thumbnail img {
    margin-top: 10px;
    margin-bottom: 10px
}

.no-underline:hover, a.visible-xs {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

b, strong, .bold, button,
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.prix, .prix .devise {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

p .color {
    font-weight: 600
}

.fake-select {
    cursor: pointer
}

.fake-select .display-str {
    position: absolute;
    left: 14px;
    line-height: 34px
}

.disabled {
    opacity: 0.3
}

.selectors {
    background-color: #fff;
    font-size: 12px
}

@media (min-width: 992px) {
    .selectors {
        box-shadow: 0 5px 10px -10px #000 inset
    }
}

.selectors form {
    border-top: 4px solid #d40000
}

.selectors #required {
    margin-top: 21px
}

.selectors label {
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
    width: 100%
}

.mbottom {
    margin-bottom: 4px
}

.mtop {
    margin-top: 4px
}

.ptop {
    padding-top: 4px
}

.pbottom {
    padding-bottom: 4px
}

#reassurance span.img {
    height: 70px;
    width: 80px;
    background: url('/static/img/reassurance-home.png') no-repeat;
    display: inline-block
}

#reassurance .red {
    font-size: 14px
}

#reassurance .img#iship {
    background-position: 0px 0px
}

#reassurance .img#ifit {
    background-position: 0px -70px
}

#reassurance .img#ipay {
    background-position: 0px -210px
}

#reassurance .img#ichoose {
    background-position: 0px -140px
}

#breadcrumb {
    margin: 15px 0;
    font-size: 12px;
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
}

#breadcrumb div {
    margin-right: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 767px) {
    #breadcrumb > div:not(.hidden-xs) + div:before {
        content: ">";
        padding-right: 1rem;
        color: #d40000;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #breadcrumb > div:not(.hidden-sm) + div:before {
        content: ">";
        padding-right: 1rem;
        color: #d40000;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #breadcrumb > div:not(.hidden-md) + div:before {
        content: ">";
        padding-right: 1rem;
        color: #d40000;
    }
}

@media (min-width: 1200px) {
    #breadcrumb > div:not(.hidden-lg) + div:before {
        content: ">";
        padding-right: 1rem;
        color: #d40000;
    }
}

.row-list > [class^='col-'] {
    padding-bottom: 10px
}

.row-separator > [class^='col-'] {
    border-right: 1px solid #ccc;
    padding-bottom: 10px
}

.row-separator > [class^='col-']:last-child {
    border-right: none
}

.img-marque {
    float: right;
    margin: 40px 0 20px 20px
}

#other-type {
    position: absolute;
    right: 4px;
    top: 4px
}

#other-type li {
    float: right;
    line-height: 24px;
    background-color: #e4e4e4;
    padding: 2px 10px;
    margin-left: 6px
}

ul.nstyle {
    list-style: none
}

#item-detail {
    background-color: #ebebeb;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

#choose-tab > div {
    padding-left: 0;
    padding-right: 4px
}

#choose-tab > div:last-child {
    padding-right: 0
}

#choose-tab .inner-div {
    background-color: #a9a9a9;
    height: 46px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

#choose-tab .inner-div.active {
    background-color: #fff;
    color: #3c3837
}

.specif {
    border-bottom: 1px dotted #000
}

.specifs {
    margin: 10px 0;
    display: block
}

[data-toggle='tooltip']:not(a) {
    cursor: help
}

.search-results tbody td {
    height: 150px;
    color: #7b7b7b
}

.search-results .img img {
    width: 100%
}

.search-results thead tr th {
    line-height: 36px;
    border-top: 0;
}

.search-results .prix {
    margin-bottom: 10px;
    display: block
}

#search-top > div {
    padding-bottom: 20px
}

#search-top .top-item > div {
    padding: 0 4px;
    word-break: break-word
}

#search-top .top-item > div:first-child {
    padding: 0 0 0 5px;
    line-height: 90px
}

#search-top p {
    background-color: #3d3d3d;
    padding-left: 64px;
    margin: 0;
    height: 39px;
    line-height: 39px
}

#search-top #top-premium p {
    background-position: 0 -41px
}

#search-top #top-quality p {
    background-position: 0 -82px
}

#search-top #top-discount p {
    background-position: 0 0
}

#search-top .top-winter p {
    background-image: url('/static/img/winter.png')
}

#search-top .top-item {
    display: block;
    padding: 10px 0;
    min-height: 110px;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0
}

#search-top .top-item:hover {
    border: 1px solid #d40000;
    border-top: none
}

#search-top .labelling {
    margin-bottom: 5px
}
#search-top .labelling .ico-wet,
#search-top .labelling .ico-noise {
    margin-left: 4px;
}
#search-top .labelling .label-noise-val {
    margin-left: 0;
    margin-right: -1px;
    font-size: 10px;
}
@media (max-width: 1199px) {
    #search-top .labelling {
        transform: scale(.8);
        transform-origin: left top;
        margin-bottom: 0;
        width: 148px;
    }
}

#search-top .col-sm-5 {
    line-height: 16px
}

#search-top .prix {
    font-size: 22px
}

i.info, .ship {
    background-position: right -312px
}

.ship {
    padding-right: 24px;
    display: inline-block
}

.delivery {
    margin: 10px 0
}

i.info {
    height: 17px;
    width: 17px;
    display: inline-block
}

i.info:hover {
    cursor: help
}

.selectors i.info {
    right: 15px;
    position: absolute;
    top: 6px
}

#home-selector i.info {
    right: 4px;
    position: absolute;
    top: 2px
}

.search-results i.info {
    margin-left: 6px
}

#item-detail i.info {
    position: relative;
    right: 0;
    left: 10px;
    top: 4px
}

#item-detail td {
    width: 50%;
    padding-top: 0 !important
}

#item-detail form {
    margin: 10px 0 0
}

.season {
    width: 20px;
    height: 20px;
    display: inline-block
}

.season-summer {
    background-position: -6px -560px
}

.season-winter {
    background-position: -6px -528px
}

.season-all {
    background-position: -6px -592px
}

.specifs .season {
    vertical-align: middle;
    margin-top: -2px;
}

.winter-approved {
    width: 25px;
    height: 31px;
    display: inline-block;
    background-image: url('/static/img/winter-approved.png');
    background-repeat: no-repeat
}

.kb-price {
    min-width: 72px;
    text-align: center
}

.kb-price span {
    display: block;
    height: 28px;
    background-position: 0 -197px;
    font-size: 18px;
    padding-top: 3px;
    width: 64px;
    margin: auto
}

.btn-cart {
    background-position: 5px -473px;
    height: 38px;
    padding-left: 58px;
    line-height: 26px
}

.btn-cart.visible-xs {
    margin: auto;
    width: 48px;
    padding-left: 34px
}

.prix {
    font-size: 22px;
    color: #56534e;
    white-space: nowrap
}

.stock {
    padding-left: 48px;
    font-size: 12px;
    margin: auto;
    min-width: 100px;
    max-width: 116px;
    line-height: 12px;
    display: inline-block;
    background-position: 0 -620px;
    color: #83b432
}

.search-results .stock {
    display: inline-block;
    margin-bottom: 10px
}

#item-detail .stock {
    margin-left: 0
}

#item-detail #delay {
    padding-top: 10px !important
}

.note, .note > i {
    position: relative;
    display: inline-block;
    width: 60px;
    background-position: 0 -161px;
    height: 12px
}

.note > i {
    position: absolute;
    background-position: 0 -178px;
    left: 0
}

.note .n45 {
    width: 54px
}

.note .n40 {
    width: 48px
}

.note .n35 {
    width: 42px
}

.note .n30 {
    width: 36px
}

.note .n25 {
    width: 30px
}

.note .n20 {
    width: 24px
}

.note .n15 {
    width: 18px
}

.note .n10 {
    width: 12px
}

.note .n5 {
    width: 6px
}

.note .n0 {
    width: 0px
}

.avg-price {
    width: 182px;
    min-height: 61px;
    background: url('/static/img/bg-price.png') no-repeat;
    padding: 5px 0 0 28px;
    font-size: 14px
}

.avg-price .price {
    font-size: 24px;
    line-height: 24px
}

#cprice-cart {
    margin-bottom: 20px
}

#cprice-cart .avg-price {
    background: #d40000;
    width: auto;
    padding: 5px 0 0;
    min-height: 55px
}

#cprice-cart .avg-price .price {
    padding-bottom: 5px
}

#price-web .avg-price {
    background: #ebebeb;
    width: auto;
    font-size: 14px;
    padding: 6px;
    min-height: 36px
}

#price-web .table {
    border: 1px solid #ccc;
    margin-bottom: 6px
}

#price-web {
    margin-bottom: 20px
}

.compare-price .table td {
    height: 20px;
    text-align: left;
    padding: 4px 8px
}

.compare-price .table td:first-child {
    font-size: 14px
}

.compare-price small {
    font-size: 12px
}

.competitors:hover {
    cursor: pointer
}

.flag {
    width: 25px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat
}

.webp .flag {
    background-image: url('/static/img/flags.webp')
}

.no-webp .flag {
    background-image: url('/static/img/flags.png')
}

.flag.flag-BE {
    background-position: -125px 0
}

.flag.flag-CH {
    background-position: -25px -15px
}

.flag.flag-DE {
    background-position: -75px -15px
}

.flag.flag-ES {
    background-position: -150px -15px
}

.flag.flag-FR {
    background-position: -50px -30px
}

.flag.flag-GB {
    background-position: -75px -30px
}

.flag.flag-LU {
    background-position: -150px -45px
}

.flag.flag-AT {
    background-position: -75px 0
}

.flag.flag-NL {
    background-position: -150px -60px
}

.flag.flag-BG {
    background-position: -150px 0
}

.flag.flag-HR {
    background-position: -150px -30px
}

.flag.flag-DK {
    background-position: -100px -15px
}

.flag.flag-EE {
    background-position: -125px -15px
}

.flag.flag-FI {
    background-position: 0 -30px
}

.flag.flag-GR {
    background-position: -125px -30px
}

.flag.flag-HU {
    background-position: 0 -45px
}

.flag.flag-IT {
    background-position: -75px -45px
}

.flag.flag-LV {
    background-position: 0 -60px
}

.flag.flag-LT {
    background-position: -125px -45px
}

.flag.flag-NO {
    background-position: 0 -75px
}

.flag.flag-PL {
    background-position: -25px -75px
}

.flag.flag-PT {
    background-position: -50px -75px
}

.flag.flag-CZ {
    background-position: -50px -15px
}

.flag.flag-RO {
    background-position: -75px -75px
}

.flag.flag-RS {
    background-position: -100px -75px
}

.flag.flag-SK {
    background-position: -25px -90px
}

.flag.flag-SI {
    background-position: 0 -90px
}

.flag.flag-SE {
    background-position: -150px -75px
}

.flag.flag-UA {
    background-position: -75px -90px
}

.flag.flag-IE {
    background-position: -25px -45px
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    background-position: -48px -237px
}

[type="checkbox"]:checked + label {
    background-position: -49px -441px
}

.carousel .note {
    margin-right: 6px
}

#product .green-light {
    margin-top: 10px
}

.mini-reassurance {
    margin: 8px 0 0;
    text-align: center
}

#product .mini-reassurance {
    text-align: left;
    margin-bottom: 20px
}

.mini-reassurance span {
    padding: 0 8px 0 14px;
    background-position: 0 -342px
}

table.skip-first-border tbody tr:first-child td {
    border-top: 0
}

.pagination li {
    display: inline;
    margin: 0 3px
}

.liste-fake-select {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.liste-fake-select .modal-header {
    border-bottom: 0;
    padding-bottom: 12px;
}

.selector-search-marque-toggle {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 12px;
}
.selector-search-marque-toggle span {
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
}

.liste-saison {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 400px
}

.liste-fake-select label {
    display: block;
    white-space: nowrap;
}

.relative {
    position: relative
}

.up-chaine {
    position: relative
}

.up-chaine img:first-child {
    position: absolute;
    top: 92px;
    left: 8px
}

.pack-add {
    margin: auto;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #d40000;
    display: block;
    text-align: center;
    line-height: 18px
}

.table-unbordered td, tr.noborder td {
    border: none !important
}

.quantite {
    line-height: 36px;
    text-align: right
}

.quantite label {
    font-weight: 400;
}

td.compare label {
    padding-left: 12px !important
}

.ht {
    display: block
}

.devise {
    font-size: 20px
}

.buy-it {
    width: 100px
}

.buy-it.price {
    width: 170px
}

.buy-it small {
    display: block
}

.buy-it .stock {
    margin-top: 10px
}

.btn-grey, .btn-light-grey {
    color: #fff;
    background-color: rgba(130, 130, 130, 0.7);
}

.btn-grey.active {
    background-color: #56534e
}

.btn-light-grey {
    background-color: rgba(130, 130, 130, 0.3);
}

.btn-light-grey.active {
    background-color: rgba(86, 83, 78, 0.7)
}

.garage:hover, .garage.active {
    background-color: #ebebeb
}

.garage {
    padding: 15px;
    margin-top: 20px
}

.garage .btn {
    white-space: normal
}

.garage i {
    width: 80px;
    height: 80px
}

#garage-price .prix {
    font-size: 16px
}

.stars {
    background: url("/static/img/sprite-stars.png") no-repeat 0 -18px;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer
}

.stars.sr {
    background-position: 0 -36px
}

.stars.so {
    background-position: 0 0
}

h1, .h1 {
    font-size: 22px
}

h2, .h2 {
    font-size: 20px
}

h3, .h3 {
    font-size: 18px
}

h4, .h4 {
    font-size: 16px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

#menu-mobile {
    height: 40px;
    line-height: 0;
}
#menu-mobile button {
    position: relative;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    margin: 6px 0 0;
}
#menu-mobile button div,
#menu-mobile button:before,
#menu-mobile button:after {
    position: absolute;
    background: #56534E;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: rotate3d(0, 0, 1, 0) translate(-50%, -50%);
    transform-origin: 0 0;
    transition: transform .25s, opacity .25s;
    width: 100%;
}
#menu-mobile.active button div,
#menu-mobile.active button:before,
#menu-mobile.active button:after {
    background: white;
}
#menu-mobile button:before,
#menu-mobile button:after {
    content: '';
    display: block;
}
#menu-mobile button:before {
    margin-top: -7px;
}
#menu-mobile button:after {
    margin-top: 7px;
}
#menu-mobile.active button div {
    opacity: 0;
}
#menu-mobile.active button:before,
#menu-mobile.active button:after {
    margin-top: 0;
}
#menu-mobile.active button:before {
    transform: rotate3d(0, 0, 1, 225deg) translate(-50%, -50%);
}
#menu-mobile.active button:after {
    transform: rotate3d(0, 0, 1, 495deg) translate(-50%, -50%);
}

#menu-mobile.active {
    color: #fff;
    background-color: #d40000
}

/*#menu-mobile i {*/
/*    margin-top: 6px;*/
/*}*/

.table-th-grey thead tr, .table-th-grey.table-mobile td:first-child {
    background-color: #56534e;
    color: #fff;
    text-align: center
}

#selector-light form {
    margin-bottom: 20px
}

.clear {
    clear: both
}

#product .btn-cart {
    margin-top: 10px
}

#product .view-reviews {
    font-size: 16px
}

@media (max-width: 767px) {
    .xs-nomarg {
        margin: 0
    }

    .xs-nopad {
        padding: 0
    }

    .xs-mbottom {
        margin-bottom: 10px
    }

    .table ul {
        padding-left: 5px
    }

    .xs-clear {
        clear: both
    }

    .sm-clear {
        display: none
    }

    #item-detail td {
        padding-left: 6px
    }

    #item-detail td:first-child {
        padding-left: 0;
        padding-right: 6px
    }

    #mount-cart td {
        padding-bottom: 20px
    }

    #home-selector {
        padding: 0;
        margin: 4px 0 !important
    }

    .search-results .img {
        width: 98px;
        max-width: 98px;
    }

    .search-results .price {
        width: 80px;
    }

    .search-results .price .prix, .search-results .price .devise {
        font-size: 20px;
    }

    .search-results .note + small {
        position: relative;
        top: -2px;
    }
}
@media (max-width: 991px) {
    #menu {
        height: 36px;
        position: relative;
        overflow-y: scroll;
        white-space: nowrap;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
        scrollbar-width: none;
        /* for Firefox */
        padding-right: 24px;
    }

    #menu li:last-child {
        padding-right: 30px;
    }

    #menu li {
        font-size: 14px;
        background-color: transparent;
        padding: 0 6px;
    }

    #menu li + li {
        border-left: 1px solid #DDDDDD;
    }

    #menu li a {
        padding: 6px 0;
        display: block;
    }

    #menu-container {
        position: relative;
    }

    #menu-container:after {
        position: absolute;
        content: ' ';
        width: 30px;
        height: 36px;
        right: 0;
        top: 0;
        box-shadow: -17px 0 16px 4px #FFFFFF inset;
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    .bg-auto, .bg-default, .bg-moto, .bg-quad, .bg-camion, .bg-agricole, .bg-chaine, .bg-jante {
        background: #302d2c no-repeat top center
    }

    #footer {
        background: #1f1f1f no-repeat top center
    }

    .webp .bg-auto, .webp .bg-default {
        background-image: url('/static/img/bg/bg-auto-1.webp')
    }

    .webp .bg-moto {
        background-image: url('/static/img/bg/bg-moto-1.webp')
    }

    .webp .bg-quad {
        background-image: url('/static/img/bg/bg-quad-1.webp')
    }

    .webp .bg-camion {
        background-image: url('/static/img/bg/bg-camion-1.webp')
    }

    .webp .bg-agricole {
        background-image: url('/static/img/bg/bg-agricole-1.webp')
    }

    .webp .bg-chaine {
        background-image: url('/static/img/bg/bg-chaine-1.webp')
    }

    .webp .bg-jante {
        background-image: url('/static/img/bg/bg-jante-1.webp')
    }

    .webp #footer {
        background-image: url('/static/img/bg/bg-footer-1.webp')
    }

    .no-webp .bg-auto, .no-webp .bg-default {
        background-image: url('/static/img/bg/bg-auto-1.jpg')
    }

    .no-webp .bg-moto {
        background-image: url('/static/img/bg/bg-moto-1.jpg')
    }

    .no-webp .bg-quad {
        background-image: url('/static/img/bg/bg-quad-1.jpg')
    }

    .no-webp .bg-camion {
        background-image: url('/static/img/bg/bg-camion-1.jpg')
    }

    .no-webp .bg-agricole {
        background-image: url('/static/img/bg/bg-agricole-1.jpg')
    }

    .no-webp .bg-chaine {
        background-image: url('/static/img/bg/bg-chaine-1.jpg')
    }

    .no-webp .bg-jante {
        background-image: url('/static/img/bg/bg-jante-1.jpg')
    }

    .no-webp #footer {
        background-image: url('/static/img/bg/bg-footer-1.jpg')
    }

    .xs-clear {
        display: none
    }

    .sm-clear {
        clear: both
    }

    .table:not(.table-condensed) > thead > tr > th, .table:not(.table-condensed) > tbody > tr > th, .table:not(.table-condensed) > tfoot > tr > th, .table:not(.table-condensed) > thead > tr > td, .table:not(.table-condensed) > tbody > tr > td, .table:not(.table-condensed) > tfoot > tr > td {
        padding: 8px
    }

    .search-results .img {
        width: 120px;
        max-width: 120px
    }

    .search-results .price {
        min-width: 170px
    }

    .lang-lv .search-results .price, .lang-de .search-results .price, .lang-nl .search-results .price {
        min-width: 188px
    }

    .lang-el .search-results .price {
        min-width: 178px
    }

    h1, .h1 {
        font-size: 28px
    }

    h2, .h2 {
        font-size: 24px
    }

    h3, .h3 {
        font-size: 22px
    }

    h4, .h4 {
        font-size: 18px
    }

    h5, .h5 {
        font-size: 14px
    }

    h6, .h6 {
        font-size: 12px
    }

    #breadcrumb {
        font-size: 14px
    }

    .prix {
        font-size: 26px
    }
    .default-price .prix {
        font-size: inherit;
    }
    .default-price .devise {
        font-size: inherit;
    }

    #fmount button[type=submit] {
        margin-top: 0
    }

    #product #item-detail {
        margin-top: 0
    }
}

@media (max-width: 991px) {
    .md-clear {
        display: none
    }

    #footer-link li {
        margin-bottom: 6px
    }

    #dashboard li {
        margin-bottom: 6px
    }

    #additional > p {
        padding-top: 20px
    }

    #product #item-detail {
        margin-top: 10px
    }

    button[type=submit], .selectors label, .addtopack {
        margin-top: 10px
    }

    .input-group button[type=submit] {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .sm-clear {
        display: none
    }

    .md-clear {
        clear: both
    }

    .garage i, .gico {
        background: url('/static/img/sprite-mount.png') no-repeat
    }

    td.gico {
        padding-left: 34px !important
    }

    .gico {
        padding-left: 20px
    }

    .gico#adresse {
        background-position: 0 -436px
    }

    .gico#phone {
        background-position: 0 -462px
    }

    .gico#lundi {
        background-position: 4px -244px
    }

    .gico#mardi {
        background-position: 4px -276px
    }

    .gico#mercredi {
        background-position: 4px -306px
    }

    .gico#jeudi {
        background-position: 4px -336px
    }

    .gico#vendredi {
        background-position: 4px -368px
    }

    .gico#samedi, .gico#dimanche {
        background-position: 4px -400px
    }

    .garage i.mount-off {
        background-position: 0 -82px
    }

    #search-top > div:nth-child(2), #search-top .top-winter {
        padding-right: 6px;
        padding-left: 6px
    }

    #search-top > div:first-child {
        padding-right: 0
    }

    #search-top > div:last-child {
        padding-left: 0
    }

    #search-top .top-winter:first-child {
        padding-left: 15px;
        padding-right: 0
    }

    #search-top .top-winter:last-child {
        padding-right: 15px;
        padding-left: 0
    }

    .selectors .runren {
        margin-top: 28px
    }
    .selectors .runren-container {
        padding-top: 12px;
    }

    #choose-tab .inner-div {
        font-size: 18px
    }

    .selectors #additional {
        box-shadow: -5px 0px 8px -10px #7b7b7b
    }

    .selectors {
        background-color: #e8e8e8
    }

    .selectors form {
        margin-top: 8px;
        border-top: none
    }

    .selectors-inline {
        height: 96px
    }

    #header {
        height: 106px
    }
}

.bg-alu-mobile {
    background: #fff no-repeat scroll right;
    min-height: 408px;
    margin-left: -10px;
    margin-right: 16px
}

.bg-tole-mobile {
    background: #fff no-repeat scroll right;
    min-height: 360px;
    margin-left: -16px;
    margin-right: 16px
}

.webp .bg-alu-mobile {
    background-image: url("/static/img/bg-selector-alu-mobile.webp")
}

.no-webp .bg-alu-mobile {
    background-image: url("/static/img/bg-selector-alu-mobile.png")
}

.webp .bg-tole-mobile {
    background-image: url("/static/img/bg-selector-tole-mobile.webp")
}

.no-webp .bg-tole-mobile {
    background-image: url("/static/img/bg-selector-tole-mobile.png")
}

#links-mobile {
    position: relative;
    margin-top: -42px;
    z-index: 200
}

#links-mobile p {
    padding: 4px 20px;
    font-size: 18px;
    background-color: #555351;
    margin-bottom: 0;
    border-bottom: 1px solid #4e4c4a;
    color: #fff
}

#links-mobile ul {
    background-color: #555351;
    margin-bottom: 0
}

#links-mobile a {
    color: white
}

#links-mobile #menumobile {
    background-color: #d40000;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 26px
}

.bvmenu {
    background-color: #e6e6e6;
    padding: 10px
}

.bvmenu.active {
    background-color: #d40000;
    color: #fff
}

.bvgrp {
    border: 1px solid #d0d0d0;
    margin-bottom: 10px
}

.bvgrp .row > div .thumbnail{
    margin: 10px 0 0 10px;
}

.bvgrp .row > div + div .thumbnail{
    margin: 10px 10px 0 0;
}

#reassurance-cart {
    padding: 8px 8px
}

#reassurance-cart span.img {
    height: 70px;
    width: 80px;
    background: url('/static/img/reassurance-cart.png') no-repeat;
    display: inline-block
}

#reassurance-cart .img#cstep1 {
    background-position: 0px 0px
}

#reassurance-cart .img#cstep2 {
    background-position: 0px -65px
}

#reassurance-cart .img#cstep3 {
    background-position: 0px -128px
}

#reassurance-cart .img#cstep4 {
    background-position: 0px -198px
}

#jashadow360 {
    background: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0
}

#img360c {
    position: absolute;
    z-index: 20
}

#img360 {
    width: 400px;
    height: 400px
}

#plays360 i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    margin: 10px
}

#footer-link li {
    font-size: 12px
}

#footer-link p {
    font-size: 11px;
    margin-top: 40px
}

.iHelp {
    display: none;
    position: absolute;
    z-index: 4;
    top: 70px;
    left: -20px;
    background: #fff;
    border: 1px solid #d0d0d0
}

.icon.close-fs {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 4;
    cursor: pointer
}

.view-all-brand {
    margin-top: 20px
}

.rp_list {
    font-family: Verdana, Helvetica, sans-serif;
    position: fixed;
    right: -330px;
    top: 40px;
    margin: 0;
    padding: 0
}

.rp_list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.rp_list li {
    width: 440px;
    margin-bottom: 5px;
    display: none
}

.rp_list .thumbnail {
    width: 440px;
    z-index: 10;
    position: absolute;
    background: #fff;
    margin: 0
}

.rp_list .thumbnail [class*=span] {
    padding: 0
}

.rp_list .thumbnail .span6 {
    margin-left: 4px
}

span.rp_submit, .rp_add {
    background: #fff;
    width: 108px;
    height: 14px;
    display: block;
    margin: 10px 0px 0px 4px;
    cursor: pointer;
    padding: 0 5px 8px;
    font-size: 12px
}

.rp_add {
    height: 38px
}

span.rp_submit {
    padding: 10px;
    height: 34px
}

.carousel-inner .prix {
    display: inline-block
}

#fbfooticon {
    display: inline-block;
    top: 12px;
    margin-right: 20px;
    position: relative;
    background: url("/static/img/fb-icon.png") no-repeat scroll;
    height: 34px;
    width: 34px
}

#fbfooticon:hover {
    background-position: 0 -35px
}

#form-rev table tr td:first-child, .chaine-list-dimension tbody {
    font-size: 14px
}

#form-rev label {
    font-size: 15px
}

#form-rev table tr td {
    word-break: break-word
}

.delay {
    font-size: 12px
}

.btn-pack {
    color: #fff;
    white-space: normal;
    margin-top: 10px;
    background: #55524e;
    border-color: #302d29
}

.btn-pack:hover {
    color: #fff
}

i.note + small {
    font-size: 12px
}

#code-promo ul.coupon-list {
    color: #686868;
    list-style: none;
    padding-left: 0;
    margin-top: 25px
}

#code-promo ul.coupon-list > li {
    padding-top: 25px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-top: solid #DDDDDD 1px
}

#code-promo ul.coupon-list > li:first-child {
    border-width: 2px
}

#code-promo ul.coupon-list > li + li {
    margin-top: 25px
}

#code-promo ul.coupon-list > li > div + div {
    margin-left: 15px
}

#code-promo .value {
    background: #d52525;
    color: white;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    padding: 15px;
    font-weight: bold
}

#code-promo .value .bordered {
    border: dotted white 2px;
    width: 100%;
    height: 110px;
    padding-top: 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px
}

#code-promo .value .bordered strong {
    font-size: 28px;
    display: block;
    white-space: nowrap
}

#code-promo .legend {
    flex: 1
}

#code-promo .legend h3 {
    text-transform: none;
    font-size: 17px;
    margin-top: 0
}

#code-promo .legend p {
    font-size: 14px
}

#code-promo .legend a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px
}

#code-promo .conditions {
    flex: 0 0 210px;
    padding: 0 15px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

#code-promo .conditions .limit {
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: solid #DDDDDD 1px
}

#code-promo .conditions .limit .amount strong {
    font-family: inherit;
    font-size: 12px
}

#code-promo .conditions .expiration {
    font-size: 14px
}

#code-promo .conditions .expiration .description {
    margin-bottom: 5px
}

#code-promo .conditions .expiration .description .icon {
    font-size: 12px;
    color: #d52525
}

#code-promo .conditions .expiration .stay .date {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: solid #cccccc 1px;
    border-radius: 3px;
    background: #f9f9f9;
    font-weight: bold
}

#code-promo .conditions .expiration .stay .date + .date {
    margin-left: 7px
}

#code-promo .conditions .expiration .stay .date .rest {
    font-size: 12px
}

#code-promo .conditions .expiration .stay .date .unit {
    text-transform: uppercase;
    font-size: 9px
}

#code-promo .code .description {
    font-size: 14px;
    margin-bottom: 12px
}

#code-promo .code .coupon {
    background: #d52525;
    color: white;
    padding: 4px;
    border-radius: 5px;
    width: 146px;
    margin: 0 auto
}

#code-promo .code .coupon button.bordered {
    text-transform: uppercase;
    height: 36px;
    width: 100%;
    background: none;
    border: dotted white 1px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px
}

@media (max-width: 768px) {
    #code-promo ul.coupon-list > li {
        flex-wrap: wrap;
        padding-top: 15px;
        justify-content: space-between
    }

    #code-promo ul.coupon-list > li + li {
        margin-top: 15px
    }

    #code-promo .legend {
        margin-left: 0 !important;
        order: -1;
        flex-basis: 100%;
        margin-bottom: 15px
    }
}

@media (max-width: 560px) {
    #code-promo .conditions {
        border: none
    }

    #code-promo .code {
        margin-top: 15px;
        flex-basis: 100%;
        margin-left: 0 !important
    }

    #code-promo .code .description {
        margin-bottom: 5px
    }

    .code .coupon {
        width: 100%
    }
}

@media (max-width: 400px) {
    #code-promo .value {
        width: 100px;
        height: 100px;
        padding: 10px
    }

    #code-promo .value .bordered {
        border-width: 1px;
        width: 100%;
        height: 80px;
        padding-top: 23px;
        font-size: 12px
    }

    #code-promo .value .bordered strong {
        font-size: 21px
    }
}

@media (max-width: 360px) {
    #code-promo ul.coupon-list > li {
        justify-content: center
    }

    #code-promo ul.coupon-list > li > div + div {
        margin-left: 0
    }

    #code-promo .conditions {
        margin-top: 15px;
        flex-basis: 100%
    }
}

#content-privacy dt, #content-privacy dd {
    padding: 10px 15px
}

#content-privacy h2 {
    margin-top: 20px
}

#content-privacy h3 {
    text-align: center;
    font-size: 18px
}

#content-privacy table td {
    word-break: break-all
}

@media (max-width: 768px) {
    #content-privacy ul, #content-cookies ul {
        list-style: none;
    }
}

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

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

.chaine-tension {
    white-space: normal
}

.footer-methods .method {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px
}

.footer-methods .method-logo {
    height: 24px;
    background-repeat: no-repeat
}

.webp .footer-methods .method-logo {
    background-image: url("/static/img/footerpayment.webp?v=1")
}

.no-webp .footer-methods .method-logo {
    background-image: url("/static/img/footer-payment.png")
}

.footer-methods #bancontact {
    background-position: right -214px;
    width: 43px
}

.footer-methods #p24,
.footer-methods #p24_checkout {
    background-position: right -243px;
    width: 73px
}

.footer-methods #ideal {
    background-position: right -275px;
    width: 30px
}

.footer-methods #belfius {
    background-position: right -302px;
    width: 106px
}

.footer-methods #paypal {
    background-position: right -124px;
    width: 87px
}

.footer-methods #visa {
    background-position: right -2px;
    width: 78px
}

.footer-methods #master {
    background-position: right -33px;
    width: 45px
}

.footer-methods #maestro {
    background-position: right -63px;
    width: 45px
}

.footer-methods #electron {
    background-position: right -94px;
    width: 57px
}

.footer-methods #giropay {
    background-position: right -359px;
    width: 58px
}

.footer-methods #sepa {
    background-position: right -153px;
    width: 85px
}

.footer-methods #sofort {
    background-position: right -183px;
    width: 82px
}

.footer-methods #ing {
    background-position: right -333px;
    width: 82px
}

.progress {
    overflow: hidden;
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    text-align: center;
    background-color: #d40000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
}

.scarcity {
    font-weight: bold;
    color: #d40000;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
}

@keyframes bottomToTop {
    100% {
        transform: translateY(0);
    }
}

.scarcity span {
    display: block;
    transform: translateY(100%);
    animation: bottomToTop 2s forwards ease 2s;
}

.btn-view {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    margin: 0 auto;
}

.buy-it .btn-view:last-child {
    margin-right: 26px;
}

.btn-view i {
    margin-right: 1rem;
}

#contact-choice {
    margin-top: 3rem;
    display: flex;
    justify-content: space-around;
}

#contact-choice > div + div {
    border-left: 1px solid #ececec;
}

@media screen and (max-width: 767px) {
    #contact-choice {
        flex-direction: column;
    }

    #contact-choice > div + div {
        border-top: 1px solid #ececec;
        border-left: none;
    }
}

#contact-choice > div {
    font-size: 14px;
    padding: 2rem;
    flex-direction: column;
    display: flex;
    flex: 1;
    align-items: center;
}

#contact-choice p {
    margin-bottom: 2rem;
}

#contact-choice .btn {
    margin-top: auto;
    width: auto;
}

#contact-choice img {
    margin-bottom: 3rem;
}

.saison-gamme {
    display: flex;
}

.saison-gamme > small {
    margin-top: 0.2rem;
    margin-left: 0.4rem;
}


@media (max-width: 991px) {
    .top-badge-container {
        position: relative;
    }

    .selectors .runren-container {
        padding-top: 17px;
    }
    .selectors .runren-container label {
        margin-top: 4px;
    }

    .top-badge {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        pointer-events: none;
        width: 120px;
    }

    .top-badge-text {
        color: white;
        font-weight: 500;
        padding: 2px 4px;
        font-size: 70%;
        text-transform: uppercase;
        float: left;
        border-bottom: 1px solid transparent;
    }

    .top-badge-arrow {
        width: 0;
        height: 0;
        border-bottom: 20px solid transparent;
        float: left;
        box-sizing: border-box;
    }

    .top-badge-premium .top-badge-arrow {
        border-left: 14px solid #F01600;
    }

    .top-badge-premium .top-badge-text {
        background-color: #F01600;
        border-bottom-color: #F01600;
    }

    .top-badge-quality .top-badge-arrow {
        border-left: 14px solid #5D9101;
    }

    .top-badge-quality .top-badge-text {
        background-color: #5D9101;
        border-bottom-color: #5D9101;
    }

    .top-badge-discount .top-badge-arrow {
        border-left: 14px solid #3CAFDC;
    }

    .top-badge-discount .top-badge-text {
        background-color: #3CAFDC;
        border-bottom-color: #3CAFDC;
    }
}

.breadcrumb-container {
    font-size: 14px;
    display: flex;
    margin: 14px 0;
}

.breadcrumb-container #breadcrumb {
    margin: 0
}

@media (max-width: 767px) {
    .breadcrumb-container {
        -webkit-box-align: center;
        align-items: center;
        font-size: 12px;
    }

    .top-badge-container img {
        margin-top: 1rem;
    }
}

.breadcrumb-container > div + div {
    margin-left: 1rem;
    overflow: hidden;
}

.breadcrumb-container > div + div:before {
    content: "|";
    padding-right: 1rem;
    float: left;
    color: #cccccc;
}

@media (min-width: 768px) {
    #selector-light button[type=submit] {
        margin-top: 0;
    }
    .product__title span span {
        font-size: 80%;
    }

    .product__title .colored {
        color: #009fe6;
    }

    .product__labelling {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

#breadcrumb i.icon {
    display: none;
}

.top-item-details, .top-item-price {
    display: flex;
    justify-content: space-between;
}

.top-item-price {
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.liste-fake-select {
    width: 100%;
    width: calc(100% - 30px);
    left: auto;
    padding: 10px 0 0 10px;
    min-width: 180px;
    overflow: hidden;
    z-index: 99;
}

.liste-fake-select .reset-fake-filters {
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    padding: 5px 9px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
}
.liste-fake-select .reset-fake-filters .btn {
    font-weight: 700;
}
@media (max-width: 767px) {
    .liste-fake-select .reset-fake-filters .btn {
        font-size: 17px;
    }
}
.liste-fake-select .selector-search-counter {
    color: #b6b6b6;
    font-size: 11px;
}

.liste-fake-select .view-all-brand {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: bold;
}

.liste-fake-select .liste-fake-select-all {
    position: relative;
    max-height: 270px;
    overflow: auto;
    width: 100%;
    padding-bottom: 5px;
    padding-right: 5px;
    -webkit-overflow-scrolling: touch;
}

.liste-fake-select .selector-search-marque input, .liste-fake-select .selector-search-marque .btn {
    border-radius: 3px !important;
}

.liste-fake-select .selector-search-marque .btn {
    margin-left: 15px;
}

.liste-fake-select .hide {
    display: none;
}

.liste-fake-select label {
    margin: 0 0 6px 7px;
    width: calc(100% - 40px)
}

.liste-fake-select .marque-category label {
    margin-left: 0;
    font-weight: bold !important;
}
.liste-fake-select .specif-category label {
    font-weight: bold !important;
    font-size: 14px;
}

.liste-fake-select .selector-search-marque {
    margin-bottom: 8px;
    margin-right: 10px;
}

.liste-fake-select .others-brand {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.liste-fake-select.searching .others-brand {
    border-top: 0;
    margin-top: 5px;
    padding-top: 0;
}

@media (max-width: 767px) {
    .display-if-fullscreen {
        display: none;
    }

    .liste-fake-select {
        position: inherit;
        border: 0;
        width: 100% !important;
        padding: 0 15px;
    }

    .liste-fake-select .modal-header .icon-remove {
        top: 18px;
        font-size: 16px !important;
        right: 10px;
    }

    .liste-fake-select .selector-search-marque {
        margin-top: 10px;
        padding-right: 0;
        margin-right: 0;
    }

    .liste-fake-select .liste-fake-select-all {
        max-height: 80%;
        max-height: calc(100% - 160px);
    }

    .liste-fake-select label, .liste-fake-select .view-all-brand {
        font-size: 15px !important;
    }

    .liste-fake-select .selector-search-marque input {
        height: 36px;
    }

    .liste-fake-select .selector-search-marque .btn {
        padding: 8px 10px;
    }

    .liste-fake-select .reset-fake-filters {
        margin: 0 -15px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    body.fake-select-fullscreen, body.selector-fullscreen {
        overflow: hidden;
    }

    body.selector-fullscreen .display-if-fullscreen,
    .fullscreen-slider .display-if-fullscreen {
        display: block !important;
    }

    body.selector-fullscreen .hide-if-fullscreen,
    .fullscreen-slider .hide-if-fullscreen {
        display: none !important;
    }

    .fake-select-fullscreen .liste-fake-select,
    .selector-fullscreen .selector-fullscreen-element,
    .fullscreen-slider {
        background: #fff;
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        margin: 0 !important;
    }

    .img-selector-bottom {
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .selector-fullscreen .selector-fullscreen-element {
        border-top: none;
    }

    .selector-fullscreen .selector-fullscreen-element .modal-header {
        margin-bottom: 1rem;
    }

    .selector-fullscreen .selector-fullscreen-element .modal-header span.close-fs {
        position: absolute;
        font-size: 30px;
        top: -10px;
        right: 10px;
        opacity: 0.7;
    }
}

@media (min-width: 768px) {
    .liste-fake-select {
        width: auto;
        min-width: 220px;
    }
}

@media (min-width: 992px) {
    .liste-fake-select#listmspecif {
        right: 15px;
        padding-top: 0;
    }
}

.review-footer {
    display: flex;
    justify-content: space-between;
    font-size: 80%;
}

.flex {
    display: flex;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

.ml-1 {
    margin-left: 1rem;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}

.mr-1 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}

.mr-3 {
    margin-right: 3rem;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.m-auto {
    margin: auto;
}
.ml-auto {
    margin-left: auto;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}

.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}

.pt-0 {
    padding-top: 0;
}
.pt-1 {
    padding-top: 1rem;
}
.pt-3 {
    padding-top: 3rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pb-5 {
    padding-bottom: 5rem;
}

.p-0 {
    padding: 0;
}

.pl-1 {
    padding-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pr-0 {
    padding-right: 0;
}
.pr-1 {
    padding-right: 1rem;
}
.pr-2 {
    padding-right: 2rem;
}

.overflow-hidden {
    overflow: hidden;
}

#gs #searchBoxContainer #searchBox {
    box-sizing: border-box !important;
}

.reviews-stars {
    white-space: nowrap;
}

.whatsapp-btn, .live-chat-button {
    padding-left: 20px;
    font-size: 15px;
    background: url('/static/img/whatsapp-icon.png') 0 center transparent no-repeat;
    display: block;
}

.live-chat-button {
    background-image: url(/static/img/chat.png)
}

@media (max-width: 991px) {
    .live-chat-button {
        background-image: url(/static/img/chat-white.png)
    }
}

.upper .whatsapp-btn, .upper .live-chat-button {
    font-size: inherit;
}

.lang-el .live-chat-button, .lang-hr .live-chat-button, .lang-lv .live-chat-button {
    line-height: 1.5rem;
}

.lang-el .live-chat-button small, .lang-hr .live-chat-button small, .lang-lv .live-chat-button small {
    display: block;
}

.text-underline {
    text-decoration: underline;
}

#content-bottom-fullwidth {
    font-size: 13px;
    z-index: 98;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 4px;
    background: #f6f6f6;
    color: #0F1111;
    border-top: 1px #ddd solid;
}

#content-bottom-fullwidth h5 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#content-bottom-fullwidth .text {
    color: inherit;
    padding-right: 10px;
}

#content-bottom-fullwidth .text a {
    text-decoration: underline;
    color: inherit;
}
#content-bottom-fullwidth .continue {
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 0;
}
#content-bottom-fullwidth .continue a {
    color: inherit;
}
.cookie-buttons button, .cookie-buttons a {
    white-space: nowrap;
    text-transform: uppercase;
}

#content-bottom-fullwidth-content div + div {
    margin-left: 1.5rem;
}

#content-bottom-fullwidth.content-bottom-fullwidth--wide .container {
    padding: 40px;
    padding-top: 0;
    width: auto;
    max-width: 1240px;
}

#content-bottom-fullwidth.content-bottom-fullwidth--wide .cookie-buttons button, #content-bottom-fullwidth.content-bottom-fullwidth--wide .cookie-buttons a {
    min-width: 150px;
    font-size: 15px;
}

@media (max-width: 991px) {
    #content-bottom-fullwidth.content-bottom-fullwidth--wide .cookie-buttons {
        flex-wrap: wrap;
    }

    #content-bottom-fullwidth.content-bottom-fullwidth--wide .cookie-buttons div + div {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .stock {
        padding: 0;
        background: none;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #content-bottom-fullwidth .text {
        margin-bottom: 10px
    }

    #content-bottom-fullwidth .container > div:first-child {
        position: relative;
    }
    #content-bottom-fullwidth .container .text {
        font-size: 14px;
        height: 175px;
        overflow: hidden;
        max-width: 100%;
        position: relative;
    }
    #content-bottom-fullwidth .container > div:first-child:after {
        position: absolute;
        bottom: 25px;
        left: 0;
        content: '';
        width: 100%;
        height: 50px;
        display: block;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(246, 246, 246, 0.8) 100%);
    }
    #content-bottom-fullwidth.expand .container .text {
        height: auto;
    }
    #content-bottom-fullwidth.expand .container > div:first-child:after {
        display: none;
    }
    #content-bottom-fullwidth .container .expander {
        margin-left: 0;
        width: 100%;
        cursor: pointer;
    }
    #content-bottom-fullwidth .container .expander i.icon-chevron-up {
        display: none;
    }
    #content-bottom-fullwidth.expand .container .expander i.icon-chevron-up {
        display: inline;
    }
    #content-bottom-fullwidth.expand .container .expander i.icon-chevron-down {
        display: none;
    }

    #content-bottom-fullwidth .cookie-buttons,
    #content-bottom-fullwidth .cookie-buttons div + div {
        margin-bottom: 0;
    }
    #content-bottom-fullwidth .cookie-buttons div + div {
        margin-top: 0!important;
    }

    .cookie-buttons {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .cookie-buttons div {
        margin-left: 0 !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #content-bottom-fullwidth.content-bottom-fullwidth--wide h5 {
        font-size: 13px;
    }

    #content-bottom-fullwidth.content-bottom-fullwidth--wide .container {
        padding: 0 10px;
        align-items: flex-start;
        flex-direction: column;
        font-size: 11px;
    }

    #content-bottom-fullwidth.content-bottom-fullwidth--wide .cookie-buttons {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
    }

    #content-bottom-fullwidth button, #content-bottom-fullwidth a {
        width: 100%;
        padding: 16px;
    }

    .product__title {
        font-size: 18px;
    }

    #product .specifs {
        margin: 0;
    }
}

#selector-light .selector-mobile {
    text-align: center;
    padding: 10px 0;
    position: relative;
}

#selector-light .selector-mobile > div {
    overflow-y: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    padding-right: 24px;
}

#selector-light .selector-mobile > div:after {
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    right: 1px;
    top: 12px;
    box-shadow: -17px 0 16px 4px #e8e8e8 inset;
    border-radius: 4px
}

#selector-light .selector-mobile > div::-webkit-scrollbar {
    display: none;
}

#selector-light .selector-mobile-crossed {
    margin-bottom: 0;
}

#header-logo-container {
    position: relative;
    min-height: 34px;
}

#link-header-logo {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
}

@media (max-width: 991px) {
    .selector-mobile-crossed {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }

    .selector-mobile-crossed:before {
        background-color: #e8e8e8;
        content: "";
        height: 1px;
        left: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 30px);
    }

    .selector-mobile-crossed > * {
        background: #ffffff;
        display: inline-block;;
        padding-right: 20px;
        position: relative;
    }
}

.product-details tbody tr td, .product-details tbody tr th {
    padding: 4px 8px;
}

.jqzoom {
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: auto;
    max-width: 300px;
}

.jqzoomcontainer {
    position: relative;
}

.jqzoomcontainer .jqzoom {
    position: inherit;
}

div.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 400px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #ffffff 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

@media (max-width: 1199px) {
    div.zoomdiv {
        left: 320px;
    }
}

.double-tap-info {
    font-size: 70%;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #d40000;
    --swiper-navigation-size: 44px;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}
/** end swiper **/

#product__image-mobile.fullscreen-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

#product__image-mobile.fullscreen-slider .swiper-slide > div {
    margin-top: -165px;
}

#product__image-mobile.fullscreen-slider .swiper {
    height: 100%;
}

#product__image-mobile.fullscreen-slider .slider-pagination-mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1100;
}

.labelling-details-container {
    background-image: url('/static/img/pneu/labelling_details_background.jpg');
    background-repeat: no-repeat;
    width: 169px;
    height: 250px;
    position: relative;
    margin: auto;
}

.labelling-details-container [class*="wet-"],
.labelling-details-container [class*="grip-"],
.labelling-details-container [class*="noise-"],
.labelling-details-container [class*="specif-"] {
    background-image: url('/static/img/pneu/labelling_details_sprites.jpg');
    background-repeat: no-repeat;
    position: absolute;
}

.labelling-details-container [class*="wet-"],
.labelling-details-container [class*="grip-"] {
    width: 32px;
    height: 20px;
}

.labelling-details-container [class*="wet-"] {
    left: 136px;
}

.labelling-details-container [class*="grip-"] {
    left: 61px;
}

.labelling-details-container [class*="noise-"] {
    width: 33px;
    height: 43px;
    left: 67px;
    top: 197px;
}

.labelling-details-container .noise_val {
    color: #fff;
    position: absolute;
    bottom: 19px;
    right: 36px;
    font-size: 18px
}

.labelling-details-container .grip-A,
.labelling-details-container .wet-A {
    top: 67px;
    background-position: -41px -7px;
}

.labelling-details-container .grip-B,
.labelling-details-container .wet-B {
    top: 80px;
    background-position: -41px -28px;
}

.labelling-details-container .grip-C,
.labelling-details-container .wet-C {
    top: 95px;
    background-position: -41px -51px;
}

.labelling-details-container .grip-D,
.labelling-details-container .wet-D {
    top: 109px;
    background-position: -41px -73px;
}

.labelling-details-container .grip-E,
.labelling-details-container .wet-E {
    top: 122px;
    background-position: -41px -95px;
}

.labelling-details-container .grip-F,
.labelling-details-container .wet-F {
    top: 137px;
    background-position: -41px -117px;
}

.labelling-details-container .grip-G,
.labelling-details-container .wet-G {
    top: 151px;
    background-position: -41px -139px;
}

.labelling-details-container .noise-1 {
    background-position: 6px -62px;
}

.labelling-details-container .noise-2 {
    background-position: 6px -15px;
}

.labelling-details-container .noise-3 {
    background-position: 6px -107px;
}

.labelling-details-container--2020 {
    background-image: url('/static/img/pneu/labelling_details_2020_background.jpg');
}

.labelling-details-container--2020 .brand,
.labelling-details-container--2020 .dim {
    position: absolute;
    top: 33px;
    font-size: 9px;
    left: 3px;
    color: #000;
}

.labelling-details-container--2020 .brand {
    font-weight: bold;
}

.labelling-details-container--2020 .dim {
    margin-top: 16px;
}

.labelling-details-container--2020 [class*="wet-"],
.labelling-details-container--2020 [class*="grip-"] {
    width: 29px;
}

.labelling-details-container--2020 [class*="grip-"] {
    left: 50px;
}

.labelling-details-container--2020 [class*="specif-"] {
    width: 39px;
    height: 51px;
}

.labelling-details-container--2020 .grip-A,
.labelling-details-container--2020 .wet-A {
    top: 98px;
}

.labelling-details-container--2020 .grip-B,
.labelling-details-container--2020 .wet-B {
    top: 116px;
}

.labelling-details-container--2020 .grip-C,
.labelling-details-container--2020 .wet-C {
    top: 136px;
}

.labelling-details-container--2020 .grip-D,
.labelling-details-container--2020 .wet-D {
    top: 155px;
}

.labelling-details-container--2020 .grip-E,
.labelling-details-container--2020 .wet-E {
    top: 174px;
}

.labelling-details-container--2020 .labelling-details-bottom {
    position: absolute;
    bottom: -1px;
    width: 170px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap;
}

.labelling-details-container--2020 [class*="specif-"],
.labelling-details-container--2020 [class*="noise-"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.labelling-details-container--2020 [class*="noise-"] {
    top: 1px;
    left: 0;
    width: 65px;
    height: 48px;
    background-position: 0 -166px;
    text-align: left;
    color: #000;
    font-size: 12px;
}

.labelling-details-container--2020 [class*="noise-"] i {
    font-style: normal;
    font-weight: bold;
    margin: 13px 0 0 19px;
    display: block;
    font-size: 10px;
}

.labelling-details-container--2020 [class*="noise-"] span {
    display: block;
    background-image: inherit;
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 20px;
    height: 10px;
}

.labelling-details-container--2020 .noise-A span {
    background-position: -2px -225px;
}

.labelling-details-container--2020 .noise-B span {
    background-position: -25px -225px;
}

.labelling-details-container--2020 .noise-C span {
    background-position: -47px -225px;
}

.labelling-details-container--2020 .specif-3PMSF {
    background-position: 0 -234px;
    margin-right: 7px;
}

.labelling-details-container--2020 .specif-3PMSF + .specif-north {
    margin-right: 15px;
}

.labelling-details-container--2020 .specif-north {
    background-position: 0 -285px;
    margin-right: 7px;
}

#product__image-desktop .labelling-details-container {
    margin-top: 40px;
}

#product__image-mobile .labelling-details-container {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .modal-cart-add .modal-footer {
        padding: 15px 10px;
    }
    .modal-cart-add .modal-footer .col-xs-6 {
        padding: 0 5px;
    }
    .modal-cart-add .modal-footer .btn {
        white-space: normal;
        font-size: 13px;
        padding: 6px;
        width: 100%;
    }
}

.fs-xxsmall {
    font-size: 11px;
}

label .fs-xxsmall {
    display: block;
}

body:not(.modal-open){
    padding-right: 0 !important;
}

.btn-loading-state img {
    margin: -3px 5px 0 0;
}
.btn-loading-state:not(.loading) img {
    display: none;
}
.btn-loading-state.loading {
    pointer-events: none;
}

.cart-payment h3,
.cart-payment h4,
.cart-payment h6 {
    font-family: inherit;
    text-transform: none;
}

.cart-payment h6 {
    font-size: 20px;
}
.cart-payment b {
    font-weight: 600;
    font-family: inherit;
}

.cart-payment .d-flex {
    display: flex;
}
.cart-payment .d-block {
    display: block;
}
.cart-payment .flex-column {
    flex-direction: column;
}

.cart-payment .justify-content-between {
    justify-content: space-between;
}
.cart-payment .justify-content-center {
    justify-content: center;
}
.cart-payment .align-items-center {
    align-items: center;
}

.cart-payment .text-danger {
    color: #0d5ea3;
}
.cart-payment small.text-danger {
    color: #d30200;
}

.cart-payment input[type="checkbox"] {
    position: static;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 0;
    flex: 0 0 auto;
    left: 0;
}

.cart-payment .select-container select {
    padding: 10px 12px;
    height: auto;
}

.cart-payment .btn-link:focus  {
    outline: 0;
}
.cart-payment .btn-link .icon-remove {
    font-size: 11px;
    margin-left: 5px;
}

.cart-payment .arrow-next-container {
    position: relative;
}

.cart-payment .border-top {
    border-top: 1px solid #dcdcdc;
}
.cart-payment .border-bottom {
    border-bottom: 1px solid #dcdcdc;
}
.border {
    border: 1px solid #dcdcdc;
}
.cart-payment .fw-bold {
    font-weight: bold;
}
.cart-payment .fs-medium {
    font-size: 18px;
}
.cart-payment .w-100 {
    width: 100%;
}
.cart-payment .h-100 {
    height: 100%;
}
.cart-payment hr {
    border-top: 1px solid #dcdcdc;
}
.cart-payment .fs-base {
    font-size: 17px;
}
.cart-payment .fs-small {
    font-size: 15px;
}
.cart-payment .fs-xsmall {
    font-size: 13px;
}
.cart-payment .fs-small .fs-small {
    font-size: 12px;
}
.cart-payment .rounded-bordered {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    background: #fff;
}
.cart-payment .rounded-bordered__footer {
    background: #eee;
    margin: 10px -20px -20px;
    padding: 10px 20px;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #dcdcdc;
}
.cart-payment .rounded-bordered__footer button {
    margin-top: 0;
}
.cart-payment .control-label {
    font-weight: normal;
}
.cart-payment .control-label .fs-xxsmall {
    display: inline;
    font-size: 10px;
}
.cart-payment .cart-payment__resume {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.cart-payment__resume-address {
    position: relative;
    width: 100%;
}
.cart-payment__resume-address-scroller {
    overflow: auto;
    white-space: nowrap;
}
.cart-payment__resume-address-scroller::-webkit-scrollbar {
    display: none;
}
.cart-payment__resume-address-scroller:after {
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 72%,#fff);
    bottom: 5px;
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 30px;
}

.cart-payment .cart-payment__resume .text-end {
    font-weight: 600;
    white-space: nowrap;
}

.cart-payment .cart-payment__resume .arrow-next-container {
    margin-bottom: -5px;
}
.cart-payment .cart-payment__resume .arrow-next-container:after {
    margin-top: 5px;
    margin-right: -15px;
}

.cart-payment .cart-payment__resume #resume-detail-cart .btn-link {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.cart-payment .cart-payment__resume .popover {
    max-width: 370px;
}

.cart-payment .cart-payment__resume .popover span[role="button"] {
    margin: -3px -17px 0px auto;
    display: block;
    width: 15px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}
.cart-payment .cart-payment__resume .popover-content {
    margin: 0 10px;
    padding-top: 0;
}

.cart-payment .cart-payment__resume .popover .col-xs-8 {
    padding-left: 0;
}

.cart-payment .cart-payment__resume .popover .col-xs-4 {
    padding-right: 0;
}

.cart-payment .form-check {
    position: relative;
}
.cart-payment .form-check input[type="radio"] {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;

}
.cart-payment .form-check label {
    padding: 10px 10px 10px 35px;
    font-weight: normal;
    margin-bottom: 0;
}
.cart-payment .form-check input[type="radio"]:checked + label {
    background-color: #dbefda;
}

.cart-payment .modal-sm {
    width: 100%;
    max-width: 480px;
    top: 30%;
    padding: 10px 15px;
    margin: 10px auto;
}
@media (min-width: 768px) {
    .cart-payment .modal-dialog {
        width: 690px;
    }
}

.cart-payment .has-feedback > div {
    position: relative;
}

.cart-payment .title-flex {
    display: flex;
    width: 100%;
    max-width: 240px;
}

.cart-payment__shipping .cart-payment__shipping__loader {
    margin-top: 3px;
    display: none;
}
.cart-payment__shipping .cart-payment__shipping__loader .loader {
    margin-top: -3px;
}
.cart-payment__shipping--loading .cart-payment__shipping__loader {
    display: block;
}

.cart-payment__shipping--loading .cart-payment__shipping__selected {
    display: none;
}

.cart-payment__payment #listMethod hr {
    display: none;
}

.cart-payment__payment .payment-list__list .myradio {
    padding: 12px 10px;
}
.cart-payment__payment .payment-list__title {
    font-size: 14px;
    margin: 0 0 5px;
}
.cart-payment__payment .payment-list__title > div {
    color: #939393;
    padding-bottom: 5px;
}

.cart-payment__payment .payment-list__selector {
    padding: 15px;
}

.cart-payment__payment .card__img {
    margin: 0 8px 0 3px;
}
.cart-payment__payment .payment-list--cards > h6 {
    margin-bottom: 5px;
}
.cart-payment__payment .payment-list--cards .radio .row {
    margin-left: 0;
    margin-right: 0;
}
.cart-payment__payment .payment-list--cards .pl-0 {
    padding-left: 0;
}
.cart-payment__payment .payment-list--cards .pr-0 {
    padding-right: 0;
}

.cart-payment__payment .payment-list--cards .radio .fs-small {
    font-size: 14px;
}

.cart-payment__payment .payment-list--cards .radio > label {
    background: none !important;
    height: auto !important;
}

.cart-payment__payment .payment-list--cards .cvv-container {
    max-width: 200px;
}

.cart-payment__method__selected {
    margin-bottom: 10px;
}

.cart-payment__method__selected .pull-right {
    float: none !important;
    display: block;
}

.cart-payment__cgv .rgpd-pay {
    margin-top: 0;
}
.cart-payment__cgv  .proceed-pay {
    margin-bottom: 0;
}

.cart-payment__products .row {
    display: flex;
    flex-wrap: wrap;
}
.cart-payment__products div[class^="col-"],
.cart-payment__products div[class*=" col-"] {
    float: none !important;
    flex: 0 0 auto;
}

@media (max-width: 1999px) {
    .cart-payment .cart-payment__resume > .rounded-bordered {
        padding: 20px 15px;
    }
}

.cart-payment--address .cart-payment__address .form-check-label > div {
    display: inline;
}

.cart-payment--address .form-check-label .btn-address {
    display: none !important;
}
.cart-payment--address .form-check-label .btn-edit-address {
    margin-top: 8px;
    padding: 6px;
    font-size: 13px;
    line-height: 16px;
}
.cart-payment--address .cart-payment__address input[type=radio]:checked + label .btn-address {
    display: block !important;
}

.cart-payment__address .control-label {
    line-height: 1;
}

#modal-search-garage-result .garage-result-list {
    overflow: auto;
    max-height: 330px;
}

#modal-search-garage-result .garage-result-list-item {
    padding: 10px;
    border-bottom: 2px solid #dcdcdc;
}

#modal-garage-info .color {
    /*color: #337ab7 !important;*/
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
}
#modal-garage-info .btn-danger {
    width: 100%;
    margin-bottom: 10px;
    /*background-color: #337ab7;
    border-color: #2e6da4;*/
}

.cart-payment__billing {
    margin-top: 10px;
    font-size: 14px;
}

.cart-payment .add-promo-code .col-xs-7 {
    padding-right: 0;
}
.cart-payment .add-promo-code .fw-medium {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

#selectedMethodContainer .add-promo-code .fw-medium {
    margin-top: 0;
}

.cart-payment .selected-method--free .cart-payment__billing {
    margin-top: 0;
}

.cart-payment .add-promo-code .btn-secondary {
    font-weight: 600;
    border: 1px solid #ccc;
    outline: 0;
}

.cart-payment .add-promo-code .input-group {
    margin-bottom: 5px;
}
.cart-payment .add-promo-code .input-group .form-control {
    border-right: 0;
    background: #f3f3f3;
    box-shadow: none;
}
.cart-payment .add-promo-code .input-group-addon {
    padding: 0;
}

.cart-payment .add-promo-code .input-group-addon .text-danger {
    color: #d30200 !important;
    border-left: 0;
    background: #f3f3f3
}

.cart-payment .add-promo-code .error,
.cart-payment .add-promo-code .text-danger {
    color: #d30200 !important;
}

.cart-payment .add-promo-code .error {
    margin-top: 5px;
}

#selectedMethodContainer .add-promo-code--added .input-group {
    max-width: 280px;
}

#listMethod .add-promo-code .add-promo-code__content {
    max-width: 510px;
}
#listMethod .add-promo-code .input-group {
    max-width: 350px;
}

#listMethod .add-promo-code .input-group .text-danger,
#listMethod .add-promo-code .text-success,
.cart-payment .add-promo-code .error {
    font-size: 12px;
}

@media (max-width: 767px) {
    #selectedMethodContainer .add-promo-code {
        border-top: 1px solid #dcdcdc;
        margin: 15px -30px -15px;
        padding: 15px 30px 15px 20px;
    }
    .cart-payment .add-promo-code .fw-medium {
        margin-top: 0;
    }
    .cart-payment .add-promo-code-mobile {
        padding: 20px;
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        margin-bottom: 5px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .cart-payment .cart-payment-row {
        display: flex;
        flex-direction: column;
    }
    .cart-payment .cart-payment__resume {
        position: relative;
        top: 0;
        order: -1;
    }
}
@media (max-width: 767px) {
    #modal-search-garage .modal-body {
        padding: 10px;
    }
    #modal-search-garage .modal-body p {
        font-size: 14px;
    }
    #modal-search-garage-result .garage-result-list {
        max-height: calc(100vh - 400px);
    }

    .cart-payment {
        background: #f3f3f3;
    }
    .container > .cart-payment {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cart-payment h6 > span {
        display: none;
    }
    .cart-payment h6.text-primary,
    .cart-payment h6.text-danger {
        color: #56534E;
    }
    .cart-payment .title-flex {
        display: block;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .cart-payment .d-xs-block {
        display: block;
    }
    .cart-payment .rounded-bordered-md {
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        padding: 15px 20px;
    }
    .cart-payment .rounded-bordered__footer {
        margin: 10px -15px -15px;
        padding: 10px 15px;
    }

    .cart-payment .rounded-bordered__footer button {
        width: 100%;
    }

    .cart-payment .arrow-next-container:after {
        content: "\e258";
        display: block;
        font-family: 'Glyphicons Halflings';
        font-size: 20px;
        height: 28px;
        pointer-events: none;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .cart-payment .cart-payment__resume {
        position: relative;
    }

    .cart-payment--address .form-check input[type="radio"]:checked + label {
        background: transparent;
    }
    .cart-payment--address .cart-payment__address--new,
    .cart-payment--address .cart-payment__address--choose {
        padding: 0;
    }

    .cart-payment--address .cart-payment__address--new #enter_adr {
        padding: 15px;
    }
    .cart-payment--address .cart-payment__address--select #enter_adr {
        padding: 0;
    }

    .cart-payment--address .cart-payment__address--new #enter_adr + .rounded-bordered {
        padding: 0;
    }
    .cart-payment--address .cart-payment__address--new .cart-payment__garage > h6 {
        padding-top: 10px
    }

    .cart-payment--address .cart-payment__address_see-more {
        position: relative;
        max-height: 235px;
        overflow: hidden;
    }
    .cart-payment--address .cart-payment__address_see-more:after {
        content: '';
        bottom: 0;
        left: 0;
        height: 50px;
        width: 100%;
        position: absolute;
        z-index: 2;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(255, 255, 255, .6) 72%, #fff 100%);
    }

    .cart-payment--address .select-container {
        padding: 15px;
    }
    .cart-payment--address .cart-payment__address .form-check {
        border-bottom: 1px solid #dcdcdc;
        padding: 0 10px;
    }
    .cart-payment--address .cart-payment__address .form-check-label > div {
        display: block;
        padding-left: 35px;
    }
    .cart-payment--address .cart-payment__address .form-check-label > div > span {
        display: block;
        line-height: 1.3;
    }
    .cart-payment--address  .form-check label {
        padding-left: 10px;
    }
    .cart-payment--address .form-check-label .btn-edit-address {
        font-size: 12px;
    }

    .cart-payment--address .form-check input[type="radio"] {
        left: 20px;
        top: 30px;
    }

    .cart-payment--address .btn-mobile-arrow {
        color: #56534E;
        font-weight: 600;
        font-family: inherit;
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px;
    }

    .cart-payment--address .cart-payment__garage > h6 {
        background: #f3f3f3;
        padding: 35px 0 15px;
        margin: -1px;
    }
    .cart-payment--address [data-target="#modal-add-shipping"] {
        border-radius: 0 0 8px 8px;
        outline: 1px solid #dcdcdc;
        background: #fff;
        margin-bottom: -6px;
    }
    .cart-payment--address [data-target="#modal-add-billing"] {
        margin-top: -1px;
        border-top: 1px solid #dcdcdc;
    }
    .cart-payment--address .garage-list {
        border-radius: 8px 8px 0 0;
        border: 1px solid #dcdcdc;
        border-bottom: 0;
        margin: -6px -1px 0;
        min-height: 6px;
        background: #fff;
    }

    .cart-payment .cart-payment__shipping {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .cart-payment__shipping__selected > .upper,
    .cart-payment__shipping__selected > small {
        font-size: 15px;
        font-weight: 900;
        font-family: inherit;
    }
    .cart-payment #listMethod > .rounded-bordered {
        background: transparent;
        padding: 0;
        border: 0;
    }
    .cart-payment #listMethod hr {
        display: none;
    }

    .cart-payment__payment .pull-right {
        float: none !important;
        display: block;
    }

    .cart-payment--payment .cart-payment__shipping,
    .cart-payment--payment .cart-payment__resume,
    .cart-payment--payment .cart-payment__articles,
    .cart-payment--payment .cart-payment__cgv,
    .cart-payment--payment .cart-payment__insurance,
    .cart-payment--payment #selectedMethodContainer {
        display: none !important;
    }
    .cart-payment--payment #listMethod {
        display: block !important;
        height: auto !important;
    }

    .cart-payment--insurance .cart-payment__shipping,
    .cart-payment--insurance .cart-payment__resume,
    .cart-payment--insurance .cart-payment__articles,
    .cart-payment--insurance .cart-payment__cgv,
    .cart-payment--insurance #listMethod,
    .cart-payment--insurance #selectedMethodContainer {
        display: none !important;
    }
    .cart-payment--insurance .cart-payment__insurance {
        display: block !important;
        height: auto !important;
    }

    .cart-payment__payment .rounded-bordered__footer {
        margin: 20px 0 0 0;
        padding: 0;
        background: transparent;
        border: 0;
    }
    .cart-payment__payment .rounded-bordered__footer button {
        display: block;
        width: 100%;
    }
    .cart-payment .cart-payment__method__selected-container {
        margin: -15px -30px 0;
        padding: 15px 30px 15px 20px;
    }
    .cart-payment .cart-payment__method__selected {
        margin-bottom: 0;
    }

    .cart-payment__payment .payment-list__selector {
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        margin-bottom: 5px;
    }

    .cart-payment .cart-payment__billing {
        border-top: 1px solid #dcdcdc;
        margin: 0 -30px -15px;
        padding: 15px 30px 15px 20px;
        font-size: 15px;
    }

    .cart-payment .d-flex.flex-column > .cart-payment__billing {
        order: -1;
    }

    .cart-payment__payment .myradio {
        padding: 0 !important;
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .cart-payment__payment .myradio p {
        margin-top: -10px !important;
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .cart-payment__payment .myradio label {
        padding: 20px 20px 20px 45px;
        width: 100%;
    }


    .cart-payment .cart-payment__articles h6 {
        margin-bottom: 15px;
    }
    .cart-payment .cart-payment__products {
        padding: 5px 20px;
    }
    .cart-payment .cart-product__quantity-container {
        margin-top: 10px;
    }
    .cart-payment .cart-product__quantity-container .select {
        width: 100%;
    }

    .cart-payment .cart-payment__cgv {
        padding: 0 10px 10px 10px;
    }
    .cart-payment__cgv label.rgpd-pay {
        margin-bottom: 10px;
    }
    .cart-payment__cgv label.rgpd-pay input[type="checkbox"] {
        margin-right: 20px !important;
    }
    .cart-payment__cgv label.rgpd-pay a {
        pointer-events: none;
        text-decoration: none;
    }
    .cart-payment__cgv .proceed-pay {
        margin-top: 0;
    }
}
#chat-toggle-container {
    bottom: 20px;
    right: 20px;
    position: fixed;
    width: 64px;
    z-index: 100;
}
#chat-toggle-container .services-container {
    position: absolute;
    width: 100%;
    bottom: 50%;
    padding-bottom: 50%;
    overflow: hidden;
    pointer-events: none;
}
#chat-toggle-container .toggle.toggled + .services-container {
    pointer-events: auto;
}
#chat-toggle-container .services {
    transform: translate3d(0, 150%, 0);
    transition: all .3s ease-out;
}
#chat-toggle-container .services.toggled {
    transform: translate3d(0, 0, 0);
}
#chat-toggle-container .service {
    display: block;
    margin-bottom: 10px;
}
#chat-toggle-container .service.chat {
    background: #5BA0DA;
}
#chat-toggle-container .service img {
    width: 50px;
    height: 50px;
}
#chat-toggle-container .service.chat img {
    width: 54px;
    height: 54px;
}
#chat-toggle-container .service.messenger img {
    width: 74px;
    height: 74px;
}
#chat-toggle-container .service.whatsapp {
    background: #79BA7E;
}

#chat-toggle-container .toggle,
#chat-toggle-container .service {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

#chat-toggle-container .toggle {
    background: #C9302C;
    position: relative;
    color: white;
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    z-index: 2;
}

#chat-toggle-container .toggle i.icon {
    visibility: hidden;
    font-size: 0;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out, font-size 0s ease-in-out .2s;
}
#chat-toggle-container .toggle img {
    width: 38px;
    height: 38px;
    transition: width 0s ease-in-out .2s, height 0s ease-in-out .2s;
}
#chat-toggle-container .toggle.toggled {
    box-shadow: 0 0 6px rgb(0 0 0 / 16%), 0 6px 12px rgb(0 0 0 / 32%);
}
#chat-toggle-container .toggle.toggled i.icon {
    visibility: visible;
    font-size: 30px;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out;
    transform: rotate3d(0, 0, 1, 180deg);
}
#chat-toggle-container .toggle.toggled img {
    width: 0;
    height: 0;
    transition: none;
}
.Twilio-EntryPoint {
    display: none !important;
}
.Twilio.Twilio-MainContainer {
    bottom: 94px;
}
.MessageCanvasTrayContent .survey {
    padding: 10px;
}
.MessageCanvasTrayContent .thumbs {
    text-align: center;
    margin-top: 10px;
}
.MessageCanvasTrayContent .thumbs button + button {
    margin-left: 10px;
}
.MessageCanvasTrayContent + .Twilio-Button {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #chat-toggle-container {
        width: 48px;
    }
    #chat-toggle-container .service {
        margin-bottom: 5px;
    }
    #chat-toggle-container .service img {
        width: 40px;
        height: 40px;
    }
    #chat-toggle-container .service.chat img {
        width: 40px;
        height: 40px;
    }
    #chat-toggle-container .service.messenger img {
        width: 56px;
        height: 56px;
    }
    #chat-toggle-container .toggle,
    #chat-toggle-container .service {
        height: 48px;
    }
    #chat-toggle-container .toggle img {
        width: 30px;
        height: 30px;
    }
    #chat-toggle-container .toggle.toggled i.icon {
        font-size: 20px;
    }
    .Twilio.Twilio-MainContainer {
        bottom: 73px;
    }
}

#footer {
    padding: 4rem 0;
}

#footer, #footer a {
    color: #d3d3d3;
}

#footer p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#footer .services {
    display: flex;
    justify-content: end;
    padding-top: 2rem;
}

#footer .service.chat {
    background: #5BA0DA;
}

#footer .service img {
    width: 30px;
    height: 30px;
}

#footer .service.messenger img {
    width: 40px;
    height: 40px;
}

#footer .service.whatsapp {
    background: #79BA7E;
}

#footer .service {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 1rem;
}

#footer .newsletter-disclaimer {
    font-size: 12px;
}
.newsletter-disclaimer a {
    text-decoration: underline;
}

.d-flex {
    display: flex;
}

.flex-direction-columns {
    flex-direction: column;
}

.flex-justify-end {
    justify-content: flex-end;
}

#copyright {
    background: #202020;
    color: white;
    font-size: 13px;
    padding: 20px 0;
}

#copyright a {
    color: inherit;
}

#copyright a:first-child {
    margin-left: 0;
}

#copyright a + a {
    margin-left: 15px;
}

#copyright .copyright {
    color: #999999;
    text-align: left;
}

#copyright .copyright .site-name {
    color: white;
    text-transform: uppercase;
}

#copyright .links {
    text-transform: uppercase;
    text-align: right;
}

.copyright-links {
    color: #acacac;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .07), rgba(0, 0, 0, .02) 3px, rgba(0, 0, 0, 0));
    font-size: 13px;
    padding: 20px 0;
}

.copyright-links .links a {
    padding: 0 15px;
    font-size: 13px;
    color: #acacac;
}

@media (max-width: 767px) {
    .copyright-links {
        background: #202020;
    }

    .copyright-links a {
        color: #acacac;
        display: inline-block;
        width: 160px;
        margin: 10px 0 0;
    }

    #copyright .copyright,
    #copyright .links {
        text-align: center;
    }

    #copyright .links {
        margin-top: 10px;
    }
}

.nowrap {
    white-space: nowrap;
}

#item-detail .pp-message iframe {
    margin-top: 10px;
}
