/*! normalize.css v3.0.2 | MIT License | git.io/normalize */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, 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: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")"}
    abbr[title]:after {
        content: " (" attr(title) ")"}
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""}
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}* {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #575656;
    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.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,  0,  0,  0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}small, .small {
     font-size: 85%}
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}abbr[title], abbr[data-original-title] {
     cursor: help;
     border-bottom: 1px dotted #777;
 }
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .container {
        width: 750px;
    }
}@media (min-width:992px) {
    .container {
        width: 970px;
    }
}@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}.container-fluid {
     margin-right: auto;
     margin-left: auto;
     padding-left: 15px;
     padding-right: 15px;
 }
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-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-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%}
    .col-sm-11 {
        width: 91.66666667%}
    .col-sm-10 {
        width: 83.33333333%}
    .col-sm-9 {
        width: 75%}
    .col-sm-8 {
        width: 66.66666667%}
    .col-sm-7 {
        width: 58.33333333%}
    .col-sm-6 {
        width: 50%}
    .col-sm-5 {
        width: 41.66666667%}
    .col-sm-4 {
        width: 33.33333333%}
    .col-sm-3 {
        width: 25%}
    .col-sm-2 {
        width: 16.66666667%}
    .col-sm-1 {
        width: 8.33333333%}
    .col-sm-pull-12 {
        right: 100%}
    .col-sm-pull-11 {
        right: 91.66666667%}
    .col-sm-pull-10 {
        right: 83.33333333%}
    .col-sm-pull-9 {
        right: 75%}
    .col-sm-pull-8 {
        right: 66.66666667%}
    .col-sm-pull-7 {
        right: 58.33333333%}
    .col-sm-pull-6 {
        right: 50%}
    .col-sm-pull-5 {
        right: 41.66666667%}
    .col-sm-pull-4 {
        right: 33.33333333%}
    .col-sm-pull-3 {
        right: 25%}
    .col-sm-pull-2 {
        right: 16.66666667%}
    .col-sm-pull-1 {
        right: 8.33333333%}
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%}
    .col-sm-push-11 {
        left: 91.66666667%}
    .col-sm-push-10 {
        left: 83.33333333%}
    .col-sm-push-9 {
        left: 75%}
    .col-sm-push-8 {
        left: 66.66666667%}
    .col-sm-push-7 {
        left: 58.33333333%}
    .col-sm-push-6 {
        left: 50%}
    .col-sm-push-5 {
        left: 41.66666667%}
    .col-sm-push-4 {
        left: 33.33333333%}
    .col-sm-push-3 {
        left: 25%}
    .col-sm-push-2 {
        left: 16.66666667%}
    .col-sm-push-1 {
        left: 8.33333333%}
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%}
    .col-sm-offset-11 {
        margin-left: 91.66666667%}
    .col-sm-offset-10 {
        margin-left: 83.33333333%}
    .col-sm-offset-9 {
        margin-left: 75%}
    .col-sm-offset-8 {
        margin-left: 66.66666667%}
    .col-sm-offset-7 {
        margin-left: 58.33333333%}
    .col-sm-offset-6 {
        margin-left: 50%}
    .col-sm-offset-5 {
        margin-left: 41.66666667%}
    .col-sm-offset-4 {
        margin-left: 33.33333333%}
    .col-sm-offset-3 {
        margin-left: 25%}
    .col-sm-offset-2 {
        margin-left: 16.66666667%}
    .col-sm-offset-1 {
        margin-left: 8.33333333%}
    .col-sm-offset-0 {
        margin-left: 0;
    }
}@media (min-width:992px) {
    .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%}
    .col-md-11 {
        width: 91.66666667%}
    .col-md-10 {
        width: 83.33333333%}
    .col-md-9 {
        width: 75%}
    .col-md-8 {
        width: 66.66666667%}
    .col-md-7 {
        width: 58.33333333%}
    .col-md-6 {
        width: 50%}
    .col-md-5 {
        width: 41.66666667%}
    .col-md-4 {
        width: 33.33333333%}
    .col-md-3 {
        width: 25%}
    .col-md-2 {
        width: 16.66666667%}
    .col-md-1 {
        width: 8.33333333%}
    .col-md-pull-12 {
        right: 100%}
    .col-md-pull-11 {
        right: 91.66666667%}
    .col-md-pull-10 {
        right: 83.33333333%}
    .col-md-pull-9 {
        right: 75%}
    .col-md-pull-8 {
        right: 66.66666667%}
    .col-md-pull-7 {
        right: 58.33333333%}
    .col-md-pull-6 {
        right: 50%}
    .col-md-pull-5 {
        right: 41.66666667%}
    .col-md-pull-4 {
        right: 33.33333333%}
    .col-md-pull-3 {
        right: 25%}
    .col-md-pull-2 {
        right: 16.66666667%}
    .col-md-pull-1 {
        right: 8.33333333%}
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%}
    .col-md-push-11 {
        left: 91.66666667%}
    .col-md-push-10 {
        left: 83.33333333%}
    .col-md-push-9 {
        left: 75%}
    .col-md-push-8 {
        left: 66.66666667%}
    .col-md-push-7 {
        left: 58.33333333%}
    .col-md-push-6 {
        left: 50%}
    .col-md-push-5 {
        left: 41.66666667%}
    .col-md-push-4 {
        left: 33.33333333%}
    .col-md-push-3 {
        left: 25%}
    .col-md-push-2 {
        left: 16.66666667%}
    .col-md-push-1 {
        left: 8.33333333%}
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%}
    .col-md-offset-11 {
        margin-left: 91.66666667%}
    .col-md-offset-10 {
        margin-left: 83.33333333%}
    .col-md-offset-9 {
        margin-left: 75%}
    .col-md-offset-8 {
        margin-left: 66.66666667%}
    .col-md-offset-7 {
        margin-left: 58.33333333%}
    .col-md-offset-6 {
        margin-left: 50%}
    .col-md-offset-5 {
        margin-left: 41.66666667%}
    .col-md-offset-4 {
        margin-left: 33.33333333%}
    .col-md-offset-3 {
        margin-left: 25%}
    .col-md-offset-2 {
        margin-left: 16.66666667%}
    .col-md-offset-1 {
        margin-left: 8.33333333%}
    .col-md-offset-0 {
        margin-left: 0;
    }
}@media (min-width:1200px) {
    .col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11,  .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%}
    .col-lg-11 {
        width: 91.66666667%}
    .col-lg-10 {
        width: 83.33333333%}
    .col-lg-9 {
        width: 75%}
    .col-lg-8 {
        width: 66.66666667%}
    .col-lg-7 {
        width: 58.33333333%}
    .col-lg-6 {
        width: 50%}
    .col-lg-5 {
        width: 41.66666667%}
    .col-lg-4 {
        width: 33.33333333%}
    .col-lg-3 {
        width: 25%}
    .col-lg-2 {
        width: 16.66666667%}
    .col-lg-1 {
        width: 8.33333333%}
    .col-lg-pull-12 {
        right: 100%}
    .col-lg-pull-11 {
        right: 91.66666667%}
    .col-lg-pull-10 {
        right: 83.33333333%}
    .col-lg-pull-9 {
        right: 75%}
    .col-lg-pull-8 {
        right: 66.66666667%}
    .col-lg-pull-7 {
        right: 58.33333333%}
    .col-lg-pull-6 {
        right: 50%}
    .col-lg-pull-5 {
        right: 41.66666667%}
    .col-lg-pull-4 {
        right: 33.33333333%}
    .col-lg-pull-3 {
        right: 25%}
    .col-lg-pull-2 {
        right: 16.66666667%}
    .col-lg-pull-1 {
        right: 8.33333333%}
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%}
    .col-lg-push-11 {
        left: 91.66666667%}
    .col-lg-push-10 {
        left: 83.33333333%}
    .col-lg-push-9 {
        left: 75%}
    .col-lg-push-8 {
        left: 66.66666667%}
    .col-lg-push-7 {
        left: 58.33333333%}
    .col-lg-push-6 {
        left: 50%}
    .col-lg-push-5 {
        left: 41.66666667%}
    .col-lg-push-4 {
        left: 33.33333333%}
    .col-lg-push-3 {
        left: 25%}
    .col-lg-push-2 {
        left: 16.66666667%}
    .col-lg-push-1 {
        left: 8.33333333%}
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%}
    .col-lg-offset-11 {
        margin-left: 91.66666667%}
    .col-lg-offset-10 {
        margin-left: 83.33333333%}
    .col-lg-offset-9 {
        margin-left: 75%}
    .col-lg-offset-8 {
        margin-left: 66.66666667%}
    .col-lg-offset-7 {
        margin-left: 58.33333333%}
    .col-lg-offset-6 {
        margin-left: 50%}
    .col-lg-offset-5 {
        margin-left: 41.66666667%}
    .col-lg-offset-4 {
        margin-left: 33.33333333%}
    .col-lg-offset-3 {
        margin-left: 25%}
    .col-lg-offset-2 {
        margin-left: 16.66666667%}
    .col-lg-offset-1 {
        margin-left: 8.33333333%}
    .col-lg-offset-0 {
        margin-left: 0;
    }
}table {
     background-color: transparent;
 }
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%}
@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}fieldset {
     padding: 0;
     margin: 0;
     border: 0;
     min-width: 0;
 }
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #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: 13px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #f9f9f9;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102,  175,  233,  0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102,  175,  233,  0.6);
}
.form-control::-moz-placeholder {
    color: #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"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 46px;
    }
    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}.form-group {
     margin-bottom: 15px;
 }
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 13px;
    padding-bottom: 13px;
    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: 0;
}
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: 0;
}
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 57.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    pointer-events: none;
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #979696;
}
@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: 13px;
 }
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 33px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 13px;
    }
}.form-horizontal .has-feedback .form-control-feedback {
     right: 15px;
 }
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}.modal-open {
     overflow: hidden;
 }
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0,  -25%);
    -ms-transform: translate(0,  -25%);
    -o-transform: translate(0,  -25%);
    transform: translate(0,  -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}.alert {
     padding: 15px;
     margin-bottom: 20px;
     border: 1px solid transparent;
     border-radius: 4px;
 }
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,  visibility;
    transition-property: height,  visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .modal-footer:before, .modal-footer:after, section:before, section:after, footer:before, footer:after, header:before, header:after, div.section:before, div.section:after {
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .modal-footer:after, section:after, footer:after, header:after, div.section:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}.visible-print {
     display: none !important;
 }
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}.visible-print-block {
     display: none !important;
 }
@media print {
    .visible-print-block {
        display: block !important;
    }
}.visible-print-inline {
     display: none !important;
 }
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}.visible-print-inline-block {
     display: none !important;
 }
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}@media print {
    .hidden-print {
        display: none !important;
    }
}
@font-face {
    font-family: 'aleo';
    src: url('/theme/assets/fonts/aleo/glyphen/Aleo-Glyphen.eot');
    src: url('/theme/assets/fonts/aleo/glyphen/Aleo-Glyphen.eot?#iefix') format('embedded-opentype'), url('/theme/assets/fonts/aleo/glyphen/Aleo-Glyphen.woff') format('woff'), url('/theme/assets/fonts/aleo/glyphen/Aleo-Glyphen.ttf') format('truetype'), url('/theme/assets/fonts/aleo/glyphen/Aleo-Glyphen.svg#aleo') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'aleo';
    src: url('/theme/assets/fonts/aleo/regularitalic/Aleo-Italic-webfont.eot');
    src: url('/theme/assets/fonts/aleo/regularitalic/Aleo-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/theme/assets/fonts/aleo/regularitalic/Aleo-Italic-webfont.woff') format('woff'), url('/theme/assets/fonts/aleo/regularitalic/Aleo-Italic-webfont.ttf') format('truetype'), url('/theme/assets/fonts/aleo/regularitalic/Aleo-Italic-webfont.svg#aleo') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'aleo';
    src: url('/theme/assets/fonts/aleo/light/Aleo-Light-webfont.eot');
    src: url('/theme/assets/fonts/aleo/light/Aleo-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/theme/assets/fonts/aleo/light/Aleo-Light-webfont.woff') format('woff'), url('/theme/assets/fonts/aleo/light/Aleo-Light-webfont.ttf') format('truetype'), url('/theme/assets/fonts/aleo/light/Aleo-Light-webfont.svg#aleo') format('svg');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'aleo';
    src: url('/theme/assets/fonts/aleo/lightitalic/Aleo-LightItalic-webfont.eot');
    src: url('/theme/assets/fonts/aleo/lightitalic/Aleo-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/theme/assets/fonts/aleo/lightitalic/Aleo-LightItalic-webfont.woff') format('woff'), url('/theme/assets/fonts/aleo/lightitalic/Aleo-LightItalic-webfont.ttf') format('truetype'), url('/theme/assets/fonts/aleo/lightitalic/Aleo-LightItalic-webfont.svg#aleo') format('svg');
    font-weight: lighter;
    font-style: italic;
}
@font-face {
    font-family: 'aleo';
    src: url('/theme/assets/fonts/aleo/bold/Aleo-Bold-webfont.eot');
    src: url('/theme/assets/fonts/aleo/bold/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/theme/assets/fonts/aleo/bold/Aleo-Bold-webfont.woff') format('woff'), url('/theme/assets/fonts/aleo/bold/Aleo-Bold-webfont.ttf') format('truetype'), url('/theme/assets/fonts/aleo/bold/Aleo-Bold-webfont.svg#aleo') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'aleo';
    src: url('/theme/assets/fonts/aleo/bolditalic/Aleo-BoldItalic-webfont.eot');
    src: url('/theme/assets/fonts/aleo/bolditalic/Aleo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/theme/assets/fonts/aleo/bolditalic/Aleo-BoldItalic-webfont.woff') format('woff'), url('/theme/assets/fonts/aleo/bolditalic/Aleo-BoldItalic-webfont.ttf') format('truetype'), url('/theme/assets/fonts/aleo/bolditalic/Aleo-BoldItalic-webfont.svg#aleo') format('svg');
    font-weight: bold;
    font-style: italic;
}
*/
html, body {
    padding: 0;
    margin: 0;
    font-size: 16pxpx;
}
section, footer, header, div.section {
    margin-left: -15px;
    margin-right: -15px;
}
section p, footer p, header p, div.section p {
    padding: 0 25px 25px 25px;
}
section div>p, footer div>p, header div>p, div.section>p {
    padding: 0;
}
section .sec-head, footer .sec-head, header .sec-head, div.section .sec-head {
    padding: 25px;
}
section .btn, footer .btn, header .btn, div.section btn {
    background: red;
    color: #fff;
    border: none;
    padding: 3px 10px;
    font-family: aleo;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: aleo;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 12px;
    color: #575656;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}
.sg-canvas {
    position: relative;
}
.background {
background: url('data:image/gif;base64, R0lGODlhHgAeALMAAJ+Yj6qjmqegl6ihmKKbkqOck6SdlKCZkKaflqWelaGakamimQAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMEQzMzcxNkRGOEMxMUU0OURDQkM1RDM4MTc4NEJDRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMEQzMzcxN0RGOEMxMUU0OURDQkM1RDM4MTc4NEJDRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIwQTQ1Qzc1REY4QTExRTQ5RENCQzVEMzgxNzg0QkNEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIwQTQ1Qzc2REY4QTExRTQ5RENCQzVEMzgxNzg0QkNEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAB4AHgBABP9wILLEWGmtIlQZglYYxPApR0EchhAgyJEQAKItBixTQhFkFAABoaDZNLnYrOIDLoTEA+oAECAGs8QEUWBtFjuEYCVbBAqKGEGBMiTeGrZhpAFoEfPFoLUJDBVzACQXbwozMgYLEzNpHRxWHYAEaAUaAwMAQlIGBpsKEhYUaAmAHJwHAQJzLxwECQcLnwkjAZ2AbglWlASRXiuvnAELrhk9w2xYboYvbpUBHiAFExgdw0S8BwcIALRS0p2xAX5DFqQ4BY8zBgBxK2sHEnhDa4kJBrcKAJev9h9XBASEcRng4co9UiSkIJiFIdGmSRkyZEPx4smAAxaEhQAlSM+AMyn3Wqz7sRCNKxojpMkjoifBRwTCKIkT8GrbGGQaLFiI5SMbwUqU5OTyk20hTVgh2BWMYYXLDEFXPjASwEIYIZcdOu3JgQ5MtgR2SCSCsYXgJxwyQOSTwUWBlYouONSy5FLLkFgS3Ego8OoSRmsCQlg0GQBjQEMEIeY0pM2EgcIFwSkQB1AMFgXnUODZQIHIG1UDJrkxYPbIRbcqaLLRg7lQ6EqvwTCGt+IZOkQXtJHo0lhL34JvQHpKRKwAuwyVYOkRIIiDFsPbRrZwVVgbmDHD3MDgBlNaLDyALPGs/nODB6EuyFzAQvMxBcpDUCmCMcTshU5Y1yaIAAA7') repeat;
}
@media screen and (min-width:  62em) {
h2 {
    font-size: 45px;
}
h3 {
    font-size: 35px;
}
}.icon-achtung {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22297.6%200%20595.3%20595.3%22%3E%3Cpath%20d%3D%22M594.1%200C430.4%200%20297.6%20132.7%20297.6%20296.5S430.4%20593%20594.1%20593s296.5-132.7%20296.5-296.5S757.9%200%20594.1%200zm44%20491.1h-88v-88h88v88zm0-159.8h-88V105.1h88v226.2z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-arrow-down-bronze {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-571%20274.3%2048%2048%22%3E%3Cpath%20d%3D%22M-547.1%20298.2l24-23.9h-13.6l-10.4%2010.4-10.4-10.4H-571z%22%20fill%3D%22%237B706c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-arrow-down {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-571%20274.3%2048%2048%22%3E%3Cpath%20d%3D%22M-547.1%20298.2l24-23.9h-13.6l-10.4%2010.4-10.4-10.4H-571z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-arrow-red {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242.555%22%20height%3D%2274.653%22%20viewBox%3D%2228.723%2012.673%2042.555%2074.653%22%3E%3Cpath%20d%3D%22M69.746%2053.695l-32.1%2032.1c-2.042%202.042-5.352%202.042-7.393%200-2.04-2.04-2.04-5.352%200-7.393L58.656%2050%2030.254%2021.598c-2.04-2.042-2.04-5.352%200-7.393%202.04-2.042%205.35-2.042%207.393%200l32.1%2032.1c1.02%201.02%201.53%202.357%201.53%203.695s-.51%202.676-1.53%203.695z%22%20fill%3D%22%23e30613%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-arrow-right-red {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2010.5%22%3E%3Cpath%20d%3D%22M1.8%200L0%201.5l2.8%203.7L0%209l1.8%201.5%204.1-5.2L1.8%200zm5.1%200L5.2%201.5%208%205.2%205.2%209%207%2010.5l4-5.3L6.9%200z%22%20fill%3D%22%23e30613%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-arrow-right {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2010.5%22%3E%3Cpath%20d%3D%22M1.8%200L0%201.5l2.8%203.7L0%209l1.8%201.5%204.1-5.2L1.8%200zm5.1%200L5.2%201.5%208%205.2%205.2%209%207%2010.5l4-5.3L6.9%200z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-arrow {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242.555%22%20height%3D%2274.653%22%20viewBox%3D%2228.723%2012.673%2042.555%2074.653%22%3E%3Cpath%20d%3D%22M69.746%2053.695l-32.1%2032.1c-2.042%202.042-5.352%202.042-7.393%200-2.04-2.04-2.04-5.352%200-7.393L58.656%2050%2030.254%2021.598c-2.04-2.042-2.04-5.352%200-7.393%202.04-2.042%205.35-2.042%207.393%200l32.1%2032.1c1.02%201.02%201.53%202.357%201.53%203.695s-.51%202.676-1.53%203.695z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-download-pdf-big {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20119.5%2021.7%22%3E%3Cpath%20d%3D%22M64.6%2013.5c-.2.1-.3.2-.4.3-.1.1-.1.3-.1.4%200%20.3.1.5.3.6.2.1.4.2.7.2h.5c.1%200%20.3-.1.4-.1.1-.1.3-.1.4-.2.1-.1.2-.2.4-.3v-1.2c-.5%200-.9%200-1.2.1-.6%200-.8.1-1%20.2zm9-3c-.2-.1-.5-.1-.7-.1-.3%200-.5%200-.7.1-.2.1-.4.2-.5.4-.1.2-.3.4-.3.7-.1.3-.1.6-.1%201s0%20.7.1%201%20.2.5.3.7c.1.2.3.3.4.4.2.1.4.1.6.1.3%200%20.6-.1.9-.2.2-.1.5-.4.7-.6v-3.1c-.3-.2-.5-.4-.7-.4zm-15.3-.2c-.6%200-1%20.2-1.3.6-.3.4-.4%201-.4%201.7s.1%201.3.4%201.7c.3.4.7.6%201.3.6.6%200%201-.2%201.3-.6.3-.4.4-1%20.4-1.7s-.1-1.3-.4-1.7c-.3-.4-.7-.6-1.3-.6zM86%208.2c-.2-.1-.4-.3-.6-.3-.2-.1-.5-.1-.9-.1h-1.2v3.5h1.2c.3%200%20.6%200%20.9-.1.2-.1.5-.2.6-.4.2-.2.3-.3.4-.6.1-.2.1-.5.1-.7%200-.3%200-.5-.1-.7-.1-.3-.3-.4-.4-.6zM0%200v21.7h119.5V0H0zm22.2%2013.2c-.2.6-.6%201.1-1%201.5-.4.4-1%20.8-1.6%201-.6.2-1.3.4-2%20.4H13v-.8c0-.2.1-.4.3-.4h.3c.1%200%20.2%200%20.4-.1V7.7c-.2%200-.3-.1-.4-.1h-.3c-.2%200-.3-.2-.3-.4v-.9h4.6c.7%200%201.4.1%202%20.4.6.2%201.1.6%201.6%201%20.4.4.8.9%201%201.5.2.6.4%201.3.4%202s-.1%201.4-.4%202zm7.4.9c-.2.4-.4.8-.7%201.1-.3.3-.7.5-1.1.7-.4.2-.9.2-1.4.2-.5%200-1-.1-1.4-.2-.4-.2-.8-.4-1.1-.7-.3-.3-.5-.7-.7-1.1-.2-.4-.2-.9-.2-1.5%200-.5.1-1%20.2-1.5.2-.4.4-.8.7-1.1.3-.3.7-.5%201.1-.7.4-.2.9-.2%201.4-.2.5%200%201%20.1%201.4.2.4.2.8.4%201.1.7.3.3.5.7.7%201.1.2.4.2.9.2%201.5.1.6%200%201.1-.2%201.5zM41.7%2010c0%20.2-.1.4-.3.4-.1%200-.1%200-.6.1L39%2016.1h-1.3c-.1%200-.2-.1-.3-.3l-1.2-4c0-.1-.1-.3-.1-.4%200-.1-.1-.3-.1-.4%200%20.1-.1.3-.1.4%200%20.1-.1.3-.1.4l-1.3%204c-.1.2-.2.3-.4.3h-1.3L31%2010.5c-.6-.1-.5-.1-.6-.1-.2%200-.3-.2-.3-.4v-.8h3.4v.8c0%20.2-.1.4-.3.4-.1%200-.1%200-.4.1l.7%202.7c.1.2.1.4.1.6%200%20.2.1.4.1.6%200-.2.1-.4.2-.6.1-.2.1-.4.2-.6l.9-3.7c0-.1.1-.2.2-.2.1-.1.2-.1.3-.1h.7c.1%200%20.2%200%20.3.1l.2.2%201.1%203.8c.1.2.1.4.2.6%200%20.2.1.4.1.6%200-.2.1-.4.1-.6%200-.2.1-.4.1-.6l.8-2.7c-.4-.1-.4-.1-.5-.1-.2%200-.3-.2-.3-.4v-.9h3.5v.8zm8.5%206.1h-2.7v-4.4c0-.4-.1-.8-.3-1-.2-.2-.5-.3-.9-.3-.3%200-.6.1-.8.2-.3.1-.5.3-.7.5v3.7c.2%200%20.3.1.4.1h.3c.2%200%20.3.2.3.4v.8h-3.7v-.8c0-.2.1-.4.3-.4h.3c.1%200%20.2%200%20.4-.1v-4.3c-.2%200-.3-.1-.4-.1h-.3c-.2%200-.3-.2-.3-.4v-.8h2c.2%200%20.4.1.4.3l.1.5.4-.4c.2-.1.3-.2.5-.3.2-.1.4-.2.6-.2.2%200%20.4-.1.6-.1.4%200%20.7.1%201%20.2.3.1.5.3.7.5.2.2.3.5.4.8.1.3.2.7.2%201.1v3.1c.2%200%20.3.1.4.1h.3c.2%200%20.3.2.3.4v.9zm4.2%200h-3.7v-.8c0-.2.1-.4.3-.4h.3c.1%200%20.2%200%20.4-.1V7.4c-.2%200-.3-.1-.4-.1H51c-.2%200-.3-.2-.3-.4v-.8h2.7v8.7c.2%200%20.3.1.4.1h.3c.2%200%20.3.2.3.4v.8zm7.1-2c-.2.4-.4.8-.7%201.1-.3.3-.7.5-1.1.7-.4.2-.9.2-1.4.2-.5%200-1-.1-1.4-.2s-.8-.4-1.1-.7c-.3-.3-.5-.7-.7-1.1-.2-.4-.2-.9-.2-1.5%200-.5.1-1%20.2-1.5.2-.4.4-.8.7-1.1.3-.3.7-.5%201.1-.7.4-.2.9-.2%201.4-.2.5%200%201%20.1%201.4.2.4.2.8.4%201.1.7.3.3.5.7.7%201.1.2.4.2.9.2%201.5s0%201.1-.2%201.5zm7.6%202h-1.7c-.2%200-.3%200-.4-.1-.1%200-.2-.1-.2-.3l-.1-.5c-.2.2-.3.3-.5.4-.2.1-.3.2-.5.3-.2.1-.4.1-.6.2-.2%200-.4.1-.7.1-.3%200-.6%200-.8-.1-.2-.1-.5-.2-.6-.4-.2-.2-.3-.4-.4-.6-.1-.2-.1-.5-.1-.8%200-.3.1-.5.2-.8.1-.3.4-.5.7-.7.3-.2.7-.4%201.3-.5.5-.1%201.2-.2%202-.2v-.4c0-.5-.1-.8-.3-1-.2-.2-.5-.3-.9-.3-.3%200-.5%200-.7.1-.2.1-.3.1-.5.2-.1.1-.3.1-.4.2-.1.1-.2.1-.4.1-.1%200-.2%200-.3-.1l-.2-.2-.3-.5c.9-.8%201.8-1.2%202.9-1.2.4%200%20.8.1%201.1.2s.6.3.8.6c.2.2.4.5.5.8.1.3.2.7.2%201.1v3.1c.2%200%20.3%200%20.4.1h.1c.2%200%20.3.2.3.4v.8zm7.7%200h-1.9c-.1%200-.2%200-.3-.1-.1%200-.1-.1-.1-.2l-.1-.6c-.3.3-.6.6-1%20.8-.4.2-.8.3-1.3.3-.4%200-.7-.1-1-.2-.3-.2-.6-.4-.8-.7-.2-.3-.4-.7-.5-1.1-.1-.4-.2-.9-.2-1.5%200-.5.1-1%20.2-1.4.1-.4.3-.8.6-1.1.3-.3.6-.6.9-.8.3-.4.7-.5%201.2-.5.4%200%20.7.1%201%20.2.3.1.5.3.7.5V7.4c-.2%200-.3-.1-.4-.1h-.3c-.2%200-.3-.2-.3-.4v-.8h2.7v8.7c.1%200%20.3%200%20.3.1h.3c.2%200%20.3.2.3.4v.8zM88%2010.8c-.2.4-.4.7-.7%201-.3.3-.7.5-1.2.7-.5.2-1%20.2-1.7.2h-1.2v2.1c.2%200%20.3.1.4.1h.3c.2%200%20.3.2.3.4v.8h-3.8v-.8c0-.2.1-.4.3-.4h.3c.1%200%20.2%200%20.4-.1V7.7c-.2%200-.3-.1-.4-.1h-.3c-.2%200-.3-.2-.3-.4v-.9h4c.7%200%201.2.1%201.7.2.5.2.9.4%201.2.6.3.3.5.6.7%201%20.1.4.2.8.2%201.3.1.5%200%201-.2%201.4zm9.9%202.4c-.2.6-.6%201.1-1%201.5-.4.4-1%20.8-1.6%201-.6.2-1.3.4-2%20.4h-4.6v-.8c0-.2.1-.4.3-.4h.3c.1%200%20.2%200%20.4-.1V7.7c-.2%200-.3-.1-.4-.1H89c-.2%200-.3-.2-.3-.4v-.9h4.6c.7%200%201.4.1%202%20.4.6.2%201.1.6%201.6%201%20.4.4.8.9%201%201.5.2.6.4%201.3.4%202s-.1%201.4-.4%202zm8.4-5.9v1.6h-.9c-.2%200-.3-.1-.3-.3%200-.1-.1-.4-.1-.9h-3.5v2.9h3.4v1.5h-3.4v2.6c.2%200%20.3.1.4.1h.3c.2%200%20.3.2.3.4v.8h-3.8v-.8c0-.2.1-.4.3-.4h.3c.1%200%20.2%200%20.4-.1v-7c-.2%200-.3-.1-.4-.1H99c-.2%200-.3-.2-.3-.4v-.9h7.5v1zM95.6%208.7c-.3-.3-.6-.5-1-.7-.4-.2-.8-.2-1.3-.2h-1.8v6.9h1.8c.5%200%20.9-.1%201.3-.2.4-.2.7-.4%201-.7s.5-.7.6-1.1c.1-.4.2-.9.2-1.4s-.1-1-.2-1.4c-.1-.5-.3-.9-.6-1.2zm-69.2%201.6c-.6%200-1%20.2-1.3.6-.3.4-.4%201-.4%201.7s.1%201.3.4%201.7c.3.4.7.6%201.3.6.6%200%201-.2%201.3-.6.3-.4.4-1%20.4-1.7s-.1-1.3-.4-1.7c-.2-.4-.7-.6-1.3-.6zm-6.5-1.6c-.3-.3-.6-.5-1-.7-.4-.2-.8-.2-1.3-.2h-1.8v6.9h1.8c.5%200%20.9-.1%201.3-.2.4-.2.7-.4%201-.7s.5-.7.6-1.1c.1-.4.2-.9.2-1.4s-.1-1-.2-1.4c-.1-.5-.3-.9-.6-1.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M54.1%2014.9c-.1%200-.2%200-.3-.1-.1%200-.2%200-.4-.1V6.1h-2.7v.8c0%20.2.1.4.3.4h.3c.1%200%20.2%200%20.4.1v7.4c-.2%200-.3.1-.4.1H51c-.2%200-.3.2-.3.4v.8h3.7v-.8c0-.2-.1-.4-.3-.4zM28.9%2010c-.3-.3-.7-.5-1.1-.7-.4-.2-.9-.2-1.4-.2-.5%200-1%20.1-1.4.2-.4.2-.8.4-1.1.7-.3.3-.5.7-.7%201.1-.2.4-.2.9-.2%201.5s.1%201%20.2%201.5c.2.4.4.8.7%201.1.3.3.7.5%201.1.7.4.2.9.2%201.4.2.5%200%201-.1%201.4-.2.4-.2.8-.4%201.1-.7.3-.3.5-.7.7-1.1.2-.4.2-.9.2-1.5%200-.5-.1-1-.2-1.5-.1-.4-.4-.8-.7-1.1zm-1.2%204.3c-.3.4-.7.6-1.3.6-.6%200-1-.2-1.3-.6-.3-.4-.4-1-.4-1.7s.1-1.3.4-1.7c.3-.4.7-.6%201.3-.6.6%200%201%20.2%201.3.6.3.4.4%201%20.4%201.7%200%20.8-.1%201.4-.4%201.7zm12.1-5.1h-1.6v.8c0%20.2.1.4.3.4.1%200%20.1%200%20.5.1l-.8%202.7c-.1.2-.1.4-.1.6%200%20.2-.1.4-.1.6%200-.2-.1-.4-.1-.6%200-.2-.1-.4-.2-.6l-1.1-3.8c0-.1-.1-.2-.2-.2-.1-.1-.2-.1-.3-.1h-.7c-.1%200-.2%200-.3.1l-.2.2-1.1%203.7c-.1.2-.1.4-.2.6-.1.2-.1.4-.2.6%200-.2-.1-.4-.1-.6%200-.2-.1-.4-.1-.6l-.7-2.7c.3-.1.3-.1.4-.1.2%200%20.3-.2.3-.4v-.7H30v.8c0%20.2.1.4.3.4.1%200%20.1%200%20.6.1l1.8%205.6H34c.2%200%20.3-.1.4-.3l1.3-4c0-.1.1-.3.1-.4%200-.1.1-.3.1-.4%200%20.1.1.3.1.4%200%20.1.1.3.1.4l1.2%204c.1.2.2.3.3.3h1.3l1.8-5.6c.6-.1.5-.1.6-.1.2%200%20.3-.2.3-.4v-.8h-1.8zM21.2%207.7c-.4-.4-1-.8-1.6-1-.6-.2-1.3-.4-2-.4H13v.8c0%20.2.1.4.3.4h.3c.1%200%20.2%200%20.4.1v7.1c-.2%200-.3.1-.4.1h-.3c-.2%200-.3.2-.3.4v.8h4.6c.7%200%201.4-.1%202-.4.6-.2%201.1-.6%201.6-1%20.4-.4.8-.9%201-1.5.2-.6.4-1.3.4-2s-.1-1.4-.4-2c-.2-.4-.5-1-1-1.4zm-.7%205c-.1.4-.4.8-.6%201.1s-.6.5-1%20.7c-.4.2-.8.2-1.3.2h-1.8V7.8h1.8c.5%200%20.9.1%201.3.2.4.2.7.4%201%20.7.3.3.5.7.6%201.1.1.4.2.9.2%201.4s0%201-.2%201.5zm29.4%202.2s-.1%200%200%200c-.1%200-.2%200-.3-.1-.1%200-.2%200-.4-.1v-3.1c0-.4%200-.7-.2-1.1-.1-.3-.2-.6-.4-.8-.2-.2-.4-.4-.7-.5-.3-.1-.6-.2-1-.2-.2%200-.5%200-.6.1-.2%200-.4.1-.6.2-.2.1-.3.2-.5.3-.2.2-.3.3-.5.4l-.1-.5c-.1-.2-.2-.3-.4-.3h-2v.8c0%20.2.1.4.3.4h.3c.1%200%20.2%200%20.4.1v4.3c-.2%200-.3.1-.4.1h-.3c-.2%200-.3.2-.3.4v.8h3.7v-.8c0-.2-.1-.4-.3-.4h-.3c-.1%200-.2%200-.4-.1v-3.7c.2-.2.5-.4.7-.5.3-.1.5-.2.8-.2.4%200%20.7.1.9.3.2.2.3.6.3%201v4.4h2.7v-.8c-.1-.2-.2-.4-.4-.4zm47-7.2c-.4-.4-1-.8-1.6-1-.6-.2-1.3-.4-2-.4h-4.6v.8c0%20.2.1.4.3.4h.3c.1%200%20.2%200%20.4.1v7.1c-.2%200-.3.1-.4.1H89c-.2%200-.3.2-.3.4v.8h4.6c.7%200%201.4-.1%202-.4.6-.2%201.1-.6%201.6-1%20.4-.4.8-.9%201-1.5.2-.6.4-1.3.4-2s-.1-1.4-.4-2c-.2-.4-.5-1-1-1.4zm-.7%205c-.1.4-.4.8-.6%201.1s-.6.5-1%20.7c-.4.2-.8.2-1.3.2h-1.8V7.8h1.8c.5%200%20.9.1%201.3.2.4.2.7.4%201%20.7.3.3.5.7.6%201.1.1.4.2.9.2%201.4s0%201-.2%201.5zM60.8%2010c-.3-.3-.7-.5-1.1-.7-.4-.2-.9-.2-1.4-.2-.5%200-1%20.1-1.4.2-.4.2-.8.4-1.1.7-.3.3-.5.7-.7%201.1-.2.4-.2.9-.2%201.5s.1%201%20.2%201.5c.2.4.4.8.7%201.1.3.3.7.5%201.1.7s.9.2%201.4.2c.5%200%201-.1%201.4-.2.4-.2.8-.4%201.1-.7.3-.3.5-.7.7-1.1.2-.4.2-.9.2-1.5%200-.5-.1-1-.2-1.5-.2-.4-.4-.8-.7-1.1zm-1.2%204.3c-.3.4-.7.6-1.3.6-.6%200-1-.2-1.3-.6-.3-.4-.4-1-.4-1.7s.1-1.3.4-1.7c.3-.4.7-.6%201.3-.6.6%200%201%20.2%201.3.6.3.4.4%201%20.4%201.7%200%20.8-.1%201.4-.4%201.7zm27.8-7.1c-.3-.3-.7-.5-1.2-.6-.5-.2-1-.2-1.7-.2h-4v.8c0%20.2.1.4.3.4h.3c.1%200%20.2%200%20.4.1v7.1c-.2%200-.3.1-.4.1h-.3c-.2%200-.3.2-.3.4v.8h3.8v-.8c0-.2-.1-.4-.3-.4h-.3c-.1%200-.2%200-.4-.1v-2.1h1.2c.6%200%201.2-.1%201.7-.2.5-.2.9-.4%201.2-.7.3-.3.6-.6.7-1%20.2-.4.2-.8.2-1.3s-.1-.9-.2-1.3c-.2-.4-.4-.7-.7-1zm-1.1%203c-.1.2-.2.4-.4.6-.2.2-.4.3-.6.4-.2.1-.5.1-.9.1h-1.2V7.7h1.2c.3%200%20.6%200%20.9.1.2.1.5.2.6.3.2.1.3.3.4.5.1.2.1.4.1.7.1.4%200%20.7-.1.9zm19.4-3.9h-6.9v.8c0%20.2.1.4.3.4h.3c.1%200%20.2%200%20.4.1v7.1c-.2%200-.3.1-.4.1h-.3c-.2%200-.3.2-.3.4v.8h3.8v-.8c0-.2-.1-.4-.3-.4h-.3c-.1%200-.2%200-.4-.1v-2.6h3.4v-1.5h-3.4V7.8h3.5c0%20.5.1.8.1.9%200%20.2.1.3.3.3h.9V6.3h-.7zm-37%208.6h-.1c-.1%200-.2%200-.4-.1v-3.1c0-.4-.1-.8-.2-1.1-.1-.3-.3-.6-.5-.8-.2-.2-.5-.4-.8-.6S66%209%2065.6%209c-1.1%200-2.1.4-2.9%201.1l.3.5c0%20.1.1.2.2.2.1.1.2.1.3.1.1%200%20.3%200%20.4-.1.1-.1.2-.1.4-.2.1-.1.3-.1.5-.2s.4-.1.7-.1c.4%200%20.7.1.9.3.2.2.3.6.3%201v.4c-.8%200-1.4.1-2%20.2-.5.1-1%20.3-1.3.5-.3.2-.5.4-.7.7-.1.3-.2.5-.2.8%200%20.3%200%20.6.1.8.1.2.2.4.4.6.2.2.4.3.6.4.2.1.5.1.8.1.2%200%20.5%200%20.7-.1.2%200%20.4-.1.6-.2.2-.1.4-.2.5-.3.2-.1.3-.3.5-.4l.1.5c0%20.1.1.2.2.3.1%200%20.2.1.4.1H69v-.8c.1-.1-.1-.3-.3-.3zm-2.1-.6c-.1.1-.2.2-.4.3-.1.1-.2.2-.4.2-.1.1-.3.1-.4.1h-.5c-.3%200-.5-.1-.7-.2-.2-.1-.3-.3-.3-.6%200-.2%200-.3.1-.4.1-.1.2-.2.4-.3.2-.1.5-.2.8-.2.3-.1.7-.1%201.2-.1v1.2zm9.9.6s-.1%200%200%200h-.3c-.1%200-.2%200-.3-.1V6.1h-2.7v.8c0%20.2.1.4.3.4h.3c.1%200%20.2%200%20.4.1v2.3c-.2-.2-.5-.4-.7-.5-.3-.1-.6-.2-1-.2-.5%200-.9.1-1.2.3-.4.2-.7.4-.9.8-.3.3-.5.7-.6%201.1-.1.4-.2.9-.2%201.4%200%20.6.1%201.1.2%201.5.1.4.3.8.5%201.1.2.3.5.5.8.7.3.2.7.2%201%20.2.5%200%20.9-.1%201.3-.3.4-.2.7-.5%201-.8l.1.6c0%20.1.1.2.1.2.1%200%20.2.1.3.1h1.9v-.8s-.1-.2-.3-.2zm-2.3-.8c-.2.3-.4.5-.7.6-.2.1-.5.2-.9.2-.2%200-.4%200-.6-.1-.2-.1-.3-.2-.4-.4-.1-.2-.2-.4-.3-.7s-.1-.6-.1-1%200-.7.1-1c.1-.3.2-.5.3-.7.1-.2.3-.3.5-.4.2-.1.4-.1.7-.1.3%200%20.5%200%20.7.1.2.1.4.3.6.5v3z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-gallerie {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-571%20274.3%2048%2048%22%3E%3Cpath%20d%3D%22M-570.7%20274.3v19h18.9v-19h-18.9zm16.5%2016.7h-14.3v-14.4h14.3V291zm12.3-16.7v19h18.9v-19h-18.9zm16.6%2016.7h-14.3v-14.4h14.3V291zm-45.4%2012.3v19h18.9v-19h-18.9zm16.5%2016.7h-14.3v-14.4h14.3V320zm12.3-16.7v19h18.9v-19h-18.9zm16.6%2016.7h-14.3v-14.4h14.3V320z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-home-white {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-571%20274.3%2048%2048%22%3E%3Cg%20id%3D%22Calque_3%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M-564.3%20299.2v23.1h34.6v-23.1h5l-22.3-24.8-22.3%2024.8z%22%20id%3D%22Calque_3_2_%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-home {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-571%20274.3%2048%2048%22%3E%3Cg%20id%3D%22Calque_3%22%3E%3Cpath%20d%3D%22M-564.3%20299.2v23.1h34.6v-23.1h5l-22.3-24.8-22.3%2024.8z%22%20id%3D%22Calque_3_2_%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-pdf-mobile-red {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.7%2074.7%22%3E%3Cpath%20d%3D%22M22.3%2017.7h-3.1v5.4h3.1c1.8%200%203.5-.4%203.5-2.7%200-2.3-1.7-2.7-3.5-2.7zm21.8%206.2c0-3.6-1.3-6-5.2-6H36v11.4h3.5c2.4%200%204.6-1.4%204.6-5.4z%22%20fill%3D%22%23e30613%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M72.9%200H5.7S2%200%202%203.7v67.2s0%203.7%203.7%203.7h67.2s3.7%200%203.7-3.7V3.7c.1%200%20.1-3.7-3.7-3.7zM32.1%2014.6h7.8c4.7%200%208.2%202.9%208.2%208.9%200%205.2-2.7%209.1-8.2%209.1h-7.8v-18zM19.2%2026.1v6.5h-4v-18h8.1c4.5%200%206.2%202.8%206.2%205.8%200%202.9-1.7%205.8-6.2%205.8h-4.1zm20.1%2046.1L26.1%2052.7h7v-13h12.5v13h7L39.3%2072.2zm24.1-54.3h-8.7v4.2h7.5v3.1h-7.5v7.4h-4v-18h12.7v3.3z%22%20fill%3D%22%23e30613%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-pdf-mobile {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.7%2074.7%22%3E%3Cpath%20d%3D%22M22.3%2017.7h-3.1v5.4h3.1c1.8%200%203.5-.4%203.5-2.7%200-2.3-1.7-2.7-3.5-2.7zm21.8%206.2c0-3.6-1.3-6-5.2-6H36v11.4h3.5c2.4%200%204.6-1.4%204.6-5.4z%22%2F%3E%3Cpath%20d%3D%22M72.9%200H5.7S2%200%202%203.7v67.2s0%203.7%203.7%203.7h67.2s3.7%200%203.7-3.7V3.7c.1%200%20.1-3.7-3.7-3.7zM32.1%2014.6h7.8c4.7%200%208.2%202.9%208.2%208.9%200%205.2-2.7%209.1-8.2%209.1h-7.8v-18zM19.2%2026.1v6.5h-4v-18h8.1c4.5%200%206.2%202.8%206.2%205.8%200%202.9-1.7%205.8-6.2%205.8h-4.1zm20.1%2046.1L26.1%2052.7h7v-13h12.5v13h7L39.3%2072.2zm24.1-54.3h-8.7v4.2h7.5v3.1h-7.5v7.4h-4v-18h12.7v3.3z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.tpl-homepage nav {
padding: 15px 0;
}
.tpl-homepage .navigation-list {
padding: 15px 0;
list-style: none;
}
.tpl-homepage .navigation-list__item__link {
display: inline-block;
}
.tpl-homepage .navigation-list__item__link::before {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242.555%22%20height%3D%2274.653%22%20viewBox%3D%2228.723%2012.673%2042.555%2074.653%22%3E%3Cpath%20d%3D%22M69.746%2053.695l-32.1%2032.1c-2.042%202.042-5.352%202.042-7.393%200-2.04-2.04-2.04-5.352%200-7.393L58.656%2050%2030.254%2021.598c-2.04-2.042-2.04-5.352%200-7.393%202.04-2.042%205.35-2.042%207.393%200l32.1%2032.1c1.02%201.02%201.53%202.357%201.53%203.695s-.51%202.676-1.53%203.695z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
display: inline-block;
content: '';
width: 10px;
height: 10px;
background-size: contain;
}
.tpl-homepage .navigation-list__item__link:hover::before {
background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242.555%22%20height%3D%2274.653%22%20viewBox%3D%2228.723%2012.673%2042.555%2074.653%22%3E%3Cpath%20d%3D%22M69.746%2053.695l-32.1%2032.1c-2.042%202.042-5.352%202.042-7.393%200-2.04-2.04-2.04-5.352%200-7.393L58.656%2050%2030.254%2021.598c-2.04-2.042-2.04-5.352%200-7.393%202.04-2.042%205.35-2.042%207.393%200l32.1%2032.1c1.02%201.02%201.53%202.357%201.53%203.695s-.51%202.676-1.53%203.695z%22%20fill%3D%22%23e30613%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
:focus {
outline: 0;
}
body.home .breadcrumb {
display: none;
}
body.home .top-navigation {
position: relative;
}
body.home .header {
background-color: transparent;
position: absolute;
top: 0;
right: 0;
z-index: 100;
}
section .sec-head h3, section .sec-head h2, div.section .sec-head h3, div.section .sec-head h2 {
line-height: 1.3;
}
section p, div.section p {
padding: 0 25px 14px;
}
.stage {
text-align: center;
background: #000;
border-bottom: solid 1px #fff;
overflow: hidden;
}
.stage-content {
height: 400px;
max-width: 1280px;
margin: 0 auto;
position: relative;
}
.stage-content img {
width: 100%;
float: right;
margin-right: -142px;
}
.stage-content .logo {
text-align: center;
margin-top: 20px;
}
.stage-content .logo img {
width: 200px;
float: none;
margin: 0;
}
.stage-content .stoerer {
width: 325px;
display: inline-block;
margin-top: 50px;
}
.stage-content .stoerer img {
width: 100%;
float: none;
margin: 0;
}
@media screen and (min-width: 48em) {
.stage {
    background: #000;
    border-bottom: solid 1px #fff;
}
.stage-content {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.stage-content img {
    height: 100%;
    float: right;
    margin-right: -142px;
    width: auto;
}
.stage-content .logo {
    margin-left: -125px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 0;
}
.stage-content .logo img {
    width: 250px;
    float: none;
}
.stage-content .stoerer {
    position: absolute;
    width: 380px;
    top: 100px;
    left: 20px;
}
.stage-content .stoerer img {
    width: 100%;
    float: left;
}
}@media screen and (min-width: 62em) {
    .stage-content {
        height: 540px;
    }
    .stage-content .stoerer {
        top: 140px;
        width: 37%}
    .stage-content .stoerer img {
        width: 130%}
}.navigation nav {
     border-top: solid 5px #000;
     text-align: center;
     padding: 0;
 }
.navigation nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navigation nav ul li {
    float: none;
    background: #000;
    border-bottom: solid 1px #fff;
    padding: 10px;
}
.navigation nav ul li a {
    text-transform: uppercase;
    font-family: aleo;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
@media screen and (min-width: 48em) {
    .navigation nav {
        border-top: solid 5px #000;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    .navigation nav ul {
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .navigation nav ul li {
        float: left;
        margin-right: 20px;
        padding: 0;
        background: none;
    }
    .navigation nav ul li a {
        text-transform: uppercase;
        font-family: aleo;
        font-weight: bold;
        font-size: 16px;
        color: #000;
    }
}.teaser {
     border-top: 5px solid #000;
     text-align: center;
     border-bottom: solid 5px #000;
 }
@media screen and (min-width: 48em) {
    .teaser {
        padding: 25px;
    }
}@media screen and (min-width: 62em) {
    .teaser {
        padding: 50px 50px 25px;
    }
}.product-item {
     min-height: 400px;
 }
.product-item h3 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 40px;
}
@media (max-width: 767px){
    .product-item h3{
        margin-top: 2rem;
        font-size: 26px;
        line-height: 35px;
    }
}

.product-item h5 {
    font-size: 14px;
    /*color: #575656;*/
    margin-top: 3.5rem;
}
.product-item.even {
    background-color: #f2f2f2;
}



.product-item__img {
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10%}
@media (max-width: 767px){
    .product-item__img{
        float: none;
        height: 300px;
        left: 30%;
    }
    .product-item__img img.bg{
        width: 300px !important;
        left: -90% !important;
        top: 60px !important;
    }
}
@media (min-width:768px) {
    .product-item__img {
        float: left;
        /*width: 33.33333333%*/
        width: 43%;
        min-height: 625px;
    }
}@media (min-width:992px) {
    .product-item__img {
        float: left;
        width: 45%
    }
    .product-item__img img.bg{
        left: 5% !important;
        width: 425px !important;
    }
}@media (min-width:1200px) {
    .product-item__img {
        float: left;
        width: 41.66666667%}
}.product-item__img img {
     width: 115px;
     height: auto;
     position: absolute;
     z-index: 10;
     left: 25%}
.product-item__img img.bg {
    position: absolute;
    width: 425px;
    left: -200px;
    top: 100px;
    z-index: 0;
}



.product-item__txt {
    float: left;
    width: 66.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 40px 14px 25px;
}
@media (max-width: 767px){
    .product-item__txt{
        margin-top: 2rem;
        float: none;
        width: 100%;
    }
}
@media (min-width:768px) {
    .product-item__txt {
        float: left;
        /*width: 41.66666667%;*/
        width: 55%;
    }
}@media (min-width:992px) {
    .product-item__txt {
        float: left;
        /*width: 33.33333333%;*/
        width: 50%;
    }
}@media (min-width:1200px) {
    .product-item__txt {
        float: left;
        /*width: 41.66666667%;*/
        width: 50%;
    }
}.product-item__txt ul {
     padding: 0 0 0 16px;
 }
.product-item__pdf {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
}
@media (min-width:768px) {
    .product-item__pdf {
        float: left;
        width: 25%}
}@media (min-width:992px) {
    .product-item__pdf {
        float: left;
        width: 16.66666667%}
}@media (min-width:1200px) {
    .product-item__pdf {
        float: left;
        width: 16.66666667%}
}.product-item__pdf .icon-pdf-mobile-red {
     width: 50px;
     height: 50px;
     display: inline-block;
     position: absolute;
     margin-left: -60px;
 }
.product-item__pdf .content {
    margin-left: 45%;
    margin-bottom: 25px;
}
.product-item__pdf .download-link {
    padding-left: 15px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}
.product-item__pdf .download-link .icon-arrow-right-red {
    margin-left: -13px;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    position: absolute;
    display: block;
}
.product-item__pdf .download-name {
    font-size: 14px;
}
@media screen and (min-width: 48em) {
    .product-item img {
        width: 175px;
        top: 35px;
        left: 35%}
    .product-item img.bg {
        left: 0;
        width: 350px;
    }
    .product-item__pdf {
        padding: 40px 0 25px;
    }
    .product-item__pdf .content {
        margin-left: 0;
    }
    .product-item__pdf .download-link {
        padding-left: 15px;
        font-weight: bold;
        font-size: 10px;
        padding-top: 10px;
    }
    .product-item__pdf .download-link .icon-arrow-right-red {
        margin-left: -13px;
        width: 10px;
        height: 10px;
        margin-top: 1px;
        position: absolute;
    }
    .product-item__pdf .download-name {
        font-size: 10px;
    }
}@media screen and (min-width: 62em) {
    .product-item img {
        width: 225px;
        top: 30px;
    }
    .product-item img.bg {
        left: 50px;
        top: 150px;
    }
    .product-item.even .product-item__img {
        padding-left: 20%}
    .product-item.even .product-item__img img {
        left: 35%}
    .product-item.even .product-item__img img.bg {
        left: 0;
    }
    .product-item__pdf {
        padding-left: 0;
    }
}.map {
     text-align: center;
     border-top: solid 5px #000;
     background-color: #f2f2f2;
 }
.map .search {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #000;
}
#mymap {
    height: 400px;
    width: 100%;
    border-bottom: solid 1px #000;
}
.gm-style-iw * {
    display: block;
    width: 100%}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
@media screen and (min-width: 48em) {
    .map {
        position: relative;
        padding-bottom: 100px;
    }
    .map .sec-head {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .map #mymap {
        border-bottom: none;
    }
    .map .search {
        -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
        background: #fff;
        position: absolute;
        margin-right: 50px;
        top: 120px;
        margin-top: 0;
    }
    .map .search hr {
        border-top: solid 1px #000;
        padding-bottom: 0;
    }
    .map .search-content {
        padding: 0 20px;
    }
    .map .search h3 {
        font-size: 14px;
        text-transform: inherit;
        text-align: left;
    }
}@media screen and (min-width: 62em) {
    .map {
        position: relative;
    }
    .map .search {
        right: 0;
        top: 164px;
    }
    .map .search .btn {
        text-transform: capitalize;
    }
    .map .search .btn span {
        display: none;
    }
}@media screen and (max-width: 48em) {
    #mymap {
        height: 250px;
    }
}.designit {
     text-align: center;
     border-top: solid 5px #000;
 }
.designit-wrapper__product {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .designit-wrapper__product {
        float: left;
        width: 41.66666667%}
}.designit-wrapper__product .content {
     margin-top: 100px;
 }
.designit-wrapper__product .content .pic {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: -9;
    width: 28%;
    margin-top: 89%}
.designit-wrapper__steps {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width:768px) {
    .designit-wrapper__steps {
        float: left;
        width: 58.33333333%}
}.designit-wrapper__steps ol {
     text-align: left;
     text-transform: uppercase;
     font-family: aleo;
     font-weight: bold;
     margin-top: 25px;
     margin-bottom: 10px;
     list-style-type: none;
     padding: 0;
 }
.designit-wrapper__steps ol li {
    margin-bottom: 25px;
    padding-bottom: 7px;
}
.designit-wrapper__steps ol li p {
    text-transform: none;
    color: #000;
    font-family: helvetica;
}
.designit-wrapper__steps ol li .btn {
    margin: 25px 0;
}
.designit-wrapper__steps ol li span {
    background: #000;
    color: #fff;
    border-radius: 0 20px 0 0;
    padding: 10px 20px;
    font-size: 20px;
}
.designit-wrapper__steps ol li .content {
    border-top: solid 1px #000;
    margin-top: 7px;
    padding: 25px;
    text-align: center;
}
.designit-wrapper__steps ol li .content h2 {
    font-size: 35px;
    text-align: center;
}
.designit-wrapper__steps ol li .content h3 {
    font-size: 17px;
}
.designit-wrapper__steps ol li .content form {
    margin-bottom: 20px;
    margin-top: 20px;
}
.designit-wrapper__steps ol li .content form input[type="text"] {
    border: 1px solid black;
    height: 35px;
    padding: 0 12px;
    background-color: #eee;
    background-image: none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
}
.designit-wrapper__steps ol li .content .picto {
    padding: 30px;
    width: 80%;
    margin: 0 auto;
}
.designit-wrapper__steps ol li .content .btn {
    margin: 5px 0;
}
.designit-wrapper__steps ol li .content .stick-content {
    font-family: arial, helvetica, sans-serif;
    color: #575656;
    font-weight: normal;
    text-transform: none;
}
.designit-wrapper__steps ol li .content-left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .designit-wrapper__steps ol li .content-left {
        float: left;
        width: 50%}
}.designit-wrapper__steps ol li .content-left h2 {
     padding: 20px 20px 0;
 }
.designit-wrapper__steps ol li .content-left .profil-wrapper {
    width: 200px;
    height: 200px;
    background-image: url('/theme/assets/images/profil_bg.png');
    background-size: 100%;
    margin: 0 auto;
    padding: 10px;
}
.designit-wrapper__steps ol li .content-left .profil-pic {
    height: 180px;
    width: 180px;
    background-size: 100%}
.designit-wrapper__steps ol li .content-right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    padding-top: 50px;
}
@media (min-width:768px) {
    .designit-wrapper__steps ol li .content-right {
        float: left;
        width: 50%}
}.designit-wrapper__steps ol li .content-right div {
     padding-bottom: 10px;
 }
.designit-wrapper__steps ol li .content-right button {
    margin-bottom: 25px;
}
.designit-wrapper__steps ol li .content-left .short, .designit-wrapper__steps ol li .content-right .short {
    font-family: aleo;
    font-weight: bold;
}
.designit-wrapper__steps ol li .content-left .description, .designit-wrapper__steps ol li .content-right .description {
    font-weight: normal;
}
@media screen and (min-width: 48em) {
    .designit {
        padding: 25px;
    }
    .designit .sec-head {
        padding-top: 50px;
    }
    .designit-wrapper__steps ol li span {
        border-radius: 20px 20px 0 0;
    }
    .designit-wrapper__steps ol li .content {
        border: solid 1px #000;
        text-align: left;
    }
    .designit-wrapper__steps ol li .content.designit-top, .designit-wrapper__steps ol li .content .designit-top {
        padding: 60px 25px;
    }
    .designit-wrapper__steps ol li .content form {
        margin-top: 0;
    }
    .designit-wrapper__steps ol li .content.designit-top .content-right {
        padding-left: 50px;
        padding-right: 0;
    }
    .designit-wrapper__steps ol li .content.designit-top .content-left {
        padding-left: 0;
        padding-right: 50px;
    }
    .designit-wrapper__steps ol li .content.designit-top form {
        margin-bottom: 0;
    }
    .designit-wrapper__steps ol li .content.designit-top .picto {
        width: 100%}
    .designit-wrapper__steps ol li .content.designit-patch {
        padding-bottom: 0;
    }
    .designit-wrapper__steps ol li .content.designit-patch .picto {
        width: 90%;
        padding: 20px 20px 0;
    }
    .designit-wrapper__steps ol li .content-left.dotted {
        border-right: dashed 3px;
    }
    .designit-wrapper__steps ol li .content-right {
        padding-top: 0;
    }
}.winashirt {
     padding-bottom: 25px;
     text-align: center;
     border-top: 5px solid #000;
     background: #f2f2f2;
     position: relative;
 }
.winashirt label {
    font-weight: normal;
}
.winashirt input[type="text"] {
    height: 26px;
    padding: 0 6px;
    border: 1px solid black;
}
.winashirt h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.winashirt .sec-head {
    margin-bottom: 60%}
.winashirt .sec-head h2 {
    font-size: 32px;
    line-height: 32px;
}
.winashirt .sec-head h3 {
    font-size: 32px;
    line-height: 32px;
}
.winashirt .sec-head p {
    margin: 20px auto 10px;
    width: 60%;
    font-weight: normal;
    font-family: aleo;
    color: #000;
}
.winashirt .formwrapper {
    width: 100%;
    margin: 0 auto;
}
.winashirt .formwrapper .groesse, .winashirt .formwrapper .shirt {
    display: inline-block;
}
.winashirt .formwrapper .groesse ul, .winashirt .formwrapper .shirt ul {
    list-style-type: none;
    padding: 0;
}
.winashirt .formwrapper .groesse ul li, .winashirt .formwrapper .shirt ul li {
    float: left;
    padding: 10px 20px;
}
.winashirt .formwrapper .groesse {
    width: 170px;
}
.winashirt .promo-shirt {
    margin-top: 50px;
    width: 40%;
    top: 0;
    position: absolute;
    max-width: 300px;
}
.winashirt .promo-shirt.men {
    left: 0;
}
.winashirt .promo-shirt.girl {
    right: 0;
}
@media screen and (min-width: 48em) {
    .winashirt .sec-head {
        padding-top: 70px;
        padding-bottom: 0;
        margin-bottom: inherit;
    }
    .winashirt .sec-head h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .winashirt .sec-head h3 {
        font-size: 35px;
        line-height: 35px;
    }
    .winashirt .sec-head p {
        margin: 50px auto 10px;
        width: 40%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
    }
    .winashirt .formwrapper {
        width: 50%;
        margin: 0 auto;
    }
    .winashirt .promo-shirt {
        margin-top: 0;
        width: 30%;
        top: 0;
        position: absolute;
    }
    .winashirt .promo-shirt.men {
        left: 0;
    }
    .winashirt .promo-shirt.girl {
        right: 0;
    }
}.contact {
     border-top: 5px solid #000;
     padding: 50px;
     position: relative;
     color: #000;
 }
.contact label {
    /*font-family: aleo;*/
}
.contact-data {
    padding: 15px;
    text-align: center;
    margin: 50px 0;
}
.contact-data-text a {
    color: #000;
}
.contact-data-logo {
    margin-bottom: 25px;
    margin-top: 40px;
    width: 200px;
    display: inline-block;
}
.contact-data-logo img {
    width: 100%;
    height: auto;
}
.contact-txt {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: aleo;
}
@media (min-width:768px) {
    .contact-txt {
        float: left;
        width: 41.66666667%}
}.contact-form {
     position: relative;
     float: left;
     width: 100%;
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
 }
@media (min-width:768px) {
    .contact-form {
        float: left;
        width: 58.33333333%}
}.contact-form label {
     display: none;
 }
.contact-form .form-control {
    height: 35px;
    padding: 0 12px;
    border: 1px solid black;
}
.contact-form textarea.form-control {
    height: 120px;
    padding: 4px 12px;
}
@media screen and (min-width: 48em) {
    .contact {
        border-top: 5px solid #000;
        padding: 50px;
        position: relative;
    }
    .contact-data {
        text-align: left;
        position: absolute;
        bottom: 0;
    }
    .contact-data-logo {
        width: 200px;
    }
    .contact-data-logo img {
        width: 100%;
        height: auto;
    }
    .contact-txt {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-form {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-form label {
        display: block;
    }
    .contact-form .btn {
        background: #fff;
        color: #000;
    }
    .contact-form .icon-arrow-right-red {
        display: block;
        height: 10px;
        width: 10px;
        margin-top: 7px;
        position: absolute;
        right: 75px;
    }
}@media screen and (min-width: 48em) and (min-width:768px) {
    .contact-txt {
        float: left;
        width: 41.66666667%}
}@media screen and (min-width: 48em) and (min-width:768px) {
    .contact-form {
        float: left;
        width: 58.33333333%}
}.footer {
     padding: 50px;
     background: #000;
     text-align: center;
 }
.footer h2, .footer h3 {
    color: #fff;
}
.footer h2.down, .footer h3.down {
    text-transform: none;
}
.footer strong {
    margin-top: 25px;
}
.footer-txt {
    margin: 0 -15px;
}
.footer-txt-col {
    color: #fff;
    font-size: 10px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .footer-txt-col {
        float: left;
        width: 25%}
}.footer .logo2 {
     margin-bottom: 20px;
 }
.footer .logo2 img {
    max-width: 50%;
    margin: auto;
    display: block;
    height: auto;
}
@media screen and (min-width: 48em) {
    .footer {
        text-align: left;
    }
    .footer .logo2 {
        margin-bottom: 45px;
    }
    .footer .logo2 img {
        max-width: 100%}
}



.vendorlogos{ padding: 0 7rem 5rem 7rem; }
.vendorlogos h3{ text-transform: none; font-size: 2.5rem; line-height: 3rem; margin-top: 2rem; margin-bottom: 1rem; }
.vendorlogos ul{ margin: 0; padding: 0; list-style-type: none; }
.vendorlogos li{ display: inline-block; padding: 2rem; }
.vendorlogos li img{ max-width: 100%; height: auto; /*vertical-align: bottom;*/ }
.vendorlogos p{ margin-top: 2rem; font-size: 13px; }

@media (max-width:767px){
    .vendorlogos{ padding: 0 1rem 3rem 1rem; }
    .product-item__assets{ text-align: center; }
    .product-item__asset{ margin-top: 2rem; max-width: 200px; }
    .product-item__asset2{ width: auto !important; max-width: 100%; margin-top: 2rem; }
    .vendorlogos li{ width: 50%; }
}
@media (min-width:768px){
    .product-item__asset{ float: right; max-width: 200px; }
    .product-item__asset2{ width: auto !important; margin-top: 1rem; }
    .vendorlogos li{ width: 33%; }
}
@media (min-width:992px){
    .product-item__asset{ float: right; }
    .product-item__asset2{ width: auto !important; margin-top: 1rem; }
    .vendorlogos li{ width: 25%; }
}
@media (min-width:1200px){
    .product-item__asset{ float: right; width: auto !important; }
    .product-item__asset2{ width: auto !important; margin-top: 1rem; }
    .vendorlogos li{ width: 25%; }
}

.teaser-sec a{
    color: #E30A17;
}
.teaser-sec a:hover{
    color: #575656;
}