@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 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body div {
 font-size: 13px;
}

footer,
header,
main,
nav,
section {
    display: block
}

canvas {
    display: inline-block;
    vertical-align: baseline
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

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

b {
    font-weight: 700
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

button {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

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

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

td {
    padding: 0
}

* {
    box-sizing: border-box
}

:after,
:before {
    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: #333;
    background-color: #fff
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

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

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

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

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: 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: 400;
    line-height: 1;
    color: #777
}

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

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

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-info {
    color: #31708f
}

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

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

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

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

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

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

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

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

.container:after {
    clear: both
}

@media (min-width:520px) {
    .container {
        width: 100%
    }
}

@media (min-width:764px) {
    .container {
        width: 100%
    }
}

@media (min-width:1010px) {
    .container {
        width: 1040px
    }
}

@media (min-width:1290px) {
    .container {
        width: 1320px
    }
}

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

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

.row:after {
    clear: both
}

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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%
}

@media (min-width:520px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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%
    }
}

@media (min-width:764px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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%
    }
}

@media (min-width:1010px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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%
    }
}

table {
    background-color: transparent
}

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

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

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

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

.table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: .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
    }
}

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

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

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

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

.btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none
}

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

.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 {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad
}

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

.btn-default.active,
.btn-default:active {
    background-image: none
}

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

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

.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 {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

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

.btn-info.active,
.btn-info:active {
    background-image: none
}

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

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

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

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

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

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    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
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

.nav:after {
    clear: both
}

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

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

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    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-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.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>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.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:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.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>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child {
    border-top-left-radius: 3px
}

.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>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.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>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 3px
}

.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>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td: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-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>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    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: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.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-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hidden {
    display: none !important
}

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

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

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

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

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

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

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
html {
    -ms-overflow-style: scrollbar
}

[class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

@media all and (max-width:764px) {
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
}

.container {
    padding-left: 30px;
    padding-right: 30px
}

@media all and (max-width:764px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

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

@media all and (max-width:764px) {
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
}

.clickblock-one-link {
    cursor: pointer
}

.clickblock-one-link:hover .action-btn {
    background-color: #f60;
    color: #fff
}

.clickblock-one-link:hover .orange-action-btn {
    background-color: #fff;
    color: #f60;
    border-color: #fff
}

.clickblock-one-link:hover .white-action-btn {
    background-color: #f60;
    color: #fff;
    border-color: #f60
}

.clickblock-one-link:hover .grey-action-btn {
    border: 1px solid #f60;
    color: #fff;
    background-color: #f60
}

.clickblock-one-link:hover a {
    color: #f60
}

.clickblock-one-link:hover a.orange {
    color: #999
}

.clickblock-one-link:hover a.white {
    color: #f60;
    text-shadow: none
}

a,
a:visited {
    color: #3c3c3c;
    text-decoration: none;
    outline: 0
}

a.hover,
a:focus,
a:hover,
a:visited.hover,
a:visited:focus,
a:visited:hover {
    color: #f60;
    text-decoration: none;
    cursor: pointer;
    outline: 0
}

a.underlined,
a:visited.underlined {
    text-decoration: underline
}

a.icon-link-b,
a.icon-link-c,
a.icon-link-d {
    display: block;
    position: relative;
    margin-top: 10px
}

a.icon-link-b a.icon-link-b+a.icon-link-b,
a.icon-link-b a.icon-link-b+a.icon-link-c,
a.icon-link-b a.icon-link-b+a.icon-link-d,
a.icon-link-b a.icon-link-c+a.icon-link-b,
a.icon-link-b a.icon-link-c+a.icon-link-c,
a.icon-link-b a.icon-link-c+a.icon-link-d,
a.icon-link-b a.icon-link-d+a.icon-link-b,
a.icon-link-b a.icon-link-d+a.icon-link-c,
a.icon-link-b a.icon-link-d+a.icon-link-d,
a.icon-link-c a.icon-link-b+a.icon-link-b,
a.icon-link-c a.icon-link-b+a.icon-link-c,
a.icon-link-c a.icon-link-b+a.icon-link-d,
a.icon-link-c a.icon-link-c+a.icon-link-b,
a.icon-link-c a.icon-link-c+a.icon-link-c,
a.icon-link-c a.icon-link-c+a.icon-link-d,
a.icon-link-c a.icon-link-d+a.icon-link-b,
a.icon-link-c a.icon-link-d+a.icon-link-c,
a.icon-link-c a.icon-link-d+a.icon-link-d,
a.icon-link-d a.icon-link-b+a.icon-link-b,
a.icon-link-d a.icon-link-b+a.icon-link-c,
a.icon-link-d a.icon-link-b+a.icon-link-d,
a.icon-link-d a.icon-link-c+a.icon-link-b,
a.icon-link-d a.icon-link-c+a.icon-link-c,
a.icon-link-d a.icon-link-c+a.icon-link-d,
a.icon-link-d a.icon-link-d+a.icon-link-b,
a.icon-link-d a.icon-link-d+a.icon-link-c,
a.icon-link-d a.icon-link-d+a.icon-link-d {
    margin-top: 0
}

a.icon-link-b>[class^=ms-icon],
a.icon-link-c>[class^=ms-icon],
a.icon-link-d>[class^=ms-icon] {
    font-size: 40px;
    height: 40px;
    color: #f60;
    position: absolute;
    left: -8px;
    top: -12px
}

@media all and (min-width:1010px) {

    a.icon-link-b>[class^=ms-icon],
    a.icon-link-c>[class^=ms-icon],
    a.icon-link-d>[class^=ms-icon] {
        top: -11px
    }
}

@media all and (min-width:1465px) {

    a.icon-link-b>[class^=ms-icon],
    a.icon-link-c>[class^=ms-icon],
    a.icon-link-d>[class^=ms-icon] {
        top: -10px
    }
}

a.icon-link-b>[class^=ms-icon].ms-icon_link,
a.icon-link-c>[class^=ms-icon].ms-icon_link,
a.icon-link-d>[class^=ms-icon].ms-icon_link {
    left: -17px
}

a.icon-link-b.orange,
a.orange.icon-link-c,
a.orange.icon-link-d {
    color: #f60
}

a.icon-link-b.orange.hover,
a.icon-link-b.orange:hover,
a.orange.hover.icon-link-c,
a.orange.hover.icon-link-d,
a.orange.icon-link-c:hover,
a.orange.icon-link-d:hover {
    color: #999
}

a.gray.icon-link-c,
a.gray.icon-link-d,
a.icon-link-b.gray {
    color: #999
}

a.gray.hover.icon-link-c,
a.gray.hover.icon-link-d,
a.gray.icon-link-c:hover,
a.gray.icon-link-d:hover,
a.icon-link-b.gray.hover,
a.icon-link-b.gray:hover {
    color: #f60
}

a.icon-link-b.white-gray,
a.white-gray.icon-link-c,
a.white-gray.icon-link-d {
    color: #fff
}

a.icon-link-b.white-gray>[class^=ms-icon],
a.white-gray.icon-link-c>[class^=ms-icon],
a.white-gray.icon-link-d>[class^=ms-icon] {
    color: #fff
}

a.icon-link-b.white-gray.hover,
a.icon-link-b.white-gray:hover,
a.white-gray.hover.icon-link-c,
a.white-gray.hover.icon-link-d,
a.white-gray.icon-link-c:hover,
a.white-gray.icon-link-d:hover {
    color: #3c3c3c
}

a.icon-link-b.white-gray.hover>[class^=ms-icon],
a.icon-link-b.white-gray:hover>[class^=ms-icon],
a.white-gray.hover.icon-link-c>[class^=ms-icon],
a.white-gray.hover.icon-link-d>[class^=ms-icon],
a.white-gray.icon-link-c:hover>[class^=ms-icon],
a.white-gray.icon-link-d:hover>[class^=ms-icon] {
    color: #3c3c3c
}

a.icon-link-b.white,
a.white.icon-link-c,
a.white.icon-link-d {
    color: #fff
}

a.icon-link-b.white.hover,
a.icon-link-b.white:hover,
a.white.hover.icon-link-c,
a.white.hover.icon-link-d,
a.white.icon-link-c:hover,
a.white.icon-link-d:hover {
    color: #f60
}

a.icon-link-c {
    padding-left: 30px
}

a.icon-link-c.white-gray {
    color: #fff
}

a.icon-link-c.white-gray>[class^=ms-icon] {
    color: #fff
}

a.icon-link-c.white-gray.hover,
a.icon-link-c.white-gray:hover {
    color: #3c3c3c
}

a.icon-link-c.white-gray.hover>[class^=ms-icon],
a.icon-link-c.white-gray:hover>[class^=ms-icon] {
    color: #3c3c3c
}

a.icon-link-d {
    padding: 0
}

a.icon-link-d [class^=ms-icon] {
    top: auto;
    left: auto;
    text-align: center;
    position: relative
}

a.text-link-b {
    display: block;
    margin-top: 20px
}

a.text-link-b.orange {
    color: #f60
}

a.text-link-b.orange.hover,
a.text-link-b.orange:hover {
    color: #999
}

a.text-link-b.gray {
    color: #999
}

a.text-link-b.gray.hover,
a.text-link-b.gray:hover {
    color: #f60
}

a.text-link-b.white {
    color: #fff
}

a.text-link-b.white.hover,
a.text-link-b.white:hover {
    color: #f60
}

.text-wrapper h1, .col-xs-12 h1 {
    font-size: 20px;
    font-family: "Arial";
    color: #ff6600;
    font-weight: bold;
}

.text-wrapper a.text-link-b {
    display: block
}

.more-hidden {
    display: none
}

a.more-link {
    color: #f60
}

a.more-link,
a.more-link:active,
a.more-link:focus,
a.more-link:hover {
    margin-left: 1em;
    text-decoration: underline
}

a.more-link:active,
a.more-link:hover {
    color: #999
}

.more-link img {
    border: none
}

.hover-opacity:hover img {
    opacity: .8
}

.hover-opacity:hover .text-wrapper .white-action-btn {
    text-shadow: none
}

@font-face {
    font-family: osram-microsite-icons;
    src: url(https://alterx.nazwa.pl/fonts/osram/osram-microsite-icons.ttf?gxy45i) format("truetype"), url(https://alterx.nazwa.pl/fonts/osram/osram-microsite-icons.woff?gxy45i) format("woff"), url(https://alterx.nazwa.pl/fonts/osram/osram-microsite-icons.svg?gxy45i#osram-microsite-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ms-icon-style,
[class*=" ms-icon"],
[class^=ms-icon] {
    font-family: osram-microsite-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ms-icon {
    font-size: 40px
}

.ms-icon_plus:before {
    content: "\78";
    font-size: 40px
}

.ms-icon_home:before {
    content: "\e91c";
    font-size: 40px
}

.ms-icon_global:before {
    content: "\e91b";
    font-size: 40px
}

.ms-icon_contact:before {
    content: "\e922";
    font-size: 40px
}

.ms-icon_link:before {
    content: "\41";
    font-size: 40px
}

.ms-icon_word:before {
    content: "\e004";
    font-size: 40px
}

.ms-icon_print:before {
    content: "\24";
    font-size: 40px
}

.ms-icon_info:before {
    content: "\74";
    font-size: 40px
}

.ms-icon_info2:before {
    content: "\e91e";
    font-size: 40px
}

.ms-icon_image:before {
    content: "\e91d";
    font-size: 40px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

button:focus {
    outline: 0
}

a.link-btn,
button,
button.button {
    display: inline-block;
    min-height: 40px;
    padding: 5px 15px;
    background-color: transparent;
    border: 1px solid #3c3c3c;
    color: #3c3c3c
}

a.active.link-btn,
a.hover.link-btn,
a.link-btn:active,
a.link-btn:hover,
button.active,
button.button.active,
button.button.hover,
button.button:active,
button.button:hover,
button.hover,
button:active,
button:hover {
    border: 1px solid #f60;
    color: #fff;
    background-color: #f60
}

a.active.link-btn [class^=icon-],
a.hover.link-btn [class^=icon-],
a.link-btn:active [class^=icon-],
a.link-btn:hover [class^=icon-],
button.active [class^=icon-],
button.button.active [class^=icon-],
button.button.hover [class^=icon-],
button.button:active [class^=icon-],
button.button:hover [class^=icon-],
button.hover [class^=icon-],
button:active [class^=icon-],
button:hover [class^=icon-] {
    position: absolute;
    left: 8px
}

a.btn-block.link-btn,
button.btn-block,
button.button.btn-block {
    display: block
}

a.action-btn.link-btn,
button.action-btn,
button.button.action-btn {
    color: #f60;
    border: 1px solid #f60
}

a.action-btn.active.link-btn,
a.action-btn.hover.link-btn,
a.action-btn.link-btn:active,
a.action-btn.link-btn:hover,
button.action-btn.active,
button.action-btn.hover,
button.action-btn:active,
button.action-btn:hover,
button.button.action-btn.active,
button.button.action-btn.hover,
button.button.action-btn:active,
button.button.action-btn:hover {
    background-color: #f60;
    color: #fff
}

a.action-btn.active.link-btn [class^=icon-],
a.action-btn.hover.link-btn [class^=icon-],
a.action-btn.link-btn:active [class^=icon-],
a.action-btn.link-btn:hover [class^=icon-],
button.action-btn.active [class^=icon-],
button.action-btn.hover [class^=icon-],
button.action-btn:active [class^=icon-],
button.action-btn:hover [class^=icon-],
button.button.action-btn.active [class^=icon-],
button.button.action-btn.hover [class^=icon-],
button.button.action-btn:active [class^=icon-],
button.button.action-btn:hover [class^=icon-] {
    position: absolute;
    left: 8px
}

a.action-btn.active.link-btn .icon-word,
a.action-btn.hover.link-btn .icon-word,
a.action-btn.link-btn:active .icon-word,
a.action-btn.link-btn:hover .icon-word,
button.action-btn.active .icon-word,
button.action-btn.hover .icon-word,
button.action-btn:active .icon-word,
button.action-btn:hover .icon-word,
button.button.action-btn.active .icon-word,
button.button.action-btn.hover .icon-word,
button.button.action-btn:active .icon-word,
button.button.action-btn:hover .icon-word {
    background: url(../images/icons/osram-icon-sprite-white.svg) no-repeat -144px -135px;
    width: 20px;
    height: 20px
}

a.action-btn.active.link-btn .icon-link,
a.action-btn.hover.link-btn .icon-link,
a.action-btn.link-btn:active .icon-link,
a.action-btn.link-btn:hover .icon-link,
button.action-btn.active .icon-link,
button.action-btn.hover .icon-link,
button.action-btn:active .icon-link,
button.action-btn:hover .icon-link,
button.button.action-btn.active .icon-link,
button.button.action-btn.hover .icon-link,
button.button.action-btn:active .icon-link,
button.button.action-btn:hover .icon-link {
    background: url(../images/icons/osram-icon-sprite-white.svg) no-repeat -332px -410px;
    width: 6px;
    height: 10px
}

a.mobile-hover-fix.hover.link-btn,
a.mobile-hover-fix.link-btn:hover,
button.button.mobile-hover-fix.hover,
button.button.mobile-hover-fix:hover,
button.mobile-hover-fix.hover,
button.mobile-hover-fix:hover {
    background-color: transparent;
    border: 1px solid #3c3c3c;
    color: #3c3c3c
}

a.orange-action-btn.link-btn,
button.button.orange-action-btn,
button.orange-action-btn {
    color: #fff;
    background-color: #f60;
    border-color: #fff
}

a.orange-action-btn.active.link-btn,
a.orange-action-btn.hover.link-btn,
a.orange-action-btn.link-btn:active,
a.orange-action-btn.link-btn:hover,
button.button.orange-action-btn.active,
button.button.orange-action-btn.hover,
button.button.orange-action-btn:active,
button.button.orange-action-btn:hover,
button.orange-action-btn.active,
button.orange-action-btn.hover,
button.orange-action-btn:active,
button.orange-action-btn:hover {
    background-color: #fff;
    color: #f60;
    border-color: #fff
}

a.orange-action-btn.active.link-btn [class^=icon-],
a.orange-action-btn.hover.link-btn [class^=icon-],
a.orange-action-btn.link-btn:active [class^=icon-],
a.orange-action-btn.link-btn:hover [class^=icon-],
button.button.orange-action-btn.active [class^=icon-],
button.button.orange-action-btn.hover [class^=icon-],
button.button.orange-action-btn:active [class^=icon-],
button.button.orange-action-btn:hover [class^=icon-],
button.orange-action-btn.active [class^=icon-],
button.orange-action-btn.hover [class^=icon-],
button.orange-action-btn:active [class^=icon-],
button.orange-action-btn:hover [class^=icon-] {
    position: absolute;
    left: 8px
}

a.orange-action-btn.active.link-btn .icon-word-white,
a.orange-action-btn.hover.link-btn .icon-word-white,
a.orange-action-btn.link-btn:active .icon-word-white,
a.orange-action-btn.link-btn:hover .icon-word-white,
button.button.orange-action-btn.active .icon-word-white,
button.button.orange-action-btn.hover .icon-word-white,
button.button.orange-action-btn:active .icon-word-white,
button.button.orange-action-btn:hover .icon-word-white,
button.orange-action-btn.active .icon-word-white,
button.orange-action-btn.hover .icon-word-white,
button.orange-action-btn:active .icon-word-white,
button.orange-action-btn:hover .icon-word-white {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -144px -135px;
    width: 20px;
    height: 20px
}

a.orange-action-btn.active.link-btn .icon-link-white,
a.orange-action-btn.hover.link-btn .icon-link-white,
a.orange-action-btn.link-btn:active .icon-link-white,
a.orange-action-btn.link-btn:hover .icon-link-white,
button.button.orange-action-btn.active .icon-link-white,
button.button.orange-action-btn.hover .icon-link-white,
button.button.orange-action-btn:active .icon-link-white,
button.button.orange-action-btn:hover .icon-link-white,
button.orange-action-btn.active .icon-link-white,
button.orange-action-btn.hover .icon-link-white,
button.orange-action-btn:active .icon-link-white,
button.orange-action-btn:hover .icon-link-white {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -332px -410px;
    width: 6px;
    height: 10px
}

a.white-action-btn.link-btn,
button.button.white-action-btn,
button.white-action-btn {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

a.white-action-btn.active.link-btn,
a.white-action-btn.hover.link-btn,
a.white-action-btn.link-btn:active,
a.white-action-btn.link-btn:hover,
button.button.white-action-btn.active,
button.button.white-action-btn.hover,
button.button.white-action-btn:active,
button.button.white-action-btn:hover,
button.white-action-btn.active,
button.white-action-btn.hover,
button.white-action-btn:active,
button.white-action-btn:hover {
    background-color: #f60;
    color: #fff;
    border-color: #f60
}

a.orange-action-hover-btn.link-btn,
button.button.orange-action-hover-btn,
button.orange-action-hover-btn {
    color: #fff;
    background-color: #f60;
    border-color: #fff
}

a.orange-action-hover-btn.active.link-btn,
a.orange-action-hover-btn.hover.link-btn,
a.orange-action-hover-btn.link-btn:active,
a.orange-action-hover-btn.link-btn:hover,
button.button.orange-action-hover-btn.active,
button.button.orange-action-hover-btn.hover,
button.button.orange-action-hover-btn:active,
button.button.orange-action-hover-btn:hover,
button.orange-action-hover-btn.active,
button.orange-action-hover-btn.hover,
button.orange-action-hover-btn:active,
button.orange-action-hover-btn:hover {
    background-color: #fff;
    color: #f60;
    border-color: #f60
}

a.orange-action-hover-btn.active.link-btn [class^=icon-],
a.orange-action-hover-btn.hover.link-btn [class^=icon-],
a.orange-action-hover-btn.link-btn:active [class^=icon-],
a.orange-action-hover-btn.link-btn:hover [class^=icon-],
button.button.orange-action-hover-btn.active [class^=icon-],
button.button.orange-action-hover-btn.hover [class^=icon-],
button.button.orange-action-hover-btn:active [class^=icon-],
button.button.orange-action-hover-btn:hover [class^=icon-],
button.orange-action-hover-btn.active [class^=icon-],
button.orange-action-hover-btn.hover [class^=icon-],
button.orange-action-hover-btn:active [class^=icon-],
button.orange-action-hover-btn:hover [class^=icon-] {
    position: absolute;
    left: 8px
}

a.orange-action-hover-btn.active.link-btn .icon-word-white,
a.orange-action-hover-btn.hover.link-btn .icon-word-white,
a.orange-action-hover-btn.link-btn:active .icon-word-white,
a.orange-action-hover-btn.link-btn:hover .icon-word-white,
button.button.orange-action-hover-btn.active .icon-word-white,
button.button.orange-action-hover-btn.hover .icon-word-white,
button.button.orange-action-hover-btn:active .icon-word-white,
button.button.orange-action-hover-btn:hover .icon-word-white,
button.orange-action-hover-btn.active .icon-word-white,
button.orange-action-hover-btn.hover .icon-word-white,
button.orange-action-hover-btn:active .icon-word-white,
button.orange-action-hover-btn:hover .icon-word-white {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -144px -135px;
    width: 20px;
    height: 20px
}

a.orange-action-hover-btn.active.link-btn .icon-link-white,
a.orange-action-hover-btn.hover.link-btn .icon-link-white,
a.orange-action-hover-btn.link-btn:active .icon-link-white,
a.orange-action-hover-btn.link-btn:hover .icon-link-white,
button.button.orange-action-hover-btn.active .icon-link-white,
button.button.orange-action-hover-btn.hover .icon-link-white,
button.button.orange-action-hover-btn:active .icon-link-white,
button.button.orange-action-hover-btn:hover .icon-link-white,
button.orange-action-hover-btn.active .icon-link-white,
button.orange-action-hover-btn.hover .icon-link-white,
button.orange-action-hover-btn:active .icon-link-white,
button.orange-action-hover-btn:hover .icon-link-white {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -332px -410px;
    width: 6px;
    height: 10px
}

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: #f60;
    border: 1px solid #fff
}

a.link-btn.orange-action-btn:focus {
    background-color: #fff;
    color: #f60;
    border-color: #fff
}

a.link-btn.orange-action-hover-btn {
    color: #fff;
    background-color: #f60;
    border: 1px solid #fff
}

a.link-btn.orange-action-hover-btn:focus {
    background-color: #fff;
    color: #f60;
    border-color: #f60
}

a.link-btn.orange-action-hover-btn:hover {
    background-color: #fff;
    color: #f60;
    border-color: #f60
}

a.link-btn.white-action-btn {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

a.link-btn.white-action-btn:focus {
    background-color: #f60;
    color: #fff;
    border-color: #f60
}

a.link-btn.with-icon-left {
    position: relative;
    padding-left: 40px;
    white-space: nowrap
}

a.link-btn.with-icon-left [class^=ms-icon] {
    position: absolute;
    left: 5px;
    top: 5px
}

a.link-btn.with-icon-left [class^=ms-icon]:before {
    font-size: 30px
}

a.link-btn.with-icon-center {
    padding: 1px;
    line-height: 40px;
    white-space: normal !important;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle
}

a.link-btn.with-icon-center [class^=ms-icon] {
    position: relative
}

a.link-btn.with-icon-center [class^=ms-icon]:before {
    vertical-align: middle
}

a.link-btn.with-icon-center .btn-text {
    margin-right: 12px
}

.icon-link-b.underlined:hover .icon-link-white {
    background: url(../images/icons/osram-icon-sprite-black.svg) no-repeat -332px -410px;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px
}

.icon-link-c.underlined:hover [class^=icon-] {
    position: absolute;
    left: 0
}

.icon-link-c.underlined:hover .icon-word-white {
    background: url(../images/icons/osram-icon-sprite-black.svg) no-repeat -144px -135px;
    width: 20px;
    height: 20px
}

body,
html {
    font-family: "Arial";
    font-size: 13px;
    line-height: 19px;
    color: #3c3c3c
}

@media all and (min-width:1920px) {

    body,
    html {
        font-size: 15px;
        line-height: 21px
    }
}

html:lang(kr),
html:lang(kr) body {
    font-family: "Seol Sans", Arial, sans-serif
}

html:lang(ja),
html:lang(ja) body {
    font-family: Tazugane, Arial, sans-serif
}

html:lang(cn),
html:lang(cn) body {
    font-family: Hanyi, Arial, sans-serif
}

.font-headline-and-product-name,
.font-headline-page,
.font-headline-teaser,
.font-headline-text-bold,
.font-sub-headline {
    font-weight: 300;
    font-style: normal
}

.font-headline-text-bold {
    font-weight: 700
}

.font-headline-page {
    margin: 0;
    color: #3c3c3c;
    font-size: 30px;
    line-height: 34px
}

@media all and (min-width:1010px) {
    .font-headline-page {
        font-size: 36px;
        line-height: 40px
    }
}

@media all and (min-width:1920px) {
    .font-headline-page {
        font-size: 50px;
        line-height: 54px
    }
}

.font-headline-page.orange {
    color: #f60
}

.font-headline-page.gray {
    color: #999
}

.font-headline-teaser {
    margin: 0;
    color: #3c3c3c;
    font-size: 22px;
    line-height: 30px
}

@media all and (min-width:1010px) {
    .font-headline-teaser {
        font-size: 28px;
        line-height: 30px
    }
}

@media all and (min-width:1920px) {
    .font-headline-teaser {
        font-size: 36px;
        line-height: 42px
    }
}

.font-headline-and-product-name {
    margin: 0;
    color: #3c3c3c;
    font-size: 15px;
    line-height: 18px
}

@media all and (min-width:1010px) {
    .font-headline-and-product-name {
        font-size: 18px;
        line-height: 22px
    }
}

.font-sub-headline {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 21px;
    color: #3c3c3c
}

@media all and (min-width:1920px) {
    .font-sub-headline {
        font-size: 18px;
        line-height: 24px
    }
}

.font-sub-headline.orange {
    color: #f60
}

.font-sub-headline.gray {
    color: #999
}

a>.font-headline-and-product-name:hover,
a>.font-headline-page:hover,
a>.font-headline-teaser:hover,
a>.font-sub-headline:hover {
    color: #f60
}

.font-headline-text-bold {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #3c3c3c
}

@media all and (min-width:1920px) {
    .font-headline-text-bold {
        font-size: 15px;
        line-height: 21px
    }
}

.font-text-small {
    font-size: 13px;
    font-family: "Arial Regular";
    line-height: 13px
}

@media all and (min-width:1920px) {
    .font-text-small {
        font-size: 13px;
        line-height: 18px
    }
}

p {
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: 400
}

.bold {
    font-weight: 700;
    color: #3c3c3c
}

.em {
    font-style: italic
}

.container-for-icon {
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    position: relative
}

[class^=icon-] {
    position: absolute
}

.icon-break {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -510px -94px;
    height: 12px;
    left: 8px;
    width: 9px
}

.icon-contact {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -56px -88px;
    height: 22px;
    left: 8px;
    width: 18px
}

.icon-copy {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -146px -178px;
    height: 22px;
    left: 8px;
    width: 19px
}

.icon-global {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -460px 0;
    height: 20px;
    left: 8px;
    width: 20px
}

.icon-image {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -280px -135px;
    width: 21px;
    height: 20px;
    left: 8px
}

.icon-info {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -55px -315px;
    height: 20px;
    left: 8px;
    width: 21px
}

.icon-plus {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -101px -180px;
    height: 20px;
    left: 8px;
    width: 19px
}

.icon-print {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -371px -90px;
    height: 20px;
    left: 8px;
    width: 19px
}

.icon-small-plus {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -15px -410px;
    height: 10px;
    left: 8px;
    width: 11px
}

.icon-toggle-active {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -279px -454px;
    height: 12px;
    left: 8px;
    width: 22px
}

.icon-home {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -10px 0
}

.icon-home,
.icon-home-white {
    height: 20px;
    left: 8px;
    width: 21px
}

.icon-home-white {
    background: url(../images/icons/osram-icon-sprite-white.svg) no-repeat -10px 0
}

.icon-link {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -332px -410px
}

.icon-link,
.icon-link-white {
    width: 6px;
    height: 10px;
    left: 0;
    top: 5px
}

.icon-link-white {
    background: url(../images/icons/osram-icon-sprite-white.svg) no-repeat -332px -410px
}

.icon-word {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -144px -135px
}

.icon-word,
.icon-word-white {
    width: 20px;
    height: 20px;
    left: 8px
}

.icon-word-white {
    background: url(../images/icons/osram-icon-sprite-white.svg) no-repeat -144px -135px
}

.icon-link-b [class^=icon-link] {
    width: 6px;
    height: 10px;
    left: 0;
    top: 5px
}

.icon-link-b .icon-link {
    background: url(../images/icons/osram-icon-sprite.svg) no-repeat -332px -410px
}

.icon-link-b .icon-link-white {
    background: url(../images/icons/osram-icon-sprite-white.svg) no-repeat -332px -410px
}

.icon-link-c [class^=icon-] {
    left: 0
}

.container-for-icon {
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    position: relative
}

@media print {
    .font-headline-page {
        font-size: 20px !important;
        line-height: 25px !important
    }

    .ms-image-slider.slick-initialized {
        max-width: 100% !important
    }

    .ms-image-slider.slick-initialized .image-slider-slide {
        margin: 0 0 30px 0 !important;
        page-break-inside: avoid;
        max-width: 100% !important
    }

    .ms-image-slider.slick-initialized .image-slider-slide .img-txt-wrapper {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    .ms-image-slider.slick-initialized .image-slider-slide .img-txt-wrapper img {
        margin: 0 !important;
        display: block !important;
        max-width: 100% !important;
        height: auto !important;
        width: 100% !important
    }

    .ms-image-slider.slick-initialized .image-slider-slide .img-txt-wrapper .category-lbl {
        left: 30px;
        right: auto;
        color: #f60 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }

    .ms-image-slider.slick-initialized .image-slider-slide .img-txt-wrapper .text-wrapper {
        left: 30px;
        right: auto
    }

    .ms-image-slider.slick-initialized .image-slider-slide .img-txt-wrapper .text-wrapper .gray,
    .ms-image-slider.slick-initialized .image-slider-slide .img-txt-wrapper .text-wrapper .white {
        color: #f60 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }

    .ms-image-slider.slick-initialized .slick-track {
        transform: none !important;
        width: 100% !important;
        left: 0 !important
    }

    .ms-image-slider.slick-initialized.full-size img {
        max-width: 100% !important;
        display: block !important;
        min-height: 320px !important;
        height: auto !important;
        max-height: 100% !important
    }

    .text-background-teaser {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        page-break-inside: avoid !important;
        max-width: 100% !important
    }

    .text-background-teaser .category-lbl,
    .text-background-teaser .font-headline-teaser,
    .text-background-teaser .font-sub-headline,
    .text-background-teaser p {
        color: #3c3c3c !important
    }

    .text-background-teaser .img-txt-wrapper img {
        width: 100% !important
    }

    .img-background-teaser {
        margin-bottom: 30px
    }

    .img-background-teaser .text-wrapper {
        top: 20px !important;
        bottom: auto !important
    }

    .img-background-teaser .text-wrapper.center {
        transform: none !important
    }

    .container {
        width: 100% !important
    }

    table {
        max-width: 100% !important
    }

    img,
    tr {
        page-break-inside: avoid
    }

    .table-wrapper {
        overflow: hidden
    }

    .table-wrapper .table-parent {
        overflow: hidden
    }

    .table-wrapper .table-parent .table td {
        background-color: #fff !important
    }

    .table-wrapper img {
        max-width: 45px !important
    }

    .ms-header .mobile-nav {
        display: none !important
    }

    .ms-header .ms-header-main .ms-logo-name-wrapper.center-me {
        text-align: left !important
    }
}

@media print {
    table {
        max-width: 100% !important
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    .font-headline-text-bold,
    .font-sub-headline,
    p {
        orphans: 3;
        widows: 3
    }

    .font-headline-text-bold,
    .font-sub-headline {
        page-break-after: avoid
    }

    .table {
        border-collapse: collapse !important
    }

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

    .container {
        width: 100% !important
    }

    .ms-head {
        position: absolute !important;
        top: 0
    }

    .page-content {
        padding-top: 60px !important
    }

    .footer-copyright {
        page-break-inside: avoid;
        height: 40px;
        margin-bottom: 50px;
        border-top: 1px solid #c8c8c8
    }

    .icon {
        -webkit-print-color-adjust: exact
    }

    .new {
        background-color: #f60;
        -webkit-print-color-adjust: exact
    }

    .image-slider.slick-initialized .image-slider-slide {
        page-break-inside: avoid;
        margin-bottom: 30px
    }

    .image-slider.slick-initialized .image-slider-slide img {
        width: 600px !important;
        max-width: 600px !important
    }

    .image-slider.slick-initialized .slick-track {
        transform: none !important;
        width: 100% !important;
        left: 0 !important
    }

    .full-size-image-module .text-wrapper .gray,
    .full-size-image-module .text-wrapper .white {
        color: #f60 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }

    .img-txt-wrapper {
        page-break-inside: avoid
    }

    .img-txt-wrapper .text-wrapper .white {
        color: #f60 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }

    .product {
        height: auto !important;
        page-break-inside: avoid
    }

    .product .product-content {
        height: 250px !important
    }

    .product .product-content .left {
        height: auto !important
    }

    .product .product-content .left .product-name {
        height: auto !important
    }

    .product .product-content .left .new {
        left: 15px
    }

    .product .product-footer {
        display: none !important
    }

    .ms-collapse {
        transform: scale(.3);
        margin-top: -10px
    }

    .ms-collapse:before {
        content: url(../images/icons/ms_minus_d.png)
    }
}

.space-small {
    margin-bottom: 30px
}

@media all and (min-width:764px) {
    .space-small {
        margin-bottom: 30px
    }
}

.space-small-top {
    margin-top: 30px
}

@media all and (min-width:764px) {
    .space-small-top {
        margin-top: 30px
    }
}

@media (max-width:519px) {
    .space-small-xs {
        margin-bottom: 30px
    }
}

@media (max-width:519px) {
    .space-small-xs-top {
        margin-top: 30px
    }
}

@media (min-width:520px) and (max-width:763px) {
    .space-small-sm {
        margin-bottom: 30px
    }
}

@media (min-width:520px) and (max-width:763px) {
    .space-small-sm-top {
        margin-top: 30px
    }
}

@media (min-width:764px) and (max-width:1009px) {
    .space-small-md {
        margin-bottom: 30px
    }
}

@media (min-width:764px) and (max-width:1009px) {
    .space-small-md-top {
        margin-top: 30px
    }
}

@media (min-width:1010px) {
    .space-small-lg {
        margin-bottom: 30px
    }
}

@media (min-width:1010px) {
    .space-small-lg-top {
        margin-top: 30px
    }
}

.icon-space-small {
    margin-top: 5px !important
}

.navigation-active {
    color: #f60 !important
}

.cookie-wrapper {
    background-color: #e6e7e8;
    display: none;
    position: relative;
    z-index: 300
}

.ms-head {
    position: absolute;
    width: 100%;
    z-index: 20;
    background-color: #fff;
    top: 0;
    transition: top .3s
}

.ms-head.mobile {
    opacity: 0;
    transition: opacity .5s
}

.ms-head .container {
    position: relative
}

.ms-head .ms-header {
    position: relative;
    background-color: #fff
}

@media screen and (max-width:763px) {
    .ms-head .ms-header {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:330px) {
    .ms-head .ms-header {
        padding-left: 10px;
        padding-right: 10px
    }
}

.ms-head .ms-header .ms-name {
    padding-right: 0
}

.ms-head .ms-header .ms-header-main {
    width: 100%;
    display: table;
    height: 110px
}

@media screen and (min-width:764px) {
    .ms-head .ms-header .ms-header-main {
        height: 110px
    }
}

@media screen and (min-width:1010px) {
    .ms-head .ms-header .ms-header-main {
        height: 110px
    }
}

.ms-head .ms-header .ms-header-main .ms-logo-name-wrapper {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.ms-head .ms-header .ms-header-main .ms-logo-name-wrapper.center-me {
    text-align: center
}

@media screen and (min-width:764px) {
    .ms-head .ms-header .ms-header-main .ms-logo-name-wrapper {
        padding-bottom: 0
    }
}

@media all and (min-width:1010px) {
    .ms-head .ms-header .ms-header-main .ms-logo-name-wrapper.center-me {
        text-align: left
    }
}

.ms-head .ms-header .ms-header-main .ms-logo-name-wrapper>.aligner {
    display: inline-block;
    vertical-align: bottom
}

.ms-head .ms-header .ms-header-main .mobile-nav,
.ms-head .ms-header .ms-header-main .ms-logo,
.ms-head .ms-header .ms-header-main .ms-name,
.ms-head .ms-header .ms-header-main .ms-nav {
    display: table-cell;
    vertical-align: bottom
}

.ms-head .ms-header .ms-header-main .mobile-nav {
    padding-right: 10px;
    padding-bottom: 15px
}

@media screen and (min-width:764px) {
    .ms-head .ms-header .ms-header-main .mobile-nav {
        padding-right: 10px;
        padding-bottom: 0
    }
}

.ms-head .ms-header .ms-header-main .ms-logo {
    height: 100%
}

.ms-head .ms-header .ms-header-main .ms-logo>a {
    display: block
}

.ms-head .ms-header .ms-header-main .ms-logo>a>img {
    width: 78px;
    image-rendering: -webkit-optimize-contrast
}

@media all and (min-width:764px) {
    .ms-head .ms-header .ms-header-main .ms-logo>a>img {
        width: 122px
    }
}

@media all and (min-width:1010px) {
    .ms-head .ms-header .ms-header-main .ms-logo>a>img {
        width: 122px;
        margin-left: 0;
        margin-right: 25px
    }
}

.ms-head .ms-header .ms-header-main .ms-name {
    padding-right: 0
}

@media screen and (min-width:1010px) {
    .ms-head .ms-header .ms-header-main .ms-nav {
        width: 100%;
        text-align: center;
        padding-right: 0
    }
}

.footer-meta-navigation {
    min-height: 110px;
    line-height: 30px;
    background-color: #00414C;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.footer-meta-navigation-w {
    min-height: 50px;
    line-height: 30px;
    background-color: #fffff;
    color: #0c0c0c;
    padding-top: 15px
}

@media all and (max-width:1009px) {
    .footer-meta-navigation {
        padding-top: 25px;
        padding-bottom: 70px
    }
}

.footer-meta-navigation .meta-navigation {
    padding-left: 0;
    padding-right: 0
}

@media all and (min-width:520px) {
    .footer-meta-navigation .meta-navigation {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media all and (min-width:764px) {
    .footer-meta-navigation .meta-navigation {
        padding-left: 15px;
        padding-right: 15px
    }
}

.footer-meta-navigation .nav-item {
    width: 50%
}

@media all and (min-width:520px) {
    .footer-meta-navigation .nav-item {
        display: inline;
        width: auto;
        white-space: nowrap;
        padding-left: 0;
        padding-right: 15px
    }
}

.footer-meta-navigation .nav-item a {
    color: #e6e7e8
}

.footer-meta-navigation .nav-item a:focus,
.footer-meta-navigation .nav-item a:hover,
.footer-meta-navigation .nav-item a:visited:hover {
    color: #ff6600;
    text-decoration: none
}

.footer-meta-navigation .social-icons p {
    margin: 0 0 10px 0
}

.footer-meta-navigation .social-icons img {
    width: 20px;
    height: 20px;
    margin: 0 10px 10px 0
}

.footer-copyright {
    margin-top: 10px
}

@media all and (min-width:520px) {
    .footer-copyright {
        padding-left: 0
    }
}

@supports (-ms-ime-align:auto) {
    @media screen and (max-width:764px) {
        .algolia-news-app .facets>.facets-facet>input:not(:checked)+.facets-header+.ais-RefinementList:hover {
            border-top: .00625em solid #c8c8c8
        }
    }
}

@media screen and (min-width:765px) {
    @supports (-ms-ime-align:auto) {
        .algolia-news-app .facets>.facets-facet>input:not(:checked)+.facets-header+.ais-RefinementList {
            -ms-overflow-style: -ms-autohiding-scrollbar
        }
    }
}

/*!
 * 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)
 */
.img-txt-wrapper {
    position: relative
}

.img-txt-wrapper.full-size .text-wrapper {
    position: absolute;
    width: 42%
}

.img-txt-wrapper.full-size .text-wrapper.left {
    left: 20px
}

@media screen and (min-width:764px) {
    .img-txt-wrapper.full-size .text-wrapper.left {
        left: 30px
    }
}

.img-txt-wrapper.full-size .text-wrapper.right {
    right: 20px
}

@media screen and (min-width:764px) {
    .img-txt-wrapper.full-size .text-wrapper.right {
        right: 30px
    }
}

.img-txt-wrapper.full-size .text-wrapper.top {
    top: 60px
}

@media screen and (max-width:764px) {
    .img-txt-wrapper.full-size .text-wrapper.top {
        top: 40px
    }
}

.img-txt-wrapper.full-size .text-wrapper.center {
    top: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:764px) {
    .img-txt-wrapper.full-size .text-wrapper.center {
        bottom: 40px
    }
}

@media screen and (max-width:764px) {
    .img-txt-wrapper.full-size .text-wrapper.mobile-top {
        top: 40px;
        bottom: auto;
        left: 20px;
        right: auto
    }

    .img-txt-wrapper.full-size .text-wrapper.mobile-top.center {
        transform: none
    }
}

.img-txt-wrapper .img-responsive {
    width: 100%
}

.text-wrapper .orange {
    color: #f60
}

.text-wrapper .white {
    color: #fff;
    text-shadow: 0 0 1px #666
}

.text-wrapper .white>[class^=ms-icon] {
    text-shadow: none
}

.text-wrapper .gray {
    color: #999
}

.text-wrapper .bold {
    color: inherit
}

.text-wrapper a:hover.orange {
    color: #999
}

.text-wrapper .white-action-btn {
    text-shadow: 0 0 1px #666
}

.text-wrapper .font-sub-headline {
    margin-top: 0
}

.text-wrapper .font-headline-text-bold {
    margin-top: 10px
}

.text-wrapper p {
    margin-top: 20px
}

.text-wrapper a:not(:first-of-type) {
    margin-top: 15px
}

.text-wrapper a.icon-link-c:not(:first-of-type),
.text-wrapper a.icon-link-d:not(:first-of-type),
.text-wrapper a:not(:first-of-type).icon-link-b,
.text-wrapper a:not(:first-of-type).icon-link-c {
    margin-top: 0
}

.text-wrapper .font-headline-text-bold:first-child,
.text-wrapper .font-sub-headline:first-child,
.text-wrapper a:first-child,
.text-wrapper p:first-child {
    margin-top: 0
}

.textvis-onimage p {
    color: #3c3c3c
}

.textvis-6cwidth-simple-below .textvis-onimage a,
.textvis-6cwidth-simple-below .textvis-onimage p {
    display: none
}

@media screen and (min-width:1010px) {

    .textvis-6cwidth-simple-below .textvis-onimage a,
    .textvis-6cwidth-simple-below .textvis-onimage p {
        display: block
    }
}

.textvis-6cwidth-simple-below .textvis-new-below {
    display: block
}

.textvis-6cwidth-simple-below .textvis-new-below a.orange,
.textvis-6cwidth-simple-below .textvis-new-below a.white {
    color: #999
}

.textvis-6cwidth-simple-below .textvis-new-below a.orange:hover,
.textvis-6cwidth-simple-below .textvis-new-below a.white:hover {
    color: #f60
}

.textvis-6cwidth-simple-below .textvis-new-below a.text-link-b {
    color: #f60;
    display: block
}

.textvis-6cwidth-simple-below .textvis-new-below a.text-link-b:hover {
    color: #999
}

.textvis-6cwidth-simple-below .textvis-new-below a.icon-link-b:not(:first-of-type),
.textvis-6cwidth-simple-below .textvis-new-below a.icon-link-c:not(:first-of-type),
.textvis-6cwidth-simple-below .textvis-new-below a.icon-link-d:not(:first-of-type) {
    margin-top: 0
}

@media screen and (min-width:1010px) {
    .textvis-6cwidth-simple-below .textvis-new-below {
        display: none
    }
}

.textvis-12cwidth-simple-below .textvis-onimage a,
.textvis-12cwidth-simple-below .textvis-onimage p {
    display: none
}

@media screen and (min-width:764px) {

    .textvis-12cwidth-simple-below .textvis-onimage a,
    .textvis-12cwidth-simple-below .textvis-onimage p {
        display: block
    }
}

.textvis-12cwidth-simple-below .textvis-new-below {
    display: block
}

@media screen and (min-width:764px) {
    .textvis-12cwidth-simple-below .textvis-new-below {
        display: none
    }
}

.textvis-12cwidth-simple-below .textvis-new-below a.orange,
.textvis-12cwidth-simple-below .textvis-new-below a.white {
    color: #999
}

.textvis-12cwidth-simple-below .textvis-new-below a.orange:hover,
.textvis-12cwidth-simple-below .textvis-new-below a.white:hover {
    color: #f60
}

.textvis-12cwidth-simple-below .textvis-new-below a.text-link-b {
    color: #f60;
    display: block
}

.textvis-12cwidth-simple-below .textvis-new-below a.text-link-b:hover {
    color: #999
}

.textvis-12cwidth-simple-below .textvis-new-below a.icon-link-b:not(:first-of-type),
.textvis-12cwidth-simple-below .textvis-new-below a.icon-link-c:not(:first-of-type),
.textvis-12cwidth-simple-below .textvis-new-below a.icon-link-d:not(:first-of-type) {
    margin-top: 0
}

.txt-below-img .font-text-small {
    margin-top: 10px
}

.txt-below-img .text-wrapper .font-headline-and-product-name:first-child,
.txt-below-img .text-wrapper .font-headline-page:first-child,
.txt-below-img .text-wrapper .font-headline-teaser:first-child,
.txt-below-img .text-wrapper .font-headline-text-bold:first-child,
.txt-below-img .text-wrapper .font-sub-headline:first-child,
.txt-below-img .text-wrapper a:first-child,
.txt-below-img .text-wrapper p:first-child {
    margin-top: 20px
}

@media screen and (min-width:1010px) {

    .txt-below-img .text-wrapper .font-headline-and-product-name:first-child,
    .txt-below-img .text-wrapper .font-headline-page:first-child,
    .txt-below-img .text-wrapper .font-headline-teaser:first-child,
    .txt-below-img .text-wrapper .font-headline-text-bold:first-child,
    .txt-below-img .text-wrapper .font-sub-headline:first-child,
    .txt-below-img .text-wrapper a:first-child,
    .txt-below-img .text-wrapper p:first-child {
        margin-top: 30px
    }
}

@media screen and (max-width:764px) {
    .img-txt-wrapper.full-size .text-wrapper {
        width: 100%;
        padding-right: 40px
    }

    .img-txt-wrapper.full-size .text-wrapper .mobile-white {
        color: #fff
    }

    .img-txt-wrapper.full-size .text-wrapper .mobile-orange {
        color: #f60
    }

    .img-txt-wrapper.full-size .text-wrapper .mobile-gray {
        color: #e6e7e8
    }
}

.table-align-2x3-col {
    border-collapse: collapse;
    border-width: 0
}

.table-align-2x3-col td {
    vertical-align: top
}

.table-align-2x3-col td a.text-link-b {
    display: block;
    margin-top: 25px
}

.table-align-2x3-col tr:first-child td {
    vertical-align: bottom
}

.full-size-image-module {
    position: relative
}

.full-size-image-module .img-txt-wrapper {
    height: 100%
}

.full-size-image-module .img-txt-wrapper .text-wrapper {
    padding-right: 0;
    width: 100%
}

.full-size-image-module .img-txt-wrapper .text-wrapper.top {
    top: 10%
}

.full-size-image-module .img-txt-wrapper .text-wrapper.right {
    right: 0
}

.full-size-image-module .img-txt-wrapper .text-wrapper.left {
    left: 0
}

@media screen and (min-width:520px) and (orientation:landscape) {
    .full-size-image-module .img-txt-wrapper .text-wrapper {
        width: 50%
    }

    .full-size-image-module .img-txt-wrapper .text-wrapper.top {
        top: 10%
    }
}

@media screen and (min-width:764px) and (orientation:landscape) {
    .full-size-image-module .img-txt-wrapper .text-wrapper.top {
        top: 22%
    }
}

@keyframes burns {
    from {
        transform: scale(1, 1) rotate(.01deg)
    }

    to {
        transform: scale(1.5, 1.5) rotate(.01deg)
    }
}

.ms-image-slider .copy-tag-block {
    outline: 0
}

@media all and (max-width:764px) {
    .ms-image-slider .img-txt-wrapper.full-size .text-wrapper {
        top: 20px;
        bottom: auto;
        left: 20px;
        right: auto
    }

    .ms-image-slider .img-txt-wrapper.full-size .text-wrapper.center {
        transform: none
    }
}

.ms-image-slider .img-txt-wrapper.full-size .text-wrapper .category-lbl.white {
    color: #fff
}

.ms-image-slider .img-txt-wrapper.full-size .text-wrapper .category-lbl.orange {
    color: #f60
}

.ms-image-slider .img-txt-wrapper.full-size .text-wrapper .category-lbl.gray {
    color: #999
}

.image-slider {
    margin-bottom: 0
}

.image-slider .image-slider-slide {
    outline: 0
}

.image-slider .image-slider-slide .image-container {
    width: 100%;
    text-align: center
}

.image-slider .image-slider-slide .image-container>img {
    max-width: 100%;
    width: 100%
}

.text-background-teaser.hover-opacity {
    cursor: pointer
}

.text-wrapper.background-wrapper {
    padding: 20px
}

@media all and (min-width:764px) {
    .text-wrapper.background-wrapper {
        padding: 30px
    }
}

.img-background-teaser.white>.text-wrapper.background-wrapper,
.text-wrapper.background-wrapper .white {
    text-shadow: none
}

.img-background-teaser.gray>.text-wrapper.background-wrapper,
.text-wrapper.background-wrapper.gray {
    background-color: #e6e7e8
}

.img-background-teaser.transparent>.text-wrapper.background-wrapper,
.text-wrapper.background-wrapper.transparent {
    background-color: transparent
}

.img-background-teaser.orange>.text-wrapper.background-wrapper,
.text-wrapper.background-wrapper.orange {
    background-color: #f60
}

.img-background-teaser.orange>.text-wrapper.background-wrapper p a,
.text-wrapper.background-wrapper.orange p a {
    color: #3c3c3c
}

.img-background-teaser.orange>.text-wrapper.background-wrapper p a:hover,
.text-wrapper.background-wrapper.orange p a:hover {
    color: #999
}

.img-background-teaser.orange>.text-wrapper.background-wrapper a.text-link-b.white:hover,
.text-wrapper.background-wrapper.orange a.text-link-b.white:hover {
    color: #999
}

.text-wrapper .category-lbl {
    margin-bottom: 10px
}

.text-wrapper .action-btn,
.text-wrapper .link-btn {
    margin-top: 20px
}

@media all and (max-width:1009px) {

    .text-wrapper .action-btn,
    .text-wrapper .link-btn {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width:519px) {
    .img-background-teaser>.textvis-6cwidth-simple-below:first-child {
        margin-bottom: 30px
    }
}

.img-background-teaser .copy-tag-block.gray .img-txt-wrapper {
    background-color: #e6e7e8
}

.img-background-teaser .copy-tag-block.orange .img-txt-wrapper {
    background-color: #f60
}

.img-background-teaser .copy-tag-block.transparent .img-txt-wrapper {
    background-color: transparent
}

.img-background-teaser .copy-tag-block.gray .text-wrapper,
.img-background-teaser .copy-tag-block.orange .text-wrapper,
.img-background-teaser .copy-tag-block.transparent .text-wrapper {
    width: auto;
    right: 20px;
    left: 20px
}

.img-background-teaser .copy-tag-block.gray .text-wrapper .white,
.img-background-teaser .copy-tag-block.orange .text-wrapper .white,
.img-background-teaser .copy-tag-block.transparent .text-wrapper .white {
    text-shadow: none
}

@media all and (min-width:764px) {

    .img-background-teaser .copy-tag-block.gray .text-wrapper,
    .img-background-teaser .copy-tag-block.orange .text-wrapper,
    .img-background-teaser .copy-tag-block.transparent .text-wrapper {
        right: 30px;
        left: 30px
    }
}

.img-background-teaser .text-wrapper .action-btn,
.img-background-teaser .text-wrapper .link-btn {
    margin-top: 20px;
    width: auto;
    text-align: center
}

@media all and (max-width:1009px) {

    .img-background-teaser .text-wrapper .action-btn,
    .img-background-teaser .text-wrapper .link-btn {
        width: 100%
    }
}

@media all and (min-width:1010px) {

    .img-background-teaser .textvis-6cwidth-simple-below .textvis-onimage .action-btn,
    .img-background-teaser .textvis-6cwidth-simple-below .textvis-onimage a.link-btn {
        display: inline-block
    }
}

.img-background-teaser .txt-below-img.textvis-new-below .action-btn,
.img-background-teaser .txt-below-img.textvis-new-below a.link-btn {
    margin-top: 20px;
    background-color: transparent;
    color: #3c3c3c;
    border-color: #3c3c3c
}

@media all and (max-width:1009px) {

    .img-background-teaser .txt-below-img.textvis-new-below .action-btn,
    .img-background-teaser .txt-below-img.textvis-new-below a.link-btn {
        width: 100%;
        text-align: center
    }
}

.img-background-teaser .txt-below-img.textvis-new-below .action-btn.active,
.img-background-teaser .txt-below-img.textvis-new-below .action-btn:active,
.img-background-teaser .txt-below-img.textvis-new-below .action-btn:hover,
.img-background-teaser .txt-below-img.textvis-new-below a.link-btn.active,
.img-background-teaser .txt-below-img.textvis-new-below a.link-btn:active,
.img-background-teaser .txt-below-img.textvis-new-below a.link-btn:hover {
    border: 1px solid #f60;
    color: #fff;
    background-color: #f60
}

.img-background-teaser .txt-below-img.textvis-new-below .action-btn:focus,
.img-background-teaser .txt-below-img.textvis-new-below a.link-btn:focus {
    background-color: #f60;
    color: #fff;
    border-color: #f60
}

.ms-image-slider.full-size {
    margin-left: 0;
    margin-right: 0
}

.ms-image-slider.full-size .image-slider-slide {
    padding: 0
}

.ms-image-slider.full-size .container {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    left: 0
}

@media screen and (max-width:763px) {
    .ms-image-slider.full-size .img-txt-wrapper.full-size {
        height: 330px;
        overflow: hidden;
        position: relative
    }
}

@media screen and (min-width:764px) {
    .ms-image-slider.full-size .img-txt-wrapper.full-size img {
        width: 100%
    }
}

@media screen and (max-width:763px) {
    .ms-image-slider.full-size .img-txt-wrapper.full-size img {
        min-width: 100%;
        height: 330px;
        max-height: 330px;
        position: absolute;
        top: 0
    }
}

.ms-image-slider.full-size .img-txt-wrapper.full-size .text-wrapper {
    text-align: left
}

#tab-content {
    overflow: hidden;
    padding: 10px 0;
    margin: 0 10px 0 10px
}

@media all and (min-width:764px) {
    #tab-content {
        padding: 15px 0
    }
}

@media all and (min-width:764px) {
    #tab-content {
        margin: 0 15px 0 15px
    }
}

.ms-accordion-wrapper .panel-group {
    margin: 0
}

.ms-accordion-wrapper .panel-default.panel {
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-top: 0
}

.ms-accordion-wrapper .panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
    padding-right: 0;
    padding-left: 0
}

.ms-accordion-wrapper .panel-heading .accordion-icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    color: #f60;
    transform: translateY(-50%)
}

.ms-accordion-wrapper .panel-heading .accordion-icon.ms-icon_plus:before {
    font-size: 35px
}

.ms-accordion-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body {
    overflow: hidden;
    border-top: none;
    padding: 20px 0
}

.ms-accordion-wrapper .panel-title {
    padding-right: 40px
}

.ms-accordion-wrapper .panel-title>a {
    width: 100%;
    display: block
}

.img-accordion-wrapper .panel {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

@media all and (min-width:764px) {
    .img-accordion-wrapper .panel {
        padding-left: 10px;
        padding-right: 10px
    }
}

.img-accordion-wrapper .panel-heading {
    padding-left: 0;
    padding-right: 0
}

.img-accordion-wrapper .panel-heading>a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative
}

.img-accordion-wrapper .panel-heading>a:hover .font-headline-and-product-name {
    color: #f60
}

.img-accordion-wrapper .panel-heading>a .font-headline-and-product-name {
    display: inline-block;
    padding-left: 10px
}

@media all and (min-width:764px) {
    .img-accordion-wrapper .panel-heading>a .font-headline-and-product-name {
        display: block;
        text-align: center;
        padding-left: 0;
        margin-top: 15px
    }
}

.img-accordion-wrapper .panel-heading>a .accordion-icon {
    position: absolute;
    right: -10px;
    top: 50%
}

.img-accordion-wrapper .panel-heading>a .accordion-icon.ms-icon_plus {
    color: #f60;
    margin-top: -20px
}

.img-accordion-wrapper .panel-heading>a .accordion-icon.ms-icon_plus:before {
    font-size: 35px
}

@media all and (min-width:764px) {
    .img-accordion-wrapper .panel-heading>a .accordion-icon {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -10px;
        margin-left: -20px
    }
}

@media all and (min-width:764px) {
    .img-accordion-wrapper .panel-heading>a {
        padding-bottom: 35px
    }
}

.img-accordion-wrapper .product-info-img {
    margin: auto;
    display: inline-block;
    width: 60px;
    height: 60px
}

@media all and (min-width:764px) {
    .img-accordion-wrapper .product-info-img {
        display: block
    }
}

@media all and (min-width:764px) {
    .img-accordion-wrapper .product-info-img {
        width: 120px;
        height: 120px
    }
}

@media all and (min-width:1010px) {
    .img-accordion-wrapper .product-info-img {
        width: auto;
        height: auto
    }
}

.img-accordion-wrapper .product-panel {
    display: none
}

.table-wrapper {
    position: relative;
    overflow: hidden
}

.table-wrapper .table.table-row-header {
    border: none;
    border-collapse: separate;
    display: table;
    border-spacing: 0;
    margin-bottom: 0
}

.table-wrapper .table-parent {
    overflow-x: auto;
    overflow-y: hidden
}

.size1of2 {
    width: 50%
}

.size1of4 {
    width: 25%
}

.size1of3 {
    width: 33.3333%
}

.size1of5 {
    width: 20%
}

.size1of10 {
    width: 10%
}

.size7of10 {
    width: 70%
}

.quote .author {
    margin-top: 10px
}

@media screen and (max-width:519px) {
    .row.image-and-text-3-9>[class^=col]:first-child {
        margin-bottom: 30px
    }
}

.grey-box {
    background-color: #e6e7e8;
    position: relative;
    padding: 20px
}

@media all and (min-width:764px) {
    .grey-box {
        padding: 30px
    }
}

.grey-box [class*=col-] {
    padding: 0
}

@media all and (max-width:764px) {
    .grey-box [class*=col-] {
        padding: 0
    }
}

.grey-box .note-button div.button-note {
    position: absolute;
    bottom: 30px;
    right: 30px
}

@media all and (max-width:764px) {
    .grey-box .note-button div.button-note {
        position: static;
        float: right;
        margin-top: 20px
    }
}

.headline-grey-box {
    background-color: #f5f6f8;
    padding: 32px 20px 15px 20px;
    margin-bottom: 40px;
    position: relative
}

@media all and (min-width:764px) {
    .headline-grey-box {
        padding-left: 30px;
        padding-right: 30px
    }
}

.page-content {
    margin-bottom: 30px
}

.grey-col-12,
.grey-col-3 {
    background-color: #3c3c3c !important;
    color: #fff !important
}

.grey-col-10,
.grey-col-4 {
    background-color: #666 !important;
    color: #fff !important
}

.grey-col-5,
.grey-col-9 {
    background-color: #c8c8c8 !important
}

.grey-col-8 {
    background-color: #e6e7e8 !important
}

.grey-col-7 {
    background-color: #f5f6f8 !important
}

.social-icon {
    width: 40px;
    height: 40px;
    vertical-align: top;
    display: inline-block
}

.icon-col {
    background-color: #f5f6f8;
    padding-top: 30px
}

.icon-col div {
    margin: auto
}

.icon {
    background-image: url(../images/icons-1x/msled_sprite_x1.png);
    background-repeat: no-repeat;
    cursor: pointer
}

.ms-link {
    background-position: -10px -346px;
    width: 20px;
    height: 20px
}

.ms-link:hover {
    background-position: -10px -376px
}

.ms-collapse {
    background-position: -10px -436px;
    width: 20px;
    height: 4px
}

.ms-product-lamps {
    background-position: -10px -70px;
    width: 23px;
    height: 33px
}

@media all and (-webkit-min-device-pixel-ratio:2),
all and (min-device-pixel-ratio:2) {
    .icon {
        background-image: url(../images/icons-2x/msled_sprite_x2.png);
        background-size: 138px 1553px
    }

    .ms-link {
        background-position: -5px -298px
    }

    .ms-link:hover {
        background-position: -5px -323px
    }

    .ms-collapse {
        background-position: -5px -373px
    }

    .ms-product-lamps {
        background-position: -5px -55px
    }
}

a.with-icon.link-btn,
button.button.with-icon,
button.with-icon {
    white-space: nowrap;
    padding: 5px 20px 5px 20px;
    position: relative
}

a.with-icon.link-btn>.icon,
button.button.with-icon>.icon,
button.with-icon>.icon {
    position: absolute;
    left: 20px;
    top: 10px
}

a.with-icon.link-btn>.text,
button.button.with-icon>.text,
button.with-icon>.text {
    margin-left: 10px
}

.link-btn.with-icon .text {
    display: block;
    margin-top: 5px
}

.product {
    position: relative
}

.product .product-content {
    cursor: pointer;
    border: 1px solid #c8c8c8
}

.product .product-content:hover {
    opacity: .8
}

.product .product-content .left {
    padding: 35px 15px 5px 30px
}

@media screen and (min-width:764px) {
    .product .product-content .left {
        padding: 40px 15px 10px 35px
    }
}

@media screen and (max-width:519px) and (orientation:landscape) {
    .product .product-content .left {
        padding: 35px 15px 10px 20px
    }
}

.product .product-content .left,
.product .product-content .right {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.product .product-content .product-icons {
    width: 100%;
    min-height: 25px
}

.product .product-content .product-icons .icon {
    float: left;
    margin-right: 10px
}

.product .new {
    position: absolute;
    left: 9px;
    top: 10px;
    padding: 0 20px;
    background-color: #f60;
    color: #fff;
    height: 30px;
    line-height: 30px
}

@media screen and (min-width:764px) {
    .product .new {
        left: 14px
    }
}

@media screen and (max-width:519px) and (orientation:landscape) {
    .product .new {
        padding: 0 10px
    }
}

.product .product-name {
    padding-top: 15px;
    margin-bottom: 15px;
    color: #3c3c3c
}

@media screen and (max-width:519px) and (orientation:landscape) {
    .product .product-name {
        padding-top: 10px;
        margin-bottom: 10px
    }
}

.product .product-footer {
    padding: 10px;
    background-color: #e6e7e8
}

.product .col-xs-4.right {
    padding-left: 0
}

@media all and (min-width:1010px) {
    .product .col-xs-4.right {
        padding-left: 15px
    }
}

.product img {
    width: 100%;
    right: 15px;
    margin-right: 0;
    margin-left: auto
}

@media all and (min-width:1010px) {
    .product img {
        width: 130px;
        max-width: 130px
    }
}

.product-color-button {
    width: 130px;
    padding: 3px 0 3px 25px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    position: relative;
    background: 0 0;
    color: #3c3c3c;
    cursor: pointer
}

@media all and (min-width:764px) {
    .product-color-button {
        width: 150px;
        padding: 3px 0 3px 30px
    }
}

.product-color-button.active,
.product-color-button:hover {
    background-color: #f60;
    color: #fff
}

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

.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: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

/*! 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 */
/*!
 * 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
 */
/*! jQuery-ui-Slider-Pips - v1.11.1 - 2015-11-30
* Copyright (c) 2015 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
@keyframes scale-up {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0)
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1)
    }
}

body {
    max-width: 100% !important
}

.stylingblock-content-wrapper {
    border-collapse: inherit
}

a[href]:not(.buttonstyles),
a[href]:not(.white) {
    color: inherit
}

a[href].icon-link-b.white {
    color: #fff
}

.clickblock-one-link:hover a[href].white {
    color: #f60
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    padding-bottom: 10px
}

.accordion-icon {
    position: absolute;
    top: 0;
    right: 0
}

.panel-heading {
    cursor: pointer
}

@media (min-width:764px) {
    .slick-slider .img-txt-wrapper {
        height: 400px
    }

    .slick-slider .img-txt-wrapper img {
        position: absolute;
        top: -100%;
        left: 0;
        bottom: -100%;
        right: 0;
        margin: auto
    }
}

.layout-canvas-g>.section {
    margin: 0
}


body:not(.loaded) .ms-head {
    position: relative;
}

.img-responsive {
    width: 100%;
}

@media (min-width:520px) {
    .fr {
        float: right;
    }
}

.form-check {
    margin-bottom: 20px;
}

form label {
    margin-bottom: .1rem;
    font-size: 13px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}


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

.form-check-input {
    position: relative !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

form input:not([type="checkbox"]),
form select {
    width: 100%;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #C8C8C8
}

.button {
    margin-top: 50px;
    background-color: #FF6600;
    color: white;
    display: inline-block;
    min-height: 50px;
    min-width: 140px;
    padding: 5px 15px;
    border: 1px solid #FF6600;
    cursor: pointer;
}

.button:hover {
    color: #FF6600;
    background-color: white;
}


.containernews {
    position: relative;
    text-align: left;
    color: white;
    width: 100%;
    height: 340px;
    float: left;
}

.centerednews {
    position: absolute;
    font: 20px arial;
    color: white;
    padding: 5px;
    background: rgba(10, 10, 10, 0.6);
    top: 80%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.centerednews div {
    font: 26px arial;
    color: #FF6600;
}

.imagenews {
    position: relative;
    object-fit: cover;
    object-position: 20% 0;
    width: 100%;
    height: 100%;
}

.imagenews2 {
    position: relative;
    object-fit: cover;
    object-position: 40% 0;
    width: 100%;
    height: 100%;
}

.ms-icon_minus:before {
    content: "\79";
    font-size: 40px
}

a.link-btn.orange-action-btn {
    color: #fff !important;
    background-color: #f60;
    border: 1px solid #f60;
}

a.orange-action-btn.active.link-btn,
a.orange-action-btn.hover.link-btn,
a.orange-action-btn.link-btn:active,
a.orange-action-btn.link-btn:hover,
button.button.orange-action-btn.active,
button.button.orange-action-btn.hover,
button.button.orange-action-btn:active,
button.button.orange-action-btn:hover,
button.orange-action-btn.active,
button.orange-action-btn.hover,
button.orange-action-btn:active,
button.orange-action-btn:hover {
    background-color: #f60;
    color: #fff !important;
    border-color: #f60;
}


a.action-btn.link-btn,
button.action-btn,
button.button.action-btn {
    color: #f60 !important;
    border: 1px solid #f60;
}

a.action-btn.active.link-btn,
a.action-btn.hover.link-btn,
a.action-btn.link-btn:active,
a.action-btn.link-btn:hover,
button.action-btn.active,
button.action-btn.hover,
button.action-btn:active,
button.action-btn:hover,
button.button.action-btn.active,
button.button.action-btn.hover,
button.button.action-btn:active,
button.button.action-btn:hover {
    background-color: #f60;
    color: #fff !important;
}


.link-btn {
    margin: 10px 0;
}


@media only screen and (max-width: 480px) {

    body,
    .tb_properties {
        font-family: Arial !important;
        font-size: 15px !important;
        color: #333 !important;
        line-height: 19px !important;
        padding: 0px !important;
    }

    .buttonstyles {
        font-family: Arial !important;
        font-size: 16px !important;
        color: #FFFFFF !important;
        padding: 0px !important;
    }

    h1 {
        font-family: Arial !important;
        font-size: 22px !important;
        color: #202020 !important;
        line-height: 1 !important;
    }

    h2 {
        font-family: Arial !important;
        font-size: 20px !important;
        color: #202020 !important;
        line-height: 1 !important;
    }

    h3 {
        font-family: Arial !important;
        font-size: 18px !important;
        color: #202020 !important;
        line-height: 1 !important;
    }

    a:not(.buttonstyles) {
        line-height: 1 !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .responsive-td {
        width: 100% !important;
        display: block !important;
        padding: 0px !important;
    }
}


@media only screen and (max-width: 480px) {
    .font-sub-headline {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 15px !important;
        line-height: 21px !important;
        color: #3c3c3c !important;
    }

    .ms-image-slider .img-txt-wrapper.full-size .text-wrapper .category-lbl.orange {
        color: #f60 !important;
    }

    .text-wrapper .white {
        color: #fff !important;
        text-shadow: 0 0 1px #666 !important;
    }

    .text-wrapper .orange {
        color: #f60 !important;
    }
}


.ms-accordion-wrapper .panel-heading .accordion-icon.ms-icon_plus:before {
    font-size: 35px;
    background: url(https://image.light.osram-os.com/lib/fe341570756404787c1177/m/1/4f613a59-e194-4fed-8057-33af8b391630.jpg) no-repeat center center;
    content: "";
    display: block;
    width: 30px;
    margin-top: 10px;
    height: 30px;
}

.ms-icon_minus:before {
    font-size: 35px;
    background: url(https://image.light.osram-os.com/lib/fe341570756404787c1177/m/1/2c64652c-3f33-4155-bf79-b38b872cc238.jpg) no-repeat center center;
    content: "";
    display: block;
    width: 30px;
    margin-top: 10px;
    height: 30px;
}