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

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

[role="button"] {
    cursor: pointer
}

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

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

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

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

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

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

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

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

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

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

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

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

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

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

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

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

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

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

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

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

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

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

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

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

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

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

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

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

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

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

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

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

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

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

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

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

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

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

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

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

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

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

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

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

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

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

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

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

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

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

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

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

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

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

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

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

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

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

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

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

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

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

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

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

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

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

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

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

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

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

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

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

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

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

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

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

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

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

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

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

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

.legal-link {
    color: #000;
    text-decoration: underline;
}

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

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

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

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

.form-control-static.input-lg,
.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
}

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

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

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

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    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.33333;
    border-radius: 6px
}

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

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

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

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}



.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

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

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

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

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

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

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

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

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

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

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 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
}

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

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

@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.33333px;
        font-size: 18px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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













.btn-red {
    color: #fff;
    background-color: #db052b;
    border-color: #db052b
}

.btn-red:focus,
.btn-red.focus {
    color: #fff;
    background-color: #db052b;
    border-color: #db052b
}

.btn-red:hover {
    color: #fff;
    background-color: #97001b;
    border-color: #97001b
}

.btn-red:active,
.btn-red.active,
.open>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #97001b;
    border-color: #97001b
}

.btn-red:active:hover,
.btn-red:active:focus,
.btn-red:active.focus,
.btn-red.active:hover,
.btn-red.active:focus,
.btn-red.active.focus,
.open>.btn-red.dropdown-toggle:hover,
.open>.btn-red.dropdown-toggle:focus,
.open>.btn-red.dropdown-toggle.focus {
    color: #fff;
    background-color: #97001b;
    border-color: #97001b
}

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

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

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















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

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

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

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

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

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

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

.btn-xs {
    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%
}

@font-face {
    font-family: 'AudiType Ext';
    font-weight: 400;
    src: url("../fonts/AudiType-ExtendedNormal.eot");
    src: url("../fonts/AudiType-ExtendedNormal.eot?#iefix") format("embedded-opentype"), url("../fonts/AudiType-ExtendedNormal.woff") format("woff"), url("../fonts/AudiType-ExtendedNormal.otf") format("opentype")
}

@font-face {
    font-family: 'AudiType Ext Bold';
    font-weight: 700;
    src: url("../fonts/AudiType-ExtendedBold.eot");
    src: url("../fonts/AudiType-ExtendedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AudiType-ExtendedBold.woff") format("woff"), url("../fonts/AudiType-ExtendedBold.otf") format("opentype")
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?-apf2k2");
    src: url("../fonts/icomoon.eot?#iefix-apf2k2") format("embedded-opentype"), url("../fonts/icomoon.ttf?-apf2k2") format("truetype"), url("../fonts/icomoon.woff?-apf2k2") format("woff"), url("../fonts/icomoon.svg?-apf2k2#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-bottom:before {
    content: "\e600"
}

.icon-arrow-left:before,
.owl-controls .owl-prev:before {
    content: "\e601"
}

.icon-arrow-right:before,
label:before,
.btn:before,
.style-arrow:before,
.introduction .container .prix:before,
.introduction .container .avantages:before,
.introduction .container .caracteristiques li:before,
.packs .pack>.inner .body .options .option:before,
.owl-controls .owl-next:before,
.choix-modele .modeles .modele>.link .nom:before {
    content: "\e602"
}

.icon-close:before,
.messages .message .close:before {
    content: "\e603"
}

.icon-phone:before {
    content: "\e604"
}

.icon-pin:before {
    content: "\e605"
}

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

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}

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

label {
    font-family: 'AudiType Ext Bold';
    font-size: 1.4rem
}

label:before {
    font-family: 'icomoon';
    color: #db042c;
    font-size: 10px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

label.no-style {
    font-size: inherit;
    font-family: inherit;
    font-weight: normal
}

label.no-style:before {
    display: none
}

a:hover,
a:focus,
a:active {
    text-decoration: none
}

.google-map {
    height: 240px
}

@media (min-width: 768px) {
    .google-map {
        height: 300px
    }
}

@media (min-width: 992px) {
    .google-map {
        height: 440px
    }
}

.btn {
    border-radius: 0;
    border: 0;
    margin-top: 0;
    position: relative;
    -webkit-transition: background-color, 0.4s;
    -o-transition: background-color, 0.4s;
    transition: background-color, 0.4s
}

.btn:before {
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 10px;
    font-size: 0.6em
}

.btn.btn-primary {
    background-color: #db042c;
    color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #fb1742;
    color: #fff
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
    color: #D2D1D6;
    background-color: #767575;
}

.touch .btn.btn-primary:hover,
.touch .btn.btn-primary:focus {
    background-color: #db042c;
    color: #fff
}

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

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
    background-color: #333;
    color: #fff
}

.touch .btn.btn-default:hover,
.touch .btn.btn-default:focus {
    background-color: #000;
    color: #fff
}

.btn.btn-block {
    text-align: left
}

.btn.btn-block+.btn-block {
    margin-top: 1px
}

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

.form-control {
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
    -webkit-appearance: none
}

select.form-control {
    background: url("../img/icon-select.svg") right center no-repeat;
    background-size: auto 8px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 30px
}

.no-textshadow.no-cssgradients.no-csstransitions select.form-control {
    background: none;
    padding-right: 12px
}

select.form-control::-ms-expand {
    display: none
}

.parsley-errors-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.parsley-errors-list .parsley-custom-error-message {
    color: #db042c
}

.messages .message {
    padding: 20px 40px;
    position: relative;
    margin-bottom: 15px
}

.messages .message.error {
    border-left: solid 10px #d85251;
    background-color: #f4cece
}

.messages .message.success {
    border-left: solid 10px #60b760;
    background-color: #c9e7c9
}

.messages .message .close {
    font-family: 'icomoon';
    position: absolute;
    display: block;
    right: 8px;
    top: 8px;
    margin-top: 0;
    font-size: 12px;
    cursor: pointer
}

.main-title {
    font-family: 'AudiType Ext Bold';
    margin: 0;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 2rem 0
}

@media (min-width: 768px) {
    .main-title {
        font-size: 3rem;
        line-height: 3rem
    }
}

@media (min-width: 992px) {
    .main-title {
        font-size: 4rem;
        line-height: 4rem
    }
}

.secondary-title {
    font-family: 'AudiType Ext Bold';
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0 0 1.6rem 0
}

@media (min-width: 768px) {
    .secondary-title {
        font-size: 2rem;
        line-height: 2rem
    }
}

@media (min-width: 992px) {
    .secondary-title {
        font-size: 2.4rem;
        line-height: 2.4rem
    }
}

.main-title small,
.secondary-title small {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: normal
}

@media (min-width: 768px) {

    .main-title small,
    .secondary-title small {
        font-size: 0.6em;
        line-height: 1.6em
    }
}

.style-arrow,
.introduction .container .prix,
.introduction .container .avantages,
.introduction .container .caracteristiques li,
.packs .pack>.inner .body .options .option {
    padding-left: 24px;
    position: relative
}

.style-arrow:before,
.introduction .container .prix:before,
.introduction .container .avantages:before,
.introduction .container .caracteristiques li:before,
.packs .pack>.inner .body .options .option:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    color: #db042c;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle
}

.style-arrow-white {
    /* padding-left: 24px; */
}

.style-arrow-white:before {
    /* position: absolute;
    left: 2px;
    top: 6px;
    font-family: 'icomoon';
    color: white;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle; */
}

.style-arrow-white i {
    font-size: 0.8em;
}

.main-header {
    border-bottom: solid 2px #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -moz-linear-gradient(#ffffff 50%, #f6f6f6);
    background-image: -webkit-linear-gradient(#ffffff 50%, #f6f6f6);
    background-image: linear-gradient(#ffffff 50%, #f6f6f6);
    -webkit-box-shadow: 0 1px 32px 0 rgba(15, 36, 53, 0.2);
    box-shadow: 0 1px 32px 0 rgba(15, 36, 53, 0.2)
}

@media (min-width: 992px) {
    .main-header {
        position: relative;
        z-index: 6;
        height: 105px
    }
}

.main-header .row>div:first-child {
    text-align: right;
}

.logo-audi {
    text-align: right;
    padding: 15px 0
}

.logo-audi:before,
.logo-audi:after {
    content: " ";
    display: table
}

.logo-audi:after {
    clear: both
}

@media (min-width: 992px) {
    .logo-audi {
        height: 105px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
        padding: 0
    }

    .logo-audi:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        margin-right: -0.25em;
        vertical-align: middle
    }
}

.logo-audi span,
.logo-audi a {
    display: block;
    float: right;
    width: 191px;
    height: 23.33333px;
    background: url("../img/audi.png") no-repeat right center;
    background-size: contain;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

@media (min-width: 768px) {

    .logo-audi span,
    .logo-audi a {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25rem;
        width: 102px;
        height: 35px
    }
}

@media (min-width: 440px) and (max-width: 767px) {
    .logo-audi {
        float: right;
        padding: 29px 0;
    }
}


@media (min-width: 992px) {}

.logo-best-deals {
    padding: 15px 0
}

@media (min-width: 768px) {
    .logo-best-deals {
        padding: 0
    }
}

.logo-best-deals a {
    display: block;
    height: 50px;
    background: url("../img/audi-best-deals-bg.png") no-repeat center left;
    background-size: contain;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}




@media (min-width: 768px) {
    .logo-best-deals a {
        width: 265.75px;
        height: 50px;
        position: absolute;
        z-index: 2;
        right: 15px;
        top: 150px
    }
}

@media (min-width: 992px) {
    .logo-best-deals a {
        width: 354.33333px;
        height: 66.66667px
    }
}

@media (min-width: 1200px) {
    .logo-best-deals a {
        width: 531.5px;
        height: 100px
    }
}


.page-id-1454>.main-header+section,
.page-id-112>.main-header+section {
    padding-top: 120px;
}

.main-header+section a {
    color: #db052b;
}


.menu-main {
    display: none
}

@media (min-width: 768px) {
    .menu-main {
        display: block
    }
}

@media (min-width: 992px) {
    .menu-main {
        display: block;
        vertical-align: middle;
        height: 105px
    }

    .menu-main:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        margin-right: -0.25em;
        vertical-align: middle
    }
}

@media (min-width: 768px) {
    .menu-main ul {
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25rem;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
        padding: 20px 0;
        text-align: right
    }
}

@media (min-width: 992px) {
    .menu-main ul {
        display: inline-block;
        text-align: left
    }
}

.menu-main ul li {
    display: inline-block;
    margin: 0 10px;
    color: gray;
    font-family: 'AudiType Ext'
}

@media (min-width: 992px) {
    .menu-main ul li {
        margin: 0 0 0 20px;
        font-size: 1.3rem
    }

    .menu-main ul li:first-child {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .menu-main ul li {
        margin: 0 0 0 30px
    }
}

.menu-main ul li a {
    display: block;
    font-family: 'AudiType Ext Bold';
    color: #000
}

.slides-container {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

.slides-container .fixed-content {
    padding: 15px 0
}

@media (min-width: 768px) {
    .slides-container .fixed-content {
        padding: 0;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%
    }
}

@media (min-width: 768px) {
    .slides-container .fixed-content .left {
        padding-top: 20px;
        max-width: 40%
    }
}

@media (min-width: 992px) {
    .slides-container .fixed-content .left {
        padding-top: 120px
    }
}

@media (min-width: 768px) {
    .slides-container {
        margin-bottom: 8rem
    }
}

@media (min-width: 1200px) {
    .slides-container {
        margin-bottom: 0
    }
}

@media (max-width: 1200px) {
    .slides-container .fixed-content .left .main-title {
        font-size: 3rem;
        line-height: 3rem;
    }
}

.slides-container {
    overflow: hidden;
}

.availablebox {
    background: url('../img/large-arrow.png') left center no-repeat;
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 386px;
    z-index: 2;
    padding: 15px 15px 15px 70px;
    font-family: 'AudiType Ext';
}

.postid-216 .availablebox {
    background-image: url('../img/large-arrow-l.png');
    background-position: right center;
    right: auto;
    left: 0;
    padding: 15px 70px 15px 15px;
}

.availablebox p {
    color: #fff;
}

@media (max-width: 767px) {
    .availablebox {
        font-size: 11px;
        padding: 5px 5px 5px 30px;
        bottom: 100px;
    }

    .postid-216 .availablebox {
        padding: 5px 30px 5px 5px;
    }
}

@media (max-width: 667px) {
    .availablebox {
        position: relative;
        font-size: 12px;
        padding: 5px 5px 5px 30px;
        bottom: auto;
        float: right;
    }

    .postid-216 .availablebox {
        padding: 5px 30px 5px 5px;
        float: left;
    }
}



/*------------- specifics for this particular bunch of images----------------*/


/*.postid-204 .logo-best-deals a,
.postid-210 .logo-best-deals a,
.postid-214 .logo-best-deals a,
.postid-196 .logo-best-deals a,
.postid-197 .logo-best-deals a,
.postid-525 .logo-best-deals a,
.postid-526 .logo-best-deals a,
.postid-201 .logo-best-deals a{
    background-image: url("../img/audi-best-deals-contrasty.png");
}*/

.postid-2090 .fixed-content .main-title,
.postid-197 .fixed-content .main-title,
.postid-525 .fixed-content .main-title,
.postid-526 .fixed-content .main-title,
.postid-210 .fixed-content .main-title,
.postid-196 .fixed-content .main-title,
.postid-1968 .fixed-content .main-title,
.postid-1969 .fixed-content .main-title,
.postid-1977 .fixed-content .main-title,
.postid-1978 .fixed-content .main-title,
.postid-1980 .fixed-content .main-title,
.postid-1981 .fixed-content .main-title,
.postid-204 .fixed-content .main-title {
    color: #ffffff;
    text-shadow: 0 0 .5px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {

    .postid-2090 .fixed-content .main-title,
    .postid-197 .fixed-content .main-title,
    .postid-525 .fixed-content .main-title,
    .postid-526 .fixed-content .main-title,
    .postid-210 .fixed-content .main-title,
    .postid-196 .fixed-content .main-title,
    .postid-1968 .fixed-content .main-title,
    .postid-1969 .fixed-content .main-title,
    .postid-1977 .fixed-content .main-title,
    .postid-1978 .fixed-content .main-title,
    .postid-1980 .fixed-content .main-title,
    .postid-1981 .fixed-content .main-title,
    .postid-204 .fixed-content .main-title {
        color: #000;
        text-shadow: none;
    }
}


/* vertical alignement picture models */
.modele .sous-modele .img-container {
    min-height: 80px;
}

.modele .sous-modele .nom {
    display: inline-block;
    min-height: 38px;
}

.modele img {
    position: relative;
}

.modele#a1 .link img {
    top: 4px;
}

.modele#a3 .link img {}

.modele#a3 .a3-a3-limousine img {
    top: 3px;
}

.modele#a4 .link img {
    top: 8px;
}

.modele#a4 .a4-a4-avant img {
    top: -1px;
}

.modele#a4 .a4-s4-avant img {
    top: -0px;
}

.modele#a4 .a4-rs-4-avant img {
    top: -0px;
}

.modele#a5 .link img {
    top: 11px;
}

.modele#a5 .a5-a5-coupe img {
    top: 4px;
}

.modele#a5 .a5-rs-5-coupe img {
    top: -2px;
}

.modele#a6 .link img {
    top: 0px;
}

.modele#a7 .link img {
    top: 12px;
}

.modele#a7 .a7-a7-sportback img {
    top: 6px;
}

.modele#a8 .link img {
    top: 14px;
}

.modele#a8 .a8-a8-a8 img {
    top: 10px;
}

.modele#q2 .link img {
    top: -8px;
}

.modele#q3 .link img {
    top: 0px;
}

.modele#q5 .link img {
    top: 0px;
}

.modele#q5 .q5-q5-entry-edition img {
    top: 4px;
}

.modele#q7 img {
    top: 1px;
}

.modele#q8 img {
    top: 1px;
}

.modele#r8 img {
    top: 0px;
}

.modele#tt img {
    top: 2px;
}

.modele#e-tron img {
    top: 0px;
}


/*.postid-162 .slides-container .fixed-content .left,*/
.postid-103 .slides-container .fixed-content .left {
    margin-left: 59.3%;
    padding-top: 205px;
}

@media (max-width: 1200px) {

    /*.postid-162 .slides-container .fixed-content .left,*/
    .postid-103 .slides-container .fixed-content .left {
        padding-top: 140px;
        margin-left: 64.3%;
    }
}

@media (max-width: 991px) {

    .postid-162 .slides-container .fixed-content .left,
    .postid-103 .slides-container .fixed-content .left {
        padding-top: 100px;
    }
}


/* ---------------------------- */



.slides {
    display: none
}

@media (min-width: 768px) {
    .slides {
        display: block
    }
}

.slides .slide {
    position: relative
}

.slides .slide img {
    width: 100%
}

.slides .slide .inner {
    padding: 15px 0
}

@media (min-width: 768px) {
    .slides .slide .inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0
    }
}

.slides .slide .inner .container {
    position: relative;
    height: 100%
}

.slides .slide .inner .container .left .btn {
    text-align: left;
    width: 100%;
    border-bottom: solid 1px #fff
}

@media (min-width: 768px) {
    .slides .slide .inner .container .left .btn {
        width: auto
    }
}

@media (min-width: 768px) {
    .slides .slide .inner .container .left {
        padding-top: 20px;
        max-width: 40%
    }
}

@media (min-width: 992px) {
    .slides .slide .inner .container .left {
        padding-top: 120px
    }

    .slides .owl-item:first-child .slide .inner .container .left {
        padding-top: 45px;
    }

    .slides .slide .inner .container .left .btn {
        width: auto;
        border-bottom: none
    }
}

@media (min-width: 768px) {
    .slides .slide .inner .container .right {
        position: absolute;
        right: 15px;
        bottom: 0;
        width: 25%
    }
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    display: block;
    position: absolute;
    bottom: 7px;
    width: 30px;
    height: 30px;
    text-align: center;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

@media (min-width: 768px) {

    .owl-controls .owl-prev,
    .owl-controls .owl-next {
        top: 50%;
        margin-top: -15px
    }
}

@media (min-width: 1200px) {

    .owl-controls .owl-prev,
    .owl-controls .owl-next {
        margin-top: -20px;
        width: 40px;
        height: 40px
    }
}

.owl-controls .owl-prev:before,
.owl-controls .owl-next:before {
    font-family: 'icomoon';
    color: #000;
    font-size: 10px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 768px) {

    .owl-controls .owl-prev:before,
    .owl-controls .owl-next:before {
        font-size: 12px
    }
}

@media (min-width: 992px) {

    .owl-controls .owl-prev:before,
    .owl-controls .owl-next:before {
        font-size: 8px;
        background-color: #000;
        color: #fff
    }
}

@media (min-width: 1200px) {

    .owl-controls .owl-prev:before,
    .owl-controls .owl-next:before {
        font-size: 10px;
        line-height: 40px;
        width: 40px
    }
}

.owl-controls .owl-next {
    right: 15px
}

@media (min-width: 768px) {
    .owl-controls .owl-next {
        right: 0
    }
}

.owl-controls .owl-prev {
    left: 15px
}

@media (min-width: 768px) {
    .owl-controls .owl-prev {
        left: 0
    }
}

.owl-controls .owl-pagination {
    padding: 15px 0;
    text-align: center
}

@media (min-width: 768px) {
    .owl-controls .owl-pagination {
        position: absolute;
        padding: 0;
        bottom: -40px;
        left: 0;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .owl-controls .owl-pagination {
        bottom: 60px
    }
}

.owl-controls .owl-pagination .owl-page {
    background-color: #fff;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border-radius: 8px;
    border: solid 1px gray
}

@media (min-width: 768px) {
    .owl-controls .owl-pagination .owl-page {
        margin: 0 12px
    }
}

@media (min-width: 992px) {
    .owl-controls .owl-pagination .owl-page {
        margin: 0 16px
    }
}

.owl-controls .owl-pagination .owl-page.active {
    background-color: #db042c;
    border-color: #db042c
}

.choix-modele {
    margin: 2rem 0 4rem 0
}

@media (min-width: 768px) {
    .choix-modele {
        margin: 3rem 0 6rem 0
    }
}

@media (min-width: 992px) {
    .choix-modele {
        margin: 5rem 0 10rem 0
    }
}

.choix-modele .modeles {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.choix-modele .modeles .modele {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 15px;
    margin-right: -0.25em;
    margin-bottom: 0;
    -webkit-transition: margin-bottom, 0.5s;
    -o-transition: margin-bottom, 0.5s;
    transition: margin-bottom, 0.5s
}

@media (min-width: 768px) {
    .choix-modele .modeles .modele {
        width: 33.33333%
    }
}

@media (min-width: 1200px) {
    .choix-modele .modeles .modele {
        width: 25%
    }
}

.choix-modele .modeles .modele>.link {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 4px 21px 0 rgba(15, 36, 53, 0.2);
    box-shadow: 0 4px 21px 0 rgba(15, 36, 53, 0.2);
    padding-top: 64.93506%;
    color: #000;
    opacity: 1;
    -webkit-transition: opacity, 0.8s;
    -o-transition: opacity, 0.8s;
    transition: opacity, 0.8s
}

.choix-modele .modeles .modele>.link .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 5%
}

.choix-modele .modeles .modele>.link .img-container img {
    max-width: 90%
}

.choix-modele .modeles .modele>.link .nom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    font-family: 'AudiType Ext Bold';
    overflow: hidden
}

@media (min-width: 768px) {
    .choix-modele .modeles .modele>.link .nom {
        height: 40px;
        line-height: 40px;
        font-size: 2rem
    }
}

.choix-modele .modeles .modele>.link .nom:before {
    font-family: 'icomoon';
    position: absolute;
    left: -40px;
    top: 0;
    color: #db042c;
    font-size: 20px;
    -webkit-transition: left, 0.4s;
    -o-transition: left, 0.4s;
    transition: left, 0.4s
}

@media (min-width: 768px) {
    .choix-modele .modeles .modele>.link .nom:before {
        font-size: 40px
    }
}

.choix-modele .modeles .modele .sous-modeles {
    overflow: hidden;
    background: url("../img/bg-sous-modeles.jpg") #fbfbfb no-repeat center center;
    background-size: cover;
    -webkit-box-shadow: inset 0 50px 50px -50px rgba(15, 36, 53, 0.4), inset 0 -50px 50px -50px rgba(15, 36, 53, 0.4);
    box-shadow: inset 0 50px 50px -50px rgba(15, 36, 53, 0.4), inset 0 -50px 50px -50px rgba(15, 36, 53, 0.4);
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height, 0.5s;
    -o-transition: height, 0.5s;
    transition: height, 0.5s;
    text-align: center
}

.choix-modele .modeles .modele .sous-modeles .close {
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 20px;
    opacity: 0;
    color: #000;
    vertical-align: middle;
    -webkit-transition: opacity, 0.4s;
    -o-transition: opacity, 0.4s;
    transition: opacity, 0.4s
}

.choix-modele .modeles .modele .sous-modeles .close span {
    font-size: 2rem;
    vertical-align: middle;
    margin-left: 10px
}

.no-touch .choix-modele .modeles .modele .sous-modeles .close:hover {
    text-decoration: none;
    color: #db042c
}

.choix-modele .modeles .modele .sous-modeles .sous-modele-container {
    position: relative;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.choix-modele .modeles .modele .sous-modeles .sous-modele-container .owl-prev,
.choix-modele .modeles .modele .sous-modeles .sous-modele-container .owl-next {
    top: 50%;
    margin-top: -15px
}

@media (min-width: 768px) {

    .choix-modele .modeles .modele .sous-modeles .sous-modele-container .owl-prev,
    .choix-modele .modeles .modele .sous-modeles .sous-modele-container .owl-next {
        margin-top: -20px
    }
}

.choix-modele .modeles .modele .sous-modeles .sous-modele-container .owl-prev:before,
.choix-modele .modeles .modele .sous-modeles .sous-modele-container .owl-next:before {
    background-color: transparent;
    color: #000
}

.choix-modele .modeles .modele .sous-modeles .sous-modele-container .owl-prev {
    left: 0
}

.choix-modele .modeles .modele .sous-modeles .sous-modele-container .owl-next {
    right: 0
}

.choix-modele .modeles .modele .sous-modeles .sous-modele {
    position: relative;
    margin: 0;
    padding: 0;
    height: 180px;
    padding: 0 20px
}

@media (min-width: 768px) {
    .choix-modele .modeles .modele .sous-modeles .sous-modele {
        height: 240px
    }
}

.choix-modele .modeles .modele .sous-modeles .sous-modele:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    margin-right: -0.25em;
    vertical-align: middle
}

.choix-modele .modeles .modele .sous-modeles .sous-modele .main-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-transition: padding-bottom, 0.4s;
    -o-transition: padding-bottom, 0.4s;
    transition: padding-bottom, 0.4s
}

.choix-modele .modeles .modele .sous-modeles .sous-modele .main-link .img-container {
    text-align: center
}

.choix-modele .modeles .modele .sous-modeles .sous-modele .main-link .img-container img {
    -webkit-transition: max-width, 0.4s;
    -o-transition: max-width, 0.4s;
    transition: max-width, 0.4s;
    max-width: 100%
}

@media (min-width: 768px) {
    .choix-modele .modeles .modele .sous-modeles .sous-modele .main-link .img-container img {
        max-width: 80%
    }
}

.choix-modele .modeles .modele .sous-modeles .sous-modele .main-link .nom {
    font-family: 'AudiType Ext Bold';
    font-size: 1.2rem;
    color: #000
}

@media (min-width: 768px) {
    .choix-modele .modeles .modele .sous-modeles .sous-modele .main-link .nom {
        font-size: 1.4rem
    }
}

.choix-modele .modeles .modele .sous-modeles .sous-modele .secondary-links {
    position: absolute;
    bottom: -70px;
    left: 10%;
    width: 80%;
    -webkit-transition: bottom, 0.4s;
    -o-transition: bottom, 0.4s;
    transition: bottom, 0.4s
}

.no-touch .choix-modele .modeles .modele .sous-modeles .sous-modele:hover .main-link {
    text-decoration: none;
    padding-bottom: 40px
}

.no-touch .choix-modele .modeles .modele .sous-modeles .sous-modele:hover .main-link .img-container img {
    max-width: 100%
}

.no-touch .choix-modele .modeles .modele .sous-modeles .sous-modele:hover .secondary-links {
    bottom: 0
}

.choix-modele .modeles .modele.is-empty>.link {
    opacity: 0.4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.choix-modele .modeles .modele.is-inactive>.link {
    opacity: 0.2
}

.choix-modele .modeles .modele.is-active {
    margin-bottom: 180px
}

@media (min-width: 768px) {
    .choix-modele .modeles .modele.is-active {
        margin-bottom: 240px
    }
}

.choix-modele .modeles .modele.is-active>a .nom:before {
    left: 20%
}

.choix-modele .modeles .modele.is-active .sous-modeles {
    height: 180px;
    z-index: 4
}

@media (min-width: 768px) {
    .choix-modele .modeles .modele.is-active .sous-modeles {
        height: 240px
    }
}

.choix-modele .modeles .modele.is-active .sous-modeles .close {
    opacity: 1
}

.introduction {
    position: relative;
    margin: 20px 0 30px 0;
    padding: 20px 0
}

@media (min-width: 768px) {
    .introduction {
        background-color: #f1efef;
        height: 120px;
        padding: 0;
        margin: 40px 0 100px 0
    }

    .introduction:before {
        content: '';
        width: 60%;
        height: 120px;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        background-color: #e4e4e4
    }
}

@media (min-width: 992px) {
    .introduction {
        height: 140px;
        overflow: hidden;
        margin: 40px 0 100px 0
    }

    .introduction:before {
        height: 140px;
        background-color: #fff
    }
}

@media (min-width: 1200px) {
    .introduction {
        height: 180px;
        margin: 40px 0 140px 0
    }

    .introduction:before {
        height: 180px
    }
}

.introduction .container {
    padding: 0
}

@media (min-width: 768px) {
    .introduction .container {
        height: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.introduction .container .col {
    padding: 20px 15px
}

@media (min-width: 768px) {
    .introduction .container .col {
        display: inline-block;
        vertical-align: top;
        margin-right: -0.25em;
        height: 100%;
        padding: 0
    }
}

@media (min-width: 992px) {
    .introduction .container .col {
        vertical-align: middle
    }
}

.introduction .container .col .inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -0.25em
}

.introduction .container .col p {
    margin-top: 0;
    margin-bottom: 0
}

.introduction .container .col-1 {
    background-color: #e4e4e4
}

@media (min-width: 768px) {
    .introduction .container .col-1 {
        position: relative;
        background-color: #f1efef;
        z-index: 4;
        width: 40%
    }

    .introduction .container .col-1:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        margin-right: -0.25em;
        vertical-align: middle
    }

    .introduction .container .col-1:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 60px 0 60px 60px;
        border-color: transparent transparent transparent #f1efef;
        border-style: inset inset inset solid;
        position: absolute;
        right: -60px;
        top: 0
    }
}

@media (min-width: 992px) {
    .introduction .container .col-1 {
        width: 25%
    }

    .introduction .container .col-1:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 70px 0 70px 70px;
        border-color: transparent transparent transparent #f1efef;
        border-style: inset inset inset solid;
        right: -70px
    }
}

@media (min-width: 1200px) {
    .introduction .container .col-1:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 90px 0 90px 90px;
        border-color: transparent transparent transparent #f1efef;
        border-style: inset inset inset solid;
        right: -90px
    }
}

.introduction .container .col-2 {
    background-color: #f1efef
}

@media (min-width: 768px) {
    .introduction .container .col-2 {
        position: relative;
        background-color: #e4e4e4;
        z-index: 3;
        padding-left: 80px;
        width: 60%
    }

    .introduction .container .col-2:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        margin-right: -0.25em;
        vertical-align: middle
    }
}

@media (min-width: 992px) {
    .introduction .container .col-2 {
        width: 35%;
        padding-left: 90px
    }

    .introduction .container .col-2:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 70px 0 70px 70px;
        border-color: transparent transparent transparent #e4e4e4;
        border-style: inset inset inset solid;
        position: absolute;
        right: -70px;
        top: 0
    }
}

@media (min-width: 1200px) {
    .introduction .container .col-2 {
        padding-left: 110px
    }

    .introduction .container .col-2:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 90px 0 90px 90px;
        border-color: transparent transparent transparent #e4e4e4;
        border-style: inset inset inset solid;
        right: -90px
    }
}

@media (min-width: 768px) {
    .introduction .container .col-3 {
        height: auto;
        padding-top: 20px;
        width: 100%;
        text-align: center
    }
}

@media (min-width: 992px) {
    .introduction .container .col-3 {
        text-align: left;
        background-color: #fff;
        position: relative;
        z-index: 2;
        padding-top: 0;
        padding-left: 191.81818px;
        width: 40%;
        height: 100%
    }

    .introduction .container .col-3:before {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 140px 0 140px 140px;
        border-color: transparent transparent transparent #db042c;
        border-style: inset inset inset solid;
        position: absolute;
        left: 31.81818px;
        top: -70px
    }

    .introduction .container .col-3:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 140px 0 140px 140px;
        border-color: transparent transparent transparent #fff;
        border-style: inset inset inset solid;
        position: absolute;
        left: -19.09091px;
        top: -70px
    }
}

@media (min-width: 1200px) {
    .introduction .container .col-3 {
        padding-left: 240.90909px
    }

    .introduction .container .col-3:before {
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 180px 0 180px 180px;
        border-color: transparent transparent transparent #db042c;
        border-style: inset inset inset solid;
        left: 40.90909px;
        top: -90px
    }

    .introduction .container .col-3:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 180px 0 180px 180px;
        border-color: transparent transparent transparent #fff;
        border-style: inset inset inset solid;
        left: -24.54545px;
        top: -90px
    }
}

.introduction .container .col-3 .inner {
    height: 100%
}

.introduction .container .col-3 .inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    margin-right: -0.25em;
    vertical-align: middle
}

.introduction .container .col-3 .essai-modele.inner:before {
    height: 50%;
}

.introduction .container .col-3 .inner .btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
    width: 100%
}

.introduction .container .col-3 .essai-modele.inner .btn {
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .introduction .container .col-3 .inner .btn {
        width: auto
    }
}

@media (min-width: 992px) {
    .introduction .container .col-3 .inner .btn {
        width: 100%
    }
}

.introduction .container .prix {
    font-family: 'AudiType Ext';
    font-size: 1.1em
}

@media (min-width: 768px) {
    .introduction .container .prix {
        font-size: 1.4em;
        padding-left: 30px
    }
}

.introduction .container .prix:before {
    font-size: 1em;
    top: 0
}

.introduction .container .prix strong {
    font-family: 'AudiType Ext Bold'
}

.introduction .container .avantages {
    font-family: 'AudiType Ext';
    font-size: 1.1em
}

.introduction .container .avantages:before {
    font-size: 1em;
    top: 0
}

.introduction .container .avantages strong {
    font-family: 'AudiType Ext Bold'
}

.introduction .container .caracteristiques {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em
}

.introduction .container .caracteristiques li:before {
    font-size: 0.7em;
    top: 0.5em
}

.packs-container {
    background: url("../img/bg-packs.jpg") no-repeat top center;
    background-size: cover;
    padding: 30px 0 40px 0
}

@media (min-width: 768px) {
    .packs-container {
        padding: 50px 0 50px 0
    }
}

@media (min-width: 992px) {
    .packs-container {
        padding: 100px 0 120px 0
    }
}

@media (min-width: 1200px) {
    .packs-container {
        padding: 130px 0 180px 0
    }
}

.packs-container>.container {
    padding-left: 0;
    padding-right: 0
}

.packs .pack {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
    margin-right: -0.25em;
    padding: 0 30px
}

@media (min-width: 768px) {
    .packs .pack {
        padding: 0 20px
    }
}

@media (min-width: 1200px) {
    .packs .pack {
        padding: 0 30px
    }
}

.packs .pack>.inner {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 21px 0 rgba(15, 36, 53, 0.2);
    box-shadow: 0 4px 21px 0 rgba(15, 36, 53, 0.2)
}

.packs .pack>.inner header {
    padding: 30px 30px 0 30px
}

.packs .pack>.inner .body .options {
    padding: 30px 30px 20px 30px;
    margin: 0;
    list-style-type: none
}

.packs .pack>.inner .body .options .option:before {
    top: 0.5em;
    font-size: 8px
}

.packs .pack>.inner .body .options .option .prix {
    font-weight: bold
}

.packs .pack>.inner .body .recap {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.packs .pack>.inner .mentions_speciales {
    font-size: 0.8em;
    width: 90%;
    font-style: italic;
}

.packs .pack>.inner .mentions_speciales ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.packs .pack>.inner .mentions_speciales li {
    list-style-type: none;
}

.packs .pack>.inner .body .recap li {
    padding: 10px 27px;
    background-color: #aaa;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    text-align: center;
    font-size: 12px;
}

.packs .pack>.inner .body .recap li.special_edition {
    background-color: #000;
    color: #fff
}

.packs .pack>.inner .body .recap li.rouge {
    background-color: #db042c;
}

.packs .pack>.inner .body .recap li.action-special {
    font-size: 14px;
}

.packs .pack>.inner .body .recap li span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.packs .pack>.inner .body .recap li.prix-jusqua {
    background-color: #db042c;
    color: #fff
}

.packs .pack>.inner .body .recap li.prix-avantage {
    background-color: #999;
    color: #fff
}

.packs .pack>.inner .body .recap li.prix-avantage-total {
    background-color: #ccc;
    color: #333;
    font-weight: bold;
}

.packs .pack>.inner .body .recap li.prix-final-standard {
    background-color: #222222;
    color: #fff
}

.packs .pack>.inner .body .recap li .tablePack {
    width: 100%
}

.packs .pack>.inner .body .recap li .tablePack td {
    width: 50%
}

.packs .pack>.inner .body .recap li .tablePack td+td {
    text-align: right
}

.packs .pack>.inner .body .recap li .prix {
    font-size: 1.4em
}

.packs .pack>.inner footer {
    padding: 20px 30px
}

.packs .owl-item .pack {
    width: 100%;
    display: block;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.packs .owl-pagination {
    bottom: -40px
}

.packs .owl-next {
    right: 0
}

@media (min-width: 768px) {
    .packs .owl-next {
        right: -15px
    }
}

.packs .owl-prev {
    left: 0
}

@media (min-width: 768px) {
    .packs .owl-prev {
        left: -15px
    }
}

.packs .owl-next,
.packs .owl-prev {
    top: 50%
}

.packs .owl-next:before,
.packs .owl-prev:before {
    background-color: transparent;
    color: #db042c;
    font-size: 18px !important;
}

.contact-form-container {
    overflow: hidden
}

.contact-form-container .contact-form {
    left: 0;
    top: 100%;
    background: url("../img/bg-contact-form.jpg") no-repeat center center;
    background-size: cover;
    padding: 5rem 0;
    margin: 5rem 0
}

.contact-form-container .contact-form .contact-close {
    position: absolute;
    right: 20px;
    top: -30px;
    color: #000;
    vertical-align: middle
}

.contact-form-container .contact-form .contact-close span {
    font-size: 2rem;
    vertical-align: middle;
    margin-left: 10px
}

.no-touch .contact-form-container .contact-form .contact-close:hover {
    text-decoration: none;
    color: #db042c
}

@media (min-width: 768px) {
    .contact-opened .contact-form-container .contact-form {
        position: fixed;
        z-index: 7;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 40px 0;
        margin: 0;
        background: rgba(255, 255, 255, 0.95);
        -webkit-transition: top, 0.4s;
        -o-transition: top, 0.4s;
        transition: top, 0.4s;
        text-align: center
    }

    .contact-opened .contact-form-container .contact-form:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        margin-right: -0.25em;
        vertical-align: middle
    }

    .contact-opened .contact-form-container .contact-form .container {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em
    }

    .contact-opened .contact-form-container .contact-form .contact-close {
        top: 20px
    }
}

.form-rem {
    margin-top: -3rem;
}

.form-newsletter-link {
    text-align: right;
}

@media (max-width: 767px) {
    .form-rem {
        margin-top: 2rem;
    }
}


@media (max-width: 1199px) {
    #contact-form button.btn-block {
        width: auto;
        float: right;
    }
}



.main-footer {
    background-color: #eaeaea;
    border-top: solid 2px #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .main-footer {
        background-image: url("../img/bg-footer-2019.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%
    }
}

@media (min-width: 992px) {
    .main-footer {
        height: 350px;
        padding-top: 80px
    }
}

@media (min-width: 768px) {
    .main-footer>.container>.inner {
        padding-left: 40%
    }
}

.menu-footer-1 {
    display: none
}

@media (min-width: 768px) {
    .menu-footer-1 {
        display: block;
        padding-top: 60px;
        background: url("../img/audi-best-deals.png") top left no-repeat;
        background-size: auto 40px;
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .menu-footer-1 {
        padding-top: 70px;
        background-size: auto 50px
    }
}

@media (min-width: 768px) {
    .menu-footer-1 ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }
}

@media (min-width: 768px) {
    .menu-footer-1 ul li {
        display: inline-block;
        margin-right: 10px;
        color: gray;
        font-family: 'AudiType Ext';
        font-size: 0.9rem
    }
}

@media (min-width: 992px) {
    .menu-footer-1 ul li {
        font-size: 1rem
    }
}

@media (min-width: 768px) {
    .menu-footer-1 ul li a {
        font-family: 'AudiType Ext Bold';
        color: #000
    }
}

@media (min-width: 992px) {
    .menu-footer-1 {
        margin-bottom: 40px
    }
}

.red,
.menu-footer-2 ul li a.red {
    color: #db052b;
}


.menu-footer-2 {
    background: url("../img/audi.png") right bottom no-repeat;
    padding-bottom: 50px;
    background-size: auto 24px
}

@media (min-width: 992px) {
    .menu-footer-2 {
        background-size: auto 30px
    }
}

.menu-footer-2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: bottom;
    text-align: right
}

@media (min-width: 768px) {
    .menu-footer-2 ul {
        text-align: left
    }
}

.menu-footer-2 ul li {
    border-left: solid 4px #db042c;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.1rem
}

@media (min-width: 768px) {
    .menu-footer-2 ul li {
        font-size: 1.1rem;
        line-height: 1.1rem
    }
}

@media (min-width: 992px) {
    .menu-footer-2 ul li {
        font-size: 1rem;
        line-height: 1rem
    }
}

.menu-footer-2 ul li a {
    color: #000
}

@media (min-width: 768px) {
    .menu-footer-2 ul li a {
        font-size: 1.1rem
    }
}

@media (min-width: 992px) {
    .menu-footer-2 ul li a {
        font-size: 1rem
    }
}

.menu-footer-2 ul li:first-child {
    padding-left: 0;
    border-left: none
}

.menu-footer-2:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    margin-right: -0.25em;
    vertical-align: bottom
}

.signature {
    text-align: right;
    padding: 40px 15px 10px 15px
}

.signature a {
    color: #000;
    font-size: 1rem;
    font-family: 'AudiType Ext'
}

.signature a:before {
    display: inline-block;
    content: '';
    margin-right: 8px;
    width: 24.66667px;
    height: 22px;
    background: url("../img/noosphere.png") no-repeat center center;
    background-size: contain;
    vertical-align: middle
}





/* -------------------------------- */
/* --------------INFOBULLES-------- */
/* -------------------------------- */


.infobulle {
    background-color: #ffffff;
    bottom: -100%;
    left: 0;
    position: fixed;
    padding: 1.25rem 0;
    width: 100%;
    vertical-align: middle;
    z-index: 1001;
    opacity: 0;
    transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    -khtml-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    -webkit-transition: 0.6s all ease-in-out;
    box-shadow: 0 -0.1rem 0.75rem rgba(0, 0, 0, .6);
}

.infobulle>div {
    max-width: 1200px;
    margin: 0 auto;
}

.infobulle p {
    margin: .25em 0 0 0;
    padding: 0;
    font-size: 0.8em;
}

.infobulle p a {
    color: #db052b;
}

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

.infobulle .infobulle-action .btn {
    display: inline-block;
    padding: .6em 1.5em;
}

.infobulle .infobulle-action .btn::after {
    display: none;
}

.infobulle.visible {
    bottom: 0;
    opacity: 1;
    transition: 0.6s all 0.2s ease-in-out;
    -o-transition: 0.6s all 0.2s ease-in-out;
    -khtml-transition: 0.6s all 0.2s ease-in-out;
    -moz-transition: 0.6s all 0.2s ease-in-out;
    -ms-transition: 0.6s all 0.2s ease-in-out;
    -webkit-transition: 0.6s all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .infobulle .infobulle-action {
        margin-top: 15px;
        text-align: center;
    }
}




#debug {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0
}

@media (max-width: 767px) {
    #debug {
        background-color: red
    }
}

@media (min-width: 768px) {
    #debug {
        background-color: orange
    }
}

@media (min-width: 992px) {
    #debug {
        background-color: yellow
    }
}

@media (min-width: 1200px) {
    #debug {
        background-color: green
    }
}



/* Debut Modif */

.main-text {
    font-size: 16px;
    font-family: 'AudiType Ext Bold';
}

/* End Modif */




/* Update - 14/03/19 */
article.pack {}

article.pack .secondary-title {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding-bottom: 1.6rem;
}

article.pack .secondary-title small {
    padding-top: 0.3rem;
    font-size: 1.2rem;
}

/* /Update - 14/03/19 */


@font-face {
    font-family: 'AudiType';
    font-weight: 400;
    src: url("../fonts/AudiTypeV01-Normal.eot");
    src: url("../fonts/AudiTypeV01-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/AudiTypeV01-Normal.woff") format("woff"), url("../fonts/AudiTypeV01-Normal.otf") format("opentype")
}

@font-face {
    font-family: 'AudiType';
    font-weight: 700;
    src: url("../fonts/AudiTypeV01-Bold.eot");
    src: url("../fonts/AudiTypeV01-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AudiTypeV01-Bold.woff") format("woff"), url("../fonts/AudiTypeV01-Bold.otf") format("opentype")
}