#lrn-systemoutput,
#lrn-pagecontent {
  position: relative;
}
.lrn-preview #lrn-systemoutput #lrn-liveeditbar,
.lrn-liveedit #lrn-systemoutput #lrn-liveeditbar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-bottom: 1px;
  width: 100%;
  padding: 4px;
  font-size: 12px;
  border-top: 1px #efefef solid;
  border-bottom: 1px #656565 solid;
  background-color: #ff0;
  color: #000;
}
.lrn-preview #lrn-systemoutput #lrn-liveeditbar {
  background-color: #eee;
}
* html .lrn-preview #lrn-liveeditbar,
* html .lrn-liveedit #lrn-liveeditbar {
  /* MSIE */
  position: absolute;
}
.lrn-preview #lrn-pagecontent,
.lrn-liveedit #lrn-pagecontent {
  margin-top: 32px;
}
.lrn-preview p,
.lrn-liveedit p {
  font-size: 10pt;
}
.lrn-preview #lrn-liveeditbar img,
.lrn-liveedit #lrn-liveeditbar img {
  vertical-align: text-top;
}
.lrn-preview #lrn-systemoutput #lrn-liveeditbar a,
.lrn-liveedit #lrn-systemoutput #lrn-liveeditbar a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  padding: 2px 2px 1px 2px;
}
.lrn-preview #lrn-systemoutput #lrn-liveeditbar a:hover,
.lrn-liveedit #lrn-systemoutput #lrn-liveeditbar a:hover {
  color: #fff;
  background-color: #900;
}
.lrn-preview .lrn-editallowed .lrn-editlink,
.lrn-preview .lrn-editdisallowed .lrn-editlink,
.lrn-liveedit .lrn-editallowed .lrn-editlink,
.lrn-liveedit .lrn-editdisallowed .lrn-editlink {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 13px;
  height: 13px;
  width: 13px;
  z-index: 1000;
  zoom: 1;
}
.lrn-liveedit .lrn-element {
  min-height: 20px;
  outline: 1px solid #ccc;
  position: relative;
}
.lrn-liveedit .lrn-element:hover {
  background-color: #ffc;
}
.lrn-liveedit .lrn-templedit,
.lrn-liveedit .lrn-slideshow {
  outline: 1px solid #f99;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@import "variables.html";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.html");
  src: url("fonts/glyphicons-halflings-regulard41d.html?#iefix")
      format("embedded-opentype"),
    url("fonts/glyphicons-halflings-regular-2.html") format("woff"),
    url("fonts/glyphicons-halflings-regular-3.html") format("truetype"),
    url("fonts/glyphicons-halflings-regular-4.html#glyphicons_halflingsregular")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: Arial, Verdana, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.4285;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4285;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #08c;
}
a.text-primary:hover {
  color: #006699;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #08c;
}
a.bg-primary:hover {
  background-color: #006699;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.4285;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4285;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.4285;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.4285;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666667%;
}
.col-xs-pull-1 {
  right: 8.3333333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666666667%;
}
.col-xs-push-10 {
  left: 83.333333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666666667%;
}
.col-xs-push-7 {
  left: 58.333333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666666667%;
}
.col-xs-push-4 {
  left: 33.333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666667%;
}
.col-xs-push-1 {
  left: 8.3333333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4285;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.4285;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4285;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 33px;
  line-height: 1.4285 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.4285;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm,
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg,
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4285;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #08c;
  border-color: #0077b3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #006699;
  border-color: #004e75;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #08c;
  border-color: #0077b3;
}
.btn-primary .badge {
  color: #08c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #08c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4285;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #08c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.4285;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
select[multiple].input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
select[multiple].input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #08c;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4285;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.ie8 .collapse {
  display: block;
}
.ie8 .navbar-header {
  float: left;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15.5px 10px;
  font-size: 18px;
  line-height: 19px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.ie8 .navbar-toggle {
  display: none;
}
.navbar-nav {
  margin: 7.75px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
}
.ie8 .navbar-nav {
  float: left;
  margin: 0;
}
.ie8 .navbar-nav > li {
  float: left;
}
.ie8 .navbar-nav > li > a {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.ie8 .navbar-nav.navbar-right:last-child {
  margin-right: -10px;
}
.ie8 .navbar-left {
  float: left !important;
}
.ie8 .navbar-right {
  float: right !important;
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.ie8 .navbar-form {
  width: auto;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ie8 .navbar-form.navbar-right:last-child {
  margin-right: -10px;
}
.ie8 .navbar-form .form-group {
  margin-bottom: 5px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #08c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #08c;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #08c;
}
.navbar-default .btn-link {
  color: #000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #08c;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4285;
  text-decoration: none;
  color: #08c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #005580;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #08c;
  border-color: #08c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #08c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #006699;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #08c;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.4285;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #08c;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #08c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #08c;
  border-color: #08c;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #99ddff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 10px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px;
  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-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 10px;
  padding-right: 10px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #08c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #08c;
  border-color: #08c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #08c;
}
.panel-primary > .panel-heading .badge {
  color: #08c;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #08c;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 11.4285px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4285;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4285;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#7f000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #777777;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: ;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: ;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: ;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
@font-face {
  font-family: "ln";
  src: url("fonts/ln34f1.eot?x3g2ac");
  src: url("fonts/ln34f1.eot?x3g2ac#iefix") format("embedded-opentype"),
    url("fonts/ln34f1.ttf?x3g2ac") format("truetype"),
    url("fonts/ln34f1.woff?x3g2ac") format("woff"),
    url("fonts/ln34f1.svg?x3g2ac#ln") format("svg");
  font-weight: normal;
  font-style: normal;
}
.content-breadcrumb li:after,
.controls .prev:before,
.controls .next:before,
.modal .close,
.ln {
  font-family: "ln" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
____ .ln-small .ln {
  display: inline-block;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  padding: 0 10px 0 0;
}
.ln.large {
  font-size: 40px;
}
body {
  color: #555;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  background: #fafafa;
  font-size: 16px;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
figure img {
  max-width: 100%;
}
figcaption {
  width: 100%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a {
  color: #337ab7;
  hyphens: auto;
}
a:hover {
  color: #555;
}
section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}
section#news {
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 768px) {
  section#news {
    padding: 40px 0 40px 0;
  }
}
section.product {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  section.product {
    padding-top: 40px;
  }
}
blockquote {
  margin: 30px 0;
}
button {
  border-radius: 0px !important;
}
.wrapper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1170px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.marge-top-30 {
  display: block;
  margin-top: 30px;
}
.marge-top-60 {
  display: block;
  margin-top: 60px;
}
.marge-bottom-30 {
  display: block;
  margin-bottom: 30px;
}
.pad-top-60 {
  padding-top: 60px;
}
.pad-top-30 {
  padding-top: 30px;
}
.pad-bot-none {
  padding-bottom: 0px;
}
.marge-top-auto {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding-top: 30px;
}
.bordered-button {
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #c5d9d8;
  color: #337ab7;
  text-transform: uppercase;
  text-decoration: none;
  transition: color ease-in 0.3s, border ease-in 0.3s;
  white-space: normal !important;
  word-wrap: break-word;
}
.bordered-button:hover {
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #ee7f05;
  color: #ee7f05;
  text-transform: uppercase;
  text-decoration: none;
}
.bordered-button.info {
  margin: 0px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-color: #ee7f00;
  color: #ee7f00;
}
.orangebutton {
  display: block;
  color: #fff;
  text-align: center;
  background: #ee7f05;
  padding: 10px;
}
.orangebutton:hover {
  display: block;
  color: #fff;
  text-align: center;
  background: #ee7f05;
  padding: 10px;
}
.orangebutton-center {
  display: block;
  width: 140px;
  color: #fff;
  text-align: center;
  background: #ee7f05;
  padding: 10px;
}
.orangebutton-center:hover {
  color: #fff;
  text-align: center;
  background: #ee7f05;
  padding: 10px;
}
.orange-button {
  display: inline-block;
  margin-top: 40px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #ee7f00;
  border: none;
  border-radius: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.orange-button:hover {
  color: #fff;
  background: #f28300;
  text-decoration: none;
}
.orange-button:focus {
  color: #fff;
  background: #f28300;
  text-decoration: none;
}
.orange-button.grey-button {
  color: #f28300;
  background: #eee;
  margin-right: 10px;
  padding: 11px;
}
.lightblue-button {
  display: inline-block;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c8c8c8;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lightblue-button:hover {
  color: #fff;
  background: #adadad;
  text-decoration: none;
}
.lightblue-button span {
  margin-right: 10px;
}
.footertotop {
  height: auto;
  padding: 15px;
}
.totop {
  background-color: #c8c8c8;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.4285;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  position: fixed;
  bottom: 50px;
  right: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
  font-weight: bold;
}
.totop:hover {
  color: #fff;
  background: #ee7f05;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .totop {
    display: none !important;
  }
}
.arrow-top {
  position: relative;
}
.arrow-top:after {
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../img/ico/arrow-top.html) no-repeat center center #c0c0c0;
  content: " ";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow-top:hover:after {
  background: url(../img/ico/arrow-top.html) no-repeat center center #9a9a9a;
}
.offerbutton {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #eee;
}
.offerbutton:hover {
  color: #fff;
  background: #ee7f05;
  text-decoration: none;
}
.row.flex-grid:before,
.row.flex-grid:after {
  display: none;
}
.flex-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.flex-center.stack {
  margin-top: -5px;
}
.flex-valign {
  display: flex;
  align-items: center;
}
.flex-bottom {
  display: flex;
}
.flex-bottom > div {
  margin-top: auto;
  margin-bottom: 9.5px;
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .flex-grid {
    display: block;
  }
}
.flex-self {
  display: flex;
  flex: 1;
}
.flex-column {
  flex-direction: column;
  flex-shrink: 0;
}
.row.flex-grid {
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .row.flex-grid > [class^="col-"],
  .row.flex-grid > [class*=" col-"] {
    display: block;
    width: 100%;
  }
}
.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .space-between.break {
    display: block;
  }
  .space-between.break .padonbreak {
    display: block;
    padding: 8px 0;
  }
}
.blue-box {
  padding: 40px;
  background: #345d6d;
  color: #fff;
  text-align: left;
}
.blue-box h2 {
  font-size: 48px;
  color: #ee7f00;
}
.blue-box h3 {
  display: inline-block;
  padding: 20px 0;
  border-top: 1px solid #416877;
  border-bottom: 1px solid #416877;
  color: #fff;
}
.blue-box-light {
  display: block;
  padding: 40px;
  background: #c8c8c8;
}
.white-bg {
  display: block;
  height: 100%;
  background: #fff;
}
.whitebox-head {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.whitebox-head h1,
.whitebox-head h2,
.whitebox-head h3 {
  margin: 0;
}
.whitebox {
  background: #fff;
  padding: 30px;
}
.whitebox img {
  max-width: 50%;
  margin-bottom: 30px;
}
.whitebox h1 {
  margin-bottom: 30px;
}
.whitebox h2 {
  font-size: 20px;
}
.whitebox h3,
.whitebox h4 {
  font-size: 18px;
}
.whitebox.stretch {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .whitebox h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .whitebox h2 {
    font-size: 18px;
  }
  .whitebox h3,
  .whitebox h4 {
    font-size: 16px;
  }
}
.greybox {
  background: #eee;
  padding: 20px 30px;
  transition: background ease-in 0.3s;
}
.greybox h2,
.greybox h3,
.greybox h4 {
  font-size: 18px;
  margin: 0px;
  transition: color ease-in 0.3s;
}
.greybox.darker {
  background: #ddd;
  padding: 10px;
}
.greybox.darker .select-fake {
  background: #eee;
  border: 1px solid #ededed;
}
.greybox.darker .bootstrap-select.open .select-fake {
  background: #f7f7f7 !important;
  box-shadow: 0px 0px 0px;
}
.greybox.darker .dropdown-menu {
  padding: 3px;
  background: #f7f7f7 !important;
  border: 1px solid #ededed;
  box-shadow: 0px 0px 0px;
}
.greybox.darker .dropdown-menu .selected,
.greybox.darker .dropdown-menu li:hover a {
  background: #eee;
}
.greybox2 {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  background: #eee;
}
.greybox2.pad-left {
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .greybox2.marge-top {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .greybox2.marge-top {
    margin-top: 30px;
  }
}
.orangebox {
  color: #fff;
  background: #ee7f05;
  padding: 20px 30px;
}
.orangebox h1,
.orangebox h2,
.orangebox h3,
.orangebox h4 {
  font-size: 18px;
  margin: 0px;
  color: #fff;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel-default {
  box-shadow: none !important;
  border: 0px;
}
.panel-default > .panel-heading {
  border-bottom: 1px solid #eee;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0px;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 20px 15px 20px 60px;
  position: relative;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
}
.t-switch:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  border-right: 1px solid #eee;
  color: #555;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\e912";
  font-family: "ln" !important;
}
.t-switch.collapsed:before {
  content: "\e915";
}
.t-switch:focus {
  text-decoration: none;
}
.marge-bot {
  margin: 0 0 80px 0;
}
.subthemes ul {
  padding: 10px 0 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 480px) {
  .subthemes ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
.subthemes ul li {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.subthemes ul a {
  display: block;
  padding: 10px;
  border: 1px solid #c5d9d8;
  color: #337ab7;
  transition: color ease-in 0.3s, border ease-in 0.3s;
}
.subthemes ul a:hover {
  color: #ee7f05;
  padding: 10px;
  border: 1px solid #ee7f05;
}
.border-bottom {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.border-bottom:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.border-bottom a {
  color: #337ab7;
  transition: color ease-in 0.3s, border ease-in 0.3s;
}
.border-bottom a:hover {
  color: #ee7f05;
}
.border-right {
  border-right: 1px solid #ededed;
}
.no-list {
  padding: 0px;
  list-style: none;
}
header {
  display: block;
  width: 100%;
  background: #000;
  position: relative;
}
header h1 {
  display: inline-block;
  margin-left: 0px;
  padding-bottom: 60px;
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
header h1 span {
  display: inline-block;
  margin-right: 20px;
  color: #f29400;
}
@media screen and (max-width: 1000px) {
  header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    font-size: 24px;
  }
}
#head-title {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 50;
  bottom: 50px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #head-title .container {
    width: 100%;
  }
}
.video {
  background: #000;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 40;
  opacity: 0.8;
}
.video video {
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.stretchBox {
  display: flex;
  width: 100%;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: stretch;
}
@keyframes bounce {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  50% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.scroll-arrow {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background-image: url(../images/ln-new/arrow-down.svg);
  background-size: contain;
}
.head-title {
  padding-top: 240px;
  padding-bottom: 40px;
}
.header-onepage .head-title {
  padding-top: 240px;
  padding-bottom: 88px;
}
.header-subpage {
  height: auto;
  position: relative;
}
.header-subpage .head-title {
  position: relative;
  z-index: 50;
}
.header-subpage .scroll-arrow {
  display: none;
}
.header-subpage .head-image {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.header-subpage .head-image img {
  width: 100%;
  max-width: auto;
  height: auto;
  opacity: 0.7;
}
.header-subpage .head-image.cover {
  background-position: center center !important;
  background-size: cover;
  opacity: 0.7;
}
.header-subpage.header-subpage-video .head-title {
  padding-top: 360px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .header-subpage.header-subpage-video .head-title {
    padding-bottom: 40px;
  }
}
.header-subpage.header-subpage-video .scroll-arrow {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 68px;
}
@media screen and (max-width: 768px) {
  .header-subpage.header-subpage-video .scroll-arrow {
    display: none;
  }
}
.header-subpage.header-subpage-video .head-image .stretchBox.video {
  height: 100% !important;
}
.fallbackimage {
  display: none;
}
.fallbackimage.active {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
}
.product-header h1 {
  font-size: 60px;
  padding: 240px 0 20px 0;
}
.product-header h1 span {
  display: inline-block;
  margin-right: 20px;
  color: #f29400;
}
@media screen and (max-width: 1000px) {
  .product-header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product-header h1 {
    font-size: 24px;
  }
}
#icon-row {
  background: #fff;
  padding: 25px 0 20px 0;
  text-align: center;
}
#icon-row ul {
  padding: 0;
  list-style: none;
}
#icon-row ul li {
  display: inline-block;
  border-right: 1px solid #ededed;
  padding: 0 10px;
}
#icon-row ul li:last-child {
  border-right: 0px;
}
#icon-row ul li:last-child div.info {
  left: auto;
  right: 0px;
  margin-left: 0px;
}
#icon-row ul li:last-child div.info:after {
  left: auto;
  margin-left: 0px;
  right: 30px;
  margin-right: -10px;
}
#icon-row ul li:last-child div.info:before {
  left: auto;
  margin-left: 0px;
  right: 30px;
  margin-right: -11px;
}
#icon-row ul li:first-child div.info {
  left: 0px;
  margin-left: 0px;
}
#icon-row ul li:first-child div.info:after {
  left: 30px;
}
#icon-row ul li:first-child div.info:before {
  left: 30px;
}
#icon-row ul li a {
  position: relative;
}
#icon-row ul li a div.info {
  display: block;
  visibility: hidden;
  width: 240px;
  padding: 20px 10px;
  margin-left: -120px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 100;
  background: #fff;
  color: #555;
  border: 1px solid #555;
  opacity: 0;
  transform: translate3d(0, 0px, 0);
  transition: visibility ease-in 0.01s, opacity ease-in 0.3s,
    transform ease-in 0.3s;
}
#icon-row ul li a div.info:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#icon-row ul li a div.info:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #555;
  border-width: 11px;
  margin-left: -11px;
}
#icon-row ul li a:hover .info {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 20px, 0);
}
#icon-row .ln-small .ln {
  font-size: 40px;
  color: #9ca9ae;
  transition: color ease-in 0.3s;
}
.wrap-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 480px) {
  .slick-list {
    padding: 0px !important;
  }
}
#icon-row .slick-list {
  padding: 0 !important;
}
#slider_products {
  padding: 20px 20px 0 20px;
}
@media (max-width: 480px) {
  #slider_products {
    padding: 5px;
  }
}
.carousel-indicators,
.slick-dots {
  bottom: -10px;
}
@media (max-width: 768px) {
  .carousel-indicators,
  .slick-dots {
    bottom: -30px;
  }
}
.carousel-indicators li,
.slick-dots li {
  border-color: #676b6e;
  opacity: 0.9;
}
.carousel-indicators .active,
.slick-dots .active {
  background-color: #676b6e;
  opacity: 1;
}
.carousel-indicators li,
.carousel-indicators .activebutton,
.slick-dots li,
.slick-dots .activebutton {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.carousel-control {
  background-image: none !important;
  width: 1%;
  height: 80%;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 40px;
  text-shadow: none;
  color: #555;
  opacity: 0.5;
  transition: opcaity ease-in 0.3s;
}
.carousel-control.left {
  left: -20px;
}
.carousel-control:hover {
  color: #555;
  opacity: 1;
}
.carousel-inner .imageOverview {
  overflow: hidden;
  margin-bottom: 2px;
}
.carousel-inner .imageOverview a {
  display: block;
  height: 100px;
  position: relative;
  overflow: none;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .carousel-inner .imageOverview a img {
    width: auto;
    max-width: auto;
  }
}
.carousel-inner .imageOverview .desc {
  display: none;
}
.carousel-inner p {
  font-size: 20px;
}
.productview {
  display: block;
  position: relative;
  padding: 0;
  height: auto;
  overflow: hidden;
}
.content-breadcrumb {
  list-style: none;
  padding: 40px 30px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .content-breadcrumb {
    display: none;
  }
}
.content-breadcrumb li {
  display: block;
  float: left;
  position: relative;
  color: #555;
  font-size: 14px;
}
.content-breadcrumb li:after {
  content: "\e913";
  margin: 0 5px;
  color: #337ab7;
}
.content-breadcrumb li:last-child:after {
  display: none;
}
.content-breadcrumb li a {
  color: #337ab7;
  font-size: 14px;
  transition: color 0.3s;
}
.content-breadcrumb li a:hover {
  color: #ee7f05;
}
.product_detail {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-size: cover;
  padding: 0;
  transition: background-image 0.5s linear;
  overflow: hidden;
}
.product_detail h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(150, 150, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .product_detail h2 {
    font-size: 24px;
  }
}
.product_detail p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .product_detail p {
    font-size: 16px;
  }
}
.product_detail img {
  width: 100px;
}
.product_detail.bg_gebaeudesystemtechnik {
  background-image: url("../img/products/products-big/gebaeudesystemtechnik_big.html");
}
.product_detail.bg_energietechnik {
  background-image: url("../img/products/products-big/energietechnik.html");
}
.product_detail.bg_regenerative_energien {
  background-image: url("../img/products/products-big/erneuerbare_energien.html");
}
.product_detail.bg_maschinen_antriebstechnik {
  background-image: url("../img/products/products-big/antriebstechnik.html");
}
.product_detail.bg_unitrain {
  background-image: url("../img/products/products-big/unitrain.html");
}
.product_detail.bg_elotrain {
  background-image: url("../img/products/products-big/elotrain_stecksystem_big.html");
}
.product_detail.bg_kommuniktaionstechnik {
  background-image: url("../img/products/products-big/kommunikationstechnik.html");
}
.product_detail.bg_regelungstechnik {
  background-image: url("../img/products/products-big/regelungstechnik.html");
}
.product_detail.bg_pneumatik_hydraulik {
  background-image: url("../img/products/products-big/pneumatik-hydraulik.html");
}
.product_detail.bg_mess_testgeraete {
  background-image: url("../img/products/products-big/messtechnik.html");
}
.product_detail.bg_kaelte_klima {
  background-image: url("../img/products/products-big/kaelte_klimatechnik.html");
}
.product_detail.bg_mikrocomputer {
  background-image: url("../img/products/products-big/mikrocomputertechnik.html");
}
.product_detail.bg_automatisierungstechnik {
  background-image: url("../img/products/products-big/automatisierungstechnik.html");
}
.product_detail.bg_kfz {
  background-image: url("../img/products/products-big/kfz.html");
}
.product_detail.bg_labortechnik {
  background-image: url("../img/products/products-big/labor.html");
}
.product_detail.bg_maschinen_systemtechnik {
  background-image: url("../img/products/products-big/maschinen.html");
}
.products {
  padding: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 480px) {
  .products {
    padding: 20px 40px;
  }
}
.products_icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.heightWrapper {
  transition: opacity 0.3s linear;
}
@keyframes bounceOpacity {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.bounceOpacity {
  animation: bounceOpacity 1s linear;
}
@media (max-width: 768px) {
  .product_detail p {
    padding: 0;
  }
  #slider_products .desc,
  #slider_products .title {
    display: none;
  }
}
.previewbox {
  display: block;
  background: rgba(51, 51, 51, 0.8);
  padding: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: auto;
  transition: all 0.5s linear;
  transform: none;
}
@media screen and (max-width: 768px) {
  .previewbox {
    bottom: 0px;
  }
}
.previewbox_icon {
  display: block;
  float: left;
}
.previewbox_title {
  display: inline;
  position: relative;
  text-align: left;
  left: 15px;
  top: 30px;
}
.previewbox_text {
  clear: both;
  text-align: left;
  position: relative;
  top: 10px;
}
.previewbox_btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 25px;
  float: right;
  transition: all 0.25s ease;
}
.previewbox_btn:hover {
  background: #fff;
  color: rgba(51, 51, 51, 0.8);
  transition: all 0.25s ease;
}
.out .previewbox {
  transform: translateY(100%);
}
.product_detail {
  border-top: 5px solid #fff;
  height: 680px;
}
@media (min-width: 768px) {
  .previewbox {
    width: 600px;
  }
  .product_detail {
    border-top: 0px solid #fff;
    height: 100%;
  }
}
#service {
  background: #fff;
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .grid {
    display: block;
    overflow: visible;
  }
}
.grid article img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.small,
.big {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .small {
    height: 250px;
  }
  .big {
    height: 540px;
  }
}
article.effect {
  position: relative;
  float: left;
  overflow: hidden !important;
  width: 100%;
  height: auto;
  background: #3085a3;
  cursor: pointer;
}
article.effect h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  article.effect {
    margin-bottom: 30px;
    height: auto;
    background: #fff;
  }
}
@media screen and (min-width: 767px) {
  article.effect {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .newsinfo {
    background: #fff;
    padding: 20px;
    text-align: left;
  }
  .newsinfo a {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #c5d9d8;
    transition: all ease-in 0.3s;
  }
  .newsinfo a:hover {
    display: inline-block;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #337ab7;
    color: #337ab7;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media screen and (min-width: 767px) {
  .newsinfo,
  .newsinfo > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .newsinfo {
    padding: 2em;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .newsinfo:before {
    pointer-events: none;
  }
  .newsinfo:after {
    pointer-events: none;
  }
  .newsinfo > a {
    z-index: 20;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  .grid article h3,
  .grid article p {
    margin: 0;
  }
  .grid .news-date {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
  }
  article.effect {
    background: #fff;
  }
  article.effect img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, -350px, 0);
    opacity: 0.3;
  }
  article.effect h3 {
    padding: 0 0 10px 0;
    text-align: left;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  article.effect span {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  article.effect p {
    color: #5a6265;
    text-transform: none;
    font-size: 90%;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  article.effect:hover img {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 0.5;
  }
  article.effect:hover h3 {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  article.effect:hover span {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  article.effect:hover p {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .flex-md {
    display: flex;
    align-items: left;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-md .grid.small {
    width: 50%;
    margin: 0 15px 30px 15px;
  }
}
.newsinfo2 {
  display: block;
  width: 50%;
  height: 100%;
  padding: 50px 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.newsinfo2 h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.newsinfo2 img {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.newsinfo2 p {
  padding-bottom: 10px;
}
.newsinfo2 a {
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px;
  border: 1px solid #c5d9d8;
  transition: all ease-in 0.3s;
}
.newsinfo2 a:hover {
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #ee7f05;
  color: #ee7f05;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newsinfo2 {
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
  }
  .newsinfo2 img {
    max-width: 100%;
    height: auto;
    min-height: auto;
  }
}
@media screen and (min-width: 767px) {
  .newsinfo2:hover img {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0.5;
  }
}
article.effect2 {
  position: relative;
  float: left;
  overflow: hidden !important;
  height: 540px;
  width: 100%;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
article.effect2 img {
  max-height: 110%;
}
@media screen and (min-width: 769px) {
  article.effect2 img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  article.effect2:hover img {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  article.effect2 {
    height: auto;
  }
}
.newsletter-list a {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ededed;
}
#newsletter {
  padding: 0 0 80px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #newsletter .flex-center {
    display: block;
  }
}
#newsletter .title {
  display: block;
  padding-right: 30px;
  border-right: 1px solid #bacccb;
  margin-right: 30px;
}
#newsletter .title h3 {
  font-size: 36px;
  margin-top: 0px;
}
@media screen and (max-width: 480px) {
  #newsletter .title h3 {
    font-size: 24px;
  }
}
#newsletter form {
  padding: 20px 60px 0 60px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #newsletter form {
    padding: 0px;
  }
}
#newsletter label {
  display: block;
  padding: 30px 0 10px 0;
  margin: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #newsletter label {
    padding: 10px 0 0 0;
  }
}
#newsletter fieldset {
  display: block;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  #newsletter .blue-box-light {
    padding: 20px;
  }
  #newsletter .blue-box-light .flex-center {
    flex-wrap: wrap;
  }
  #newsletter .blue-box-light .title {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  #newsletter .blue-box-light .title p {
    dispaly: none;
  }
  #newsletter .blue-box-light .icon-newsletter:before {
    display: none;
  }
}
.subpage-newsletter #newsletter {
  padding-bottom: 30px;
}
.bootstrap-select {
  display: block !important;
  width: 100%;
  margin: 10px 0 !important;
}
.bootstrap-select button {
  margin: 0 !important;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0px !important;
}
.bootstrap-select .dropdown-menu a {
  display: block !important;
  border-radius: 0px !important;
}
#newsletter input,
#newsletter select,
.select-fake {
  display: block;
  float: none !important;
  width: 100%;
  padding: 10px;
  background: #c8c8c8;
  border: 1px solid #fff;
  transition: background ease-in 0.3s;
  margin: 10px 0;
}
.select-fake {
  padding: 11px 10px 12px 10px;
}
#newsletter input:hover,
#newsletter select:hover,
.select-fake:hover,
.bootstrap-select.open .select-fake {
  background: #b8b7b7;
}
#newsletter-switch .icon-close,
#newsletter-switch.active .icon-plus {
  display: none;
}
#newsletter-switch {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
}
#newsletter-switch.active .icon-close {
  display: block;
}
#newsletter-form .input-group-addon {
  padding: 6px 12px 6px 0 !important;
  background-color: initial;
}
.newsletterbox {
  margin: 10px 0;
}
.newsletterbox .input-group-addon {
  background-color: initial;
  border: none;
}
.weboffer .input-group-addon {
  background-color: initial;
  border: none;
}
#main .whitebox,
#main table {
  margin-bottom: 30px;
}
#main table {
  width: 100%;
  max-width: 100%;
}
#main table.table-hover td:last-child {
  white-space: nowrap;
}
#main table.table-hover tr {
  cursor: pointer;
}
#main table.table-hover .image {
  background: #fff;
}
#main table tr {
  border-bottom: 1px solid #ededed;
  background: #fff;
}
#main table tr.clickable {
  cursor: pointer;
}
#main table tr:hover {
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
}
#main table tr:hover .offerbutton {
  color: #fff;
  background: #ee7f05;
}
#main table td {
  padding: 10px;
  vertical-align: top;
  white-space: normal !important;
  word-wrap: break-word;
}
#main table td li {
  word-wrap: break-word;
}
#main table td img {
  width: auto !important;
}
#main table .fullwidth-sm {
  width: 100%;
}
#main table th {
  padding: 20px 10px;
  background: #eee;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#main table.catgor tr,
#main table.catgor tr:hover {
  background: none !important;
}
#main table.catgor .cat {
  padding-right: 20px;
  position: relative;
  border: 1px solid #ddd !important;
  transition: background ease-in 0.3s;
  cursor: default;
}
#main table.catgor .cat a {
  color: #555;
  cursor: pointer;
}
#main table.catgor .cat:after {
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  content: " ";
}
#main table.catgor .cat.cat_kfz:after {
  background: #00b1e6;
}
#main table.catgor .cat.cat_insta:after {
  background: #ffed00;
}
#main table.catgor .cat.cat_auto:after {
  background: #008bcf;
}
#main table.catgor .cat:hover {
  border: 1px solid #ddd !important;
}
#main table.catgor .cat:hover.cat_kfz {
  background: #00b1e6;
}
#main table.catgor .cat:hover.cat_insta {
  background: #ffed00;
}
#main table.catgor .cat:hover.cat_auto {
  background: #008bcf;
}
#main select {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 100%;
}
.productlist table td:last-child {
  width: 120px;
}
@media (max-width: 480px) {
  .productlist table tr,
  .productlist table td {
    display: block;
    width: 100%;
  }
  .productlist table tr {
    background: #f9f9f9 !important;
  }
  .productlist table td:first-child {
    background: #fff !important;
  }
}
input,
select {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ededed;
  background: #f7f7f7;
  transition: background ease-in 0.3s, border ease-in 0.3s;
}
input.flex-input,
select.flex-input {
  display: flex;
  flex: 1;
  width: auto;
}
input:hover,
select:hover {
  background: #ddd;
  border: 1px solid #ddd;
}
input[type="radio"],
input[type="checkbox"],
select[type="radio"],
select[type="checkbox"] {
  width: auto !important;
  left: 0px;
  margin-left: 0px !important;
}
label.radio {
  position: relative;
  padding: 10px 0 0 30px;
}
.weboffer-title {
  padding-right: 20px;
}
.weboffer .bordered-button {
  display: block;
  text-align: center;
  color: #ee7f05;
  border: 1px solid #ee7f05;
  margin: 0;
}
.ico-list ul {
  padding: 0;
  list-style: none;
  border-top: 1px solid #ededed;
}
.ico-list ul li {
  border-bottom: 1px solid #ededed;
}
.ico-list ul li a {
  display: block;
  padding: 15px 0 15px 5px;
  color: #333;
  font-size: 16px;
}
.ico-list ul li a:hover {
  color: #ee7f05;
  background: #fff;
  text-decoration: none;
}
.ico-list.grey-hover ul li a:hover {
  color: #ee7f05;
  background: #eee;
  text-decoration: none;
}
.ico-list.orange-hover ul li a:hover {
  color: #fff;
  background: #ee7f00;
  text-decoration: none;
}
.arrow-prev,
.arrow-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.arrow-prev {
  padding: 0 8px;
  margin-right: 16px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.arrow-next {
  padding: 0 8px;
  margin-left: 16px;
  border-left: 1px solid #e8e8e8;
}
.history-back {
  height: 100%;
  padding-right: 16px;
  border-right: 1px solid #e8e8e8;
  color: #ee7f05;
  background: #e8e8e8;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.history-back span {
  color: #fff;
  background: #ee7f05;
}
.history-back:hover {
  color: #fff;
  background: #ee7f05;
}
.history-back span {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-right: 16px;
  color: #fff;
  background: #ee7f05;
  border-right: 1px solid #da7505;
  transition: background ease-in 0.3s;
}
.history-forward {
  display: flex;
  margin-left: auto;
  height: 100%;
  padding-left: 16px;
  border-left: 1px solid #e8e8e8;
  color: #ee7f05;
  background: #e8e8e8;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.history-forward span {
  color: #fff;
  background: #ee7f05;
}
.history-forward:hover {
  color: #fff;
  background: #ee7f05;
}
.history-forward span {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-left: 16px;
  color: #fff;
  background: #ee7f05;
  border-left: 1px solid #da7505;
  transition: background ease-in 0.3s;
}
.history-forward-orange {
  display: flex;
  margin-left: auto;
  height: 100%;
  padding: 0 0 0 16px;
  background: #ee7f00;
  color: #fff;
}
.history-forward-orange:hover,
.history-forward-orange:focus {
  color: #fff;
}
.news-article-small {
  display: block;
  padding: 30px;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0px !important;
}
.news-article-small h4 {
  transition: color ease-in 0.3s;
}
.news-article-small:hover {
  text-decoration: none;
  color: #333;
}
.news-article-small:hover h4 {
  color: #ee7f05;
}
.morenews {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.morenews li {
  float: left;
}
.morenews li:first-child {
  padding-right: 10px;
}
.morenews li:last-child {
  padding-left: 10px;
}
.news-article {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  transition: background ease-in 0.3s, color ease-in 0.3s;
}
.news-article h2,
.news-article h3,
.news-article h4 {
  font-size: 18px;
  transition: color ease-in 0.3s;
}
.news-article:hover {
  text-decoration: none;
  color: #333;
}
.news-article:hover h4 {
  color: #ee7f05;
}
.news-article .img-wrap {
  display: block;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.news-article .img-wrap.small {
  height: 150px !important;
  margin: 0px;
}
.news-article .img-wrap img {
  width: 120%;
  max-width: 120%;
  height: auto;
  position: absolute;
  top: 0px;
  left: -10%;
}
.news-article .orangebox {
  padding: 30px;
}
.news-article .flag {
  display: inline-block;
  padding: 5px;
  color: #fff;
  background: #ee7f05;
  position: absolute;
  top: 30px;
  left: 30px;
}
.news-article .ln-ontop {
  display: block;
  width: 100px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
}
.news-article .ln-ontop img {
  opacity: 1 !important;
}
.news-article .whitebox {
  margin-bottom: 0px !important;
  transition: background ease-in 0.3s, color ease-in 0.3s;
}
.news-article.orange:hover {
  background: #ee7f05;
}
.news-article.orange:hover .whitebox {
  color: #fff;
  background: #ee7f05;
}
.news-article.orange:hover h2,
.news-article.orange:hover h3,
.news-article.orange:hover h4 {
  color: #fff;
}
.top-article {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.top-article .news-title {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.top-article .news-title span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.katalog-details {
  margin: 15px 0 30px 0;
}
.katalog-details a {
  display: block;
  padding: 10px;
  border: 1px solid #c5d9d8;
  color: #337ab7;
  transition: color ease-in 0.3s, border ease-in 0.3s;
}
.katalog-details a:hover {
  display: block;
  padding: 10px;
  border: 1px solid #ee7f05;
  color: #ee7f05;
}
.katalog-details:last-child {
  margin-bottom: 0px;
}
.sidebar .panel-body {
  padding: 30px;
}
.sidebar .panel-body.printcloud img {
  border: 1px solid #ededed;
}
.sidebar img {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}
.sidebar .greybox {
  background: #f5f5f5;
  margin-bottom: 0px;
}
.sidebar .whitebox {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px !important;
}
.sidebar-news .news-article-small {
  border-bottom: 1px solid #eee;
  transition: background ease-in 0.3s;
}
.sidebar-news .news-article-small:first-child {
  border-top: 1px solid #eee;
}
.sidebar-news .news-article-small:last-child {
  margin-bottom: 0px !important;
}
.sidebar-news .news-article-small:hover {
  background: #f5f5f5;
}
.whitebox h2 {
  margin-top: 10px;
}
.person {
  border-bottom: 1px solid #eee;
}
.person h1,
.person h2,
.person h3,
.person h4,
.person h5 {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}
.person b {
  display: block;
  padding-top: 20px;
}
.person img {
  max-width: 100% !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 480px) {
  .person img {
    border-bottom: 1px solid #ededed !important;
    margin-bottom: 30px !important;
  }
}
.person.contact {
  display: block;
  height: 100%;
  padding: 30px 0;
}
.person .quote {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.person:hover .quote {
  display: block;
}
.table-bordered {
  border: none !important;
}
.table-bordered td {
  vertical-align: middle !important;
  border: 1px solid #ededed !important;
}
.table-bordered th {
  border: none !important;
}
.table-bordered tr a {
  color: #555;
}
.mapList .open {
  background: #fff;
}
.catalogue {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 1025px) {
  .catalogue {
    width: 33.33%;
    max-width: 33.33%;
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
  }
}
@media (max-width: 1024px) {
  .catalogue {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .catalogue {
    display: block;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.catalogue img {
  max-width: 100%;
  margin-bottom: 0px !important;
}
.catalogue strong {
  display: block;
  width: 100%;
  white-space: normal !important;
  word-wrap: break-word;
  transition: color ease-in 0.3s;
}
.catalogue:hover strong {
  color: #ee7f05;
}
.category {
  display: flex;
  height: 80px;
  align-items: center;
  background: #eee;
  padding-left: 90px;
  position: relative;
  transition: padding ease-in 0.2s;
  word-wrap: break-word;
}
.category:after {
  display: flex;
  height: 100%;
  width: 80px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "ln" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 40px;
  transition: background ease-in 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category h2,
.category strong {
  font-size: 20px;
  word-wrap: break-word;
}
.catalogue-section:hover .category {
  padding-left: 110px;
}
.catalogue-section:hover .category:after {
  background: #fff;
}
.catalogue-section img {
  border: 1px solid #ededed;
}
.catalogue-links a {
  display: block;
  padding: 15px 0;
  color: #555;
  border-top: 1px solid #ededed;
}
.catalogue-links a:last-child {
  border-bottom: 1px solid #ededed;
}
.catalogue-links a:hover {
  color: #ee7f05;
}
.downloads ul {
  list-style: none;
  padding: 0;
}
.downloads ul a {
  display: block;
  position: relative;
  padding: 10px 0 10px 30px;
  color: #337ab7;
}
.downloads ul a:before {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "ln" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.downloads ul a:hover {
  color: #ee7f05;
}
.downloads ul .download-pdf:before {
  content: "\e92b";
}
.downloads ul .download-doc:before {
  content: "\e929";
}
.software a {
  display: inline-block;
}
.software a:hover {
  display: inline-block;
}
.seminardata {
  background: #fff;
}
.seminardata table {
  margin-bottom: 0px !important;
}
@media (max-width: 480px) {
  .seminardata table tr {
    display: block;
  }
  .seminardata table td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .seminar-overview-table tr {
    display: block;
  }
  .seminar-overview-table tr:first-child {
    display: none;
  }
  .seminar-overview-table td {
    display: block;
    width: 100%;
  }
  .seminar-overview-table td:first-child {
    background: #eee;
  }
}
.seminar-imgwrap {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .seminar-imgwrap {
    min-height: 190px;
  }
}
.modal-fill {
  width: 100%;
  height: 100%;
}
.modal-dialog {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.modal-content {
  border-radius: 0;
}
.detail-images img {
  margin-top: 20px;
  max-width: 100% !important;
}
#service h3 {
  font-size: 36px;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 480px) {
  #service h3 {
    font-size: 24px;
    padding: 0 0 10px 0;
  }
  #service .col-lg-4 article {
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
  }
  #service .col-lg-4:last-child article {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}
.c-icons ul,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-icons ul li,
footer ul li {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.c-icons ul li a,
footer ul li a {
  color: #9ca9ae;
}
.c-icons ul li a:hover,
footer ul li a:hover {
  text-decoration: none;
}
footer {
  display: block;
}
@media screen and (min-width: 1000px) {
  footer {
    padding: 80px 0 0;
  }
}
footer h4 {
  display: block;
  height: 20px;
  padding: 0 0 40px 0;
  color: #9ca9ae;
}
footer .border-top {
  padding: 40px 0 40px 0;
  margin: 40px 0 0;
  border-top: 1px solid #f0f0f0;
}
footer .border-top li {
  float: left;
  margin: 0 40px 0 0;
}
.foot-list-pad {
  padding: 60px 0 0;
}
.foot-text-pad {
  padding-top: 50px;
}
.foot-button-pad {
  padding-top: 35px;
  text-align: right;
}
#socialmedia {
  display: block;
  text-align: center;
  background: url("../images/socialmedia.jpg") bottom center no-repeat fixed;
}
#socialmedia .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
#socialmedia a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 40px 10px 0 10px;
  font-size: 24px;
  background: #919191;
  color: #f7f7f7;
  text-decoration: none;
  transition: background ease-in 0.3s;
}
#socialmedia a img {
  opacity: 0.5;
  transition: all ease 0.5s;
}
#socialmedia a:hover {
  background: #535353;
}
#socialmedia a:hover img {
  opacity: 1;
}
#socialmedia h3 {
  display: block;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #socialmedia {
    margin-top: 80px;
  }
}
.project-filter .flex-self {
  padding-right: 10px;
}
.project-filter button {
  margin: 10px 0;
}
.project-filter .filterToggle {
  float: right;
  cursor: pointer;
}
.projectimage-grid {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .projectimage-grid {
    width: 100%;
    height: 180px;
  }
}
@media screen and (min-width: 1000px) {
  .projectimage-grid {
    width: 100%;
    height: 180px;
  }
}
#projects a,
#projects.whitebox a {
  display: flex;
  flex-direction: column;
}
#projects .project-border,
#projects.whitebox .project-border {
  flex-shrink: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
#projects .project-border .imgwrap,
#projects.whitebox .project-border .imgwrap {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #projects .project-border h2,
  #projects.whitebox .project-border h2 {
    font-size: 18px;
    transition: color ease-in 0.3s;
  }
  #projects .project-border:hover h2,
  #projects.whitebox .project-border:hover h2 {
    font-size: 18px;
    color: #ee7f05;
  }
}
#projects .country,
#projects.whitebox .country {
  font-size: 13px;
  color: #000;
}
#projects .teaser,
#projects.whitebox .teaser {
  color: #000;
  margin: 0;
}
.gm-style-iw h1 {
  font-size: 18px;
}
.project-control.greybox2 {
  margin-top: 30px;
}
.project-control.greybox2 .pull-right {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  padding-left: 8px;
}
.project-control.greybox2 .pull-right #curpage {
  padding-right: 5px;
}
.project-control.greybox2 .pull-right #maxpage {
  padding-left: 5px;
}
.project-control.greybox2 .pull-right #prevPage {
  align-items: center;
  border-right: 1px solid #e8e8e8;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-right: 16px;
  padding: 0 8px;
  transition: background 0.3s ease-in 0s;
  float: left;
}
.project-control.greybox2 .pull-right #prevPage:hover {
  background: #e8e8e8 none repeat scroll 0 0;
}
.project-control.greybox2
  .pull-right
  #prevPage.icon-keyboard_arrow_left.arrow-inactiv {
  color: #ccc;
}
.project-control.greybox2 .pull-right #nextPage {
  align-items: center;
  border-right: 1px solid #e8e8e8;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 8px;
  transition: background 0.3s ease-in 0s;
  float: right;
}
.project-control.greybox2 .pull-right #nextPage:hover {
  background: #e8e8e8 none repeat scroll 0 0;
}
.project-control.greybox2
  .pull-right
  #nextPage.icon-keyboard_arrow_right.arrow-inactiv {
  color: #ccc;
}
.project-hero #projectMap {
  height: 485px;
  margin-bottom: 30px;
}
.no-marge {
  margin: 0 !important;
}
.img-w {
  display: block;
  width: 100%;
}
.img-w img {
  width: 100%;
  max-width: 100%;
}
.ln-group-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.ln-group-tabs li {
  float: none;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.ln-group-tabs li.active {
  background: #fff;
}
.ln-group-tabs li.active a {
  font-weight: bold;
}
.ln-group-tabs li a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 20px;
  border: none;
  color: #555;
}
.ln-group-tabs li a:hover {
  border: none;
}
.ln-group-tabs li a p {
  margin: 0;
}
.ln-group-tabs > li.active > a,
.ln-group-tabs > li.active > a:hover,
.ln-group-tabs > li.active > a:focus {
  border: none;
}
.management {
  display: block;
  width: 100%;
  padding-top: 55%;
  position: relative;
  background: url(../images/layout/management.jpg) no-repeat top center;
  background-size: 100%;
}
.management .title {
  display: block;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0px;
  text-align: center;
}
.management .title h1 {
  color: #ee7f05;
}
.manage {
  display: block;
  height: 85%;
  width: 15%;
  position: absolute;
  bottom: 0px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .manage:hover .managebox {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
@media (min-width: 1030px) {
  .manage:hover .managebox {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
.managebox {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 0px;
}
@media (max-width: 480px) {
  .managebox {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .managebox {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    transition: visibility 0.15s, opacity 0.3s, transform 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .managebox {
    width: 90%;
  }
}
@media (min-width: 1030px) {
  .managebox {
    left: 10%;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    transition: visibility 0.15s, opacity 0.3s, transform 0.3s;
  }
}
.managebox .managebox-title {
  display: block;
  min-width: 160px;
  padding: 15px;
  background: #36a9e1;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 100%;
  margin-bottom: -15px;
}
.managebox .managebox-title strong {
  display: block;
}
.managebox .managebox-title p {
  margin: 0;
}
@media (max-width: 1030px) {
  .managebox .managebox-title {
    font-size: 14px;
    width: 100%;
  }
}
@media (min-width: 1030px) {
  .managebox .managebox-title {
    display: inline-block;
    left: 20px;
  }
}
.managebox .managebox-content {
  display: block;
  width: 400px;
  height: auto;
  padding: 45px 15px 15px 15px;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
}
@media (max-width: 1030px) {
  .managebox .managebox-content {
    display: none;
  }
}
.manage1 {
  left: 2%;
  width: 25%;
}
.manage2 {
  left: 27%;
  width: 20%;
}
.manage3 {
  left: 47%;
  width: 16%;
}
.manage4 {
  left: 63%;
  width: 17%;
}
.manage5 {
  left: 80%;
  width: 18%;
}
.manage4 .managebox,
.manage5 .managebox {
  left: auto;
  right: 0px;
}
.manage4 .managebox .managebox-title,
.manage5 .managebox .managebox-title {
  left: auto;
  right: 0px;
}
@media (min-width: 1030px) {
  .manage4 .managebox,
  .manage5 .managebox {
    right: 10%;
  }
  .manage4 .managebox .managebox-title,
  .manage5 .managebox .managebox-title {
    left: auto;
    right: 20px;
  }
}
.about-navigation {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 60;
  background: rgba(71, 71, 71, 0.8);
}
.about-navigation ul {
  margin: 0 auto;
  list-style: none;
}
.about-navigation ul li {
  display: inline-block;
  margin-right: 20px;
}
.about-navigation ul li.active a {
  color: #ee7f05;
}
.about-navigation ul li a {
  display: inline-block;
  padding: 20px 0;
  color: #fff;
}
.about-navigation ul li:first-child {
  margin-left: 5px;
}
.about-navigation.scrolling {
  position: fixed;
  bottom: auto;
  top: 90px;
}
@media (max-width: 1024px),
  (pointer: coarse),
  (hover: none),
  (hover: on-demand) {
  .about-navigation.scrolling {
    position: absolute;
    top: auto;
    bottom: 20px;
    background: none;
  }
}
@media (max-width: 768px) {
  .about-navigation {
    display: none;
  }
}
.customer-page .about-navigation {
  top: -180px;
}
@media (max-width: 768px) {
  .customer-page .about-navigation {
    display: none;
  }
}
.about-imagebox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
  background: #000;
  overflow: hidden;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .about-imagebox {
    height: auto;
    padding: 10px;
  }
}
.about-imagebox .about-imagebox-inner {
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.6s;
}
@media (max-width: 768px) {
  .about-imagebox .about-imagebox-inner {
    height: 100%;
  }
}
.about-imagebox .about-imagebox-title {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #fff;
  color: #333;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .about-imagebox .about-imagebox-title {
    position: relative;
    padding: 10px;
  }
}
.active .about-imagebox,
.about-imagebox:hover {
  background: #ee7f05;
}
.active .about-imagebox .about-imagebox-inner,
.about-imagebox:hover .about-imagebox-inner {
  transform: scale(1.2);
}
.active .about-imagebox .about-imagebox-title,
.about-imagebox:hover .about-imagebox-title {
  background: #ee7f05;
  color: #fff;
}
.ln-group-title h1 {
  margin: 0px;
  padding: 30px 0 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .management {
    margin-bottom: 30px;
  }
}
.lngroup {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lngroup {
    margin-bottom: 30px;
  }
}
.lngroup__content {
  display: block;
  width: 100%;
  padding: 50px 30px 30px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lngroup__content {
    text-align: center;
  }
}
.lngroup__content__title {
  display: inline-block;
  padding: 10px;
  margin: 0px;
  position: absolute;
  bottom: 100%;
  left: 30px;
  margin-right: 30px;
  margin-bottom: -20px;
  font-size: 18px;
  background: #36a9e1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lngroup__content__title {
    width: 80%;
    left: 10%;
    margin-right: 0px;
    text-align: center;
  }
}
.lngroup-title {
  display: inline-block;
  padding: 10px;
  margin-bottom: 0 0 30px 0;
  font-size: 18px;
  background: #36a9e1;
  color: #fff;
}
.lngroup__img {
  display: block;
  width: 100%;
  height: 200px;
}
.tab-content ul li {
  border: none !important;
  padding-top: 0px !important;
}
.tab-content ul li:before {
  top: 0px !important;
}
@media screen and (max-width: 767px) {
  .nav-tabs {
    margin-top: 30px;
  }
}
html,
body {
  overflow: initial !important;
}
body.noscroll {
  overflow-y: hidden !important;
}
.noscroll .wrapper {
  display: block;
  height: 100vh;
  overflow: hidden !important;
}
.news-jobs {
  margin-top: 30px;
}
.news-jobs .news-article {
  cursor: pointer;
}
.news-modal {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  overflow-y: scroll;
  z-index: 1050;
  position: fixed;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transform: scale(1);
  background: rgba(0, 0, 0, 0.6);
  transition: visibility 0.1s, opacity 0.4s, transform 0.4s;
}
.news-modal .news-modal_inner {
  display: block;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  position: relative;
}
.news-modal .img-background {
  display: blcok;
  width: 100%;
  padding-top: 33%;
}
@media (max-width: 768px) {
  .news-modal .img-background {
    padding-top: 250px;
  }
}
.news-modal .content {
  padding: 90px 0;
}
.news-modal .headline {
  display: inline-block;
  padding: 20px;
  background: #36a9e1;
  color: #fff;
  position: absolute;
  bottom: 100%;
  left: 0px;
  margin-bottom: -40px;
}
.news-modal .headline h1 {
  color: #fff;
  margin: 0;
}
.news-modal .absolute-top {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news-modal .btn-close {
  display: inline-block;
  padding: 20px;
  background: #36a9e1;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.news-modal_content {
  padding: 40px;
  position: relative;
}
.opened .news-modal {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.btn-minicart-myoffer {
  text-align: right;
}
.minicart-list .count,
.orangebox .count {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
}
.minicart-list .count .ln:before,
.orangebox .count .ln:before {
  display: inline-block;
  margin-left: 5px;
  content: "\e912";
}
.minicart-list .count.collapsed .ln:before,
.orangebox .count.collapsed .ln:before {
  content: "\e915";
}
.minicart-list table {
  margin-bottom: 10px !important;
}
.minicart-list table tr,
.minicart-list table td {
  background: none !important;
}
.minicart-list table td:first-child {
  padding-left: 0px !important;
}
.minicart-list table td:last-child {
  padding-right: 0px !important;
}
.minicart-list a {
  color: #fff;
}
.minicart-list .remove.trash {
  margin: 0;
  padding: 0;
}
.minicart-list .request {
  font-weight: bold;
  border: 1px solid #ee7f05 !important;
  background-color: #fff;
  color: #ee7f05;
  text-align: center;
}
.cart_process .cart {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .cart_process .cart {
    margin-right: 10px;
  }
}
.cart_process .cart a {
  color: #555;
}
.cart_process .cart a:hover {
  color: #ee7f05;
}
.cart_process .cart.active {
  color: #ee7f05;
  font-weight: bold;
}
.trash {
  display: block;
  padding: 11px 10px;
  background: #ee7f05;
  margin-top: 10px;
}
.trash .ln {
  font-size: 14px;
  color: #fff;
}
.border-arrow-down {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.check-align input {
  display: inline-block;
  margin-right: 10px;
}
.check-align,
.radio {
  cursor: pointer;
}
.catalog-view {
  display: block;
  width: 100%;
}
.grptext > p:first-child {
  display: none;
}
.grptext p,
.grptext span {
  font-size: 16px !important;
}
.grptext ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grptext ul li {
  padding-left: 20px;
  position: relative;
}
.grptext ul li p {
  margin: 0px;
  padding: 0px;
}
.grptext ul li:before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  content: "-";
  lin-height: 20px;
  font-weight: bold;
}
.grptext ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grptext ol li:before {
  font-weight: bold;
  margin-right: 10px;
}
.grptext ol li:nth-child(1):before {
  content: "1.";
}
.grptext ol li:nth-child(2):before {
  content: "2.";
}
.grptext ol li:nth-child(3):before {
  content: "3.";
}
.grptext ol li:nth-child(4):before {
  content: "4.";
}
.grptext ol li:nth-child(5):before {
  content: "5.";
}
.grptext ol li:nth-child(6):before {
  content: "6.";
}
.grptext ol li:nth-child(7):before {
  content: "7.";
}
.grptext ol li:nth-child(8):before {
  content: "8.";
}
.grptext ol li:nth-child(9):before {
  content: "9.";
}
.grptext ol li:nth-child(10):before {
  content: "10.";
}
.grptext li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.contentlist li {
  padding: 10px 0;
}
.customer-bigimage {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
}
@media (max-width: 1024px) {
  .customer-bigimage {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .customer-bigimage {
    height: 200px;
  }
}
.about-imagebox-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.customer-bigimage-box {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 30px 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
}
.customer-bigimage-box h1 {
  color: #fff;
}
.customer-bigimage-box-buttonrow {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: -20px;
  position: absolute;
  bottom: 100%;
  left: 0px;
}
.customer-bigimage-box-buttonrow .orangebutton {
  display: inline-block;
  margin-right: 8px;
}
.loadmore {
  max-height: auto;
  overflow: hidden;
  position: relative;
  transition: height ease-in 0.3s;
}
.loadmore .btn-loadmore {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  paading-top: 70px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 64%,
    #ffffff 81%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 64%,
    #ffffff 81%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 64%,
    #ffffff 81%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  transition: background 0.3s;
}
.loadmore .btn-loadmore .btn-grey {
  display: inline-block;
  padding: 8px;
  background: #eee;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.loadmore .btn-loadmore:hover {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.loadmore .btn-loadmore:hover .btn-grey {
  color: #fff;
  background: #ee7f05;
}
.loadmore-mediathek {
  height: 179px;
}
.loadmore-mediathek.loadmore-capremove {
  height: auto !important;
  transition: height ease-in 0.3s;
}
.loadmore-catalogue {
  height: 380px;
}
.loadmore-catalogue.loadmore-capremove {
  height: auto !important;
  transition: height ease-in 0.3s;
}
.loadmore {
  padding-bottom: 20px;
}
.loadmore.loadmore-capremove {
  padding-bottom: 0px;
}
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cd-horizontal-timeline {
  text-align: center;
}
.cd-horizontal-timeline p {
  padding: 10px 0;
}
.cd-horizontal-timeline h1 {
  padding-bottom: 30px;
}
.cd-horizontal-timeline h3 {
  font-size: 30px;
}
.history-image {
  text-align: left;
  padding-top: 20px;
}
.history-image .col-md-6 {
  padding-top: 20px;
}
.history-image .col-md-6:first-child {
  padding-right: 30px;
}
.history-image .col-md-6:last-child {
  padding-left: 30px;
}
.history-image .col-md-6.border-right {
  border-right: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .history-image .col-md-6 {
    text-align: center;
  }
  .history-image .col-md-6:first-child {
    padding-right: 15px;
  }
  .history-image .col-md-6.border-right {
    border-right: none;
  }
}
.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(
    right,
    #fff,
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 1px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ee7f05;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #ee7f05;
  border-color: #ee7f05;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #ee7f05;
  border-color: #ee7f05;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #ee7f05;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  text-indent: 100%;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a .ln {
  display: block;
  width: 20px;
  position: absolute;
  top: 8px;
  color: #000;
}
.cd-timeline-navigation a.prev {
  left: 0;
}
.cd-timeline-navigation a.prev .ln {
  left: -24px;
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a.next .ln {
  left: -24px;
}
.cd-timeline-navigation a:hover {
  border-color: #ee7f05;
}
.cd-timeline-navigation a:hover .ln {
  color: #ee7f05;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
  display: block;
  position: relative;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content ol > li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content ol > li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.no-overflow {
  overflow-y: scroll !important;
  height: 100vh;
}
.no-overflow .wrapper {
  overflow-y: hidden !important;
  min-height: 100vh;
}
.modal-fill {
  display: flex;
  flex-direction: column;
}
.modal-dialog {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.modal-content {
  width: 600px;
}
@media (max-width: 600px) {
  .modal-content {
    width: 300px;
  }
}
.modal {
  background: rgba(115, 115, 115, 0.8);
}
.modal .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}
.modal .modal-header {
  border: none;
  padding-bottom: 0px;
  position: relative;
  height: 50px;
}
.modal .modal-header h3 {
  padding: 0;
  margin: 0;
}
.modal .product-slider {
  height: 100%;
}
.modal .modal-body {
  padding: 0 !important;
}
.modal .modal-body .slide {
  background: none !important;
}
.modal .modal-body .slider {
  background: none !important;
}
.modal .modal-body img {
  width: auto;
  max-width: auto;
  height: 100%;
}
.modal .slide {
  background: none !important;
}
.modal .close {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-shadow: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .modal .close {
    top: -50px;
    right: -50px;
  }
}
.modal .close:after {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 800;
  background: #ee7f05;
  color: #fff;
  content: "\e91b";
}
.modal .controls {
  position: relative;
  z-index: 900;
}
.modal .controls .prev,
.modal .controls .next {
  z-index: 900;
  width: 50px;
  height: 50px;
}
.modal .controls .prev:after,
.modal .controls .next:after {
  display: none;
}
.modal .controls .prev:before,
.modal .controls .next:before {
  display: block;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  text-align: center;
  background: none;
  transform: rotate(0deg) !important;
  font-size: 24px;
  color: #fff;
}
.modal .controls .prev {
  bottom: 50%;
  margin-bottom: -25px;
}
@media (min-width: 768px) {
  .modal .controls .prev {
    left: -50px;
  }
}
.modal .controls .prev:before {
  content: "\e914";
}
.modal .controls .next {
  bottom: 50%;
  margin-bottom: -25px;
}
@media (min-width: 768px) {
  .modal .controls .next {
    right: -50px;
  }
}
.modal .controls .next:before {
  content: "\e913";
}
.slider .controls {
  position: relative;
  z-index: 900;
}
.slider .controls .prev,
.slider .controls .next {
  z-index: 900;
  width: 50px;
  height: 50px;
  background: #ee7f05;
}
.slider .controls .prev:after,
.slider .controls .next:after {
  display: none;
}
.slider .controls .prev:before,
.slider .controls .next:before {
  display: block;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  text-align: center;
  background: none;
  transform: rotate(0deg) !important;
  font-size: 24px;
  color: #fff;
}
.slider .controls .prev {
  left: 0px;
}
.slider .controls .prev:before {
  content: "\e914";
  background: none !important;
}
.slider .controls .next:before {
  content: "\e913";
  background: none !important;
}
.file-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.file-list a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #eee;
}
.file-list a span {
  position: absolute;
  left: 0px;
  top: 14px;
}
.file-list a:hover {
  color: #ee7f05;
}
.placeholder-elwin-title {
  display: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-info {
  padding: 10px;
  background: #c8c8c8;
  border: 1px solid #fff;
  color: #555;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.open {
  padding: 10px;
  background: #b8b7b7 !important;
  border: 1px solid #fff !important;
  color: #555 !important;
}
.back-button,
.back-button:hover {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.back-button_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.foundation-mq {
  font-family: "small=0em&medium=1024px&large=64em&xlarge=75em&xxlarge=90em";
}
@media (hover: none), (hover: on-demand) {
  .foundation-mq {
    font-family: "small=0em&medium=1425px&large=64em&xlarge=75em&xxlarge=90em";
  }
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
@media (max-width: 1024px),
  (pointer: coarse),
  (hover: none),
  (hover: on-demand) {
  body:after {
    content: "mobile";
    display: none;
  }
}
@media print, screen and (min-width: 1025px) {
  body:after {
    content: "desktop";
    display: none;
  }
}
[data-whatinput="mouse"] .menu > li {
  outline: 0;
}
.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
}
.menu ul {
  min-height: 100%;
}
.menu a:after,
.menu a:before {
  font-family: "ln" !important;
  font-size: normal;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
.menu.vertical.dropdown {
  min-height: 100%;
}
.menu.vertical.dropdown {
  background: #f0f0f0;
}
.menu.vertical.dropdown > li {
  border-right: 1px solid #e4ecec;
}
.menu.vertical.dropdown > li:hover {
  background: #f7f7f7;
  border-right: 1px solid #f7f7f7;
}
.menu.vertical.dropdown ul {
  background: #f7f7f7;
}
.menu.vertical.dropdown ul li:hover {
  background: #fff;
}
.menu.vertical.dropdown ul ul {
  background: #fff;
}
@media print, screen and (min-width: 1025px) {
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu > li {
    display: block;
  }
  .menu > li:first-child:last-child {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .menu .large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu .large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu .large-vertical > li {
    display: block;
  }
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.is-drilldown {
  position: relative;
  overflow: visible;
  max-width: 100% !important;
  min-height: auto !important;
}
.is-drilldown li {
  display: block;
}
.is-drilldown .animate-height {
  transition: height 0.5s;
}
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100% !important;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.drilldown-submenu-cover-previous {
  min-height: 100%;
}
.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e913";
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > a:after {
  right: 14px;
}
.dropdown.menu.vertical.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical.opens-left > .is-dropdown-submenu > a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e914";
}
.dropdown.menu.vertical.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical.opens-right > .is-dropdown-submenu > a::after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e913";
}
@media print, screen and (min-width: 1025px) {
  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu .large-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu .large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu .large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu .large-vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
  }
  .dropdown.menu .large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu .large-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.is-dropdown-submenu-parent {
  position: static;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0px;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.is-dropdown-submenu-parent > a:after {
  right: 14px;
}
.is-dropdown-submenu-parent.opens-left > a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e914";
}
.is-dropdown-submenu-parent.opens-right > a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e913";
}
#navigation {
  display: block;
  width: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  transition: padding ease-in 0.3s, background ease-in 0.3s;
}
@media screen and (max-width: 1024px), (hover: none), (hover: on-demand) {
  #navigation {
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  #navigation.scrolling {
    padding: 20px 0;
    background: rgba(115, 115, 115, 0.8);
  }
  #navigation.scrolling .icon-navigation {
    padding: 0;
    border: 0px;
  }
  #navigation.scrolling .logo-wrap {
    height: 50px;
  }
  #navigation.scrolling .logo-wrap img {
    height: 50px;
  }
  #navigation.scrolling.overwrite {
    padding: 40px 0;
    background: rgba(115, 115, 115, 0);
  }
  #navigation.scrolling.overwrite .icon-navigation {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #fff;
  }
  #navigation.scrolling.overwrite .logo-wrap {
    height: auto;
  }
  #navigation.scrolling.overwrite .logo-wrap img {
    height: 120px;
  }
}
#navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
}
@media screen and (max-width: 540px) {
  #navigation .container {
    display: block;
  }
}
.is-dropdown-submenu-parent.nav-id-188 ul,
.is-dropdown-submenu-parent.nav-id-300 ul,
.is-dropdown-submenu-parent.nav-id-2415 ul {
  display: block;
  width: 300%;
  padding: 20px 0 !important;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
@media (min-width: 1025px) {
  .is-dropdown-submenu-parent.nav-id-188 ul,
  .is-dropdown-submenu-parent.nav-id-300 ul,
  .is-dropdown-submenu-parent.nav-id-2415 ul {
    height: auto !important;
  }
}
.is-dropdown-submenu-parent.nav-id-188 ul li,
.is-dropdown-submenu-parent.nav-id-300 ul li,
.is-dropdown-submenu-parent.nav-id-2415 ul li {
  background: none !important;
  display: inline-block;
  padding: 0 20px;
}
.is-dropdown-submenu-parent.nav-id-188 ul li a,
.is-dropdown-submenu-parent.nav-id-300 ul li a,
.is-dropdown-submenu-parent.nav-id-2415 ul li a {
  padding: 20px 0 20px 40px !important;
}
.is-dropdown-submenu-parent.nav-id-188 ul li:hover,
.is-dropdown-submenu-parent.nav-id-300 ul li:hover,
.is-dropdown-submenu-parent.nav-id-2415 ul li:hover {
  background: none;
}
.is-dropdown-submenu-parent.nav-id-188 ul li:hover a,
.is-dropdown-submenu-parent.nav-id-300 ul li:hover a,
.is-dropdown-submenu-parent.nav-id-2415 ul li:hover a {
  background: #fff;
}
.nav-id-188 ul a,
.nav-id-300 ul a,
.nav-id-2415 ul a {
  position: relative;
  padding-left: 40px !important;
}
.nav-id-188 ul a:after,
.nav-id-300 ul a:after,
.nav-id-2415 ul a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: 24px !important;
}
@media (max-width: 1024px),
  (pointer: coarse),
  (hover: none),
  (hover: on-demand) {
  .nav-id-188 ul a,
  .nav-id-300 ul a,
  .nav-id-2415 ul a {
    padding-left: 50px !important;
  }
  .nav-id-188 ul a:after,
  .nav-id-300 ul a:after,
  .nav-id-2415 ul a:after {
    left: 10px;
  }
}
.logo-wrap {
  display: flex;
  width: 100px;
  margin-left: auto;
  position: relative;
  height: auto;
  transition: height 0.3s;
  order: 2;
  -ms-order: 2;
}
@media screen and (max-width: 540px) {
  .logo-wrap {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
.logo-wrap img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: height 0.3s;
}
@media screen and (max-width: 540px) {
  .logo-wrap img {
    height: 100px;
    position: relative;
  }
}
.icon-navigation {
  display: flex;
  justify-content: center;
  order: 1;
  -ms-order: 1;
  list-style: none;
  height: 50px;
  padding: 0 0 20px 0;
  position: relative;
  z-index: 200;
  margin: 0;
  border-bottom: 1px solid #fff;
  transition: padding ease-in 0.3s, border ease-in 0.3s;
}
.icon-navigation > li {
  display: flex;
  padding: 0 10px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
}
.icon-navigation > li:first-child {
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.icon-navigation > li:nth-child(2) {
  padding-left: 20px;
}
.icon-navigation .describe {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  align-items: center;
  justify-content: left;
  height: 26px;
  margin: 0 0 -2px 10px;
  position: relative;
  transition: color ease-in 0.3s;
}
.icon-navigation .icon-wrap {
  width: 24px;
  height: 38px;
  position: relative;
  z-index: 20;
}
.icon-navigation .menu-item .ln {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 22px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity ease-in 0.3s, color ease-in 0.3s;
}
.icon-navigation .menu-item .icon-close {
  opacity: 0;
  visibility: hidden;
}
.icon-navigation .menu-item .weboffer-menu {
  color: #fff;
}
.icon-navigation .menu-item .weboffer-menu .item-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #ee7f05;
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: -6px;
}
.icon-navigation .menu-item .weboffer-menu .icon-edit-it {
  margin-top: 1px;
}
.icon-navigation .menu-item .drop {
  display: block;
  min-width: 100%;
  background: #fff;
  position: absolute;
  z-index: -20;
  top: 80px;
  left: 0px;
  transform: translate3d(0, 20px, 0) scale(0.5);
  opacity: 0;
  transition: opacity ease-in 0.3s, transform ease-in 0.3s;
}
@media (max-width: 1024px),
  (pointer: coarse),
  (hover: none),
  (hover: on-demand) {
  .icon-navigation .menu-item .drop {
    max-height: 50vh;
    overflow: hidden;
  }
  .icon-navigation .menu-item .drop .is-drilldown {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.icon-navigation .menu-item .drop.pad {
  padding: 30px;
}
.icon-navigation .menu-item.active .describe {
  color: #ee7f05;
}
.icon-navigation .menu-item.active .regular {
  opacity: 0;
  visibility: hidden;
}
.icon-navigation .menu-item.active .icon-close {
  opacity: 1;
  color: #ee7f05;
  visibility: visible;
}
.icon-navigation .menu-item.active .drop {
  transform: translate3d(0, 0px, 0) scale(1);
  opacity: 1;
  z-index: 210;
}
.menu {
  padding: 0px;
  background: #f7f7f7;
}
.menu li {
  transition: background ease-in 0.3s;
}
.menu li > .is-dropdown-submenu {
  display: block;
  visibility: hidden;
  min-width: 200px;
  opacity: 1;
  left: 100% !important;
  z-index: 200;
  transition: visibility 0.2s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.4s;
  cursor: default;
}
.menu li:hover {
  background: #fff;
}
.menu li:hover > .is-dropdown-submenu {
  visibility: visible;
  left: 100% !important;
  opacity: 1;
}
.menu ul {
  padding: 0px;
  background: #f7f7f7;
}
.menu > li > a,
.menu a {
  position: relative;
  padding: 20px;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #e4ecec;
}
.overlay {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -10;
  background: rgba(115, 115, 115, 0);
  transition: background ease-in 0.2s;
}
.overlay.active {
  z-index: 100;
  background: rgba(115, 115, 115, 0.8);
}
.head-title h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 15px 10px 15px;
}
.head-title h1 a {
  color: #fff;
}
.head-title h1 a:hover {
  color: #ee7f05;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .head-title h1 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .head-title h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .head-title h1 {
    font-size: 24px;
  }
}
.subnavigation {
  font-size: 17px;
  margin-right: 30px;
  padding: 15px;
  color: #ee7f05;
  border: 3px solid #ee7f05;
  background: #fff;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
@media (max-width: 480px) {
  .subnavigation {
    margin: 0px !important;
  }
}
.subnavigation:hover {
  text-decoration: none;
  background: #ee7f05;
  color: #fff;
}
.subnavigation:hover .ln {
  color: #fff;
}
.subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
  font-size: 17px;
}
.subnavigation:hover .subinformation {
  font-size: 15px;
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
.subnavigation:hover .subinformation li a {
  font-size: 15px;
}
.subnavigation > div {
  display: block;
  text-align: center;
}
.subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ee7f05;
  padding-top: 10px;
  transition: border ease-in 0.3s;
  font-size: 17px;
}
.subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.subnavigation .ln {
  color: #f29400;
}
.subnavigation .is-drilldown {
  position: absolute;
  left: 0px;
  text-align: left;
}
.subnavigation .is-drilldown .subinformation {
  border-right: 1px;
}
.subnavigation .is-drilldown .subinformation a {
  font-size: 15px;
}
.subinformation {
  font-size: 17px;
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ee7f05;
  border-right: 3px solid #ee7f05;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.subinformation li {
  border-right: none !important;
}
.subinformation li:first-child {
  border-top: 3px solid #ee7f05;
}
.subinformation li a {
  padding: 15px 30px 15px 15px;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #ededed;
}
.subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #ee7f05;
}
.subinformation li:hover a:after {
  color: #ee7f05;
}
.subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ee7f05;
  border-right: 3px solid #ee7f05;
  background: #fff !important;
}
.subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ee7f05;
}
.subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ee7f05;
}
.nav-id-188 ul .js-drilldown-back > a,
.nav-id-300 ul .js-drilldown-back > a,
.nav-id-2415 ul .js-drilldown-back > a,
.js-drilldown-back > a,
.js-drilldown-back:hover > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #36a9e1 !important;
  padding-left: 20px !important;
}
.nav-id-188 ul .js-drilldown-back > a:after,
.nav-id-300 ul .js-drilldown-back > a:after,
.nav-id-2415 ul .js-drilldown-back > a:after,
.js-drilldown-back > a:after,
.js-drilldown-back:hover > a:after {
  display: block;
  width: 100%;
  height: 16px !important;
  position: static !important;
  content: " ";
  background: url(../images/ln-new/arrow-long.svg) center center no-repeat;
  background-size: contain;
}
.product-navigation {
  position: relative;
}
.product-navigation:hover .ln {
  color: #fff;
}
.product-navigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.product-navigation:hover .product-toggle {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
.product-navigation > div {
  display: block;
  text-align: left;
}
.product-navigation > div.b-top {
  display: block;
  border-top: 1px solid #ee7f05;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.product-navigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.product-navigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.product-navigation .ln {
  color: #f29400;
}
.product-navigation .is-drilldown {
  position: absolute;
  left: 0px;
  text-align: left;
}
.product-navigation .is-drilldown .subinformation {
  position: relative;
}
.product-toggle {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  left: -3px;
  position: absolute;
  z-index: -150;
  top: 100%;
  list-style: none;
  background: #fff !important;
  border: 1px solid #ededed;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
@media (max-width: 768px) {
  .product-toggle {
    width: 290px;
    left: 15px !important;
  }
}
@media screen and (min-width: 769px) {
  .product-toggle {
    width: 700px;
    padding: 20px;
  }
}
.product-toggle li {
  display: block;
  border-right: none !important;
}
.product-toggle li a {
  display: block;
  padding: 15px 30px 15px 15px;
  color: #333;
  font-size: 15px;
}
.product-toggle li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #ee7f05;
}
.product-toggle li:hover a:after {
  color: #ee7f05;
}
.product-toggle ul {
  list-style: none;
  display: block;
  width: 100%;
  left: -2px;
  background: #fff !important;
}
@media screen and (min-width: 768px) {
  .product-toggle ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.product-toggle ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
}
.product-toggle:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
}
.language {
  width: 200%;
  background: #f7f7f7 !important;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .language {
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.language > li {
  border-right: none !important;
}
.product-breadcrumb {
  list-style: none;
  padding: 0px;
}
.product-breadcrumb > li {
  display: inline-block;
  position: relative;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .product-breadcrumb > li {
    margin-left: 15px;
  }
}
.product-breadcrumb > li:before {
  display: block;
  width: 80px;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 0px;
  content: " ";
}
.product-breadcrumb > li > a {
  display: block;
  padding: 10px 0;
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .product-breadcrumb > li > a {
    font-size: 14px;
  }
}
.product-breadcrumb > li ul {
  display: block;
  min-width: 260px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 20px;
  list-style: none;
  visibility: hidden;
  opacity: 0.1;
  transform: translate3d(0, 40px, 0);
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.product-breadcrumb > li ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.product-breadcrumb > li ul li:last-child {
  border: none;
}
.product-breadcrumb > li ul li a {
  color: #555;
}
.product-breadcrumb > li ul li a:hover {
  color: #ee7f05;
}
.product-breadcrumb > li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
#main .icon-list li:hover a {
  background: #eee;
}
.icon-list {
  list-style: none;
  padding: 0px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.icon-list li {
  display: inline-block;
  width: 100%;
}
.icon-list a {
  display: block;
  position: relative;
  padding: 15px 0 15px 40px !important;
  border-bottom: 1px solid #ededed;
  color: #9ca9ae;
  transition: background ease-in 0.3s;
}
.icon-list a:hover {
  color: #9ca9ae !important;
  background: #fff;
}
.icon-list a:after,
.icon-list a:before {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 5px;
  font-family: "ln" !important;
  font-size: 24px;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .icon-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
.three-row .icon-list {
  list-style: none;
  padding: 0px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.three-row .icon-list li {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .three-row .icon-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .three-row .icon-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
@media screen and (max-width: 480px) {
  .searchbox {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .searchbox {
    width: 300px;
  }
}
.searchbox input {
  width: 100%;
  color: #555;
  font-size: 16px;
  line-height: auto;
  margin: 0px;
}
.searchbox .orange-button {
  display: block;
  height: 100%;
  margin: 0px !important;
  line-height: auto;
}
header {
  height: 433px;
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
}
.popovernav.pull-left {
  max-width: 75%;
}
.languagedrop > ul {
  height: auto !important;
}
.print-cloud .item {
  display: table;
  width: 100%;
  padding: 0;
  margin: 5px;
  margin-left: 0;
  background-color: #fff;
}
.print-cloud .item > * {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.print-cloud .item img {
  max-width: 100%;
  height: auto;
}
.print-cloud .item .image {
  width: 60px;
}
.print-cloud .item > :not(.image) {
  padding-left: 10px;
}
.print-cloud .item .bg-color {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #fff 100%);
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffffffff',GradientType=1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: -100% 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.print-cloud .item:hover .bg-color {
  background-size: 97% 100%;
  color: #000;
  text-decoration: none;
}
.print-cloud .print-cloud-cat {
  padding: 12px 0 12px 50px;
  position: relative;
  border-bottom: 2px solid #e3e7ea;
  display: block;
  height: 16px;
  -webkit-box-shadow: 0px 0px 0px #ee7f00 inset;
  box-shadow: 0px 0px 0px #ee7f00 inset;
  overflow: hidden;
}
.nav-id-189 a:after,
.nav-id-302 a:after,
.apg-id-007000100000901667 a:after,
.category-1:after,
.newslist.category-57:after,
.newslist.category-41:after {
  content: "\e904";
  color: #d3c502 !important;
}
.nav-id-190 a:after,
.nav-id-303 a:after,
.apg-id-007000100028808832 a:after,
.category-2:after,
.newslist.category-58:after,
.newslist.category-42:after {
  content: "\e903";
  color: #ffd500 !important;
}
.nav-id-1596 a:after,
.nav-id-1597 a:after,
.apg-id-007000100087261657 a:after,
.category-3:after,
.newslist.category-59:after,
.newslist.category-43:after {
  content: "\e90e";
  color: #ffd500 !important;
}
.nav-id-191 a:after,
.nav-id-304 a:after,
.apg-id-007000100000901669 a:after,
.category-4:after,
.newslist.category-60:after,
.newslist.category-44:after {
  content: "\e900";
  color: #f29400 !important;
}
.nav-id-219 a:after,
.nav-id-305 a:after,
.apg-id-007000100030350768 a:after,
.category-5:after,
.newslist.category-61:after,
.newslist.category-45:after {
  content: "\e90f";
  color: #ee7f00 !important;
}
.nav-id-202 a:after,
.nav-id-306 a:after,
.apg-id-007000100086606691 a:after,
.category-6:after,
.newslist.category-62:after,
.newslist.category-46:after {
  content: "\e902";
  color: #e75012 !important;
}
.nav-id-203 a:after,
.nav-id-307 a:after,
.apg-id-007000100070992002 a:after,
.category-7:after,
.newslist.category-63:after,
.newslist.category-47:after {
  content: "\e906";
  color: #d3031c !important;
}
.nav-id-3430 a:after,
.nav-id-3431 a:after,
.apg-id-007000100196754638 a:after,
.category-18:after,
.newslist.category-84:after {
  content: "\e920";
  color: #88486a !important;
}
.nav-id-204 a:after,
.nav-id-308 a:after,
.apg-id-007000100088857132 a:after,
.category-8:after,
.newslist.category-64:after,
.newslist.category-48:after {
  content: "\e90d";
  color: #00946c !important;
}
.nav-id-235 a:after,
.nav-id-309 a:after,
.apg-id-007000100088860927 a:after,
.category-9:after,
.newslist.category-65:after,
.newslist.category-49:after {
  content: "\e90c";
  color: #006774 !important;
}
.nav-id-205 a:after,
.nav-id-310 a:after,
.apg-id-007000100021665087 a:after,
.newslist.category-70:after,
.newslist.category-54:after {
  content: "\e909";
  color: #0099a1 !important;
}
.nav-id-2036 a:after,
.nav-id-2039 a:after,
.apg-id-007000100103302043 a:after,
.category-11:after,
.newslist.category-66:after,
.newslist.category-50:after {
  content: "\e905";
  color: #005199 !important;
}
.nav-id-206 a:after,
.nav-id-311 a:after,
.apg-id-007000100070985561 a:after,
.newslist.category-67:after,
.newslist.category-51:after {
  content: "\e90b";
  color: #006ab3 !important;
}
.nav-id-207 a:after,
.nav-id-312 a:after,
.apg-id-007000100000901666 a:after,
.category-13:after,
.newslist.category-68:after,
.newslist.category-52:after {
  content: "\e901";
  color: #008bcf !important;
}
.nav-id-209 a:after,
.nav-id-313 a:after,
.apg-id-007000100000901665 a:after,
.category-14:after,
.newslist.category-69:after,
.newslist.category-53:after {
  content: "\e907";
  color: #00b1e6 !important;
}
.nav-id-225 a:after,
.nav-id-315 a:after,
.apg-id-007000100088248836 a:after,
.category-15:after,
.newslist.category-71:after,
.newslist.category-55:after {
  content: "\e908";
  color: #738d9a !important;
}
.nav-id-3436 a:after,
.apg-id-007000100197101537 a:after,
.nav-id-3448 a:after,
.category-17:after {
  content: "\e90a";
  color: #4d738a !important;
}
.nav-id-3447 a:after {
  content: "\e932";
  color: #ff617d;
}
.category-16:after,
.newslist.category-72:after,
.newslist.category-74:after,
.newslist.category-56:after,
.newslist.category-73:after {
  content: "\e921";
  color: #ee7f00 !important;
}
.icon-vocanto:before {
  content: "\e932";
}
.icon-edit-it:before {
  content: "\e930";
}
.icon-garbage:before {
  content: "\e931";
}
.icon-xing:before {
  content: "\e91a";
}
.icon-verfahrenstechnik:before {
  content: "\e920";
}
.icon-close:before {
  content: "\e91b";
}
.icon-globe:before {
  content: "\e91c";
}
.icon-menu:before {
  content: "\e91d";
}
.icon-plus:before {
  content: "\e91e";
}
.icon-search:before {
  content: "\e91f";
}
.icon-antriebstechnik:before {
  content: "\e900";
}
.icon-automatisierungstechnik:before {
  content: "\e901";
}
.icon-elotrain-stecksystem:before {
  content: "\e902";
}
.icon-energietechnik:before {
  content: "\e903";
}
.icon-gebaeudesystemtechnik:before {
  content: "\e904";
}
.icon-kaelte-klima-technik:before {
  content: "\e905";
}
.icon-kommunikationstechnik:before {
  content: "\e906";
}
.icon-kraftfahrzeugtechnik:before {
  content: "\e907";
}
.icon-labortechnik:before {
  content: "\e908";
}
.icon-messtechnik:before {
  content: "\e909";
}
.icon-metalltechnik:before {
  content: "\e90a";
}
.icon-mikrocomputertechnik:before {
  content: "\e90b";
}
.icon-pneumatik-hydraulik:before {
  content: "\e90c";
}
.icon-regelungstechnik:before {
  content: "\e90d";
}
.icon-regenerative-energien:before {
  content: "\e90e";
}
.icon-unitrain:before {
  content: "\e90f";
}
.icon-lucas_nuelle:before {
  content: "\e921";
}
.icon-forward:before {
  content: "\e910";
}
.icon-reply:before {
  content: "\e911";
}
.icon-keyboard_arrow_up:before {
  content: "\e912";
}
.icon-keyboard_arrow_right:before {
  content: "\e913";
}
.icon-keyboard_arrow_left:before {
  content: "\e914";
}
.icon-keyboard_arrow_down:before {
  content: "\e915";
}
.icon-file-audio-o:before {
  content: "\e922";
}
.icon-file-sound-o:before {
  content: "\e922";
}
.icon-file-archive-o:before {
  content: "\e923";
}
.icon-file-zip-o:before {
  content: "\e923";
}
.icon-file-image-o:before {
  content: "\e924";
}
.icon-file-photo-o:before {
  content: "\e924";
}
.icon-file-picture-o:before {
  content: "\e924";
}
.icon-file-powerpoint-o:before {
  content: "\e925";
}
.icon-file-excel-o:before {
  content: "\e926";
}
.icon-file-word-o:before {
  content: "\e927";
}
.icon-file-movie-o:before {
  content: "\e928";
}
.icon-file-video-o:before {
  content: "\e928";
}
.icon-file-text-o:before {
  content: "\e929";
}
.icon-file-pdf-o2:before {
  content: "\e92a";
}
.icon-file-pdf-o:before {
  content: "\e92b";
}
.icon-facebook:before {
  content: "\e916";
}
.icon-linkedin:before {
  content: "\e917";
}
.icon-google-plus:before {
  content: "\e918";
}
.icon-youtube:before {
  content: "\e919";
}
.icon-academy:before {
  content: "\e92c";
}
.icon-mediathek:before {
  content: "\e92d";
}
.icon-weboffer:before {
  content: "\e92e";
}
.icon-newsletter:before {
  content: "\e92f";
}
.icon-academy:before {
  font-family: "ln";
  content: "\e92c";
  font-size: 28px;
  margin-right: 15px;
}
.icon-mediathek:before {
  font-family: "ln";
  content: "\e92d";
  font-size: 28px;
  margin-right: 15px;
}
.icon-weboffer:before {
  font-family: "ln";
  content: "\e92e";
  font-size: 28px;
  margin-right: 15px;
}
.icon-newsletter:before {
  font-family: "ln";
  content: "\e92f";
  font-size: 28px;
  margin-right: 15px;
}
.icon-antriebstechnik:before,
.icon-id-191:before,
.icon.apg-id-007000100000901669:before,
.iconrow.apg-id-007000100000901669:before {
  content: "\e900";
}
.icon-automatisierungstechnik:before,
.icon-id-207:before,
.icon.apg-id-007000100000901666:before,
.iconrow.apg-id-007000100000901666:before {
  content: "\e901";
}
.icon-elotrain-stecksystem:before,
.icon-id-202:before,
.icon.apg-id-007000100086606691:before,
.iconrow.apg-id-007000100086606691:before {
  content: "\e902";
}
.icon-energietechnik:before,
.icon-id-190:before,
.icon.apg-id-007000100028808832:before,
.iconrow.apg-id-007000100028808832:before {
  content: "\e903";
}
.icon-gebaeudesystemtechnik:before,
.icon-id-189:before,
.icon.apg-id-007000100000901667:before,
.iconrow.apg-id-007000100000901667:before {
  content: "\e904";
}
.icon-kaelte-klima-technik:before,
.icon-id-2036:before,
.icon.apg-id-007000100103302043:before,
.iconrow.apg-id-007000100103302043:before {
  content: "\e905";
}
.icon-kommunikationstechnik:before,
.icon-id-203:before,
.icon.apg-id-007000100070992002:before,
.iconrow.apg-id-007000100070992002:before {
  content: "\e906";
}
.icon-kraftfahrzeugtechnik:before,
.icon-id-209:before,
.icon.apg-id-007000100000901665:before,
.iconrow.apg-id-007000100000901665:before {
  content: "\e907";
}
.icon-labortechnik:before,
.icon-id-225:before,
.icon.apg-id-007000100088248836:before,
.iconrow.apg-id-007000100088248836:before {
  content: "\e908";
}
.icon-messtechnik:before,
.icon-id-205:before,
.icon.apg-id-007000100021665087:before,
.iconrow.apg-id-007000100021665087:before {
  content: "\e909";
}
.icon-metalltechnik:before {
  content: "\e90a";
}
.icon-mikrocomputertechnik:before,
.icon-id-206:before,
.icon.apg-id-007000100070985561:before,
.iconrow.apg-id-007000100070985561:before {
  content: "\e90b";
}
.icon-pneumatik-hydraulik:before,
.icon-id-235:before,
.icon.apg-id-007000100088860927:before,
.iconrow.apg-id-007000100088860927:before,
.icon.apg-id-007000100219160786:before,
.iconrow.apg-id-007000100219160786:before {
  content: "\e90c";
}
.icon-regelungstechnik:before,
.icon-id-204:before,
.icon.apg-id-007000100088857132:before,
.iconrow.apg-id-007000100088857132:before {
  content: "\e90d";
}
.icon-regenerative-energien:before,
.icon-id-1596:before,
.icon.apg-id-007000100087261657:before,
.iconrow.apg-id-007000100087261657:before {
  content: "\e90e";
}
.icon-unitrain:before,
.icon-id-219:before,
.icon.apg-id-007000100030350768:before,
.iconrow.apg-id-007000100030350768:before {
  content: "\e90f";
}
.icon-verfahrenstechnik:before,
.icon-id-3430:before,
.icon.apg-id-007000100196754638:before,
.iconrow.apg-id-007000100196754638:before {
  content: "\e920";
}
.icon-maschinentechnik:before,
.icon-id-3436:before,
.icon.apg-id-007000100197101537:before,
.iconrow.apg-id-007000100197101537:before {
  content: "\e90a";
}
.icon-id-3447:before {
  content: "\e932";
}
.icon-default:before {
  content: "\e921";
}
.ch a:hover .iconrow {
  color: #9ca9ae;
}
.ch-active a .icon-id-189,
.ch a:hover .icon-id-189,
.c-icons .icon-id-189,
.icon.apg-id-007000100000901667,
.ch a:hover .iconrow.apg-id-007000100000901667 {
  color: #ffed00 !important;
}
.ch-active a .icon-id-190,
.ch a:hover .icon-id-190,
.c-icons .icon-id-190,
.icon.apg-id-007000100028808832,
.ch a:hover .iconrow.apg-id-007000100028808832 {
  color: #ffd500 !important;
}
.ch-active a .icon-id-1596,
.ch a:hover .icon-id-1596,
.c-icons .icon-id-1596,
.icon.apg-id-007000100087261657,
.ch a:hover .iconrow.apg-id-007000100087261657 {
  color: #ffd500 !important;
}
.ch-active a .icon-id-191,
.ch a:hover .icon-id-191,
.c-icons .icon-id-191,
.icon.apg-id-007000100000901669,
.ch a:hover .iconrow.apg-id-007000100000901669 {
  color: #f29400 !important;
}
.ch-active a .icon-id-219,
.ch a:hover .icon-id-219,
.c-icons .icon-id-219,
.icon.apg-id-007000100030350768,
.ch a:hover .iconrow.apg-id-007000100030350768 {
  color: #ee7f00 !important;
}
.ch-active a .icon-id-202,
.ch a:hover .icon-id-202,
.c-icons .icon-id-202,
.icon.apg-id-007000100086606691,
.ch a:hover .iconrow.apg-id-007000100086606691 {
  color: #e75012 !important;
}
.ch-active a .icon-id-203,
.ch a:hover .icon-id-203,
.c-icons .icon-id-203,
.icon.apg-id-007000100070992002,
.ch a:hover .iconrow.apg-id-007000100070992002 {
  color: #d3031c !important;
}
.ch-active a .icon-id-3430,
.ch a:hover .icon-id-3430,
.c-icons .icon-id-3430,
.icon.apg-id-007000100196754638,
.ch a:hover .iconrow.apg-id-007000100196754638 {
  color: #88486a !important;
}
.ch-active a .icon-id-204,
.ch a:hover .icon-id-204,
.c-icons .icon-id-204,
.icon.apg-id-007000100088857132,
.ch a:hover .iconrow.apg-id-007000100088857132 {
  color: #00946c !important;
}
.ch-active a .icon-id-235,
.ch a:hover .icon-id-235,
.c-icons .icon-id-235,
.icon.apg-id-007000100088860927,
.ch a:hover .iconrow.apg-id-007000100088860927,
.ch a:hover .iconrow.apg-id-007000100219160786,
.icon.apg-id-007000100219160786 {
  color: #006774 !important;
}
.ch-active a .icon-id-205,
.ch a:hover .icon-id-205,
.c-icons .icon-id-205,
.icon.apg-id-007000100021665087,
.ch a:hover .iconrow.apg-id-007000100021665087 {
  color: #0099a1 !important;
}
.ch-active a .icon-id-2036,
.ch a:hover .icon-id-2036,
.c-icons .icon-id-2036,
.icon.apg-id-007000100103302043,
.ch a:hover .iconrow.apg-id-007000100103302043 {
  color: #005199 !important;
}
.ch-active a .icon-id-206,
.ch a:hover .icon-id-206,
.c-icons .icon-id-206,
.icon.apg-id-007000100070985561,
.ch a:hover .iconrow.apg-id-007000100070985561 {
  color: #006ab3 !important;
}
.ch-active a .icon-id-207,
.ch a:hover .icon-id-207,
.c-icons .icon-id-207,
.icon.apg-id-007000100000901666,
.ch a:hover .iconrow.apg-id-007000100000901666 {
  color: #008bcf !important;
}
.ch-active a .icon-id-209,
.ch a:hover .icon-id-209,
.c-icons .icon-id-209,
.icon.apg-id-007000100000901665,
.ch a:hover .iconrow.apg-id-007000100000901665 {
  color: #00b1e6 !important;
}
.ch-active a .icon-id-225,
.ch a:hover .icon-id-225,
.c-icons .icon-id-225,
.icon.apg-id-007000100088248836,
.ch a:hover .iconrow.apg-id-007000100088248836 {
  color: #738d9a !important;
}
.ch-active a .icon-id-3436,
.ch a:hover .icon-id-3436,
.c-icons .icon-id-3436,
.icon.apg-id-007000100197101537,
.ch a:hover .iconrow.apg-id-007000100197101537 {
  color: #4d738a !important;
}
.ch-active a .icon-id-3447,
.ch a:hover .icon-id-3447,
.c-icons .icon-id-3447 {
  color: #ff617d !important;
}
.container.head-title.pg-id-921 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-921 h1 a {
  color: #fff;
}
.container.head-title.pg-id-921 h1 a:hover {
  color: #ffed00;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-921 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-921 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-921 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #ffed00;
  border: 3px solid #ffed00;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-921 .subnavigation .large .ln,
.container.head-title.pg-id-921 .subnavigation .b-top .ln {
  color: #ffed00;
}
.container.head-title.pg-id-921 .subnavigation:hover {
  text-decoration: none;
  background: #ffed00;
  color: #fff;
}
.container.head-title.pg-id-921 .subnavigation:hover .large .ln,
.container.head-title.pg-id-921 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-921 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-921 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-921 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-921 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ffed00;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-921 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-921 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-921 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e904" !important;
}
.container.head-title.pg-id-921 .subnavigation .large .ln {
  color: #ffed00;
}
.container.head-title.pg-id-921 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ffed00;
  border-right: 3px solid #ffed00;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-921 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-921 .subinformation li:first-child {
  border-top: 3px solid #ffed00;
}
.container.head-title.pg-id-921 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-921 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-921 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-921 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-921 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ffed00;
  border-right: 3px solid #ffed00;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-921 .subinformation ul {
    border-right: 0px solid #ffed00;
  }
}
.container.head-title.pg-id-921 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffed00;
}
.container.head-title.pg-id-921 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffed00;
}
.container.head-title.pg-id-921 .is-drilldown .subinformation {
  border-left: 1px solid #ffed00;
  border-right: 1px solid #ffed00;
}
.container.head-title.pg-id-1168 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1168 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1168 h1 a:hover {
  color: #ffd500;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1168 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1168 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1168 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #ffd500;
  border: 3px solid #ffd500;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1168 .subnavigation .large .ln,
.container.head-title.pg-id-1168 .subnavigation .b-top .ln {
  color: #ffd500;
}
.container.head-title.pg-id-1168 .subnavigation:hover {
  text-decoration: none;
  background: #ffd500;
  color: #fff;
}
.container.head-title.pg-id-1168 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1168 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1168 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1168 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1168 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ffd500;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1168 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1168 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1168 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e903" !important;
}
.container.head-title.pg-id-1168 .subnavigation .large .ln {
  color: #ffd500;
}
.container.head-title.pg-id-1168 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ffd500;
  border-right: 3px solid #ffd500;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1168 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1168 .subinformation li:first-child {
  border-top: 3px solid #ffd500;
}
.container.head-title.pg-id-1168 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1168 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1168 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1168 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1168 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ffd500;
  border-right: 3px solid #ffd500;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1168 .subinformation ul {
    border-right: 0px solid #ffd500;
  }
}
.container.head-title.pg-id-1168 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffd500;
}
.container.head-title.pg-id-1168 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffd500;
}
.container.head-title.pg-id-1168 .is-drilldown .subinformation {
  border-left: 1px solid #ffd500;
  border-right: 1px solid #ffd500;
}
.container.head-title.pg-id-1225 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1225 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1225 h1 a:hover {
  color: #ffd500;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1225 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1225 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1225 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #ffd500;
  border: 3px solid #ffd500;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1225 .subnavigation .large .ln,
.container.head-title.pg-id-1225 .subnavigation .b-top .ln {
  color: #ffd500;
}
.container.head-title.pg-id-1225 .subnavigation:hover {
  text-decoration: none;
  background: #ffd500;
  color: #fff;
}
.container.head-title.pg-id-1225 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1225 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1225 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1225 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1225 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1225 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ffd500;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1225 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1225 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1225 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90e" !important;
}
.container.head-title.pg-id-1225 .subnavigation .large .ln {
  color: #ffd500;
}
.container.head-title.pg-id-1225 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ffd500;
  border-right: 3px solid #ffd500;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1225 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1225 .subinformation li:first-child {
  border-top: 3px solid #ffd500;
}
.container.head-title.pg-id-1225 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1225 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1225 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1225 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1225 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ffd500;
  border-right: 3px solid #ffd500;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1225 .subinformation ul {
    border-right: 0px solid #ffd500;
  }
}
.container.head-title.pg-id-1225 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffd500;
}
.container.head-title.pg-id-1225 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffd500;
}
.container.head-title.pg-id-1225 .is-drilldown .subinformation {
  border-left: 1px solid #ffd500;
  border-right: 1px solid #ffd500;
}
.container.head-title.pg-id-2 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-2 h1 a {
  color: #fff;
}
.container.head-title.pg-id-2 h1 a:hover {
  color: #f29400;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-2 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-2 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-2 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #f29400;
  border: 3px solid #f29400;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-2 .subnavigation .large .ln,
.container.head-title.pg-id-2 .subnavigation .b-top .ln {
  color: #f29400;
}
.container.head-title.pg-id-2 .subnavigation:hover {
  text-decoration: none;
  background: #f29400;
  color: #fff;
}
.container.head-title.pg-id-2 .subnavigation:hover .large .ln,
.container.head-title.pg-id-2 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-2 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-2 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-2 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-2 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #f29400;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-2 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-2 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-2 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e900" !important;
}
.container.head-title.pg-id-2 .subnavigation .large .ln {
  color: #f29400;
}
.container.head-title.pg-id-2 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #f29400;
  border-right: 3px solid #f29400;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-2 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-2 .subinformation li:first-child {
  border-top: 3px solid #f29400;
}
.container.head-title.pg-id-2 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-2 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-2 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-2 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-2 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #f29400;
  border-right: 3px solid #f29400;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-2 .subinformation ul {
    border-right: 0px solid #f29400;
  }
}
.container.head-title.pg-id-2 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #f29400;
}
.container.head-title.pg-id-2 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #f29400;
}
.container.head-title.pg-id-2 .is-drilldown .subinformation {
  border-left: 1px solid #f29400;
  border-right: 1px solid #f29400;
}
.container.head-title.pg-id-1425 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1425 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1425 h1 a:hover {
  color: #ee7f00;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1425 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1425 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1425 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #ee7f00;
  border: 3px solid #ee7f00;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1425 .subnavigation .large .ln,
.container.head-title.pg-id-1425 .subnavigation .b-top .ln {
  color: #ee7f00;
}
.container.head-title.pg-id-1425 .subnavigation:hover {
  text-decoration: none;
  background: #ee7f00;
  color: #fff;
}
.container.head-title.pg-id-1425 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1425 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1425 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1425 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1425 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1425 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ee7f00;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1425 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1425 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1425 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90f" !important;
}
.container.head-title.pg-id-1425 .subnavigation .large .ln {
  color: #ee7f00;
}
.container.head-title.pg-id-1425 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ee7f00;
  border-right: 3px solid #ee7f00;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1425 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1425 .subinformation li:first-child {
  border-top: 3px solid #ee7f00;
}
.container.head-title.pg-id-1425 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1425 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1425 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1425 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1425 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ee7f00;
  border-right: 3px solid #ee7f00;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1425 .subinformation ul {
    border-right: 0px solid #ee7f00;
  }
}
.container.head-title.pg-id-1425 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ee7f00;
}
.container.head-title.pg-id-1425 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ee7f00;
}
.container.head-title.pg-id-1425 .is-drilldown .subinformation {
  border-left: 1px solid #ee7f00;
  border-right: 1px solid #ee7f00;
}
.container.head-title.pg-id-1726 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1726 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1726 h1 a:hover {
  color: #e75012;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1726 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1726 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1726 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #e75012;
  border: 3px solid #e75012;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1726 .subnavigation .large .ln,
.container.head-title.pg-id-1726 .subnavigation .b-top .ln {
  color: #e75012;
}
.container.head-title.pg-id-1726 .subnavigation:hover {
  text-decoration: none;
  background: #e75012;
  color: #fff;
}
.container.head-title.pg-id-1726 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1726 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1726 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1726 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1726 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1726 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #e75012;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1726 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1726 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1726 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e902" !important;
}
.container.head-title.pg-id-1726 .subnavigation .large .ln {
  color: #e75012;
}
.container.head-title.pg-id-1726 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #e75012;
  border-right: 3px solid #e75012;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1726 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1726 .subinformation li:first-child {
  border-top: 3px solid #e75012;
}
.container.head-title.pg-id-1726 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1726 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1726 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1726 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1726 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #e75012;
  border-right: 3px solid #e75012;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1726 .subinformation ul {
    border-right: 0px solid #e75012;
  }
}
.container.head-title.pg-id-1726 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #e75012;
}
.container.head-title.pg-id-1726 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #e75012;
}
.container.head-title.pg-id-1726 .is-drilldown .subinformation {
  border-left: 1px solid #e75012;
  border-right: 1px solid #e75012;
}
.container.head-title.pg-id-1640 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1640 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1640 h1 a:hover {
  color: #d3031c;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1640 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1640 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1640 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #d3031c;
  border: 3px solid #d3031c;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1640 .subnavigation .large .ln,
.container.head-title.pg-id-1640 .subnavigation .b-top .ln {
  color: #d3031c;
}
.container.head-title.pg-id-1640 .subnavigation:hover {
  text-decoration: none;
  background: #d3031c;
  color: #fff;
}
.container.head-title.pg-id-1640 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1640 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1640 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1640 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1640 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1640 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #d3031c;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1640 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1640 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1640 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e906" !important;
}
.container.head-title.pg-id-1640 .subnavigation .large .ln {
  color: #d3031c;
}
.container.head-title.pg-id-1640 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #d3031c;
  border-right: 3px solid #d3031c;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1640 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1640 .subinformation li:first-child {
  border-top: 3px solid #d3031c;
}
.container.head-title.pg-id-1640 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1640 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1640 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1640 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1640 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #d3031c;
  border-right: 3px solid #d3031c;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1640 .subinformation ul {
    border-right: 0px solid #d3031c;
  }
}
.container.head-title.pg-id-1640 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #d3031c;
}
.container.head-title.pg-id-1640 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #d3031c;
}
.container.head-title.pg-id-1640 .is-drilldown .subinformation {
  border-left: 1px solid #d3031c;
  border-right: 1px solid #d3031c;
}
.container.head-title.pg-id-9149 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-9149 h1 a {
  color: #fff;
}
.container.head-title.pg-id-9149 h1 a:hover {
  color: #88486a;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-9149 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-9149 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-9149 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #88486a;
  border: 3px solid #88486a;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-9149 .subnavigation .large .ln,
.container.head-title.pg-id-9149 .subnavigation .b-top .ln {
  color: #88486a;
}
.container.head-title.pg-id-9149 .subnavigation:hover {
  text-decoration: none;
  background: #88486a;
  color: #fff;
}
.container.head-title.pg-id-9149 .subnavigation:hover .large .ln,
.container.head-title.pg-id-9149 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-9149 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-9149 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-9149 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-9149 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #88486a;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-9149 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-9149 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-9149 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e920" !important;
}
.container.head-title.pg-id-9149 .subnavigation .large .ln {
  color: #88486a;
}
.container.head-title.pg-id-9149 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #88486a;
  border-right: 3px solid #88486a;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-9149 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-9149 .subinformation li:first-child {
  border-top: 3px solid #88486a;
}
.container.head-title.pg-id-9149 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-9149 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-9149 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-9149 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-9149 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #88486a;
  border-right: 3px solid #88486a;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-9149 .subinformation ul {
    border-right: 0px solid #88486a;
  }
}
.container.head-title.pg-id-9149 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #88486a;
}
.container.head-title.pg-id-9149 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #88486a;
}
.container.head-title.pg-id-9149 .is-drilldown .subinformation {
  border-left: 1px solid #88486a;
  border-right: 1px solid #88486a;
}
.container.head-title.pg-id-1986 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1986 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1986 h1 a:hover {
  color: #00946c;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1986 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1986 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1986 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #00946c;
  border: 3px solid #00946c;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1986 .subnavigation .large .ln,
.container.head-title.pg-id-1986 .subnavigation .b-top .ln {
  color: #00946c;
}
.container.head-title.pg-id-1986 .subnavigation:hover {
  text-decoration: none;
  background: #00946c;
  color: #fff;
}
.container.head-title.pg-id-1986 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1986 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1986 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1986 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1986 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1986 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #00946c;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1986 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1986 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1986 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90d" !important;
}
.container.head-title.pg-id-1986 .subnavigation .large .ln {
  color: #00946c;
}
.container.head-title.pg-id-1986 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #00946c;
  border-right: 3px solid #00946c;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1986 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1986 .subinformation li:first-child {
  border-top: 3px solid #00946c;
}
.container.head-title.pg-id-1986 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1986 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1986 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1986 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1986 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #00946c;
  border-right: 3px solid #00946c;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1986 .subinformation ul {
    border-right: 0px solid #00946c;
  }
}
.container.head-title.pg-id-1986 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #00946c;
}
.container.head-title.pg-id-1986 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #00946c;
}
.container.head-title.pg-id-1986 .is-drilldown .subinformation {
  border-left: 1px solid #00946c;
  border-right: 1px solid #00946c;
}
.container.head-title.pg-id-2048 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-2048 h1 a {
  color: #fff;
}
.container.head-title.pg-id-2048 h1 a:hover {
  color: #006774;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-2048 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-2048 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-2048 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #006774;
  border: 3px solid #006774;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-2048 .subnavigation .large .ln,
.container.head-title.pg-id-2048 .subnavigation .b-top .ln {
  color: #006774;
}
.container.head-title.pg-id-2048 .subnavigation:hover {
  text-decoration: none;
  background: #006774;
  color: #fff;
}
.container.head-title.pg-id-2048 .subnavigation:hover .large .ln,
.container.head-title.pg-id-2048 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-2048 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-2048 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-2048 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-2048 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #006774;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-2048 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-2048 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-2048 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90c" !important;
}
.container.head-title.pg-id-2048 .subnavigation .large .ln {
  color: #006774;
}
.container.head-title.pg-id-2048 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #006774;
  border-right: 3px solid #006774;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-2048 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-2048 .subinformation li:first-child {
  border-top: 3px solid #006774;
}
.container.head-title.pg-id-2048 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-2048 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-2048 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-2048 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-2048 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #006774;
  border-right: 3px solid #006774;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-2048 .subinformation ul {
    border-right: 0px solid #006774;
  }
}
.container.head-title.pg-id-2048 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #006774;
}
.container.head-title.pg-id-2048 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #006774;
}
.container.head-title.pg-id-2048 .is-drilldown .subinformation {
  border-left: 1px solid #006774;
  border-right: 1px solid #006774;
}
.container.head-title.pg-id-1159 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1159 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1159 h1 a:hover {
  color: #0099a1;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1159 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1159 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1159 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #0099a1;
  border: 3px solid #0099a1;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1159 .subnavigation .large .ln,
.container.head-title.pg-id-1159 .subnavigation .b-top .ln {
  color: #0099a1;
}
.container.head-title.pg-id-1159 .subnavigation:hover {
  text-decoration: none;
  background: #0099a1;
  color: #fff;
}
.container.head-title.pg-id-1159 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1159 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1159 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1159 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1159 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1159 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #0099a1;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1159 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1159 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1159 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e909" !important;
}
.container.head-title.pg-id-1159 .subnavigation .large .ln {
  color: #0099a1;
}
.container.head-title.pg-id-1159 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #0099a1;
  border-right: 3px solid #0099a1;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1159 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1159 .subinformation li:first-child {
  border-top: 3px solid #0099a1;
}
.container.head-title.pg-id-1159 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1159 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1159 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1159 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1159 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #0099a1;
  border-right: 3px solid #0099a1;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1159 .subinformation ul {
    border-right: 0px solid #0099a1;
  }
}
.container.head-title.pg-id-1159 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #0099a1;
}
.container.head-title.pg-id-1159 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #0099a1;
}
.container.head-title.pg-id-1159 .is-drilldown .subinformation {
  border-left: 1px solid #0099a1;
  border-right: 1px solid #0099a1;
}
.container.head-title.pg-id-5544 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-5544 h1 a {
  color: #fff;
}
.container.head-title.pg-id-5544 h1 a:hover {
  color: #005199;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-5544 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-5544 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-5544 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #005199;
  border: 3px solid #005199;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-5544 .subnavigation .large .ln,
.container.head-title.pg-id-5544 .subnavigation .b-top .ln {
  color: #005199;
}
.container.head-title.pg-id-5544 .subnavigation:hover {
  text-decoration: none;
  background: #005199;
  color: #fff;
}
.container.head-title.pg-id-5544 .subnavigation:hover .large .ln,
.container.head-title.pg-id-5544 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-5544 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-5544 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-5544 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-5544 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #005199;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-5544 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-5544 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-5544 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e905" !important;
}
.container.head-title.pg-id-5544 .subnavigation .large .ln {
  color: #005199;
}
.container.head-title.pg-id-5544 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #005199;
  border-right: 3px solid #005199;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-5544 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-5544 .subinformation li:first-child {
  border-top: 3px solid #005199;
}
.container.head-title.pg-id-5544 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-5544 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-5544 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-5544 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-5544 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #005199;
  border-right: 3px solid #005199;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-5544 .subinformation ul {
    border-right: 0px solid #005199;
  }
}
.container.head-title.pg-id-5544 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #005199;
}
.container.head-title.pg-id-5544 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #005199;
}
.container.head-title.pg-id-5544 .is-drilldown .subinformation {
  border-left: 1px solid #005199;
  border-right: 1px solid #005199;
}
.container.head-title.pg-id-1521 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1521 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1521 h1 a:hover {
  color: #006ab3;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1521 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1521 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1521 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #006ab3;
  border: 3px solid #006ab3;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1521 .subnavigation .large .ln,
.container.head-title.pg-id-1521 .subnavigation .b-top .ln {
  color: #006ab3;
}
.container.head-title.pg-id-1521 .subnavigation:hover {
  text-decoration: none;
  background: #006ab3;
  color: #fff;
}
.container.head-title.pg-id-1521 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1521 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1521 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1521 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1521 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1521 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #006ab3;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1521 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1521 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1521 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90b" !important;
}
.container.head-title.pg-id-1521 .subnavigation .large .ln {
  color: #006ab3;
}
.container.head-title.pg-id-1521 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #006ab3;
  border-right: 3px solid #006ab3;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1521 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1521 .subinformation li:first-child {
  border-top: 3px solid #006ab3;
}
.container.head-title.pg-id-1521 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1521 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1521 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1521 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1521 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #006ab3;
  border-right: 3px solid #006ab3;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1521 .subinformation ul {
    border-right: 0px solid #006ab3;
  }
}
.container.head-title.pg-id-1521 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #006ab3;
}
.container.head-title.pg-id-1521 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #006ab3;
}
.container.head-title.pg-id-1521 .is-drilldown .subinformation {
  border-left: 1px solid #006ab3;
  border-right: 1px solid #006ab3;
}
.container.head-title.pg-id-552 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-552 h1 a {
  color: #fff;
}
.container.head-title.pg-id-552 h1 a:hover {
  color: #008bcf;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-552 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-552 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-552 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #008bcf;
  border: 3px solid #008bcf;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-552 .subnavigation .large .ln,
.container.head-title.pg-id-552 .subnavigation .b-top .ln {
  color: #008bcf;
}
.container.head-title.pg-id-552 .subnavigation:hover {
  text-decoration: none;
  background: #008bcf;
  color: #fff;
}
.container.head-title.pg-id-552 .subnavigation:hover .large .ln,
.container.head-title.pg-id-552 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-552 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-552 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-552 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-552 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #008bcf;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-552 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-552 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-552 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e901" !important;
}
.container.head-title.pg-id-552 .subnavigation .large .ln {
  color: #008bcf;
}
.container.head-title.pg-id-552 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #008bcf;
  border-right: 3px solid #008bcf;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-552 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-552 .subinformation li:first-child {
  border-top: 3px solid #008bcf;
}
.container.head-title.pg-id-552 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-552 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-552 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-552 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-552 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #008bcf;
  border-right: 3px solid #008bcf;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-552 .subinformation ul {
    border-right: 0px solid #008bcf;
  }
}
.container.head-title.pg-id-552 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #008bcf;
}
.container.head-title.pg-id-552 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #008bcf;
}
.container.head-title.pg-id-552 .is-drilldown .subinformation {
  border-left: 1px solid #008bcf;
  border-right: 1px solid #008bcf;
}
.container.head-title.pg-id-367 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-367 h1 a {
  color: #fff;
}
.container.head-title.pg-id-367 h1 a:hover {
  color: #00b1e6;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-367 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-367 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-367 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #00b1e6;
  border: 3px solid #00b1e6;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-367 .subnavigation .large .ln,
.container.head-title.pg-id-367 .subnavigation .b-top .ln {
  color: #00b1e6;
}
.container.head-title.pg-id-367 .subnavigation:hover {
  text-decoration: none;
  background: #00b1e6;
  color: #fff;
}
.container.head-title.pg-id-367 .subnavigation:hover .large .ln,
.container.head-title.pg-id-367 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-367 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-367 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-367 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-367 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #00b1e6;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-367 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-367 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-367 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e907" !important;
}
.container.head-title.pg-id-367 .subnavigation .large .ln {
  color: #00b1e6;
}
.container.head-title.pg-id-367 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #00b1e6;
  border-right: 3px solid #00b1e6;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-367 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-367 .subinformation li:first-child {
  border-top: 3px solid #00b1e6;
}
.container.head-title.pg-id-367 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-367 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-367 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-367 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-367 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #00b1e6;
  border-right: 3px solid #00b1e6;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-367 .subinformation ul {
    border-right: 0px solid #00b1e6;
  }
}
.container.head-title.pg-id-367 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #00b1e6;
}
.container.head-title.pg-id-367 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #00b1e6;
}
.container.head-title.pg-id-367 .is-drilldown .subinformation {
  border-left: 1px solid #00b1e6;
  border-right: 1px solid #00b1e6;
}
.container.head-title.pg-id-1819 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1819 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1819 h1 a:hover {
  color: #738d9a;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1819 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1819 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1819 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #738d9a;
  border: 3px solid #738d9a;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1819 .subnavigation .large .ln,
.container.head-title.pg-id-1819 .subnavigation .b-top .ln {
  color: #738d9a;
}
.container.head-title.pg-id-1819 .subnavigation:hover {
  text-decoration: none;
  background: #738d9a;
  color: #fff;
}
.container.head-title.pg-id-1819 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1819 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1819 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1819 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1819 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1819 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #738d9a;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1819 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1819 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1819 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e908" !important;
}
.container.head-title.pg-id-1819 .subnavigation .large .ln {
  color: #738d9a;
}
.container.head-title.pg-id-1819 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #738d9a;
  border-right: 3px solid #738d9a;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1819 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1819 .subinformation li:first-child {
  border-top: 3px solid #738d9a;
}
.container.head-title.pg-id-1819 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1819 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1819 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1819 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1819 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #738d9a;
  border-right: 3px solid #738d9a;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1819 .subinformation ul {
    border-right: 0px solid #738d9a;
  }
}
.container.head-title.pg-id-1819 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #738d9a;
}
.container.head-title.pg-id-1819 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #738d9a;
}
.container.head-title.pg-id-1819 .is-drilldown .subinformation {
  border-left: 1px solid #738d9a;
  border-right: 1px solid #738d9a;
}
.container.head-title.pg-id-9214 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-9214 h1 a {
  color: #fff;
}
.container.head-title.pg-id-9214 h1 a:hover {
  color: #4d738a;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-9214 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-9214 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-9214 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #4d738a;
  border: 3px solid #4d738a;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-9214 .subnavigation .large .ln,
.container.head-title.pg-id-9214 .subnavigation .b-top .ln {
  color: #4d738a;
}
.container.head-title.pg-id-9214 .subnavigation:hover {
  text-decoration: none;
  background: #4d738a;
  color: #fff;
}
.container.head-title.pg-id-9214 .subnavigation:hover .large .ln,
.container.head-title.pg-id-9214 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-9214 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-9214 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-9214 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-9214 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #4d738a;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-9214 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-9214 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-9214 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90a" !important;
}
.container.head-title.pg-id-9214 .subnavigation .large .ln {
  color: #4d738a;
}
.container.head-title.pg-id-9214 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #4d738a;
  border-right: 3px solid #4d738a;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-9214 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-9214 .subinformation li:first-child {
  border-top: 3px solid #4d738a;
}
.container.head-title.pg-id-9214 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-9214 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-9214 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-9214 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-9214 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #4d738a;
  border-right: 3px solid #4d738a;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-9214 .subinformation ul {
    border-right: 0px solid #4d738a;
  }
}
.container.head-title.pg-id-9214 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #4d738a;
}
.container.head-title.pg-id-9214 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #4d738a;
}
.container.head-title.pg-id-9214 .is-drilldown .subinformation {
  border-left: 1px solid #4d738a;
  border-right: 1px solid #4d738a;
}
.container.head-title.pg-id-921 .subnavigation,
.container.head-title.pg-id-1168 .subnavigation,
.container.head-title.pg-id-1168 .subnavigation {
  color: #333;
}
.container.head-title.pg-id-921 .subnavigation > div.b-top,
.container.head-title.pg-id-1168 .subnavigation > div.b-top,
.container.head-title.pg-id-1168 .subnavigation > div.b-top {
  border-top: 1px solid #333;
}
.container.head-title.pg-id-921 .subnavigation .large .ln,
.container.head-title.pg-id-921 .subnavigation .b-top .ln,
.container.head-title.pg-id-1168 .subnavigation .large .ln,
.container.head-title.pg-id-1168 .subnavigation .b-top .ln,
.container.head-title.pg-id-1168 .subnavigation .large .ln,
.container.head-title.pg-id-1168 .subnavigation .b-top .ln {
  color: #333;
}
.container.head-title.pg-id-921 .subnavigation:hover,
.container.head-title.pg-id-1168 .subnavigation:hover,
.container.head-title.pg-id-1168 .subnavigation:hover {
  text-decoration: none;
  background: ;
  color: #333;
}
.container.head-title.pg-id-921 .subnavigation:hover .large .ln,
.container.head-title.pg-id-921 .subnavigation:hover .b-top .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .b-top .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .b-top .ln {
  color: #333;
}
.container.head-title.pg-id-921 .subnavigation:hover > div.b-top,
.container.head-title.pg-id-1168 .subnavigation:hover > div.b-top,
.container.head-title.pg-id-1168 .subnavigation:hover > div.b-top {
  border-top: 1px solid #333;
}
.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  overflow: hidden;
  z-index: 5;
}
.slider .slide IMG {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slider .slide.active {
  opacity: 1;
  z-index: 10;
}
.slider .slide.active .slogan {
  right: 0;
  opacity: 1;
}
.slider .slide .slogan {
  position: absolute;
  right: -800px;
  bottom: 10px;
  padding: 10px 30px 10px 10px;
  background-color: rgba(255, 136, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.slider .slide .slogan H5 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
}
.slider .slide .slogan H6 {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  margin: 0;
}
.slider .controls {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 500;
  position: static;
}
.slider .controls div {
  display: block;
  position: absolute;
  bottom: 100px;
  right: 0px;
  background-color: rgba(255, 136, 0, 0.8);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slider .controls div:before,
.slider .controls div:after {
  position: absolute;
  left: 17px;
  top: 6px;
  content: "";
  background-color: #fff;
  width: 7px;
  height: 15px;
  z-index: 500;
}
.slider .controls .next:before {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
}
.slider .controls .next:after {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  top: 18px;
}
.slider .controls .prev {
  right: 41px;
}
.slider .controls .prev:before {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.slider .controls .prev:after {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  top: 18px;
}
.slider:hover .controls {
  opacity: 1;
}
figure.iframe {
  text-align: center;
}
.product-slider {
  background: #ffffff none repeat scroll 0 0;
  height: 310px;
  margin-bottom: 10px;
  position: relative;
  width: auto;
}
.whitebox figure.slide > img {
  width: auto;
  max-width: 100%;
  border: 0 none;
  height: auto;
  vertical-align: middle;
}
.product-slider figure {
  text-align: center;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: pointer;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  margin-top: 10px;
  left: 50%;
  list-style: outside none none;
  margin-left: -30%;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 60%;
  z-index: 15;
}
.slick-dots li {
  margin: 0 2px;
  cursor: pointer;
  display: inline-block;
  text-indent: -99999px;
  border: 1px solid #888;
}
.slick-dots li.slick-active {
  background-color: #555;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-indent: -999px;
}
.slick-list {
  padding: 0 0 25px;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .loadmore {
    height: auto !important;
  }
  .loadmore .btn-loadmore {
    display: none;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: ;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: ;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: ;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: ;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
@font-face {
  font-family: "ln";
  src: url("fonts/ln34f1.eot?x3g2ac");
  src: url("fonts/ln34f1.eot?x3g2ac#iefix") format("embedded-opentype"),
    url("fonts/ln34f1.ttf?x3g2ac") format("truetype"),
    url("fonts/ln34f1.woff?x3g2ac") format("woff"),
    url("fonts/ln34f1.svg?x3g2ac#ln") format("svg");
  font-weight: normal;
  font-style: normal;
}
.sub:before,
.content-breadcrumb li:after,
.controls .prev:before,
.controls .next:before,
.modal .close,
.ln {
  font-family: "ln" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ln-small .ln {
  display: inline-block;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  padding: 0 10px 0 0;
  float: left;
}
.ln.large {
  font-size: 40px;
}
body {
  color: #555;
  font-family: "Arabic Typesetting", sans-serif;
  font-weight: 300;
  background: #fafafa;
  font-size: 19px;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
  font-family: "Arabic Typesetting", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
figure img {
  max-width: 100%;
}
figcaption {
  width: 100%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a {
  color: #337ab7;
  hyphens: auto;
}
a:hover {
  color: #555;
}
section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}
section#news {
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 768px) {
  section#news {
    padding: 40px 0 40px 0;
  }
}
section.product {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  section.product {
    padding-top: 40px;
  }
}
blockquote {
  margin: 30px 0;
}
button {
  border-radius: 0px !important;
}
.wrapper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1170px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.marge-top-30 {
  display: block;
  margin-top: 30px;
}
.marge-top-60 {
  display: block;
  margin-top: 60px;
}
.marge-bottom-30 {
  display: block;
  margin-bottom: 30px;
}
.pad-top-60 {
  padding-top: 60px;
}
.pad-top-30 {
  padding-top: 30px;
}
.pad-bot-none {
  padding-bottom: 0px;
}
.marge-top-auto {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding-top: 30px;
}
.bordered-button {
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #c5d9d8;
  color: #337ab7;
  text-transform: uppercase;
  text-decoration: none;
  transition: color ease-in 0.3s, border ease-in 0.3s;
  white-space: normal !important;
  word-wrap: break-word;
}
.bordered-button:hover {
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #ee7f05;
  color: #ee7f05;
  text-transform: uppercase;
  text-decoration: none;
}
.bordered-button.info {
  margin: 0px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-color: #ee7f00;
  color: #ee7f00;
}
.orangebutton {
  display: block;
  color: #fff;
  text-align: center;
  background: #ee7f05;
  padding: 10px;
}
.orangebutton:hover {
  display: block;
  color: #fff;
  text-align: center;
  background: #ee7f05;
  padding: 10px;
}
.orangebutton-center {
  display: block;
  width: 140px;
  color: #fff;
  text-align: center;
  background: #ee7f05;
  padding: 10px;
}
.orangebutton-center:hover {
  color: #fff;
  text-align: center;
  background: #ee7f05;
  padding: 10px;
}
.orange-button {
  display: inline-block;
  margin-top: 40px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #ee7f00;
  border: none;
  border-radius: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.orange-button:hover {
  color: #fff;
  background: #f28300;
  text-decoration: none;
}
.orange-button:focus {
  color: #fff;
  background: #f28300;
  text-decoration: none;
}
.orange-button.grey-button {
  color: #f28300;
  background: #eee;
  margin-right: 10px;
  padding: 11px;
}
.lightblue-button {
  display: inline-block;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #c8c8c8;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lightblue-button:hover {
  color: #fff;
  background: #adadad;
  text-decoration: none;
}
.lightblue-button span {
  margin-right: 10px;
}
.footertotop {
  height: auto;
  padding: 15px;
}
.totop {
  background-color: #c8c8c8;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.4285;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  position: fixed;
  bottom: 50px;
  right: 50px;
  text-align: center;
  cursor: pointer;
  display: none;
  font-weight: bold;
}
.totop:hover {
  color: #fff;
  background: #ee7f05;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .totop {
    display: none !important;
  }
}
.arrow-top {
  position: relative;
}
.arrow-top:after {
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../img/ico/arrow-top.html) no-repeat center center #c0c0c0;
  content: " ";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow-top:hover:after {
  background: url(../img/ico/arrow-top.html) no-repeat center center #9a9a9a;
}
.offerbutton {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #eee;
}
.offerbutton:hover {
  color: #fff;
  background: #ee7f05;
  text-decoration: none;
}
.row.flex-grid:before,
.row.flex-grid:after {
  display: none;
}
.flex-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.flex-center.stack {
  margin-top: -5px;
}
.flex-valign {
  display: flex;
  align-items: center;
}
.flex-bottom {
  display: flex;
}
.flex-bottom > div {
  margin-top: auto;
  margin-bottom: 9.5px;
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .flex-grid {
    display: block;
  }
}
.flex-self {
  display: flex;
  flex: 1;
}
.flex-column {
  flex-direction: column;
  flex-shrink: 0;
}
.row.flex-grid {
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .row.flex-grid > [class^="col-"],
  .row.flex-grid > [class*=" col-"] {
    display: block;
    width: 100%;
  }
}
.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .space-between.break {
    display: block;
  }
  .space-between.break .padonbreak {
    display: block;
    padding: 8px 0;
  }
}
.blue-box {
  padding: 40px;
  background: #345d6d;
  color: #fff;
  text-align: left;
}
.blue-box h2 {
  font-size: 48px;
  color: #ee7f00;
}
.blue-box h3 {
  display: inline-block;
  padding: 20px 0;
  border-top: 1px solid #416877;
  border-bottom: 1px solid #416877;
  color: #fff;
}
.blue-box-light {
  display: block;
  padding: 40px;
  background: #c8c8c8;
}
.white-bg {
  display: block;
  height: 100%;
  background: #fff;
}
.whitebox-head {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.whitebox-head h1,
.whitebox-head h2,
.whitebox-head h3 {
  margin: 0;
}
.whitebox {
  background: #fff;
  padding: 30px;
}
.whitebox img {
  max-width: 50%;
  margin-bottom: 30px;
}
.whitebox h1 {
  margin-bottom: 30px;
}
.whitebox h2 {
  font-size: 20px;
}
.whitebox h3,
.whitebox h4 {
  font-size: 18px;
}
.whitebox.stretch {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .whitebox h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .whitebox h2 {
    font-size: 18px;
  }
  .whitebox h3,
  .whitebox h4 {
    font-size: 16px;
  }
}
.greybox {
  background: #eee;
  padding: 20px 30px;
  transition: background ease-in 0.3s;
}
.greybox h2,
.greybox h3,
.greybox h4 {
  font-size: 18px;
  margin: 0px;
  transition: color ease-in 0.3s;
}
.greybox.darker {
  background: #ddd;
  padding: 10px;
}
.greybox.darker .select-fake {
  background: #eee;
  border: 1px solid #ededed;
}
.greybox.darker .bootstrap-select.open .select-fake {
  background: #f7f7f7 !important;
  box-shadow: 0px 0px 0px;
}
.greybox.darker .dropdown-menu {
  padding: 3px;
  background: #f7f7f7 !important;
  border: 1px solid #ededed;
  box-shadow: 0px 0px 0px;
}
.greybox.darker .dropdown-menu .selected,
.greybox.darker .dropdown-menu li:hover a {
  background: #eee;
}
.greybox2 {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  background: #eee;
}
.greybox2.pad-left {
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .greybox2.marge-top {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .greybox2.marge-top {
    margin-top: 30px;
  }
}
.orangebox {
  color: #fff;
  background: #ee7f05;
  padding: 20px 30px;
}
.orangebox h1,
.orangebox h2,
.orangebox h3,
.orangebox h4 {
  font-size: 18px;
  margin: 0px;
  color: #fff;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel-default {
  box-shadow: none !important;
  border: 0px;
}
.panel-default > .panel-heading {
  border-bottom: 1px solid #eee;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0px;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 20px 15px 20px 60px;
  position: relative;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
}
.t-switch:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  border-right: 1px solid #eee;
  color: #555;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\e912";
  font-family: "ln" !important;
}
.t-switch.collapsed:before {
  content: "\e915";
}
.t-switch:focus {
  text-decoration: none;
}
.marge-bot {
  margin: 0 0 80px 0;
}
.subthemes ul {
  padding: 10px 0 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 480px) {
  .subthemes ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
.subthemes ul li {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.subthemes ul a {
  display: block;
  padding: 10px;
  border: 1px solid #c5d9d8;
  color: #337ab7;
  transition: color ease-in 0.3s, border ease-in 0.3s;
}
.subthemes ul a:hover {
  color: #ee7f05;
  padding: 10px;
  border: 1px solid #ee7f05;
}
.border-bottom {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.border-bottom:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.border-bottom a {
  color: #337ab7;
  transition: color ease-in 0.3s, border ease-in 0.3s;
}
.border-bottom a:hover {
  color: #ee7f05;
}
.border-right {
  border-right: 1px solid #ededed;
}
.no-list {
  padding: 0px;
  list-style: none;
}
header {
  display: block;
  width: 100%;
  background: #000;
  position: relative;
}
header h1 {
  display: inline-block;
  margin-left: 0px;
  padding-bottom: 60px;
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
header h1 span {
  display: inline-block;
  margin-right: 20px;
  color: #f29400;
}
@media screen and (max-width: 1000px) {
  header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    font-size: 24px;
  }
}
#head-title {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 50;
  bottom: 120px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #head-title .container {
    width: 100%;
  }
}
.video {
  background: #000;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 40;
  opacity: 0.8;
}
.video video {
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.stretchBox {
  display: flex;
  width: 100%;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: stretch;
}
@keyframes bounce {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  50% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.scroll-arrow {
  display: block;
  margin: 60px 40px 0 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/ln-new/arrow-down.svg);
  background-size: contain;
}
@media (max-width: 480px) {
  .scroll-arrow {
    display: none;
  }
}
.head-title {
  padding-top: 160px;
  padding-bottom: 40px;
}
.header-onepage .head-title {
  padding-top: 160px;
  padding-bottom: 88px;
}
.header-subpage {
  height: auto;
  position: relative;
}
.header-subpage .head-title {
  position: relative;
  z-index: 50;
}
.header-subpage .scroll-arrow {
  display: none;
}
.header-subpage .head-image {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.header-subpage .head-image img {
  width: 100%;
  max-width: auto;
  height: auto;
  opacity: 0.7;
}
.header-subpage .head-image.cover {
  background-position: center center !important;
  background-size: cover;
  opacity: 0.7;
}
.header-subpage.header-subpage-video .head-title {
  padding-top: 360px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .header-subpage.header-subpage-video .head-title {
    padding-bottom: 40px;
  }
}
.header-subpage.header-subpage-video .scroll-arrow {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 68px;
}
@media screen and (max-width: 768px) {
  .header-subpage.header-subpage-video .scroll-arrow {
    display: none;
  }
}
.header-subpage.header-subpage-video .head-image .stretchBox.video {
  height: 100% !important;
}
.fallbackimage {
  display: none;
}
.fallbackimage.active {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
}
.product-header h1 {
  font-size: 60px;
  padding: 240px 0 20px 0;
}
.product-header h1 span {
  display: inline-block;
  margin-right: 20px;
  color: #f29400;
}
@media screen and (max-width: 1000px) {
  .product-header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product-header h1 {
    font-size: 24px;
  }
}
#icon-row {
  background: #fff;
  padding: 25px 0 20px 0;
  text-align: center;
}
#icon-row ul {
  padding: 0;
  list-style: none;
}
#icon-row ul li {
  display: inline-block;
  border-right: 1px solid #ededed;
  padding: 0 10px;
}
#icon-row ul li:last-child {
  border-right: 0px;
}
#icon-row ul li:last-child div.info {
  left: auto;
  right: 0px;
  margin-left: 0px;
}
#icon-row ul li:last-child div.info:after {
  left: auto;
  margin-left: 0px;
  right: 30px;
  margin-right: -10px;
}
#icon-row ul li:last-child div.info:before {
  left: auto;
  margin-left: 0px;
  right: 30px;
  margin-right: -11px;
}
#icon-row ul li:first-child div.info {
  left: 0px;
  margin-left: 0px;
}
#icon-row ul li:first-child div.info:after {
  left: 30px;
}
#icon-row ul li:first-child div.info:before {
  left: 30px;
}
#icon-row ul li a {
  position: relative;
}
#icon-row ul li a div.info {
  display: block;
  visibility: hidden;
  width: 240px;
  padding: 20px 10px;
  margin-left: -120px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 100;
  background: #fff;
  color: #555;
  border: 1px solid #555;
  opacity: 0;
  transform: translate3d(0, 0px, 0);
  transition: visibility ease-in 0.01s, opacity ease-in 0.3s,
    transform ease-in 0.3s;
}
#icon-row ul li a div.info:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#icon-row ul li a div.info:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #555;
  border-width: 11px;
  margin-left: -11px;
}
#icon-row ul li a:hover .info {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 20px, 0);
}
#icon-row .ln-small .ln {
  font-size: 40px;
  color: #9ca9ae;
  transition: color ease-in 0.3s;
}
.wrap-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content-breadcrumb {
  list-style: none;
  padding: 40px 30px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .content-breadcrumb {
    display: none;
  }
}
.content-breadcrumb li {
  display: block;
  float: left;
  position: relative;
  color: #555;
  font-size: 14px;
}
.content-breadcrumb li:after {
  content: "\e913";
  margin: 0 5px;
  color: #337ab7;
}
.content-breadcrumb li:last-child:after {
  display: none;
}
.content-breadcrumb li a {
  color: #337ab7;
  font-size: 14px;
  transition: color 0.3s;
}
.content-breadcrumb li a:hover {
  color: #ee7f05;
}
.product_detail {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-size: cover;
  padding: 0;
  transition: background-image 0.5s linear;
  overflow: hidden;
}
.product_detail h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(150, 150, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .product_detail h2 {
    font-size: 24px;
  }
}
.product_detail p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .product_detail p {
    font-size: 16px;
  }
}
.product_detail img {
  width: 100px;
}
.product_detail.bg_gebaeudesystemtechnik {
  background-image: url("../img/products/products-big/gebaeudesystemtechnik_big.html");
}
.product_detail.bg_energietechnik {
  background-image: url("../img/products/products-big/energietechnik.html");
}
.product_detail.bg_regenerative_energien {
  background-image: url("../img/products/products-big/erneuerbare_energien.html");
}
.product_detail.bg_maschinen_antriebstechnik {
  background-image: url("../img/products/products-big/antriebstechnik.html");
}
.product_detail.bg_unitrain {
  background-image: url("../img/products/products-big/unitrain.html");
}
.product_detail.bg_elotrain {
  background-image: url("../img/products/products-big/elotrain_stecksystem_big.html");
}
.product_detail.bg_kommuniktaionstechnik {
  background-image: url("../img/products/products-big/kommunikationstechnik.html");
}
.product_detail.bg_regelungstechnik {
  background-image: url("../img/products/products-big/regelungstechnik.html");
}
.product_detail.bg_pneumatik_hydraulik {
  background-image: url("../img/products/products-big/pneumatik-hydraulik.html");
}
.product_detail.bg_mess_testgeraete {
  background-image: url("../img/products/products-big/messtechnik.html");
}
.product_detail.bg_kaelte_klima {
  background-image: url("../img/products/products-big/kaelte_klimatechnik.html");
}
.product_detail.bg_mikrocomputer {
  background-image: url("../img/products/products-big/mikrocomputertechnik.html");
}
.product_detail.bg_automatisierungstechnik {
  background-image: url("../img/products/products-big/automatisierungstechnik.html");
}
.product_detail.bg_kfz {
  background-image: url("../img/products/products-big/kfz.html");
}
.product_detail.bg_labortechnik {
  background-image: url("../img/products/products-big/labor.html");
}
.product_detail.bg_maschinen_systemtechnik {
  background-image: url("../img/products/products-big/maschinen.html");
}
.products {
  padding: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (max-width: 480px) {
  .products {
    padding: 20px 40px;
  }
}
.products_icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.heightWrapper {
  transition: opacity 0.3s linear;
}
@keyframes bounceOpacity {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.bounceOpacity {
  animation: bounceOpacity 1s linear;
}
@media (max-width: 768px) {
  .product_detail p {
    padding: 0;
  }
  #slider_products .desc,
  #slider_products .title {
    display: none;
  }
}
.previewbox {
  display: block;
  background: rgba(51, 51, 51, 0.8);
  padding: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: auto;
  transition: all 0.5s linear;
  transform: none;
}
@media screen and (max-width: 768px) {
  .previewbox {
    bottom: 0px;
  }
}
.previewbox_icon {
  display: block;
  float: left;
}
.previewbox_title {
  display: inline;
  position: relative;
  text-align: left;
  left: 15px;
  top: 30px;
}
.previewbox_text {
  clear: both;
  text-align: left;
  position: relative;
  top: 10px;
}
.previewbox_btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 25px;
  float: right;
  transition: all 0.25s ease;
}
.previewbox_btn:hover {
  background: #fff;
  color: rgba(51, 51, 51, 0.8);
  transition: all 0.25s ease;
}
.out .previewbox {
  transform: translateY(100%);
}
.product_detail {
  border-top: 5px solid #fff;
  height: 680px;
}
@media (min-width: 768px) {
  .previewbox {
    width: 600px;
  }
  .product_detail {
    border-top: 0px solid #fff;
    height: 100%;
  }
}
#service {
  background: #fff;
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .grid {
    display: block;
    overflow: visible;
  }
}
.grid article img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.small,
.big {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .small {
    height: 250px;
  }
  .big {
    height: 540px;
  }
}
article.effect {
  position: relative;
  float: left;
  overflow: hidden !important;
  width: 100%;
  height: auto;
  background: #3085a3;
  cursor: pointer;
}
article.effect h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  article.effect {
    margin-bottom: 30px;
    height: auto;
    background: #fff;
  }
}
@media screen and (min-width: 767px) {
  article.effect {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .newsinfo {
    background: #fff;
    padding: 20px;
    text-align: left;
  }
  .newsinfo a {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #c5d9d8;
    transition: all ease-in 0.3s;
  }
  .newsinfo a:hover {
    display: inline-block;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #337ab7;
    color: #337ab7;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media screen and (min-width: 767px) {
  .newsinfo,
  .newsinfo > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .newsinfo {
    padding: 2em;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .newsinfo:before {
    pointer-events: none;
  }
  .newsinfo:after {
    pointer-events: none;
  }
  .newsinfo > a {
    z-index: 20;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  .grid article h3,
  .grid article p {
    margin: 0;
  }
  .grid .news-date {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
  }
  article.effect {
    background: #fff;
  }
  article.effect img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, -350px, 0);
    opacity: 0.3;
  }
  article.effect h3 {
    padding: 0 0 10px 0;
    text-align: left;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  article.effect span {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  article.effect p {
    color: #5a6265;
    text-transform: none;
    font-size: 90%;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  article.effect:hover img {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 0.5;
  }
  article.effect:hover h3 {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  article.effect:hover span {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  article.effect:hover p {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .flex-md {
    display: flex;
    align-items: left;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-md .grid.small {
    width: 50%;
    margin: 0 15px 30px 15px;
  }
}
.newsinfo2 {
  display: block;
  width: 50%;
  height: 100%;
  padding: 50px 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.newsinfo2 h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.newsinfo2 img {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.newsinfo2 p {
  padding-bottom: 10px;
}
.newsinfo2 a {
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px;
  border: 1px solid #c5d9d8;
  transition: all ease-in 0.3s;
}
.newsinfo2 a:hover {
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #ee7f05;
  color: #ee7f05;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newsinfo2 {
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
  }
  .newsinfo2 img {
    max-width: 100%;
    height: auto;
    min-height: auto;
  }
}
@media screen and (min-width: 767px) {
  .newsinfo2:hover img {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0.5;
  }
}
article.effect2 {
  position: relative;
  float: left;
  overflow: hidden !important;
  height: 540px;
  width: 100%;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
article.effect2 img {
  max-height: 110%;
}
@media screen and (min-width: 769px) {
  article.effect2 img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  article.effect2:hover img {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  article.effect2 {
    height: auto;
  }
}
.newsletter-list a {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ededed;
}
#newsletter {
  padding: 0 0 80px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #newsletter .flex-center {
    display: block;
  }
}
#newsletter .title {
  display: block;
  padding-right: 30px;
  border-right: 1px solid #bacccb;
  margin-right: 30px;
}
#newsletter .title h3 {
  font-size: 36px;
  margin-top: 0px;
}
@media screen and (max-width: 480px) {
  #newsletter .title h3 {
    font-size: 24px;
  }
}
#newsletter form {
  padding: 20px 60px 0 60px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #newsletter form {
    padding: 0px;
  }
}
#newsletter label {
  display: block;
  padding: 30px 0 10px 0;
  margin: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #newsletter label {
    padding: 10px 0 0 0;
  }
}
#newsletter fieldset {
  display: block;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  #newsletter .blue-box-light {
    padding: 20px;
  }
  #newsletter .blue-box-light .flex-center {
    flex-wrap: wrap;
  }
  #newsletter .blue-box-light .title {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  #newsletter .blue-box-light .title p {
    dispaly: none;
  }
  #newsletter .blue-box-light .icon-newsletter:before {
    display: none;
  }
}
.subpage-newsletter #newsletter {
  padding-bottom: 30px;
}
.bootstrap-select {
  display: block !important;
  width: 100%;
  margin: 10px 0 !important;
}
.bootstrap-select button {
  margin: 0 !important;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0px !important;
}
.bootstrap-select .dropdown-menu a {
  display: block !important;
  border-radius: 0px !important;
}
#newsletter input,
#newsletter select,
.select-fake {
  display: block;
  float: none !important;
  width: 100%;
  padding: 10px;
  background: #c8c8c8;
  border: 1px solid #fff;
  transition: background ease-in 0.3s;
  margin: 10px 0;
}
.select-fake {
  padding: 11px 10px 12px 10px;
}
#newsletter input:hover,
#newsletter select:hover,
.select-fake:hover,
.bootstrap-select.open .select-fake {
  background: #b8b7b7;
}
#newsletter-switch .icon-close,
#newsletter-switch.active .icon-plus {
  display: none;
}
#newsletter-switch {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
}
#newsletter-switch.active .icon-close {
  display: block;
}
#newsletter-form .input-group-addon {
  padding: 6px 12px 6px 0 !important;
  background-color: initial;
}
.newsletterbox {
  margin: 10px 0;
}
.newsletterbox .input-group-addon {
  background-color: initial;
  border: none;
}
.weboffer .input-group-addon {
  background-color: initial;
  border: none;
}
#main .whitebox,
#main table {
  margin-bottom: 30px;
}
#main table {
  width: 100%;
  max-width: 100%;
}
#main table.table-hover td:last-child {
  white-space: nowrap;
}
#main table.table-hover tr {
  cursor: pointer;
}
#main table.table-hover .image {
  background: #fff;
}
#main table tr {
  border-bottom: 1px solid #ededed;
  background: #fff;
}
#main table tr.clickable {
  cursor: pointer;
}
#main table tr:hover {
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
}
#main table tr:hover .offerbutton {
  color: #fff;
  background: #ee7f05;
}
#main table td {
  padding: 10px;
  vertical-align: top;
  white-space: normal !important;
  word-wrap: break-word;
}
#main table td li {
  word-wrap: break-word;
}
#main table td img {
  width: auto !important;
}
#main table .fullwidth-sm {
  width: 100%;
}
#main table th {
  padding: 20px 10px;
  background: #eee;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#main table.catgor tr,
#main table.catgor tr:hover {
  background: none !important;
}
#main table.catgor .cat {
  padding-right: 20px;
  position: relative;
  border: 1px solid #ddd !important;
  transition: background ease-in 0.3s;
  cursor: default;
}
#main table.catgor .cat a {
  color: #555;
  cursor: pointer;
}
#main table.catgor .cat:after {
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  content: " ";
}
#main table.catgor .cat.cat_kfz:after {
  background: #00b1e6;
}
#main table.catgor .cat.cat_insta:after {
  background: #ffed00;
}
#main table.catgor .cat.cat_auto:after {
  background: #008bcf;
}
#main table.catgor .cat:hover {
  border: 1px solid #ddd !important;
}
#main table.catgor .cat:hover.cat_kfz {
  background: #00b1e6;
}
#main table.catgor .cat:hover.cat_insta {
  background: #ffed00;
}
#main table.catgor .cat:hover.cat_auto {
  background: #008bcf;
}
#main select {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 100%;
}
.productlist table td:last-child {
  width: 120px;
}
@media (max-width: 480px) {
  .productlist table tr,
  .productlist table td {
    display: block;
    width: 100%;
  }
  .productlist table tr {
    background: #f9f9f9 !important;
  }
  .productlist table td:first-child {
    background: #fff !important;
  }
}
input,
select {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ededed;
  background: #f7f7f7;
  transition: background ease-in 0.3s, border ease-in 0.3s;
}
input.flex-input,
select.flex-input {
  display: flex;
  flex: 1;
  width: auto;
}
input:hover,
select:hover {
  background: #ddd;
  border: 1px solid #ddd;
}
input[type="radio"],
input[type="checkbox"],
select[type="radio"],
select[type="checkbox"] {
  width: auto !important;
  left: 0px;
  margin-left: 0px !important;
}
label.radio {
  position: relative;
  padding: 10px 0 0 30px;
}
.weboffer-title {
  padding-right: 20px;
}
.weboffer .bordered-button {
  display: block;
  text-align: center;
  color: #ee7f05;
  border: 1px solid #ee7f05;
  margin: 0;
}
.ico-list ul {
  padding: 0;
  list-style: none;
  border-top: 1px solid #ededed;
}
.ico-list ul li {
  border-bottom: 1px solid #ededed;
}
.ico-list ul li a {
  display: block;
  padding: 15px 0 15px 5px;
  color: #333;
  font-size: 16px;
}
.ico-list ul li a:hover {
  color: #ee7f05;
  background: #fff;
  text-decoration: none;
}
.ico-list.grey-hover ul li a:hover {
  color: #ee7f05;
  background: #eee;
  text-decoration: none;
}
.ico-list.orange-hover ul li a:hover {
  color: #fff;
  background: #ee7f00;
  text-decoration: none;
}
.arrow-prev,
.arrow-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.arrow-prev {
  padding: 0 8px;
  margin-right: 16px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.arrow-next {
  padding: 0 8px;
  margin-left: 16px;
  border-left: 1px solid #e8e8e8;
}
.history-back {
  height: 100%;
  padding-right: 16px;
  border-right: 1px solid #e8e8e8;
  color: #ee7f05;
  background: #e8e8e8;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.history-back span {
  color: #fff;
  background: #ee7f05;
}
.history-back:hover {
  color: #fff;
  background: #ee7f05;
}
.history-back span {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-right: 16px;
  color: #fff;
  background: #ee7f05;
  border-right: 1px solid #da7505;
  transition: background ease-in 0.3s;
}
.history-forward {
  display: flex;
  margin-left: auto;
  height: 100%;
  padding-left: 16px;
  border-left: 1px solid #e8e8e8;
  color: #ee7f05;
  background: #e8e8e8;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.history-forward span {
  color: #fff;
  background: #ee7f05;
}
.history-forward:hover {
  color: #fff;
  background: #ee7f05;
}
.history-forward span {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-left: 16px;
  color: #fff;
  background: #ee7f05;
  border-left: 1px solid #da7505;
  transition: background ease-in 0.3s;
}
.history-forward-orange {
  display: flex;
  margin-left: auto;
  height: 100%;
  padding: 0 0 0 16px;
  background: #ee7f00;
  color: #fff;
}
.history-forward-orange:hover,
.history-forward-orange:focus {
  color: #fff;
}
.news-article-small {
  display: block;
  padding: 30px;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0px !important;
}
.news-article-small h4 {
  transition: color ease-in 0.3s;
}
.news-article-small:hover {
  text-decoration: none;
  color: #333;
}
.news-article-small:hover h4 {
  color: #ee7f05;
}
.morenews {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.morenews li {
  float: left;
}
.morenews li:first-child {
  padding-right: 10px;
}
.morenews li:last-child {
  padding-left: 10px;
}
.news-article {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  transition: background ease-in 0.3s, color ease-in 0.3s;
}
.news-article h2,
.news-article h3,
.news-article h4 {
  font-size: 18px;
  transition: color ease-in 0.3s;
}
.news-article:hover {
  text-decoration: none;
  color: #333;
}
.news-article:hover h4 {
  color: #ee7f05;
}
.news-article .img-wrap {
  display: block;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.news-article .img-wrap.small {
  height: 150px !important;
  margin: 0px;
}
.news-article .img-wrap img {
  width: 120%;
  max-width: 120%;
  height: auto;
  position: absolute;
  top: 0px;
  left: -10%;
}
.news-article .orangebox {
  padding: 30px;
}
.news-article .flag {
  display: inline-block;
  padding: 5px;
  color: #fff;
  background: #ee7f05;
  position: absolute;
  top: 30px;
  left: 30px;
}
.news-article .ln-ontop {
  display: block;
  width: 100px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
}
.news-article .ln-ontop img {
  opacity: 1 !important;
}
.news-article .whitebox {
  margin-bottom: 0px !important;
  transition: background ease-in 0.3s, color ease-in 0.3s;
}
.news-article.orange:hover {
  background: #ee7f05;
}
.news-article.orange:hover .whitebox {
  color: #fff;
  background: #ee7f05;
}
.news-article.orange:hover h2,
.news-article.orange:hover h3,
.news-article.orange:hover h4 {
  color: #fff;
}
.top-article {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.top-article .news-title {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.top-article .news-title span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.katalog-details {
  margin: 15px 0 30px 0;
}
.katalog-details a {
  display: block;
  padding: 10px;
  border: 1px solid #c5d9d8;
  color: #337ab7;
  transition: color ease-in 0.3s, border ease-in 0.3s;
}
.katalog-details a:hover {
  display: block;
  padding: 10px;
  border: 1px solid #ee7f05;
  color: #ee7f05;
}
.katalog-details:last-child {
  margin-bottom: 0px;
}
.sidebar .panel-body {
  padding: 30px;
}
.sidebar .panel-body.printcloud img {
  border: 1px solid #ededed;
}
.sidebar img {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}
.sidebar .greybox {
  background: #f5f5f5;
  margin-bottom: 0px;
}
.sidebar .whitebox {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px !important;
}
.sidebar-news .news-article-small {
  border-bottom: 1px solid #eee;
  transition: background ease-in 0.3s;
}
.sidebar-news .news-article-small:first-child {
  border-top: 1px solid #eee;
}
.sidebar-news .news-article-small:last-child {
  margin-bottom: 0px !important;
}
.sidebar-news .news-article-small:hover {
  background: #f5f5f5;
}
.whitebox h2 {
  margin-top: 10px;
}
.person {
  border-bottom: 1px solid #eee;
}
.person h1,
.person h2,
.person h3,
.person h4,
.person h5 {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}
.person b {
  display: block;
  padding-top: 20px;
}
.person img {
  max-width: 100% !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 480px) {
  .person img {
    border-bottom: 1px solid #ededed !important;
    margin-bottom: 30px !important;
  }
}
.person.contact {
  display: block;
  height: 100%;
  padding: 30px 0;
}
.person .quote {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.person:hover .quote {
  display: block;
}
.table-bordered {
  border: none !important;
}
.table-bordered td {
  vertical-align: middle !important;
  border: 1px solid #ededed !important;
}
.table-bordered th {
  border: none !important;
}
.table-bordered tr a {
  color: #555;
}
.mapList .open {
  background: #fff;
}
.catalogue {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 1025px) {
  .catalogue {
    width: 33.33%;
    max-width: 33.33%;
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
  }
}
@media (max-width: 1024px) {
  .catalogue {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .catalogue {
    display: block;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.catalogue img {
  max-width: 100%;
  margin-bottom: 0px !important;
}
.catalogue strong {
  display: block;
  width: 100%;
  white-space: normal !important;
  word-wrap: break-word;
  transition: color ease-in 0.3s;
}
.catalogue:hover strong {
  color: #ee7f05;
}
.category {
  display: flex;
  height: 80px;
  align-items: center;
  background: #eee;
  padding-left: 90px;
  position: relative;
  transition: padding ease-in 0.2s;
  word-wrap: break-word;
}
.category:after {
  display: flex;
  height: 100%;
  width: 80px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "ln" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 40px;
  transition: background ease-in 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category h2,
.category strong {
  font-size: 20px;
  word-wrap: break-word;
}
.catalogue-section:hover .category {
  padding-left: 110px;
}
.catalogue-section:hover .category:after {
  background: #fff;
}
.catalogue-section img {
  border: 1px solid #ededed;
}
.catalogue-links a {
  display: block;
  padding: 15px 0;
  color: #555;
  border-top: 1px solid #ededed;
}
.catalogue-links a:last-child {
  border-bottom: 1px solid #ededed;
}
.catalogue-links a:hover {
  color: #ee7f05;
}
.downloads ul {
  list-style: none;
  padding: 0;
}
.downloads ul a {
  display: block;
  position: relative;
  padding: 10px 0 10px 30px;
  color: #337ab7;
}
.downloads ul a:before {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "ln" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.downloads ul a:hover {
  color: #ee7f05;
}
.downloads ul .download-pdf:before {
  content: "\e92b";
}
.downloads ul .download-doc:before {
  content: "\e929";
}
.software a {
  display: inline-block;
}
.software a:hover {
  display: inline-block;
}
.seminardata {
  background: #fff;
}
.seminardata table {
  margin-bottom: 0px !important;
}
@media (max-width: 480px) {
  .seminardata table tr {
    display: block;
  }
  .seminardata table td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .seminar-overview-table tr {
    display: block;
  }
  .seminar-overview-table tr:first-child {
    display: none;
  }
  .seminar-overview-table td {
    display: block;
    width: 100%;
  }
  .seminar-overview-table td:first-child {
    background: #eee;
  }
}
.seminar-imgwrap {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .seminar-imgwrap {
    min-height: 190px;
  }
}
.whitebox .seminarteaser {
  margin-bottom: 20px;
}
.modal-fill {
  width: 100%;
  height: 100%;
}
.modal-dialog {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.modal-content {
  border-radius: 0;
}
.detail-images img {
  margin-top: 20px;
  max-width: 100% !important;
}
#service h3 {
  font-size: 36px;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 480px) {
  #service h3 {
    font-size: 24px;
    padding: 0 0 10px 0;
  }
  #service .col-lg-4 article {
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
  }
  #service .col-lg-4:last-child article {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}
.c-icons ul,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-icons ul li,
footer ul li {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.c-icons ul li a,
footer ul li a {
  color: #9ca9ae;
}
.c-icons ul li a:hover,
footer ul li a:hover {
  text-decoration: none;
}
footer {
  display: block;
}
@media screen and (min-width: 1000px) {
  footer {
    padding: 80px 0 0;
  }
}
footer h4 {
  display: block;
  height: 20px;
  padding: 0 0 40px 0;
  color: #9ca9ae;
}
footer .footer-impressum {
  padding-top: 20px;
}
footer .border-top {
  padding: 40px 0;
  margin: 0;
  border-top: 1px solid #f0f0f0;
}
footer .border-top li {
  float: left;
  margin: 0 40px 0 0;
}
.foot-list-pad {
  padding: 60px 0 0;
}
.foot-text-pad {
  padding-top: 50px;
}
.foot-button-pad {
  padding-top: 35px;
  text-align: right;
}
#socialmedia {
  display: block;
  text-align: center;
  background: url("../images/socialmedia.jpg") bottom center no-repeat fixed;
}
#socialmedia .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
#socialmedia a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 40px 10px 0 10px;
  font-size: 24px;
  background: #919191;
  color: #f7f7f7;
  text-decoration: none;
  transition: background ease-in 0.3s;
}
#socialmedia a img {
  opacity: 0.5;
  transition: all ease 0.5s;
}
#socialmedia a:hover {
  background: #535353;
}
#socialmedia a:hover img {
  opacity: 1;
}
#socialmedia h3 {
  display: block;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #socialmedia {
    margin-top: 80px;
  }
}
.project-filter .flex-self {
  padding-right: 10px;
}
.project-filter button {
  margin: 10px 0;
}
.project-filter .filterToggle {
  float: right;
  cursor: pointer;
}
.projectimage-grid {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .projectimage-grid {
    width: 100%;
    height: 180px;
  }
}
@media screen and (min-width: 1000px) {
  .projectimage-grid {
    width: 100%;
    height: 180px;
  }
}
#projects a,
#projects.whitebox a {
  display: flex;
  flex-direction: column;
}
#projects .project-border,
#projects.whitebox .project-border {
  flex-shrink: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
#projects .project-border .imgwrap,
#projects.whitebox .project-border .imgwrap {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #projects .project-border h2,
  #projects.whitebox .project-border h2 {
    font-size: 18px;
    transition: color ease-in 0.3s;
  }
  #projects .project-border:hover h2,
  #projects.whitebox .project-border:hover h2 {
    font-size: 18px;
    color: #ee7f05;
  }
}
#projects .country,
#projects.whitebox .country {
  font-size: 13px;
  color: #000;
}
#projects .teaser,
#projects.whitebox .teaser {
  color: #000;
  margin: 0;
}
.gm-style-iw h1 {
  font-size: 18px;
}
.project-control.greybox2 {
  margin-top: 30px;
}
.project-control.greybox2 .pull-right {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  padding-left: 8px;
}
.project-control.greybox2 .pull-right #curpage {
  padding-right: 5px;
}
.project-control.greybox2 .pull-right #maxpage {
  padding-left: 5px;
}
.project-control.greybox2 .pull-right #prevPage {
  align-items: center;
  border-right: 1px solid #e8e8e8;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-right: 16px;
  padding: 0 8px;
  transition: background 0.3s ease-in 0s;
  float: left;
}
.project-control.greybox2 .pull-right #prevPage:hover {
  background: #e8e8e8 none repeat scroll 0 0;
}
.project-control.greybox2
  .pull-right
  #prevPage.icon-keyboard_arrow_left.arrow-inactiv {
  color: #ccc;
}
.project-control.greybox2 .pull-right #nextPage {
  align-items: center;
  border-right: 1px solid #e8e8e8;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 8px;
  transition: background 0.3s ease-in 0s;
  float: right;
}
.project-control.greybox2 .pull-right #nextPage:hover {
  background: #e8e8e8 none repeat scroll 0 0;
}
.project-control.greybox2
  .pull-right
  #nextPage.icon-keyboard_arrow_right.arrow-inactiv {
  color: #ccc;
}
.project-hero #projectMap {
  height: 485px;
  margin-bottom: 30px;
}
.no-marge {
  margin: 0 !important;
}
.img-w {
  display: block;
  width: 100%;
}
.img-w img {
  width: 100%;
  max-width: 100%;
}
.ln-group-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.ln-group-tabs li {
  float: none;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.ln-group-tabs li.active {
  background: #fff;
}
.ln-group-tabs li.active a {
  font-weight: bold;
}
.ln-group-tabs li a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 20px;
  border: none;
  color: #555;
}
.ln-group-tabs li a:hover {
  border: none;
}
.ln-group-tabs li a p {
  margin: 0;
}
.ln-group-tabs > li.active > a,
.ln-group-tabs > li.active > a:hover,
.ln-group-tabs > li.active > a:focus {
  border: none;
}
.management {
  display: block;
  width: 100%;
  padding-top: 55%;
  position: relative;
  background: url(../images/layout/management.jpg) no-repeat top center;
  background-size: 100%;
}
.management .title {
  display: block;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0px;
  text-align: center;
}
.management .title h1 {
  color: #ee7f05;
}
.manage {
  display: block;
  height: 85%;
  width: 15%;
  position: absolute;
  bottom: 0px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .manage:hover .managebox {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
@media (min-width: 1030px) {
  .manage:hover .managebox {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
.managebox {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 0px;
}
@media (max-width: 480px) {
  .managebox {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .managebox {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    transition: visibility 0.15s, opacity 0.3s, transform 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .managebox {
    width: 90%;
  }
}
@media (min-width: 1030px) {
  .managebox {
    left: 10%;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    transition: visibility 0.15s, opacity 0.3s, transform 0.3s;
  }
}
.managebox .managebox-title {
  display: block;
  min-width: 160px;
  padding: 15px;
  background: #36a9e1;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 100%;
  margin-bottom: -15px;
}
.managebox .managebox-title strong {
  display: block;
}
.managebox .managebox-title p {
  margin: 0;
}
@media (max-width: 1030px) {
  .managebox .managebox-title {
    font-size: 14px;
    width: 100%;
  }
}
@media (min-width: 1030px) {
  .managebox .managebox-title {
    display: inline-block;
    left: 20px;
  }
}
.managebox .managebox-content {
  display: block;
  width: 400px;
  height: auto;
  padding: 45px 15px 15px 15px;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
}
@media (max-width: 1030px) {
  .managebox .managebox-content {
    display: none;
  }
}
.manage1 {
  left: 2%;
  width: 25%;
}
.manage2 {
  left: 27%;
  width: 20%;
}
.manage3 {
  left: 47%;
  width: 16%;
}
.manage4 {
  left: 63%;
  width: 17%;
}
.manage5 {
  left: 80%;
  width: 18%;
}
.manage4 .managebox,
.manage5 .managebox {
  left: auto;
  right: 0px;
}
.manage4 .managebox .managebox-title,
.manage5 .managebox .managebox-title {
  left: auto;
  right: 0px;
}
@media (min-width: 1030px) {
  .manage4 .managebox,
  .manage5 .managebox {
    right: 10%;
  }
  .manage4 .managebox .managebox-title,
  .manage5 .managebox .managebox-title {
    left: auto;
    right: 20px;
  }
}
.about-navigation {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 60;
  background: rgba(71, 71, 71, 0.8);
}
.about-navigation ul {
  margin: 0 auto;
  list-style: none;
}
.about-navigation ul li {
  display: inline-block;
  margin-right: 20px;
}
.about-navigation ul li.active a {
  color: #ee7f05;
}
.about-navigation ul li a {
  display: inline-block;
  padding: 20px 0;
  color: #fff;
}
.about-navigation ul li:first-child {
  margin-left: 5px;
}
.about-navigation.scrolling {
  position: fixed;
  bottom: auto;
  top: 100px;
}
@media (max-width: 1024px),
  (pointer: coarse),
  (hover: none),
  (hover: on-demand) {
  .about-navigation.scrolling {
    position: absolute;
    top: auto;
    bottom: 20px;
    background: none;
  }
}
@media (max-width: 768px) {
  .about-navigation {
    display: none;
  }
}
.customer-page .about-navigation {
  top: -180px;
}
@media (max-width: 768px) {
  .customer-page .about-navigation {
    display: none;
  }
}
.about-imagebox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
  background: #000;
  overflow: hidden;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .about-imagebox {
    height: auto;
    padding: 10px;
  }
}
.about-imagebox .about-imagebox-inner {
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.6s;
}
@media (max-width: 768px) {
  .about-imagebox .about-imagebox-inner {
    height: 100%;
  }
}
.about-imagebox .about-imagebox-title {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #fff;
  color: #333;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .about-imagebox .about-imagebox-title {
    position: relative;
    padding: 10px;
  }
}
.active .about-imagebox,
.about-imagebox:hover {
  background: #ee7f05;
}
.active .about-imagebox .about-imagebox-inner,
.about-imagebox:hover .about-imagebox-inner {
  transform: scale(1.2);
}
.active .about-imagebox .about-imagebox-title,
.about-imagebox:hover .about-imagebox-title {
  background: #ee7f05;
  color: #fff;
}
.ln-group-title h1 {
  margin: 0px;
  padding: 30px 0 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .management {
    margin-bottom: 30px;
  }
}
.lngroup {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lngroup {
    margin-bottom: 30px;
  }
}
.lngroup__content {
  display: block;
  width: 100%;
  padding: 50px 30px 30px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lngroup__content {
    text-align: center;
  }
}
.lngroup__content__title {
  display: inline-block;
  padding: 10px;
  margin: 0px;
  position: absolute;
  bottom: 100%;
  left: 30px;
  margin-right: 30px;
  margin-bottom: -20px;
  font-size: 18px;
  background: #36a9e1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lngroup__content__title {
    width: 80%;
    left: 10%;
    margin-right: 0px;
    text-align: center;
  }
}
.lngroup-title {
  display: inline-block;
  padding: 10px;
  margin-bottom: 0 0 30px 0;
  font-size: 18px;
  background: #36a9e1;
  color: #fff;
}
.lngroup__img {
  display: block;
  width: 100%;
  height: 200px;
}
.tab-content ul li {
  border: none !important;
  padding-top: 0px !important;
}
.tab-content ul li:before {
  top: 0px !important;
}
@media screen and (max-width: 767px) {
  .nav-tabs {
    margin-top: 30px;
  }
}
html,
body {
  overflow: initial !important;
}
body.noscroll {
  overflow-y: hidden !important;
}
.noscroll .wrapper {
  display: block;
  height: 100vh;
  overflow: hidden !important;
}
.news-jobs {
  margin-top: 30px;
}
.news-jobs .news-article {
  cursor: pointer;
}
.news-modal {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  overflow-y: scroll;
  z-index: 1050;
  position: fixed;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transform: scale(1);
  background: rgba(0, 0, 0, 0.6);
  transition: visibility 0.1s, opacity 0.4s, transform 0.4s;
}
.news-modal .news-modal_inner {
  display: block;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  position: relative;
}
.news-modal .img-background {
  display: blcok;
  width: 100%;
  padding-top: 33%;
}
@media (max-width: 768px) {
  .news-modal .img-background {
    padding-top: 250px;
  }
}
.news-modal .content {
  padding: 90px 0;
}
.news-modal .headline {
  display: inline-block;
  padding: 20px;
  background: #36a9e1;
  color: #fff;
  position: absolute;
  bottom: 100%;
  left: 0px;
  margin-bottom: -40px;
}
.news-modal .headline h1 {
  color: #fff;
  margin: 0;
}
.news-modal .absolute-top {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news-modal .btn-close {
  display: inline-block;
  padding: 20px;
  background: #36a9e1;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.news-modal_content {
  padding: 40px;
  position: relative;
}
.opened .news-modal {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.btn-minicart-myoffer {
  text-align: right;
}
.minicart-list .count,
.orangebox .count {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
}
.minicart-list .count .ln:before,
.orangebox .count .ln:before {
  display: inline-block;
  margin-left: 5px;
  content: "\e912";
}
.minicart-list .count.collapsed .ln:before,
.orangebox .count.collapsed .ln:before {
  content: "\e915";
}
.minicart-list table {
  margin-bottom: 10px !important;
}
.minicart-list table tr,
.minicart-list table td {
  background: none !important;
}
.minicart-list table td:first-child {
  padding-left: 0px !important;
}
.minicart-list table td:last-child {
  padding-right: 0px !important;
}
.minicart-list a {
  color: #fff;
}
.minicart-list .remove.trash {
  margin: 0;
  padding: 0;
}
.minicart-list .request {
  font-weight: bold;
  border: 1px solid #ee7f05 !important;
  background-color: #fff;
  color: #ee7f05;
  text-align: center;
}
.cart_process .cart {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .cart_process .cart {
    margin-right: 10px;
  }
}
.cart_process .cart a {
  color: #555;
}
.cart_process .cart a:hover {
  color: #ee7f05;
}
.cart_process .cart.active {
  color: #ee7f05;
  font-weight: bold;
}
.trash {
  display: block;
  padding: 11px 10px;
  background: #ee7f05;
  margin-top: 10px;
}
.trash .ln {
  font-size: 14px;
  color: #fff;
}
.border-arrow-down {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.check-align input {
  display: inline-block;
  margin-right: 10px;
}
.check-align,
.radio {
  cursor: pointer;
}
.catalog-view {
  display: block;
  width: 100%;
}
.grptext > p:first-child {
  display: none;
}
.grptext p,
.grptext span {
  font-size: 16px !important;
}
.grptext ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grptext ul li {
  padding-left: 20px;
  position: relative;
}
.grptext ul li p {
  margin: 0px;
  padding: 0px;
}
.grptext ul li:before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  content: "-";
  lin-height: 20px;
  font-weight: bold;
}
.grptext ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grptext ol li:before {
  font-weight: bold;
  margin-right: 10px;
}
.grptext ol li:nth-child(1):before {
  content: "1.";
}
.grptext ol li:nth-child(2):before {
  content: "2.";
}
.grptext ol li:nth-child(3):before {
  content: "3.";
}
.grptext ol li:nth-child(4):before {
  content: "4.";
}
.grptext ol li:nth-child(5):before {
  content: "5.";
}
.grptext ol li:nth-child(6):before {
  content: "6.";
}
.grptext ol li:nth-child(7):before {
  content: "7.";
}
.grptext ol li:nth-child(8):before {
  content: "8.";
}
.grptext ol li:nth-child(9):before {
  content: "9.";
}
.grptext ol li:nth-child(10):before {
  content: "10.";
}
.grptext li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.contentlist li {
  padding: 10px 0;
}
.customer-bigimage {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
}
@media (max-width: 1024px) {
  .customer-bigimage {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .customer-bigimage {
    height: 200px;
  }
}
.about-imagebox-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.customer-bigimage-box {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 30px 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
}
.customer-bigimage-box h1 {
  color: #fff;
}
.customer-bigimage-box-buttonrow {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: -20px;
  position: absolute;
  bottom: 100%;
  left: 0px;
}
.customer-bigimage-box-buttonrow .orangebutton {
  display: inline-block;
  margin-right: 8px;
}
.loadmore {
  max-height: auto;
  overflow: hidden;
  position: relative;
  transition: height ease-in 0.3s;
}
.loadmore .btn-loadmore {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  paading-top: 70px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 64%,
    #ffffff 81%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 64%,
    #ffffff 81%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 64%,
    #ffffff 81%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  transition: background 0.3s;
}
.loadmore .btn-loadmore .btn-grey {
  display: inline-block;
  padding: 8px;
  background: #eee;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.loadmore .btn-loadmore:hover {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.loadmore .btn-loadmore:hover .btn-grey {
  color: #fff;
  background: #ee7f05;
}
.loadmore-mediathek {
  height: 179px;
}
.loadmore-mediathek.loadmore-capremove {
  height: auto !important;
  transition: height ease-in 0.3s;
}
.loadmore-catalogue {
  height: 380px;
}
.loadmore-catalogue.loadmore-capremove {
  height: auto !important;
  transition: height ease-in 0.3s;
}
.loadmore-newsbox {
  height: 950px;
}
.loadmore-newsbox.loadmore-capremove {
  height: auto !important;
  transition: height ease-in 0.3s;
}
.loadmore {
  padding-bottom: 20px;
}
.loadmore.loadmore-capremove {
  padding-bottom: 0px;
}
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cd-horizontal-timeline {
  text-align: center;
}
.cd-horizontal-timeline p {
  padding: 10px 0;
}
.cd-horizontal-timeline h1 {
  padding-bottom: 30px;
}
.cd-horizontal-timeline h3 {
  font-size: 30px;
}
.history-image {
  text-align: left;
  padding-top: 20px;
}
.history-image .col-md-6 {
  padding-top: 20px;
}
.history-image .col-md-6:first-child {
  padding-right: 30px;
}
.history-image .col-md-6:last-child {
  padding-left: 30px;
}
.history-image .col-md-6.border-right {
  border-right: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .history-image .col-md-6 {
    text-align: center;
  }
  .history-image .col-md-6:first-child {
    padding-right: 15px;
  }
  .history-image .col-md-6.border-right {
    border-right: none;
  }
}
.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(
    right,
    #fff,
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 1px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ee7f05;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #ee7f05;
  border-color: #ee7f05;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #ee7f05;
  border-color: #ee7f05;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #ee7f05;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  text-indent: 100%;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a .ln {
  display: block;
  width: 20px;
  position: absolute;
  top: 8px;
  color: #000;
}
.cd-timeline-navigation a.prev {
  left: 0;
}
.cd-timeline-navigation a.prev .ln {
  left: -24px;
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a.next .ln {
  left: -24px;
}
.cd-timeline-navigation a:hover {
  border-color: #ee7f05;
}
.cd-timeline-navigation a:hover .ln {
  color: #ee7f05;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
  display: block;
  position: relative;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content ol > li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content ol > li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-timeline-navigation a.prev .ln,
.cd-timeline-navigation a.next .ln {
  left: -18px !important;
  top: 5px !important;
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.no-overflow {
  overflow-y: scroll !important;
  height: 100vh;
}
.no-overflow .wrapper {
  overflow-y: hidden !important;
  min-height: 100vh;
}
.modal-fill {
  display: flex;
  flex-direction: column;
}
.modal-dialog {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.modal-content {
  width: 600px;
}
@media (max-width: 600px) {
  .modal-content {
    width: 300px;
  }
}
.modal {
  background: rgba(115, 115, 115, 0.8);
}
.modal .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}
.modal .modal-header {
  border: none;
  padding-bottom: 0px;
  position: relative;
  height: 50px;
}
.modal .modal-header h3 {
  padding: 0;
  margin: 0;
}
.modal .product-slider {
  height: 100%;
}
.modal .modal-body {
  padding: 0 !important;
}
.modal .modal-body .slide {
  background: none !important;
}
.modal .modal-body .slider {
  background: none !important;
}
.modal .modal-body img {
  width: auto;
  max-width: auto;
  height: 100%;
}
.modal .slide {
  background: none !important;
}
.modal .close {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-shadow: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .modal .close {
    top: -50px;
    right: -50px;
  }
}
.modal .close:after {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 800;
  background: #ee7f05;
  color: #fff;
  content: "\e91b";
}
.modal .controls {
  position: relative;
  z-index: 900;
}
.modal .controls .prev,
.modal .controls .next {
  z-index: 900;
  width: 50px;
  height: 50px;
}
.modal .controls .prev:after,
.modal .controls .next:after {
  display: none;
}
.modal .controls .prev:before,
.modal .controls .next:before {
  display: block;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  text-align: center;
  background: none;
  transform: rotate(0deg) !important;
  font-size: 24px;
  color: #fff;
}
.modal .controls .prev {
  bottom: 50%;
  margin-bottom: -25px;
}
@media (min-width: 768px) {
  .modal .controls .prev {
    left: -50px;
  }
}
.modal .controls .prev:before {
  content: "\e914";
}
.modal .controls .next {
  bottom: 50%;
  margin-bottom: -25px;
}
@media (min-width: 768px) {
  .modal .controls .next {
    right: -50px;
  }
}
.modal .controls .next:before {
  content: "\e913";
}
.slider .controls {
  position: relative;
  z-index: 900;
}
.slider .controls .prev,
.slider .controls .next {
  z-index: 900;
  width: 50px;
  height: 50px;
  background: #ee7f05;
}
.slider .controls .prev:after,
.slider .controls .next:after {
  display: none;
}
.slider .controls .prev:before,
.slider .controls .next:before {
  display: block;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  text-align: center;
  background: none;
  transform: rotate(0deg) !important;
  font-size: 24px;
  color: #fff;
}
.slider .controls .prev {
  left: 0px;
}
.slider .controls .prev:before {
  content: "\e914";
  background: none !important;
}
.slider .controls .next:before {
  content: "\e913";
  background: none !important;
}
.file-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.file-list a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #eee;
}
.file-list a span {
  position: absolute;
  left: 0px;
  top: 14px;
}
.file-list a:hover {
  color: #ee7f05;
}
.placeholder-elwin-title {
  display: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-info {
  padding: 10px;
  background: #c8c8c8;
  border: 1px solid #fff;
  color: #555;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.open {
  padding: 10px;
  background: #b8b7b7 !important;
  border: 1px solid #fff !important;
  color: #555 !important;
}
.back-button,
.back-button:hover {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.back-button_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
}
.eventteaser {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 600px;
  background-color: #333;
  border: 40px solid #fff;
  position: relative;
}
@media (max-width: 560px) {
  .eventteaser {
    border: 20px solid #fff;
  }
}
.eventteaser_bg {
  width: 100%;
  height: 100%;
  background: url("../../www.lucas-nuelle.de/images/co3221-6k_mit_person-imagepath.png")
    no-repeat center center;
  background-size: cover;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.eventteaser_inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.box-grey {
  padding: 30px;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
}
.eventteaser h1 {
  color: #fff;
  margin-bottom: 10px;
}
.eventteaser .orangebutton {
  margin-top: 10px;
  display: inline-block;
}
figure.product_img {
  text-align: center;
}
@media (min-width: 1025px) {
  .right-lg {
    float: right;
  }
}
.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.news-marge {
  margin-bottom: 30px;
}
.news-article {
  display: block;
  min-height: 100%;
  background: #fff;
}
.news-article_inner {
  display: block;
  padding: 20px;
  background: #fff;
}
.news-article_image {
  display: block;
  width: 100%;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
  background: #36a9e1;
}
.news-article_image_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  transition: transform 0.8s, opacity 0.3s ease-out;
}
.news-article:hover .news-article_image_inner {
  transform: scale(1.2);
  opacity: 0.5;
}
@media (min-width: 1025px) {
  .right-lg {
    float: right;
  }
}
.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.news-marge {
  margin-bottom: 30px;
}
.news-article {
  display: block;
  min-height: 100%;
  background: #fff;
}
.news-article_inner {
  display: block;
  padding: 20px;
  background: #fff;
}
.news-article_image {
  display: block;
  width: 100%;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
  background: #36a9e1;
}
.news-article_image_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  transition: transform 0.8s, opacity 0.3s ease-out;
}
.news-article:hover .news-article_image_inner {
  transform: scale(1.2);
  opacity: 0.5;
}
.container-news {
  width: 100%;
  max-width: 1460px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.newslarge-h100 {
  height: 500px;
}
.newslarge-h50 {
  height: 235px;
}
@media (max-width: 767px) {
  .newslarge-h100,
  .newslarge-h50 {
    height: 200px;
  }
  .newslarge-fontbig.newslarge-h100 {
    height: 300px;
  }
}
.newslarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #eee;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.newslarge_title {
  display: block;
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 4;
  background: rgba(51, 51, 51, 0.8);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.4s 0.1s ease-out;
}
.newslarge_title h1,
.newslarge_title h2,
.newslarge_title h3,
.newslarge_title h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .newslarge_title {
    padding: 40px;
  }
}
.newslarge:hover .newslarge_title {
  background: rgba(239, 125, 0, 0.8);
  transition: background 0.4s 0.1s ease-in;
}
@media (min-width: 768px) {
  .newslarge-fontbig .newslarge_title {
    padding: 40px 80px;
    font-size: 36px;
  }
  .newslarge-fontbig .newslarge_title h1,
  .newslarge-fontbig .newslarge_title h2,
  .newslarge-fontbig .newslarge_title h3,
  .newslarge-fontbig .newslarge_title h4 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  .newslarge-fontbig .newslarge_title_tags {
    padding: 0 70px;
  }
}
.newslarge_title_tags,
.tagbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100%;
  left: 0px;
  margin-bottom: -15px;
  padding: 0 30px;
}
.tagbox {
  position: relative;
  padding: 0px;
}
.newslarge_title_tags .tag,
.tagbox .tag {
  display: block;
  padding: 8px;
  margin-right: 8px;
  border-radius: 3px;
  background: #5e5e5e;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #e2e2e2;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
  transition: background 0.4s 0.1s ease-out, color 0.4s 0.1s ease-out;
}
.tagbox .tag {
  background: #36a9e1;
  color: #ffffff;
}
@media (min-width: 768px) {
  .newslarge_title_tags .tag,
  .tagbox .tag {
    font-size: 14px;
  }
}
.newslarge:hover .newslarge_title_tags .tag {
  color: #fff;
  background: #36a9e1;
  transition: background 0.4s 0.1s ease-in, color 0.4s 0.1s ease-in;
}
.newslarge_img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: transform 0.6s 0.1s ease-out;
}
.newslarge:hover .newslarge_img {
  transform: scale(1.1);
}
.newslarge_gradient {
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  content: "";
  opacity: 0;
  transform: translateY(50%);
  transform-origin: top center;
  background: -moz-linear-gradient(
    top,
    rgba(239, 125, 0, 0) 0%,
    #36a9e1 50%,
    rgba(239, 125, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(239, 125, 0, 0) 0%,
    #36a9e1 50%,
    rgba(239, 125, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(239, 125, 0, 0) 0%,
    #36a9e1 50%,
    rgba(239, 125, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ef7d00',endColorstr='#00ef7d00',GradientType=0);
  transition: opacity 0.4s 0.1s, transform 0.5s 0.1s ease-out;
}
.newslarge:hover .newslarge_gradient {
  opacity: 0.6;
  transform: translateY(-80px);
}
.newslarge_teaser {
  font-weight: 300;
  font-size: 15px;
  text-transform: none;
  margin-top: 10px;
}
.news-scroll {
  margin-bottom: 30px;
}
.news-scroll_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  margin: 0;
  padding: 0 15px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 24px;
}
.news-scroll_wrap {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-scroll_wrap {
    height: 400px;
  }
}
.news-scroll_wrap-scroll {
  display: block;
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow-y: scroll;
}
.news-scroll_wrap_list {
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  top: 0px;
  left: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-scroll_wrap_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 15px;
  border-bottom: 1px solid #dcdcdc;
}
.news-scroll_wrap_list a,
.news-scroll_wrap_list strong {
  display: block;
}
.news-scroll_wrap_list strong {
  text-transform: uppercase;
}
.news-scroll_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-scroll_nav_top,
.news-scroll_nav_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background: #eee;
  font-size: 24px;
  cursor: pointer;
}
.news-scroll_nav_bottom {
  border-left: 1px solid #dcdcdc;
}
.flexcol-md-6,
.flexcol-md-12,
.flexcol-lg-4,
.flexcol-lg-8,
.flexcol-xl-3,
.flexcol-xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
@media (min-width: 768px) {
  .flexcol-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flexcol-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .flexcol-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flexcol-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .flexcol-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flexcol-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.news-repeat_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-repeat_grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .news-repeat_grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.news-repeat {
  padding-top: 80px;
  padding-bottom: 80px;
}
.news-repeat_item {
  height: 100%;
  background: #fff;
  position: relative;
}
.news-repeat_item:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: "";
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.4s;
}
.news-repeat_item:hover:before {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.news-repeat_item_image {
  display: block;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
  background: #36a9e1;
}
.news-repeat_item_image_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: transform 0.8s ease-out, opacity 0.5s;
}
.news-repeat_item:hover .news-repeat_item_image_inner {
  transform: scale(1.06);
  opacity: 0.6;
}
.news-repeat_item_content {
  padding: 40px 30px;
}
.news-repeat_item_content strong {
  display: block;
  line-height: 18px;
  text-transform: uppercase;
}
.news-scroll_wrap_list_item a,
.news-repeat_item_content a {
  color: #333;
  transition: color 0.3s;
}
.news-scroll_wrap_list_item:hover a,
.news-repeat_item_content:hover a {
  color: #36a9e1;
}
.news-repeat_item_content p {
  margin-top: 20px;
  margin-bottom: 0;
}
.entry.subtitle {
  margin-bottom: 20px;
  display: inline-block;
}
.seminarroom.clickable {
  cursor: pointer;
}
.newsTest {
  height: 24vw;
  max-height: 400px;
  min-height: 200px;
}
.newsTest .head-title {
  padding-top: 15%;
}
.siteContent {
  position: relative;
  z-index: 9999;
}
.nav-id-7.sub span {
  color: #36a9e1 !important;
  padding-left: 30px;
  position: relative;
}
.nav-id-7.sub span::after {
  font-family: "ln" !important;
  content: "\e933";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 25px;
  transition: color 0.3s ease-out;
}
.nav-id-7.sub .nav_list_subnav {
  column-count: 1 !important;
}
.nav-id-7.sub .nav_list_subnav li {
  border-bottom: 0px !important;
}
.person.contact,
.slick-slide {
  height: auto !important;
}
.searchbox details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.foundation-mq {
  font-family: "small=0em&medium=1024px&large=64em&xlarge=75em&xxlarge=90em";
}
@media (hover: none), (hover: on-demand) {
  .foundation-mq {
    font-family: "small=0em&medium=1425px&large=64em&xlarge=75em&xxlarge=90em";
  }
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
@media (max-width: 1024px),
  (pointer: coarse),
  (hover: none),
  (hover: on-demand) {
  body:after {
    content: "mobile";
    display: none;
  }
}
@media print, screen and (min-width: 1025px) {
  body:after {
    content: "desktop";
    display: none;
  }
}
[data-whatinput="mouse"] .menu > li {
  outline: 0;
}
.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
  margin-right: 0.25rem;
  display: inline-block;
}
.menu ul {
  min-height: 100%;
}
.menu a:after,
.menu a:before {
  font-family: "ln" !important;
  font-size: normal;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
.menu.vertical.dropdown {
  min-height: 100%;
}
.menu.vertical.dropdown {
  background: #f0f0f0;
}
.menu.vertical.dropdown > li {
  border-right: 1px solid #e4ecec;
}
.menu.vertical.dropdown > li:hover {
  background: #f7f7f7;
  border-right: 1px solid #f7f7f7;
}
.menu.vertical.dropdown ul {
  background: #f7f7f7;
}
.menu.vertical.dropdown ul li:hover {
  background: #fff;
}
.menu.vertical.dropdown ul ul {
  background: #fff;
}
@media print, screen and (min-width: 1025px) {
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu > li {
    display: block;
  }
  .menu > li:first-child:last-child {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .menu .large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu .large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu .large-vertical > li {
    display: block;
  }
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.is-drilldown {
  position: relative;
  overflow: visible;
  max-width: 100% !important;
  min-height: auto !important;
}
.is-drilldown li {
  display: block;
}
.is-drilldown .animate-height {
  transition: height 0.5s;
}
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100% !important;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.drilldown-submenu-cover-previous {
  min-height: 100%;
}
.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e913";
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > a:after {
  right: 14px;
}
.dropdown.menu.vertical.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical.opens-left > .is-dropdown-submenu > a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e914";
}
.dropdown.menu.vertical.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical.opens-right > .is-dropdown-submenu > a::after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e913";
}
@media print, screen and (min-width: 1025px) {
  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu .large-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu .large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu .large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu .large-vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
  }
  .dropdown.menu .large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu .large-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb;
  }
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.is-dropdown-submenu-parent {
  position: static;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0px;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.is-dropdown-submenu-parent > a:after {
  right: 14px;
}
.is-dropdown-submenu-parent.opens-left > a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e914";
}
.is-dropdown-submenu-parent.opens-right > a:after {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: "ln";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #acacac;
  content: "\e913";
}
.menu {
  padding: 0px;
  background: #f7f7f7;
}
.menu li {
  transition: background ease-in 0.3s;
}
.menu li > .is-dropdown-submenu {
  display: block;
  visibility: hidden;
  min-width: 200px;
  opacity: 1;
  left: 100% !important;
  z-index: 200;
  transition: visibility 0.2s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.4s;
  cursor: default;
}
.menu li:hover {
  background: #fff;
}
.menu li:hover > .is-dropdown-submenu {
  visibility: visible;
  left: 100% !important;
  opacity: 1;
}
.menu ul {
  padding: 0px;
  background: #f7f7f7;
}
.menu > li > a,
.menu a {
  position: relative;
  padding: 20px;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #e4ecec;
}
.head-title h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0px 10px 0px;
}
.head-title h1 a {
  color: #fff;
}
.head-title h1 a:hover {
  color: #ee7f05;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .head-title h1 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .head-title h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .head-title h1 {
    font-size: 24px;
  }
}
.subnavigation {
  font-size: 17px;
  margin-right: 30px;
  padding: 15px;
  color: #ee7f05;
  border: 3px solid #ee7f05;
  background: #fff;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  min-width: 188px;
}
@media (max-width: 480px) {
  .subnavigation {
    margin: 0px !important;
  }
}
.subnavigation:hover {
  min-width: 188px;
  text-decoration: none;
  background: #ee7f05;
  color: #fff;
}
.subnavigation:hover .ln {
  color: #fff;
}
.subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
  font-size: 17px;
}
.subnavigation:hover .subinformation {
  font-size: 15px;
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
.subnavigation:hover .subinformation li a {
  font-size: 15px;
}
.subnavigation > div {
  display: block;
  text-align: center;
}
.subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ee7f05;
  padding-top: 10px;
  transition: border ease-in 0.3s;
  font-size: 17px;
}
.subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.subnavigation .ln {
  color: #f29400;
}
.subnavigation .is-drilldown {
  position: absolute;
  left: 0px;
  text-align: left;
}
.subnavigation .is-drilldown .subinformation {
  border-right: 1px;
}
.subnavigation .is-drilldown .subinformation a {
  font-size: 15px;
}
.subinformation {
  font-size: 17px;
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ee7f05;
  border-right: 3px solid #ee7f05;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.subinformation li {
  border-right: none !important;
}
.subinformation li:first-child {
  border-top: 3px solid #ee7f05;
}
.subinformation li a {
  padding: 15px 30px 15px 15px;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #ededed;
}
.subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #ee7f05;
}
.subinformation li:hover a:after {
  color: #ee7f05;
}
.subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ee7f05;
  border-right: 3px solid #ee7f05;
  background: #fff !important;
}
.subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ee7f05;
}
.subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ee7f05;
}
.nav-id-188 ul .js-drilldown-back > a,
.nav-id-300 ul .js-drilldown-back > a,
.nav-id-2415 ul .js-drilldown-back > a,
.js-drilldown-back > a,
.js-drilldown-back:hover > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #36a9e1 !important;
  padding-left: 20px !important;
}
.nav-id-188 ul .js-drilldown-back > a:after,
.nav-id-300 ul .js-drilldown-back > a:after,
.nav-id-2415 ul .js-drilldown-back > a:after,
.js-drilldown-back > a:after,
.js-drilldown-back:hover > a:after {
  display: block;
  width: 100%;
  height: 16px !important;
  position: static !important;
  content: " ";
  background: url(../images/ln-new/arrow-long.svg) center center no-repeat;
  background-size: contain;
}
.product-navigation {
  position: relative;
}
.product-navigation:hover .ln {
  color: #fff;
}
.product-navigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.product-navigation:hover .product-toggle {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
.product-navigation > div {
  display: block;
  text-align: left;
}
.product-navigation > div.b-top {
  display: block;
  border-top: 1px solid #ee7f05;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.product-navigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.product-navigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.product-navigation .ln {
  color: #f29400;
}
.product-navigation .is-drilldown {
  position: absolute;
  left: 0px;
  text-align: left;
}
.product-navigation .is-drilldown .subinformation {
  position: relative;
}
.product-toggle {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  left: -3px;
  position: absolute;
  z-index: -150;
  top: 100%;
  list-style: none;
  background: #fff !important;
  border: 1px solid #ededed;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
@media (max-width: 768px) {
  .product-toggle {
    width: 290px;
    left: 15px !important;
  }
}
@media screen and (min-width: 769px) {
  .product-toggle {
    width: 700px;
    padding: 20px;
  }
}
.product-toggle li {
  display: block;
  border-right: none !important;
}
.product-toggle li a {
  display: block;
  padding: 15px 30px 15px 15px;
  color: #333;
  font-size: 15px;
}
.product-toggle li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #ee7f05;
}
.product-toggle li:hover a:after {
  color: #ee7f05;
}
.product-toggle ul {
  list-style: none;
  display: block;
  width: 100%;
  left: -2px;
  background: #fff !important;
}
@media screen and (min-width: 768px) {
  .product-toggle ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.product-toggle ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
}
.product-toggle:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
}
.product-breadcrumb {
  list-style: none;
  padding: 0px;
}
.product-breadcrumb > li {
  display: inline-block;
  position: relative;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .product-breadcrumb > li {
    margin-left: 15px;
  }
}
.product-breadcrumb > li:before {
  display: block;
  width: 80px;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 0px;
  content: " ";
}
.product-breadcrumb > li > a {
  display: block;
  padding: 10px 0;
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .product-breadcrumb > li > a {
    font-size: 14px;
  }
}
.product-breadcrumb > li ul {
  display: block;
  min-width: 260px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 20px;
  list-style: none;
  visibility: hidden;
  opacity: 0.1;
  transform: translate3d(0, 40px, 0);
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.product-breadcrumb > li ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.product-breadcrumb > li ul li:last-child {
  border: none;
}
.product-breadcrumb > li ul li a {
  color: #555;
}
.product-breadcrumb > li ul li a:hover {
  color: #ee7f05;
}
.product-breadcrumb > li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
#main .icon-list li:hover a {
  background: #eee;
}
.icon-list {
  list-style: none;
  padding: 0px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.icon-list li {
  display: inline-block;
  width: 100%;
}
.icon-list a {
  display: block;
  position: relative;
  padding: 15px 0 15px 40px !important;
  border-bottom: 1px solid #ededed;
  color: #9ca9ae;
  transition: background ease-in 0.3s;
}
.icon-list a:hover {
  color: #9ca9ae !important;
  background: #fff;
}
.icon-list a:after,
.icon-list a:before {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 5px;
  font-family: "ln" !important;
  font-size: 24px;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .icon-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
.three-row .icon-list {
  list-style: none;
  padding: 0px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.three-row .icon-list li {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .three-row .icon-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .three-row .icon-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
header {
  height: 433px;
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
}
.popovernav.pull-left {
  max-width: 75%;
}
.languagedrop > ul {
  height: auto !important;
}
.searchbox {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .searchbox {
    width: 100%;
  }
}
.searchbox input {
  width: 100%;
  height: 50px;
  color: #555;
  font-size: 16px;
  line-height: auto;
  margin: 0px;
}
.searchbox .searchbutton {
  height: 50px;
  width: 50px;
  margin: 0px !important;
  line-height: auto;
  background: #36a9e1;
  color: #fff;
}
.language {
  width: 200%;
  background: #f7f7f7 !important;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .language {
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.language > li {
  border-right: none !important;
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  transition: height 0.3s;
  -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
}
.navigation.scrolling {
  height: 100px;
}
@media (max-width: 540px) {
  .navigation {
    height: 100px;
  }
}
.navcontainer {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.navigation,
.navigation a {
  color: #333;
  text-decoration: none;
}
.navigation_inner,
nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 540px) {
  .navigation_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -10px;
  }
}
nav .logo {
  display: block;
  width: 85px;
  padding: 20px 10px;
}
nav .logo img {
  height: 80px;
  width: auto;
  max-width: none;
  vertical-align: center;
  transition: height 0.3s;
}
.scrolling .logo img {
  height: 60px;
}
.iconnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
  position: relative;
}
.iconnav > li {
  height: 100%;
  cursor: pointer;
  padding: 30px 0;
}
.iconav_basket {
  padding-right: 10px;
}
.iconnav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  font-size: 19px;
  text-decoration: none;
  padding: 0 25px;
  border-left: 1px solid #dddddd;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.iconnav_drop:hover .iconnav-icon,
.iconnav-icon:hover {
  color: #36a9e1;
}
.iconnav_activelang {
  position: relative;
  padding-right: 16px;
  margin-left: 10px;
  font-size: 18px;
}
.iconnav_activelang_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 2px;
  font-size: 16px;
}
.lang-list {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  border-top: 1px solid #ddd;
}
.lang-list li {
  padding: 5px 0;
}
.lang-list a {
  white-space: nowrap;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  transition: color 0.3s;
}
.lang-list a:hover {
  color: #36a9e1;
}
.iconnav_drop_dropdown {
  display: block;
  min-width: 320px;
  margin: 0px;
  padding: 0 40px 30px 40px;
  position: absolute;
  top: 100%;
  right: -1px;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 1px solid #fff;
  z-index: -200;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: visibility 0.1s, opacity 0.3s ease-out, transform 0.4s ease-out;
}
@media (min-width: 1025px) {
  .iconnav_drop_dropdown {
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 1024px) {
  .iconnav {
    order: 1;
  }
  .active .iconnav_drop_dropdown {
    z-index: 200;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    padding: 20px;
  }
}
@media (max-width: 540px) {
  .iconnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .iconnav > li {
    padding: 0;
    position: static;
  }
  .iconnav-icon {
    padding: 0 15px;
  }
  .iconnav_drop_dropdown {
    padding: 20px;
    border-top: 1px solid #ddd;
    background: #ddd;
  }
  .active .iconnav-icon {
    background: #ddd;
  }
  .active .iconnav_drop_dropdown {
    top: 200%;
    width: 100vw;
    min-width: auto;
    z-index: 200;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    padding: 20px;
    border-top: 1px solid #ddd;
    background: #ddd;
  }
  .iconnav-icon {
    transition: background 0.3s ease-out;
  }
  .iconnav_drop:hover .iconnav-icon,
  .iconnav-icon:hover {
    background: #ddd;
  }
}
@media (min-width: 1025px) {
  .iconnav_drop:hover .iconnav_drop_dropdown {
    z-index: 200;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}
.nav {
  height: 100%;
}
@media (max-width: 1024px) {
  .nav {
    padding: 30px 0;
    order: 2;
  }
  .nav_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 25px;
    border-left: 1px solid #ddd;
    font-size: 19px;
    text-decoration: none;
    border-left: 1px solid #dddddd;
  }
  .active .nav_toggle .icon-menu,
  .nav_toggle .icon-close {
    display: none;
  }
  .active .nav_toggle .icon-close {
    display: block;
  }
  .nav_toggle_text {
    display: block;
    margin-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
  }
  .nav-wrap {
    display: block;
    min-width: 240px;
    max-height: 70vh;
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
    z-index: -200;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: visibility 0.1s, opacity 0.3s ease-out, transform 0.4s ease-out;
  }
  .active .nav-wrap {
    z-index: 200;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .nav_list {
    display: block;
    min-width: 300px;
    max-height: 70vh;
    list-style: none;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .nav_list > li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  ..nav_list > li.sub {
    cursor: default;
  }
  .nav_list > li:last-of-type {
    padding: 5px 0;
    border-bottom: none;
  }
  .has-subnav {
    position: relative;
    padding-right: 20px;
  }
  .has-subnav:before {
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 9px;
    content: "\e915";
  }
  .active.has-subnav:before {
    content: "\e91b";
    font-size: 10px;
    top: 12px;
  }
  .nav_list > li,
  .nav_list > li > a {
    font-size: 18px;
    transition: color 0.3 ease-out;
  }
  .nav_list li:hover > span,
  .nav_list li:hover > a {
    color: #36a9e1;
  }
  .nav_list_subnav {
    display: none;
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
  }
  .active.has-subnav .nav_list_subnav {
    display: block;
  }
  .nav_list_subnav > li {
    padding: 2px 2px 2px 0px;
  }
  .nav_list_subnav > li a,
  .nav_list_subnav > li span {
    font-size: 16px;
    white-space: nowrap;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .nav_list_subnav > li:hover > a {
    color: #36a9e1;
  }
  .nav-wrap:before,
  .nav-wrap:after {
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 200;
    content: "";
  }
  .nav-wrap:before {
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(
      top,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
  }
  .nav-wrap:after {
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  }
  .sub {
    position: relative;
    padding-right: 20px !important;
  }
  .sub:before {
    display: block;
    width: 20px;
    position: absolute;
    top: 11px;
    right: 0px;
    text-align: right;
    content: "\e915";
  }
  .sub.active:before {
    content: "\e91b";
    font-size: 10px;
    top: 15px;
    right: 4px;
  }
  .nav_list_subnav .sub > .nav_list_subnav,
  .sub.active > .nav_list_subnav {
    display: block;
  }
  .nav_list_subnav .sub:before {
    display: none;
  }
  .nav_list_subnav .sub {
    font-size: 16px;
  }
  .nav_list_subnav .sub > .nav_list_subnav {
    padding: 0 0 0 10px;
    margin: 5px 0 0 10px;
    border-left: 1px solid #bababa;
  }
  li:first-of-type .nav_list_subnav a {
    padding-left: 30px;
    position: relative;
  }
  li:first-of-type .nav_list_subnav a:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
    transition: color 0.3s ease-out;
  }
  .nav_list_subnav {
    padding: 10px;
    margin-top: 10px;
  }
  .nav_list_subnav.nav_list_megamenu {
    padding: 0px;
    margin: 0px;
  }
  .nav_list_megamenu_products,
  .nav_list_megamenu_downloads {
    padding: 10px;
    margin-top: 10px;
  }
  .nav_list_megamenu_products ul,
  .nav_list_megamenu_products ul.nav_list_subnav,
  .nav_list_megamenu_downloads ul,
  .nav_list_megamenu_downloads ul.nav_list_subnav {
    list-style: none;
    margin: 0;
    padding: 0px;
  }
  .nav_list_megamenu_downloads {
    background: #f4f4f4;
  }
  .nav_list_megamenu_downloads strong {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    opacity: 0.5;
  }
  .nav_list_megamenu_downloads ul > li > a {
    padding: 3px 0 !important;
  }
  .nav_list_megamenu_products ul > li > a {
    padding: 3px 0 3px 30px !important;
  }
}
.nav_list_megamenu_products ul li a {
  padding: 3px 0 3px 30px !important;
}
@media (max-width: 540px) {
  .nav {
    width: 100%;
    height: 50px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0;
    transition: background 0.3s ease-out;
  }
  .nav_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-wrap {
    min-width: auto;
    width: 100vw;
    background: #ddd;
  }
  .nav-wrap:before {
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(
      top,
      #dddddd 0%,
      rgba(221, 221, 221, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      #dddddd 0%,
      rgba(221, 221, 221, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      #dddddd 0%,
      rgba(221, 221, 221, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
  }
  .nav-wrap:after {
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(
      top,
      rgba(221, 221, 221, 0) 0%,
      #dddddd 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(221, 221, 221, 0) 0%,
      #dddddd 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(221, 221, 221, 0) 0%,
      #dddddd 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  }
  .nav_list {
    padding: 20px;
  }
  .nav_toggle {
    padding: 0 15px;
    border-left: none;
  }
  .nav.active {
    background: #ddd;
  }
  .nav_list > li {
    border-bottom: 1px solid #bababa;
  }
  .sub {
    position: relative;
    padding-right: 20px !important;
  }
  .sub:before {
    display: block;
    width: 20px;
    position: absolute;
    top: 11px;
    right: 0px;
    text-align: right;
    content: "\e915";
  }
  .sub.active:before {
    content: "\e91b";
    font-size: 10px;
  }
  .sub.active > .nav_list_subnav {
    display: block;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 740px) and (orientation: landscape) {
  .navigation {
    position: absolute;
  }
}
@media (min-width: 1025px) {
  .nav_toggle {
    display: none;
  }
  .nav-wrap {
    height: 100%;
  }
  .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
  }
  .nav_list > li.sub {
    cursor: default;
  }
  .nav_list > li,
  .nav_list > li > a {
    font-size: 28px;
    transition: color 0.3 ease-out;
  }
  .nav_list li:hover > span,
  .nav_list li:hover > a {
    color: #36a9e1;
  }
  .nav_list > li:before {
    display: block;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-bottom: 1px solid #36a9e1;
    content: "";
    transform: translateY(-15px);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .nav_list > li:hover:before {
    transform: translateY(0px);
    opacity: 1;
  }
  .Lngen {
    font-size: 25px;
  }
  .nav_list_subnav {
    display: block;
    min-width: 240px;
    margin: 0px;
    padding: 0px 40px 40px 35px;
    position: absolute;
    top: 100%;
    left: -18px;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 1px solid #fff;
    z-index: -200;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: visibility 0.1s, opacity 0.3s ease-out, transform 0.4s ease-out;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
  }
  li:hover .nav_list_subnav {
    z-index: 200;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .nav_list_subnav > li {
    position: relative;
    padding: 5px 0;
    transition: color 0.3 ease-out;
  }
  .nav_list li:hover > span,
  .nav_list li:hover > a {
    color: #36a9e1;
  }
  .nav_list_subnav > li a,
  .nav_list_subnav > li span {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .nav_list_subnav > li:hover > a {
    color: #36a9e1;
  }
  .nav_list_subnav > li .nav_list_subnav {
    display: block;
    min-width: 240px;
    margin: 0px;
    padding: 20px;
    position: absolute;
    top: -20px;
    left: 100%;
    margin-left: 5px;
    list-style: none;
    background: #ddd;
    border: 1px solid #ddd;
    z-index: -200;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-20px);
    transition: visibility 0.1s, opacity 0.3s ease-out, transform 0.4s ease-out;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
  }
  .nav_list_subnav > li:hover .nav_list_subnav {
    z-index: 200;
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
  }
  .nav_list_subnav > li .nav_list_subnav:after {
    position: absolute;
    right: 100%;
    top: 23px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 15px;
  }
  .nav_list_subnav > li .nav_list_subnav:before {
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 100%;
    content: "";
  }
  .nav_list > li.has-megamenu {
    position: static;
  }
  .nav_list > li.has-megamenu > span {
    position: relative;
  }
  .nav_list > li.has-megamenu > span:after {
    display: block;
    width: 100%;
    top: 100%;
    left: 0px;
    margin-top: 26px;
    position: absolute;
    content: "";
    border-bottom: 1px solid #36a9e1;
    transform: translateY(-15px);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .nav_list > li.has-megamenu:hover > span:after {
    transform: translateY(0px);
    opacity: 1;
  }
  .nav_list > li.has-megamenu:before {
    display: none;
  }
  .nav_list_megamenu {
    display: flex;
    padding: 0px;
    width: calc(100% + 60px);
    left: -30px;
  }
  .nav_list_megamenu .nav_list_megamenu_products {
    padding: 30px 40px 40px 40px;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nav_list_megamenu .nav_list_megamenu_downloads {
    padding: 40px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    background: #fafafa;
    position: relative;
  }
  .nav_list_megamenu .nav_list_megamenu_downloads strong {
    display: block;
    font-weight: normal;
    opacity: 0.6;
    margin-bottom: 15px;
  }
  .nav_list_megamenu .nav_list_megamenu_downloads li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .nav_list_megamenu .nav_list_megamenu_downloads:before {
    display: block;
    width: calc(100% + 1px);
    left: 0px;
    bottom: 100%;
    position: absolute;
    content: "";
    border-top: 1px solid #fafafa;
  }
  .nav_list_megamenu_products ul,
  .nav_list_megamenu_downloads ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav_list_megamenu_products ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .nav_list_megamenu_products li {
    display: block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .nav_list_megamenu_products li a {
    padding-left: 36px;
    position: relative;
  }
  .nav_list_megamenu_products li a:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    transition: color 0.3s ease-out;
  }
  .nav_list_megamenu_products li:hover a:after {
    color: #36a9e1;
  }
  li:first-of-type .nav_list_subnav li {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  li:first-of-type .nav_list_subnav a {
    padding-left: 30px;
    position: relative;
  }
  li:first-of-type .nav_list_subnav a:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    transition: color 0.3s ease-out;
  }
  li:first-of-type .nav_list_subnav li:hover a:after {
    color: #36a9e1;
  }
  .nav_list_megamenu_downloads a {
    padding-left: 0px !important;
  }
  .apg-id-007000100000901667 a:after {
    content: "\e904";
    color: #d3c502;
  }
}
header {
  margin-top: 120px;
}
@media (max-width: 540px) {
  header {
    margin-top: 100px;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weboffer-menu .ln {
  position: relative;
}
.weboffer-menu .item-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #ee7f05;
  font-size: 12px;
  position: absolute;
  top: -9px;
  right: -9px;
  font-family: "Noto Sans", sans-serif;
}
.weboffer-menu:hover .item-count {
  color: #333;
}
.print-cloud .item {
  display: table;
  width: 100%;
  padding: 0;
  margin: 5px;
  margin-left: 0;
  background-color: #fff;
}
.print-cloud .item > * {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.print-cloud .item img {
  max-width: 100%;
  height: auto;
}
.print-cloud .item .image {
  width: 60px;
}
.print-cloud .item > :not(.image) {
  padding-left: 10px;
}
.print-cloud .item .bg-color {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #fff 100%);
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffffffff',GradientType=1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: -100% 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.print-cloud .item:hover .bg-color {
  background-size: 97% 100%;
  color: #000;
  text-decoration: none;
}
.print-cloud .print-cloud-cat {
  padding: 12px 0 12px 50px;
  position: relative;
  border-bottom: 2px solid #e3e7ea;
  display: block;
  height: 16px;
  overflow: hidden;
}
.nav a:after {
  font-family: "ln" !important;
}
.nav-id-189 a:after,
.nav-id-302 a:after,
.apg-id-007000100000901667 a:after,
.category-1:after,
.newslist.category-57:after,
.newslist.category-41:after {
  content: "\e904";
  color: #d3c502 !important;
}
.nav-id-190 a:after,
.nav-id-303 a:after,
.apg-id-007000100028808832 a:after,
.category-2:after,
.newslist.category-58:after,
.newslist.category-42:after {
  content: "\e903";
  color: #ffd500 !important;
}
.nav-id-1596 a:after,
.nav-id-1597 a:after,
.apg-id-007000100087261657 a:after,
.category-3:after,
.newslist.category-59:after,
.newslist.category-43:after {
  content: "\e90e";
  color: #ffd500 !important;
}
.nav-id-191 a:after,
.nav-id-304 a:after,
.apg-id-007000100000901669 a:after,
.category-4:after,
.newslist.category-60:after,
.newslist.category-44:after {
  content: "\e900";
  color: #f29400 !important;
}
.nav-id-219 a:after,
.nav-id-305 a:after,
.apg-id-007000100030350768 a:after,
.category-5:after,
.newslist.category-61:after,
.newslist.category-45:after {
  content: "\e90f";
  color: #ee7f00 !important;
}
.nav-id-202 a:after,
.nav-id-306 a:after,
.apg-id-007000100086606691 a:after,
.category-6:after,
.newslist.category-62:after,
.newslist.category-46:after {
  content: "\e902";
  color: #e75012 !important;
}
.nav-id-203 a:after,
.nav-id-307 a:after,
.apg-id-007000100070992002 a:after,
.category-7:after,
.newslist.category-63:after,
.newslist.category-47:after {
  content: "\e906";
  color: #d3031c !important;
}
.nav-id-3430 a:after,
.nav-id-3431 a:after,
.apg-id-007000100196754638 a:after,
.category-18:after,
.newslist.category-84:after {
  content: "\e920";
  color: #88486a !important;
}
.nav-id-204 a:after,
.nav-id-308 a:after,
.apg-id-007000100088857132 a:after,
.category-8:after,
.newslist.category-64:after,
.newslist.category-48:after {
  content: "\e90d";
  color: #00946c !important;
}
.nav-id-235 a:after,
.nav-id-309 a:after,
.apg-id-007000100088860927 a:after,
.apg-id-007000100219160786 a:after,
.category-9:after,
.newslist.category-65:after,
.newslist.category-49:after,
.apg-id-007a1968583b7453dbf50140343b8057e83 a:after {
  content: "\e90c";
  color: #006774 !important;
}
.nav-id-205 a:after,
.nav-id-310 a:after,
.apg-id-007000100021665087 a:after,
.newslist.category-70:after,
.newslist.category-54:after {
  content: "\e909";
  color: #0099a1 !important;
}
.nav-id-2036 a:after,
.nav-id-2039 a:after,
.apg-id-007000100103302043 a:after,
.category-11:after,
.newslist.category-66:after,
.newslist.category-50:after {
  content: "\e905";
  color: #005199 !important;
}
.nav-id-206 a:after,
.nav-id-311 a:after,
.apg-id-007000100070985561 a:after,
.category-12:after,
.newslist.category-67:after,
.newslist.category-51:after {
  content: "\e90b";
  color: #006ab3 !important;
}
.nav-id-207 a:after,
.nav-id-312 a:after,
.apg-id-007000100000901666 a:after,
.category-13:after,
.newslist.category-68:after,
.newslist.category-52:after {
  content: "\e901";
  color: #008bcf !important;
}
.nav-id-209 a:after,
.nav-id-313 a:after,
.apg-id-007000100000901665 a:after,
.category-14:after,
.newslist.category-69:after,
.newslist.category-53:after {
  content: "\e907";
  color: #00b1e6 !important;
}
.nav-id-225 a:after,
.nav-id-315 a:after,
.apg-id-007000100088248836 a:after,
.category-15:after,
.newslist.category-71:after,
.newslist.category-55:after {
  content: "\e908";
  color: #738d9a !important;
}
.nav-id-3436 a:after,
.apg-id-007000100197101537 a:after,
.nav-id-3448 a:after,
.category-17:after {
  content: "\e90a";
  color: #4d738a !important;
}
.nav-id-3480 a:after,
.nav-id-3481 a:after,
.nav-id-3447 a:after,
.nav-id-3485 a:after,
.nav-id-3492 a:after,
.nav-id-3496 a:after {
  content: "\e932";
  color: #ff617d;
}
.category-16:after,
.newslist.category-72:after,
.newslist.category-74:after,
.newslist.category-56:after,
.newslist.category-73:after {
  content: "\e921";
  color: #ee7f00 !important;
}
.icon-vocanto:before {
  content: "\e932";
}
.icon-edit-it:before {
  content: "\e930";
}
.icon-garbage:before {
  content: "\e931";
}
.icon-xing:before {
  content: "\e91a";
}
.icon-verfahrenstechnik:before {
  content: "\e920";
}
.icon-close:before {
  content: "\e91b";
}
.icon-globe:before {
  content: "\e91c";
}
.icon-menu:before {
  content: "\e91d";
}
.icon-plus:before {
  content: "\e91e";
}
.icon-search:before {
  content: "\e91f";
}
.icon-antriebstechnik:before {
  content: "\e900";
}
.icon-automatisierungstechnik:before {
  content: "\e901";
}
.icon-elotrain-stecksystem:before {
  content: "\e902";
}
.icon-energietechnik:before {
  content: "\e903";
}
.icon-gebaeudesystemtechnik:before {
  content: "\e904";
}
.icon-kaelte-klima-technik:before {
  content: "\e905";
}
.icon-kommunikationstechnik:before {
  content: "\e906";
}
.icon-kraftfahrzeugtechnik:before {
  content: "\e907";
}
.icon-labortechnik:before {
  content: "\e908";
}
.icon-messtechnik:before {
  content: "\e909";
}
.icon-metalltechnik:before {
  content: "\e90a";
}
.icon-mikrocomputertechnik:before {
  content: "\e90b";
}
.icon-pneumatik-hydraulik:before {
  content: "\e90c";
}
.icon-regelungstechnik:before {
  content: "\e90d";
}
.icon-regenerative-energien:before {
  content: "\e90e";
}
.icon-unitrain:before {
  content: "\e90f";
}
.icon-lucas_nuelle:before {
  content: "\e921";
}
.icon-forward:before {
  content: "\e910";
}
.icon-reply:before {
  content: "\e911";
}
.icon-keyboard_arrow_up:before {
  content: "\e912";
}
.icon-keyboard_arrow_right:before {
  content: "\e913";
}
.icon-keyboard_arrow_left:before {
  content: "\e914";
}
.icon-keyboard_arrow_down:before {
  content: "\e915";
}
.icon-file-audio-o:before {
  content: "\e922";
}
.icon-file-sound-o:before {
  content: "\e922";
}
.icon-file-archive-o:before {
  content: "\e923";
}
.icon-file-zip-o:before {
  content: "\e923";
}
.icon-file-image-o:before {
  content: "\e924";
}
.icon-file-photo-o:before {
  content: "\e924";
}
.icon-file-picture-o:before {
  content: "\e924";
}
.icon-file-powerpoint-o:before {
  content: "\e925";
}
.icon-file-excel-o:before {
  content: "\e926";
}
.icon-file-word-o:before {
  content: "\e927";
}
.icon-file-movie-o:before {
  content: "\e928";
}
.icon-file-video-o:before {
  content: "\e928";
}
.icon-file-text-o:before {
  content: "\e929";
}
.icon-file-pdf-o2:before {
  content: "\e92a";
}
.icon-file-pdf-o:before {
  content: "\e92b";
}
.icon-facebook:before {
  content: "\e916";
}
.icon-linkedin:before {
  content: "\e917";
}
.icon-google-plus:before {
  content: "\e918";
}
.icon-youtube:before {
  content: "\e919";
}
.icon-academy:before {
  content: "\e92c";
}
.icon-mediathek:before {
  content: "\e92d";
}
.icon-weboffer:before {
  content: "\e92e";
}
.icon-newsletter:before {
  content: "\e92f";
}
.icon-academy:before {
  font-family: "ln";
  content: "\e92c";
  font-size: 28px;
  margin-right: 15px;
}
.icon-mediathek:before {
  font-family: "ln";
  content: "\e92d";
  font-size: 28px;
  margin-right: 15px;
}
.icon-weboffer:before {
  font-family: "ln";
  content: "\e92e";
  font-size: 28px;
  margin-right: 15px;
}
.icon-newsletter:before {
  font-family: "ln";
  content: "\e92f";
  font-size: 28px;
  margin-right: 15px;
}
.icon-antriebstechnik:before,
.icon-id-191:before,
.icon.apg-id-007000100000901669:before,
.iconrow.apg-id-007000100000901669:before {
  content: "\e900";
}
.icon-automatisierungstechnik:before,
.icon-id-207:before,
.icon.apg-id-007000100000901666:before,
.iconrow.apg-id-007000100000901666:before {
  content: "\e901";
}
.icon-elotrain-stecksystem:before,
.icon-id-202:before,
.icon.apg-id-007000100086606691:before,
.iconrow.apg-id-007000100086606691:before {
  content: "\e902";
}
.icon-energietechnik:before,
.icon-id-190:before,
.icon.apg-id-007000100028808832:before,
.iconrow.apg-id-007000100028808832:before {
  content: "\e903";
}
.icon-gebaeudesystemtechnik:before,
.icon-id-189:before,
.icon.apg-id-007000100000901667:before,
.iconrow.apg-id-007000100000901667:before {
  content: "\e904";
}
.icon-kaelte-klima-technik:before,
.icon-id-2036:before,
.icon.apg-id-007000100103302043:before,
.iconrow.apg-id-007000100103302043:before {
  content: "\e905";
}
.icon-kommunikationstechnik:before,
.icon-id-203:before,
.icon.apg-id-007000100070992002:before,
.iconrow.apg-id-007000100070992002:before {
  content: "\e906";
}
.icon-kraftfahrzeugtechnik:before,
.icon-id-209:before,
.icon.apg-id-007000100000901665:before,
.iconrow.apg-id-007000100000901665:before {
  content: "\e907";
}
.icon-labortechnik:before,
.icon-id-225:before,
.icon.apg-id-007000100088248836:before,
.iconrow.apg-id-007000100088248836:before {
  content: "\e908";
}
.icon-messtechnik:before,
.icon-id-205:before,
.icon.apg-id-007000100021665087:before,
.iconrow.apg-id-007000100021665087:before {
  content: "\e909";
}
.icon-metalltechnik:before {
  content: "\e90a";
}
.icon-mikrocomputertechnik:before,
.icon-id-206:before,
.icon.apg-id-007000100070985561:before,
.iconrow.apg-id-007000100070985561:before {
  content: "\e90b";
}
.icon-pneumatik-hydraulik:before,
.icon-id-235:before,
.icon.apg-id-007000100088860927:before,
.iconrow.apg-id-007000100088860927:before,
.icon.apg-id-007000100219160786:before,
.iconrow.apg-id-007000100219160786:before,
.icon.apg-id-007a1968583b7453dbf50140343b8057e83:before,
.iconrow.apg-id-007a1968583b7453dbf50140343b8057e83:before {
  content: "\e90c";
}
.icon-regelungstechnik:before,
.icon-id-204:before,
.icon.apg-id-007000100088857132:before,
.iconrow.apg-id-007000100088857132:before {
  content: "\e90d";
}
.icon-regenerative-energien:before,
.icon-id-1596:before,
.icon.apg-id-007000100087261657:before,
.iconrow.apg-id-007000100087261657:before {
  content: "\e90e";
}
.icon-unitrain:before,
.icon-id-219:before,
.icon.apg-id-007000100030350768:before,
.iconrow.apg-id-007000100030350768:before {
  content: "\e90f";
}
.icon-verfahrenstechnik:before,
.icon-id-3430:before,
.icon.apg-id-007000100196754638:before,
.iconrow.apg-id-007000100196754638:before {
  content: "\e920";
}
.icon-maschinentechnik:before,
.icon-id-3436:before,
.icon.apg-id-007000100197101537:before,
.iconrow.apg-id-007000100197101537:before {
  content: "\e90a";
}
.icon-id-3447:before,
.icon-id-3485:before,
.icon-id-3492:before,
.icon-id-3496:before {
  content: "\e932";
}
.icon-default:before {
  content: "\e921";
}
.ch a:hover .iconrow {
  color: #9ca9ae;
}
.ch-active a .icon-id-189,
.ch a:hover .icon-id-189,
.c-icons .icon-id-189,
.icon.apg-id-007000100000901667,
.ch a:hover .iconrow.apg-id-007000100000901667 {
  color: #ffed00 !important;
}
.ch-active a .icon-id-190,
.ch a:hover .icon-id-190,
.c-icons .icon-id-190,
.icon.apg-id-007000100028808832,
.ch a:hover .iconrow.apg-id-007000100028808832 {
  color: #ffd500 !important;
}
.ch-active a .icon-id-1596,
.ch a:hover .icon-id-1596,
.c-icons .icon-id-1596,
.icon.apg-id-007000100087261657,
.ch a:hover .iconrow.apg-id-007000100087261657 {
  color: #ffd500 !important;
}
.ch-active a .icon-id-191,
.ch a:hover .icon-id-191,
.c-icons .icon-id-191,
.icon.apg-id-007000100000901669,
.ch a:hover .iconrow.apg-id-007000100000901669 {
  color: #f29400 !important;
}
.ch-active a .icon-id-219,
.ch a:hover .icon-id-219,
.c-icons .icon-id-219,
.icon.apg-id-007000100030350768,
.ch a:hover .iconrow.apg-id-007000100030350768 {
  color: #ee7f00 !important;
}
.ch-active a .icon-id-202,
.ch a:hover .icon-id-202,
.c-icons .icon-id-202,
.icon.apg-id-007000100086606691,
.ch a:hover .iconrow.apg-id-007000100086606691 {
  color: #e75012 !important;
}
.ch-active a .icon-id-203,
.ch a:hover .icon-id-203,
.c-icons .icon-id-203,
.icon.apg-id-007000100070992002,
.ch a:hover .iconrow.apg-id-007000100070992002 {
  color: #d3031c !important;
}
.ch-active a .icon-id-3430,
.ch a:hover .icon-id-3430,
.c-icons .icon-id-3430,
.icon.apg-id-007000100196754638,
.ch a:hover .iconrow.apg-id-007000100196754638 {
  color: #88486a !important;
}
.ch-active a .icon-id-204,
.ch a:hover .icon-id-204,
.c-icons .icon-id-204,
.icon.apg-id-007000100088857132,
.ch a:hover .iconrow.apg-id-007000100088857132 {
  color: #00946c !important;
}
.ch-active a .icon-id-235,
.ch a:hover .icon-id-235,
.c-icons .icon-id-235,
.icon.apg-id-007000100088860927,
.ch a:hover .iconrow.apg-id-007000100088860927,
.ch a:hover .iconrow.apg-id-007000100219160786,
.icon.apg-id-007000100219160786,
.icon.apg-id-007a1968583b7453dbf50140343b8057e83 {
  color: #006774 !important;
}
.ch-active a .icon-id-205,
.ch a:hover .icon-id-205,
.c-icons .icon-id-205,
.icon.apg-id-007000100021665087,
.ch a:hover .iconrow.apg-id-007000100021665087 {
  color: #0099a1 !important;
}
.ch-active a .icon-id-2036,
.ch a:hover .icon-id-2036,
.c-icons .icon-id-2036,
.icon.apg-id-007000100103302043,
.ch a:hover .iconrow.apg-id-007000100103302043 {
  color: #005199 !important;
}
.ch-active a .icon-id-206,
.ch a:hover .icon-id-206,
.c-icons .icon-id-206,
.icon.apg-id-007000100070985561,
.ch a:hover .iconrow.apg-id-007000100070985561 {
  color: #006ab3 !important;
}
.ch-active a .icon-id-207,
.ch a:hover .icon-id-207,
.c-icons .icon-id-207,
.icon.apg-id-007000100000901666,
.ch a:hover .iconrow.apg-id-007000100000901666 {
  color: #008bcf !important;
}
.ch-active a .icon-id-209,
.ch a:hover .icon-id-209,
.c-icons .icon-id-209,
.icon.apg-id-007000100000901665,
.ch a:hover .iconrow.apg-id-007000100000901665 {
  color: #00b1e6 !important;
}
.ch-active a .icon-id-225,
.ch a:hover .icon-id-225,
.c-icons .icon-id-225,
.icon.apg-id-007000100088248836,
.ch a:hover .iconrow.apg-id-007000100088248836 {
  color: #738d9a !important;
}
.ch-active a .icon-id-3436,
.ch a:hover .icon-id-3436,
.c-icons .icon-id-3436,
.icon.apg-id-007000100197101537,
.ch a:hover .iconrow.apg-id-007000100197101537 {
  color: #4d738a !important;
}
.ch-active a .icon-id-3447,
.ch a:hover .icon-id-3447,
.c-icons .icon-id-3447,
.ch-active a .icon-id-3485,
.ch a:hover .icon-id-3485,
.c-icons .icon-id-3485,
.ch-active a .icon-id-3492,
.ch a:hover .icon-id-3492,
.c-icons .icon-id-3492,
.ch-active a .icon-id-3496,
.ch a:hover .icon-id-3496,
.c-icons .icon-id-3496 {
  color: #ff617d !important;
}
.container.head-title.pg-id-921 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-921 h1 a {
  color: #fff;
}
.container.head-title.pg-id-921 h1 a:hover {
  color: #ffed00;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-921 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-921 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-921 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #ffed00;
  border: 3px solid #ffed00;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-921 .subnavigation .large .ln,
.container.head-title.pg-id-921 .subnavigation .b-top .ln {
  color: #ffed00;
}
.container.head-title.pg-id-921 .subnavigation:hover {
  text-decoration: none;
  background: #ffed00;
  color: #fff;
}
.container.head-title.pg-id-921 .subnavigation:hover .large .ln,
.container.head-title.pg-id-921 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-921 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-921 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-921 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-921 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ffed00;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-921 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-921 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-921 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e904" !important;
}
.container.head-title.pg-id-921 .subnavigation .large .ln {
  color: #ffed00;
}
.container.head-title.pg-id-921 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ffed00;
  border-right: 3px solid #ffed00;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-921 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-921 .subinformation li:first-child {
  border-top: 3px solid #ffed00;
}
.container.head-title.pg-id-921 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-921 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-921 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-921 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-921 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ffed00;
  border-right: 3px solid #ffed00;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-921 .subinformation ul {
    border-right: 0px solid #ffed00;
  }
}
.container.head-title.pg-id-921 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffed00;
}
.container.head-title.pg-id-921 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffed00;
}
.container.head-title.pg-id-921 .is-drilldown .subinformation {
  border-left: 1px solid #ffed00;
  border-right: 1px solid #ffed00;
}
.container.head-title.pg-id-1168 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1168 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1168 h1 a:hover {
  color: #ffd500;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1168 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1168 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1168 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #ffd500;
  border: 3px solid #ffd500;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1168 .subnavigation .large .ln,
.container.head-title.pg-id-1168 .subnavigation .b-top .ln {
  color: #ffd500;
}
.container.head-title.pg-id-1168 .subnavigation:hover {
  text-decoration: none;
  background: #ffd500;
  color: #fff;
}
.container.head-title.pg-id-1168 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1168 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1168 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1168 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1168 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ffd500;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1168 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1168 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1168 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e903" !important;
}
.container.head-title.pg-id-1168 .subnavigation .large .ln {
  color: #ffd500;
}
.container.head-title.pg-id-1168 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ffd500;
  border-right: 3px solid #ffd500;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1168 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1168 .subinformation li:first-child {
  border-top: 3px solid #ffd500;
}
.container.head-title.pg-id-1168 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1168 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1168 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1168 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1168 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ffd500;
  border-right: 3px solid #ffd500;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1168 .subinformation ul {
    border-right: 0px solid #ffd500;
  }
}
.container.head-title.pg-id-1168 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffd500;
}
.container.head-title.pg-id-1168 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffd500;
}
.container.head-title.pg-id-1168 .is-drilldown .subinformation {
  border-left: 1px solid #ffd500;
  border-right: 1px solid #ffd500;
}
.container.head-title.pg-id-1225 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1225 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1225 h1 a:hover {
  color: #ffd500;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1225 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1225 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1225 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #ffd500;
  border: 3px solid #ffd500;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1225 .subnavigation .large .ln,
.container.head-title.pg-id-1225 .subnavigation .b-top .ln {
  color: #ffd500;
}
.container.head-title.pg-id-1225 .subnavigation:hover {
  text-decoration: none;
  background: #ffd500;
  color: #fff;
}
.container.head-title.pg-id-1225 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1225 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1225 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1225 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1225 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1225 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ffd500;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1225 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1225 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1225 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90e" !important;
}
.container.head-title.pg-id-1225 .subnavigation .large .ln {
  color: #ffd500;
}
.container.head-title.pg-id-1225 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ffd500;
  border-right: 3px solid #ffd500;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1225 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1225 .subinformation li:first-child {
  border-top: 3px solid #ffd500;
}
.container.head-title.pg-id-1225 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1225 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1225 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1225 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1225 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ffd500;
  border-right: 3px solid #ffd500;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1225 .subinformation ul {
    border-right: 0px solid #ffd500;
  }
}
.container.head-title.pg-id-1225 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffd500;
}
.container.head-title.pg-id-1225 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ffd500;
}
.container.head-title.pg-id-1225 .is-drilldown .subinformation {
  border-left: 1px solid #ffd500;
  border-right: 1px solid #ffd500;
}
.container.head-title.pg-id-2 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-2 h1 a {
  color: #fff;
}
.container.head-title.pg-id-2 h1 a:hover {
  color: #f29400;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-2 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-2 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-2 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #f29400;
  border: 3px solid #f29400;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-2 .subnavigation .large .ln,
.container.head-title.pg-id-2 .subnavigation .b-top .ln {
  color: #f29400;
}
.container.head-title.pg-id-2 .subnavigation:hover {
  text-decoration: none;
  background: #f29400;
  color: #fff;
}
.container.head-title.pg-id-2 .subnavigation:hover .large .ln,
.container.head-title.pg-id-2 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-2 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-2 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-2 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-2 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #f29400;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-2 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-2 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-2 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e900" !important;
}
.container.head-title.pg-id-2 .subnavigation .large .ln {
  color: #f29400;
}
.container.head-title.pg-id-2 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #f29400;
  border-right: 3px solid #f29400;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-2 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-2 .subinformation li:first-child {
  border-top: 3px solid #f29400;
}
.container.head-title.pg-id-2 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-2 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-2 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-2 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-2 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #f29400;
  border-right: 3px solid #f29400;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-2 .subinformation ul {
    border-right: 0px solid #f29400;
  }
}
.container.head-title.pg-id-2 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #f29400;
}
.container.head-title.pg-id-2 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #f29400;
}
.container.head-title.pg-id-2 .is-drilldown .subinformation {
  border-left: 1px solid #f29400;
  border-right: 1px solid #f29400;
}
.container.head-title.pg-id-1425 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1425 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1425 h1 a:hover {
  color: #ee7f00;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1425 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1425 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1425 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #ee7f00;
  border: 3px solid #ee7f00;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1425 .subnavigation .large .ln,
.container.head-title.pg-id-1425 .subnavigation .b-top .ln {
  color: #ee7f00;
}
.container.head-title.pg-id-1425 .subnavigation:hover {
  text-decoration: none;
  background: #ee7f00;
  color: #fff;
}
.container.head-title.pg-id-1425 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1425 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1425 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1425 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1425 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1425 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #ee7f00;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1425 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1425 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1425 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90f" !important;
}
.container.head-title.pg-id-1425 .subnavigation .large .ln {
  color: #ee7f00;
}
.container.head-title.pg-id-1425 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #ee7f00;
  border-right: 3px solid #ee7f00;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1425 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1425 .subinformation li:first-child {
  border-top: 3px solid #ee7f00;
}
.container.head-title.pg-id-1425 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1425 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1425 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1425 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1425 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #ee7f00;
  border-right: 3px solid #ee7f00;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1425 .subinformation ul {
    border-right: 0px solid #ee7f00;
  }
}
.container.head-title.pg-id-1425 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ee7f00;
}
.container.head-title.pg-id-1425 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #ee7f00;
}
.container.head-title.pg-id-1425 .is-drilldown .subinformation {
  border-left: 1px solid #ee7f00;
  border-right: 1px solid #ee7f00;
}
.container.head-title.pg-id-1726 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1726 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1726 h1 a:hover {
  color: #e75012;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1726 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1726 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1726 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #e75012;
  border: 3px solid #e75012;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1726 .subnavigation .large .ln,
.container.head-title.pg-id-1726 .subnavigation .b-top .ln {
  color: #e75012;
}
.container.head-title.pg-id-1726 .subnavigation:hover {
  text-decoration: none;
  background: #e75012;
  color: #fff;
}
.container.head-title.pg-id-1726 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1726 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1726 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1726 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1726 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1726 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #e75012;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1726 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1726 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1726 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e902" !important;
}
.container.head-title.pg-id-1726 .subnavigation .large .ln {
  color: #e75012;
}
.container.head-title.pg-id-1726 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #e75012;
  border-right: 3px solid #e75012;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1726 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1726 .subinformation li:first-child {
  border-top: 3px solid #e75012;
}
.container.head-title.pg-id-1726 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1726 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1726 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1726 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1726 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #e75012;
  border-right: 3px solid #e75012;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1726 .subinformation ul {
    border-right: 0px solid #e75012;
  }
}
.container.head-title.pg-id-1726 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #e75012;
}
.container.head-title.pg-id-1726 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #e75012;
}
.container.head-title.pg-id-1726 .is-drilldown .subinformation {
  border-left: 1px solid #e75012;
  border-right: 1px solid #e75012;
}
.container.head-title.pg-id-1640 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1640 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1640 h1 a:hover {
  color: #d3031c;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1640 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1640 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1640 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #d3031c;
  border: 3px solid #d3031c;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1640 .subnavigation .large .ln,
.container.head-title.pg-id-1640 .subnavigation .b-top .ln {
  color: #d3031c;
}
.container.head-title.pg-id-1640 .subnavigation:hover {
  text-decoration: none;
  background: #d3031c;
  color: #fff;
}
.container.head-title.pg-id-1640 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1640 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1640 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1640 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1640 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1640 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #d3031c;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1640 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1640 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1640 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e906" !important;
}
.container.head-title.pg-id-1640 .subnavigation .large .ln {
  color: #d3031c;
}
.container.head-title.pg-id-1640 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #d3031c;
  border-right: 3px solid #d3031c;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1640 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1640 .subinformation li:first-child {
  border-top: 3px solid #d3031c;
}
.container.head-title.pg-id-1640 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1640 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1640 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1640 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1640 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #d3031c;
  border-right: 3px solid #d3031c;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1640 .subinformation ul {
    border-right: 0px solid #d3031c;
  }
}
.container.head-title.pg-id-1640 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #d3031c;
}
.container.head-title.pg-id-1640 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #d3031c;
}
.container.head-title.pg-id-1640 .is-drilldown .subinformation {
  border-left: 1px solid #d3031c;
  border-right: 1px solid #d3031c;
}
.container.head-title.pg-id-9149 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-9149 h1 a {
  color: #fff;
}
.container.head-title.pg-id-9149 h1 a:hover {
  color: #88486a;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-9149 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-9149 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-9149 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #88486a;
  border: 3px solid #88486a;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-9149 .subnavigation .large .ln,
.container.head-title.pg-id-9149 .subnavigation .b-top .ln {
  color: #88486a;
}
.container.head-title.pg-id-9149 .subnavigation:hover {
  text-decoration: none;
  background: #88486a;
  color: #fff;
}
.container.head-title.pg-id-9149 .subnavigation:hover .large .ln,
.container.head-title.pg-id-9149 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-9149 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-9149 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-9149 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-9149 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #88486a;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-9149 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-9149 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-9149 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e920" !important;
}
.container.head-title.pg-id-9149 .subnavigation .large .ln {
  color: #88486a;
}
.container.head-title.pg-id-9149 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #88486a;
  border-right: 3px solid #88486a;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-9149 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-9149 .subinformation li:first-child {
  border-top: 3px solid #88486a;
}
.container.head-title.pg-id-9149 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-9149 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-9149 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-9149 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-9149 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #88486a;
  border-right: 3px solid #88486a;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-9149 .subinformation ul {
    border-right: 0px solid #88486a;
  }
}
.container.head-title.pg-id-9149 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #88486a;
}
.container.head-title.pg-id-9149 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #88486a;
}
.container.head-title.pg-id-9149 .is-drilldown .subinformation {
  border-left: 1px solid #88486a;
  border-right: 1px solid #88486a;
}
.container.head-title.pg-id-1986 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1986 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1986 h1 a:hover {
  color: #00946c;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1986 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1986 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1986 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #00946c;
  border: 3px solid #00946c;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1986 .subnavigation .large .ln,
.container.head-title.pg-id-1986 .subnavigation .b-top .ln {
  color: #00946c;
}
.container.head-title.pg-id-1986 .subnavigation:hover {
  text-decoration: none;
  background: #00946c;
  color: #fff;
}
.container.head-title.pg-id-1986 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1986 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1986 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1986 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1986 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1986 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #00946c;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1986 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1986 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1986 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90d" !important;
}
.container.head-title.pg-id-1986 .subnavigation .large .ln {
  color: #00946c;
}
.container.head-title.pg-id-1986 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #00946c;
  border-right: 3px solid #00946c;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1986 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1986 .subinformation li:first-child {
  border-top: 3px solid #00946c;
}
.container.head-title.pg-id-1986 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1986 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1986 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1986 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1986 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #00946c;
  border-right: 3px solid #00946c;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1986 .subinformation ul {
    border-right: 0px solid #00946c;
  }
}
.container.head-title.pg-id-1986 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #00946c;
}
.container.head-title.pg-id-1986 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #00946c;
}
.container.head-title.pg-id-1986 .is-drilldown .subinformation {
  border-left: 1px solid #00946c;
  border-right: 1px solid #00946c;
}
.container.head-title.pg-id-2048 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-2048 h1 a {
  color: #fff;
}
.container.head-title.pg-id-2048 h1 a:hover {
  color: #006774;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-2048 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-2048 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-2048 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #006774;
  border: 3px solid #006774;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-2048 .subnavigation .large .ln,
.container.head-title.pg-id-2048 .subnavigation .b-top .ln {
  color: #006774;
}
.container.head-title.pg-id-2048 .subnavigation:hover {
  text-decoration: none;
  background: #006774;
  color: #fff;
}
.container.head-title.pg-id-2048 .subnavigation:hover .large .ln,
.container.head-title.pg-id-2048 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-2048 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-2048 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-2048 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-2048 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #006774;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-2048 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-2048 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-2048 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90c" !important;
}
.container.head-title.pg-id-2048 .subnavigation .large .ln {
  color: #006774;
}
.container.head-title.pg-id-2048 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #006774;
  border-right: 3px solid #006774;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-2048 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-2048 .subinformation li:first-child {
  border-top: 3px solid #006774;
}
.container.head-title.pg-id-2048 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-2048 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-2048 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-2048 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-2048 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #006774;
  border-right: 3px solid #006774;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-2048 .subinformation ul {
    border-right: 0px solid #006774;
  }
}
.container.head-title.pg-id-2048 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #006774;
}
.container.head-title.pg-id-2048 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #006774;
}
.container.head-title.pg-id-2048 .is-drilldown .subinformation {
  border-left: 1px solid #006774;
  border-right: 1px solid #006774;
}
.container.head-title.pg-id-1159 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1159 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1159 h1 a:hover {
  color: #0099a1;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1159 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1159 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1159 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #0099a1;
  border: 3px solid #0099a1;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1159 .subnavigation .large .ln,
.container.head-title.pg-id-1159 .subnavigation .b-top .ln {
  color: #0099a1;
}
.container.head-title.pg-id-1159 .subnavigation:hover {
  text-decoration: none;
  background: #0099a1;
  color: #fff;
}
.container.head-title.pg-id-1159 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1159 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1159 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1159 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1159 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1159 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #0099a1;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1159 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1159 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1159 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e909" !important;
}
.container.head-title.pg-id-1159 .subnavigation .large .ln {
  color: #0099a1;
}
.container.head-title.pg-id-1159 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #0099a1;
  border-right: 3px solid #0099a1;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1159 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1159 .subinformation li:first-child {
  border-top: 3px solid #0099a1;
}
.container.head-title.pg-id-1159 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1159 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1159 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1159 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1159 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #0099a1;
  border-right: 3px solid #0099a1;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1159 .subinformation ul {
    border-right: 0px solid #0099a1;
  }
}
.container.head-title.pg-id-1159 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #0099a1;
}
.container.head-title.pg-id-1159 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #0099a1;
}
.container.head-title.pg-id-1159 .is-drilldown .subinformation {
  border-left: 1px solid #0099a1;
  border-right: 1px solid #0099a1;
}
.container.head-title.pg-id-5544 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-5544 h1 a {
  color: #fff;
}
.container.head-title.pg-id-5544 h1 a:hover {
  color: #005199;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-5544 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-5544 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-5544 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #005199;
  border: 3px solid #005199;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-5544 .subnavigation .large .ln,
.container.head-title.pg-id-5544 .subnavigation .b-top .ln {
  color: #005199;
}
.container.head-title.pg-id-5544 .subnavigation:hover {
  text-decoration: none;
  background: #005199;
  color: #fff;
}
.container.head-title.pg-id-5544 .subnavigation:hover .large .ln,
.container.head-title.pg-id-5544 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-5544 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-5544 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-5544 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-5544 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #005199;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-5544 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-5544 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-5544 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e905" !important;
}
.container.head-title.pg-id-5544 .subnavigation .large .ln {
  color: #005199;
}
.container.head-title.pg-id-5544 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #005199;
  border-right: 3px solid #005199;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-5544 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-5544 .subinformation li:first-child {
  border-top: 3px solid #005199;
}
.container.head-title.pg-id-5544 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-5544 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-5544 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-5544 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-5544 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #005199;
  border-right: 3px solid #005199;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-5544 .subinformation ul {
    border-right: 0px solid #005199;
  }
}
.container.head-title.pg-id-5544 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #005199;
}
.container.head-title.pg-id-5544 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #005199;
}
.container.head-title.pg-id-5544 .is-drilldown .subinformation {
  border-left: 1px solid #005199;
  border-right: 1px solid #005199;
}
.container.head-title.pg-id-1521 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1521 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1521 h1 a:hover {
  color: #006ab3;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1521 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1521 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1521 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #006ab3;
  border: 3px solid #006ab3;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1521 .subnavigation .large .ln,
.container.head-title.pg-id-1521 .subnavigation .b-top .ln {
  color: #006ab3;
}
.container.head-title.pg-id-1521 .subnavigation:hover {
  text-decoration: none;
  background: #006ab3;
  color: #fff;
}
.container.head-title.pg-id-1521 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1521 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1521 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1521 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1521 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1521 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #006ab3;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1521 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1521 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1521 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90b" !important;
}
.container.head-title.pg-id-1521 .subnavigation .large .ln {
  color: #006ab3;
}
.container.head-title.pg-id-1521 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #006ab3;
  border-right: 3px solid #006ab3;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1521 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1521 .subinformation li:first-child {
  border-top: 3px solid #006ab3;
}
.container.head-title.pg-id-1521 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1521 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1521 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1521 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1521 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #006ab3;
  border-right: 3px solid #006ab3;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1521 .subinformation ul {
    border-right: 0px solid #006ab3;
  }
}
.container.head-title.pg-id-1521 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #006ab3;
}
.container.head-title.pg-id-1521 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #006ab3;
}
.container.head-title.pg-id-1521 .is-drilldown .subinformation {
  border-left: 1px solid #006ab3;
  border-right: 1px solid #006ab3;
}
.container.head-title.pg-id-552 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-552 h1 a {
  color: #fff;
}
.container.head-title.pg-id-552 h1 a:hover {
  color: #008bcf;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-552 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-552 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-552 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #008bcf;
  border: 3px solid #008bcf;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-552 .subnavigation .large .ln,
.container.head-title.pg-id-552 .subnavigation .b-top .ln {
  color: #008bcf;
}
.container.head-title.pg-id-552 .subnavigation:hover {
  text-decoration: none;
  background: #008bcf;
  color: #fff;
}
.container.head-title.pg-id-552 .subnavigation:hover .large .ln,
.container.head-title.pg-id-552 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-552 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-552 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-552 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-552 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #008bcf;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-552 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-552 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-552 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e901" !important;
}
.container.head-title.pg-id-552 .subnavigation .large .ln {
  color: #008bcf;
}
.container.head-title.pg-id-552 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #008bcf;
  border-right: 3px solid #008bcf;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-552 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-552 .subinformation li:first-child {
  border-top: 3px solid #008bcf;
}
.container.head-title.pg-id-552 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-552 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-552 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-552 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-552 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #008bcf;
  border-right: 3px solid #008bcf;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-552 .subinformation ul {
    border-right: 0px solid #008bcf;
  }
}
.container.head-title.pg-id-552 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #008bcf;
}
.container.head-title.pg-id-552 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #008bcf;
}
.container.head-title.pg-id-552 .is-drilldown .subinformation {
  border-left: 1px solid #008bcf;
  border-right: 1px solid #008bcf;
}
.container.head-title.pg-id-367 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-367 h1 a {
  color: #fff;
}
.container.head-title.pg-id-367 h1 a:hover {
  color: #00b1e6;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-367 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-367 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-367 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #00b1e6;
  border: 3px solid #00b1e6;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-367 .subnavigation .large .ln,
.container.head-title.pg-id-367 .subnavigation .b-top .ln {
  color: #00b1e6;
}
.container.head-title.pg-id-367 .subnavigation:hover {
  text-decoration: none;
  background: #00b1e6;
  color: #fff;
}
.container.head-title.pg-id-367 .subnavigation:hover .large .ln,
.container.head-title.pg-id-367 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-367 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-367 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-367 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-367 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #00b1e6;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-367 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-367 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-367 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e907" !important;
}
.container.head-title.pg-id-367 .subnavigation .large .ln {
  color: #00b1e6;
}
.container.head-title.pg-id-367 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #00b1e6;
  border-right: 3px solid #00b1e6;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-367 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-367 .subinformation li:first-child {
  border-top: 3px solid #00b1e6;
}
.container.head-title.pg-id-367 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-367 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-367 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-367 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-367 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #00b1e6;
  border-right: 3px solid #00b1e6;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-367 .subinformation ul {
    border-right: 0px solid #00b1e6;
  }
}
.container.head-title.pg-id-367 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #00b1e6;
}
.container.head-title.pg-id-367 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #00b1e6;
}
.container.head-title.pg-id-367 .is-drilldown .subinformation {
  border-left: 1px solid #00b1e6;
  border-right: 1px solid #00b1e6;
}
.container.head-title.pg-id-1819 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-1819 h1 a {
  color: #fff;
}
.container.head-title.pg-id-1819 h1 a:hover {
  color: #738d9a;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-1819 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-1819 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-1819 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #738d9a;
  border: 3px solid #738d9a;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-1819 .subnavigation .large .ln,
.container.head-title.pg-id-1819 .subnavigation .b-top .ln {
  color: #738d9a;
}
.container.head-title.pg-id-1819 .subnavigation:hover {
  text-decoration: none;
  background: #738d9a;
  color: #fff;
}
.container.head-title.pg-id-1819 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1819 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-1819 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-1819 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-1819 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-1819 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #738d9a;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-1819 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-1819 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-1819 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e908" !important;
}
.container.head-title.pg-id-1819 .subnavigation .large .ln {
  color: #738d9a;
}
.container.head-title.pg-id-1819 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #738d9a;
  border-right: 3px solid #738d9a;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-1819 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-1819 .subinformation li:first-child {
  border-top: 3px solid #738d9a;
}
.container.head-title.pg-id-1819 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-1819 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-1819 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-1819 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-1819 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #738d9a;
  border-right: 3px solid #738d9a;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-1819 .subinformation ul {
    border-right: 0px solid #738d9a;
  }
}
.container.head-title.pg-id-1819 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #738d9a;
}
.container.head-title.pg-id-1819 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #738d9a;
}
.container.head-title.pg-id-1819 .is-drilldown .subinformation {
  border-left: 1px solid #738d9a;
  border-right: 1px solid #738d9a;
}
.container.head-title.pg-id-9214 h1 {
  font-size: 50px;
  margin: 0px;
  padding: 20px 0 10px 0;
}
.container.head-title.pg-id-9214 h1 a {
  color: #fff;
}
.container.head-title.pg-id-9214 h1 a:hover {
  color: #4d738a;
}
@media screen and (max-width: 1024px) {
  .container.head-title.pg-id-9214 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.head-title.pg-id-9214 h1 {
    font-size: 22px;
    margin-right: 15px;
  }
}
.container.head-title.pg-id-9214 .subnavigation {
  margin-right: 30px;
  padding: 15px;
  color: #4d738a;
  border: 3px solid #4d738a;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
  font-weight: 400;
}
.container.head-title.pg-id-9214 .subnavigation .large .ln,
.container.head-title.pg-id-9214 .subnavigation .b-top .ln {
  color: #4d738a;
}
.container.head-title.pg-id-9214 .subnavigation:hover {
  text-decoration: none;
  background: #4d738a;
  color: #fff;
}
.container.head-title.pg-id-9214 .subnavigation:hover .large .ln,
.container.head-title.pg-id-9214 .subnavigation:hover .b-top .ln {
  color: #fff;
}
.container.head-title.pg-id-9214 .subnavigation:hover > div.b-top {
  border-top: 1px solid #fff;
}
.container.head-title.pg-id-9214 .subnavigation:hover .subinformation {
  display: block;
  visibility: visible;
  z-index: 150;
  left: -3px;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  font-weight: 300;
}
.container.head-title.pg-id-9214 .subnavigation > div {
  display: block;
  text-align: center;
}
.container.head-title.pg-id-9214 .subnavigation > div.b-top {
  display: block;
  border-top: 1px solid #4d738a;
  padding-top: 10px;
  transition: border ease-in 0.3s;
}
.container.head-title.pg-id-9214 .subnavigation > div.b-top span {
  display: inline-block;
  margin-left: 10px;
  transform: translate3d(0, 2px, 0);
}
.container.head-title.pg-id-9214 .subnavigation .large {
  margin-bottom: 10px;
  font-size: 50px;
}
.container.head-title.pg-id-9214 .subnavigation .large .area-image:before {
  font-family: "ln" !important;
  content: "\e90a" !important;
}
.container.head-title.pg-id-9214 .subnavigation .large .ln {
  color: #4d738a;
}
.container.head-title.pg-id-9214 .subinformation {
  display: block;
  visibility: hidden;
  box-sizing: border-box !important;
  width: 250px;
  position: absolute;
  z-index: -150;
  top: 100%;
  left: -3px;
  list-style: none;
  background: #fff !important;
  border-left: 3px solid #4d738a;
  border-right: 3px solid #4d738a;
  transform: translate3d(0, 40px, 0);
  opacity: 0.1;
  transition: visibility 0.01s, transform ease-in 0.3s, opacity ease-in 0.3s;
}
.container.head-title.pg-id-9214 .subinformation li {
  border-right: none !important;
}
.container.head-title.pg-id-9214 .subinformation li:first-child {
  border-top: 3px solid #4d738a;
}
.container.head-title.pg-id-9214 .subinformation li a {
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.container.head-title.pg-id-9214 .subinformation li:hover > a {
  border-bottom: 1px solid #ededed;
  background: #f7f7f7;
  color: #333;
}
.container.head-title.pg-id-9214 .subinformation li:hover a:after {
  color: #555;
}
.container.head-title.pg-id-9214 .subinformation li:hover > a:after {
  color: #333;
}
.container.head-title.pg-id-9214 .subinformation ul {
  display: block;
  width: 100%;
  left: -2px;
  border-left: 1px solid #4d738a;
  border-right: 3px solid #4d738a;
  background: #fff !important;
}
@media (max-width: 1025px) {
  .container.head-title.pg-id-9214 .subinformation ul {
    border-right: 0px solid #4d738a;
  }
}
.container.head-title.pg-id-9214 .subinformation ul:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #4d738a;
}
.container.head-title.pg-id-9214 .subinformation:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: " ";
  border-bottom: 3px solid #4d738a;
}
.container.head-title.pg-id-9214 .is-drilldown .subinformation {
  border-left: 1px solid #4d738a;
  border-right: 1px solid #4d738a;
}
.container.head-title.pg-id-921 .subnavigation,
.container.head-title.pg-id-1168 .subnavigation,
.container.head-title.pg-id-1168 .subnavigation {
  color: #333;
}
.container.head-title.pg-id-921 .subnavigation > div.b-top,
.container.head-title.pg-id-1168 .subnavigation > div.b-top,
.container.head-title.pg-id-1168 .subnavigation > div.b-top {
  border-top: 1px solid #333;
}
.container.head-title.pg-id-921 .subnavigation .large .ln,
.container.head-title.pg-id-921 .subnavigation .b-top .ln,
.container.head-title.pg-id-1168 .subnavigation .large .ln,
.container.head-title.pg-id-1168 .subnavigation .b-top .ln,
.container.head-title.pg-id-1168 .subnavigation .large .ln,
.container.head-title.pg-id-1168 .subnavigation .b-top .ln {
  color: #333;
}
.container.head-title.pg-id-921 .subnavigation:hover,
.container.head-title.pg-id-1168 .subnavigation:hover,
.container.head-title.pg-id-1168 .subnavigation:hover {
  text-decoration: none;
  background: ;
  color: #333;
}
.container.head-title.pg-id-921 .subnavigation:hover .large .ln,
.container.head-title.pg-id-921 .subnavigation:hover .b-top .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .b-top .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .large .ln,
.container.head-title.pg-id-1168 .subnavigation:hover .b-top .ln {
  color: #333;
}
.container.head-title.pg-id-921 .subnavigation:hover > div.b-top,
.container.head-title.pg-id-1168 .subnavigation:hover > div.b-top,
.container.head-title.pg-id-1168 .subnavigation:hover > div.b-top {
  border-top: 1px solid #333;
}
.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 5;
}
.slider .slide.active {
  opacity: 1;
  z-index: 10;
}
.slider .slide.active .slogan {
  right: 0;
  opacity: 1;
}
.slider .slide .slogan {
  position: absolute;
  right: -800px;
  bottom: 10px;
  padding: 10px 30px 10px 10px;
  background-color: rgba(255, 136, 0, 0.8);
  opacity: 0;
}
.slider .slide .slogan H5 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
}
.slider .slide .slogan H6 {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  margin: 0;
}
.slider .controls {
  opacity: 0.5;
  z-index: 500;
  position: static;
}
.slider .controls div {
  display: block;
  position: absolute;
  bottom: 100px;
  right: 0px;
  background-color: rgba(255, 136, 0, 0.8);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slider .controls div:before,
.slider .controls div:after {
  position: absolute;
  left: 17px;
  top: 6px;
  content: "";
  background-color: #fff;
  width: 7px;
  height: 15px;
  z-index: 500;
}
.slider .controls .next:before {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.slider .controls .next:after {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  top: 18px;
}
.slider .controls .prev {
  right: 41px;
}
.slider .controls .prev:before {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.slider .controls .prev:after {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  top: 18px;
}
.slider:hover .controls {
  opacity: 1;
}
figure.iframe {
  text-align: center;
}
.product-slider {
  background: #ffffff none repeat scroll 0 0;
  height: 310px;
  margin-bottom: 10px;
  position: relative;
  width: auto;
}
.whitebox figure.slide > img {
  width: auto;
  max-width: 100%;
  border: 0 none;
  height: auto;
  vertical-align: middle;
}
.product-slider figure {
  text-align: center;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: pointer;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-list {
  padding: 0;
}
.productslider {
  width: 100%;
  background: #fff;
}
.productslider {
  padding: 0 40px;
}
.productslider_slider_inner {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-item {
  padding: 20px;
  margin-bottom: 20px;
  min-height: 325px;
}
@media (max-width: 480px) {
  .productslider {
    padding: 0 20px;
  }
  .productslider_slider_inner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slick-item {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.slick-item_inner {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.slick-item_inner_image {
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative;
  background: #eee;
  z-index: 1;
  overflow: hidden;
}
.slick-item_inner_image_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("img/automatisierungstechnik.html") no-repeat center center;
  background-size: cover;
  opacity: 0.6;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
}
.slick-item:hover .slick-item_inner_image_inner {
  opacity: 1;
  transform: scale(1.15);
}
.slick-item_inner_icon {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  background: #000;
}
.slick-item_inner_icon img {
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .slick-item_inner_icon {
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
  }
  .slick-item_inner_icon img {
    width: 50px;
    height: 50px;
  }
}
.slick-item_inner_border {
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 2;
  border: 2px solid #008bcf;
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s ease-out;
}
@media (max-width: 768px) {
  .slick-item_inner_border {
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    left: 10px;
  }
}
.slick-item:hover .slick-item_inner_border {
  transform: scale(1);
  opacity: 1;
}
.slick-item_inner_title {
  display: block;
  padding: 20px 30px;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #ddd;
  transition: border 0.3s;
}
@media (max-width: 768px) {
  .slick-item_inner_title {
    font-size: 16px;
    padding: 20px 20px;
  }
}
.slick-item:hover .slick-item_inner_title {
  border-bottom: 1px solid #fff;
}
.productslider_nav_top {
  padding: 30px 0;
}
.productslider_nav_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 30px 0;
}
.productslider_nav_title {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .productslider_nav_title {
    font-size: 30px;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .productslider_nav_title {
    font-size: 24px;
  }
}
.productslider_nav_right,
.productslider_nav_right button {
  cursor: default;
}
.productslider_nav_right {
  text-align: center;
}
@media (max-width: 430px) {
  .productslider_nav_right,
  .productslider_nav_center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  display: block;
  padding: 4px;
  border: 1px solid #eee;
  transition: border 0.3s;
  cursor: pointer;
}
.slick-dots li.slick-active {
  border: 1px solid #333;
}
.slick-dots li button {
  display: block;
  width: 46px;
  height: 18px;
  padding: 0;
  margin: 0;
  border-radius: none;
  box-shadow: none;
  outline: 0px;
  border: none;
  background: url("../images/ln-new/productview/8grid.svg") no-repeat top left;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.6;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .slick-dots li button {
    width: 22px;
    background: url("../images/ln-new/productview/4grid.svg") no-repeat top left;
  }
}
@media (max-width: 620px) {
  .slick-dots li button {
    width: 10px;
    background: url("../images/ln-new/productview/2grid.svg") no-repeat top left;
  }
}
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus,
.slick-dots li.slick-active button:active {
  border-radius: none;
  box-shadow: none;
  outline: 0px;
  border: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.next,
.prev {
  padding: 5px;
  font-size: 22px;
  color: #858585;
  cursor: pointer;
}
.active-slide > button {
  border: 0px;
  border-radius: 0px;
  outline: 0px;
  box-shadow: none;
  background: none;
  padding: 2px;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #333;
}
.total-slide {
  display: inline-block;
  padding: 2px;
}
.total-slide:before {
  content: "2";
}
@media (max-width: 1200px) {
  .total-slide:before {
    content: "4";
  }
}
@media (max-width: 620px) {
  .total-slide:before {
    content: "8";
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .loadmore {
    height: auto !important;
  }
  .loadmore .btn-loadmore {
    display: none;
  }
}
figure.catalogue {
  border: 0px;
  width: 32%;
  max-width: 32%;
}
figure.catalogue figcaption {
  font-size: 16px;
}
figure.catalogue img {
  max-width: 100%;
  width: 100%;
}
/* 200821 - msu : auf wunsch von herrn buch : einbau von figure / figcaption (für news-bilder im tinymce) */
figure {
  border: 1px solid #ddd;
  padding: 5px;
  display: inline-block;
  margin: 5px;
  margin-bottom: 20px !important;
}
figcaption {
  width: 100%;
  font-size: 10px;
  font-variant: italic;
  color: #222;
}
figure img {
  margin-bottom: 5px;
}
.whitebox figure img {
  max-width: inherit;
  margin-bottom: 5px;
}
.whitebox .col-sm-6 {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
figure.product_img {
  max-width: 100%;
}
.nav-id-3528 a:after,
.nav-id-3529 a:after,
.nav-id-3530 a:after,
.nav-id-3531 a:after,
.nav-id-3532 a:after,
.nav-id-3533 a:after,
.apg-id-007e4ac8c5b95acec827514424880bde43d a:after {
  content: "\e934";
  color: #36a9e1;
}
.icon-nutzfahrzeugtechnik:before,
.icon.apg-id-007e4ac8c5b95acec827514424880bde43d:before,
.iconrow.apg-id-007e4ac8c5b95acec827514424880bde43d:before {
  content: "\e934";
}
a:hover .iconrow.apg-id-007e4ac8c5b95acec827514424880bde43d:before {
  color: #2084c7 !important;
}
