@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f55b92ac-65d4-425f-ae11-28d26463110c");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

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

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

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

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

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

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

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

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

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

small {
    font-size: 80%; }

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

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

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

figure {
    margin: 1em 40px; }

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

pre {
    overflow: auto; }

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

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

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

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

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

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

input {
    line-height: normal; }

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

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

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

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

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

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

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

td,
th {
    padding: 0; }

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

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

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

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

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

a {
    color: #337ab7;
    text-decoration: none; }
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
    margin: 0; }

img {
    vertical-align: middle; }

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%; }

h1, .h1 {
    font-size: 36px; }

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

h3, .h3 {
    font-size: 24px; }

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

h5, .h5 {
    font-size: 14px; }

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

p {
    margin: 0 0 10px; }

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
@media (min-width: 520px) {
    .lead {
        font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
    color: #a94442; }

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

.bg-primary {
    color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled {
    padding-left: 0;
    list-style: none; }

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
    margin-top: 0;
    margin-bottom: 20px; }

dt,
dd {
    line-height: 1.428571429; }

dt {
    font-weight: bold; }

dd {
    margin-left: 0; }

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

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

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

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

.initialism {
    font-size: 90%; }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container, .fixed-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container:before, .fixed-container:before, .container:after, .fixed-container:after {
    content: " ";
    display: table; }
.container:after, .fixed-container:after {
    clear: both; }
@media (min-width: 520px) {
    .container, .fixed-container {
        width: 100%; } }
@media (min-width: 765px) {
    .container, .fixed-container {
        width: 100%; } }
@media (min-width: 1010px) {
    .container, .fixed-container {
        width: 1010px; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

.row {
    margin-left: -15px;
    margin-right: -15px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 520px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-1 {
        width: 8.3333333333%; }
    .col-sm-2 {
        width: 16.6666666667%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-4 {
        width: 33.3333333333%; }
    .col-sm-5 {
        width: 41.6666666667%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-7 {
        width: 58.3333333333%; }
    .col-sm-8 {
        width: 66.6666666667%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-10 {
        width: 83.3333333333%; }
    .col-sm-11 {
        width: 91.6666666667%; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-pull-1 {
        right: 8.3333333333%; }
    .col-sm-pull-2 {
        right: 16.6666666667%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-4 {
        right: 33.3333333333%; }
    .col-sm-pull-5 {
        right: 41.6666666667%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-7 {
        right: 58.3333333333%; }
    .col-sm-pull-8 {
        right: 66.6666666667%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-10 {
        right: 83.3333333333%; }
    .col-sm-pull-11 {
        right: 91.6666666667%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-push-1 {
        left: 8.3333333333%; }
    .col-sm-push-2 {
        left: 16.6666666667%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-4 {
        left: 33.3333333333%; }
    .col-sm-push-5 {
        left: 41.6666666667%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-7 {
        left: 58.3333333333%; }
    .col-sm-push-8 {
        left: 66.6666666667%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-10 {
        left: 83.3333333333%; }
    .col-sm-push-11 {
        left: 91.6666666667%; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-offset-0 {
        margin-left: 0%; }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%; }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%; }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%; }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%; }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%; }
    .col-sm-offset-12 {
        margin-left: 100%; } }

@media (min-width: 765px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-1 {
        width: 8.3333333333%; }
    .col-md-2 {
        width: 16.6666666667%; }
    .col-md-3 {
        width: 25%; }
    .col-md-4 {
        width: 33.3333333333%; }
    .col-md-5 {
        width: 41.6666666667%; }
    .col-md-6 {
        width: 50%; }
    .col-md-7 {
        width: 58.3333333333%; }
    .col-md-8 {
        width: 66.6666666667%; }
    .col-md-9 {
        width: 75%; }
    .col-md-10 {
        width: 83.3333333333%; }
    .col-md-11 {
        width: 91.6666666667%; }
    .col-md-12 {
        width: 100%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-pull-1 {
        right: 8.3333333333%; }
    .col-md-pull-2 {
        right: 16.6666666667%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-4 {
        right: 33.3333333333%; }
    .col-md-pull-5 {
        right: 41.6666666667%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-7 {
        right: 58.3333333333%; }
    .col-md-pull-8 {
        right: 66.6666666667%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-10 {
        right: 83.3333333333%; }
    .col-md-pull-11 {
        right: 91.6666666667%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-push-1 {
        left: 8.3333333333%; }
    .col-md-push-2 {
        left: 16.6666666667%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-4 {
        left: 33.3333333333%; }
    .col-md-push-5 {
        left: 41.6666666667%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-7 {
        left: 58.3333333333%; }
    .col-md-push-8 {
        left: 66.6666666667%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-10 {
        left: 83.3333333333%; }
    .col-md-push-11 {
        left: 91.6666666667%; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-offset-0 {
        margin-left: 0%; }
    .col-md-offset-1 {
        margin-left: 8.3333333333%; }
    .col-md-offset-2 {
        margin-left: 16.6666666667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.3333333333%; }
    .col-md-offset-5 {
        margin-left: 41.6666666667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.3333333333%; }
    .col-md-offset-8 {
        margin-left: 66.6666666667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.3333333333%; }
    .col-md-offset-11 {
        margin-left: 91.6666666667%; }
    .col-md-offset-12 {
        margin-left: 100%; } }

@media (min-width: 1010px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-1 {
        width: 8.3333333333%; }
    .col-lg-2 {
        width: 16.6666666667%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-4 {
        width: 33.3333333333%; }
    .col-lg-5 {
        width: 41.6666666667%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-7 {
        width: 58.3333333333%; }
    .col-lg-8 {
        width: 66.6666666667%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-10 {
        width: 83.3333333333%; }
    .col-lg-11 {
        width: 91.6666666667%; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-pull-1 {
        right: 8.3333333333%; }
    .col-lg-pull-2 {
        right: 16.6666666667%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-4 {
        right: 33.3333333333%; }
    .col-lg-pull-5 {
        right: 41.6666666667%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-7 {
        right: 58.3333333333%; }
    .col-lg-pull-8 {
        right: 66.6666666667%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-10 {
        right: 83.3333333333%; }
    .col-lg-pull-11 {
        right: 91.6666666667%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-push-1 {
        left: 8.3333333333%; }
    .col-lg-push-2 {
        left: 16.6666666667%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-4 {
        left: 33.3333333333%; }
    .col-lg-push-5 {
        left: 41.6666666667%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-7 {
        left: 58.3333333333%; }
    .col-lg-push-8 {
        left: 66.6666666667%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-10 {
        left: 83.3333333333%; }
    .col-lg-push-11 {
        left: 91.6666666667%; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-offset-0 {
        margin-left: 0%; }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%; }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%; }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%; }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%; }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%; }
    .col-lg-offset-12 {
        margin-left: 100%; } }

table {
    background-color: transparent; }

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

th {
    text-align: left; }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0; }
.table > tbody + tbody {
    border-top: 2px solid #ddd; }
.table .table {
    background-color: #fff; }

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
@media screen and (max-width: 519px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #C8C8C8;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #999; }
.form-control::-webkit-input-placeholder {
    color: #999; }
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
    height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 40px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
        line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
        line-height: 46px; } }

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

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

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

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative; }
.has-feedback .form-control {
    padding-right: 50px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 520px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-static {
        display: inline-block; }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto; }
    .form-inline .input-group > .form-control {
        width: 100%; }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
        top: 0; } }

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

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

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
.form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
.btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
.btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
.fade.in {
    opacity: 1; }

.collapse {
    display: none; }
.collapse.in {
    display: block; }

tr.collapse.in {
    display: table-row; }

tbody.collapse.in {
    display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

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

.dropup,
.dropdown {
    position: relative; }

.dropdown-toggle:focus {
    outline: 0; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
.dropdown-menu.pull-right {
    right: 0;
    left: auto; }
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

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

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }

.open > .dropdown-menu {
    display: block; }

.open > a {
    outline: 0; }

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap; }

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }

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

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #C8C8C8;
    border-radius: 4px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.input-group-addon:first-child {
    border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.input-group-addon:last-child {
    border-left: 0; }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
.input-group-btn > .btn {
    position: relative; }
.input-group-btn > .btn + .btn {
    margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2; }
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
.nav:before, .nav:after {
    content: " ";
    display: table; }
.nav:after {
    clear: both; }
.nav > li {
    position: relative;
    display: block; }
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
.nav > li.disabled > a {
    color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.nav > li > a > img {
    max-width: none; }

.nav-tabs {
    border-bottom: 1px solid #ddd; }
.nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }

.nav-pills > li {
    float: left; }
.nav-pills > li > a {
    border-radius: 4px; }
.nav-pills > li + li {
    margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
    width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
@media (min-width: 520px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
@media (min-width: 520px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }

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

.tab-content > .active {
    display: block; }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0; }
    to {
        background-position: 0 0; } }

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0; }
    to {
        background-position: 0 0; } }

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
    background-color: #5cb85c; }
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
    background-color: #5bc0de; }
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
    background-color: #f0ad4e; }
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
    background-color: #d9534f; }
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
    padding: 15px; }
.panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
.panel-body:after {
    clear: both; }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit; }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }

.list-group + .panel-footer {
    border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

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

.panel-group {
    margin-bottom: 20px; }
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
.panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
    border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd; }
.panel-group .panel-footer {
    border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
    border-color: #ddd; }
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
    border-color: #337ab7; }
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
    border-color: #d6e9c6; }
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
    border-color: #bce8f1; }
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
    border-color: #faebcc; }
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
    border-color: #ebccd1; }
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.tooltip {
    position: absolute;
    z-index: 999;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0); }
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #3c3c3c;
    border-radius: 4px; }

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.popover.top {
    margin-top: -10px; }
.popover.right {
    margin-left: 10px; }
.popover.bottom {
    margin-top: 10px; }
.popover.left {
    margin-left: -10px; }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }

.popover-content {
    padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover > .arrow {
    border-width: 11px; }

.popover > .arrow:after {
    border-width: 10px;
    content: ""; }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px; }
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

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

.clearfix:after {
    clear: both; }

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

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

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

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

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

.hidden {
    display: none !important; }

.affix {
    position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 765px) and (max-width: 1009px) {
    .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: 765px) and (max-width: 1009px) {
    .visible-md-block {
        display: block !important; } }

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative; }

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0; }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0; }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block; }
.carousel-inner > .active {
    left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
.carousel-inner > .next {
    left: 100%; }
.carousel-inner > .prev {
    left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0; }
.carousel-inner > .active.left {
    left: -100%; }
.carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .left-arrow-img,
.carousel-control .right-arrow-img {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
.carousel-control .icon-prev:before {
    content: '\2039'; }
.carousel-control .icon-next:before {
    content: '\203a'; }
.carousel-control .left-arrow-img,
.carousel-control .right-arrow-img {
    display: -webkit-box;
    top: 40%; }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center; }
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 520px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px; }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px; }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px; }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px; }
    .carousel-indicators {
        bottom: 20px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none !important; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

.slick-arrow-left {
    height: 100%;
    position: absolute;
    width: 2%;
    z-index: 1;
    /* customized because gradient not required */
    /*background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: webkit-linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -moz-linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); */
    background-repeat: repeat-x;
    background: #fff;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.slick-arrow-right {
    width: 2%;
    z-index: 1;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    /* customized because gradient not required */
    /*background-image: linear-gradient(to left,rgba(0, 0, 0, 0.0001) 0,rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(to left,rgba(0, 0, 0, 0.0001) 0,rgba(0, 0, 0, 0.5) 100%);
    background-image: webkit-linear-gradient(to left,rgba(0, 0, 0, 0.0001) 0,rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(to left,rgba(0, 0, 0, 0.0001) 0,rgba(0, 0, 0, 0.5) 100%); */
    background-repeat: repeat-x;
    background: #fff;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.slick-arrow-left:hover,
.slick-arrow-left:focus,
.slick-arrow-right:hover,
.slick-arrow-right:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.4;
    background: #fff;
    filter: alpha(opacity=90); }

/* Slider */
.slick-loading .slick-list {
    background: #fff; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    display: none;
    cursor: default !important;
    pointer-events: none; }

.slick-prev:before, .slick-next:before {
    font-family: "osram-website-icons";
    font-size: 100px;
    color: #FF6600;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    position: absolute; }

.slick-prev {
    left: -48px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "m"; }
[dir="rtl"] .slick-prev:before {
    content: "j"; }

.slick-next {
    right: 52px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "j"; }
[dir="rtl"] .slick-next:before {
    content: "m"; }

/* Dots */
.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none !important;
    display: block !important;
    text-align: center;
    padding: 0;
    width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px !important;
    margin: 0 6px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    content: "r"; }
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: "r";
    width: 20px;
    height: 20px;
    font-family: "osram-website-icons";
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
    color: #3c3c3c;
    opacity: 1;
    content: "r";
    font-size: 30px;
    font-family: "osram-website-icons";
    line-height: 20px; }

/*!
 * Datepicker for Bootstrap v1.6.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    direction: ltr; }

.datepicker-inline {
    width: 220px; }

.datepicker.datepicker-rtl {
    direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px; }

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute; }

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff; }

.datepicker > div {
    display: none; }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #C8C8C8; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default; }

.datepicker table tr td.hihlighted {
    color: #000000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #000000;
    background-color: #afd9ee;
    border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
    color: #000000;
    background-color: #afd9ee;
    border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
    color: #000000;
    background-color: #afd9ee;
    border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
    color: #000000;
    background-color: #91cbe8;
    border-color: #298fc2; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
    background-image: none; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
    background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #999999; }

.datepicker table tr td.today {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #000000;
    background-color: #ffc966;
    border-color: #b37400; }

.datepicker table tr td.today:hover {
    color: #000000;
    background-color: #ffc966;
    border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
    color: #000000;
    background-color: #ffc966;
    border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
    color: #000000;
    background-color: #ffbc42;
    border-color: #b37400; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
    background-image: none; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733; }

.datepicker table tr td.today.focused {
    background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #999999; }

.datepicker table tr td.range {
    color: #000000;
    background-color: #F5F6F8;
    border-color: #bbbbbb;
    border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
    color: #000000;
    background-color: #c3c3c3;
    border-color: #7c7c7c; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
    background-image: none; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #F5F6F8;
    border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
    background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #F5F6F8;
    color: #999999; }

.datepicker table tr td.range.highlighted {
    color: #000000;
    background-color: #e4eef3;
    border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
    color: #000000;
    background-color: #a8c8d8;
    border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
    background-image: none; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #999999; }

.datepicker table tr td.range.today {
    color: #000000;
    background-color: #f7ca77;
    border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #000000;
    background-color: #f4b747;
    border-color: #815608; }

.datepicker table tr td.range.today:hover {
    color: #000000;
    background-color: #f4b747;
    border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
    color: #000000;
    background-color: #f4b747;
    border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
    color: #000000;
    background-color: #f2aa25;
    border-color: #815608; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
    background-image: none; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #999999; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555; }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #ffffff;
    background-color: #808080;
    border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
    color: #ffffff;
    background-color: #808080;
    border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
    color: #ffffff;
    background-color: #6e6e6e;
    border-color: #161616; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
    background-image: none; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #999999;
    border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd; }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #193c5a; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #ffffff;
    border-color: #FF6600;
    background-color: #FF6600; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
    background-image: none; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #428bca;
    border-color: #357ebd; }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }

.datepicker table tr td span:hover {
    background: #F5F6F8; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd; }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #193c5a; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
    color: #ffffff;
    background-color: #285e8e;
    border-color: #193c5a; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #428bca;
    border-color: #357ebd; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999; }

.datepicker .datepicker-switch {
    width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #F5F6F8; }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-group.date .input-group-addon {
    cursor: pointer; }

.input-daterange {
    width: 100%; }

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

.input-daterange input:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.input-daterange input:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    background-color: #E6E7E8;
    border: solid #C8C8C8;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px; }

.datepicker .prev,
.datepicker .next {
    font-family: osram-website-icons;
    font-size: 35px;
    padding: 0;
    max-width: 35px;
    height: 35px;
    color: #FF6600; }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
    min-height: 100%; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0); }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 1px;
    top: 0;
    margin-top: 35px;
    margin-left: 37px;
    border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 4px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 17px;
    border-bottom-width: 17px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 29px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 26px;
    border-right: 23px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 23px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

/*! jQuery UI - v1.11.4 - 2016-01-08
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none; }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse; }

.ui-helper-clearfix:after {
    clear: both; }

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */ }

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */ }

.ui-front {
    z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ui-slider {
    position: relative;
    text-align: left; }

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none; }

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit; }

.ui-slider-horizontal {
    height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
    left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
    width: .8em;
    height: 100px; }

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
    top: 0; }

/* Component containers
----------------------------------*/
/*
.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
*/
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #444444; }

.ui-widget-content a {
    color: #444444; }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #dddddd url("images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
    color: #444444;
    font-weight: bold; }

.ui-widget-header a {
    color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #dddddd;
    background: #f6f6f6 url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #0073ea; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #0073ea;
    text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #0073ea;
    background: #0073ea url("images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #ffffff;
    text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #dddddd;
    background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #ff0084; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ff0084;
    text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #444444; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #444444; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #ff0084;
    background: #ffffff;
    color: #222222; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #222222; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #222222; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none; }

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }

/* Overlays */
.ui-widget-overlay {
    background: #eeeeee;
    opacity: .8;
    filter: Alpha(Opacity=80);
    /* support: IE8 */ }

.ui-widget-shadow {
    margin: -4px 0 0 -4px;
    padding: 4px;
    background: #aaaaaa;
    opacity: .6;
    filter: Alpha(Opacity=60);
    /* support: IE8 */
    border-radius: 0px; }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */
/* Component containers
----------------------------------*/
/*
.ui-widget {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
}
*/
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #444444; }

.ui-widget-content a {
    color: #444444; }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #dddddd;
    color: #444444;
    font-weight: bold; }

.ui-widget-header a {
    color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #dddddd;
    background: #f6f6f6;
    font-weight: bold;
    color: #0073ea; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #0073ea;
    text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #0073ea;
    background: #0073ea;
    font-weight: bold;
    color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #ffffff;
    text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #dddddd;
    background: #ffffff;
    font-weight: bold;
    color: #ff0084; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ff0084;
    text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #444444; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #444444; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #ff0084;
    background: #ffffff;
    color: #222222; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #222222; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #222222; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none; }

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }

/* Overlays */
.ui-widget-overlay {
    background: #eeeeee;
    opacity: .8;
    filter: Alpha(Opacity=80);
    /* support: IE8 */ }

.ui-widget-shadow {
    margin: -4px 0 0 -4px;
    padding: 4px;
    background: #aaaaaa;
    opacity: .6;
    filter: Alpha(Opacity=60);
    /* support: IE8 */
    border-radius: 0; }

/*! jQuery-ui-Slider-Pips - v1.11.1 - 2015-11-30
* Copyright (c) 2015 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 1.4em; }

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
    display: none; }

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
    display: block; }

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
    width: 2em;
    height: 1em;
    line-height: 1em;
    position: absolute;
    font-size: 0.8em;
    color: #999;
    overflow: visible;
    text-align: center;
    top: 20px;
    left: 20px;
    margin-left: -1em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
    cursor: default; }

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
    background: #999;
    width: 1px;
    height: 3px;
    position: absolute;
    left: 50%; }

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -1em;
    width: 2em; }

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
    color: black;
    font-weight: bold; }

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
    margin-bottom: 1em;
    margin-right: 2em; }

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
    text-align: left;
    top: auto;
    left: 20px;
    margin-left: 0;
    margin-bottom: -0.5em; }

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
    width: 3px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0; }

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
    top: 50%;
    left: 0.5em;
    margin-left: 0;
    margin-top: -0.5em;
    width: 2em; }

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
    outline: none; }

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
    position: absolute;
    visibility: hidden;
    top: -40px;
    display: block;
    width: 34px;
    margin-left: -18px;
    left: 50%;
    height: 20px;
    line-height: 20px;
    background: white;
    border: 1px solid #888;
    text-align: center;
    /* font-size: 12px; */
    opacity: 0;
    color: #333;
    /*
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms;
  */ }

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    opacity: 1;
    top: -30px;
    visibility: visible;
    /*
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms;
  */ }

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
    top: 42px; }

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: 32px;
    font-weight: normal; }

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: white;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px; }

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: #888;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -5px; }

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-bottom-color: white;
    top: -10px; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-bottom-color: #888;
    top: -11px; }

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
    top: 50%;
    margin-top: -11px;
    width: 34px;
    margin-left: 0px;
    left: -60px;
    color: #333;
    /*
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
  */ }

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: 50%;
    margin-top: -11px;
    left: -50px; }

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
    left: 47px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    left: 37px; }

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: white;
    border-top-color: transparent;
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    right: -10px;
    margin-left: 0;
    top: auto;
    left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-left-color: #888;
    border-top-color: transparent;
    position: absolute;
    bottom: 50%;
    margin-bottom: -5px;
    right: -11px;
    margin-left: 0;
    top: auto;
    left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border: 5px solid rgba(255, 255, 255, 0);
    border-right-color: white;
    right: auto;
    left: -10px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    border: 5px solid rgba(255, 255, 255, 0);
    border-right-color: #888;
    right: auto;
    left: -11px; }

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
    font-weight: bold;
    color: #14CA82; }

.ui-slider-pips .ui-slider-pip-initial-2 {
    color: #1897C9; }

.ui-slider-pips [class*=ui-slider-pip-selected] {
    font-weight: bold;
    color: #FF7A00; }

.ui-slider-pips .ui-slider-pip-inrange {
    color: black; }

.ui-slider-pips .ui-slider-pip-selected-2 {
    color: #E70081; }

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    background: black; }

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #FF6600;
    border-color: transparent; }

.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
    width: 15px;
    height: 40px;
    top: -17px;
    background: url("../images/range-slider-handle.png") repeat-y; }
.ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle.ui-state-active {
    cursor: pointer;
    height: 30px;
    top: -12px; }

.ui-widget-content {
    background-color: #C8C8C8;
    border: none; }

.ui-slider-horizontal {
    height: 5px; }

.ui-slider .ui-slider-range {
    background-color: #666666; }

.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    background: none;
    border: none;
    color: #3c3c3c;
    top: -25px; }

.ui-slider-float .ui-slider-tip::before,
.ui-slider-float .ui-slider-tip::after {
    border: none; }

.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: -30px; }

.range-slider {
    margin-top: 40px;
    margin-bottom: 30px; }
.range-slider.standalone {
    margin-top: 60px; }

.ui-widget-content .ui-state-default {
    font-weight: normal; }

.range-slider-wrapper {
    overflow-x: hidden; }
@media screen and (min-width: 1010px) {
    .range-slider-wrapper {
        overflow-x: visible; } }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.38rem;
    color: #3c3c3c;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden; }
@media screen and (min-width: 1920px) {
    body {
        font-size: 1.23rem;
        line-height: 1.62rem; } }

.fixed-container {
    width: 980px !important; }

.text-wrapper .white {
    color: #FFF; }

a:hover, a:visited:hover {
    color: #666666;
    outline: 0;
    text-decoration: none;
    cursor: pointer; }
a:hover .icon, a:visited:hover .icon {
    color: #FF6600; }
a:hover .icon:before, a:visited:hover .icon:before {
    color: #FF6600; }

a:focus {
    color: #666666;
    outline: 0;
    text-decoration: none; }

a, a:visited {
    color: #666666;
    text-decoration: none;
    outline: 0; }

a.arrow-left:before {
    content: "j"; }

a.underlined {
    text-decoration: underline; }

.active a .icon:before {
    color: #FF6600; }

.nohover-dark,
.nohover-black {
    color: #3c3c3c; }

.nohover-light,
.nohover-gray {
    color: #666666; }

@media screen and (min-width: 1010px) {
    a:hover .nohover-dark {
        color: #3c3c3c; }
    a:hover .nohover-light {
        color: #E6E7E8; }
    a:hover .light-font > *:not(.nohover-light) {
        color: #FF6600; } }

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

@-ms-viewport {
    width: auto !important; }

::-webkit-scrollbar {
    -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
    width: 11px; }

::-webkit-scrollbar:horizontal {
    height: 11px; }

::-webkit-scrollbar-thumb {
    border: 2px solid white;
    /* should match background, can't be transparent */
    background-color: #C8C8C8; }

::-webkit-scrollbar-track {
    background-color: #fff; }

input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
input.form-control,
textarea.form-control {
    font-size: inherit; }
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    input.form-control,
    textarea.form-control {
        font-size: 16px; } }

.font-headline-text-bold.content-headline, .font-headline-text-bold.table-headline,
span.table-headline, .font-headline-text-bold.link-headline,
span.link-headline,
.font-headline-big.content-headline,
.font-headline.content-headline,
span.content-headline {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0; }
@media all and (max-width: 1920px) {
    .font-headline-text-bold.content-headline, .font-headline-text-bold.table-headline,
    span.table-headline, .font-headline-text-bold.link-headline,
    span.link-headline,
    .font-headline-big.content-headline,
    .font-headline.content-headline,
    span.content-headline {
        padding-top: 11px;
        padding-bottom: 11px; } }

.font-headline-text-bold.table-headline,
span.table-headline {
    margin-left: 15px; }

.orange {
    color: #FF6600; }

.white {
    color: #FFF; }

.gray {
    color: #666666; }

.black {
    color: #3c3c3c; }

.orange-dash-list {
    padding-left: 0; }
.orange-dash-list li:before {
    color: #FF6600;
    content: '\2014\00a0\00a0';
    /* em-dash followed by two non-breaking spaces */ }
.orange-dash-list li {
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }

.dash-list {
    padding-left: 0; }
.dash-list li:before {
    content: '\2014\00a0\00a0';
    /* em-dash followed by two non-breaking spaces */ }
.dash-list li {
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }

.icon-link-list .link-list-item, .tsr-icon-link-list .link-list-item {
    word-wrap: break-word;
    position: relative;
    padding: 10px 0 10px 30px;
    margin: 0; }
.icon-link-list .link-list-item a:hover, .tsr-icon-link-list .link-list-item a:hover {
    cursor: pointer; }
.icon-link-list .link-list-item span.icon, .icon-link-list .link-list-item img, .tsr-icon-link-list .link-list-item span.icon, .tsr-icon-link-list .link-list-item img {
    float: left;
    position: absolute;
    top: 0;
    left: -10px;
    margin: 0; }
.icon-link-list .link-list-item span.icon.icon-show-tooltip, .icon-link-list .link-list-item img.icon-show-tooltip, .tsr-icon-link-list .link-list-item span.icon.icon-show-tooltip, .tsr-icon-link-list .link-list-item img.icon-show-tooltip {
    margin-left: -9px; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .icon-link-list .link-list-item span.icon.icon-link-orange, .icon-link-list .link-list-item img.icon-link-orange, .tsr-icon-link-list .link-list-item span.icon.icon-link-orange, .tsr-icon-link-list .link-list-item img.icon-link-orange {
        top: 1px !important; } }

.gradient, button.button, a.link-btn, .navigation-wrapper ul .search-item form #nav-search-button, .navigation-wrapper ul .search-item form #nav-search-advanced-button, .burger-wrapper .burger-item, .search-layer, .search-layer #search-layer-search-button, .language-layer, .filter-marginal {
    background: -moz-linear-gradient(top, #FFF 0%, #E6E7E8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #E6E7E8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF 0%, #E6E7E8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF 0%, #E6E7E8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF 0%, #E6E7E8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #FFF 0%, #E6E7E8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E7E8', GradientType=0);
    /* IE6-9 */ }

.gradient-reverse, button.button:hover, a.link-btn:hover, .navigation-wrapper ul .search-item form #nav-search-button:hover, .navigation-wrapper ul .search-item form #nav-search-advanced-button:hover, .burger-wrapper .active, .search-layer #search-layer-search-button:hover {
    background: -moz-linear-gradient(top, #E6E7E8 0%, #FFF 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6E7E8), color-stop(100%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E6E7E8 0%, #FFF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E6E7E8 0%, #FFF 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E6E7E8 0%, #FFF 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #E6E7E8 0%, #FFF 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E7E8', endColorstr='#FFFFFF', GradientType=0);
    /* IE6-9 */ }

.gradient-splitted {
    background: -moz-linear-gradient(top, #EEEEEE 50%, #E6E7E8 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #EEEEEE), color-stop(50%, #E6E7E8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EEEEEE 50%, #E6E7E8 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EEEEEE 50%, #E6E7E8 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EEEEEE 50%, #E6E7E8 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, #EEEEEE 50%, #E6E7E8 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F6F8', endColorstr='#E6E7E8', GradientType=0);
    /* IE6-9 */ }

.gradient-bottom-horizontal {
    width: 100%;
    height: 5px;
    background: -moz-linear-gradient(top, #999999 0%, #FFF 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #999999 0%, #FFF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #999999 0%, #FFF 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #999999 0%, #FFF 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #999999 0%, #FFF 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#FFFFFF', GradientType=0);
    /* IE6-9 */ }

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }

.inside-full-height {
    /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }

.icon-arrow-right, .icon-arrow-left, .icon-arrow-right-inline {
    color: #666666;
    font-size: 35px;
    float: left;
    margin-top: -10px;
    margin-left: -13px;
    margin-right: -5px; }

.icon-arrow-right:before, .icon-arrow-left:before, .icon-arrow-right-inline:before {
    content: "g"; }

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

.icon-arrow-right-inline {
    margin-top: -7px;
    margin-bottom: -10px; }

.border-bottom {
    border-bottom: 1px solid #C8C8C8; }

.border-top {
    border-top: 1px solid #C8C8C8; }

.border-right {
    border-right: 1px solid #C8C8C8; }

hr {
    margin-top: 15px;
    margin-bottom: 15px; }

.more-hidden {
    display: none; }

.more-link,
.more-link:hover,
.more-link:active,
.more-link:focus {
    margin-left: 1em;
    text-decoration: underline; }

.more-link img {
    border: none; }

.tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: left;
    padding: 10px; }

.icon-show-tooltip-form {
    max-height: 20px;
    height: 20px;
    margin-top: -22px;
    display: inline-block;
    vertical-align: middle; }

.icon-show-tooltip-form:before {
    color: #F60;
    content: "D"; }

.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #C8C8C8;
    max-width: none; }
@media all and (max-width: 765px) {
    .popover .popover-image {
        max-width: 150px; } }

.dropdown ul.dropdown-menu {
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #C8C8C8;
    margin: -1px 0 0;
    width: 100%; }
.dropdown ul.dropdown-menu > li.selected > a {
    background-color: #666666;
    color: #E6E7E8; }
.dropdown ul.dropdown-menu > li > a {
    min-height: 40px;
    white-space: normal;
    vertical-align: middle;
    padding: 10px 20px; }
.dropdown ul.dropdown-menu > li:not(.selected) > a:focus,
.dropdown ul.dropdown-menu > li:not(.selected) > a:hover {
    color: #FF6600;
    background-color: #EEEEEE; }
.dropdown ul.dropdown-menu > li.menu-lbl {
    padding: 10px 20px;
    font-weight: bold;
    color: #999999; }

.dropdown-select-option {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%; }

.dropdown-select-option select {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 11px 10px;
    margin: 0;
    line-height: normal; }

.ie8 .dropdown-select-option select {
    padding-right: 3px; }

.dropdown-select-option select:focus {
    outline: none;
    border-color: #c8c8c8; }

.dropdown-select-option ::-ms-expand {
    display: none; }

.dropdown-select-option:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 6px solid #f60;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none; }

.panel-custom {
    background-color: #EEEEEE;
    border-radius: 0px !important;
    border: none !important; }
.panel-custom .panel-title {
    color: #3c3c3c;
    font-weight: bold !important; }

.margin-top-big {
    margin-top: 30px; }

.margin-top-heading {
    margin-top: 25px; }

.margin-top-content {
    margin-top: 64px; }

.margin-top-zero {
    margin-top: 0; }

.margin-top-negative-small {
    margin-top: -5px; }

.margin-top-normal {
    margin-top: 15px; }

@media screen and (max-width: 520px) {
    .margin-top-normal-mobile-big {
        margin-top: 30px; } }

.margin-bottom-normal {
    margin-bottom: 15px; }

.margin-bottom-zero {
    margin-bottom: 0; }

.margin-bottom-heading {
    margin-bottom: 25px; }

.margin-bottom-big {
    margin-bottom: 30px; }

.margin-bottom-large {
    margin-bottom: 60px; }

.margin-bottom-xl {
    margin-bottom: 100px; }
@media screen and (max-width: 1010px) {
    .margin-bottom-xl {
        margin-bottom: 30px; } }

@media screen and (max-width: 1010px) {
    .margin-bottom-big-mobile {
        margin-bottom: 30px; } }

@media screen and (max-width: 520px) {
    .margin-bottom-big-smaller-520 {
        margin-bottom: 30px; } }

@media screen and (max-width: 520px) {
    .margin-top-big-smaller-520 {
        margin-top: 30px; } }

@media screen and (max-width: 520px) {
    .margin-top-small-smaller-520 {
        margin-top: 15px; } }

@media screen and (max-width: 520px) {
    .margin-bottom-small-smaller-520 {
        margin-bottom: 15px; } }

@media screen and (max-width: 1010px) {
    .margin-top-heading-mobile {
        margin-top: 25px; } }

@media screen and (min-width: 400px) and (max-width: 764px) {
    .margin-top-heading-small {
        margin-top: 25px; } }

.margin-top-small {
    margin-top: 8px; }

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

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

.switch {
    padding: 5px;
    border: 1px solid #C8C8C8;
    height: 40px;
    box-sizing: border-box; }
.switch label.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 28px;
    width: 50%;
    float: left;
    padding: 0;
    line-height: 28px; }
.switch label.btn.active {
    background-color: #FF6600;
    color: #FFF; }
.switch input.switch-option {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none; }

/* hiding default radio button and checkbox */
input[type=radio], input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer; }

/* disable outline when clicked */
input[type=radio]:checked, input[type=radio]:focus,
input[type=checkbox]:checked, input[type=checkbox]:focus {
    outline: none !important; }

input[type=radio] + .lbl,
input[type=checkbox] + .lbl {
    position: relative;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    line-height: 20px;
    min-height: 20px;
    min-width: 14px;
    font-weight: normal; }

input[type=radio] + .lbl.padding-8::before,
input[type=checkbox] + .lbl.padding-8::before {
    margin-right: 8px; }

/* Styles for Radio button */
input[type=radio] + .lbl::before {
    font-family: osram-website-icons;
    content: "s";
    font-size: 35px;
    margin-right: 1px;
    /*margin-top: -5px;*/
    display: inline-block;
    vertical-align: middle;
    min-width: 40px;
    line-height: 20px;
    height: 20px;
    text-align: center; }

/* Checked state styles */
input[type=radio]:checked + .lbl::before {
    content: "t"; }

/* Basic Checkbox styles */
input[type=checkbox] + .lbl::before {
    font-family: osram-website-icons;
    content: "u";
    font-size: 40px;
    margin-right: 1px;
    /*margin-top: -5px;*/
    display: inline-block;
    vertical-align: middle;
    min-width: 40px;
    line-height: 20px;
    height: 20px;
    text-align: center; }

/* Checked state styles */
input[type=checkbox]:checked + .lbl::before {
    content: "v"; }

/* Hover state styles */
input[type=radio]:hover + .lbl::before,
input[type=checkbox]:hover + .lbl::before,
input[type=radio] + .lbl:hover::before input[type=checkbox] + .lbl:hover::before {
    cursor: pointer; }

/* Disabled state styles */
@media (min-width: 520px) {
    .form-horizontal .control-label {
        padding-top: 10px; } }

.state-error {
    color: #DC3C14; }

.error-text, .margin-top-nav-heading {
    margin-top: 5px; }

.has-error .form-control {
    border-color: #DC3C14;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.has-error .form-control:focus {
    border-color: #DC3C14;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

form label {
    font-weight: normal; }

form .radio-inline {
    padding-left: 0; }
form .radio-inline label {
    margin-bottom: 0; }

form .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #C8C8C8; }

.form-horizontal .radio-inline {
    padding-top: 0;
    padding-left: 0; }
.form-horizontal .radio-inline label {
    margin-bottom: 0;
    cursor: pointer; }

.form-horizontal .control-label {
    font-weight: normal; }

.form-inline label {
    font-weight: normal; }

.input-group-btn button {
    border-left: none; }

.border-all {
    border: 1px #C8C8C8 solid; }

input[type=checkbox] + .lbl, input[type=radio] + .lbl {
    padding-left: 43px; }

input[type=checkbox]:checked + .lbl::before, input[type=checkbox] + .lbl::before, input[type=radio]:checked + .lbl::before, input[type=radio] + .lbl::before {
    position: absolute;
    left: 0; }

.global-forms {
    margin-bottom: 15px; }

.check-content label {
    display: block;
    position: relative; }

.check-content input[type=checkbox],
.check-content input[type=radio] {
    left: 11px;
    top: 7px; }

.dropdown .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden; }

.visible-xs-400 {
    display: none; }
@media screen and (max-width: 400px) {
    .visible-xs-400 {
        display: block; } }

.float-social-on-left {
    float: left;
    padding-right: 30px;
    margin-top: 7px; }
.float-social-on-left img#social {
    width: 40px; }
.float-social-on-left img#social2 {
    width: 80px; }
.float-social-on-left + .floating-text {
    padding-left: 0; }

.float-social-on-right {
    float: right;
    padding-left: 30px;
    margin-top: 7px; }
.float-social-on-right img#social {
    width: 40px; }
.float-social-on-right img#social2 {
    width: 80px; }
.float-social-on-right + .floating-text {
    padding-right: 0;
    padding-left: 0; }

.img-center {
    margin: 0 auto; }

textarea {
    resize: both; }

.help-link {
    line-height: 30px; }
.help-link .icon-show-tooltip {
    float: left;
    margin-left: -8px;
    margin-right: 10px;
    width: 30px; }
.help-link .label {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle; }

.template-category > div {
    position: relative; }
.template-category > div .style-guide-header-column:hover {
    cursor: pointer !important; }
.template-category > div .icon {
    position: absolute;
    right: 10px;
    top: 20px; }

.no-margin {
    margin: 0; }

.clickblock-one-link {
    cursor: pointer; }
.clickblock-one-link:hover .action-btn {
    background-color: #FF6600;
    color: #FFF; }
.clickblock-one-link:hover .orange-action-btn {
    background-color: #FFF;
    color: #FF6600;
    border-color: #FFF; }
.clickblock-one-link:hover .white-action-btn {
    background-color: #FF6600;
    color: #FFF;
    border-color: #FF6600; }
.clickblock-one-link:hover .grey-action-btn {
    border: 1px solid #FF6600;
    color: #FFF;
    background-color: #FF6600; }
.clickblock-one-link:hover a {
    color: #FF6600; }
.clickblock-one-link:hover a.white {
    color: #666666; }
.clickblock-one-link:hover .icon-link-list.white a {
    color: #666666; }
.clickblock-one-link:hover .icon-link-list.orange a {
    color: #666666; }
.clickblock-one-link:hover .icon-link-list.gray a {
    color: #FF6600; }
.clickblock-one-link:hover .icon-link-list.black a {
    color: #FF6600; }

button:focus {
    outline: none; }

button.button, a.link-btn {
    display: inline-block;
    min-height: 40px;
    position: relative;
    border: 1px solid #C8C8C8;
    padding: 5px 15px; }
button.button:hover, a.link-btn:hover {
    color: #FF6600; }
button.button.button-action, a.button-action.link-btn {
    border-color: #FF6600;
    color: #FF6600; }
button.button.button-action:hover, a.button-action.link-btn:hover, button.button.button-action:active, a.button-action.link-btn:active {
    color: #FFF;
    background-color: #FF6600 !important; }
button.button.button-action:hover:before, a.button-action.link-btn:hover:before, button.button.button-action:active:before, a.button-action.link-btn:active:before {
    color: #FFF; }
button.button.button-action.mobile-hover-fix:hover, a.button-action.mobile-hover-fix.link-btn:hover, button.button.button-action.mobile-hover-fix.hover, a.button-action.mobile-hover-fix.hover.link-btn {
    background-color: #FFF !important;
    border: 1px solid #FF6600;
    color: #FF6600; }
button.button.button-action.mobile-hover-fix:hover:before, a.button-action.mobile-hover-fix.link-btn:hover:before, button.button.button-action.mobile-hover-fix.hover:before, a.button-action.mobile-hover-fix.hover.link-btn:before {
    color: #FF6600; }
button.button.button-disable, a.button-disable.link-btn {
    background-color: #C8C8C8 !important;
    border-color: #FF6600;
    cursor: not-allowed;
    pointer-events: none; }
button.button.with-icon, a.with-icon.link-btn {
    padding: 5px 15px 5px 40px; }
button.button.with-icon.icon-only, a.with-icon.icon-only.link-btn {
    padding-right: 0; }
button.button.with-icon:before, a.with-icon.link-btn:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 40px;
    width: 40px; }
button.button.with-icon-left, a.with-icon-left.link-btn {
    padding: 5px 40px 5px 15px; }
button.button.with-icon-left:before, a.with-icon-left.link-btn:before {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    line-height: 1;
    font-size: 40px;
    width: 40px; }
button.button.no-border, a.no-border.link-btn {
    border: none; }
button.button.no-bg, a.no-bg.link-btn, button.button.no-bg:hover, a.no-bg.link-btn:hover {
    background: none; }
button.button.button-dropdown, button.button button.button.button-text-left, a.link-btn button.button.button-text-left, button.button a.button-text-left.link-btn, a.link-btn a.button-text-left.link-btn, a.button-dropdown.link-btn {
    border: 1px solid #C8C8C8;
    background-color: #FFF; }
button.button.button-dropdown:hover, button.button button.button.button-text-left:hover, a.link-btn button.button.button-text-left:hover, button.button a.button-text-left.link-btn:hover, a.link-btn a.button-text-left.link-btn:hover, a.button-dropdown.link-btn:hover, button.button.button-dropdown:active, button.button button.button.button-text-left:active, a.link-btn button.button.button-text-left:active, button.button a.button-text-left.link-btn:active, a.link-btn a.button-text-left.link-btn:active, a.button-dropdown.link-btn:active {
    background-color: #FFF; }
button.button.button-dropdown .button-text, button.button button.button.button-text-left .button-text, a.link-btn button.button.button-text-left .button-text, button.button a.button-text-left.link-btn .button-text, a.link-btn a.button-text-left.link-btn .button-text, a.button-dropdown.link-btn .button-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-right: 25px;
    width: 90%;
    text-align: left; }
button.button.button-dropdown .button-icon, button.button button.button.button-text-left .button-icon, a.link-btn button.button.button-text-left .button-icon, button.button a.button-text-left.link-btn .button-icon, a.link-btn a.button-text-left.link-btn .button-icon, a.button-dropdown.link-btn .button-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    color: #FF6600; }
button.button .button-text-left, a.link-btn .button-text-left {
    border: none; }

a.link-btn {
    padding: 10px 15px; }
a.link-btn.grey-action-btn:focus {
    background-color: transparent;
    color: #3c3c3c;
    border: 1px solid #3c3c3c; }
a.link-btn.orange-action-btn {
    color: #FFF;
    background-color: #FF6600;
    border: 1px solid #FFF; }
a.link-btn.orange-action-btn:focus {
    background-color: #FFF;
    color: #FF6600;
    border-color: #FFF; }
a.link-btn.orange-action-hover-btn {
    color: #FFF;
    background-color: #FF6600;
    border: 1px solid #FFF; }
a.link-btn.orange-action-hover-btn:focus {
    background-color: #FFF;
    color: #FF6600;
    border-color: #FF6600; }
a.link-btn.orange-action-hover-btn:hover {
    background-color: #FFF;
    color: #FF6600;
    border-color: #FF6600; }
a.link-btn.white-action-btn {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF; }
a.link-btn.white-action-btn:focus {
    background-color: #FF6600;
    color: #FFF;
    border-color: #FF6600; }

.icon, .fonts-icons {
    line-height: 1;
    font-size: 40px;
    height: 40px; }

.icon-pdf {
    margin-left: -2px; }

.social-icon {
    width: 40px;
    height: 40px;
    vertical-align: top; }

.icon-file-blank:before {
    color: #666666;
    content: "J"; }

.icon-file-pdf:before {
    color: #666666;
    content: "K"; }

.icon-file-word:before {
    color: #666666;
    content: "L"; }

.icon-file-excel:before {
    color: #666666;
    content: "M"; }

.icon-file-zip:before {
    color: #666666;
    content: "N"; }

.icon-file-video:before {
    color: #666666;
    content: "P"; }

.icon-file-unk:before {
    color: #666666;
    content: "P"; }

.icon-file-image:before {
    color: #666666;
    content: "Q"; }

.icon-open-lightbox:before {
    color: #666666;
    content: "A"; }

.icon-show-tooltip:before {
    color: #666666;
    content: "D"; }

.icon-download:before {
    color: #666666;
    content: "X"; }

.icon-expand:before {
    content: "o"; }

.icon-collapse:before {
    content: "p"; }

.icon-video:before {
    content: "n";
    color: #FFF; }

.icon-slideshare:before {
    content: "Z";
    color: #FFF; }

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

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

.icon-zoom-reset:before {
    content: "A"; }

.icon-bulb-on:before {
    content: "w"; }

.icon-bulb-off:before {
    content: "x"; }

.icon-search:before {
    color: #666666;
    content: "c"; }

.icon-remove:before {
    color: #666666;
    content: "C"; }

.icon-jump-top:before {
    color: #666666;
    content: "E"; }

.icon-print:before {
    color: #666666;
    content: "F"; }

.icon-share:before {
    color: #666666;
    content: "I"; }

.icon-arrow-open-down:before, .icon-arrow-open-up:before {
    color: #666666;
    content: "h"; }

.icon-arrow-open-up:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.icon-arrow-open-right:before {
    color: #666666;
    content: "g"; }

.icon-zip:before {
    color: #666666;
    content: "N"; }

.icon-gear:before {
    color: #666666;
    content: "e"; }

.icon-no-image:before {
    color: #C8C8C8;
    content: "T"; }

.icon-link:before {
    color: #666666;
    content: "j"; }

.icon-link-orange:before {
    color: #FF6600;
    content: "j"; }

.icon-link-i:before {
    color: #666666;
    content: "i"; }

.icon-rss:before {
    color: #666666;
    content: "O"; }

.icon-mail:before {
    content: 'U';
    color: #666666; }

.icon-phone:before {
    content: 'V';
    color: #666666; }

.icon-fax:before {
    content: 'W';
    color: #666666; }

.icon-skype:before {
    content: 'X';
    color: #12a5F4 !important; }

.icon-bin:before {
    content: "Y";
    color: #666666; }

.icon-add-bookmark:before {
    content: "H";
    color: #666666; }

.icon-bookmarked:before {
    content: "G";
    color: #666666; }

.icon-calendar:before {
    content: "S";
    color: #666666; }

.icon-accessory:before {
    content: "0";
    color: #666666; }

.icon-respond:before {
    content: "2";
    color: #666666; }

.icon-retweet:before {
    content: "3";
    color: #666666; }

.icon-favorite:before {
    content: "4";
    color: #666666; }

.icon-leyk:before {
    content: "5";
    color: #666666; }

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

.icon-facebook:hover {
    color: #3b5998; }

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

.icon-linkedin:hover {
    color: #007bb6; }

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

.icon-twitter:hover {
    color: #00aced; }

.icon-google-plus:before {
    content: "\e037"; }

.icon-google-plus:hover {
    color: #dd4b39; }

.icon-pinterest-p:before {
    content: "\e038"; }

.icon-pinterest-p:hover {
    color: #CC2127; }

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

.icon-xing:hover {
    color: #00555C; }

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

.icon-youtube:hover {
    color: #C52F30; }

.icons-instagram:before {
    content: "\f16d"; }

.icons-instagram:hover {
    color: #FF6600; }

.fonts-icons {
    font-size: 30px;
    margin-right: 10px;
    display: inline-block;
    font: normal normal normal 30px ledvance-fonts-icons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscal; }

@media print {
    pre,
    blockquote {
        border: 1px solid #C8C8C8;
        page-break-inside: avoid; }
    table {
        max-width: 100% !important; }
    thead {
        display: table-header-group; }
    tr,
    img {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    p,
    .font-headline,
    .font-headline-text-bold {
        orphans: 3;
        widows: 3; }
    .font-headline,
    .font-headline-text-bold {
        page-break-after: avoid; }
    .navbar {
        display: none; }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #FFF !important; }
    .label {
        border: 1px solid #000; }
    .table {
        border-collapse: collapse !important; }
    .table td,
    .table th {
        background-color: #FFF !important; }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #C8C8C8 !important; }
    .container, .fixed-container {
        width: 100% !important; }
    .slick-slider .slick-prev:before,
    .slick-slider .slick-next:before {
        content: ""; }
    div.pf-image-carousel.slick-initialized.slick-slider,
    div.pd-image-carousel.slick-initialized.slick-slider {
        width: 440px;
        padding: 0; }
    .panel-group .panel-heading .icon {
        display: none; }
    .expand-print .panel-group .panel-collapse.collapse {
        display: block; }
    .tab-wrapper ul.tab-list {
        left: 50px !important; }
    .tab-wrapper ul.tab-list li:not(.active) {
        display: none !important; }
    .tab-scroller {
        display: none !important; }
    .is-more .more-ellipsis {
        display: none; }
    .is-more .more-hidden {
        display: initial; }
    .is-more .more-link {
        display: none; }
    .pd-gallery .image-gallery-lightbox {
        margin-top: 15px !important;
        margin-bottom: 15px !important; }
    .pd-gallery .col-eq-height {
        height: 300px !important;
        min-height: 300px !important; }
    .pd-gallery .pd-gallery-image {
        height: 260px !important;
        min-height: 260px !important; }
    .pd-gallery .pd-gallery-caption {
        min-height: 50px; }
    .icon-open-lightbox {
        display: none; }
    .footer-wrapper {
        width: 75%; }
    .footer-wrapper .footer-bottom {
        page-break-inside: avoid; }
    .footer-wrapper .footer-bottom .footer-copyright {
        height: 40px;
        margin-bottom: 50px; }
    .extend-teasers .extend-teaser {
        margin-bottom: 30px;
        height: 260px;
        max-height: 260px; }
    .extend-teasers .extend-teaser .extend-teaser-image {
        height: 260px;
        min-height: 260px; }
    .extend-teasers .extend-teaser .extend-teaser-image img {
        height: 200px;
        width: auto !important; }
    .extend-teasers .extend-teaser .extend-teaser-teaser, .extend-teasers .extend-teaser .extend-teaser-teaser-full {
        display: none !important; }
    .extend-teasers .extend-teaser .extend-teaser-teaser-full {
        display: block !important;
        margin-left: 20px; }
    .extend-teasers .no-image-teaser {
        height: 360px;
        max-height: 360px; }
    .extend-teasers .no-image-teaser .no-image {
        height: 200px;
        min-height: 200px;
        vertical-align: top; }
    .extend-teasers .no-image-teaser .icon-no-image:before {
        font-size: 100px !important;
        line-height: 200px; }
    .expandable-content,
    .expandable-content-2 {
        display: block !important; }
    button.reduce-button,
    button.expand-button {
        display: none !important; }
    .comparison-table-wrapper {
        overflow: visible !important; }
    .comparison-table-wrapper .comparison-table-parent {
        overflow: visible !important; }
    .comparison-table-wrapper .comparison-table-parent .table.fixed-column {
        display: none !important; }
    .partners .extend-teaser .extend-teaser-image img {
        width: auto !important;
        height: auto !important; }
    .mfp-wrap, .mfp-bg.mfp-ready {
        display: none; }
    .contact .contact-img {
        height: auto !important;
        width: 150px !important; }
    .os-product-search-results .table-responsive {
        overflow: visible !important; }
    .os-product-search-results .table.fixed-column {
        display: none !important; }
    .social-hub-row {
        height: auto !important; }
    .social-hub-row .social-hub-sizer {
        display: none; }
    .social-hub-row .social-hub-column {
        page-break-inside: avoid;
        position: relative !important;
        top: inherit !important;
        left: inherit !important; }
    .social-hub-load-more-button {
        display: none !important; } }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
html {
    font-size: 13px; }

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix");
    src: url("../fonts/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix") format("eot"), url("../fonts/0128d8b7-d00b-4315-8daa-970f97ecac64.woff2") format("woff2"), url("../fonts/803af1a9-a09b-4de5-ba36-e3d228fb5bc4.woff") format("woff"), url("../fonts/831880ae-4958-487d-bc2f-aa2c1a0636e7.ttf") format("truetype"), url("../fonts/3513edb4-f4ad-4340-85e6-0cea8ca12237.svg#3513edb4-f4ad-4340-85e6-0cea8ca12237") format("svg");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/5abe98e8-3e80-4fd6-b27b-6ec4c6385461.eot?#iefix");
    src: url("../fonts/5abe98e8-3e80-4fd6-b27b-6ec4c6385461.eot?#iefix") format("eot"), url("../fonts/c86f4d57-4caf-4c6f-9554-7926dd67e3f1.woff2") format("woff2"), url("../fonts/92c69f6c-0185-4eb2-800e-1ee3947ca4dd.woff") format("woff"), url("../fonts/e11c48d3-bed3-4b35-9d1e-1a5c7afe80e3.ttf") format("truetype"), url("../fonts/394a4a67-cf1b-44ee-a02e-68dc9752d99e.svg#394a4a67-cf1b-44ee-a02e-68dc9752d99e") format("svg");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/e276fe3d-01c5-4575-99f1-3fc0780d5417.eot?#iefix");
    src: url("../fonts/e276fe3d-01c5-4575-99f1-3fc0780d5417.eot?#iefix") format("eot"), url("../fonts/a61c00c6-86e7-4fa9-ac6b-476548df9cb8.woff2") format("woff2"), url("../fonts/7fd00069-f615-471e-8089-b0bab013cfd9.woff") format("woff"), url("../fonts/7c110d92-b5c8-416b-b5c6-5f1d6c3a720a.ttf") format("truetype"), url("../fonts/ee27a720-58cd-465f-b85c-1a5b5bdee597.svg#ee27a720-58cd-465f-b85c-1a5b5bdee597") format("svg");
    font-weight: bold;
    font-style: normal; }

.bold, .layer-menu .nav-col .text-bold, .burger-navigation-wrapper .burger-menu .nav-col .text-bold {
    font-weight: 700 !important; }

.italic, .em {
    font-style: italic; }

.font-headline-stage-teaser-bold,
.font-headline-stage-teaser,
.font-headline-page .font-headline,
.font-headline-text-bold {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500; }

.font-headline-stage-teaser,
.font-headline-stage-teaser-bold {
    font-size: 2.15rem;
    line-height: 2.61rem; }
@media screen and (max-width: 765px) {
    .font-headline-stage-teaser,
    .font-headline-stage-teaser-bold {
        font-size: 1.7rem;
        line-height: 2.3rem; } }
@media screen and (min-width: 1920px) {
    .font-headline-stage-teaser,
    .font-headline-stage-teaser-bold {
        font-size: 2.78rem;
        line-height: 3.23rem; } }

.font-headline-stage-teaser-bold {
    font-weight: bold; }

.font-headline-page {
    font-size: 1.62rem;
    line-height: 2.08rem; }
@media screen and (max-width: 765px) {
    .font-headline-page {
        font-size: 1.46rem;
        line-height: 1.85rem; } }
@media screen and (min-width: 1920px) {
    .font-headline-page {
        font-size: 1.92rem;
        line-height: 2.38rem; } }

.font-headline-stage-teaser-big {
    font-size: 3.23rem;
    line-height: 3.23rem; }
@media screen and (max-width: 765px) {
    .font-headline-stage-teaser-big {
        font-size: 2.77rem;
        line-height: 2.77rem; } }
@media screen and (min-width: 1920px) {
    .font-headline-stage-teaser-big {
        font-size: 3.70rem;
        line-height: 3.70rem; } }

.font-headline-stage-teaser-big-bold {
    font-weight: bold; }

.font-headline-big {
    font-size: 1.54rem;
    line-height: 1.85rem; }
@media screen and (min-width: 1920px) {
    .font-headline-big {
        font-size: 1.85rem;
        line-height: 2.16rem; } }

.font-headline {
    font-size: 1.15rem;
    line-height: 1.6rem; }
@media screen and (min-width: 1920px) {
    .font-headline {
        font-size: 1.34rem;
        line-height: 1.85rem; } }

.font-headline-text-bold {
    font-size: 1rem;
    line-height: 1.38rem;
    font-weight: bold; }
@media screen and (min-width: 1920px) {
    .font-headline-text-bold {
        font-size: 1.15rem;
        line-height: 1.62rem; } }

.font-text-standard-font-size-only,
.font-text-standard {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.38rem; }
@media screen and (min-width: 1920px) {
    .font-text-standard-font-size-only,
    .font-text-standard {
        font-size: 1.15rem;
        line-height: 1.62rem; } }

.font-text-small {
    font-size: 0.85rem;
    line-height: 1rem; }
@media screen and (min-width: 1920px) {
    .font-text-small {
        font-size: 1rem;
        line-height: 1.38rem; } }

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

@font-face {
    font-family: "ledvance-fonts-icons";
    src: url("../fonts/fontAwesome/fa-brands-400.eot");
    src: url("../fonts/fontAwesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontAwesome/fa-brands-400.woff") format("woff"), url("../fonts/fontAwesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontAwesome/fa-brands-400.svg#fa-brands-400") format("svg");
    font-weight: normal;
    font-style: normal; }

/*
@font-face {
  font-family: "ledvance-website-icons";
  src:url("../fonts/ledvance-website-icons.eot");
  src:url("../fonts/ledvance-website-icons.eot?#iefix") format("embedded-opentype"),
  url("../fonts/ledvance-website-icons.woff") format("woff"),
  url("../fonts/ledvance-website-icons.ttf") format("truetype"),
  url("../fonts/ledvance-website-icons.svg#ledvance-website-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ledvance-website-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ledvance-website-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
[data-icon]:before {
    font-family: "osram-website-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "osram-website-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

@font-face {
    font-family: "myledvancefont_light";
    src: url("../fonts/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix");
    src: url("../fonts/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix") format("eot"), url("../fonts/0128d8b7-d00b-4315-8daa-970f97ecac64.woff2") format("woff2"), url("../fonts/803af1a9-a09b-4de5-ba36-e3d228fb5bc4.woff") format("woff"), url("../fonts/831880ae-4958-487d-bc2f-aa2c1a0636e7.ttf") format("truetype"), url("../fonts/3513edb4-f4ad-4340-85e6-0cea8ca12237.svg#3513edb4-f4ad-4340-85e6-0cea8ca12237") format("svg");
    font-weight: 300;
    font-style: normal; }

.header-wrapper {
    background-color: #FF6600;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 1030; }
@media screen and (max-width: 1009px) {
    .header-wrapper {
        min-height: 60px;
        position: fixed;
        right: 0;
        left: 0;
        width: auto;
        margin-left: 0;
        margin-right: 0; } }

.header-wrapper-hidden {
    width: 100%;
    min-height: 60px;
    visibility: hidden;
    background-color: #FFF;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    /*.cookie-text {
		padding-left: 0;
		padding-right: 55px;
	} */ }

.page-header {
    padding: 0 !important;
    margin: 0 0 0 0px;
    border-bottom: none;
    height: 80px; }
@media screen and (min-width: 1010px) {
    .page-header {
        position: relative;
        background: #FF6600; } }
@media screen and (min-width: 1010px) {
    .page-header:after, .page-header:before {
        background: inherit;
        position: absolute;
        content: '';
        top: 0;
        width: 100%;
        height: 100%;
        right: 100%; } }
@media screen and (min-width: 1010px) {
    .page-header:after {
        left: 100%; } }
@media screen and (max-width: 1009px) {
    .page-header {
        margin-bottom: 0px;
        border-bottom: 1px solid #C8C8C8 !important;
        height: 61px; } }

.logo-title-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative; }

.page-logo {
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px; }
.page-logo img {
    height: 60px;
    width: auto; }
@media screen and (min-width: 1010px) {
    .page-logo img {
        height: 80px;
        width: auto; } }
@media screen and (max-width: 360px) {
    .page-logo img {
        height: 40px;
        margin: 10px 0px 10px 0px; } }

.page-title {
    padding-left: 18px;
    line-height: 60px !important;
    height: 60px;
    color: #FFF; }
@media screen and (min-width: 1010px) {
    .page-title {
        padding-left: 23px;
        line-height: 80px !important;
        height: 80px; } }

.cookie-wrapper {
    background-color: #666666;
    color: #E6E7E8;
    display: none;
    position: relative;
    z-index: 999;
    /*height:80px;*/
    left: 0;
    width: 100%; }
@media screen and (min-width: 1010px) {
    .cookie-wrapper:after, .cookie-wrapper:before {
        background: inherit;
        position: absolute;
        content: '';
        top: 0;
        width: 100%;
        height: 100%;
        right: 100%; } }
@media screen and (min-width: 1010px) {
    .cookie-wrapper:after {
        left: 100%; } }
.cookie-wrapper .cookie-frame {
    display: table; }
.cookie-wrapper .cookie-frame .cookie-button-wrapper {
    display: table-cell;
    width: 60px; }

.cookie-text {
    padding: 15px 70px 15px 15px;
    display: table-cell; }
.cookie-text a {
    text-decoration: underline;
    color: #FFF; }
.cookie-text a:hover {
    color: #FF6600; }

.cookie-button {
    height: 40px;
    width: 40px;
    border: 1px #E6E7E8 solid;
    background-color: #666666;
    color: #E6E7E8;
    position: absolute;
    bottom: 15px;
    right: 15px; }
@media screen and (min-width: 1217px) {
    .cookie-button {
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto; } }

.nojs-wrapper {
    background-color: #fadce2;
    color: #DC3C14;
    position: relative; }
.nojs-wrapper .nojs-frame {
    display: table; }

.nojs-text {
    padding: 15px 70px 15px 15px;
    display: table-cell; }

/* ******** Product detail pages for text is cut off */
@media (max-width: 575px) {
    .product-features-text {
        line-height: 16px; } }

@media (min-width: 576px) and (max-width: 767px) {
    .product-features-text {
        line-height: 21px; } }

@media (min-width: 768px) and (max-width: 991px) {
    .product-features-text {
        line-height: 16px; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .product-features-text {
        line-height: 16px; } }

@media (min-width: 1200px) and (max-width: 1316px) {
    .product-features-text {
        line-height: 17px; } }

@media (min-width: 1317px) and (max-width: 1627px) {
    .product-features-text {
        line-height: 18px; } }

@media (min-width: 1628px) {
    .product-features-text {
        line-height: 16px; } }

.header-wrapper.no-background .page-header {
    background-color: #FFF; }
.header-wrapper.no-background .page-header .page-logo img {
    padding: 10px 0; }

.header-wrapper.no-background #nav-search {
    color: #FF6600;
    background-color: #FFF;
    border-bottom: 1px solid #FF6600; }

.header-wrapper.no-background #nav-search-button {
    border: 1px solid #FFF;
    background-color: #FFF; }

.header-wrapper.no-background #nav-search-button-icon {
    color: #FF6600; }

.header-wrapper.no-background .lang-selec .active-language {
    color: #FF6600; }

@media all and (min-width: 1920px) {
    .footer-wrapper {
        height: 100px; } }

.footer-wrapper {
    padding-bottom: 10px;
    background-color: #EEEEEE;
    color: #666666; }
.footer-wrapper .meta-navigation {
    padding-top: 10px; }
.footer-wrapper .meta-navigation .nav-item {
    display: inline;
    width: auto;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0; }
.footer-wrapper .meta-navigation .nav-item a {
    color: #666666; }
@media screen and (min-width: 1010px) {
    .footer-wrapper {
        position: relative;
        background: #EEEEEE; } }
@media screen and (min-width: 1010px) {
    .footer-wrapper:after, .footer-wrapper:before {
        background: inherit;
        position: absolute;
        content: '';
        top: 0;
        width: 100%;
        height: 100%;
        right: 100%; } }
@media screen and (min-width: 1010px) {
    .footer-wrapper:after {
        left: 100%; } }
@media all and (max-width: 520px) {
    .footer-wrapper .meta-navigation .nav-item {
        padding: 10px;
        width: 50%; } }
@media all and (max-width: 1010px) {
    .footer-wrapper .meta-navigation {
        padding-left: 10px; }
    .footer-wrapper .social-icons {
        padding-left: 30px; }
    .footer-wrapper .footer-copyright {
        padding-left: 10px; } }
.footer-wrapper .footer-copyright {
    margin-top: 20px;
    float: left !important; }
.footer-wrapper .social-icons {
    margin-top: 10px; }
.footer-wrapper .social-icons .icon {
    font-size: 25px;
    margin-right: 10px; }
.footer-wrapper .social-icons a:hover {
    color: #666; }
.footer-wrapper .social-icons img {
    width: 30px;
    height: 30px;
    margin: 0 20px 20px 0; }

.print-wrapper {
    margin-top: 15px;
    padding-right: 15px; }
.print-wrapper button {
    float: right;
    z-index: 900; }

.all-social {
    position: relative; }

.share-dropdown-menu {
    display: none;
    bottom: -1px;
    position: absolute;
    min-width: 260px;
    left: auto;
    right: 0;
    padding: 20px 25px 20px 20px;
    background-color: #EEEEEE;
    z-index: 998;
    border: 1px solid #C8C8C8 !important; }
.share-dropdown-menu p {
    margin: 0px 25px 15px; }
.share-dropdown-menu .social-item {
    margin-bottom: 15px; }
.share-dropdown-menu .social-item .font-text-small {
    margin: 15px 0 0;
    text-align: center;
    color: #666666; }
.share-dropdown-menu img {
    width: 40px; }
.share-dropdown-menu .icon {
    color: #666666;
    font-size: 40px;
    float: left;
    margin-left: -14px; }
.share-dropdown-menu ul {
    padding: 15px 15px 25px 20px; }
.share-dropdown-menu li {
    list-style: none; }

.open .share-dropdown-menu {
    display: block; }

.open .icon-share {
    z-index: 999;
    background-color: #EEEEEE !important;
    border: 1px solid #C8C8C8 !important;
    border-top: 1px solid #EEEEEE !important; }

.footer-wrapper-orange {
    margin-top: 10px;
    padding: 18px;
    background-color: #FF6600;
    color: #FFF;
    text-align: center; }
@media screen and (min-width: 1010px) {
    .footer-wrapper-orange {
        position: relative;
        background: #FF6600; } }
@media screen and (min-width: 1010px) {
    .footer-wrapper-orange:after, .footer-wrapper-orange:before {
        background: inherit;
        position: absolute;
        content: '';
        top: 0;
        width: 100%;
        height: 100%;
        right: 100%; } }
@media screen and (min-width: 1010px) {
    .footer-wrapper-orange:after {
        left: 100%; } }
.footer-wrapper-orange button.button.button-action, .footer-wrapper-orange a.button-action.link-btn {
    border-color: #FFF;
    color: #FFF; }
.footer-wrapper-orange button.button.button-action:hover, .footer-wrapper-orange a.button-action.link-btn:hover {
    background-color: #FFF !important;
    color: #FF6600 !important; }
.footer-wrapper-orange:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.navigation-wrapper {
    width: 100%;
    height: 61px;
    line-height: 60px; }
.navigation-wrapper ul {
    display: block;
    list-style-type: disc;
    padding: 0 0 0; }
.navigation-wrapper ul li {
    list-style: none;
    display: inline;
    text-align: -webkit-match-parent;
    float: left; }
.navigation-wrapper ul li a {
    display: block;
    padding-left: 25px;
    padding-right: 25px; }
.navigation-wrapper ul li a .icon-nav {
    color: #FF6600;
    font-size: 45px;
    line-height: 1.6;
    margin-left: -10px; }
.navigation-wrapper ul li a:hover {
    background-color: #EEEEEE; }
.navigation-wrapper ul li a.layer-menu-item .icon-nav:before {
    content: "l"; }
.navigation-wrapper ul li a.layer-menu-item:hover .icon-nav:before {
    content: "k"; }
.navigation-wrapper ul li a.layer-menu-item {
    color: #666666 !important; }
.navigation-wrapper ul li a.layer-menu-item.active {
    color: #FF6600 !important;
    padding-left: 0px;
    padding-right: 0px; }
.navigation-wrapper ul li a.layer-menu-item.active .nav-text {
    padding: 0px 25px;
    background-color: #EEEEEE; }
.navigation-wrapper ul .active .icon-nav:before {
    content: "k" !important; }
.navigation-wrapper ul .nav-text {
    float: left;
    font-weight: bold;
    font-size: 16px; }
.navigation-wrapper ul .link-only-item {
    padding-right: 25px; }
.navigation-wrapper ul .link-only-item:hover {
    color: #FF6600 !important; }
.navigation-wrapper ul .home-item a {
    padding-left: 15px;
    padding-right: 5px; }
.navigation-wrapper ul .home-item a .icon-nav {
    color: #3c3c3c; }
.navigation-wrapper ul .home-item a .icon-nav:before {
    content: "a"; }
.navigation-wrapper ul .home-item a:hover {
    background-color: transparent !important; }
.navigation-wrapper ul .home-item a:hover .icon-nav {
    color: #FF6600; }
.navigation-wrapper ul .home-item a:hover .icon-nav:before {
    content: "a"; }
.navigation-wrapper ul .search-item {
    border-right: none;
    padding-right: 15px;
    margin-left: 25px; }
.navigation-wrapper ul .search-item form {
    margin-top: 10px; }
.navigation-wrapper ul .search-item form #nav-search {
    height: 40px;
    float: left;
    border: solid 1px #C8C8C8;
    padding-left: 15px;
    width: 85px; }
@media screen and (min-width: 1280px) {
    .navigation-wrapper ul .search-item form #nav-search {
        width: 250px; } }
.navigation-wrapper ul .search-item form #nav-search-button {
    padding: 0;
    width: 40px;
    height: 40px;
    border: solid 1px #C8C8C8;
    border-left: none;
    margin-right: 5px; }
.navigation-wrapper ul .search-item form #nav-search-button-icon {
    color: #FF6600;
    line-height: 1;
    font-size: 40px;
    margin-left: 0; }
.navigation-wrapper ul .search-item form #nav-search-button-icon:before {
    content: "c"; }
.navigation-wrapper ul .search-item form #nav-search-advanced-button {
    color: #FF6600;
    padding: 0;
    width: 40px;
    height: 40px;
    border: solid 1px #C8C8C8; }
.navigation-wrapper ul .search-item form #nav-search-advanced-button-icon {
    color: #FF6600;
    line-height: 1;
    font-size: 40px;
    margin-left: -1px; }
.navigation-wrapper ul .search-item form #nav-search-advanced-button-icon:before {
    content: "d"; }
.navigation-wrapper ul .meta-nav-item {
    display: none; }

.layer-menu {
    background-color: #FFF;
    display: none;
    width: 980px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    z-index: 1000;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 140px; }
.layer-menu .nav-border-right {
    border-right: 1px solid #EEEEEE; }
.layer-menu .nav-shadow {
    background: url(../images/shadow-navi-vertical-400.png) no-repeat 0 100%; }
.layer-menu .nav-col-white {
    background-color: #FFF; }
.layer-menu .nav-col-grey-6 {
    background-color: #EEEEEE; }
.layer-menu .nav-col-grey-3 {
    background-color: #999999; }
.layer-menu .nav-col-grey-4 {
    background-color: #C8C8C8; }
.layer-menu .nav-col {
    padding-bottom: 15px;
    min-height: 250px; }
.layer-menu .nav-col .font-headline {
    margin-top: 18px;
    font-weight: bold; }
.layer-menu .nav-col li {
    width: 100%;
    height: initial;
    line-height: 40px;
    border: none;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
.layer-menu .nav-col .nav-separator {
    border-top: solid 1px #C8C8C8;
    margin-top: 20px; }
.layer-menu .nav-col a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    line-height: 1;
    padding-bottom: 15px; }
.layer-menu .nav-col a .icon {
    height: 25px; }
.layer-menu .nav-col a:hover {
    color: #FF6600 !important;
    background-color: transparent; }
.layer-menu .nav-col a:hover {
    background-color: transparent; }
.layer-menu .nav-col .icon-arrow-open-right {
    color: #666666;
    font-size: 35px;
    float: left;
    margin-top: -10px;
    margin-left: -14px; }
.layer-menu .nav-col .icon-layer {
    color: #666666;
    font-size: 35px;
    float: left;
    margin-top: -10px;
    margin-left: -14px; }
.layer-menu .nav-col .icon-layer:before {
    content: "g"; }
.layer-menu .nav-col .text-layer {
    position: fixed; }
.layer-menu .nav-col .nav-top-news-carousel .slick-dots {
    top: 10rem;
    height: 40px;
    width: 100%;
    text-align: center; }
@media screen and (min-width: 1010px) and (max-width: 1720px) {
    .layer-menu .nav-col .nav-top-news-carousel .slick-dots {
        top: 9.5rem; } }
@media screen and (min-width: 1010px) and (max-width: 1520px) {
    .layer-menu .nav-col .nav-top-news-carousel .slick-dots {
        top: 8.5rem; } }
@media screen and (min-width: 1010px) and (max-width: 1370px) {
    .layer-menu .nav-col .nav-top-news-carousel .slick-dots {
        top: 7.5rem; } }
@media screen and (min-width: 1010px) and (max-width: 1220px) {
    .layer-menu .nav-col .nav-top-news-carousel .slick-dots {
        top: 6.5rem; } }
.layer-menu .nav-col .nav-top-news-carousel .slick-dots li {
    display: inline-block;
    float: none;
    vertical-align: bottom; }
.layer-menu .nav-col .nav-top-news-carousel a.nav-top-news-carousel-link {
    display: block;
    padding-top: 0px; }
.layer-menu .nav-col .nav-top-news-carousel .nav-top-news-image {
    max-height: 175px;
    width: 100%; }
@media screen and (min-width: 1010px) and (max-width: 1600px) {
    .layer-menu .nav-col .nav-top-news-carousel .nav-top-news-image {
        max-height: 155px; } }
@media screen and (min-width: 1010px) and (max-width: 1220px) {
    .layer-menu .nav-col .nav-top-news-carousel .nav-top-news-image {
        max-height: 127px; } }
.layer-menu .nav-col .nav-top-news-carousel p {
    line-height: 1.4;
    padding-left: 10px; }
.layer-menu .spotlight-col {
    padding: 0; }
.layer-menu .spotlight-col a {
    height: 100%;
    width: 100%; }
.layer-menu .spotlight-col .image-spotlight {
    width: 100%; }
.layer-menu .spotlight-col .text-spotlight {
    margin-top: 15px;
    color: #FFF;
    padding: 15px 10px; }
.layer-menu .bottom-row {
    border-top: 2px solid #EEEEEE;
    background-color: #C8C8C8; }
.layer-menu .bottom-row a, .layer-menu .bottom-row a:visited {
    color: #C8C8C8 !important; }
.layer-menu .bottom-row a .font-headline, .layer-menu .bottom-row a:visited .font-headline {
    color: #FFF; }
.layer-menu .bottom-row a:hover {
    color: #C8C8C8 !important; }
.layer-menu .bottom-col-hidden {
    visibility: hidden;
    height: 80px; }
.layer-menu .bottom-col {
    padding: 0; }
.layer-menu .bottom-col a {
    padding: 0;
    height: 100%;
    width: 100%;
    display: inline-block; }
.layer-menu .bottom-col a:hover {
    background-color: transparent; }
.layer-menu .bottom-col a:hover .font-headline {
    color: #FF6600; }
.layer-menu .bottom-col .icon {
    color: #FFF;
    font-size: 35px;
    float: left;
    margin: -4px -5px -20px -14px; }
.layer-menu .bottom-col .icon:before {
    color: #FFF; }
.layer-menu .bottom-col .teaser-image {
    width: 20%;
    height: 100%;
    float: left;
    margin-top: 0;
    margin-right: 15px; }
.layer-menu .bottom-col p {
    line-height: 1.4; }
.layer-menu .nav-col-teaser {
    padding: 0 !important;
    background-color: #C8C8C8; }
.layer-menu .nav-col-teaser .font-headline {
    margin-bottom: 30px;
    padding-left: 10px;
    color: #FFF; }
.layer-menu .nav-col-teaser a {
    padding-bottom: 0px; }

.meta-wrapper {
    height: 40px;
    line-height: 40px; }

.meta-navi {
    border-right: 1px solid #C8C8C8;
    padding-right: 25px;
    height: 40px; }

.search-box #nav-search {
    color: #FFF;
    background-color: #FF6600;
    line-height: 0px;
    height: 30px;
    margin: 25px 0px 25px 0px;
    float: left;
    border: 0;
    padding-left: 3px;
    width: 250px !important;
    font-size: 20px;
    transition: box-shadow 0.3s;
    outline: 0;
    -webkit-box-shadow: -7px 10px 0 -9px #FFFFFF,8px 10px 0 -9px #FFFFFF;
    box-shadow: -7px 10px 0 -9px #FFFFFF, 8px 10px 0 -9px #FFFFFF; }
.search-box #nav-search::-webkit-input-placeholder {
    color: #FFF; }
.search-box #nav-search::-moz-placeholder {
    color: #FFF; }
.search-box #nav-search:-ms-input-placeholder {
    color: #FFF; }

.search-box input#nav-search:focus {
    outline: none;
    box-shadow: -7px 10px 0px -9px #FFF, 8px 10px 0px -9px #FFF; }
.search-box input#nav-search:focus::-webkit-input-placeholder {
    color: #FFF; }
.search-box input#nav-search:focus::-moz-placeholder {
    color: #FFF; }
.search-box input#nav-search:focus:-ms-input-placeholder {
    color: #FFF; }

.search-box #nav-search-button-icon {
    color: #FFF;
    line-height: 1;
    font-size: 40px;
    margin-left: 0; }

.search-box #nav-search-button {
    padding: 0;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #FF6600;
    background-color: #FF6600;
    border-left: none;
    margin-right: 5px; }

.search-box #nav-search-button-icon:before {
    content: "c"; }

.lang-selec {
    position: relative; }
.lang-selec .open .active-language {
    color: #FF6600;
    background-color: #EEEEEE; }
.lang-selec .active-language {
    padding-right: 25px;
    color: #FFF;
    font-size: 20px;
    font-weight: 200;
    height: 80px;
    line-height: 80px;
    padding-left: 25px;
    height: 80px;
    line-height: 80px; }
.lang-selec .active-language a {
    color: #FFF; }
.lang-selec .active-language:hover {
    color: #FF6600;
    background-color: #EEEEEE; }
.lang-selec .language-dropdown-menu {
    display: none;
    position: absolute;
    min-width: 480px;
    left: auto;
    right: 0;
    background-color: #EEEEEE;
    z-index: 1000; }
.lang-selec .language-dropdown-menu .icon {
    color: #666666;
    font-size: 40px;
    float: left;
    margin-left: -14px; }
.lang-selec .language-dropdown-menu ul {
    padding: 15px 15px 25px 20px; }
.lang-selec .language-dropdown-menu li {
    list-style: none; }
.lang-selec .language-dropdown-menu select {
    cursor: pointer; }
.lang-selec .open .language-dropdown-menu {
    display: block;
    padding: 18px; }

.meta-nav-ul {
    display: block;
    list-style-type: disc;
    padding: 0 0 0; }

.meta-nav-li {
    list-style: none;
    border-left: 1px solid #3c3c3c;
    padding-left: 12px;
    margin-left: 12px;
    display: inline;
    text-align: -webkit-match-parent; }

.meta-nav-li-first {
    list-style: none;
    border-left: 0px solid #FFF;
    padding-left: 0px;
    display: inline;
    text-align: -webkit-match-parent; }

.burger-wrapper .burger-item {
    float: right;
    display: block;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    border-left: 1px solid #C8C8C8; }

.burger-wrapper .active {
    color: #FF6600 !important;
    border-bottom: 1px solid #FFF;
    height: 61px; }

.burger-wrapper a.burger-item:hover {
    color: #3c3c3c; }

.burger-wrapper .navigation {
    font-size: 40px; }
.burger-wrapper .navigation .icon:before {
    line-height: 1.5;
    content: "b"; }

.burger-wrapper .search {
    font-size: 40px; }
.burger-wrapper .search .icon:before {
    line-height: 1.5;
    content: "c"; }

.burger-navigation-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    z-index: 1010;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px; }
.burger-navigation-wrapper ul {
    display: block;
    width: 100%;
    padding-left: 0; }
.burger-navigation-wrapper ul li {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 50px;
    width: 100%;
    list-style: none;
    background: url(../images/shadow-navi-horizontal.png) no-repeat bottom;
    background-size: 100% 7px; }
.burger-navigation-wrapper ul li a {
    display: block; }
.burger-navigation-wrapper ul li a:hover, .burger-navigation-wrapper ul li a:focus {
    color: #3c3c3c !important; }
.burger-navigation-wrapper ul li .icon-nav {
    color: #FF6600;
    font-size: 45px;
    line-height: 1.3;
    margin-left: -17px;
    width: 10px;
    float: left; }
.burger-navigation-wrapper ul li .icon-nav:before {
    content: "l"; }
.burger-navigation-wrapper ul li .icon-nav-active:before {
    content: "k"; }
.burger-navigation-wrapper ul li .nav-text {
    padding-left: 15px;
    width: 100%;
    text-align: left;
    line-height: 50px;
    font-size: 16px; }
.burger-navigation-wrapper ul .meta-navi {
    border: none;
    padding-left: 0; }
.burger-navigation-wrapper ul .meta-nav-item {
    display: inline-block;
    background: transparent;
    margin-bottom: 60px; }
.burger-navigation-wrapper ul .meta-nav-item a:hover,
.burger-navigation-wrapper ul .meta-nav-item a:active {
    color: #FF6600 !important; }
.burger-navigation-wrapper ul .meta-nav-item .meta-nav-li,
.burger-navigation-wrapper ul .meta-nav-item .meta-nav-li-first,
.burger-navigation-wrapper ul .meta-nav-item .meta-nav-li-last {
    border: none;
    border-right: 1px solid #C8C8C8;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    background: transparent;
    float: left;
    width: auto;
    line-height: 20px; }
.burger-navigation-wrapper ul .meta-nav-item .meta-nav-li-last {
    border: none; }
.burger-navigation-wrapper ul .link-only-item .icon-nav:before {
    content: "j"; }
.burger-navigation-wrapper ul .home-item {
    display: none; }
.burger-navigation-wrapper ul .search-item {
    display: none; }
.burger-navigation-wrapper .col-height {
    float: left; }
.burger-navigation-wrapper .burger-menu {
    display: none;
    position: relative; }
.burger-navigation-wrapper .burger-menu .gradient, .burger-navigation-wrapper .burger-menu button.button, .burger-navigation-wrapper .burger-menu a.link-btn, .burger-navigation-wrapper .burger-menu .navigation-wrapper ul .search-item form #nav-search-button, .navigation-wrapper ul .search-item form .burger-navigation-wrapper .burger-menu #nav-search-button, .burger-navigation-wrapper .burger-menu .navigation-wrapper ul .search-item form #nav-search-advanced-button, .navigation-wrapper ul .search-item form .burger-navigation-wrapper .burger-menu #nav-search-advanced-button, .burger-navigation-wrapper .burger-menu .burger-wrapper .burger-item, .burger-wrapper .burger-navigation-wrapper .burger-menu .burger-item, .burger-navigation-wrapper .burger-menu .search-layer, .burger-navigation-wrapper .burger-menu .search-layer #search-layer-search-button, .search-layer .burger-navigation-wrapper .burger-menu #search-layer-search-button, .burger-navigation-wrapper .burger-menu .language-layer, .burger-navigation-wrapper .burger-menu .filter-marginal {
    background: transparent; }
@media screen and (min-width: 520px) and (max-width: 1010px) {
    .burger-navigation-wrapper .burger-menu .nav-border-right {
        border-right: 1px solid #C8C8C8; } }
.burger-navigation-wrapper .burger-menu .nav-shadow {
    background: url(../images/shadow-navi-vertical-flipped.png) no-repeat 0 100%; }
.burger-navigation-wrapper .burger-menu .nav-col-white {
    background-color: #FFF; }
@media screen and (max-width: 1010px) {
    .burger-navigation-wrapper .burger-menu .nav-padding-mobile {
        padding-bottom: 25px; } }
.burger-navigation-wrapper .burger-menu .nav-col .font-headline {
    margin-top: 0;
    border-bottom: solid 1px #C8C8C8; }
.burger-navigation-wrapper .burger-menu .nav-col li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    background: transparent; }
.burger-navigation-wrapper .burger-menu .nav-col .nav-separator {
    border-top: solid 1px #C8C8C8;
    margin-top: 20px; }
.burger-navigation-wrapper .burger-menu .nav-col a {
    min-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    line-height: 1; }
.burger-navigation-wrapper .burger-menu .nav-col a:hover {
    color: #FF6600 !important;
    background-color: transparent; }
.burger-navigation-wrapper .burger-menu .nav-col .icon-arrow-open-right {
    color: #666666;
    font-size: 35px;
    float: left;
    margin-top: -10px;
    margin-left: -28px; }
.burger-navigation-wrapper .burger-menu .nav-col .icon-layer {
    color: #666666;
    font-size: 35px;
    float: left;
    margin-top: -10px;
    margin-left: -28px; }
.burger-navigation-wrapper .burger-menu .nav-col .icon-layer:before {
    content: "g"; }
.burger-navigation-wrapper .burger-menu .nav-col .text-layer {
    position: fixed; }
.burger-navigation-wrapper .burger-menu .nav-col .text-bold {
    margin-left: -14px; }
.burger-navigation-wrapper .burger-menu .nav-col .nav-top-news-carousel {
    width: 50%; }
@media screen and (max-width: 765px) {
    .burger-navigation-wrapper .burger-menu .nav-col .nav-top-news-carousel {
        width: 60%; } }
@media screen and (max-width: 520px) {
    .burger-navigation-wrapper .burger-menu .nav-col .nav-top-news-carousel {
        width: 100%; } }
.burger-navigation-wrapper .burger-menu .nav-col .nav-top-news-carousel .slick-dots {
    top: 180px;
    height: 40px;
    width: 100%;
    text-align: center; }
.burger-navigation-wrapper .burger-menu .nav-col .nav-top-news-carousel .slick-dots li {
    display: inline-block;
    float: none; }
.burger-navigation-wrapper .burger-menu .nav-col .nav-top-news-carousel a.nav-top-news-carousel-link {
    display: block; }
.burger-navigation-wrapper .burger-menu .nav-col .nav-top-news-carousel .nav-top-news-image {
    height: 222px;
    width: auto; }
.burger-navigation-wrapper .burger-menu .nav-col .nav-top-news-carousel p {
    line-height: 1.4; }
.burger-navigation-wrapper .burger-menu .spotlight-col {
    background-color: #C8C8C8;
    padding: 0; }
.burger-navigation-wrapper .burger-menu .spotlight-col a {
    padding: 0 15px 30px 15px;
    height: 100%;
    width: 100%; }
.burger-navigation-wrapper .burger-menu .spotlight-col .font-headline {
    padding-top: 10px;
    margin-bottom: 15px;
    color: #FFF; }
.burger-navigation-wrapper .burger-menu .spotlight-col .text-spotlight {
    margin-top: 15px;
    color: #FFF;
    font-weight: bold; }
.burger-navigation-wrapper .burger-menu .spotlight-col .image-spotlight {
    width: 50%; }
@media screen and (max-width: 520px) {
    .burger-navigation-wrapper .burger-menu .spotlight-col .image-spotlight {
        width: 100%; } }
.burger-navigation-wrapper .burger-menu .bottom-row {
    background-color: #E6E7E8;
    border-top: 1px solid #C8C8C8; }
.burger-navigation-wrapper .burger-menu .bottom-col {
    padding: 0;
    border-bottom: 1px solid #C8C8C8; }
.burger-navigation-wrapper .burger-menu .bottom-col a {
    height: 100%;
    width: 100%;
    display: inline-block; }
.burger-navigation-wrapper .burger-menu .bottom-col a:hover {
    background-color: transparent; }
.burger-navigation-wrapper .burger-menu .bottom-col a:hover .font-headline {
    color: #FF6600; }
.burger-navigation-wrapper .burger-menu .bottom-col .hidden-teaser {
    display: none; }
.burger-navigation-wrapper .burger-menu .bottom-col .icon-teaser {
    color: #FF6600;
    font-size: 35px;
    float: left;
    margin: -6px -5px -20px -14px; }
.burger-navigation-wrapper .burger-menu .bottom-col .teaser-image {
    width: 20%;
    height: auto;
    float: left;
    margin-top: 0;
    margin-right: 15px; }
@media screen and (max-width: 520px) {
    .burger-navigation-wrapper .burger-menu .bottom-col .teaser-image {
        width: 40%; } }
.burger-navigation-wrapper .burger-menu .bottom-col p {
    line-height: 1.4; }

.stop-scrolling {
    height: 100%;
    overflow: hidden; }

.search-layer {
    display: none;
    width: 100%;
    text-align: left;
    z-index: 1010;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 61px;
    padding: 20px 0 0 0; }
.search-layer form {
    height: 60px;
    width: 100%; }
.search-layer #search-layer-search {
    height: 40px;
    float: left;
    border: solid 1px #C8C8C8;
    margin-left: 25%;
    padding-left: 15px;
    width: 250px; }
@media screen and (max-width: 520px) {
    .search-layer #search-layer-search {
        width: 80%;
        margin-left: 5%; } }
.search-layer #search-layer-search-button {
    padding: 0;
    width: 40px;
    height: 40px;
    border: solid 1px #C8C8C8;
    border-left: none;
    margin-right: 5px; }
.search-layer #search-layer-search-button-icon {
    color: #FF6600;
    line-height: 1;
    font-size: 40px;
    margin-left: 0; }
.search-layer #search-layer-search-button-icon:before {
    content: "c"; }
.search-layer #search-layer-link {
    margin-left: 15px;
    margin-right: 15px;
    border-top: #C8C8C8 1px solid; }
.search-layer #search-layer-link-list {
    display: block;
    width: 100%;
    padding: 15px 0 15px 0; }
.search-layer #search-layer-link-list li {
    line-height: 40px;
    width: 100%;
    list-style: none; }
.search-layer #search-layer-link-list li a {
    display: block;
    padding: 0 15px 0 15px;
    width: 100%; }
.search-layer #search-layer-link-list li .advanced-search-text {
    padding-left: 30px; }
.search-layer #search-layer-link-list li .icon-search-layer {
    color: #FF6600;
    font-size: 35px;
    float: left;
    margin-top: 3px;
    margin-left: -10px;
    width: 10px; }
.search-layer #search-layer-link-list li .icon-search-layer:before {
    content: "j"; }

.language-layer {
    display: none;
    width: 100%;
    text-align: left;
    z-index: 1020;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 61px;
    padding: 0 0 0 0; }

.teaser-left-50 {
    position: relative;
    margin-bottom: 25px; }
.teaser-left-50 .teaser-image {
    width: 100%; }
@media screen and (min-width: 520px) and (max-width: 1010px) {
    .teaser-left-50 .teaser-image {
        width: 50%; } }
.teaser-left-50 .teaser-layer {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
@media screen and (min-width: 520px) and (max-width: 1010px) {
    .teaser-left-50 .teaser-layer {
        width: 25%; } }
.teaser-left-50 a.teaser-link-full {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 0px; }
.teaser-left-50 .teaser-text {
    position: relative;
    padding: 30% 10px 10px 10px;
    line-height: 1.4; }
@media screen and (min-width: 520px) and (max-width: 1010px) {
    .teaser-left-50 .teaser-text {
        padding-top: 20%; } }

.menu-subitem {
    display: flex; }

.backdrop {
    background-color: #D9E1E8;
    opacity: 0.3;
    z-index: 9; }

.no-gutter-left {
    padding-left: 0; }

.breadcrumb-wrapper {
    height: 40px;
    margin-bottom: 30px;
    margin-left: 25px;
    width: 100%;
    overflow: hidden;
    font-family: Helvetica, sans-serif;
    font-size: 12px; }
@media screen and (max-width: 1009px) {
    .breadcrumb-wrapper {
        display: none; } }
.breadcrumb-wrapper .breadcrumb-content {
    float: left;
    width: 100%; }
.breadcrumb-wrapper .breadcrumb-marginal {
    float: right; }
.breadcrumb-wrapper .breadcrumb-title {
    float: left;
    line-height: 40px;
    height: 40px;
    margin-right: 10px;
    overflow: hidden; }
.breadcrumb-wrapper .breadcrumb-frame {
    float: left; }
.breadcrumb-wrapper #active {
    color: #FF6600; }
.breadcrumb-wrapper #active .icon {
    display: none; }
.breadcrumb-wrapper .breadcrumb {
    color: #666666;
    height: 40px;
    line-height: 40px;
    float: left;
    border-right: none;
    overflow: hidden; }
.breadcrumb-wrapper .breadcrumb .icon {
    margin-left: -10px;
    margin-right: -10px; }
.breadcrumb-wrapper .bcrumb-pts {
    display: none;
    overflow: hidden;
    float: left; }
.breadcrumb-wrapper .bcrumb-text {
    float: left;
    overflow: hidden;
    word-break: break-all; }
.breadcrumb-wrapper .bcrumb-text:hover {
    color: #FF6600; }
.breadcrumb-wrapper .brdcrmb-first {
    border-left: 1px #C8C8C8 solid; }
.breadcrumb-wrapper .breadcrumb-arw {
    float: left;
    width: 15px;
    height: 40px;
    border-bottom: 1px #C8C8C8 solid;
    border-top: 1px #C8C8C8 solid; }
.breadcrumb-wrapper .breadcrumb-arw img #brdcrmb-arw {
    width: 15px;
    height: 40px; }
.breadcrumb-wrapper .arw-last {
    border: none; }

.acrdn-wrap {
    border: 1px #C8C8C8 solid;
    width: 100%;
    position: relative;
    padding: 0 15px 10px;
    line-height: 20px; }
.acrdn-wrap .here {
    padding: 10px 0 0; }
.acrdn-wrap .separate-arrow {
    width: 100%;
    text-align: center;
    margin-top: -15px; }
.acrdn-wrap .separate-arrow .icon {
    color: #999999; }
.acrdn-wrap .separate-without-arrow {
    height: 30px; }
.acrdn-wrap #arw-first {
    margin-top: 0; }
.acrdn-wrap .acrdn {
    display: none; }
.acrdn-wrap .acrdn .acrdn-frame {
    display: table;
    margin-top: -10px; }
.acrdn-wrap .acrdn .acrdn-frame:hover {
    color: #FF6600; }
.acrdn-wrap .acrdn .acrdn-frame .icon {
    float: left;
    margin-left: -15px; }
.acrdn-wrap .acrdn .acrdn-frame .ctgry {
    display: table-cell;
    vertical-align: middle; }
.acrdn-wrap .acrdn .acrdn-frame .ctgry p {
    margin: 10px 0; }
.acrdn-wrap .icon {
    color: #FF6600; }
.acrdn-wrap + .arw-below {
    position: relative;
    height: 15px;
    width: 32px;
    background: transparent url("../images/arrow-below-white.png") no-repeat;
    left: 50%;
    margin-left: -16px;
    top: -2px;
    background-size: 32px 15px;
    z-index: 2; }
.acrdn-wrap.open + .arw-below {
    background: transparent url("../images/arrow-below-grey.png") no-repeat;
    background-size: 32px 15px; }

.nav-tabs {
    border-bottom: none; }

.nav-tabs > li > a {
    border-radius: 0;
    margin: 0 15px 25px 0;
    background-color: #EEEEEE;
    border: 1px solid #C8C8C8; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #E6E7E8;
    border: 1px solid #C8C8C8; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    padding-bottom: 30px;
    color: #FF6600;
    border-color: #C8C8C8 #C8C8C8 #FFF; }

.tab-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0 0 0;
    height: 58px; }

.tab-list {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 3000px;
    margin-top: 0; }

.tab-list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #FFF;
    vertical-align: middle; }

.tab-scroller {
    visibility: hidden;
    text-align: center;
    cursor: pointer;
    padding: 11px 7px 20px 7px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #FFF; }

.tab-scroller-active {
    color: #FF6600 !important;
    visibility: visible; }

.tab-scroller-right {
    float: right; }
.tab-scroller-right .icon-arrow-right, .tab-scroller-right .icon-arrow-left, .tab-scroller-right .icon-arrow-right-inline {
    color: #C8C8C8;
    font-size: 60px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: -10px; }
.tab-scroller-right .icon-arrow-right:before, .tab-scroller-right .icon-arrow-left:before, .tab-scroller-right .icon-arrow-right-inline:before {
    content: "g"; }

.tab-scroller-left {
    float: left; }
.tab-scroller-left .icon-arrow-left {
    color: #C8C8C8;
    font-size: 60px;
    margin-top: -20px;
    margin-bottom: -20px; }
.tab-scroller-left .icon-arrow-left:before {
    content: "f"; }

#tab-content {
    border: 1px solid #C8C8C8;
    min-height: 200px;
    padding: 15px;
    margin: -1px 15px 0 15px; }
#tab-content .font-headline {
    margin-top: 0; }

.tab-head {
    border-bottom: 1px solid #C8C8C8;
    margin: -15px -15px 15px -15px;
    padding: 15px; }

.pf-wrap #product-details-content-loading-image {
    display: none; }

.pf-wrap .product-details-slider-text {
    margin-left: 45px; }

.pf-wrap .product-details-slider {
    padding: 15px 30px;
    background-color: #FFF;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px; }
.pf-wrap .product-details-slider .pd-image-carousel-link {
    font-size: 12px;
    color: #3c3c3c; }
.pf-wrap .product-details-slider .pd-image-carousel-link .pd-image {
    border: 1px solid #EEEEEE; }

.pf-wrap .slick-slider .slick-arrow {
    width: 30px;
    background: transparent; }
.pf-wrap .slick-slider .slick-arrow img {
    height: 105px;
    width: auto;
    top: 26px;
    padding: 0px 5px; }
.pf-wrap .slick-slider .slick-arrow .slick-prev {
    left: 0px; }
.pf-wrap .slick-slider .slick-arrow .slick-next {
    right: 0px; }
.pf-wrap .slick-slider .slick-arrow.slick-arrow-left {
    top: 0;
    left: 0; }

.pf-wrap .slick-slider .slick-active.active .pd-image-carousel-link {
    color: #FF6600; }
.pf-wrap .slick-slider .slick-active.active .pd-image-carousel-link .pd-image {
    border: 1pt solid #FF6600; }

.pf-wrap .simplelist {
    padding-left: 15px;
    padding-bottom: 15px; }

.pf-wrap .pd-image-zoom-trigger {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer; }
@media screen and (min-width: 1010px) {
    .pf-wrap .pd-image-zoom-trigger {
        display: none; } }
.pf-wrap .pd-image-zoom-trigger .icon-zoom {
    color: #FF6600;
    font-size: 60px; }
.pf-wrap .pd-image-zoom-trigger .icon-zoom:before {
    content: "y"; }
.pf-wrap .pd-image-zoom-trigger .icon-cancel {
    color: #FF6600;
    font-size: 60px; }
.pf-wrap .pd-image-zoom-trigger .icon-cancel:before {
    content: "C"; }

.pf-wrap .product-link-list {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 300px; }
.pf-wrap .product-link-list .link-list-item span.icon, .pf-wrap .product-link-list .pf-teaser span.icon {
    margin-left: 0; }
.pf-wrap .product-link-list .link-list-item .button-action, .pf-wrap .product-link-list .pf-teaser .button-action {
    text-align: left;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    min-height: 45px; }
.pf-wrap .product-link-list .link-list-item .button-action.icon-file-pdf:before, .pf-wrap .product-link-list .pf-teaser .button-action.icon-file-pdf:before {
    color: #FF6600; }
.pf-wrap .product-link-list .link-list-item .button-action:hover.icon-file-pdf:before, .pf-wrap .product-link-list .pf-teaser .button-action:hover.icon-file-pdf:before {
    color: #FFF; }
.pf-wrap .product-link-list .link-list-item .icon-energy-label, .pf-wrap .product-link-list .pf-teaser .icon-energy-label {
    margin-left: 0;
    float: left; }

.pf-wrap .pf-teaser {
    margin-bottom: 10px; }

.pf-wrap .pf-teaser-video {
    border: 1px solid #FF6600;
    float: left;
    margin-bottom: 10px;
    width: 100%; }
.pf-wrap .pf-teaser-video .tsr-text {
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
    color: #FF6600; }
.pf-wrap .pf-teaser-video .tsr-text.tsr-video-text {
    width: 60%; }
.pf-wrap .pf-teaser-video .tsr-video {
    width: 70px;
    float: right;
    position: relative; }
.pf-wrap .pf-teaser-video .tsr-video img {
    width: 100%; }
.pf-wrap .pf-teaser-video .tsr-video .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px; }
.pf-wrap .pf-teaser-video .tsr-video .icon-video::before {
    color: #FF6600; }
.pf-wrap .pf-teaser-video:hover {
    background-color: #FF6600 !important; }
.pf-wrap .pf-teaser-video:hover .tsr-text {
    color: #FFF; }

.pf-wrap .pd-pictograms {
    max-width: 450px;
    margin-bottom: 60px; }
.pf-wrap .pd-pictograms img {
    margin-bottom: 15px; }

.pf-wrap .remove-bookmark {
    vertical-align: top;
    margin-bottom: 15px;
    cursor: pointer; }

.pf-wrap .fast-calc-frame {
    height: 1150px;
    border: 1px solid #a4a4a4;
    display: none; }

.pf-wrap .pd-image-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.pf-wrap .pd-image-list ul li {
    display: inline-block;
    margin-right: 5px; }

.pf-wrap .pd-image-main-carousel {
    margin-bottom: 0; }
.pf-wrap .pd-image-main-carousel .pd-img {
    margin-right: auto;
    margin-left: auto; }
.pf-wrap .pd-image-main-carousel .icon-in-preparation, .pf-wrap .pd-image-main-carousel .icon-new, .pf-wrap .pd-image-main-carousel .icon-phase-out {
    z-index: 999;
    position: absolute;
    top: 5px;
    height: 100px;
    width: 100px; }

.pf-wrap .icon-product-stoerer {
    z-index: 999;
    position: absolute;
    top: 5px;
    height: 100px;
    width: 100px; }

.pf-wrap #pda-downloads td.energy-lbl-img {
    cursor: pointer; }

.pf-wrap #pda-datasheet .producttable > tbody > tr > th {
    width: 200px; }

.pf-wrap .pd-gallery .pd-gallery-link {
    display: block;
    width: 100%;
    margin-bottom: 15px; }

.pf-wrap .pd-gallery .pd-gallery-link:focus {
    color: #3c3c3c; }

.pf-wrap .pd-gallery .pd-gallery-wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto; }

.pf-wrap .pd-gallery .pd-gallery-image {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    position: relative; }
.pf-wrap .pd-gallery .pd-gallery-image > img {
    width: 100%;
    max-height: 100%; }

.pf-wrap .pd-gallery .pd-gallery-caption {
    margin-top: 15px; }

.pf-wrap .pd-image-carousel {
    padding: 45px 30px;
    background-color: #FFF;
    margin: 0 15px; }
.pf-wrap .pd-image-carousel .slick-arrow img {
    top: 56px; }
.pf-wrap .pd-image-carousel .pd-image-carousel-link .pd-image {
    border: 1px solid #EEEEEE; }

.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: 10px 15px; }

.table > thead > tr > td.icon-cell,
.table > tbody > tr > td.icon-cell,
.table > tfoot > tr > td.icon-cell {
    padding: 0;
    overflow: hidden;
    text-align: center; }
.table > thead > tr > td.icon-cell > span.icon,
.table > tbody > tr > td.icon-cell > span.icon,
.table > tfoot > tr > td.icon-cell > span.icon {
    display: block; }

.table > thead > tr > td.link-arrow-cell,
.table > tbody > tr > td.link-arrow-cell,
.table > tfoot > tr > td.link-arrow-cell {
    padding: 10px 15px;
    overflow: hidden; }
.table > thead > tr > td.link-arrow-cell .icon:before, .table > thead > tr > td.link-arrow-cell .icon,
.table > tbody > tr > td.link-arrow-cell .icon:before,
.table > tbody > tr > td.link-arrow-cell .icon,
.table > tfoot > tr > td.link-arrow-cell .icon:before,
.table > tfoot > tr > td.link-arrow-cell .icon {
    height: 20px; }
.table > thead > tr > td.link-arrow-cell .lbl,
.table > tbody > tr > td.link-arrow-cell .lbl,
.table > tfoot > tr > td.link-arrow-cell .lbl {
    margin-left: 22px;
    display: block; }

.table.content-table > tbody > tr > td.table-sub-headlines {
    padding-top: 15px; }

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

.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
    height: 40px; }

.table > thead > tr {
    background-color: #EEEEEE; }

.table > thead > tr > th {
    vertical-align: top;
    border-bottom: 1px solid #C8C8C8;
    font-weight: normal; }
.table > thead > tr > th .sort-container {
    position: relative;
    padding-right: 30px;
    cursor: pointer; }
.table > thead > tr > th .sort-container .icon {
    position: absolute;
    right: -3px; }
.table > thead > tr > th .sort-container .icon.icon-sort-asc {
    top: -8px; }
.table > thead > tr > th .sort-container .icon.icon-sort-asc:before, .table > thead > tr > th .sort-container .icon.icon-sort-desc:before {
    color: #999999;
    content: 'l'; }
.table > thead > tr > th .sort-container .icon.icon-sort-desc {
    top: -8px; }
.table > thead > tr > th .sort-container .icon.icon-sort-desc:before {
    content: 'k'; }
.table > thead > tr > th.sortable.active {
    background-color: #C8C8C8; }
.table > thead > tr > th.sortable.active .icon.active:before {
    color: #FF6600; }

.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #C8C8C8; }

.table > tbody > tr > th {
    background-color: #EEEEEE;
    font-weight: normal; }

.table > tbody > tr > td,
.table > tbody > tr > th {
    border-top-color: #C8C8C8; }

.table > tbody > tr:last-of-type > td,
.table > tbody > tr:last-of-type > th {
    border-bottom: 1px solid #C8C8C8; }

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
    border: none; }
@media screen and (max-width: 765px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
@media screen and (max-width: 765px) {
    .table-responsive.margin-bottom-zero {
        margin-bottom: 0; } }

.table-responsive-ie-scrollbar-auto-hide {
    -ms-overflow-style: -ms-autohiding-scrollbar; }

.size1of2 {
    width: 50%; }

.size1of4 {
    width: 25%; }

.size1of3 {
    width: 33.3333%; }

.size1of5 {
    width: 20%; }

.size1of10 {
    width: 10%; }

.participants-table {
    margin-bottom: 0; }
.participants-table > tbody > tr > td:first-child {
    max-width: 250px;
    white-space: normal; }

.comparison-table-wrapper {
    position: relative;
    overflow: hidden; }
.comparison-table-wrapper .comparison-table-parent {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: auto; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison {
    margin-bottom: 0;
    border: none;
    border-collapse: separate;
    display: table;
    border-spacing: 0; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th {
    background-color: #FFF;
    border-top: none;
    position: relative;
    min-width: 130px;
    max-width: 130px; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th:first-child {
    vertical-align: bottom; }
@media screen and (min-width: 520px) {
    .comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th {
        min-width: 175px;
        max-width: 175px; } }
@media screen and (min-width: 765px) {
    .comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th {
        white-space: nowrap;
        min-width: 220px;
        max-width: 220px; } }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .font-headline-text-bold {
    margin-top: 0;
    margin-bottom: 0; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .product-link {
    position: relative;
    padding-left: 20px; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .product-link .icon {
    position: absolute;
    top: 63px;
    left: -15px; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .product-link .icon:before {
    color: #FF6600; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .product-link a {
    display: block;
    white-space: normal; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .product-link a .item-img {
    margin-bottom: 14px;
    display: block; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .item-img {
    display: block; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .item-img .item-delete {
    top: 75px;
    position: absolute;
    right: 0; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th .item-img .item-delete .icon-bin {
    position: absolute;
    bottom: -6px;
    right: 0; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th.bold, .comparison-table-wrapper .comparison-table-parent .table.product-comparison .layer-menu .nav-col thead > tr > th.text-bold, .layer-menu .nav-col .comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th.text-bold, .comparison-table-wrapper .comparison-table-parent .table.product-comparison .burger-navigation-wrapper .burger-menu .nav-col thead > tr > th.text-bold, .burger-navigation-wrapper .burger-menu .nav-col .comparison-table-wrapper .comparison-table-parent .table.product-comparison thead > tr > th.text-bold {
    font-weight: 700; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead.next-table > tr > th {
    border-top: none; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead.next-table > tr:first-child {
    height: 10px; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison thead.next-table > tr:first-child > th {
    border: none; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison tbody > tr > th {
    background-color: #EEEEEE;
    color: #3c3c3c;
    font-weight: normal; }
.comparison-table-wrapper .comparison-table-parent .table.product-comparison tbody > tr:first-child td, .comparison-table-wrapper .comparison-table-parent .table.product-comparison tbody > tr:first-child th {
    border-top: none; }
.comparison-table-wrapper .comparison-table-parent > .fixed-column {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    position: absolute;
    display: inline-block;
    z-index: 2;
    left: 0; }
@media screen and (min-width: 520px) {
    .comparison-table-wrapper .comparison-table-parent > .fixed-column {
        width: 175px;
        min-width: 175px;
        max-width: 175px; } }
@media screen and (min-width: 765px) {
    .comparison-table-wrapper .comparison-table-parent > .fixed-column {
        white-space: nowrap;
        width: 220px;
        min-width: 220px;
        max-width: 220px; } }
.comparison-table-wrapper .comparison-table-parent > .fixed-column thead > tr > th {
    vertical-align: bottom;
    background-color: #FFF; }

.table.content-table > thead > tr,
.table.content-table > tbody > tr,
.table.content-table > tfoot > tr {
    height: auto; }

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

.table-legend {
    font-style: italic;
    padding: 5px 0;
    line-height: 20px; }

.table.content-table > tbody > tr .cell-container > .icon {
    margin-top: -20px;
    display: inline-block;
    vertical-align: middle;
    height: 20px; }

.table.check-table > thead > tr.vertical > th {
    height: 160px;
    text-align: left;
    position: relative;
    border-top: none; }

.table.check-table > thead > tr.vertical .group-item.two-liner {
    margin-top: -10px; }

.table.check-table > thead > tr.vertical .group-item {
    -webkit-transform: rotate(-90);
    -ms-transform: rotate(-90);
    -o-transform: rotate(-90);
    transform: rotate(-90);
    width: 140px;
    position: absolute;
    margin-left: -65px;
    top: 65px;
    padding-top: 10px; }

.table.check-table > thead > tr.group-headlines > th {
    vertical-align: bottom;
    white-space: normal;
    border-bottom: none; }

.table.check-table > thead > tr.group-headlines .group-headline {
    font-weight: bold; }

.table.check-table > tbody > tr > td {
    width: 40px;
    white-space: normal; }
.table.check-table > tbody > tr > td .check {
    text-align: center;
    margin-bottom: 0;
    padding: 5px;
    color: #FF6600; }
.table.check-table > tbody > tr > td .check:before {
    content: "✓"; }

.table.check-table > tbody > tr > th.value-group-headline {
    font-weight: bold;
    background-color: white;
    padding-top: 15px; }
.table.check-table > tbody > tr > th.value-group-headline .font-headline-text-bold {
    margin-top: 0;
    margin-bottom: 0; }

.table-hover.with-arrow .icon.icon-arrow-right, .table-hover.with-arrow .icon.icon-arrow-left, .table-hover.with-arrow .icon.icon-arrow-right-inline {
    height: 30px; }

.sizes-table .table thead tr:first-child {
    background-color: transparent; }
.sizes-table .table thead tr:first-child th {
    min-width: 180px;
    position: relative;
    padding: 5px 15px;
    vertical-align: bottom;
    border-top: none; }
.sizes-table .table thead tr:first-child th:first-child {
    max-width: 130px;
    min-width: 130px;
    font-weight: bold; }
@media screen and (min-width: 520px) {
    .sizes-table .table thead tr:first-child th:first-child {
        min-width: 175px;
        max-width: 175px; } }
@media screen and (min-width: 765px) {
    .sizes-table .table thead tr:first-child th:first-child {
        min-width: 220px;
        max-width: 220px; } }
.sizes-table .table thead tr:first-child th:first-child .font-headline {
    color: #FF6600; }

.sizes-table .table tbody tr th {
    background-color: #EEEEEE;
    padding: 5px 15px; }

.sizes-table .table tbody td {
    padding: 5px 15px; }

.icon-link-table-cell {
    overflow: hidden; }
.icon-link-table-cell .icon-link-in-table-cell {
    margin-left: 21px;
    position: relative; }
.icon-link-table-cell .icon-link-in-table-cell span.icon {
    position: absolute;
    left: -36px;
    top: -11px;
    overflow: hidden; }
.icon-link-table-cell .icon-link-in-table-cell span.icon-arrow-open-right, .icon-link-table-cell .icon-link-in-table-cell img {
    float: left;
    margin-top: -9px;
    margin-left: -13px;
    margin-right: -25px; }

.table-wrapper {
    position: relative;
    overflow: hidden; }
.table-wrapper .table.table-base-style, .table-wrapper .table.content-table {
    border: none;
    border-collapse: separate;
    display: table;
    border-spacing: 0; }
.table-wrapper .table.table-base-style thead tr th, .table-wrapper .table.content-table thead tr th {
    background-color: #EEEEEE;
    position: relative;
    padding: 5px 0px 5px 15px; }
.table-wrapper .table.table-base-style thead tr th:first-child, .table-wrapper .table.content-table thead tr th:first-child {
    background-color: #FFF;
    border-left: none; }
.table-wrapper .table.table-base-style thead tr th .orange .font-sub-headline:first-child, .table-wrapper .table.content-table thead tr th .orange .font-sub-headline:first-child {
    color: #FF6600; }
.table-wrapper .table.table-base-style thead tr th a, .table-wrapper .table.content-table thead tr th a {
    display: block; }
.table-wrapper .table.table-base-style thead tr th a:hover > .compare-content .item-text, .table-wrapper .table.content-table thead tr th a:hover > .compare-content .item-text {
    color: #FF6600; }
.table-wrapper .table.table-base-style thead tr th a .compare-content, .table-wrapper .table.content-table thead tr th a .compare-content {
    margin-top: 20px;
    padding-left: 55px;
    position: relative; }
.table-wrapper .table.table-base-style thead tr th a .compare-content img.item-img, .table-wrapper .table.content-table thead tr th a .compare-content img.item-img {
    position: absolute;
    bottom: 8px;
    left: 0;
    max-width: 45px; }
.table-wrapper .table.table-base-style thead.next-table tr th, .table-wrapper .table.content-table thead.next-table tr th {
    border-top: none; }
.table-wrapper .table.table-base-style thead.next-table tr:first-child, .table-wrapper .table.content-table thead.next-table tr:first-child {
    height: 60px; }
.table-wrapper .table.table-base-style thead.next-table tr:first-child th, .table-wrapper .table.content-table thead.next-table tr:first-child th {
    border: none; }
.table-wrapper .table.table-base-style tbody tr th, .table-wrapper .table.content-table tbody tr th {
    background-color: #EEEEEE;
    padding: 5px 0px 5px 15px;
    color: #3c3c3c;
    font-weight: normal; }
.table-wrapper .table.table-base-style tbody tr td, .table-wrapper .table.content-table tbody tr td {
    padding: 5px 0px 5px 15px; }
.table-wrapper .table.content-table thead tr th:first-child {
    background-color: #EEEEEE; }
.table-wrapper .table.content-table thead.next-table tr:first-child {
    height: 60px; }
.table-wrapper .table.content-table tbody tr th {
    background-color: #FFF; }
.table-wrapper .table.content-table tbody tr td:first-child {
    border-left: none; }
.table-wrapper > .fixed-column {
    width: 131px;
    min-width: 131px;
    max-width: 131px;
    position: absolute;
    display: inline-block;
    z-index: 2;
    left: 0; }
@media screen and (min-width: 520px) {
    .table-wrapper > .fixed-column {
        width: 176px;
        min-width: 176px;
        max-width: 176px; } }
@media screen and (min-width: 765px) {
    .table-wrapper > .fixed-column {
        width: 221px;
        min-width: 221px;
        max-width: 221px; } }
.table-wrapper > .fixed-column thead tr th {
    background-color: #FFF;
    border-right: 1px solid #C8C8C8; }
.table-wrapper > .fixed-column tbody tr th {
    border-right: 1px solid #C8C8C8; }

.size1of2 {
    width: 50%; }

.size1of4 {
    width: 25%; }

.size1of3 {
    width: 33.3333%; }

.size1of5 {
    width: 20%; }

.size1of10 {
    width: 10%; }

.table > tbody > tr, .table > tfoot > tr, .table > thead > tr {
    height: 0; }

.table > thead:first-child > tr:first-child > th {
    border-bottom: none; }

.table-wrapper .table > tbody > tr > th {
    background-color: #eee !important;
    font-weight: 400; }

.style-guide-header-column {
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 15px; }

.style-guide-sub-headline {
    margin-top: 15px;
    margin-bottom: 15px; }

.style-guide-index-page li .visible-gt-1024 {
    display: none; }
@media screen and (min-width: 1024px) {
    .style-guide-index-page li .visible-gt-1024 {
        display: block; } }

.style-guide-index-page li .visible-lt-1024 {
    display: block; }
@media screen and (min-width: 1024px) {
    .style-guide-index-page li .visible-lt-1024 {
        display: none; } }

ul {
    margin-bottom: 0; }

.grid-sample {
    margin-top: 25px; }
.grid-sample .col-lg-1 {
    background-color: #EEEEEE;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #fff; }
.grid-sample .col-lg-1 .gutter {
    position: absolute;
    left: -10px; }
.grid-sample .col-lg-1 .grid-sample-margin {
    background: url(../images/margin.png) repeat-y left;
    width: 15px;
    height: 50px; }
.grid-sample .col-lg-1 .grid-sample-margin.right-margin-sm, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-sm, .grid-sample .col-lg-1 .grid-sample-margin.right-margin-md, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-md, .grid-sample .col-lg-1 .grid-sample-margin.right-margin-lg, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-lg {
    visibility: hidden; }
.grid-sample .col-lg-1 .grid-sample-margin.left-margin-xs, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-sm, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-md, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-lg {
    float: left;
    margin-left: -15px; }
.grid-sample .col-lg-1 .grid-sample-margin.right-margin-xs, .grid-sample .col-lg-1 .grid-sample-margin.right-margin-sm, .grid-sample .col-lg-1 .grid-sample-margin.right-margin-md, .grid-sample .col-lg-1 .grid-sample-margin.right-margin-lg {
    float: right;
    margin-right: -15px; }
@media screen and (min-width: 520px) {
    .grid-sample .col-lg-1 .grid-sample-margin.right-margin-xs, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-xs {
        visibility: hidden; }
    .grid-sample .col-lg-1 .grid-sample-margin.right-margin-sm, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-sm {
        visibility: visible; } }
@media screen and (min-width: 765px) {
    .grid-sample .col-lg-1 .grid-sample-margin.left-margin-sm, .grid-sample .col-lg-1 .grid-sample-margin.right-margin-sm {
        visibility: hidden; }
    .grid-sample .col-lg-1 .grid-sample-margin.right-margin-md, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-md {
        visibility: visible; } }
@media screen and (min-width: 1010px) {
    .grid-sample .col-lg-1 .grid-sample-margin.right-margin-md, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-md {
        visibility: hidden; }
    .grid-sample .col-lg-1 .grid-sample-margin.right-margin-lg, .grid-sample .col-lg-1 .grid-sample-margin.left-margin-lg {
        visibility: visible; } }
.grid-sample .col-lg-1 .grid-sample-content {
    height: 100%;
    width: 100%;
    background-color: #C8C8C8; }

.demo-picture {
    width: 100%;
    height: auto;
    margin-bottom: 25px; }

.spacing-rules .spacing {
    margin-right: 15px;
    float: left;
    text-align: center; }
.spacing-rules .spacing.spacing-10 {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    background-color: red; }
.spacing-rules .spacing.spacing-15 {
    line-height: 15px;
    height: 15px;
    width: 15px;
    background-color: #2BF965; }
.spacing-rules .spacing.spacing-25 {
    line-height: 25px;
    height: 25px;
    width: 25px;
    background-color: yellow; }
.spacing-rules .spacing.spacing-40 {
    line-height: 40px;
    height: 40px;
    width: 40px;
    background-color: #be30fe; }
.spacing-rules .spacing.spacing-50 {
    line-height: 50px;
    height: 50px;
    width: 50px;
    background-color: hotpink; }
.spacing-rules .spacing.spacing-60 {
    line-height: 60px;
    height: 60px;
    width: 60px;
    background-color: #FB252C; }

.demo-content {
    padding: 115px 10px 10px 10px;
    height: 250px;
    background: #E6E7E8;
    margin-top: 30px;
    text-align: center; }

.demo-content-top {
    padding: 115px 10px 10px 10px;
    height: 250px;
    background: #E6E7E8;
    text-align: center; }

@media screen and (max-width: 1010px) {
    .marginal-col .demo-content-top {
        margin-top: 30px; } }

@media screen and (min-width: 760px) {
    .footer-demo {
        height: 460px; } }

@media screen and (max-width: 759px) {
    .footer-demo {
        height: 400px; } }

@media screen and (max-width: 480px) {
    .footer-demo {
        height: 360px; } }

@media screen and (max-width: 320px) {
    .footer-demo {
        height: 240px; } }

.breadcrumb-demo {
    height: 100px; }

.demo-frame {
    margin-top: 10px;
    min-height: 100px;
    background: #E6E7E8;
    text-align: center;
    line-height: 100px; }

.color-column {
    min-height: 470px;
    margin-bottom: 10px; }
.color-column .font-headline {
    margin-top: 25px;
    margin-bottom: 25px; }
.color-column p {
    margin-bottom: 25px; }
.color-column .font-headline-text-bold {
    margin-top: 25px; }
.color-column ol {
    margin: 0;
    padding-left: 1.2em; }
.color-column ol li {
    margin-bottom: 15px; }
.color-column .color-column-box {
    width: 100%;
    height: 150px; }

.font-column {
    margin-bottom: 25px;
    border-top: 1px solid #C8C8C8; }
.font-column .font-headline-stage-teaser,
.font-column .font-headline,
.font-column .font-headline-text-bold,
.font-column h4 {
    margin-top: 25px; }
.font-column table {
    width: 50%; }
@media screen and (max-width: 765px) {
    .font-column table {
        width: 100%; } }

.button-demo {
    margin-top: 15px;
    margin-right: 15px; }

.download-row {
    margin-top: 15px; }

.icon-column {
    margin-bottom: 20px; }
.icon-column .icon {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 50px;
    color: #FF6600; }
.icon-column input {
    border: 1px solid #C8C8C8;
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    outline: 0 none;
    padding: 5px 0;
    text-align: center;
    width: 100%; }

.style-guide-extra-margin-top {
    margin-top: 30px; }

.grey-col-12, .grey-col-3 {
    background-color: #999999 !important;
    color: #FFF !important; }

.grey-col-4 {
    background-color: #C8C8C8 !important; }

.grey-col-9 {
    background-color: #E6E7E8 !important; }

.grey-col-45 {
    background-color: #EEEEEE !important; }

.light-orange {
    background-color: #ffc299; }

.margin-top-big-lg-zero {
    margin-top: 30px; }
@media screen and (max-width: 1010px) {
    .margin-top-big-lg-zero {
        margin-top: 0; } }

.single-image-wrapper-left {
    padding-right: 30px;
    padding-bottom: 15px; }
@media screen and (max-width: 520px) {
    .single-image-wrapper-left {
        padding-right: 15px; } }

.single-image {
    position: relative; }

.single-image-link {
    display: block; }

.single-image-caption {
    padding: 5px 0 5px 0;
    font-style: italic; }

.video-container img {
    width: 100%; }

.floating-text, .floating-text-2 {
    padding-left: 15px;
    padding-right: 15px; }
.floating-text ol, .floating-text ul, .floating-text-2 ol, .floating-text-2 ul {
    overflow: hidden;
    zoom: 1;
    padding-left: 20px; }
.floating-text .icon-link-list, .floating-text-2 .icon-link-list {
    display: table-cell; }
.floating-text .icon-link-list .link-list-item a, .floating-text-2 .icon-link-list .link-list-item a {
    position: relative; }
.floating-text .icon-link-list .link-list-item a span.icon, .floating-text .icon-link-list .link-list-item a img, .floating-text-2 .icon-link-list .link-list-item a span.icon, .floating-text-2 .icon-link-list .link-list-item a img {
    position: absolute;
    top: -11px;
    left: -40px; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .floating-text .icon-link-list .link-list-item a span.icon.icon-link-orange, .floating-text .icon-link-list .link-list-item a img.icon-link-orange, .floating-text-2 .icon-link-list .link-list-item a span.icon.icon-link-orange, .floating-text-2 .icon-link-list .link-list-item a img.icon-link-orange {
        top: -11px !important; } }

@media all and (min-width: 765px) {
    div.float-me-left {
        padding-right: 30px; }
    div.float-me-left + .floating-text {
        float: none !important; } }

@media all and (min-width: 400px) {
    div.float-me-left + .floating-text-2 {
        float: none !important; } }

div.float-me-left + .floating-text {
    float: left; }

@media all and (min-width: 765px) {
    div.float-me-right {
        float: right;
        padding-left: 30px; }
    div.float-me-right + .floating-text {
        float: none !important; } }

div.float-me-right + .floating-text {
    float: left; }

@media all and (min-width: 245px) {
    div.float-me-right-2 {
        float: right;
        padding-left: 30px; }
    div.float-me-right-2 + .floating-text {
        float: none !important; } }

div.float-me-right-2 + .floating-text {
    float: left; }

.news-teaser {
    display: flex;
    flex-direction: column; }
.news-teaser .font-headline {
    padding-bottom: 15px;
    margin-bottom: 0; }
.news-teaser .news-teaser-entry {
    display: block;
    margin-bottom: 5px; }
.news-teaser .news-teaser-entry:last-of-type {
    margin-bottom: 0px; }
.news-teaser .news-teaser-entry .date {
    display: block;
    margin-bottom: 5px; }
.news-teaser .news-teaser-entry img {
    float: left;
    margin-right: 15px;
    max-height: 100px;
    max-width: 100px;
    height: auto;
    width: auto; }
.news-teaser .news-teaser-entry .font-text-standard-font-size-only {
    display: inline; }

.teaser .teaser-slide-show {
    margin-bottom: 0; }
.teaser .teaser-slide-show .headline {
    margin-top: 0; }
.teaser .teaser-slide-show .teaser-slide {
    position: relative;
    outline: none; }
.teaser .teaser-slide-show .teaser-slide.slick-active:focus:not(:hover) .headline {
    color: #3c3c3c; }

.teaser .show-video > .icon-video.video {
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    text-align: center; }
.teaser .show-video > .icon-video.video.big-icon {
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px; }

.teaser img {
    width: 100%;
    height: 100%; }

.teaser .teaser-overlay-show {
    height: calc( 100% - 40px); }

@media only screen and (min-width: 200px) and (max-width: 768px) {
    .teaser .teaser-overlay-show {
        margin-bottom: 15px; } }

.teaser .headline {
    height: 40px;
    line-height: 40px !important;
    margin-bottom: 0;
    margin-top: 0px; }
.teaser .headline overflow:hidden .icon {
    margin-top: 0; }

.hasoverlay {
    position: relative; }

.teaser-overlay, .teaser-overlay-dynamic {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: white;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80); }
.teaser-overlay p, .teaser-overlay-dynamic p,
.teaser-overlay .font-text-standard-font-size-only, .teaser-overlay-dynamic .font-text-standard-font-size-only {
    margin: 18px; }

.teaser-overlay-dynamic {
    padding: 15px;
    text-align: left;
    display: none; }

.teaser-text-and-arrow .teaser-text-area {
    color: #FF6600;
    border: 1px solid #C8C8C8;
    width: 100%;
    padding: 5px 15px;
    line-height: 20px; }
.teaser-text-and-arrow .teaser-text-area .bold, .teaser-text-and-arrow .teaser-text-area .layer-menu .nav-col .text-bold, .layer-menu .nav-col .teaser-text-and-arrow .teaser-text-area .text-bold, .teaser-text-and-arrow .teaser-text-area .burger-navigation-wrapper .burger-menu .nav-col .text-bold, .burger-navigation-wrapper .burger-menu .nav-col .teaser-text-and-arrow .teaser-text-area .text-bold {
    font-weight: bold; }

.teaser-text-and-arrow .arrow-below {
    position: relative;
    height: 14px; }
.teaser-text-and-arrow .arrow-below img {
    position: absolute;
    left: 50%;
    z-index: 2;
    top: -2px;
    margin-left: -16px;
    width: 32px; }

.expandable-content, .expandable-content-2 {
    display: none; }

button.expand-button {
    float: right; }

button.reduce-button {
    float: right;
    display: none; }
button.reduce-button .button-icon {
    -webkit-transform: rotate(180);
    -ms-transform: rotate(180);
    -o-transform: rotate(180);
    transform: rotate(180);
    margin-top: -5px; }

.sub-nav .panel .panel-body {
    padding: 0 15px 5px 15px; }

.sub-nav .link-list-item.active a {
    color: #FF6600; }

.frame-content {
    margin-top: 100px; }

.content-box {
    background-color: #EEEEEE;
    padding: 15px 15px 25px 15px; }

.table-shrinkto-1col-mobile tbody tr td:first-child span:first-child {
    display: none; }

@media all and (max-width: 764px) {
    .table-shrinkto-1col-mobile tbody tr {
        display: table;
        width: 100%; }
    .table-shrinkto-1col-mobile tbody tr td {
        display: inline-block;
        width: 100%;
        clear: both;
        float: left; }
    .table-shrinkto-1col-mobile tbody tr td:first-child {
        padding-bottom: 0;
        white-space: normal;
        border-bottom-color: transparent; }
    .table-shrinkto-1col-mobile tbody tr td:first-child span:first-child {
        display: block;
        position: absolute; }
    .table-shrinkto-1col-mobile tbody tr td span + span {
        margin-left: 20px;
        display: inline-block; }
    .table-shrinkto-1col-mobile tbody tr td + td {
        padding-top: 0;
        border-top-color: transparent;
        display: inline-block; }
    .table-shrinkto-1col-mobile tbody tr td + td span:first-child {
        display: none; } }

.partners .extend-teasers .extend-teaser {
    display: table; }
.partners .extend-teasers .extend-teaser .extend-teaser-image {
    padding-bottom: 100px;
    text-align: center;
    vertical-align: middle;
    display: table-cell; }
.partners .extend-teasers .extend-teaser .extend-teaser-image img {
    max-width: 100%;
    width: 100%; }

.contact {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
    padding-top: 15px; }
.contact .contact-img {
    width: 100%;
    height: auto; }
.contact .link-list-item {
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word; }
.contact .contact-details a {
    white-space: nowrap; }

.padding-left-20 {
    padding-left: 20px; }

.tables-page .table-responsive {
    margin-bottom: 0; }

.bg-color-white {
    background-color: white !important; }

.content-teaser .tsr {
    padding-left: 0;
    padding-right: 0; }
.content-teaser .tsr.image-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

@media screen and (max-width: 1010px) {
    .btn-div-content-center {
        text-align: center; } }

.status-information-lightbox .table > tbody > tr > td {
    white-space: normal; }

.status-information-lightbox .table > tbody > tr:last-of-type > td {
    border-bottom: none; }

.status-information-lightbox .table > tbody > tr:first-of-type > td {
    border-top: none; }

.status-information-lightbox .table img {
    margin-top: 5px; }

.status-information-lightbox .table p {
    margin-bottom: 0; }

.icon-status-tooltip {
    display: inline-block;
    height: 20px;
    margin-left: -14px;
    padding-left: 14px;
    width: 40px; }
.icon-status-tooltip img {
    margin-top: -2px; }

.press-content-icon {
    float: left;
    margin-left: 5px;
    margin-top: -10px;
    height: 20px; }

.image-rotate {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg); } }

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.glyphicon-left-arrow, .glyphicon-right-arrow {
    width: 1%;
    background: #fff; }

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    color: #FF6600; }

.video-autoplay video {
    width: 100%;
    height: auto; }

.variant-quote-text {
    font-size: 35px;
    font-weight: 100;
    line-height: 35px;
    font-style: italic;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px; }

.carousel-control img:active {
    opacity: .3; }

.carousel-control img:hover {
    opacity: 1; }

.arrow-image-active {
    opacity: 1; }

.arrow-image-deactive {
    opacity: 0.6 !important; }

.tsr {
    margin-bottom: 15px;
    position: relative; }
.tsr .tsr-has-img-left {
    margin-top: 40px; }
.tsr .tsr-has-img-left .floating-text {
    margin-top: 40px; }
.tsr .floating-text {
    padding-left: 0px !important; }
.tsr .tsr-img-right {
    float: right;
    margin-top: 7px;
    margin-right: -7px;
    margin-bottom: 0;
    padding-left: 5px; }
.tsr .tsr-img-right img {
    width: 100%; }
.tsr .tsr-img-left {
    position: absolute;
    top: -30px;
    left: -15px;
    width: 60px;
    height: 60px; }
.tsr .tsr-img-left img {
    height: 60px;
    width: 60px; }

.tsr-banner .tsr-banner-img {
    position: relative; }
.tsr-banner .tsr-banner-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 44.4444444444%; }
.tsr-banner .tsr-banner-img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.tsr-banner .tsr-banner-img img {
    width: 100%;
    height: 100%;
    display: block; }
.tsr-banner .tsr-banner-img .tsr-video-icon .icon-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px; }

.tsr-banner .tsr-text {
    margin-bottom: 15px; }
.tsr-banner .tsr-text .font-headline {
    margin-top: 0;
    margin-bottom: 15px; }

.tsr-one-link:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70); }
.tsr-one-link:hover a {
    color: #FF6600; }

.tsr-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex: auto 1;
    -moz-flex: auto 1;
    -ms-flex: auto 1;
    -o-flex: auto 1;
    flex: auto 1; }
.tsr-content-wrap div[class^='col-'], .tsr-content-wrap div[class*=' col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex: auto 1;
    -moz-flex: auto 1;
    -ms-flex: auto 1;
    -o-flex: auto 1;
    flex: auto 1; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tsr-content-wrap div[class^='col-'], .tsr-content-wrap div[class*=' col-'] {
        flex-direction: row; } }
@media all and (min-width: 519px) {
    .tsr-content-wrap .padding-left-zero {
        padding-left: 0; } }
@media all and (min-width: 519px) {
    .tsr-content-wrap .padding-right-zero {
        padding-right: 0; } }
.tsr-content-wrap .image-container > img {
    width: 100%; }
.tsr-content-wrap .tsr-text {
    height: 100%;
    width: 100%; }
.tsr-content-wrap .marginal-tsr-img {
    height: 100%;
    position: relative; }
.tsr-content-wrap .marginal-tsr-img img {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.icon-open-lightbox {
    position: absolute;
    right: 0;
    bottom: 0; }

a:hover .icon-open-lightbox:before {
    color: #3c3c3c; }

.mfp-content .inline-lightbox {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 900px;
    margin: 20px auto; }
.mfp-content .inline-lightbox .lightbox-footer {
    height: 40px; }
.mfp-content .inline-lightbox .lightbox-footer .filename {
    line-height: 40px; }
.mfp-content .inline-lightbox .icon {
    color: #FF6600; }

.mfp-content.embedded {
    height: 100%; }

.mfp-title {
    position: absolute; }

@media screen and (max-width: 1010px) {
    .mfp-iframe-holder .mfp-content,
    .mfp-image-holder .mfp-content,
    .mfp-content {
        max-width: 90%; } }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
    cursor: auto; }

.mfp-close {
    cursor: pointer !important; }

.single-image-lightbox {
    display: block;
    position: relative; }
.single-image-lightbox img {
    margin: 0 auto; }

.lightbox.mfp-iframe.show-video {
    display: block;
    position: relative; }
.lightbox.mfp-iframe.show-video > .icon-video.video, .lightbox.mfp-iframe.show-video > .icon-slideshare {
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    text-align: center; }
.lightbox.mfp-iframe.show-video > .icon-video.video.big-icon, .lightbox.mfp-iframe.show-video > .icon-slideshare.big-icon {
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px; }

.mfp-iframe-scaler.mfp-iframe-ios-scaler {
    padding-top: 0;
    height: 100%; }

.mfp-iframe-scaler .mfp-iframe-ios-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
    width: 100%; }

.pa-lightbox-wrap {
    margin-left: auto;
    margin-right: auto; }
.pa-lightbox-wrap .mfp-container .mfp-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 90%; }
@media all and (min-width: 1010px) {
    .pa-lightbox-wrap .mfp-container .mfp-content {
        max-width: none; } }
.pa-lightbox-wrap .mfp-iframe-holder,
.pa-lightbox-wrap .mfp-image-holder {
    padding-top: 20px;
    padding-bottom: 20px; }

.pa-lightbox {
    background-color: #FFF; }
@media all and (min-width: 1010px) {
    .pa-lightbox > [class*=" col-"] {
        display: table-cell;
        float: none;
        vertical-align: top; } }
.pa-lightbox .mfp-iframe-scaler,
.pa-lightbox .mfp-figure {
    margin-left: -15px;
    margin-right: -15px; }
.pa-lightbox .mfp-close {
    top: 0;
    right: 0;
    color: #333;
    padding-right: 0;
    text-align: center;
    width: 44px; }
.pa-lightbox .mfp-title,
.pa-lightbox .pa-mfp-title-mobile {
    position: relative;
    bottom: auto;
    padding-right: 0; }
.pa-lightbox .mfp-title .pa-lightbox-caption,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption {
    color: #3c3c3c;
    padding: 15px; }
.pa-lightbox .mfp-title .pa-lightbox-caption .font-headline-text-bold,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .font-headline-text-bold {
    margin-bottom: 0;
    margin-top: 0; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-head-group,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-head-group {
    display: table; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-head-group div,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-head-group div {
    display: table-cell;
    float: none;
    vertical-align: top; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-head-group .pa-icon,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-head-group .pa-icon {
    float: left;
    margin-top: -6px;
    margin-left: -10px; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-contact > p,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-contact > p {
    margin-bottom: 0; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-contact .icon-link-list .link-list-item,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-contact .icon-link-list .link-list-item {
    min-height: 38px; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-contact .icon-link-list .link-list-item .icon,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-contact .icon-link-list .link-list-item .icon {
    height: 38px;
    line-height: 38px; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-direct-link > div,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-direct-link > div {
    margin-bottom: 13px; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-direct-link .pa-link-box,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-direct-link .pa-link-box {
    display: none;
    position: relative;
    background-color: #E6E7E8;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    padding: 5px 15px;
    -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);
    border: 1px solid #C8C8C8; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-direct-link .pa-link-box a,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-direct-link .pa-link-box a {
    white-space: nowrap;
    position: absolute;
    top: -1px;
    left: 15px;
    line-height: 30px; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-direct-link .form-control,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-direct-link .form-control {
    padding: 5px 15px;
    line-height: 18px;
    height: auto; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-direct-link .form-control:focus,
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption .pa-direct-link .form-control:focus {
    border-color: #C8C8C8;
    -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); }
.pa-lightbox .pa-mfp-title-mobile {
    word-wrap: break-word;
    line-height: 18px; }
.pa-lightbox .pa-mfp-title-mobile .pa-lightbox-caption {
    padding-bottom: 0; }
.pa-lightbox .mfp-title .pa-lightbox-caption .pa-head-group {
    display: none; }
@media all and (min-width: 1010px) {
    .pa-lightbox .mfp-title .pa-lightbox-caption .pa-head-group {
        display: table; } }
.pa-lightbox .pa-hide-mfp-close-mobile .mfp-close {
    display: none; }
@media all and (min-width: 1010px) {
    .pa-lightbox .pa-hide-mfp-close-mobile .mfp-close {
        display: block; } }
.pa-lightbox .mfp-img {
    padding: 0;
    width: 100%; }

.device-is-touch .pa-lightbox .mfp-title .pa-lightbox-caption .pa-direct-link .pa-link-box {
    display: block; }

.device-is-touch .pa-lightbox .mfp-title .pa-lightbox-caption .pa-direct-link .pa-input-link-box {
    display: none; }

ul.glossaryalphabet {
    padding-left: 0; }
ul.glossaryalphabet > li {
    list-style-type: none;
    float: left; }
ul.glossaryalphabet > li > a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px; }
ul.glossaryalphabet > li.disabled > a {
    cursor: default;
    color: #C8C8C8; }

div.glossary .panel-group {
    margin-bottom: 0; }
div.glossary .panel-group > .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none; }
div.glossary .panel-group > .panel .panel-body {
    border: none; }
div.glossary .panel-group > .panel + .panel {
    margin-top: 0; }
div.glossary .panel-group > .panel-default > .panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #C8C8C8;
    padding: 10px 0;
    line-height: 40px;
    min-height: 40px;
    position: relative;
    display: block; }
div.glossary .panel-group > .panel-default > .panel-heading:hover .font-headline {
    color: #FF6600; }
div.glossary .panel-group > .panel-default > .panel-heading > .panel-title {
    margin: 0;
    min-height: 20px;
    padding-right: 40px;
    line-height: 20px !important; }
div.glossary .panel-group > .panel-default > .panel-heading > .icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #FF6600; }

.event-details .event-entry-text-headline {
    padding-left: 30px; }

.event-details .icon.icon-calendar {
    float: left;
    margin-left: -10px;
    margin-top: -10px;
    height: 20px; }

.product-bookmark-list-wrapper .bookmark-list-header {
    min-height: 40px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    background-color: #EEEEEE;
    padding: 15px; }

.product-bookmark-list-wrapper .bookmark-list {
    padding-left: 0px; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item {
    list-style-type: none;
    border-bottom: 1px solid #C8C8C8; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item > div.row > div[class^='col-'] {
    padding: 15px; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-no {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 40px; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-img {
    vertical-align: top;
    display: inline-block; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-link {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    width: 50%; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-link .icon {
    position: absolute;
    top: -10px;
    left: -15px; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-link a {
    white-space: normal; }
.product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-compare, .product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-delete {
    display: inline-block; }

.product-bookmark-list-wrapper .error-msg {
    padding-bottom: 15px;
    text-align: right;
    width: 100%; }

@media screen and (max-width: 765px) {
    .product-bookmark-list-wrapper .item-delete {
        margin-left: 49px; }
    .product-bookmark-list-wrapper .border-right {
        border: none; }
    .product-bookmark-list-wrapper .bookmark-list .bookmark-list-item > div.row > div[class^='col-']:first-child {
        padding-bottom: 0; }
    .product-bookmark-list-wrapper .bookmark-list .bookmark-list-item > div.row > div[class^='col-']:last-child {
        padding-top: 0; }
    .product-bookmark-list-wrapper .custom-mobile-width {
        width: 105px; } }

@media screen and (min-width: 1920px) {
    .product-bookmark-list-wrapper .bookmark-list .bookmark-list-item .item-link {
        width: 70%; } }

.navigation-link-list .icon-link-list .link-list-item {
    border-bottom: 1px solid #C8C8C8; }
.navigation-link-list .icon-link-list .link-list-item:first-child {
    border-top: 1px solid #C8C8C8; }
.navigation-link-list .icon-link-list .link-list-item:hover {
    background-color: #EEEEEE;
    cursor: pointer; }
.navigation-link-list .icon-link-list .link-list-item:hover a {
    color: #FF6600; }
@media screen and (max-width: 765px) {
    .navigation-link-list .icon-link-list .link-list-item.border-bottom-hidden-mobile {
        border-bottom: none; } }

.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser.iframe {
    padding-bottom: 56.25%; }

.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser .stage-teaser-text-wrapper {
    padding: 0 15px; }
.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser .stage-teaser-text-wrapper .stage-teaser-headline {
    margin-bottom: 25px; }
.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser .stage-teaser-text-wrapper .stage-teaser-text {
    margin-bottom: 20px; }
.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser .stage-teaser-text-wrapper .stage-teaser-link {
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 20px; }

.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser img {
    width: 100%; }

.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser.video-teaser .video-thumbnail {
    position: relative; }
.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser.video-teaser .video-thumbnail .icon-video {
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    text-align: center;
    z-index: 99999; }
.home-stage-teaser-wrapper .home-stage-teaser .stage-teaser.video-teaser .video-thumbnail .icon-video:hover::before {
    color: #FF6600; }

.home-stage-teaser-wrapper .carousel-control {
    opacity: 1;
    background: #fff; }
.home-stage-teaser-wrapper .carousel-control.left {
    padding-left: 1px; }
.home-stage-teaser-wrapper .carousel-control:hover, .home-stage-teaser-wrapper .carousel-control:focus {
    outline: 0;
    text-decoration: none;
    background: #fff; }
.home-stage-teaser-wrapper .carousel-control .right-arrow-img {
    margin-left: 1px;
    padding-right: 2px; }
.home-stage-teaser-wrapper .carousel-control .left-arrow-img {
    padding-right: 2px; }

.home-stage-teaser-wrapper .carousel-indicators {
    bottom: -20px;
    margin-bottom: 0px; }
.home-stage-teaser-wrapper .carousel-indicators li {
    border-radius: 0px;
    width: 40px;
    height: 5px;
    background-color: #C8C8C8;
    margin: 0 2px; }
.home-stage-teaser-wrapper .carousel-indicators li.active {
    background-color: #FF6600; }

@media screen and (max-width: 1009px) {
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper .stage-teaser-headline, .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper .stage-teaser-text {
        color: #3c3c3c; }
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper .stage-teaser-link a {
        color: #3c3c3c; }
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper .stage-teaser-link a span.icon:before {
        color: #FF6600; }
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper .stage-teaser-link a:hover {
        cursor: pointer;
        color: #FF6600; } }

@media screen and (min-width: 1010px) {
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper {
        position: absolute;
        width: 45%; }
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper.left {
        left: 8%;
        text-align: left; }
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper.right {
        right: 3%;
        text-align: left; }
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper.top {
        top: 40px; }
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper.bottom {
        bottom: 8%; }
    .home-stage-teaser-wrapper .home-stage-teaser .stage-teaser-text-wrapper.center {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }

.home-teaser-wrapper {
    margin-top: 40px;
    margin-bottom: 40px; }
.home-teaser-wrapper .margin-bottom-teaser {
    margin-bottom: 15px; }
@media screen and (max-width: 1009px) {
    .home-teaser-wrapper .margin-bottom-teaser {
        margin-bottom: 0; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home-teaser-wrapper .teaser {
        flex: 1;
        display: block; } }
.home-teaser-wrapper .teaser .show-video > .icon-video.video {
    font-size: 120px;
    height: 118px;
    margin-left: -58px;
    margin-top: -43px; }

.extend-teasers {
    padding-right: 0; }
.extend-teasers .extend-teaser {
    position: relative;
    margin-bottom: 30px; }
.extend-teasers .extend-teaser .extend-teaser-image, .extend-teasers .extend-teaser .extend-teaser-cropped-image {
    padding-bottom: 90px; }
.extend-teasers .extend-teaser .extend-teaser-image img, .extend-teasers .extend-teaser .extend-teaser-cropped-image img {
    display: block;
    margin: auto;
    width: 100%; }
@media screen and (max-width: 1680px) {
    .extend-teasers .extend-teaser .extend-teaser-image img, .extend-teasers .extend-teaser .extend-teaser-cropped-image img {
        width: 100%; } }
.extend-teasers .extend-teaser .extend-teaser-new-icon {
    margin-top: 0;
    position: absolute;
    width: 21%; }
.extend-teasers .extend-teaser .extend-teaser-icon {
    margin-top: -110px; }
.extend-teasers .extend-teaser .extend-teaser-teaser, .extend-teasers .extend-teaser .extend-teaser-teaser-full {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80); }
.extend-teasers .extend-teaser .extend-teaser-teaser .extend-teaser-teaser-title, .extend-teasers .extend-teaser .extend-teaser-teaser-full .extend-teaser-teaser-title {
    padding-top: 10px;
    margin-left: 21px;
    position: relative; }
.extend-teasers .extend-teaser .extend-teaser-teaser .extend-teaser-teaser-title span.icon, .extend-teasers .extend-teaser .extend-teaser-teaser-full .extend-teaser-teaser-title span.icon {
    position: absolute;
    left: -36px;
    top: -1px;
    overflow: hidden; }
.extend-teasers .extend-teaser .extend-teaser-teaser .extend-teaser-teaser-copytext, .extend-teasers .extend-teaser .extend-teaser-teaser-full .extend-teaser-teaser-copytext {
    min-height: 50px;
    margin-left: 20px;
    color: #666666; }
@media screen and (max-width: 764px) {
    .extend-teasers .extend-teaser .extend-teaser-teaser .extend-teaser-teaser-copytext, .extend-teasers .extend-teaser .extend-teaser-teaser-full .extend-teaser-teaser-copytext {
        min-height: 0; } }
.extend-teasers .extend-teaser .extend-teaser-teaser a.more, .extend-teasers .extend-teaser .extend-teaser-teaser-full a.more,
.extend-teasers .extend-teaser .extend-teaser-teaser a.reduce, .extend-teasers .extend-teaser .extend-teaser-teaser-full a.reduce {
    display: none;
    text-decoration: underline;
    margin-left: 1em; }
.extend-teasers .extend-teaser .extend-teaser-teaser-full {
    display: none; }

.content-image-txt-teaser {
    position: relative; }
.content-image-txt-teaser img {
    width: 100%; }
.content-image-txt-teaser .text-wrapper {
    position: absolute;
    top: 0px;
    left: 0px; }
.content-image-txt-teaser .text-wrapper h1 {
    margin-top: 0px; }
.content-image-txt-teaser .orange-block {
    min-height: 300px;
    width: 100%;
    background-color: #FF6600; }
.content-image-txt-teaser .white-block {
    background-color: #FFF;
    min-height: 300px;
    width: 100%;
    border: 1px solid #FF6600; }
.content-image-txt-teaser a.white:hover .icon {
    color: #FFF; }
.content-image-txt-teaser .no-border {
    border: none; }
.content-image-txt-teaser .top {
    top: 40px; }
@media screen and (max-width: 1010px) {
    .content-image-txt-teaser .top {
        top: 25px; } }
.content-image-txt-teaser .left {
    left: 40px; }
@media screen and (max-width: 1010px) {
    .content-image-txt-teaser .left {
        left: 25px; } }
.content-image-txt-teaser .bottom {
    bottom: 2%; }
.content-image-txt-teaser .right {
    right: 4%; }

.accordion-wrapper .panel-heading {
    line-height: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    padding-right: 40px; }
.accordion-wrapper .panel-heading > .icon {
    position: absolute;
    color: #FF6600;
    right: 0;
    top: 0; }

.accordion-wrapper .panel-group .panel + .panel {
    margin-top: 0; }

.accordion-wrapper .panel-group {
    margin-bottom: 0; }

.accordion-wrapper .panel-content-headline {
    margin-bottom: 0;
    line-height: 40px;
    display: block;
    margin-left: 15px; }

.accordion-wrapper .panel-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 20px;
    line-height: 1.1;
    font-weight: 500; }
.accordion-wrapper .panel-title .panel-title-right {
    float: right; }
@media all and (max-width: 765px) {
    .accordion-wrapper .panel-title .panel-title-right.mobile-pull-left {
        float: left; } }

.filter-marginal {
    border: 1px solid #C8C8C8;
    margin: 0px 15px 30px 15px;
    padding: 15px 0px; }

.filter-headline {
    padding: 0 15px; }
.filter-headline .filter-headline-icon {
    line-height: 1;
    font-size: 40px;
    margin-left: -1px;
    float: left;
    color: #C8C8C8; }
.filter-headline .filter-headline-text {
    margin-right: 15px;
    line-height: 38px;
    height: 40px; }

.filter-collapse .panel > .panel-collapse > .panel-body {
    padding: 25px 15px 15px 15px; }

.display-inline-block {
    display: inline-block; }

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

.pagination {
    display: inline-block;
    padding-left: 0; }
.pagination > li {
    display: inline; }
.pagination > li.active a {
    color: #FF6600; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px;
    text-decoration: none; }
.pagination > li > a > span.icon {
    color: #FF6600; }
.pagination > li:first-child > a, .pagination > li:last-child > a {
    padding: 0; }
@media all and (max-width: 520px) {
    .pagination > li:first-child a {
        margin-left: -15px; }
    .pagination > li:last-child a {
        margin-right: -15px; } }

@media screen and (max-width: 400px) {
    .distributor-selection div.left-img > img {
        max-width: none;
        width: 150px;
        height: 90px; } }

@media screen and (min-width: 1010px) {
    .distributor-selection > div.right-text {
        padding-left: 10px; } }

@media screen and (min-width: 765px) and (max-width: 1010px) {
    .distributor-selection > div.right-text {
        margin-top: 15px; }
    .distributor-selection > div.right-text p.margin-bottom-heading {
        margin-bottom: 15px; } }

@media screen and (min-width: 400px) and (max-width: 764px) {
    .distributor-selection > div.right-text {
        padding-left: 10px; } }

@media screen and (max-width: 400px) {
    .distributor-selection > div.right-text {
        width: 100%;
        margin-top: 15px; }
    .distributor-selection > div.right-text p.margin-bottom-heading {
        margin-bottom: 15px; } }

.discontinued-table.table-responsive {
    overflow-y: hidden; }
.discontinued-table.table-responsive .icon-link-discontinued {
    margin-left: 21px;
    position: relative; }
.discontinued-table.table-responsive .icon-link-discontinued span.icon-link {
    position: absolute;
    left: -36px;
    top: -11px; }

.discontinued-doc-details .gen-info-table tbody th, .discontinued-doc-details .gen-info-table tbody td {
    width: 50%; }

.discontinued-doc-details .row p {
    margin-left: 15px; }

.search-discontinued-doc .button-row {
    margin-top: 25px; }

.search-discontinued-doc .error-text {
    display: none; }

.search-discontinued-doc .margin-bottom-buttons {
    margin-bottom: 25px; }

.search-discontinued-doc .check-content label:first-child {
    margin-top: 0; }
.search-discontinued-doc .check-content label:first-child .lbl {
    margin-top: 0; }

.search-discontinued-lightbox ul {
    margin-bottom: 10px; }

.image-video-gallery-wrapper {
    width: 100%; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel {
    max-width: 100%; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .icon-video,
.image-video-gallery-wrapper .image-video-gallery-main-carousel .icon-slideshare {
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    text-align: center; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .icon-video.big-icon,
.image-video-gallery-wrapper .image-video-gallery-main-carousel .icon-slideshare.big-icon {
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel.slick-slider {
    margin-bottom: 0px; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .gallery-caption {
    position: absolute;
    min-height: 40px;
    left: 0;
    bottom: 0;
    right: 80px;
    padding: 5px 15px 5px 15px;
    text-align: left;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.8); }
@media screen and (max-width: 1009px) {
    .image-video-gallery-wrapper .image-video-gallery-main-carousel .gallery-caption {
        right: 0; } }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .video-caption {
    right: 0; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel a.more,
.image-video-gallery-wrapper .image-video-gallery-main-carousel a.reduce {
    display: none;
    text-decoration: underline;
    margin-left: 1em; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image {
    width: 100%;
    text-align: center;
    position: relative; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image > img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .icon {
    color: #FF6600;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0px;
    cursor: pointer; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image a:hover .icon:before {
    color: #3c3c3c; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .zoom-in, .image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .zoom-out {
    position: absolute;
    min-height: 40px;
    bottom: 0; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .zoom-in {
    right: 0px; }
@media screen and (max-width: 1009px) {
    .image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .zoom-in {
        top: 0; } }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .zoom-out {
    right: 0px; }
@media screen and (max-width: 1009px) {
    .image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .zoom-out {
        top: 0; } }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .icon-disabled,
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image a:hover .icon-disabled:before {
    color: #C8C8C8; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .icon-bulb-on,
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .icon-bulb-off {
    right: 96px; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .icon-zoom-in {
    right: 40px; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-image .icon-zoom-out {
    right: 0px; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-video .lazyload-video {
    width: 100%;
    text-align: center; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-video .lazyload-video > img,
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-video .lazyload-video > video {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-video .lazyload-video > img:hover + .icon-video::before,
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-video .lazyload-video > video:hover + .icon-video::before {
    color: #FF6600; }
.image-video-gallery-wrapper .image-video-gallery-main-carousel .image-video-gallery-main-carousel-video .lazyload-video .fluid-width-video-wrapper {
    padding-top: 56.25% !important; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel .icon-video {
    margin-top: -50px;
    margin-left: 10px;
    position: absolute; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider {
    margin-bottom: 15px; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-prev:before, .image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-next:before {
    font-size: 60px; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-prev, .image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-next {
    margin-top: -30px;
    width: 60px;
    height: 60px; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-slide {
    margin-right: 5px;
    width: 62px;
    height: 62px;
    cursor: pointer;
    outline: none; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-slide img {
    width: 60px;
    height: 60px; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-slide.slick-active:last-of-type {
    margin-right: 0; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-slide.slick-current {
    border: none; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel.slick-slider .slick-slide:not(.slick-current) {
    border: none; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel .slick-next {
    right: 8px; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel .slick-next {
        right: -22px; } }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel .image-video-gallery-thumbnail-carousel-image {
    opacity: .6; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel .image-video-gallery-thumbnail-carousel-image:hover {
    opacity: 1; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel .slick-arrow-left {
    top: 0px; }
.image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel .slick-prev {
    left: -53px; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .image-video-gallery-wrapper .image-video-gallery-thumbnail-carousel .slick-prev {
        left: -23px; } }

.icon-slideshare-all {
    margin-top: 0;
    color: #FF6600;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px; }

.lazyload-video-all {
    height: 100%;
    position: relative;
    overflow: hidden; }

.single-image-video-gallery-wrapper {
    height: auto;
    margin-bottom: 0; }
.single-image-video-gallery-wrapper .single-image-video-gallery-main-carousel.slick-slider {
    margin-bottom: 0; }

.image-gallery .image-gallery-link {
    display: block;
    width: 100%; }

.image-gallery .image-gallery-wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto; }

.image-gallery .image-gallery-image {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative; }
.image-gallery .image-gallery-image > img {
    width: 100%;
    max-height: 100%; }

.image-gallery .image-gallery-caption {
    padding-top: 10px;
    padding-bottom: 10px; }
.image-gallery .image-gallery-caption span.btn-block {
    padding-left: 22px; }

.image-container {
    width: 100%;
    text-align: center; }
.image-container > img {
    max-width: 100%;
    /*max-height: 400px;*/
    margin-left: auto;
    margin-right: auto; }

.image-caption {
    text-align: left;
    padding: 5px 0 0 0;
    font-style: italic; }

.image-container-slide-show .carousel-inner .image-caption {
    margin-left: 15px; }

.image-container-slide-show .carousel-control {
    opacity: 1;
    background: #fff; }
.image-container-slide-show .carousel-control:hover, .image-container-slide-show .carousel-control:focus {
    outline: 0;
    text-decoration: none;
    background: #fff; }
.image-container-slide-show .carousel-control .right-arrow-img {
    padding-left: 1px; }
.image-container-slide-show .carousel-control .left-arrow-img {
    padding-right: 1px; }

#tab-content.product-search-content {
    padding: 0 15px;
    margin: -1px 0 0 0;
    min-height: 1px;
    height: auto; }
#tab-content.product-search-content .search-button, #tab-content.product-search-content .reset-search {
    margin: 25px 0; }
#tab-content.product-search-content .margin-bottom-xl {
    margin-bottom: 50px; }
@media (max-width: 765px) {
    #tab-content.product-search-content .form-horizontal .control-label {
        padding-top: 0px;
        padding-bottom: 10px; }
    #tab-content.product-search-content .margin-bottom-xl {
        margin-bottom: 25px; } }
#tab-content.product-search-content .dropdown ul.dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden; }

#search-panel .panel-body {
    padding: 15px 0 0 0;
    margin: 0 -1px -1px -1px; }

.search-criteria .margin-bottom-dropdown {
    margin-bottom: 25px; }

.search-criteria .margin-bottom-last-dropdown {
    margin-bottom: 0; }
@media all and (min-width: 765px) {
    .search-criteria .margin-bottom-last-dropdown {
        margin-bottom: 25px; } }

.search-panel-form .search-button, .search-panel-form .reset-search {
    margin-top: 25px; }

.search-panel-form .margin-bottom-xl {
    margin-bottom: 50px; }

@media (max-width: 765px) {
    .search-panel-form .form-horizontal .control-label {
        padding-top: 0px;
        padding-bottom: 10px; }
    .search-panel-form .margin-bottom-xl {
        margin-bottom: 25px; } }

.search-panel-form .dropdown ul.dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden; }

.search-results .search-result-msg,
.product-search-results .search-result-msg {
    padding: 11px 0; }
@media all and (min-width: 520px) {
    .search-results .search-result-msg,
    .product-search-results .search-result-msg {
        padding: 21px 0; } }
.search-results .search-result-msg p,
.product-search-results .search-result-msg p {
    padding-left: 15px;
    display: inline-block;
    line-height: normal; }

.search-results .search-result-list .result-entry:first-child,
.press-teaser .search-result-list .result-entry:first-child {
    border-top: 1px solid #C8C8C8; }

.search-results .search-result-list .result-entry,
.press-teaser .search-result-list .result-entry {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #C8C8C8; }
.search-results .search-result-list .result-entry:hover,
.press-teaser .search-result-list .result-entry:hover {
    background-color: #EEEEEE;
    cursor: pointer; }
.search-results .search-result-list .result-entry:hover a,
.press-teaser .search-result-list .result-entry:hover a {
    color: #FF6600; }
.search-results .search-result-list .result-entry.last,
.press-teaser .search-result-list .result-entry.last {
    border-bottom: none; }
.search-results .search-result-list .result-entry .result-entry-number,
.press-teaser .search-result-list .result-entry .result-entry-number {
    display: table-cell;
    text-align: center;
    width: 40px;
    vertical-align: top; }
.search-results .search-result-list .result-entry .result-entry-image,
.press-teaser .search-result-list .result-entry .result-entry-image {
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px; }
.search-results .search-result-list .result-entry .result-entry-image img,
.press-teaser .search-result-list .result-entry .result-entry-image img {
    max-width: 100px; }
.search-results .search-result-list .result-entry .result-entry-number + .result-entry-image,
.press-teaser .search-result-list .result-entry .result-entry-number + .result-entry-image {
    padding-left: 0; }
.search-results .search-result-list .result-entry .result-entry-image + .result-entry-text,
.press-teaser .search-result-list .result-entry .result-entry-image + .result-entry-text {
    padding-left: 0; }
.search-results .search-result-list .result-entry .result-entry-text,
.press-teaser .search-result-list .result-entry .result-entry-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px; }
.search-results .search-result-list .result-entry .result-entry-text > .icon,
.press-teaser .search-result-list .result-entry .result-entry-text > .icon {
    margin-left: -10px;
    margin-top: -10px;
    float: left;
    height: 20px; }
.search-results .search-result-list .result-entry .result-entry-text > .icon + .result-entry-headline,
.press-teaser .search-result-list .result-entry .result-entry-text > .icon + .result-entry-headline {
    padding-left: 30px; }
.search-results .search-result-list .result-entry .result-entry-text .font-headline-text-bold,
.press-teaser .search-result-list .result-entry .result-entry-text .font-headline-text-bold {
    margin-top: 0; }
.search-results .search-result-list .result-entry .result-entry-text .product-link,
.press-teaser .search-result-list .result-entry .result-entry-text .product-link {
    position: relative;
    padding-left: 20px;
    margin-top: 15px; }
.search-results .search-result-list .result-entry .result-entry-text .product-link .icon,
.press-teaser .search-result-list .result-entry .result-entry-text .product-link .icon {
    position: absolute;
    top: -10px;
    left: -15px; }
.search-results .search-result-list .result-entry .result-entry-text .product-link a,
.press-teaser .search-result-list .result-entry .result-entry-text .product-link a {
    white-space: normal; }
.search-results .search-result-list .result-entry .result-entry-lightbox-caption,
.press-teaser .search-result-list .result-entry .result-entry-lightbox-caption {
    display: none; }

.search-results.advanced-search-results .search-result-list .result-entry-headline {
    margin-bottom: 0; }

span.highlight {
    background-color: #D9E1E8;
    padding: 0 3px; }

.press-kits.search-results .search-result-list .result-entry:first-child {
    border-top: none; }

.press-kits.search-results .search-result-list .result-entry-image {
    padding-left: 15px; }

.press-kits.search-results .search-result-list .result-entry-text {
    padding-left: 15px; }

.press-kits.search-results .search-result-list .result-entry-image + .result-entry-text {
    padding-left: 0; }

.event-list.search-results .search-result-list .result-entry:first-child {
    border-top: none; }

.product-search-results .table-responsive {
    border: none; }

.product-search-results td.result-img-col img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 15px; }

.product-search-results td.result-name-col .product-link {
    position: relative;
    padding-left: 20px;
    margin-top: 15px; }
.product-search-results td.result-name-col .product-link .icon {
    position: absolute;
    top: -10px;
    left: -15px; }
.product-search-results td.result-name-col .product-link .icon:before {
    color: #FF6600; }
.product-search-results td.result-name-col .product-link a {
    white-space: normal; }

@media (min-width: 520px) {
    .product-search-results td.result-name-col .product-link {
        padding-left: 40px;
        margin-left: 50px;
        margin-top: 0; }
    .product-search-results td.result-name-col .product-link .icon {
        left: 0; }
    .product-search-results td.result-img-col img {
        float: left; } }

.product-search-results .check-col .lbl {
    margin-top: -10px;
    margin-left: -10px; }

.product-search-results .product-search-results-table {
    border-collapse: separate; }
.product-search-results .product-search-results-table > tbody > tr:hover > td.result-img-col {
    background-color: white; }

.product-search-results .table-responsive > .fixed-column {
    position: absolute;
    display: inline-block;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    z-index: 901; }
.product-search-results .table-responsive > .fixed-column td {
    background-color: #FFF; }

.product-search-results th#product-first-col {
    width: 110px;
    min-width: 110px;
    max-width: 110px; }

.product-search-results .product-search-results-table th:not(#product-first-col) {
    min-width: 120px;
    white-space: normal; }

@media (min-width: 520px) {
    .product-search-results .table-responsive > .fixed-column {
        width: 240px;
        min-width: 240px;
        max-width: 240px; }
    .product-search-results th#product-first-col {
        width: 240px;
        min-width: 240px;
        max-width: 240px; }
    .product-search-results .product-search-results-table th:not(#product-first-col) {
        max-width: 120px;
        white-space: normal; } }

.product-search-results .compare-button {
    float: right; }

@media all and (min-width: 765px) {
    .product-search-results .compare-button {
        position: absolute;
        right: 15px;
        top: -50px; } }

.social-hub-row .social-hub-column .social-hub-item {
    border: 1px solid #C8C8C8;
    margin-top: 20px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-clickable:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-clickable:hover h2 {
    color: #FF6600; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-img {
    position: relative; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-img .icon-video {
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet {
    padding: 0 15px 15px 15px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content p, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet p {
    margin-bottom: 25px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content a, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet a {
    color: #FF6600;
    text-decoration: underline; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content a:hover, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet a:hover {
    color: #999999; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author {
    min-height: 40px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author img, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author img {
    float: left;
    margin-right: 15px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details > .social-hub-date, .social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details .social-hub-topic, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details > .social-hub-date, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details .social-hub-topic {
    min-height: 20px;
    padding-left: 55px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details > .social-hub-date.social-hub-date, .social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details .social-hub-topic.social-hub-date, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details > .social-hub-date.social-hub-date, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details .social-hub-topic.social-hub-date {
    padding-top: 4px; }
@media all and (min-width: 1010px) {
    .social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details > .social-hub-date.social-hub-date, .social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details .social-hub-topic.social-hub-date, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details > .social-hub-date.social-hub-date, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details .social-hub-topic.social-hub-date {
        padding-top: 2px; } }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details > .social-hub-date.social-hub-topic, .social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details .social-hub-topic.social-hub-topic, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details > .social-hub-date.social-hub-topic, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details .social-hub-topic.social-hub-topic {
    padding-top: 2px; }
@media all and (min-width: 1010px) {
    .social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details > .social-hub-date.social-hub-topic, .social-hub-row .social-hub-column .social-hub-item .social-hub-content .social-hub-author > div.social-hub-author-details .social-hub-topic.social-hub-topic, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details > .social-hub-date.social-hub-topic, .social-hub-row .social-hub-column .social-hub-item .social-hub-retweet .social-hub-author > div.social-hub-author-details .social-hub-topic.social-hub-topic {
        padding-bottom: 2px;
        padding-top: 0; } }
.social-hub-row .social-hub-column .social-hub-item .social-hub-retweet {
    padding-bottom: 0; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-retweet > div.retweet-info {
    line-height: 40px;
    margin-top: 10px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-retweet > div.retweet-info .retweet-text {
    line-height: 40px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-retweet > div.retweet-info .icon-retweet {
    float: left;
    margin-left: -10px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-retweet > div.retweet-info .icon-retweet:before {
    color: #999999; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-retweet ~ .social-hub-img {
    padding-top: 15px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-content p:first-child {
    margin-top: 25px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer {
    padding: 0 15px 0 15px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer hr {
    margin-top: 0;
    margin-bottom: 0; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer .footer-toolbar .link-list-item {
    float: left;
    margin-right: 30px;
    line-height: 40px;
    padding: 0 0 1px 0; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer .footer-toolbar .link-list-item.last {
    margin-right: 0; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer .footer-toolbar .link-list-item span.icon {
    margin: 0 0 0 -10px; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer .footer-toolbar .link-list-item a {
    color: #999999; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer .footer-toolbar .link-list-item a:hover {
    color: #FF6600; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer .footer-toolbar .link-list-item a:hover .icon:before {
    color: #FF6600; }
.social-hub-row .social-hub-column .social-hub-item .social-hub-footer .footer-toolbar .link-list-item .icon:before {
    color: #999999; }

.social-hub-load-more-button {
    width: 100%; }

.social-tweet {
    background-color: #f60;
    color: #fff;
    cursor: pointer;
    padding: 3px 10px; }

.social-facebook {
    background-color: #4267b2;
    color: #fff;
    cursor: pointer;
    padding: 3px 10px; }

.social-facebook-content {
    display: none; }

/*iframe ._2lqh{
  	display: none;
  } */
.u-inlineBlock {
    color: red; }

.image-overview-box .image-gallery-lightbox a > .pd-gallery-img {
    position: relative; }
.image-overview-box .image-gallery-lightbox a > .pd-gallery-img img {
    margin: 0 auto; }

.image-overview-box .result-entry-lightbox-caption {
    display: none; }

.fastcal-search-boxblock {
    background-color: #E6E7E8;
    width: 100%;
    padding: 30px;
    display: inline-block;
    border: 1px solid #C8C8C8; }
.fastcal-search-boxblock .ean-click-link {
    margin-top: 8px; }
.fastcal-search-boxblock .ean-click-link a {
    color: #FF6600; }
.fastcal-search-boxblock .ean-click-link a:hover {
    color: #666666; }

.slider_cal {
    width: 400px;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    color: white; }
.slider_cal .parent-slide {
    padding: 15px; }
.slider_cal img {
    display: block;
    margin: auto; }

.cal-product-details-slider, .cal-product-details-slider-second {
    margin: 0 auto;
    padding: 0 45px; }
.cal-product-details-slider .slick-arrow-left, .cal-product-details-slider-second .slick-arrow-left {
    left: 0; }
.cal-product-details-slider .slick-arrow-right, .cal-product-details-slider-second .slick-arrow-right {
    right: 0; }
.cal-product-details-slider .slick-slide .cal-image-carousel-link.active, .cal-product-details-slider-second .slick-slide .cal-image-carousel-link.active {
    color: #FF6600; }
.cal-product-details-slider .slick-slide .cal-image-carousel-link.active .cal-image, .cal-product-details-slider-second .slick-slide .cal-image-carousel-link.active .cal-image {
    border: 1pt solid #FF6600; }

.fast-calc-iframe iframe {
    width: 100%;
    height: 999px;
    margin-top: 30px;
    margin-bottom: 15px;
    border: 1px solid #C8C8C8; }

.fast-calc-iframe.col-centered {
    float: none;
    margin: 0 auto;
    clear: both; }

.fastcal-note-text {
    font-size: 12px; }
@media (min-width: 300px) and (max-width: 767px) {
    .fastcal-note-text {
        margin-bottom: 20px; } }

.fast-cal-error .error-message-bg {
    border: 1px solid #DC3C14;
    background-color: #ffe0e0;
    margin: 10px 0px;
    padding: 15px;
    clear: both; }
.fast-cal-error .error-message-bg .error-message {
    font-size: 14px;
    line-height: 27px; }
.fast-cal-error .error-message-bg .error-message a {
    color: #FF6600; }
.fast-cal-error .error-message-bg .error-message a:hover {
    color: #666666; }

#fast-Calc-Form .input-group {
    width: 100%; }

.switch-languages .dropdown-select-option {
    margin-top: 24px; }
@media (min-width: 300px) and (max-width: 767px) {
    .switch-languages .dropdown-select-option {
        margin-bottom: 10px;
        margin-top: 0;
        float: left !important; } }
.switch-languages .dropdown-select-option .language-select {
    overflow: hidden;
    background: #E6E7E8; }
.switch-languages .dropdown-select-option select {
    border: 0;
    color: #FF6600;
    font-size: 14px;
    padding: 5px 7px;
    -webkit-appearance: none; }
.switch-languages .dropdown-select-option select option {
    font-size: 14px;
    background-color: #FFF;
    padding: 8px 7px; }

.switch-languages .switch-lng-button {
    border: 1px solid #C8C8C8;
    height: 31px;
    box-sizing: border-box;
    margin-top: 18px; }
.switch-languages .switch-lng-button .switch-btn {
    padding: 5px 7px;
    border: none;
    border-radius: 0;
    background-color: #FFF;
    display: inline-block;
    position: relative;
    float: left; }
.switch-languages .switch-lng-button .switch-btn a {
    color: #333; }
.switch-languages .switch-lng-button .switch-btn.active {
    background: #FF6600;
    color: #FFF; }
.switch-languages .switch-lng-button .switch-btn.active a {
    color: #FFF; }
@media (min-width: 300px) and (max-width: 767px) {
    .switch-languages .switch-lng-button {
        margin-top: 0px;
        margin-bottom: 10px;
        float: left !important; } }

.switch-languages hr {
    margin-top: 0px;
    margin-bottom: 0px; }

.drop {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 1px;
    border: 2px dashed #c8c8c8;
    text-align: center;
    color: #7f858a;
    width: 100%;
    margin-bottom: 15px; }

.drop a {
    background-color: #F60;
    padding: 12px 26px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
    border: 1px solid #F60; }

.drop a:hover {
    background-color: #fff;
    color: #F60;
    border: 1px solid #F60; }

.drop input {
    display: none; }

.upload ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }

.upload ul li {
    height: 35px;
    position: relative;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.upload ul li input {
    display: none; }

.upload ul li p {
    color: #000;
    width: 100%;
    margin: 0;
    line-height: 13px;
    font-size: 13px; }

.upload ul li i {
    font-weight: normal;
    font-style: normal;
    color: #7f7f7f;
    display: block; }

.upload ul li canvas {
    top: 15px;
    left: 32px;
    position: absolute; }

.upload ul li span {
    height: 12px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    color: red;
    font-size: 14px; }

.upload ul li.working span {
    height: 16px;
    background-position: 0 -12px; }

.upload ul li.error p {
    color: red; }

.drop.in {
    width: 100%;
    border: 2px dashed #F60;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.drop.hover {
    background: #E6E7E8;
    border: 2px dashed #F60;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.drop.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1; }

.drop:hover, .drop:focus {
    border: 2px dashed #F60;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #E6E7E8; }

.drop-text {
    font-size: 20px; }

.fileUploaddisable {
    background: #E6E7E8 !important;
    border: 1px solid #F60 !important;
    pointer-events: none; }

.error-message-bg {
    border: 1px solid #DC3C14;
    background-color: #ffe0e0;
    margin: 10px 0px; }

.ms-icon_error:before {
    content: "\71";
    font-size: 90px;
    color: #DC3C14;
    font-weight: 800 !important; }

.error-message ul {
    margin: 0px;
    padding: 0px;
    list-style-type: square !important; }

.error-message ul li {
    font-size: 12px;
    color: #DC3C14; }

.error-message-bg .error-message-single .icon-remove:before {
    content: "C";
    font-size: 45px;
    color: #dc3c14;
    font-weight: 400 !important; }

.error-message-bg .icon-remove:before {
    content: "C";
    font-size: 90px;
    color: #dc3c14;
    font-weight: 800 !important; }

.error-message-bg .error-message-text {
    margin-top: 12px; }

@media (max-width: 520px) {
    .error-message-bg .icon-remove:before {
        content: "C";
        font-size: 70px;
        color: #dc3c14;
        font-weight: 800 !important;
        position: absolute;
        left: -5px; }
    .error-message-bg .error-message-text {
        margin-top: 5px; }
    .error-message-bg .error-message-single .icon-remove:before {
        font-size: 24px;
        left: 2px; } }

.required {
    color: #dc3c14; }

.formvalidation {
    border: 1px solid #dc3c14 !important; }

.nopadding {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.check-content label {
    display: table; }

.add-claim-item:nth-child(odd) {
    background-color: #FFFFFF; }

.add-claim-item:nth-child(even) {
    background-color: #E6E7E8; }

input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer;
    top: 7px;
    left: 25px; }

input[type=checkbox] + .lbl {
    cursor: pointer;
    margin: 0;
    padding-bottom: 0; }

.multi-field {
    margin: 0px -15px;
    padding: 15px 15px; }
.multi-field:nth-child(odd) {
    background-color: #FFF; }
.multi-field:nth-child(even) {
    background-color: #C8C8C8; }

.file-progress {
    display: none; }

.confirmation-notification-area {
    display: block;
    background-color: #e6e7e8;
    color: #666; }

.confirmation-icon {
    border: 1px solid #119411;
    background-color: #d5f2d6;
    display: inline-block; }
.confirmation-icon img {
    display: -webkit-inline-box;
    height: 90px; }

.checkbox-control, .radiobtn-control {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 25px; }
.checkbox-control span, .radiobtn-control span {
    cursor: pointer; }
.checkbox-control input:checked ~ .checkbox-indicator:after, .radiobtn-control input:checked ~ .checkbox-indicator:after {
    display: block; }
.checkbox-control input:checked ~ .radiobtn-indicator:after, .radiobtn-control input:checked ~ .radiobtn-indicator:after {
    display: block; }

.checkbox-indicator, .radiobtn-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #3c3c3c; }
.checkbox-indicator:after, .radiobtn-indicator:after {
    top: 1px;
    left: 5px;
    width: 5px;
    height: 9px;
    transform: rotate(45deg);
    border: solid #3c3c3c;
    border-width: 0 2px 2px 0;
    position: absolute;
    display: none;
    content: ''; }

.check-content input[type=checkbox], .check-content input[type=radio] {
    left: 1px;
    top: -1px;
    width: 16px;
    height: 16px; }

.radiobtn-indicator {
    border-radius: 50%; }
.radiobtn-indicator:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3c3c3c; }

.gray-gradient.left-gradient {
    background-image: -webkit-linear-gradient(left, #E6E7E8 0%, #FFF 100%);
    background-image: -o-linear-gradient(left, #E6E7E8 0%, #FFF 100%);
    background-image: linear-gradient(to right, #E6E7E8 0%, #FFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E7E8', endColorstr='#FFFFFFFF', GradientType=1); }

.gray-gradient.right-gradient {
    background-image: -webkit-linear-gradient(left, #FFF 0%, #E6E7E8 100%);
    background-image: -o-linear-gradient(left, #FFF 0%, #E6E7E8 100%);
    background-image: linear-gradient(to right, #FFF 0%, #E6E7E8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E7E8', GradientType=1); }

.gray-gradient.top-gradient {
    background-image: -webkit-linear-gradient(top, #E6E7E8 0%, #FFF 100%);
    background-image: -o-linear-gradient(top, #E6E7E8 0%, #FFF 100%);
    background-image: linear-gradient(to bottom, #E6E7E8 0%, #FFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E7E8', endColorstr='#FFFFFFFF', GradientType=0); }

.gray-gradient.bottom-gradient {
    background-image: -webkit-linear-gradient(top, #FFF 0%, #E6E7E8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #E6E7E8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #E6E7E8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E7E8', GradientType=0); }

.gray-gradient.left-right-gradient {
    background-image: -webkit-linear-gradient(left, #E6E7E8, #FFF 50%, #E6E7E8);
    background-image: -o-linear-gradient(left, #E6E7E8, #FFF 50%, #E6E7E8);
    background-image: linear-gradient(to right, #E6E7E8, #FFF 50%, #E6E7E8);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E7E8', endColorstr='#FFE6E7E8', GradientType=1); }

.darkgray-gradient.left-gradient {
    background-image: -webkit-linear-gradient(left, #C8C8C8 0%, #FFF 100%);
    background-image: -o-linear-gradient(left, #C8C8C8 0%, #FFF 100%);
    background-image: linear-gradient(to right, #C8C8C8 0%, #FFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC8C8C8', endColorstr='#FFFFFFFF', GradientType=1); }

.darkgray-gradient.right-gradient {
    background-image: -webkit-linear-gradient(left, #FFF 0%, #C8C8C8 100%);
    background-image: -o-linear-gradient(left, #FFF 0%, #C8C8C8 100%);
    background-image: linear-gradient(to right, #FFF 0%, #C8C8C8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFC8C8C8', GradientType=1); }

.darkgray-gradient.top-gradient {
    background-image: -webkit-linear-gradient(top, #C8C8C8 0%, #FFF 100%);
    background-image: -o-linear-gradient(top, #C8C8C8 0%, #FFF 100%);
    background-image: linear-gradient(to bottom, #C8C8C8 0%, #FFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC8C8C8', endColorstr='#FFFFFFFF', GradientType=0); }

.darkgray-gradient.bottom-gradient {
    background-image: -webkit-linear-gradient(top, #FFF 0%, #C8C8C8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #C8C8C8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #C8C8C8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFC8C8C8', GradientType=0); }

.gray-gradient, .darkgray-gradient, .orange-bg, .gray-bg {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block; }
.gray-gradient .text-wrapper, .darkgray-gradient .text-wrapper, .orange-bg .text-wrapper, .gray-bg .text-wrapper {
    padding-top: 15px;
    padding-bottom: 15px; }

.orange-bg {
    background-color: #FF6600; }

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

.icon-link-list a, .icon-link-list li, .tsr-icon-link-list a, .tsr-icon-link-list li, .dash-list a, .dash-list li {
    color: #666666; }
.icon-link-list a span.icon:before, .icon-link-list a:before, .icon-link-list li span.icon:before, .icon-link-list li:before, .tsr-icon-link-list a span.icon:before, .tsr-icon-link-list a:before, .tsr-icon-link-list li span.icon:before, .tsr-icon-link-list li:before, .dash-list a span.icon:before, .dash-list a:before, .dash-list li span.icon:before, .dash-list li:before {
    color: #FF6600; }

.icon-link-list a:hover, .tsr-icon-link-list a:hover, .dash-list a:hover {
    color: #FF6600; }

.icon-link-list.orange a, .icon-link-list.orange li, .icon-link-list .link-list-item.orange a, .icon-link-list .link-list-item.orange li, .tsr-icon-link-list.orange a, .tsr-icon-link-list.orange li, .tsr-icon-link-list .link-list-item.orange a, .tsr-icon-link-list .link-list-item.orange li, .dash-list.orange a, .dash-list.orange li, .dash-list .link-list-item.orange a, .dash-list .link-list-item.orange li {
    color: #FF6600; }
.icon-link-list.orange a span.icon:before, .icon-link-list.orange a:before, .icon-link-list.orange li span.icon:before, .icon-link-list.orange li:before, .icon-link-list .link-list-item.orange a span.icon:before, .icon-link-list .link-list-item.orange a:before, .icon-link-list .link-list-item.orange li span.icon:before, .icon-link-list .link-list-item.orange li:before, .tsr-icon-link-list.orange a span.icon:before, .tsr-icon-link-list.orange a:before, .tsr-icon-link-list.orange li span.icon:before, .tsr-icon-link-list.orange li:before, .tsr-icon-link-list .link-list-item.orange a span.icon:before, .tsr-icon-link-list .link-list-item.orange a:before, .tsr-icon-link-list .link-list-item.orange li span.icon:before, .tsr-icon-link-list .link-list-item.orange li:before, .dash-list.orange a span.icon:before, .dash-list.orange a:before, .dash-list.orange li span.icon:before, .dash-list.orange li:before, .dash-list .link-list-item.orange a span.icon:before, .dash-list .link-list-item.orange a:before, .dash-list .link-list-item.orange li span.icon:before, .dash-list .link-list-item.orange li:before {
    color: #FF6600; }

.icon-link-list.orange a:hover, .icon-link-list .link-list-item.orange a:hover, .tsr-icon-link-list.orange a:hover, .tsr-icon-link-list .link-list-item.orange a:hover, .dash-list.orange a:hover, .dash-list .link-list-item.orange a:hover {
    color: #666666; }

.icon-link-list.white a, .icon-link-list.white li, .icon-link-list .link-list-item.white a, .icon-link-list .link-list-item.white li, .tsr-icon-link-list.white a, .tsr-icon-link-list.white li, .tsr-icon-link-list .link-list-item.white a, .tsr-icon-link-list .link-list-item.white li, .dash-list.white a, .dash-list.white li, .dash-list .link-list-item.white a, .dash-list .link-list-item.white li {
    color: #FFF; }
.icon-link-list.white a span.icon:before, .icon-link-list.white a:before, .icon-link-list.white li span.icon:before, .icon-link-list.white li:before, .icon-link-list .link-list-item.white a span.icon:before, .icon-link-list .link-list-item.white a:before, .icon-link-list .link-list-item.white li span.icon:before, .icon-link-list .link-list-item.white li:before, .tsr-icon-link-list.white a span.icon:before, .tsr-icon-link-list.white a:before, .tsr-icon-link-list.white li span.icon:before, .tsr-icon-link-list.white li:before, .tsr-icon-link-list .link-list-item.white a span.icon:before, .tsr-icon-link-list .link-list-item.white a:before, .tsr-icon-link-list .link-list-item.white li span.icon:before, .tsr-icon-link-list .link-list-item.white li:before, .dash-list.white a span.icon:before, .dash-list.white a:before, .dash-list.white li span.icon:before, .dash-list.white li:before, .dash-list .link-list-item.white a span.icon:before, .dash-list .link-list-item.white a:before, .dash-list .link-list-item.white li span.icon:before, .dash-list .link-list-item.white li:before {
    color: #FF6600; }

.icon-link-list.white a:hover, .icon-link-list .link-list-item.white a:hover, .tsr-icon-link-list.white a:hover, .tsr-icon-link-list .link-list-item.white a:hover, .dash-list.white a:hover, .dash-list .link-list-item.white a:hover {
    color: #FF6600; }

.icon-link-list.black a, .icon-link-list.black li, .icon-link-list .link-list-item.black a, .icon-link-list .link-list-item.black li, .tsr-icon-link-list.black a, .tsr-icon-link-list.black li, .tsr-icon-link-list .link-list-item.black a, .tsr-icon-link-list .link-list-item.black li, .dash-list.black a, .dash-list.black li, .dash-list .link-list-item.black a, .dash-list .link-list-item.black li {
    color: #3c3c3c; }
.icon-link-list.black a span.icon:before, .icon-link-list.black a:before, .icon-link-list.black li span.icon:before, .icon-link-list.black li:before, .icon-link-list .link-list-item.black a span.icon:before, .icon-link-list .link-list-item.black a:before, .icon-link-list .link-list-item.black li span.icon:before, .icon-link-list .link-list-item.black li:before, .tsr-icon-link-list.black a span.icon:before, .tsr-icon-link-list.black a:before, .tsr-icon-link-list.black li span.icon:before, .tsr-icon-link-list.black li:before, .tsr-icon-link-list .link-list-item.black a span.icon:before, .tsr-icon-link-list .link-list-item.black a:before, .tsr-icon-link-list .link-list-item.black li span.icon:before, .tsr-icon-link-list .link-list-item.black li:before, .dash-list.black a span.icon:before, .dash-list.black a:before, .dash-list.black li span.icon:before, .dash-list.black li:before, .dash-list .link-list-item.black a span.icon:before, .dash-list .link-list-item.black a:before, .dash-list .link-list-item.black li span.icon:before, .dash-list .link-list-item.black li:before {
    color: #FF6600; }

.icon-link-list.black a:hover, .icon-link-list .link-list-item.black a:hover, .tsr-icon-link-list.black a:hover, .tsr-icon-link-list .link-list-item.black a:hover, .dash-list.black a:hover, .dash-list .link-list-item.black a:hover {
    color: #FF6600; }

.orange-bg .icon-link-list a, .orange-bg .icon-link-list li, .orange-bg .tsr-icon-link-list a, .orange-bg .tsr-icon-link-list li, .orange-bg .dash-list a, .orange-bg .dash-list li {
    color: #666666; }
.orange-bg .icon-link-list a span.icon:before, .orange-bg .icon-link-list a:before, .orange-bg .icon-link-list li span.icon:before, .orange-bg .icon-link-list li:before, .orange-bg .tsr-icon-link-list a span.icon:before, .orange-bg .tsr-icon-link-list a:before, .orange-bg .tsr-icon-link-list li span.icon:before, .orange-bg .tsr-icon-link-list li:before, .orange-bg .dash-list a span.icon:before, .orange-bg .dash-list a:before, .orange-bg .dash-list li span.icon:before, .orange-bg .dash-list li:before {
    color: #FFF; }

.orange-bg .icon-link-list a:hover, .orange-bg .tsr-icon-link-list a:hover, .orange-bg .dash-list a:hover {
    color: #FFF; }

.orange-bg .icon-link-list.white a, .orange-bg .icon-link-list.white li, .orange-bg .tsr-icon-link-list.white a, .orange-bg .tsr-icon-link-list.white li, .orange-bg .dash-list.white a, .orange-bg .dash-list.white li {
    color: #FFF; }
.orange-bg .icon-link-list.white a span.icon:before, .orange-bg .icon-link-list.white a:before, .orange-bg .icon-link-list.white li span.icon:before, .orange-bg .icon-link-list.white li:before, .orange-bg .tsr-icon-link-list.white a span.icon:before, .orange-bg .tsr-icon-link-list.white a:before, .orange-bg .tsr-icon-link-list.white li span.icon:before, .orange-bg .tsr-icon-link-list.white li:before, .orange-bg .dash-list.white a span.icon:before, .orange-bg .dash-list.white a:before, .orange-bg .dash-list.white li span.icon:before, .orange-bg .dash-list.white li:before {
    color: #FFF; }

.orange-bg .icon-link-list.white a:hover, .orange-bg .tsr-icon-link-list.white a:hover, .orange-bg .dash-list.white a:hover {
    color: #666666; }

.gray-bg .icon-link-list a, .gray-bg .icon-link-list li, .gray-bg .tsr-icon-link-list a, .gray-bg .tsr-icon-link-list li, .gray-bg .dash-list a, .gray-bg .dash-list li, .gray-gradient .icon-link-list a, .gray-gradient .icon-link-list li, .gray-gradient .tsr-icon-link-list a, .gray-gradient .tsr-icon-link-list li, .gray-gradient .dash-list a, .gray-gradient .dash-list li, .darkgray-gradient .icon-link-list a, .darkgray-gradient .icon-link-list li, .darkgray-gradient .tsr-icon-link-list a, .darkgray-gradient .tsr-icon-link-list li, .darkgray-gradient .dash-list a, .darkgray-gradient .dash-list li {
    color: #666666; }
.gray-bg .icon-link-list a span.icon:before, .gray-bg .icon-link-list a:before, .gray-bg .icon-link-list li span.icon:before, .gray-bg .icon-link-list li:before, .gray-bg .tsr-icon-link-list a span.icon:before, .gray-bg .tsr-icon-link-list a:before, .gray-bg .tsr-icon-link-list li span.icon:before, .gray-bg .tsr-icon-link-list li:before, .gray-bg .dash-list a span.icon:before, .gray-bg .dash-list a:before, .gray-bg .dash-list li span.icon:before, .gray-bg .dash-list li:before, .gray-gradient .icon-link-list a span.icon:before, .gray-gradient .icon-link-list a:before, .gray-gradient .icon-link-list li span.icon:before, .gray-gradient .icon-link-list li:before, .gray-gradient .tsr-icon-link-list a span.icon:before, .gray-gradient .tsr-icon-link-list a:before, .gray-gradient .tsr-icon-link-list li span.icon:before, .gray-gradient .tsr-icon-link-list li:before, .gray-gradient .dash-list a span.icon:before, .gray-gradient .dash-list a:before, .gray-gradient .dash-list li span.icon:before, .gray-gradient .dash-list li:before, .darkgray-gradient .icon-link-list a span.icon:before, .darkgray-gradient .icon-link-list a:before, .darkgray-gradient .icon-link-list li span.icon:before, .darkgray-gradient .icon-link-list li:before, .darkgray-gradient .tsr-icon-link-list a span.icon:before, .darkgray-gradient .tsr-icon-link-list a:before, .darkgray-gradient .tsr-icon-link-list li span.icon:before, .darkgray-gradient .tsr-icon-link-list li:before, .darkgray-gradient .dash-list a span.icon:before, .darkgray-gradient .dash-list a:before, .darkgray-gradient .dash-list li span.icon:before, .darkgray-gradient .dash-list li:before {
    color: #FF6600; }

.gray-bg .icon-link-list a:hover, .gray-bg .tsr-icon-link-list a:hover, .gray-bg .dash-list a:hover, .gray-gradient .icon-link-list a:hover, .gray-gradient .tsr-icon-link-list a:hover, .gray-gradient .dash-list a:hover, .darkgray-gradient .icon-link-list a:hover, .darkgray-gradient .tsr-icon-link-list a:hover, .darkgray-gradient .dash-list a:hover {
    color: #FF6600; }

.gray-bg .icon-link-list.orange a, .gray-bg .icon-link-list.orange li, .gray-bg .tsr-icon-link-list.orange a, .gray-bg .tsr-icon-link-list.orange li, .gray-bg .dash-list.orange a, .gray-bg .dash-list.orange li, .gray-gradient .icon-link-list.orange a, .gray-gradient .icon-link-list.orange li, .gray-gradient .tsr-icon-link-list.orange a, .gray-gradient .tsr-icon-link-list.orange li, .gray-gradient .dash-list.orange a, .gray-gradient .dash-list.orange li, .darkgray-gradient .icon-link-list.orange a, .darkgray-gradient .icon-link-list.orange li, .darkgray-gradient .tsr-icon-link-list.orange a, .darkgray-gradient .tsr-icon-link-list.orange li, .darkgray-gradient .dash-list.orange a, .darkgray-gradient .dash-list.orange li {
    color: #FF6600; }
.gray-bg .icon-link-list.orange a span.icon:before, .gray-bg .icon-link-list.orange a:before, .gray-bg .icon-link-list.orange li span.icon:before, .gray-bg .icon-link-list.orange li:before, .gray-bg .tsr-icon-link-list.orange a span.icon:before, .gray-bg .tsr-icon-link-list.orange a:before, .gray-bg .tsr-icon-link-list.orange li span.icon:before, .gray-bg .tsr-icon-link-list.orange li:before, .gray-bg .dash-list.orange a span.icon:before, .gray-bg .dash-list.orange a:before, .gray-bg .dash-list.orange li span.icon:before, .gray-bg .dash-list.orange li:before, .gray-gradient .icon-link-list.orange a span.icon:before, .gray-gradient .icon-link-list.orange a:before, .gray-gradient .icon-link-list.orange li span.icon:before, .gray-gradient .icon-link-list.orange li:before, .gray-gradient .tsr-icon-link-list.orange a span.icon:before, .gray-gradient .tsr-icon-link-list.orange a:before, .gray-gradient .tsr-icon-link-list.orange li span.icon:before, .gray-gradient .tsr-icon-link-list.orange li:before, .gray-gradient .dash-list.orange a span.icon:before, .gray-gradient .dash-list.orange a:before, .gray-gradient .dash-list.orange li span.icon:before, .gray-gradient .dash-list.orange li:before, .darkgray-gradient .icon-link-list.orange a span.icon:before, .darkgray-gradient .icon-link-list.orange a:before, .darkgray-gradient .icon-link-list.orange li span.icon:before, .darkgray-gradient .icon-link-list.orange li:before, .darkgray-gradient .tsr-icon-link-list.orange a span.icon:before, .darkgray-gradient .tsr-icon-link-list.orange a:before, .darkgray-gradient .tsr-icon-link-list.orange li span.icon:before, .darkgray-gradient .tsr-icon-link-list.orange li:before, .darkgray-gradient .dash-list.orange a span.icon:before, .darkgray-gradient .dash-list.orange a:before, .darkgray-gradient .dash-list.orange li span.icon:before, .darkgray-gradient .dash-list.orange li:before {
    color: #FF6600; }

.gray-bg .icon-link-list.orange a:hover, .gray-bg .tsr-icon-link-list.orange a:hover, .gray-bg .dash-list.orange a:hover, .gray-gradient .icon-link-list.orange a:hover, .gray-gradient .tsr-icon-link-list.orange a:hover, .gray-gradient .dash-list.orange a:hover, .darkgray-gradient .icon-link-list.orange a:hover, .darkgray-gradient .tsr-icon-link-list.orange a:hover, .darkgray-gradient .dash-list.orange a:hover {
    color: #666666; }

.gray-bg .icon-link-list.white a, .gray-bg .icon-link-list.white li, .gray-bg .tsr-icon-link-list.white a, .gray-bg .tsr-icon-link-list.white li, .gray-bg .dash-list.white a, .gray-bg .dash-list.white li, .gray-gradient .icon-link-list.white a, .gray-gradient .icon-link-list.white li, .gray-gradient .tsr-icon-link-list.white a, .gray-gradient .tsr-icon-link-list.white li, .gray-gradient .dash-list.white a, .gray-gradient .dash-list.white li, .darkgray-gradient .icon-link-list.white a, .darkgray-gradient .icon-link-list.white li, .darkgray-gradient .tsr-icon-link-list.white a, .darkgray-gradient .tsr-icon-link-list.white li, .darkgray-gradient .dash-list.white a, .darkgray-gradient .dash-list.white li {
    color: #FFF; }
.gray-bg .icon-link-list.white a span.icon:before, .gray-bg .icon-link-list.white a:before, .gray-bg .icon-link-list.white li span.icon:before, .gray-bg .icon-link-list.white li:before, .gray-bg .tsr-icon-link-list.white a span.icon:before, .gray-bg .tsr-icon-link-list.white a:before, .gray-bg .tsr-icon-link-list.white li span.icon:before, .gray-bg .tsr-icon-link-list.white li:before, .gray-bg .dash-list.white a span.icon:before, .gray-bg .dash-list.white a:before, .gray-bg .dash-list.white li span.icon:before, .gray-bg .dash-list.white li:before, .gray-gradient .icon-link-list.white a span.icon:before, .gray-gradient .icon-link-list.white a:before, .gray-gradient .icon-link-list.white li span.icon:before, .gray-gradient .icon-link-list.white li:before, .gray-gradient .tsr-icon-link-list.white a span.icon:before, .gray-gradient .tsr-icon-link-list.white a:before, .gray-gradient .tsr-icon-link-list.white li span.icon:before, .gray-gradient .tsr-icon-link-list.white li:before, .gray-gradient .dash-list.white a span.icon:before, .gray-gradient .dash-list.white a:before, .gray-gradient .dash-list.white li span.icon:before, .gray-gradient .dash-list.white li:before, .darkgray-gradient .icon-link-list.white a span.icon:before, .darkgray-gradient .icon-link-list.white a:before, .darkgray-gradient .icon-link-list.white li span.icon:before, .darkgray-gradient .icon-link-list.white li:before, .darkgray-gradient .tsr-icon-link-list.white a span.icon:before, .darkgray-gradient .tsr-icon-link-list.white a:before, .darkgray-gradient .tsr-icon-link-list.white li span.icon:before, .darkgray-gradient .tsr-icon-link-list.white li:before, .darkgray-gradient .dash-list.white a span.icon:before, .darkgray-gradient .dash-list.white a:before, .darkgray-gradient .dash-list.white li span.icon:before, .darkgray-gradient .dash-list.white li:before {
    color: #FF6600; }

.gray-bg .icon-link-list.white a:hover, .gray-bg .tsr-icon-link-list.white a:hover, .gray-bg .dash-list.white a:hover, .gray-gradient .icon-link-list.white a:hover, .gray-gradient .tsr-icon-link-list.white a:hover, .gray-gradient .dash-list.white a:hover, .darkgray-gradient .icon-link-list.white a:hover, .darkgray-gradient .tsr-icon-link-list.white a:hover, .darkgray-gradient .dash-list.white a:hover {
    color: #FF6600; }

.myledvance-page {
    font-size: 14px;
    line-height: 20px;
    height: 100vh;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: column; }
.myledvance-page .my-ledvance-header {
    padding: 0;
    margin: 0;
    background-color: #FF6600;
    position: relative; }
.myledvance-page .my-ledvance-header .myledvance-logo {
    padding-left: 10px; }
.myledvance-page .my-ledvance-header .nav-item {
    width: 320px;
    position: absolute;
    top: 10px;
    right: 3%; }
.myledvance-page .my-ledvance-header .nav-item .select-language-text {
    font-size: 20px !important;
    line-height: 25px;
    color: #FFF;
    margin-right: 10px; }
.myledvance-page .my-ledvance-header .nav-item .login-text {
    font-size: 20px !important;
    line-height: 25px;
    margin-top: 15px; }
.myledvance-page .body-bg {
    flex: 1; }
.myledvance-page .body-bg .container-fluid {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.myledvance-page .body-bg .container-fluid .circle-center {
    margin: auto;
    width: 450px;
    height: 450px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    color: #FFF;
    text-align: center; }
.myledvance-page .body-bg .container-fluid .circle-center .half-circle-top {
    height: 215px;
    width: 430px;
    background-color: #FF6600;
    position: relative;
    padding: 25px 25px 0 25px; }
.myledvance-page .body-bg .container-fluid .circle-center .half-circle-top .invalid-error {
    top: 5px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    width: 380px;
    padding: 10px 5px;
    color: #dc3c14 !important;
    font-size: 20px;
    line-height: 23px;
    opacity: .8;
    text-align: center; }
.myledvance-page .body-bg .container-fluid .circle-center .half-circle-top .invalid-error a {
    color: #DC3C14 !important; }
.myledvance-page .body-bg .container-fluid .circle-center .half-circle-bottom {
    height: 215px;
    width: 430px;
    background-color: #ff8555;
    position: relative;
    padding: 25px 25px 0 25px; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content h2 {
    font-size: 25px;
    margin-top: 0;
    line-height: 22px;
    height: 45px; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content .form-group {
    margin-bottom: 3px; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content .form-group label {
    width: 140px;
    font-size: 15px; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content .form-control {
    height: 25px;
    font-size: 15px;
    width: 150px; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content .register-text {
    margin: 5px 0; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content .register-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content .register-text ul li:before {
    content: '✓';
    padding-right: 10px; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content .myledvance-btn {
    background-color: #666;
    border: #c8c8c8;
    color: #fff;
    font-size: 15px;
    padding: 5px 40px;
    margin: 2px 0; }
.myledvance-page .body-bg .container-fluid .circle-center .circle-content .password-recover-text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 800; }
.myledvance-page .body-bg .error-message-panel {
    width: 245px;
    height: 294px;
    padding: 15px 20px;
    background: #fff;
    opacity: .8;
    font-size: 15px;
    line-height: 20px;
    color: #dc3c14 !important;
    position: absolute;
    right: 49px; }
.myledvance-page .body-bg .error-message-panel a {
    color: #DC3C14 !important; }
.myledvance-page .myledvance-footer {
    background-color: #666666;
    padding: 0; }
.myledvance-page .myledvance-footer .footer-wrapper {
    background-color: #666666;
    color: #FFF;
    margin-top: 0px !important;
    padding-bottom: 0px !important;}
.myledvance-page .myledvance-footer .footer-wrapper a, .myledvance-page .myledvance-footer .footer-wrapper a:focus, .myledvance-page .myledvance-footer .footer-wrapper a:visited {
    color: #FFF;
    text-decoration: none; }
.myledvance-page a, .myledvance-page a:focus, .myledvance-page a:visited {
    color: #FFF;
    text-decoration: underline; }

.myledvance-content-wrapper .system-message {
    display: flex;
    padding: 0px; }
.myledvance-content-wrapper .system-message .icon-column {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
.myledvance-content-wrapper .system-message .icon-column .icon {
    height: 60px;
    margin-bottom: 0px; }
.myledvance-content-wrapper .system-message .icon-column .icon:before {
    font-size: 60px; }
.myledvance-content-wrapper .system-message .icon-column #closeSystemMessageBtn:before {
    font-size: 30px;
    margin: 15px; }
.myledvance-content-wrapper .system-message .text-wrapper {
    flex: 1;
    padding: 10px 10px; }
.myledvance-content-wrapper .system-message .text-wrapper p {
    margin: 0px; }
.myledvance-content-wrapper .system-message .text-wrapper a {
    color: #FF6600; }

.myledvance-content-wrapper a.underlined {
    text-decoration: none; }

.myledvance-content-wrapper hr {
    border-top: 1px solid #FF6600; }

.myledvance-content-wrapper .stage-teaser-text-wrapper {
    webkit-transform: none !important;
    transform: none !important;
    top: unset !important;
    bottom: 0px !important;
    width: 35% !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px !important; }
@media screen and (max-width: 1160px) {
    .myledvance-content-wrapper .stage-teaser-text-wrapper {
        background-color: #FFF;
        width: 100% !important;
        color: #3c3c3c !important;
        position: relative !important;
        left: 0px !important; } }
.myledvance-content-wrapper .stage-teaser-text-wrapper .stage-teaser-text, .myledvance-content-wrapper .stage-teaser-text-wrapper .stage-teaser-headline {
    color: #FF6600; }
@media screen and (max-width: 1160px) {
    .myledvance-content-wrapper .stage-teaser-text-wrapper .stage-teaser-text, .myledvance-content-wrapper .stage-teaser-text-wrapper .stage-teaser-headline {
        color: #3c3c3c; } }
.myledvance-content-wrapper .stage-teaser-text-wrapper .stage-teaser-headline {
    font-size: 32px !important;
    line-height: 35px !important;
    margin-bottom: 20px !important;
    padding-top: 10px; }
.myledvance-content-wrapper .stage-teaser-text-wrapper .stage-teaser-text {
    font-size: 16px !important;
    margin-bottom: 20px !important; }
.myledvance-content-wrapper .stage-teaser-text-wrapper .icon-link-list .link-list-item {
    padding: 10px 0 10px 0px; }
.myledvance-content-wrapper .stage-teaser-text-wrapper .icon-link-list .link-list-item a {
    border: 1px solid #FF6600;
    color: #FF6600;
    font-size: 16px;
    padding: 10px 20px; }
@media screen and (max-width: 1160px) {
    .myledvance-content-wrapper .stage-teaser-text-wrapper .icon-link-list .link-list-item a {
        border: 1px solid #3c3c3c !important;
        color: #3c3c3c !important; } }
.myledvance-content-wrapper .stage-teaser-text-wrapper .icon-link-list .link-list-item a .icon {
    display: none; }

#mylregisterBtn.inline-lightbox {
    max-width: 1040px; }

#mylregisterBtn .mfp-close {
    width: 28px;
    height: 28px;
    line-height: 33px;
    right: 0;
    top: 0; }

/* ------------------------ myLedvance new login design ----------------------- */
.m-entrance-visual {
    /* MOBILE */ }
.m-entrance-visual .-image-left,
.m-entrance-visual .-image-right {
    width: 100%;
    display: none; }
.m-entrance-visual .-image-left picture,
.m-entrance-visual .-image-right picture {
    width: 100%;
    height: auto;
    display: block; }
@media (min-width: 768px) {
    .m-entrance-visual .-split-image {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 100%;
        width: 50%;
        min-height: 100%;
        transition: .6s ease;
        overflow: hidden; }
    .m-entrance-visual .-split-image picture {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; }
    .m-entrance-visual *::-ms-backdrop,
    .m-entrance-visual .-split-image picture {
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
    .m-entrance-visual .-image-right {
        right: 0;
        left: auto; }
    .m-entrance-visual .-image-left {
        left: 0;
        border-right: 2px solid #fff; }
    .m-entrance-visual .split-image-full {
        width: 100%;
        border: 0;
        z-index: 2;
        display: block;
        position: absolute;
        height: 100%;
        min-height: 100%;
        transition: .6s ease;
        overflow: hidden; }
    .m-entrance-visual .split-image-full picture {
        width: auto;
        height: auto; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1424px) and (orientation: portrait) {
    .m-entrance-visual .-split-image picture {
        width: auto;
        height: 100%; }
    .m-entrance-visual .-split-image picture > img {
        width: auto;
        height: 100%; } }

.m-entrance-teaser {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative; }
@media (min-width: 768px) {
    .m-entrance-teaser {
        width: 520px;
        min-height: 300px;
        background: #f60;
        height: 30rem;
        padding: 40px 40px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2; } }
.m-entrance-teaser .logo {
    height: 42px;
    display: flex;
    background-repeat: no-repeat;
    width: 173px;
    top: 1rem;
    margin: 1rem 0 2rem 18px;
    left: 20px; }
@media (min-width: 768px) {
    .m-entrance-teaser .logo {
        position: absolute;
        right: 0;
        top: 1rem;
        margin: 0; } }
.m-entrance-teaser .logo .-logo {
    margin-left: 30px; }
.m-entrance-teaser .logo span {
    display: none; }
.m-entrance-teaser h2.-size-large.-light {
    color: #fff;
    text-transform: uppercase;
    font-family: myledvancefont_light; }
@media (min-width: 768px) {
    .m-entrance-teaser h2.-size-large.-light {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
        border-bottom: 0.125rem solid rgba(255, 255, 255, 0.4); } }
.m-entrance-teaser .-wrap {
    background-color: #f60;
    width: 100%;
    height: 100vh;
    margin-top: 20px; }
@media (min-width: 768px) {
    .m-entrance-teaser .-wrap {
        width: auto;
        height: auto;
        padding: 0; } }
.my-ledvance-login .m-entrance-teaser .-wrap .input-wrap {
    padding: 15px 10px; }
.m-entrance-teaser .-header,
.m-entrance-teaser .-footer {
    background: #f60; }
.m-entrance-teaser .-header {
    margin: 0 0 20px 18px; }
@media (min-width: 768px) {
    .m-entrance-teaser .-header {
        margin: 0; } }
.m-entrance-teaser .-header hr {
    display: none; }
@media (min-width: 768px) {
    .m-entrance-teaser .-header hr {
        display: block;
        height: 1px;
        background: #fff;
        opacity: .5;
        border: none;
        margin: 40px 0; } }
.m-entrance-teaser .-header .display {
    color: #fff;
    text-transform: uppercase; }
.m-entrance-teaser .-header .display .-size-small .-light {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
    font-family: myledvancefont_light; }
@media (min-width: 1200px) {
    .m-entrance-teaser .-header .display.-size-small.-light {
        font-size: 52px;
        line-height: 1; } }
.m-entrance-teaser .-footer {
    padding: 25px 0;
    margin-top: 15px; }
@media (min-width: 768px) {
    .m-entrance-teaser .-footer {
        padding: 5px 0 0; } }
.m-entrance-teaser .-content > div {
    text-align: center; }
.m-entrance-teaser .-content .-consumer-entry,
.m-entrance-teaser .-content .-professional-entry {
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat; }
@media (min-width: 768px) {
    .m-entrance-teaser .-content .-consumer-entry,
    .m-entrance-teaser .-content .-professional-entry {
        background: none !important; } }
.m-entrance-teaser .-content .-consumer-entry button,
.m-entrance-teaser .-content .-professional-entry button {
    background: transparent;
    border: none; }
.m-entrance-teaser .-content .a-link {
    width: auto; }
.m-entrance-teaser .-content .a-link .-is-button {
    display: inline-block; }
.m-entrance-teaser .-content > div {
    padding: 60px 1rem; }
.m-entrance-teaser .-content > div:last-of-type {
    border-top: .125rem solid #fff; }
.m-entrance-teaser .-content > p {
    display: none; }
.m-entrance-teaser .-footer {
    text-align: center; }
@media (min-width: 768px) {
    .m-entrance-teaser .logo {
        right: 0;
        top: 1rem;
        margin: 0;
        left: 20px; }
    .m-entrance-teaser .-content {
        margin-bottom: 2rem; }
    .m-entrance-teaser .-content > div {
        padding: 0;
        margin-bottom: 1rem; }
    .m-entrance-teaser .-content > div:last-of-type {
        border: 0; }
    .m-entrance-teaser .-wrap {
        padding: 1rem 1rem 3rem;
        background-color: transparent; } }

.my-ledvance-login .m-entrance-teaser .-header .display.-size-small.-light {
    font-size: 1.8rem;
    line-height: 1;
    margin: 45px 0 15px;
    text-align: center;
    font-family: myledvancefont_light; }

.my-ledvance-login .-m-header {
    position: absolute;
    top: 10px;
    width: 100%; }

.my-ledvance-login input, .my-ledvance-login select, .my-ledvance-login textarea {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    margin: 0;
    min-height: 2.3rem;
    min-width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px; }

.my-ledvance-login input {
    background-color: #f5ae80; }
.my-ledvance-login input::placeholder {
    color: #fff;
    opacity: 1; }

.my-ledvance-login .m-lang-select {
    position: absolute;
    top: 1rem;
    right: 50px; }
.my-ledvance-login .m-lang-select .m-button-dropdown {
    padding: 2px 5px;
    border: 1px solid #fff; }

.my-ledvance-login .mwf-select {
    color: #666; }

.my-ledvance-login .form-group {
    margin-top: -10px;
    float: right;
    margin-right: 45px; }

.my-ledvance-login .a-link .-is-button.-professional {
    background: #666;
    color: #fff;
    border: none;
    border-radius: 2rem;
    line-height: 1.2;
    min-width: 8.75rem;
    padding: .75rem 2rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }

.my-ledvance-login .a-link .-is-button.-secondary {
    background: #fff;
    color: #f60;
    border: none;
    border-radius: 2rem;
    line-height: 1.2;
    min-width: 8.75rem;
    padding: .75rem 2rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }

.my-ledvance-login .a-link .-is-button {
    background-color: #f60;
    border: none;
    border-radius: 2rem;
    line-height: 1.2;
    min-width: 8.75rem;
    padding: .75rem 2rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }

@media all and (max-width: 575px) {
    .my-ledvance-login .m-entrance-teaser {
        width: 100%;
        background: #f60;
        position: absolute;
        padding: 0px 0px 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        min-height: 100%;
        height: 100%; }
    .my-ledvance-login .m-entrance-teaser .-wrap {
        margin-top: 175px; }
    .my-ledvance-login .m-entrance-teaser .logo {
        top: .3rem;
        margin: 0;
        left: 20px; }
    .my-ledvance-login .m-entrance-teaser .logo .-logo {
        margin-left: 50px; }
    .my-ledvance-login .m-entrance-teaser .-content .a-link {
        width: min-content;
        text-align: center;
        margin: auto; }
    .my-ledvance-login .-professional-entry {
        display: grid; }
    .my-ledvance-login .o-cookie-message {
        padding: .25rem 0; }
    .my-ledvance-login .o-cookie-message .button-align {
        margin-top: 0; }
    .my-ledvance-login .m-lang-select {
        top: -2.5rem; } }

@media all and (max-width: 768px) {
    .my-ledvance-login .m-entrance-teaser {
        width: 100%;
        background: #f60;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        padding: 0px 0px 0;
        min-height: 100%;
        height: 100%; }
    .my-ledvance-login .m-entrance-teaser .-wrap {
        margin-top: 175px; }
    .my-ledvance-login .m-entrance-teaser .logo {
        top: .3rem;
        margin: 0;
        left: 20px; }
    .my-ledvance-login .m-entrance-teaser .logo .-logo {
        margin-left: 50px; }
    .my-ledvance-login .m-entrance-teaser .-content .a-link {
        width: min-content;
        text-align: center;
        margin: auto; }
    .my-ledvance-login .-professional-entry {
        display: grid; }
    .my-ledvance-login .m-lang-select {
        top: -2.5rem; } }

.my-ledvance-login .m-entrance-teaser .-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0; }

.my-ledvance-login .cookie-wrapper {
    border-bottom: 5px solid #fff;
    position: absolute; }

.my-ledvance-login .myledvance-footer {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    color: #999999;
    background-color: #f5f5f5;
    padding: 4px 49px;
    width: 100%;
}
.my-ledvance-login .myledvance-footer .footer-wrapper {
    color: #999999;
    background-color: #f5f5f5; }
.my-ledvance-login .myledvance-footer .footer-wrapper a, .my-ledvance-login .myledvance-footer .footer-wrapper a:focus, .my-ledvance-login .myledvance-footer .footer-wrapper a:visited {
    color: #999999;
    text-decoration: none; }
.my-ledvance-login .myledvance-footer .footer-wrapper .footer-copyright {
    margin-top: 15px; }
.my-ledvance-login .myledvance-footer .footer-wrapper .social-icons .icon {
    margin-right: 20px; }

.my-ledvance-login .error-message-panel {
    font-family: myledvancefont_light;
    padding: 10px 20px;
    background: #fff;
    opacity: 1;
    font-size: 12px;
    line-height: 14px;
    color: #dc3c14 !important;
    position: absolute;
    z-index: 9999;
    /*top: 77px; */
    width: 100%; }

.my-ledvance-login .loginMessages {
    font-family: myledvancefont_light;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }

.partner-campaign-body .partner-campaign-wrapper {
    margin: 20px 0; }
@media screen and (min-width: 1010px) {
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper {
        height: 100%;
        position: relative; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper .text-wrapper {
        position: absolute;
        width: 40%; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper .text-wrapper.top {
        top: 10%; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper .text-wrapper.bottom {
        bottom: 10%; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper .text-wrapper.right {
        right: 10%; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper .text-wrapper.left {
        left: 5%; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper .text-wrapper .font-headline-stage-teaser {
        margin-top: 0px; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-link-wrapper {
        height: 100%;
        position: relative; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-link-wrapper .button-wrapper {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-link-wrapper .button-wrapper .button-action {
        width: 100%;
        background: none;
        background-color: #FF6600;
        color: #FFF; } }
@media screen and (max-width: 1009px) {
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper h2, .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-txt-wrapper p {
        color: #3c3c3c !important; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-link-wrapper .button-wrapper .button-action {
        width: 100%;
        background: none;
        background-color: #FF6600;
        color: #FFF;
        margin-top: 20px; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-link-wrapper .button-wrapper .button-action.mobile-hover-fix:hover, .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-link-wrapper .button-wrapper .button-action.mobile-hover-fix.hover {
        background-color: #FF6600 !important;
        color: #FFF; }
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-link-wrapper .button-wrapper .button-action.mobile-hover-fix:hover:before, .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .img-link-wrapper .button-wrapper .button-action.mobile-hover-fix.hover:before {
        color: #FFF; } }
.partner-campaign-body .partner-campaign-wrapper .key-visual-promotion .col-eq-height img {
    width: 100%;
    height: 100%; }
@media screen and (max-width: 764px) {
    .partner-campaign-body .partner-campaign-wrapper .key-visual-promotion div + div {
        margin-top: 20px; } }
.partner-campaign-body .partner-campaign-wrapper .selection-item {
    padding: 10px;
    border: 1px solid #C8C8C8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    display: block;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #FFF 0%, #E6E7E8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #E6E7E8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #E6E7E8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E7E8', GradientType=0); }
.partner-campaign-body .partner-campaign-wrapper .heading-text {
    display: inline-block;
    vertical-align: middle; }
@media screen and (max-width: 1009px) {
    .partner-campaign-body .partner-campaign-wrapper .heading-text {
        text-align: center;
        display: block;
        margin-top: 5px; } }
.partner-campaign-body .partner-campaign-wrapper .applications-selection .selection-item img {
    display: inline-block;
    margin-right: 10px; }
@media screen and (max-width: 1009px) {
    .partner-campaign-body .partner-campaign-wrapper .applications-selection .selection-item img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
.partner-campaign-body .partner-campaign-wrapper .applications-selection .selection-item:focus {
    outline: 0; }
.partner-campaign-body .partner-campaign-wrapper .product-category-selection .headline-wrapper {
    margin: 20px 0px 10px 0px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: column; }
.partner-campaign-body .partner-campaign-wrapper .product-category-selection .headline-wrapper h1, .partner-campaign-body .partner-campaign-wrapper .product-category-selection .headline-wrapper h2, .partner-campaign-body .partner-campaign-wrapper .product-category-selection .headline-wrapper h3 {
    margin: 0px;
    width: 100%; }
.partner-campaign-body .partner-campaign-wrapper .product-category-selection .headline-wrapper .filler {
    flex: 1; }
.partner-campaign-body .partner-campaign-wrapper .gallery-caption {
    position: absolute;
    min-height: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 30px 10px 30px;
    text-align: left;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.8); }
.partner-campaign-body .partner-campaign-wrapper .gallery-caption a.more,
.partner-campaign-body .partner-campaign-wrapper .gallery-caption a.reduce {
    display: none;
    text-decoration: underline;
    margin-left: 1em; }
.partner-campaign-body .partner-campaign-wrapper .calculator-tools, .partner-campaign-body .partner-campaign-wrapper .trucktour {
    border: 1px solid #EEEEEE;
    padding: 20px;
    margin-bottom: 30px; }
.partner-campaign-body .partner-campaign-wrapper .calculator-tools .calculator-tools-item + .calculator-tools-item, .partner-campaign-body .partner-campaign-wrapper .calculator-tools .trucktour-item + .trucktour-item, .partner-campaign-body .partner-campaign-wrapper .trucktour .calculator-tools-item + .calculator-tools-item, .partner-campaign-body .partner-campaign-wrapper .trucktour .trucktour-item + .trucktour-item {
    margin-top: 30px; }
.partner-campaign-body .partner-campaign-wrapper .calculator-tools img, .partner-campaign-body .partner-campaign-wrapper .trucktour img {
    border: 1px solid #C8C8C8; }
.partner-campaign-body .partner-campaign-wrapper .close-button-wrapper {
    background-color: #E6E7E8;
    display: block;
    margin-top: 30px; }
.partner-campaign-body .partner-campaign-wrapper .close-button-wrapper .icon {
    width: 40px;
    float: right;
    cursor: pointer; }
.partner-campaign-body .partner-campaign-wrapper .close-button-wrapper .icon:before {
    color: #FF6600; }
.partner-campaign-body .partner-campaign-wrapper .close-button-wrapper .mfp-close {
    position: relative;
    color: #FF6600;
    font-size: 65px; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator hr.orange {
    border-top: 1px solid #FF6600; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table {
    margin-bottom: 10px; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table thead tr {
    background-color: #FFF; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table thead tr th {
    border-top: none;
    font-weight: bold;
    font-size: 16px; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table tr.savings {
    color: #99cc00;
    font-size: 20px; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table tr.savings .savings-value {
    font-size: 30px; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table tr th, .partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table tr td {
    padding-left: 0px;
    vertical-align: middle; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table .progress-bar {
    line-height: 30px;
    box-shadow: none;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px; }
@media screen and (max-width: 1009px) {
    .partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table .progress-bar {
        padding-left: 5px;
        padding-right: 5px; } }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table .progress-bar.progress-bar-gray {
    background-color: #666666; }
.partner-campaign-body .partner-campaign-wrapper .tco-calculator .tco-calculator-table .progress-bar.progress-bar-green {
    background-color: #99cc00; }

.partner-campaign-body .product-details-wrapper {
    border: 1px solid #999999;
    height: 100%;
    padding: 20px; }
.partner-campaign-body .product-details-wrapper .product-details {
    margin-bottom: 20px;
    height: calc(100% - 60px); }
.partner-campaign-body .product-details-wrapper .product-details ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    list-style-position: inside; }
.partner-campaign-body .product-details-wrapper .product-details .icon-list {
    margin-top: 10px; }
.partner-campaign-body .product-details-wrapper .product-details .icon-list img {
    cursor: pointer; }
.partner-campaign-body .product-details-wrapper .button-full-width button {
    width: 100%;
    font-size: 20px; }
.partner-campaign-body .product-details-wrapper .fine-print {
    padding-top: 20px;
    display: none; }
.partner-campaign-body .product-details-wrapper .fine-print p {
    margin: 0; }
.partner-campaign-body .product-details-wrapper .icon-fine-print {
    display: none; }
.partner-campaign-body .product-details-wrapper .icon-show-tooltip {
    max-height: 30px;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: -6px 0px -6px 0; }
.partner-campaign-body .product-details-wrapper .icon-show-tooltip:before {
    font-size: 30px;
    color: #F60;
    content: "D"; }

.partner-campaign-body .application-product {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    margin-bottom: 30px; }
.partner-campaign-body .application-product a.lightbox {
    overflow: auto; }

.partner-campaign-body .application-product-lightbox {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 660px;
    margin: 0px auto; }
.partner-campaign-body .application-product-lightbox .fine-print {
    display: block; }
.partner-campaign-body .application-product-lightbox .icon-fine-print {
    display: inline; }
.partner-campaign-body .application-product-lightbox .icon-show-tooltip {
    display: none; }

.partner-campaign-body .mfp-bg {
    opacity: 0.4; }

.my-ledvance.my-ledvance-login .m-entrance-teaser .-wrap {
    margin-top: 0px;
}
.my-ledvance-login .password-recover-text {
    text-align: center;
}
.my-ledvance-login .password-recover-text a {
    color: #fff;
    text-decoration: none;
}
.my-ledvance-login .m-entrance-teaser .-content {
    margin-right: -132px;
}
.my-ledvance-login .a-picture.-logo, .my-ledvance-login .a-picture.-logo {
    width: 220px;
    height: 65px;
}
.my-ledvance-login .m-entrance-teaser {
    z-index: 99999;
}