@charset "UTF-8";

@font-face {
	font-family: 'MAN-light';
	src: url('../fonts/maneurope-light.woff2') format('woff2'),
		 url('../fonts/maneurope-light.woff') format('woff'),
		 url('../fonts/maneurope-light.html')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MAN-reg';
	src: url('../fonts/maneuropecondensed-regular.woff2') format('woff2'),
		 url('../fonts/maneuropecondensed-regular.woff') format('woff'),
		 url('../fonts/maneuropecondensed-regular.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MAN-bold';
	src: url('../fonts/maneuropecondensed-bold.woff2') format('woff2'),
		 url('../fonts/maneuropecondensed-bold.woff') format('woff'),
		 url('../fonts/maneuropecondensed-bold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "icon";
  src: url("../fonts/man_icon_eot.eot");
  src: url("../fonts/man_icon_eotd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/man_icon_woff2.woff2") format("woff2"), url("../fonts/man_icon_woff.woff") format("woff"), url("../fonts/man_icon_ttf.ttf") format("truetype"), url("../fonts/man_icon_svg.svg#svgFontName") format("svg");
  font-weight: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;1,100;1,300;1,500&amp;display=swap');
/*********************************************
*
*       Helper
*
**********************************************/
.icon-calendar:before, .icon-prev:before, .icon-next:before, .icon-play:before, .icon-image:before, .icon-thumb:before, .icon-eye:before, .icon-pin:before, .icon-search:before, .icon-baloon-bottom:before, .icon-baloon-top:before, .icon-arrow-down:before, .icon-arrow-right:before, .icon-arrow_lefttoright:before, .icon-arrow_uptodown:before, .icon-info:before, .icon-video:before, .link[class^="icon-"]:before, .link[class*=" icon-"]:before, .link[class^="icon-social"] span:before, .link[class^="icon-social"] span:after, .link[class^="icon-social"]:before, .link[class^="icon-social"]:after, .link[class*=" icon-social"] span:before, .link[class*=" icon-social"] span:after, .link[class*=" icon-social"]:before, .link[class*=" icon-social"]:after, .zoom:after, .editorial-content ul:not(.slick-dots).check-list > li:before, .service-links #main-search .search-toggle:after, .service-links #language-select:before, .service-links #routing-header .icon-globe:after, #main-navigation .nav-first-level > a:after, #main-navigation .sub-menu-container a[aria-haspopup="true"]:after, #main-navigation .router-links a.has-arrow:after, #main-navigation #nav-mobile-header .nav-breadcrumb a:before, .content-navigation .icon-back:before {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**
 * heights of main page elements for fullscreen calculation
 */
/*********************************************
*
*       Bootstrap
*
**********************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
  *:before,
  *:after {
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    * .editorial-content ul:not(.check-list) li:before {
        background: #E40045 !important;
    }

    a[href^="#"]:after,
  a[href^="javascript:"]:after {
        content: "";
    }

    .storytelling-module .sliding-teaser,
  .tab-module,
  .timeslot,
  .btn,
  input,
  picture,
  image,
  select,
  table,
  .phrase-bubble,
  .toggle-timeline,
  .turntable,
  .social-media-stream .social-media-teaser,
  tr,
  img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    #slicebox .editorial-content p, #slicebox .editorial-content h3, #slicebox .editorial-content a, #slicebox .editorial-content li,
  .social-media-stream .caption, .social-media-stream .h3, .social-media-stream .h5,
  .btn.btn-cta,
  .btn.btn-primary {
        color: #000000 !important;
    }

    #slicebox .next.js_sb-next,
  #slicebox .prev.js_sb-prev {
        display: none !important;
    }

    p,
  h2,
  h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
  h3 {
        page-break-after: avoid;
    }

    .tab-module {
        border: 1px solid #D6D8DB;
    }

    .tab-module .nav-tabs {
        border-bottom: 1px solid #D6D8DB;
    }

    .audio-container,
  .storytelling-module .sliding-teaser {
        border: 1px solid #D6D8DB;
    }

    #routing-header .icon-globe:after {
        display: none;
    }

    #routing-header > .h4 {
        color: #000000 !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
  .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
        background-color: #fff !important;
    }

    .table td,
  .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
  .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    box-sizing: border-box;
}

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

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

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}

body {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
	font-weight:300;
    line-height: 1.428571429;
    color: #303C49;
    background-color: #fff;
    -webkit-animation: bugfix infinite 1s;
}

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

b, strong, th {
   font-weight:500;
}

a, a:hover, a:focus {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

picture img {
    width: 100%;
}

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

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

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #D6D8DB;
    clear: both;
}

.marginal-column hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: MAN-bold, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #303C49;
    display: block;
}
h2, .h2,
h3, .h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}

h2, .h2 {
    margin-bottom: 20px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
h1 {
    font-size: 40px;
    font-family: MAN-bold, Arial, sans-serif;
    text-transform: none;
}
.h1 {
    font-size: 40px;
    font-family: MAN-bold, Arial, sans-serif;
    text-transform: uppercase;
}

.press-detail h1, .press-detail .h1 {
    text-transform: none;
}

h1.light, .h1.light {
    font-family: MAN-light, Arial, sans-serif;
    font-weight: lighter;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 32px;
    }

    h1 + .lead, .h1 + .lead {
        font-size: 18px;
    }
}

h2, .h2 {
    font-size: 32px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 26px;
    }
}


h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 15px;
   font-weight:500;
}

h6, .h6 {
    font-size: 12px;
    font-family: MAN-light, Arial, sans-serif;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}

.thin {
    font-family: MAN-light, Arial, sans-serif;
}

p {
    margin: 0 0 10.5px;
}

p:last-child {
    margin-bottom: 0;
}

.lead {
    margin-bottom: 21px;
    font-size: 22px;
    font-weight: 100;
    font-family: MAN-light, Arial, sans-serif;
    color: #838A92;
}

small,
.small {
    font-size: 12px;
}

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

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

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

@media screen and (min-width: 1012px) {
    .text-right-md {
        text-align: right;
    }
}

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

.text-muted {
    color: #838A92;
}

.text-secondary {
    color: #E40045;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #b10036;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

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

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #E40045;
}

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

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 #E40045;
    border-left: 0;
    text-align: right;
}

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

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

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.428571429;
}

.supheadline {
    color: #838A92;
}

.supheadline + h2, .supheadline + .h2, .supheadline + h3, .supheadline + .h3 {
    margin-top: 0;
}

sup {
    margin-left: 0;
    color: inherit;
}

a sup {
    margin-left: 0;
    color: inherit;
}


@media screen and (min-width: 1200px) {
    .responsive-clearfix .col-lg-12,
  .responsive-clearfix .col-lg-6:nth-child(2n + 1),
  .responsive-clearfix .col-lg-4:nth-child(3n + 1),
  .responsive-clearfix .col-lg-3:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (min-width: 1012px) and (max-width: 1199px) {
    .responsive-clearfix .col-md-12,
  .responsive-clearfix .col-md-6:nth-child(2n + 1),
  .responsive-clearfix .col-md-4:nth-child(3n + 1),
  .responsive-clearfix .col-md-3:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 1011px) {
    .responsive-clearfix .col-sm-12,
  .responsive-clearfix .col-sm-6:nth-child(2n + 1),
  .responsive-clearfix .col-sm-4:nth-child(3n + 1),
  .responsive-clearfix .col-sm-3:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .responsive-clearfix .col-xs-12,
  .responsive-clearfix .col-xs-6:nth-child(2n + 1),
  .responsive-clearfix .col-xs-4:nth-child(3n + 1),
  .responsive-clearfix .col-xs-3:nth-child(4n + 1) {
        clear: both;
    }
}

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #E2E3E4;
    border-bottom: 1px solid #E2E3E4;
    border-right: 10px solid #fff;
}

.bg-primary .table > thead > tr > th, .bg-primary
.table > thead > tr > td, .bg-primary
.table > tbody > tr > th, .bg-primary
.table > tbody > tr > td, .bg-primary
.table > tfoot > tr > th, .bg-primary
.table > tfoot > tr > td {
    border-right: 10px solid #303C49;
}

.bg-primary .table > thead > tr > th a, .bg-primary
.table > thead > tr > td a, .bg-primary
.table > tbody > tr > th a, .bg-primary
.table > tbody > tr > td a, .bg-primary
.table > tfoot > tr > th a, .bg-primary
.table > tfoot > tr > td a {
    color: #ffffff;
}

.bg-gray-light .table > thead > tr > th, .bg-gray-light
.table > thead > tr > td, .bg-gray-light
.table > tbody > tr > th, .bg-gray-light
.table > tbody > tr > td, .bg-gray-light
.table > tfoot > tr > th, .bg-gray-light
.table > tfoot > tr > td {
    border-right: 10px solid #E2E3E4;
}

.bg-image .table > thead > tr > th, .bg-image
.table > thead > tr > td, .bg-image
.table > tbody > tr > th, .bg-image
.table > tbody > tr > td, .bg-image
.table > tfoot > tr > th, .bg-image
.table > tfoot > tr > td {
    border-right: 1px solid #E2E3E4;
}

.bg-gray .table > thead > tr > th, .bg-gray
.table > thead > tr > td, .bg-gray
.table > tbody > tr > th, .bg-gray
.table > tbody > tr > td, .bg-gray
.table > tfoot > tr > th, .bg-gray
.table > tfoot > tr > td {
    border-right: 10px solid #F0F1F2;
}

.table > thead > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > th:last-child,
.table > tfoot > tr > td:last-child {
    border-right: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    border-top: 1px solid #303C49;
}

.bg-primary .table > thead > tr .bg-gray, .bg-primary
.table > tbody > tr .bg-gray, .bg-primary
.table > tfoot > tr .bg-gray {
    color: #303C49;
}

.table > thead > tr .bg-gray > th, .table > thead > tr .bg-gray > td,
.table > tbody > tr .bg-gray > th,
.table > tbody > tr .bg-gray > td,
.table > tfoot > tr .bg-gray > th,
.table > tfoot > tr .bg-gray > td {
    background-color: #303C49;
    color: #ffffff;
}

.table > tfoot > tr > th,
.table > tfoot > tr > td {
    border-bottom: 0;
}

.table > thead > tr > th {
    vertical-align: top;
    border-bottom: 1px solid #E2E3E4;
    border-top: 1px solid #303C49;
}

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

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

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

.table sup {
    color: #838A92;
}

.table-hover > tbody > tr:hover {
    background-color: #E2E3E4;
    cursor: pointer;
}

.bg-primary .table-hover > tbody > tr:hover {
    color: #303C49;
}

.bg-primary .table-hover > tbody > tr:hover a {
    color: #303C49;
}

.bg-gray-light .table-hover > tbody > tr:hover {
    background-color: #F0F1F2;
}

.bg-gray-light .table-hover > tbody > tr:hover .bg-gray {
    background-color: #F0F1F2;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    border-right-color: #E2E3E4;
}

.table-hover > tbody > tr:hover .bg-gray {
    background-color: #E2E3E4;
}

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

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

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

.table-legend {
    color: #838A92;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px;
    counter-reset: i;
}

.table-legend li {
    counter-increment: i;
    padding-left: 22px;
    position: relative;
}

.table-legend li:before {
    position: absolute;
    left: 0;
    content: counter(i, decimal) ")";
}

.table-counter tbody tr {
    counter-increment: table-step-counter;
}

.table-counter tbody tr td:first-of-type:before {
    content: counter(table-step-counter);
}

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #303C49;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color .5s ease;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #303C49;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(48, 60, 73, 0.6);
}

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

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

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

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

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

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

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
        line-height: 43px;
    }

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

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

.form-group {
    border-top: 2px solid #fff;
    margin: 0 -15px;
    padding: 15px 15px 0;
}

.form-group:first-child {
    padding-top: 0;
    border-top: 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;
}

.input-lg {
    height: 62px;
    padding: 15px 15px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
}

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

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

.has-error {
    color: #E40045;
}

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

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

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

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

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

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

@media (min-width: 768px) {
    .form-inline.form .form-group {
        display: inline-block;
        vertical-align: middle;
        border-top: none;
        padding-top: 0;
        margin-right: 1px;
        margin-bottom: 15px;
    }

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

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

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

    .form-inline.form .input-group .input-group-addon,
  .form-inline.form .input-group .input-group-btn,
  .form-inline.form .input-group .form-control {
        width: auto;
    }

    .form-inline.form .input-group > .form-control {
        width: 100%;
    }

    .form-inline.form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline.form .radio,
  .form-inline.form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline.form .radio label,
  .form-inline.form .checkbox label {
        padding-left: 0;
    }

    .form-inline.form .radio input[type="radio"],
  .form-inline.form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline.form .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-inline.form label {
        margin-right: 10px;
    }

    .form-inline.form .btn {
        margin: 0 0 0 20px;
    }
}

.btn {
    display: inline-block;
    font-family: Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    color: #303c49;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 1rem 1rem;
    font-size: .875rem;
    line-height: 1.1428571429;
    border-radius: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    font-weight: 700;
    letter-spacing: .0775rem;
    text-transform: uppercase;
}
.btn-secondary {
    color: #fff;
    background-color: #e40045;
    border-color: #e40045;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
.btn.btn-secondary:hover {
    background-color: #bb0039;
	color:#FFF;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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

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

.btn:last-child {
    margin-right: 0;
}

.btn span.caret {
    margin-left: 4px;
}

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

.btn-default, .zoom:after {
    color: #303C49;
    background-color: #fff;
    border-color: #303C49;
}

.btn-default:focus, .zoom:focus:after, .btn-default.focus, .focus.zoom:after {
    color: #303C49;
    background-color: #e6e6e6;
    border-color: black;
}

.touchevents .btn-default:focus, .touchevents .zoom:focus:after, .touchevents .btn-default.focus, .touchevents .focus.zoom:after {
    color: #303C49;
    background-color: #fff;
    border-color: #303C49;
}

.btn-default:hover, .zoom:hover:after {
    color: #303C49;
    background-color: #e6e6e6;
    border-color: #181e24;
}

.touchevents .btn-default:hover, .touchevents .zoom:hover:after {
    color: #303C49;
    background-color: #fff;
    border-color: #303C49;
}

.btn-default:active, .zoom:active:after, .btn-default.active, .active.zoom:after,
.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.zoom:after {
    color: #303C49;
    background-color: #e6e6e6;
    border-color: #181e24;
}

.touchevents .btn-default:active, .touchevents .zoom:active:after, .touchevents .btn-default.active, .touchevents .active.zoom:after, .touchevents
.open > .btn-default.dropdown-toggle, .touchevents
.open > .dropdown-toggle.zoom:after {
    color: #303C49;
    background-color: #fff;
    border-color: #303C49;
}

.btn-default:active:hover, .zoom:active:hover:after, .btn-default:active:focus, .zoom:active:focus:after, .btn-default:active.focus, .zoom:active.focus:after, .btn-default.active:hover, .active.zoom:hover:after, .btn-default.active:focus, .active.zoom:focus:after, .btn-default.active.focus, .active.focus.zoom:after,
.open > .btn-default.dropdown-toggle:hover,
.open > .dropdown-toggle.zoom:hover:after,
.open > .btn-default.dropdown-toggle:focus,
.open > .dropdown-toggle.zoom:focus:after,
.open > .btn-default.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.zoom:after {
    color: #303C49;
    background-color: #d4d4d4;
    border-color: black;
}

.touchevents .btn-default:active:hover, .touchevents .zoom:active:hover:after, .touchevents .btn-default:active:focus, .touchevents .zoom:active:focus:after, .touchevents .btn-default:active.focus, .touchevents .zoom:active.focus:after, .touchevents .btn-default.active:hover, .touchevents .active.zoom:hover:after, .touchevents .btn-default.active:focus, .touchevents .active.zoom:focus:after, .touchevents .btn-default.active.focus, .touchevents .active.focus.zoom:after, .touchevents
.open > .btn-default.dropdown-toggle:hover, .touchevents
.open > .dropdown-toggle.zoom:hover:after, .touchevents
.open > .btn-default.dropdown-toggle:focus, .touchevents
.open > .dropdown-toggle.zoom:focus:after, .touchevents
.open > .btn-default.dropdown-toggle.focus, .touchevents
.open > .dropdown-toggle.focus.zoom:after {
    color: #303C49;
    background-color: #fff;
    border-color: #303C49;
}

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

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

.btn-default .badge, .zoom:after .badge {
    color: #fff;
    background-color: #303C49;
}

.btn-primary {
    color: #fff;
    background-color: #e40045;
    border-color: #e40045;
}
.btn-primary:focus, .btn-primary.focus {
    background-color: #bb0039;
	color:#FFF;
}

.touchevents .btn-primary:focus, .touchevents .btn-primary.focus {
    background-color: #bb0039;
	color:#FFF;
}

.btn-primary:hover {
    background-color: #bb0039;
	color:#FFF;
}

.touchevents .btn-primary:hover {
    color: #E2E3E4;
    background-color: #303C49;
    border-color: #303C49;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #E2E3E4;
    background-color: #1c232a;
    border-color: #181e24;
}

.touchevents .btn-primary:active, .touchevents .btn-primary.active, .touchevents
.open > .btn-primary.dropdown-toggle {
    background-color: #bb0039;
	color:#FFF;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    background-color: #bb0039;
	color:#FFF;
}

.touchevents .btn-primary:active:hover, .touchevents .btn-primary:active:focus, .touchevents .btn-primary:active.focus, .touchevents .btn-primary.active:hover, .touchevents .btn-primary.active:focus, .touchevents .btn-primary.active.focus, .touchevents
.open > .btn-primary.dropdown-toggle:hover, .touchevents
.open > .btn-primary.dropdown-toggle:focus, .touchevents
.open > .btn-primary.dropdown-toggle.focus {
    background-color: #bb0039;
	color:#FFF;
}

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

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #303C49;
    border-color: #303C49;
}

.btn-primary .badge {
    color: #303C49;
    background-color: #E2E3E4;
}

.btn-primary .link {
    display: inline;
}

.btn-primary .link[class^="icon-"]:before,
.btn-primary .link[class*=" icon-"]:before {
    color: #E2E3E4;
    top: -8px;
}

.btn-cta {
    color: #fff;
    background-color: #E40045;
    border-color: #E40045;
}

.btn-cta:focus, .btn-cta.focus {
    color: #fff;
    background-color: #b10036;
    border-color: #65001e;
}

.touchevents .btn-cta:focus, .touchevents .btn-cta.focus {
    color: #fff;
    background-color: #E40045;
    border-color: #E40045;
}

.btn-cta:hover {
    color: #fff;
    background-color: #b10036;
    border-color: #a70032;
}

.touchevents .btn-cta:hover {
    color: #fff;
    background-color: #E40045;
    border-color: #E40045;
}

.btn-cta:active, .btn-cta.active,
.open > .btn-cta.dropdown-toggle {
    color: #fff;
    background-color: #b10036;
    border-color: #a70032;
}

.touchevents .btn-cta:active, .touchevents .btn-cta.active, .touchevents
.open > .btn-cta.dropdown-toggle {
    color: #fff;
    background-color: #E40045;
    border-color: #E40045;
}

.btn-cta:active:hover, .btn-cta:active:focus, .btn-cta:active.focus, .btn-cta.active:hover, .btn-cta.active:focus, .btn-cta.active.focus,
.open > .btn-cta.dropdown-toggle:hover,
.open > .btn-cta.dropdown-toggle:focus,
.open > .btn-cta.dropdown-toggle.focus {
    color: #fff;
    background-color: #8d002b;
    border-color: #65001e;
}

.touchevents .btn-cta:active:hover, .touchevents .btn-cta:active:focus, .touchevents .btn-cta:active.focus, .touchevents .btn-cta.active:hover, .touchevents .btn-cta.active:focus, .touchevents .btn-cta.active.focus, .touchevents
.open > .btn-cta.dropdown-toggle:hover, .touchevents
.open > .btn-cta.dropdown-toggle:focus, .touchevents
.open > .btn-cta.dropdown-toggle.focus {
    color: #fff;
    background-color: #E40045;
    border-color: #E40045;
}

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

.btn-cta.disabled:hover, .btn-cta.disabled:focus, .btn-cta.disabled.focus, .btn-cta[disabled]:hover, .btn-cta[disabled]:focus, .btn-cta[disabled].focus,
fieldset[disabled] .btn-cta:hover,
fieldset[disabled] .btn-cta:focus,
fieldset[disabled] .btn-cta.focus {
    background-color: #E40045;
    border-color: #E40045;
}

.btn-cta .badge {
    color: #E40045;
    background-color: #fff;
}

.btn-cta .link {
    display: inline;
    color: #E2E3E4;
}

.btn-cta .link[class^="icon-"],
.btn-cta .link[class*=" icon-"] {
    color: #fff;
}

.btn-cta .link[class^="icon-"]:before,
.btn-cta .link[class*=" icon-"]:before {
    color: #fff;
    font-size: 1.5em;
    top: -1px;
    left: -5px;
}

.btn-cta .link[class^="icon-"]:hover,
.btn-cta .link[class*=" icon-"]:hover {
    color: inherit;
}

.btn-lg {
    padding: 15px 25px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-family: MAN-light, Arial, sans-serif;
}

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by0-766 {
    padding-bottom: 76.6216216%;
}

.embed-responsive-3by4 {
    padding-bottom: 133.333333333%;
}

.clearfix:before, .responsive-clearfix:before, .editorial-content:before, .clearfix:after, .responsive-clearfix:after, .editorial-content:after {
    content: " ";
    display: table;
}

.clearfix:after, .responsive-clearfix:after, .editorial-content:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

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

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

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

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

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

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

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

@media (max-width: 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: 1011px) {
    .visible-sm {
        display: block !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    table.visible-lg {
        display: table !important;
    }

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

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

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

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

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

@media (min-width: 1012px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

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

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

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

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

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

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

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*********************************************
*
*       Core
*
**********************************************/
.spacer-xs {
    margin-bottom: 20px;
}

.spacer-sm {
    margin-bottom: 30px;
}

.spacer-md {
    margin-bottom: 40px;
}

.margin-md-top {
    margin-top: 40px;
}

.spacer-md-top {
    padding-top: 40px;
}

.spacer-md-top.fullscreen {
    padding-top: 0;
    margin-top: 40px;
}

.spacer-lg {
    margin-bottom: 60px;
}

.spacer-line {
    padding-bottom: 15px;
    border-bottom: 2px solid #F0F1F2;
    margin-bottom: 15px;
}

.bg-white .spacer-line {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.spacer-line:last-child {
    margin-bottom: 0 !important;
    border: none;
}

.spacer-sm-inner-top {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .spacer-sm-inner-top {
        padding-top: 10px;
    }
}

.spacer-sm-inner-bottom {
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .spacer-sm-inner-bottom {
        padding-bottom: 10px;
    }
}

.spacer-sm-inner-bottom .spacer-sm-inner-top ~ {
  /* @TODO Greta : check if bg color */
    padding-top: 0;
}

.spacer-md-inner-top {
    padding-top: 50px;
}

@media (max-width: 768px) {
    .spacer-md-inner-top {
        padding-top: 20px;
    }
}

.spacer-md-inner--bottom {
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .spacer-md-inner--bottom {
        padding-bottom: 20px;
    }
}

.spacer-lg-inner-top {
    padding-top: 100px;
}

@media (max-width: 768px) {
    .spacer-lg-inner-top {
        padding-top: 50px;
    }
}

.spacer-lg-inner-bottom {
    padding-bottom: 100px;
}

@media (max-width: 768px) {
    .spacer-lg-inner-bottom {
        padding-bottom: 50px;
    }
}

.module-spacer {
    height: 8px;
}

.bg-primary {
    background-color: #303C49;
}

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

.bg-secondary {
    background-color: #E40045;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #b10036;
}

.bg-gray {
    background-color: #F0F1F2;
}

a.bg-gray:hover,
a.bg-gray:focus {
    background-color: #d5d8da;
}

.bg-gray-light {
    background-color: #E2E3E4;
}

a.bg-gray-light:hover,
a.bg-gray-light:focus {
    background-color: #c8cacb;
}

.bg-white {
    /*background-color: #ffffff;*/
}

a.bg-white:hover,
a.bg-white:focus {
    background-color: #e6e6e6;
}

.bg-black {
    background-color: #000;
}

a.bg-black:hover,
a.bg-black:focus {
    background-color: black;
}

.bg-black {
    color: #E2E3E4;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6,
.bg-black sup,
.bg-black .lead {
    color: #ffffff;
}

.bg-black .btn-primary {
    border-color: #838A92;
}

.bg-black .btn-default, .bg-black .zoom:after {
    border-color: #ffffff;
}

.bg-black .well {
    color: #303C49;
}

.bg-black .stage-image picture:after {
    background-image: linear-gradient(transparent, rgba(48, 60, 73, 0.8) 50%, #303C49 80%);
}

.bg-primary {
    color: #E2E3E4;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5,
.bg-primary .h6,
.bg-primary sup,
.bg-primary .lead,
.bg-primary .link[class^="icon-"],
.bg-primary .link[class*=" icon-"],
.bg-primary .turntable .controls a:before {
    color: #ffffff;
}

.bg-primary .btn-primary {
    border-color: #838A92;
}

.bg-primary .btn-default, .bg-primary .zoom:after {
    border-color: #ffffff;
}

.bg-primary .well {
    color: #303C49;
}

.bg-primary .stage-image picture:after {
    background-image: linear-gradient(transparent, rgba(48, 60, 73, 0.8) 50%, #303C49 80%);
}

.bg-gray-light,
.bg-white {
    color: #303C49;
}

.bg-gray-light h1,
.bg-gray-light h2,
.bg-gray-light h3,
.bg-gray-light h4,
.bg-gray-light h5,
.bg-gray-light h6,
.bg-gray-light .h1,
.bg-gray-light .h2,
.bg-gray-light .h3,
.bg-gray-light .h4,
.bg-gray-light .h5,
.bg-gray-light .h6,
.bg-gray-light .link[class^="icon-"],
.bg-gray-light .link[class*=" icon-"],
.bg-gray-light .turntable .controls a:before,
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-white .h1,
.bg-white .h2,
.bg-white .h3,
.bg-white .h4,
.bg-white .h5,
.bg-white .h6,
.bg-white .link[class^="icon-"],
.bg-white .link[class*=" icon-"],
.bg-white .turntable .controls a:before {
    color: #303C49;
}

.bg-gray-light .stage-image picture:after,
.bg-white .stage-image picture:after {
    background-image: linear-gradient(transparent, rgba(48, 60, 73, 0.8) 50%, #303C49 80%);
}

.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6,
.bg-gray .h1,
.bg-gray .h2,
.bg-gray .h3,
.bg-gray .h4,
.bg-gray .h5,
.bg-gray .h6,
.bg-gray sup,
.bg-gray .link[class^="icon-"],
.bg-gray .link[class*=" icon-"],
.bg-gray .turntable .controls a:before,
.bg-gray p:not(.lead) {
    color: #303C49;
}

@media (min-width: 1012px) {
    .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.box-padding {
    padding: 15px;
}

.icon-calendar:before, .icon-prev:before, .icon-next:before, .icon-play:before, .icon-image:before, .icon-thumb:before, .icon-eye:before, .icon-pin:before, .icon-search:before, .icon-baloon-bottom:before, .icon-baloon-top:before, .icon-arrow-down:before, .icon-arrow-right:before, .icon-arrow_lefttoright:before, .icon-arrow_uptodown:before, .icon-info:before, .icon-video:before, .link[class^="icon-"]:before, .link[class*=" icon-"]:before, .link[class^="icon-social"] span:before, .link[class^="icon-social"] span:after, .link[class^="icon-social"]:before, .link[class^="icon-social"]:after, .link[class*=" icon-social"] span:before, .link[class*=" icon-social"] span:after, .link[class*=" icon-social"]:before, .link[class*=" icon-social"]:after, .zoom:after, .editorial-content ul:not(.slick-dots).check-list > li:before, .service-links #main-search .search-toggle:after, .service-links #language-select:before, .service-links #routing-header .icon-globe:after, #main-navigation .nav-first-level > a:after, #main-navigation .sub-menu-container a[aria-haspopup="true"]:after, #main-navigation .router-links a.has-arrow:after, #main-navigation #nav-mobile-header .nav-breadcrumb a:before, .content-navigation .icon-back:before, .news-detail li:before {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before, .icon-prev:before, .icon-next:before, .icon-play:before, .icon-image:before, .icon-thumb:before, .icon-eye:before, .icon-pin:before, .icon-search:before, .icon-baloon-bottom:before, .icon-baloon-top:before, .icon-arrow-down:before, .icon-arrow-right:before, .icon-arrow_lefttoright:before, .icon-arrow_uptodown:before, .icon-info:before, .icon-video:before, .link[class^="icon-"]:before, .link[class*=" icon-"]:before, .link[class^="icon-social"] span:before, .link[class^="icon-social"] span:after, .link[class^="icon-social"]:before, .link[class^="icon-social"]:after, .link[class*=" icon-social"] span:before, .link[class*=" icon-social"] span:after, .link[class*=" icon-social"]:before, .link[class*=" icon-social"]:after, .zoom:after, .editorial-content ul:not(.slick-dots).check-list > li:before, .service-links #main-search .search-toggle:after, .service-links #language-select:before, .service-links #routing-header .icon-globe:after, #main-navigation .nav-first-level > a:after, #main-navigation .sub-menu-container a[aria-haspopup="true"]:after, #main-navigation .router-links a.has-arrow:after, #main-navigation #nav-mobile-header .nav-breadcrumb a:before, .content-navigation .icon-back:before, .icon-link_arrow_outline_down:before, .internal:before, .external:before {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar.btn {
    padding: 0;
    width: 42px;
    height: 42px;
    text-align: center;
}

.icon-calendar.btn:before {
    font-size: 28px;
}

.icon-calendar:before {
    content: "";
}

.icon-prev:before {
    content: "";
    color: #E40045;
    position: relative;
    top: 2px;
}

.icon-next:before {
    content: "";
    color: #E40045;
    position: relative;
    top: 2px;
}

.icon-play {
    position: relative;
}

.teaser .icon-play {
    display: block;
}

.icon-play:before {
    font-size: 40px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #F0F1F2;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 480px) {
    .icon-play:before {
        font-size: 60px;
    }
}

@media (min-width: 768px) {
    .icon-play:before {
        font-size: 80px;
    }
}

@media (min-width: 1012px) {
    .icon-play:before {
        font-size: 120px;
    }
}

.icon-image {
    position: relative;
}

.icon-image:before {
    font-size: 40px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #F0F1F2;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 480px) {
    .icon-image:before {
        font-size: 60px;
    }
}

@media (min-width: 768px) {
    .icon-image:before {
        font-size: 80px;
    }
}

@media (min-width: 1012px) {
    .icon-image:before {
        font-size: 120px;
    }
}

.icon-thumb {
    color: #E40045;
}

.icon-thumb:before {
    content: "";
}

.icon-eye {
    color: #E40045;
}

.icon-eye:before {
    content: "";
}

.icon-pin:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-baloon-bottom:before {
    content: "";
}

.icon-baloon-top:before {
    content: "";
}

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

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

.icon-arrow_lefttoright:before {
    content: "\e93b";
}

.icon-arrow_uptodown:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-video:before {
    content: "";
}

.link.icon-vk, .link.icon-ok, .link.icon-facebook, .link.icon-youtube, .link.icon-twitter, .link.icon-xing, .link.icon-flickr, .link.icon-instagram, .link.icon-googleplus, .link.icon-linkedin {
    padding-left: 40px !important;
    margin-bottom: 10px;
}

.link.icon-vk:before, .link.icon-ok:before, .link.icon-facebook:before, .link.icon-youtube:before, .link.icon-twitter:before, .link.icon-xing:before, .link.icon-flickr:before, .link.icon-instagram:before, .link.icon-googleplus:before, .link.icon-linkedin:before {
    font-size: 16px !important;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #303c49 !important;
    top: -5px !important;
}

.link {
    position: relative;
    transition: color .2s ease;
    color: #303c49;
}

.link:hover {
    color: #e40045;
}

.link[class^="icon-"], .link[class*=" icon-"] {
    padding-left: 22px;
    color: #303C49;
    display: inline-block;
}

.link[class^="icon-"]:before, .link[class*=" icon-"]:before, .internal:before, .external:before {
    right: auto;
    color: #E40045;
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 3px;
  /* fixes different absolute positioning of pseudo elements across browsers */
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.link[class^="icon-"]:hover, .link[class*=" icon-"]:hover, .internal:hover, .external:hover {
    color: #e40045;
}

.btn .link[class^="icon-"], .btn .link[class*=" icon-"] {
    min-height: 5px;
}

.link.icon-intern, .internal {
    padding-left: 0;
}



}

.link.unselect {
    vertical-align: middle;
}

.link.unselect span {
    position: relative;
    top: 2px;
    font-size: 18px;
    color: #E40045;
}

.shadow {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
}

.editorial-content figure,
.editorial-content picture,
.editorial-content .video-container {
    margin-bottom: 20px;
}

.editorial-content figure > picture {
    margin-bottom: 0;
}

.editorial-content figcaption {
    padding: 10px;
    border: 1px solid #D6D8DB;
}

.editorial-content .highlight-headline {
    font-family: MAN-bold, Arial, sans-serif;
    font-weight: normal;
    font-size: 70px;
    line-height: 0.65em;
}

.editorial-content .highlight-headline span {
    font-size: 30px;
}

@media (min-width: 1012px) {
    .editorial-content .highlight-headline span {
        font-size: 50px;
    }
}

@media (min-width: 1012px) {
    .editorial-content .highlight-headline {
        font-size: 110px;
    }
}

@media (max-width: 1012px -1) {
    .editorial-content .highlight-headline {
        margin-top: 20px;
    }
}

.editorial-content .highlight-headline + p {
    margin-top: 10px;
}

.editorial-content a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.editorial-content a:first-child + h2, .editorial-content a:first-child + h3, .editorial-content a:first-child + .h2, .editorial-content a:first-child + .h3 {
    margin-top: 0;
}

.editorial-content p {
    margin-bottom: 10px;
}

.editorial-content p:last-child {
    margin-bottom: 0;
}

.editorial-content p:empty {
    display: none;
}

.editorial-content .clear:last-child p:last-child, .editorial-content .clear:last-child .table-responsive:last-child {
    margin-bottom: 0;
}

.editorial-content > div.clear {
    margin-top: 20px;
}

.editorial-content > div.clear:first-child {
    margin-top: 0;
}

.editorial-content:last-of-type + .btn.show-more {
    display: table;
}

.row > .btn.show-more {
    margin-left: 10px;
}

.zoom {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

@media screen and (max-width: 479px) {
    .zoom {
        cursor: auto;
    }
}

.zoom:after {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #303C49;
    white-space: nowrap;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
    content: "";
    font-size: 20px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    color: #303C49;
}

.zoom:after:hover, .zoom:after:focus, .zoom:after.focus {
    color: #303C49;
    text-decoration: none;
}

@media screen and (max-width: 479px) {
    .zoom:after {
        display: none;
    }
}

.zoom.zoom-hover:after {
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    opacity: 0;
    transition: opacity .4s ease;
}

.no-touch .zoom.zoom-hover:hover:after {
    opacity: 1;
}

.editorial-content ul:not(.slick-dots), .editorial-content ol {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin: 3px 0 10px;
}

.editorial-content ul:not(.slick-dots) li, .editorial-content ol li {
    position: relative;
}

.editorial-content ul:not(.slick-dots) li:before, .editorial-content ol li:before {
    display: inline-block;
}

.editorial-content ul:not(.slick-dots) ul, .editorial-content ul:not(.slick-dots) ol, .editorial-content ol ul, .editorial-content ol ol {
    margin-left: 18px;
}

.editorial-content ul:not(.slick-dots) > li {
    padding-left: 12px;
}

.editorial-content ul:not(.slick-dots).list-inline, .editorial-content ul:not(.slick-dots).list-unstyled {
    padding: 5px 1px;
}

.editorial-content ul:not(.slick-dots).list-inline > li, .editorial-content ul:not(.slick-dots).list-unstyled > li {
    padding-left: 0;
}

.editorial-content ul:not(.slick-dots).list-inline > li:before, .editorial-content ul:not(.slick-dots).list-unstyled > li:before {
    display: none;
}

.editorial-content ul:not(.slick-dots).check-list {
    margin-top: 14px;
}

.editorial-content ul:not(.slick-dots).check-list > li {
    padding-left: 37px;
    margin-bottom: 12px;
    min-height: 26px;
    font-family: MAN-light, Arial, sans-serif;
    font-size: MAN-light, Arial, sans-serif;
}

.editorial-content ul:not(.slick-dots).check-list > li:before {
    content: "";
    color: #91b900;
    background: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 28px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #D6D8DB;
    text-align: center;
    top: 2px;
    left: -37px;
    margin-right: -30px;
}

.editorial-content ol {
    counter-reset: i;
}

.editorial-content ol > li {
    counter-increment: i;
    padding-left: 22px;
}

.editorial-content ol > li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(i, decimal) ".";
    font-weight: bold;
    color: #E40045;
}

.editorial-content ol ol {
    counter-reset: ii;
}

.editorial-content ol ol > li {
    counter-increment: ii;
}

.editorial-content ol ol > li:before {
    content: counter(ii, upper-roman) ".";
}

.editorial-content ol ol ol {
    counter-reset: iii;
}

.editorial-content ol ol ol > li {
    counter-increment: iii;
}

.editorial-content ol ol ol > li:before {
    content: counter(iii, lower-latin) ") ";
}

figure,
picture,
.video-container,
.audio-container {
    width: 100%;
    display: block;
}

figure.half, figure.quarter, figure.third,
picture.half,
picture.quarter,
picture.third,
.video-container.half,
.video-container.quarter,
.video-container.third,
.audio-container.half,
.audio-container.quarter,
.audio-container.third {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}

figure.half.right, figure.quarter.right, figure.third.right,
picture.half.right,
picture.quarter.right,
picture.third.right,
.video-container.half.right,
.video-container.quarter.right,
.video-container.third.right,
.audio-container.half.right,
.audio-container.quarter.right,
.audio-container.third.right {
    margin-right: 0;
    padding-right: 0;
    padding-left: 10px;
    margin-left: 10px;
    float: right;
}

@media screen and (max-width: 479px) {
    figure.half, figure.quarter, figure.third,
  picture.half,
  picture.quarter,
  picture.third,
  .video-container.half,
  .video-container.quarter,
  .video-container.third,
  .audio-container.half,
  .audio-container.quarter,
  .audio-container.third {
        width: 100% !important;
        padding: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        float: none !important;
    }

    figure.half ~ ul, figure.quarter ~ ul, figure.third ~ ul,
  picture.half ~ ul,
  picture.quarter ~ ul,
  picture.third ~ ul,
  .video-container.half ~ ul,
  .video-container.quarter ~ ul,
  .video-container.third ~ ul,
  .audio-container.half ~ ul,
  .audio-container.quarter ~ ul,
  .audio-container.third ~ ul {
        clear: both;
    }
}

figure.half,
picture.half,
.video-container.half,
.audio-container.half {
    width: 50%;
}

@media screen and (min-width: 480px) {
    figure.half + h2, figure.half + h3,
  picture.half + h2,
  picture.half + h3,
  .video-container.half + h2,
  .video-container.half + h3,
  .audio-container.half + h2,
  .audio-container.half + h3 {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .editorial-content.col-xs-6 figure.half, .editorial-content.col-xs-6
  picture.half, .editorial-content.col-xs-6
  .video-container.half, .editorial-content.col-xs-6
  .audio-container.half {
        width: 100% !important;
        padding: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .editorial-content.col-xs-6 figure.half ~ ul, .editorial-content.col-xs-6
  picture.half ~ ul, .editorial-content.col-xs-6
  .video-container.half ~ ul, .editorial-content.col-xs-6
  .audio-container.half ~ ul {
        clear: both;
    }
}

figure.quarter,
picture.quarter,
.video-container.quarter,
.audio-container.quarter {
    width: 25%;
}

@media screen and (max-width: 767px) {
    figure.quarter,
  picture.quarter,
  .video-container.quarter,
  .audio-container.quarter {
        width: 50%;
    }
}

@media screen and (min-width: 480px) {
    figure.quarter + h2, figure.quarter + h3,
  picture.quarter + h2,
  picture.quarter + h3,
  .video-container.quarter + h2,
  .video-container.quarter + h3,
  .audio-container.quarter + h2,
  .audio-container.quarter + h3 {
        margin-top: 0;
    }
}

figure.third,
picture.third,
.video-container.third,
.audio-container.third {
    width: 33%;
}

@media screen and (max-width: 767px) {
    figure.third,
  picture.third,
  .video-container.third,
  .audio-container.third {
        width: 50%;
    }
}

@media screen and (min-width: 480px) {
    figure.third + h2, figure.third + h3,
  picture.third + h2,
  picture.third + h3,
  .video-container.third + h2,
  .video-container.third + h3,
  .audio-container.third + h2,
  .audio-container.third + h3 {
        margin-top: 0;
    }
}

/*********************************************
*
*       Extended
*
**********************************************/
#page-head {
    display: table;
    width: 100%;
    height: 40px;
}

#page-head.routing {
    background: #000;
}

#page-head .h4 {
    padding: 14px 0 12px;
    vertical-align: bottom;
    color: #acb1b6;
    font-size: 13px;
    margin-bottom: 0;
	margin-top: 0;
	font-weight:300;
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media screen and (max-width: 480px) {
    #page-head .h4 {
        height: 69px;
        font-size: 14px;
    }
}

#page-head > .container {
    position: relative;
}

#page-head > .container .header-link-wrapper {
    position: absolute;
    right: 160px;
    top: 35px;
}

@media screen and (max-width: 1011px) {
    #page-head > .container .header-link-wrapper {
        right: 20px;
        top: 116px;
        z-index: 997;
    }
}

@media screen and (max-width: 480px) {
    #page-head > .container .header-link-wrapper {
        top: 95px;
    }
}

#page-head > .container .header-link-wrapper .router-links {
    background: none;
    color: #838a92;
}

#page-head > .container .header-link-wrapper .router-links a, #page-head > .container .header-link-wrapper .router-links span {
    color: #838a92;
    display: inline-block;
    line-height: 1;
}

#page-head > .container .header-link-wrapper .router-links a + a, #page-head > .container .header-link-wrapper .router-links a + span, #page-head > .container .header-link-wrapper .router-links span + a, #page-head > .container .header-link-wrapper .router-links span + span {
    padding-left: 7px;
    margin-left: 3px;
    border-left: 1px solid #ACB1B6;
}

#page-head > .container .header-link-wrapper .router-links span {
    color: #000;
}

@media screen and (min-width: 1012px) {
    #page-head .container {
        padding-right: 350px;
    }
}

#page-head #logo {
    text-align: center;
    display: table-cell;
    width: 145px;
    position: absolute;
    top: 4px;
    vertical-align: bottom;
    height: auto;
    z-index: 20;
    right: 0px;
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}

@media screen and (max-width: 480px) {
    #page-head #logo {
        width: 86px;
        height: 69px;
    }
}

#page-head #logo img {
    display: inline-block;
    max-width: 145px;
}

@media screen and (max-width: 480px) {
    #page-head #logo img {
        max-width: 66px;
    }
}

@media screen and (max-width: 480px) {
    #page-head {
        height: 70px;
    }
}

.service-link-wrapper {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1011px) {
    .service-link-wrapper {
        padding-top: 15px;
        width: auto;
    }
}

.service-links {
    margin-left: 190px;
    color: #303C49;
  /*** Animate Basic ***/
}

@media screen and (max-width: 1011px) {
    .service-links {
        margin-left: 0;
    }
}

.service-links #main-search {
    float: left;
    position: relative;
    margin-left: 10px;
}

.service-links #main-search .search-toggle:after {
    color: #ACB1B6;
    content: "\e927";
    font-size: 20px;
    position: relative;
    top: 4px;
}

@media (max-width: 1011px) {
    .service-links #main-search .search-toggle:after {
        top: -2px;
        color: #303C49;
    }
}

.service-links #main-search .btn {
    height: 52px;
    font-size: 15px;
    padding: 4px 5px 2px;
    position: relative;
    margin-left: 0;
	width:90%
}

@media (max-width: 1011px) {
    .service-links #main-search .btn {
        margin-right: 15px;
    }
}

.service-links #main-search .form {
    padding-bottom: 1px;
}

.service-links #main-search .form-group {
    display: block;
}

.service-links #main-search .form-group:before, .service-links #main-search .form-group:after {
    content: " ";
    display: table;
}

.service-links #main-search .form-group:after {
    clear: both;
}

.service-links #main-search .form-control {
    width: 200px;
    float: left;
}

.service-links #main-search #main-search-container {
    position: absolute;
    right: -9px;
    top: 43px;
    z-index: 1001;
    width: 290px;
    display: none;
}

.service-links #main-search #main-search-container:before, .service-links #main-search #main-search-container:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    right: 20px;
    margin-right: -10px;
}

.service-links #main-search #main-search-container:before {
    bottom: auto;
    top: -21px;
    border-bottom: 11px solid #D6D8DB;
}

.service-links #main-search #main-search-container:after {
    bottom: auto;
    top: -19px;
    border-bottom: 10px solid #F0F1F2;
}

.service-links #main-search #main-search-container .form-inline {
    padding-right: 0;
}

.service-links #language-select {
    float: left;
    position: relative;
    width: 22px;
    height: 22px;
    margin-left: 10px;
    margin-top: 4px;
    color: #ACB1B6;
}

.service-links #language-select:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 20px;
}

.service-links .language-select-toggle {
    position: relative;
    z-index: 2;
    font-size: 11px !important;
    font-family: MAN-reg, Arial, sans-serif;
    padding: 2px 0;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #303C49;
}

@media (max-width: 1011px) {
    .service-links .language-select-toggle {
        color: #E2E3E4;
    }
}

@media (max-width: 1011px) {
    .service-links .routing-colors .language-select-toggle {
        color: #303C49;
    }
}

.service-links #language-select-container {
    position: absolute;
    display: none;
    top: 38px;
    right: -10px;
    background: #fff;
    border: 1px solid #D6D8DB;
    width: 140px;
    padding: 10px;
    z-index: 1001;
}

.service-links #language-select-container:before, .service-links #language-select-container:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    right: 20px;
    margin-right: -10px;
}

.service-links #language-select-container:before {
    bottom: auto;
    top: -21px;
    border-bottom: 11px solid #D6D8DB;
}

.service-links #language-select-container:after {
    bottom: auto;
    top: -19px;
    border-bottom: 10px solid #fff;
}

.service-links #language-select-container a, .service-links #language-select-container span {
    color: #303C49;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
    font-size: 15px;
    font-family: MAN-light, Arial, sans-serif;
}

@media screen and (max-width: 1011px) {
    .service-links #language-select-container a, .service-links #language-select-container span {
        font-family: MAN-light, Arial, sans-serif;
        font-size: 18px;
    }
}

.service-links #language-select-container a:last-child, .service-links #language-select-container span:last-child {
    margin-bottom: 0;
}

.service-links #language-select-container span {
    color: #E40045;
}

.service-links #routing-header {
    position: relative;
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.service-links #routing-header .close {
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 1;
    font-size: 30px;
    line-height: 24px;
}

.service-links #routing-header .icon-globe {
    position: relative;
}

.service-links #routing-header .icon-globe:after {
    content: "";
    color: #ACB1B6;
    font-size: 20px;
}

.service-links .icon-pin {
    float: left;
    margin-left: 11px;
    margin-top: 4px;
}

.service-links .icon-pin:before {
    color: #ACB1B6;
    font-size: 22px;
}

.service-links.fixed {
    position: fixed;
    right: 14px;
    top: 22px;
}

@media screen and (max-width: 1011px) {
    .service-links #language-select {
        color: #303C49;
        margin-top: -3px;
    }

    .service-links #language-select.routing-colors {
        color: #ACB1B6;
    }

    .service-links #contact-select {
        margin-top: -2px;
        color: #303C49;
    }

    .service-links .icon-pin {
        margin-top: -2px;
        margin-left: 6px;
    }

    .service-links .icon-pin:before {
        color: #303C49;
    }

    .service-links #routing-header {
        margin-top: -2px;
        margin-left: 10px;
    }

    .service-links #routing-header .icon-globe:after {
        color: #303C49;
    }
}

.service-links #animation-select {
    float: left;
    position: relative;
    width: 22px;
    height: 22px;
    margin-left: 30px;
    margin-top: 4px;
    color: #ACB1B6;
    right: 20px;
}

.service-links #animation-select-container {
    position: absolute;
    display: none;
    top: 38px;
    right: -20px;
    background: #fff;
    border: 1px solid #D6D8DB;
    width: 1120px;
    padding: 15px;
    z-index: 1001;
}

@media (min-width: 768px) {
    .service-links #animation-select-container {
        width: 728px;
    }
}

.service-links #animation-select-container:after, .service-links #animation-select-container:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    right: 20px;
    margin-right: -10px;
}

.service-links #animation-select-container:before {
    bottom: auto;
    top: -21px;
    border-bottom: 11px solid #D6D8DB;
}

.service-links #animation-select-container::after {
    bottom: auto;
    top: -19px;
    border-bottom: 10px solid #fff;
}

.service-links #animation-select-container h4 .light {
    font-weight: normal;
    font-size: 14px;
}

.service-links #animation-select-container .animation-select-toggle {
    position: relative;
    z-index: 2;
    color: inherit;
    font-size: 11px !important;
    font-family: MAN-bold, Arial, sans-serif;
    padding: 1px 0;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

#routing {
    display: none;
    position: absolute;
    top: 40px;
    right: -40px;
    z-index: 1001;
    width: 420px;
    border: 1px solid #D6D8DB;
}

#routing:before, #routing:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    right: 50px;
    margin-right: -12px;
}

#routing:before {
    bottom: auto;
    top: -25px;
    border-bottom: 13px solid #D6D8DB;
}

#routing:after {
    bottom: auto;
    top: -23px;
    border-bottom: 12px solid #F0F1F2;
}

#routing .footer,
#routing .header {
    padding: 15px 15px;
    background-color: #fff;
    position: relative;
}

#routing .footer span, #routing .footer a,
#routing .header span,
#routing .header a {
    float: left;
    margin-left: 20px;
}

#routing .footer span:first-child, #routing .footer a:first-child,
#routing .header span:first-child,
#routing .header a:first-child {
    margin-left: auto;
}

#routing .footer .active,
#routing .header .active {
    color: #E40045;
}

#routing .footer a {
    margin-left: auto;
}

#routing .footer a:first-child {
    margin-bottom: 10px;
}

#routing .bg-gray {
    padding: 15px 15px;
}

#routing .bg-gray.header {
    padding-bottom: 0;
}

#routing .header-autocomplete-result-container {
    max-height: 270px;
    overflow-x: auto;
    margin-top: 1px;
}

#routing .header-autocomplete-result-container .tpl_list-group-item {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#routing .header-autocomplete-result-container .small a {
    font-size: 12px;
    display: inline;
}

@media screen and (max-width: 1011px) {
    #routing .header-autocomplete-result-container .small {
        transition: all .6s ease;
        max-height: 40px;
    }

    #routing .header-autocomplete-result-container .small a {
        transition: all .6s ease;
    }

    #routing .header-autocomplete-result-container.state_sm-min .small {
        max-height: 0;
    }

    #routing .header-autocomplete-result-container.state_sm-min .small a {
        opacity: 0;
        font-size: 0;
    }
}

html.touch #routing .header-autocomplete-result-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

#routing .tpl_list-group-item a {
    margin-left: 20px;
    transition: color .6s ease;
}

#routing .tpl_list-group-item a:first-child {
    margin-left: auto;
}

#routing .tpl_list-group-item a:hover {
    color: #838A92;
}

#routing .h3 {
    font-weight: normal;
    font-family: MAN-light, Arial, sans-serif;
}

#routing .h3 strong {
    font-family: MAN-bold, Arial, sans-serif;
    font-weight: bold;
}

#routing .form-control {
    padding: 10px 15px;
}

#routing form {
    padding-bottom: 0 !important;
}

#routing .header-autocomplete-result-container {
    margin: 0;
    padding: 0 15px;
}

#routing .footer {
    border-top: 15px solid #F0F1F2;
}

@media (max-width: 1011px) {
    #routing {
        position: fixed;
        top: 20px;
        left: 10px;
        right: 20px;
        bottom: 20px;
        width: auto;
        z-index: 3000;
        min-height: 300px;
    }

    #routing:before {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
        border: none;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
    }

    #routing:after {
        display: none;
    }

    #routing .routing-wrapper {
        min-height: calc(100vh - 40px);
        max-height: calc(100vh - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    #routing .list-group-item, #routing .tpl_list-group-item,
  #routing .header,
  #routing .footer,
  #routing form {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    #routing .header-autocomplete-result-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        overflow-y: auto;
        min-height: 100px;
        max-height: none;
    }
}

#main-navigation {
    height: 34px;
    position: relative;
	display:inline;
	
}

#main-navigation a {
    font-family: MAN-reg, Arial, sans-serif;
    font-size: 15px;
}

.toggle-nav {
    border: none;
    border-top: 2px solid #303C49;
    border-bottom: 2px solid #303C49;
    width: 30px;
    height: 18px;
    background: none;
    padding: 0;
    margin-top: 20px;
    position: relative;
    z-index: 997;
}

.toggle-nav:before {
    border: 1px solid #303C49;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
}

#main-navigation .nav-wrapper {
    position: relative;
}

@media screen and (max-width: 1011px) {
    #main-navigation .nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 80vw;
        max-width: 400px;
        background: #303C49;
        z-index: 1000;
        color: #ACB1B6;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
    }

    #main-navigation .nav-wrapper.state_visible {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

#main-navigation .nav-wrapper.state_open a.active:before {
    left: 50%;
    right: 50%;
    opacity: 0;
}

#main-navigation .nav-wrapper.state_open a.active[aria-expanded="true"]:before {
    opacity: 1;
    left: 0;
    right: 0;
}

#main-navigation .nav-first-level > a {
    display: block;
    float: left;
    line-height: 14px;
    position: relative;
	text-transform: uppercase;
	font-family: MAN-bold,Arial,sans-serif;
    font-size: 13px;
	margin-bottom:10px;
	padding-bottom:10px;
}

#main-navigation .nav-first-level > a.active, #main-navigation .nav-first-level > a:hover {
    color:#E40045
}

#main-navigation .nav-first-level > a {
    border-bottom: 3px solid #FFF;
}

#main-navigation .nav-first-level > a.active, #main-navigation .nav-first-level > a:hover {
    border-bottom: 3px solid #E40045;
}

#main-navigation .nav-first-level > a[aria-expanded="true"]:before {
    opacity: 1;
    left: 0;
    right: 0;
}

#main-navigation .nav-first-level > a:hover:before {
    opacity: 1;
    left: 0;
    right: 0;
}


#main-navigation .nav-first-level > a + a, #main-navigation .nav-first-level > ul + a {
    margin-left: 20px;
}

@media screen and (min-width: 1200px) {
    #main-navigation .nav-first-level > a + a, #main-navigation .nav-first-level > ul + a {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1011px) {
    #main-navigation .nav-first-level > a + a, #main-navigation .nav-first-level > ul + a {
        margin-left: 0;
    }
}

#main-navigation .nav-first-level > a:after {
    content: "";
    display: none;
}

@media screen and (max-width: 1011px) {
    #main-navigation .nav-first-level > a {
        float: none;
        margin: 0;
    }

    #main-navigation .nav-first-level > a:after {
        display: block;
    }
}

@media screen and (max-width: 1011px) {
    #main-navigation .nav-first-level a {
        padding: 15px 40px 15px 15px;
        border-bottom: 1px solid #586f87;
        height: auto;
        line-height: 1.2;
        display: block;
    }

    #main-navigation .nav-first-level a.active, #main-navigation .nav-first-level a[aria-expanded="true"] {
        border-bottom: 1px solid #586f87;
    }

    #main-navigation .nav-first-level a[aria-haspopup="true"] {
        position: relative;
    }

    #main-navigation .nav-first-level a[aria-haspopup="true"]:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 15px;
    }
}

#main-navigation .sub-menu-container {
    position: absolute;
    top: 100%;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    overflow: hidden;
}

#main-navigation .sub-menu-container .col-md-3, #main-navigation .sub-menu-container .col-md-6 {
    min-height: 0;
}

@media screen and (max-width: 1011px) {
    #main-navigation .sub-menu-container .col-md-3, #main-navigation .sub-menu-container .col-md-6 {
        padding: 0;
    }
}

#main-navigation .sub-menu-container .h4 {
    margin-bottom: 18px;
}

@media screen and (max-width: 1011px) {
    #main-navigation .sub-menu-container .h4 {
        display: none;
    }
}

#main-navigation .sub-menu-container a {
    display: block;
    padding: 10px 15px 10px 0;
    border-top: 1px solid;
    border-color: #D6D8DB;
}

#main-navigation .sub-menu-container a[aria-haspopup="true"] {
    position: relative;
}

#main-navigation .sub-menu-container a[aria-haspopup="true"]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-navigation .sub-menu-container a:hover, #main-navigation .sub-menu-container a[aria-expanded="true"] {
    color: #E40045;
}

#main-navigation .sub-menu-container a:last-child {
    border-bottom: 1px solid #D6D8DB;
}

@media screen and (max-width: 1011px) {
    #main-navigation .sub-menu-container a {
        padding: 15px 40px 15px 15px;
        border-color: #586f87;
    }

    #main-navigation .sub-menu-container a:after {
        right: 15px !important;
    }

    #main-navigation .sub-menu-container a:last-child {
        border-bottom: 1px solid #586f87;
    }
}

#main-navigation .sub-menu-container .tpl_nav-item .col-md-6 a {
    border-top: none;
}

#main-navigation .sub-menu-container .tpl_nav-item .col-md-6:nth-child(2) a, #main-navigation .sub-menu-container .tpl_nav-item .col-md-6:nth-child(3) a {
    border-top: 1px solid #D6D8DB;
}

@media screen and (max-width: 1011px) {
    #main-navigation .sub-menu-container .tpl_nav-item .col-md-6:nth-child(2) a, #main-navigation .sub-menu-container .tpl_nav-item .col-md-6:nth-child(3) a {
        border: none;
        border-bottom: 1px solid #586f87;
    }
}

@media (max-width: 1011px) {
    #main-navigation .sub-menu-container {
        position: static;
        height: 0;
    }
}

#main-navigation .current-site {
    color: #E40045;
    cursor: default;
}

#main-navigation .close {
    position: absolute;
    right: 10px;
    top: 6px;
    padding: 0 !important;
    border: none !important;
    margin: auto !important;
    z-index: 1;
}

#main-navigation .nav-container {
    /*overflow: hidden;*/
    position: relative;
}

@media screen and (max-width: 1011px) {
    #main-navigation .nav-container {
        overflow: visible;
        padding: 0;
        position: static;
    }

    #main-navigation .nav-container.nav-first-level {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 120px);
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }
}

#main-navigation .tpl_nav-item {
    position: absolute;
    top: 0;
    transition: opacity .2s ease, max-height 0s .5s, -webkit-transform .5s ease;
    transition: opacity .2s ease, transform .5s ease, max-height 0s .5s;
    transition: opacity .2s ease, transform .5s ease, max-height 0s .5s, -webkit-transform .5s ease;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow: hidden;
    max-height: 0;
    padding-top: 20px;
    padding-bottom: 50px;
}

#main-navigation .tpl_nav-item[aria-hidden="false"] {
    position: static;
    transition: opacity 0.2s ease, max-height 0s, -webkit-transform .5s ease;
    transition: opacity 0.2s ease, transform .5s ease, max-height 0s;
    transition: opacity 0.2s ease, transform .5s ease, max-height 0s, -webkit-transform .5s ease;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    max-height: none;
}

@media screen and (max-width: 1011px) {
    #main-navigation .tpl_nav-item {
        top: 74px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #303C49;
        padding-top: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #main-navigation .tpl_nav-item[aria-hidden] {
        position: absolute;
        max-height: none;
    }
}

#main-navigation .router-links {
    background: #D6D8DB;
}

#main-navigation .router-links a {
    display: block;
    padding: 10px 0 10px 15px;
    border-color: #ACB1B6;
    color: #303C49;
}

#main-navigation .router-links a.has-arrow:after {
    display: block;
    float: right;
    content: "";
    position: relative;
    top: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-navigation #nav-mobile-header {
    height: 74px;
    background: #586f87;
    position: relative;
}

#main-navigation #nav-mobile-header:before {
    position: absolute;
    background: linear-gradient(to right, #586f87, rgba(88, 111, 135, 0));
    content: "";
    width: 20px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#main-navigation #nav-mobile-header .h6 {
    color: #fff;
    padding: 12px 15px 0;
    line-height: 1;
    margin: 0;
    position: relative;
}

#main-navigation #nav-mobile-header .scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
}

.touch #main-navigation #nav-mobile-header .scroll-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

#main-navigation #nav-mobile-header .nav-breadcrumb {
    white-space: nowrap;
    padding: 12px 15px 14px;
}

#main-navigation #nav-mobile-header .nav-breadcrumb a {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-right: 20px;
    color: #fff;
}

#main-navigation #nav-mobile-header .nav-breadcrumb a::after {
    position: absolute;
    content: '';
    height: 4px;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    background: #fff;
    transition: left .2s ease-in 50ms, right .2s ease-in 50ms, opacity 70ms ease 50ms;
}

#main-navigation #nav-mobile-header .nav-breadcrumb a.state_active:after {
    opacity: 1;
    left: 0;
    right: 0;
}

#main-navigation #nav-mobile-header .nav-breadcrumb a:after {
    bottom: -13px;
}

#main-navigation #nav-mobile-header .nav-breadcrumb a:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
}

#main-navigation .affix {
    background: #F0F1F2;
    height: 51px;
    border-bottom: 1px solid #D6D8DB;
}

@media screen and (min-width: 1012px) {
    #main-navigation .affix {
        position: static;
        height: 0;
    }
}

@media screen and (max-width: 1011px) {
    #main-navigation .affix {
        z-index: 998;
        width: 100%;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }

    #main-navigation .affix.state_sticky-hidden {
        -webkit-transform: translateY(-500%);
        transform: translateY(-500%);
    }

    #main-navigation .affix.state_has-sticky-child {
        -webkit-transform: none;
        transform: none;
        position: relative;
    }
}

@media screen and (max-width: 1011px) {
    #main-navigation .nav-background {
        opacity: 0;
        left: 100%;
        transition: opacity .4s ease, left 0s .4s;
        outline: none;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        z-index: 999;
        content: '';
        right: 0;
        top: 0;
        bottom: 0;
    }

    #main-navigation .nav-background.state_visible {
        opacity: 1;
        transition: opacity .4s ease, left 0s 0s;
        left: 0;
    }

    #main-navigation a {
        font-size: 18px;
        font-family: MAN-reg, Arial, sans-serif;
    }
}

#page-footer {
    background: #FFF;
    margin-top: 20px;
	font-size:14px;
}

#page-footer a {
    clear: both;
    float: left;
    margin-top: 10px;
}
#page-footer a.link[class*=" icon-"]:first-child {
    margin-top: 10px;
}
#page-footer a.link[class*=" icon-"] {
    margin-top: 0px;
}

#page-footer .footer-mandatory-container {
    /*border-top: 1px solid #D6D8DB;
    padding-top: 17px;
    margin-top: 10px;*/
}
.new-grey {
	background: #f4f5f6;
	margin-bottom:2px;
	padding: 40px 0;
}
@media (min-width: 768px) {
    #page-footer .footer-mandatory-container span {
        float: left;
    }


    #page-footer .footer-mandatory-container .footer-mandatory-links a {
        clear: none;
        float: none;
        display: inline-block;
        margin-top: 0;
        margin-right: 30px;
    }


    #page-footer .footer-mandatory-container .footer-mandatory-links a:last-child {
        margin-right: auto;
    }

    #page-footer .footer-mandatory-container .footer-mandatory-links a:last-child:after {
        display: none;
    }

    #page-footer .footer-mandatory-container .footer-mandatory-links a:active:before, #page-footer .footer-mandatory-container .footer-mandatory-links a:focus:before {
        color: #303C49;
    }
}

@media (max-width: 767px) {
    #page-footer .footer-column ~ .footer-column {
        border-top: 1px solid #D6D8DB;
        padding-top: 17px;
        margin-top: 10px;
    }
}

/**
 * footnote ref elements
 */
.footnote-ref {
    display: none;
}

.content-navigation {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    border-bottom: 1px solid #D6D8DB;
    margin-bottom: 20px;
}

.content-navigation a, .content-navigation span {
    display: inline-block;
    margin-left: 26px;
    padding: 10px 0;
    font-family: MAN-light, Arial, sans-serif;
    font-size: 18px;
    position: relative;
}

.content-navigation a:first-child, .content-navigation span:first-child {
    margin-left: 0;
}

.content-navigation a:hover, .content-navigation span:hover {
    color: #E40045;
}

.content-navigation a::after, .content-navigation span::after {
    position: absolute;
    content: '';
    height: 4px;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    background: #E40045;
    transition: left .2s ease-in 50ms, right .2s ease-in 50ms, opacity 70ms ease 50ms;
}

.content-navigation a:hover:after, .content-navigation span:hover:after {
    opacity: 1;
    left: 0;
    right: 0;
}

.content-navigation span {
    color: #E40045;
}

.content-navigation span:after {
    opacity: 1;
    left: 0;
    right: 0;
}

.content-navigation .icon-back:before {
    content: "";
    color: #E40045;
    font-size: 18px;
    padding-right: 6px;
    position: relative;
    top: 2px;
}

.intro {
    margin: 30px 0;
}

.error-page-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/error.html);
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    .error-page-image:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

/*----------------------DEVELPER STYLES--------------*/
ul.sub-menu { 
	position:absolute;
	background:#FFF;
	z-index:1000;
	width:100%;
	max-width:900px;
	margin:28px 0px 0px 0px;
	padding:0px 20px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
}
.nav-container a:hover.parent + ul.sub-menu {
	visibility: visible;
	opacity: 1;
	
}
a:hover.parent + ul.sub-menu {
	visibility: visible;
	opacity: 1;
	
}
ul:hover.sub-menu{
	visibility: visible;
	opacity: 1;
}
#main-navigation .sub-menu li:not(:first-child){
    border-top: 1px solid;
    border-color: #d6d8db;
}


#main-navigation .sub-menu li {
    display: block;
	list-style:none;
}
#main-navigation .sub-menu li a{
    width:100%;
	display: block;
	line-height: 40px;
}
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu li a.active{
    color: #e40045;
}
.mob-menu {
	overflow: auto !important;
	overflow-x: hidden  !important;
	overflow-y: auto  !important;
	margin: 0px;
	width:100%;
	max-width: 400px;
	height:100%;
	background: #e4e4e4;
	position:fixed;
	top:0px;left:0;
	display:none;
	z-index:10000;
}
#nav-mobile-head {
    background: #F4F5F6;
    position: relative;
	color:#000;
	padding:10px;  
}
#nav-mobile-head a{
	color:#000;
}
.toggle-nav-close {
	position:absolute;
	right:7px;
	top:10px;
	color:#000000;
	font-size:50px;
	line-height:30px;
	font-weight: 100;
	cursor:pointer;
}
ul.breadcrumb-navigation {
    margin-bottom: 10px;
    margin-top: 10px;
	margin-left: 0px;
	font-size: 12px;
}
ul.breadcrumb-navigation li {
	margin-right: 0px;
}
ul.breadcrumb-navigation li:before {
	font-family: icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e939";
    font-size: 10px;
	margin-right: 3px;
	margin-left: 3px;
} 
.red {
	color:#e40045;
}
.mob-bread ul.breadcrumb-navigation {
    margin-bottom: 0px;
    margin-top: 0px;
	font-size: 12px;
}
.nav-mobile a{
	padding: 15px 40px 15px 15px;
    border-bottom: #dadada solid 1px;
	display: block;
	font-size: 14px;
	background-color: #FFF;
	color: #000;
}
.nav-mobile ul li a{
	padding: 15px 40px 15px 40px;
    border-bottom: #dadada solid 1px;
	display: block;
	font-size: 14px;
	background-color: #F4F5F6;
	color: #303c49;
}
a.parent.grey {
	background-color: #F4F5F6;
	padding: 15px 40px 15px 25px;
}
.nav-mobile ul, .nav-mobile ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.nav-mobile  a.active, .nav-mobile  a:hover{
	color:#e40045;
}
.razver.icon-link_arrow_outline_down:before {
  content: "\e91f";
}

.razver {
  color:#000;
  font-size:14px;
  position:absolute;
  right:15px;
  margin-top:-52px;
  z-index:1; 
  width:56px;
  height:56px;
  line-height:56px;
  text-align:right;
  cursor:pointer;
}
#search {
    position: fixed;
    top: 0;
	left:0;
    width: 100%;
    z-index: 10001;
    background-color: #f0f1f2;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.2);
}
.carousel .inner-page {
    height: calc(100vh - 74px);
}
.carousel .inner-page .stage-content {
    position: absolute;
    width: 100%;
    bottom: 50px;
	color:#FFF;
}
.carousel .inner-page .stage-content p {
    font-size: 1.1rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.carousel .inner-page .stage-content .h1 {
    font-size: 3.75rem;
	font-family: MAN-bold,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
	color:#FFF;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}
.carousel .inner-page .stage-content .h1 h1{
    font-size: 3.75rem;
	font-family: MAN-bold,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
	color:#FFF;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px){
.carousel .inner-page .stage-content .h1 {
    font-size: 2.5rem;
}
}
.carousel-control-next, .carousel-control-prev {
	z-index: 1;
}
.stage-content-container {
	z-index: 2;
}
.stage-content-container a.stage-content-btn {
	z-index: 3;
}
.carousel-caption {
    position: relative;
	background-color: #303c49;
	right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    color: #acb1b6;
    font-family: MAN-bold,Arial,sans-serif;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left:40px;
	padding-right:40px;
    text-align: left;
    text-shadow: none;
	height:213px;
	font-size: 32px;
}
.stage-visual-container { 
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0px 3px 0px 3px;
    background-color: #e2e3e4;
    border: none;
}
.carousel-indicators li.active {
    margin: 0px 3px 0px 3px;
}
.carousel-indicators .active {
    background-color: #e40045;
}
a.strokebut {
    border: #838a92 solid 1px;
    line-height: 16px;
	padding: 10px 15px;
    font-size: 12px;
    border-radius: 4px;
	display:inline-block;
} 
a:hover.strokebut {
    background-color:#222;
} 
@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators.twenty{
    bottom: 20px; 
}
}
@media screen and (max-width: 1012px) {
    #js_nav-container-level-1 {
    display: none;
}
.carousel-caption {
	font-size: 20px;
}
}
@media screen and (max-width: 768px) {
.carousel-caption {
	font-size: 14px;
}
a.strokebut {
    margin-top:20px;
	
} 
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #d6d8db;
    background-color: #303c49;
    border-color: #303c49;
    cursor: default;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 10px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #303c49;
    background-color: #fff;
    border: 1px solid #d6d8db;
    margin-left: -1px;
}
.news-detail ul {
	list-style-type: none;
}
.news-detail ul li {
	padding-left:0;
	margin-left:0;
}
.news-detail li:before {
    content: '';
    height: 6px;
    width: 6px;
    background: #E40045;
    position: relative;
    left: -12px;
    top: -2px;
    margin-right: -6px;
}
.modal-content {
	background: #FFF;
	border-radius: 0;
}
.inputtextarea, .inputtext, select {
    display: block;
    width: 100%;
    height: 43px;
	margin-bottom:10px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #303C49;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.inputtextarea{
    height: 150px;
}
.bx_ordercart .bx_ordercart_order_pay_center span, .bx_ordercart .bx_ordercart_order_pay_center a {
    line-height: 25px;
}
#order_form_content .label {
	padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #303C49;
}
.functional-divider-header {
    border-top: 4px solid #e40045;
}
.teaser_fin {
    overflow: hidden;
    margin-bottom: 20px;
}
.teaser_fin .btn.btn-outline-primary{
    width:100%;
}
.teaser_fin .main-block span {
	font-size: 26px;
    font-family: MAN-bold, Arial, sans-serif;
    text-transform: uppercase;
}
.tab-module {
	 margin-bottom: 20px;
}
.teaser_fin h3 {
    margin: 15px;
    padding: 0;
}
.teaser_fin a.internal {
    margin: 15px;
	display:block;
}
/**
 * heights of main page elements for fullscreen calculation
 */
.tab-module {
    background-color: #F0F1F2;
}

.tab-module.bg-img {
    background-size: cover;
    background-position: bottom left;
}

.tab-module .nav > li > a:hover,
.tab-module .nav > li > a:focus {
    background-color: transparent;
    color: #E40045;
}

.tab-module .slick-list:before, .tab-module .slick-list:after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    background: red;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.tab-module .slick-list:before {
    left: 0;
    background: linear-gradient(to right, #F0F1F2 0%, rgba(226, 227, 228, 0) 100%);
}

.tab-module .slick-list:after {
    right: 0;
    background: linear-gradient(to left, #E2E3E4 0%, rgba(226, 227, 228, 0) 100%);
}

.tab-module .slick-prev {
    left: -16px;
}

.tab-module .slick-next {
    right: -16px;
}

.tab-module .tab-pane {
    padding: 0 15px 15px 15px;
}

.tab-module .tab-pane .bg-white {
    padding: 0 15px;
}

.tab-module .tab-pane .bg-white.editorial-content + .editorial-content {
    padding-top: 20px;
}

.tab-module .tab-pane .bg-white.editorial-content picture {
    margin-bottom: 0;
}

.tab-module .tab-pane .bg-white:first-child {
    padding-top: 15px;
}

.tab-module .tab-pane .bg-white:last-child {
    padding-bottom: 15px;
}

.tab-module .tab-pane .bg-white:last-child > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .tab-module .tab-pane .singlecol-slider {
        margin-top: 32px;
    }

    .tab-module .tab-pane .singlecol-slider .slick-arrow {
        top: -32px;
    }
}

.tab-module hr {
    margin: 15px 0;
}

.nav-tabs {
    overflow: hidden;
}

.slick-prev,
.slick-next {
    margin-top: 0;
}

.onepager .tab-module {
    background: transparent;
}

.onepager .tab-module.bg-img {
    background-size: cover;
    background-position: bottom left;
}

.onepager .tab-module ul.nav-tabs {
    border-bottom: 1px solid #D6D8DB;
    margin-bottom: 40px;
}

.onepager .tab-module .nav > li > a {
    padding: 10px 0;
    margin: 0 30px 0 0;
}

.onepager .tab-module .nav > li > a:focus, .onepager .tab-module .nav > li > a:hover {
    text-decoration: none;
}

.onepager .tab-module .tab-pane {
    padding: 0;
}

.onepager .tab-module ul.slick-dots {
    border-bottom: none;
}

.onepager .tab-module .slick-list:before,
.onepager .tab-module .slick-list:after {
    background: none;
}

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

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

.nav:after {
    clear: both;
}

.nav > li, .nav .slick-slide {
    position: relative;
    display: block;
}

.nav > li > a, .nav .slick-slide > a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 15px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .slick-slide > a:hover, .nav .slick-slide > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs.slick-slider {
    padding-left: 20px;
    padding-right: 20px;
}

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

.nav-tabs > li > a,
.nav-tabs .slick-slide > a {
    line-height: 1.428571429;
    position: relative;
}

.nav-tabs > li > a::after,
.nav-tabs .slick-slide > a::after {
    position: absolute;
    content: '';
    height: 4px;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    /*background: #E40045;*/
    transition: left .2s ease-in 50ms, right .2s ease-in 50ms, opacity 70ms ease 50ms;
}

.nav-tabs > li > a:hover:after,
.nav-tabs .slick-slide > a:hover:after {
    opacity: 1;
    left: 0;
    right: 0;
}

.nav-tabs > li.active > a,
.nav-tabs .slick-slide.active > a {
    /*color: #E40045;*/
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs .slick-slide.active > a,
.nav-tabs .slick-slide.active > a:hover,
.nav-tabs .slick-slide.active > a:focus {
    cursor: default;
}

.nav-tabs > li.active > a:after,
.nav-tabs .slick-slide.active > a:after {
    opacity: 1;
    left: 0;
    right: 0;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}
.nav-tabs>li>a {
	font-size: 30px;
    font-family: MAN-bold, Arial, sans-serif;
    text-transform: uppercase;
	margin-right:30px;
}
@media (max-width: 1013px) {
.nav-tabs>li>a {
	font-size: 14px;
}	
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: rgba(255,255,255,0);
    border: 0px solid transparent;
    border-bottom-color: rgba(255,255,255,0);
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav > li > a, .nav .slick-slide > a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0px;
}
.thumbnail {
    border-radius: 0px;
}
.functional-divider-header {
    border-top: 4px solid #e40045;
}
.thumbnail {
    display: block;
    padding: 15px;
    margin-bottom: 21px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #d6d8db;
    border-radius: 0;
    transition: border .2s ease-in-out;
}
.editorial-content ul li {
    position: relative;
    margin: 0 0 0.75rem;
}
.editorial-content ul.pagination li {
	height: auto;
}
.editorial-content ul li:before {
    background-color: #e40045;
    content: '';
    display: block;
    height: 1.4rem;
    left: 0px;
    position: absolute;
    width: 0.375rem;
}
.editorial-content ul.pagination:not(.js_nav-tabs) > li:before {

	display:none;
}
input[name="form_checkbox_polit[]"] {
    transform: scale(2);
    position: absolute;
    margin-top: -125px;
}
.news-item {
	width:100%;
	padding:15px 15px 15px 0px;
	height:230px;
}
.news-item .h3{
	font-size:20px;
}
.news-img {
	width:100%;
	height:230px;
}	
.act-img {
    width: 100%;
    min-height: 250px;
}
.act-block {
	padding:15px;
	min-height:300px;
}
.main-news-item {
	margin-bottom:20px;
	position:relative;
}
.news-link {
	position: absolute;
    bottom: 15px;
	width:100%;
}
.mobile-header {
	display:none;
	height:60px;
	padding-left:15px;
}
.logo-mobile img{
	float:right;
	height:60px;
}
.mobile-basket {
	float:right;
	padding:20px 10px 0px 0px;
	font-size:12px;
}

@media (max-width: 1013px) {
.mobile-basket {
	float:right;
	padding:5px 10px 0px 0px;
	font-size:12px;
}
.news-item, .news-img{
	float:none;
	width:100%;
}
.news-item{
padding:15px 15px 15px 15px;

}

#page-head, #main-navigation{
	display:none;
}
.mobile-header {
	display:block;
}

}
a.head-phone {
	position: absolute;
    right: 263px;
    top: 10px;
	display:block;
}
a.head-phone i {
	font-size:12px;
}
.sogl {
    font-size: 12px;
    padding: 0px 15px 15px 15px;
}
.g-recaptcha {
    float: left;
    margin: 0px 15px 15px 0px;
}
.fromform {
    width: 100%;
    text-align: center;
}

.head-phones {
    position: absolute;
    right: 250px;
    top: 5px;
	color: #838a92;
    font-size: 10px;
	line-height:14px;
}
.head-phones a{
	color: #303C49;
    font-size: 12px;
}

.head-phones .first, .head-phones .second, .head-phones .third{
    display:inline-block;
	padding-right:15px;
}
.head-phones .third a{
    border-bottom:1px dotted #303C49;
}
button.close {
	border: none;
    background-color: unset;
    font-size: 38px;
    line-height: 30px;
}
.btn.btn-outline-primary {
    border-width: 1px;
    padding: calc(1rem - 1px) calc(1rem - 1px);
    color: #303c49;
    border-color: #303c49;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.btn.btn-outline-primary:hover {
    background-color: #ebebeb;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled).active, .btn.btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn.btn-outline-primary.dropdown-toggle {
    color: #303c49;
    background-color: #fff;
    border-color: #303c49;
}
.main-block, .contact-block {
	padding:0px;
	text-align:justify;
}
.main-block span, .contact-block span{
	font-size: 22px;
	line-height:50px;
	text-align:left;
}
.contact-block {
	background-color:#F4F5F6;
	padding:15px;
	position: relative;
}
.editorial-content h3 {
	font-size: 26px;
    font-family: MAN-bold, Arial, sans-serif;
    text-transform: uppercase;
}
.qest {
	background-color:#F4F5F6;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:50px;
	margin-bottom:50px;
}
.item-bracket.item-bracket-left {
    border-right-width: 0;
    margin-right: 0.375rem;
}
.item-wrapper .item-container {
    padding: 1.625rem 0;
    width: 100%;
}
.item-wrapper, .item-wrapper .item-container .h3{
    margin-bottom:20px;
}
.item-bracket.item-bracket-right {
    border-left-width: 0;
    margin-left: 0.375rem;
}
.item-bracket {
    border-color: #abb6c3;
    border-style: solid;
    border-width: 0.125rem;
    width: 1.125rem;
}

.tabs-nav {
    border-bottom: 1px solid #cbd3dc;
    margin: 0px 0px 40px 0px;
    padding-right: 0;
}
.tabs-nav .nav-link {
    text-transform:uppercase;
	font-weight: 700;
    letter-spacing: .0775rem;
	color: #303c49;
}
@media screen and (max-width: 600px){
.tabs-nav .nav-link {
    letter-spacing: unset;
	font-size:14px;
}
}
.tabs-nav .nav-link.active {
    border-bottom: 2px solid #e40045;
	border-top: 2px solid #FFF !important;
	border-left: 2px solid #FFF !important;
	border-right: 2px solid #FFF !important;
	color: #e40045;
}
.nav-tabs .nav-link {
	border-top: 2px solid #FFF !important;
	border-left: 2px solid #FFF !important;
	border-right: 2px solid #FFF !important;
	border-bottom: 2px solid #FFF;	
}
.tabs-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: unset;
}

[class*=" icon-"]:before,[class^=icon-]:before{font-family:icon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-list-compare:before{content:"\e95a"}.icon-panorama:before{content:"\e957"}.icon-overlay-turntable:before{content:"\e956"}.icon-camera:before{content:"\e955"}.icon-calendar:before{content:"\e901"}.icon-cart:before{content:"\e902"}.icon-checkmark:before{content:"\e903"}.icon-client-business:before{content:"\e904"}.icon-close:before{content:"\e905"}.icon-crosshair:before{content:"\e906"}.icon-download:before{content:"\e907"}.icon-edit:before{content:"\e908"}.icon-eye:before{content:"\e909"}.icon-favorite-filled:before{content:"\e90a"}.icon-favorite-outline:before{content:"\e90b"}.icon-fax:before{content:"\e90c"}.icon-filter-list:before{content:"\e90d"}.icon-filter:before{content:"\e90e"}.icon-folder:before{content:"\e90f"}.icon-globe:before{content:"\e910"}.icon-image:before{content:"\e911"}.icon-info:before{content:"\e912"}.icon-language:before{content:"\e913"}.icon-level:before{content:"\e914"}.icon-list:before{content:"\e915"}.icon-location:before{content:"\e916"}.icon-mail:before{content:"\e917"}.icon-maximize:before{content:"\e918"}.icon-menue:before{content:"\e919"}.icon-microphone:before{content:"\e91a"}.icon-minus:before{content:"\e91b"}.icon-open:before{content:"\e91c"}.icon-phone:before{content:"\e91d"}.icon-pin:before{content:"\e91e"}.icon-plus:before{content:"\e91f"}.icon-print:before{content:"\e920"}.icon-quote-end:before{content:"\e921"}.icon-quote-start:before{content:"\e922"}.icon-reset:before{content:"\e923"}.icon-result:before{content:"\e924"}.icon-rss:before{content:"\e925"}.icon-search-save:before{content:"\e926"}.icon-search:before{content:"\e927"}.icon-services:before{content:"\e928"}.icon-share:before{content:"\e929"}.icon-sign-out:before{content:"\e92a"}.icon-stopwatch:before{content:"\e92b"}.icon-thumb:before{content:"\e92c"}.icon-trash:before{content:"\e92d"}.icon-turn-left:before{content:"\e92e"}.icon-usermanagement:before{content:"\e92f"}.icon-workshop:before{content:"\e930"}.icon-zoom-in:before{content:"\e931"}.icon-zoom-out:before{content:"\e932"}.icon-doc-document:before{content:"\e933"}.icon-doc-office:before{content:"\e934"}.icon-doc-original:before{content:"\e935"}.icon-doc-pdf:before{content:"\e936"}.icon-doc-web:before{content:"\e937"}.icon-arrow-full:before{content:"\e938"}.icon-arrow-line-thin:before{content:"\e939"}.icon-index:before{content:"\e954"}.icon-arrow-line-thin-left:before{content:"\e953"}.icon-arrow-line:before{content:"\e93a"}.icon-arrow-outline-after:after,.icon-arrow-outline:before{content:"\e93b"}.icon-overlay-360:before{content:"\e93c"}.icon-overlay-play:before{content:"\e93d"}.icon-overlay-replay:before{content:"\e93e"}.icon-bus-sideview-1:before{content:"\e93f"}.icon-bus-sideview-2:before{content:"\e940"}.icon-bus:before{content:"\e941"}.icon-industry-motor:before{content:"\e942"}.icon-mobile24:before{content:"\e943"}.icon-trailer:before{content:"\e944"}.icon-truck-sideview-1:before{content:"\e945"}.icon-truck-sideview-2:before{content:"\e946"}.icon-truck:before{content:"\e947"}.icon-van-sideview-1:before{content:"\e948"}.icon-van:before{content:"\e949"}.icon-facebook:before{content:"\e94a"}.icon-flickr:before{content:"\e94b"}.icon-instagram:before{content:"\e94c"}.icon-linkedin:before{content:"\e94d"}.icon-twitter:before{content:"\e94e"}.icon-whatsapp:before{content:"\e94f"}.icon-xing:before{content:"\e950"}.icon-youtube:before{content:"\e951"}.icon-youtube-1:before{content:"\e951"}.icon-youtube-2:before{content:"\e952"}.icon-vk:before{content:"\e958"}.icon-ok:before{content:"\e959"}.icon-placeholder:before{content:"\e900"}