/**
 * HENKEL library css
 */
@media all {
  html,
  body {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  #ui div,
  #ui span,
  #ui object,
  #ui iframe,
  #ui h1,
  #ui h2,
  #ui h3,
  #ui h4,
  #ui h5,
  #ui h6,
  #ui p,
  #ui blockquote,
  #ui pre,
  #ui abbr,
  #ui address,
  #ui cite,
  #ui code,
  #ui del,
  #ui dfn,
  #ui em,
  #ui img,
  #ui ins,
  #ui kbd,
  #ui q,
  #ui samp,
  #ui small,
  #ui strong,
  #ui sub,
  #ui sup,
  #ui var,
  #ui b,
  #ui i,
  #ui dl,
  #ui dt,
  #ui dd,
  #ui ol,
  #ui ul,
  #ui li,
  #ui fieldset,
  #ui form,
  #ui label,
  #ui legend,
  #ui table,
  #ui caption,
  #ui tbody,
  #ui tfoot,
  #ui thead,
  #ui tr,
  #ui th,
  #ui td,
  #ui article,
  #ui aside,
  #ui canvas,
  #ui details,
  #ui figcaption,
  #ui figure,
  #ui footer,
  #ui header,
  #ui hgroup,
  #ui menu,
  #ui nav,
  #ui section,
  #ui summary,
  #ui time,
  #ui mark,
  #ui audio,
  #ui video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  #ui article,
  #ui aside,
  #ui details,
  #ui figcaption,
  #ui figure,
  #ui footer,
  #ui header,
  #ui hgroup,
  #ui menu,
  #ui nav,
  #ui section,
  #ui summary {
    display: block;
  }
  #ui details summary::-webkit-details-marker {
    display: none;
  }
  #ui h1,
  #ui h2,
  #ui h3,
  #ui h4,
  #ui h5,
  #ui h6 {
    font-weight: bold;
    line-height: 1.0;
  }
  #ui address {
    display: block;
    font-style: normal;
  }
  #ui blockquote {
    clear: left;
    font-style: normal;
  }
  #ui blockquote,
  #ui q {
    quotes: none;
  }
  #ui blockquote:before,
  #ui blockquote:after,
  #ui q:before,
  #ui q:after {
    content: "";
    content: none;
  }
  #ui ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  #ui mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  #ui del {
    text-decoration: line-through;
  }
  #ui abbr[title],
  #ui dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  #ui code,
  #ui kbd,
  #ui pre,
  #ui samp {
    font-family: monospace, sans-serif;
  }
  #ui pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px;
  }
  #ui b,
  #ui strong {
    font-weight: bold;
  }
  #ui em {
    font-style: normal;
  }
  #ui i {
    font-style: italic;
  }
  #ui small {
    font-size: 85%;
  }
  #ui sub,
  #ui sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  #ui sup {
    top: -0.5em;
  }
  #ui sub {
    bottom: -0.25em;
  }
  #ui ol {
    list-style-type: decimal;
  }
  #ui nav ul,
  #ui nav li {
    list-style: none;
  }
  #ui table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    clear: left;
    empty-cells: show;
  }
  #ui caption,
  #ui th {
    font-weight: bold;
  }
  #ui td {
    vertical-align: top;
  }
  #ui iframe {
    border: none;
    display: block;
    overflow: hidden;
  }
  #ui hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
  }
  #ui img {
    border: none;
    display: block;
  }
  #ui fieldset {
    border: none;
  }
  #ui legend {
    font-weight: bold;
  }
  #ui label {
    display: block;
  }
  #ui input,
  #ui select {
    vertical-align: middle;
  }
  #ui button,
  #ui input,
  #ui select,
  #ui textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font: 99% sans-serif;
    margin: 0;
  }
  #ui select::-ms-expand {
    display: none;
  }
  #ui textarea {
    overflow: auto;
  }
  #ui optgroup {
    font-style: normal;
    font-weight: bold;
    padding: 0 0 0 .5em;
  }
  #ui button {
    overflow: visible;
    width: auto;
  }
  #ui input[type="radio"] {
    vertical-align: text-bottom;
  }
  #ui input[type="checkbox"] {
    vertical-align: bottom;
  }
  #ui button,
  #ui label,
  #ui select {
    cursor: pointer;
  }
  #ui input[type="button"],
  #ui input[type="checkbox"],
  #ui input[type="image"],
  #ui input[type="radio"],
  #ui input[type="reset"],
  #ui input[type="submit"] {
    cursor: pointer;
  }
  #ui input:invalid,
  #ui textarea:invalid {
    -webkit-box-shadow: 0 0 5px 0 #f00;
    -moz-box-shadow: 0 0 5px 0 #f00;
    box-shadow: 0 0 5px 0 #f00;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .no-boxshadow #ui input:invalid,
  .no-boxshadow #ui textarea:invalid {
    background-color: #f0dddd;
  }
  #ui ::-moz-selection {
    background: #0080ff;
    color: #fff;
    text-shadow: none;
  }
  #ui ::selection {
    background: #0080ff;
    color: #fff;
    text-shadow: none;
  }
  body {
    font: 10px/1.5 sans-serif;
  }
  body,
  #ui select,
  #ui input,
  #ui textarea {
    color: #444;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  }
}
@media screen, projection {
  html {
    overflow-y: scroll;
  }
  *:focus {
    outline: auto;
  }
  #ui a {
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
  }
  #ui a:link,
  #ui a:visited {
    -webkit-tap-highlight-color: transparent;
    color: #00f;
  }
  #ui a:hover {
    color: #666;
    text-decoration: underline;
  }
  #ui a:active,
  #ui a:focus {
    background-color: #00f;
    color: #fff;
    text-decoration: none;
  }
  #ui a:hover,
  #ui a:active {
    outline: none;
  }
}
@media print {
  @page {
    margin: .5cm;
  }
  #ui * {
    background-color: transparent;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -webkit-print-color-adjust: exact;
  }
  #ui a,
  #ui a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  #ui .ir a:after,
  #ui a[href^="javascript:"]:after,
  #ui a[href^="#"]:after {
    content: "";
  }
  #ui h1,
  #ui h2,
  #ui h3,
  #ui h4,
  #ui h5,
  #ui h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  #ui p,
  #ui h2,
  #ui h3 {
    orphans: 3;
    widows: 3;
  }
  #ui video,
  #ui audio,
  #ui object,
  #ui embed {
    display: none !important;
  }
  #ui abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #ui blockquote,
  #ui pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #ui thead {
    display: table-header-group;
  }
  #ui img,
  #ui fieldset,
  #ui tr {
    page-break-inside: avoid;
  }
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  html,
  body {
    height: 100%;
  }
  body {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
@media all {
  #ui .ir {
    background-repeat: no-repeat;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
  }
  #ui .hd {
    display: none;
  }
  #ui .inv {
    visibility: hidden;
  }
  #ui .rd {
    left: -5000px;
    overflow: hidden;
    position: absolute;
  }
  #ui .rd.focusable:active,
  #ui .rd.focusable:focus {
    left: auto;
  }
  #ui .show {
    visibility: visible;
  }
  #ui .cl:before,
  #ui .cl:after {
    content: "";
    display: table;
  }
  #ui .cl:after {
    clear: both;
  }
  #ui .pie {
    position: relative;
  }
  #ui div.ghost {
    display: none !important;
  }
  #ui .heli__svg-sprites {
    display: block;
    position: absolute;
    left: -9999em;
  }
}
@media all {
  #ui .h-nav {
    list-style-type: none;
  }
  #ui .h-nav li {
    float: left;
    width: auto;
  }
  #ui .h-nav li a,
  #ui .h-nav li strong {
    display: block;
    line-height: 1.0;
  }
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui #navbar .main-nav .hide-on-mobile {
    display: none;
  }
}
@font-face {
  font-family: 'heli-icons';
  src: url('../../../../designs/henkel-lib/common/font/heli/heli-icons.eot?55875912');
  src: url('../../../../designs/henkel-lib/common/font/heli/heli-icons.eot?55875912#iefix') format('embedded-opentype'), url('../../../../designs/henkel-lib/common/font/heli/heli-icons.woff2?38951434') format('woff2'), url('../../../../designs/henkel-lib/common/font/heli/heli-icons.woff?55875912') format('woff'), url('../../../../designs/henkel-lib/common/font/heli/heli-icons.ttf?55875912') format('truetype'), url('../../../../designs/henkel-lib/common/font/heli/heli-icons.svg?55875912#heli-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="heli-icon-"]:before,
[class*=" heli-icon-"]:before {
  font-family: "heli-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: left;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.heli-icon-search-1:before {
  content: '\e800';
}
.heli-icon-zoom-in:before {
  content: '\e801';
}
.heli-icon-zoom-out:before {
  content: '\e802';
}
.heli-icon-download:before {
  content: '\e803';
}
.heli-icon-menu:before {
  content: '\e804';
}
.heli-icon-down-open-1:before {
  content: '\e805';
}
.heli-icon-left-open-1:before {
  content: '\e806';
}
.heli-icon-right-open-1:before {
  content: '\e807';
}
.heli-icon-up-open-1:before {
  content: '\e808';
}
.heli-icon-upload:before {
  content: '\e809';
}
.heli-icon-ccw:before {
  content: '\e80a';
}
.heli-icon-facebook:before {
  content: '\e80b';
}
.heli-icon-play:before {
  content: '\e80c';
}
.heli-icon-flickr:before {
  content: '\e80d';
}
.heli-icon-ok-circled:before {
  content: '\e80e';
}
.heli-icon-ok:before {
  content: '\e80f';
}
.heli-icon-cancel-1:before {
  content: '\e810';
}
.heli-icon-plus-1:before {
  content: '\e811';
}
.heli-icon-linkedin:before {
  content: '\e812';
}
.heli-icon-tumblr:before {
  content: '\e813';
}
.heli-icon-googleplus:before {
  content: '\e814';
}
.heli-icon-mail:before {
  content: '\e815';
}
.heli-icon-pinterest:before {
  content: '\e816';
}
.heli-icon-left:before {
  content: '\e817';
}
.heli-icon-right:before {
  content: '\e818';
}
.heli-icon-basedesign_acc-close:before {
  content: '\e819';
}
.heli-icon-basedesign_acc-open:before {
  content: '\e81a';
}
.heli-icon-basedesign_dwl-neg:before {
  content: '\e81b';
}
.heli-icon-basedesign_dwl-pos:before {
  content: '\e81c';
}
.heli-icon-basedesign_fachberater:before {
  content: '\e81d';
}
.heli-icon-basedesign_play-neg:before {
  content: '\e81e';
}
.heli-icon-basedesign_play-pos:before {
  content: '\e81f';
}
.heli-icon-basedesign_txt-neg:before {
  content: '\e820';
}
.heli-icon-basedesign_txt-pos:before {
  content: '\e821';
}
#ui .cookienote__outerWrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 15px 0 15px;
  position: relative;
}
#ui .cookienote__wrapper {
  background: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  color: #000000;
  height: auto;
  margin: 0;
  padding: 0;
  top: auto;
  width: 100%;
}
#ui .cookienote__hl {
  background: none;
  border: 0;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 30px 0 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}
#ui .cookienote__txt {
  background: none;
  border: 0;
  color: #5f6973;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 0;
  padding: 6px 30px 0 0;
}
#ui .cookienote__txt a {
  background-image: none;
  color: #5f6973;
  display: inline;
  padding: 0;
  text-decoration: underline;
}
#ui .cookienote__txt a:after {
  display: none;
}
#ui .cookienote__outerContainer {
  display: table;
  margin-top: 15px;
}
#ui .cookienote__button {
  padding: 0;
  position: relative;
  width: 100%;
}
#ui .cookienote__buttonWrapper {
  display: inline-block;
}
#ui .cookienote__buttonWrapper--accept,
#ui .cookienote__buttonWrapper--decline {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0;
  border: 0;
  border: 1px solid #999999;
  display: inline-block;
  font-weight: bold;
  padding: 7px 15px;
  margin-right: 20px;
}
#ui .cookienote__buttonWrapper--accept {
  background-color: #dc291e;
  color: #ffffff;
}
#ui .cookienote__buttonWrapper--accept:hover,
#ui .cookienote__buttonWrapper--accept:focus {
  background-color: #ffffff;
  color: #dc291e;
}
#ui .cookienote__buttonWrapper--accept:hover .cookienote__button,
#ui .cookienote__buttonWrapper--accept:focus .cookienote__button {
  color: #dc291e;
}
#ui .cookienote__buttonWrapper--decline {
  background-color: #ffffff;
  color: #000000;
}
#ui .cookienote__buttonWrapper--decline:hover,
#ui .cookienote__buttonWrapper--decline:focus {
  border-color: #666666;
  background-color: #999999;
  color: #ffffff;
}
#ui .cookienote__buttonWrapper--decline:hover .cookienote__button,
#ui .cookienote__buttonWrapper--decline:focus .cookienote__button {
  color: #ffffff;
}
#ui .cookienote__buttonWrapper--close {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: none;
  background-color: #999999;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 19px;
}
#ui .cookienote__buttonWrapper--close:before {
  color: white;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 3px;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 0.8em;
}
#ui .cookienote__buttonWrapper--close:hover,
#ui .cookienote__buttonWrapper--close:focus {
  background-color: #dc291e;
}
#ui .cookienote__buttonWrapper--close:before {
  height: 100%;
  margin: 0;
  padding-top: 2px;
  width: 100%;
}
#ui .cookienote__linkWrapper {
  display: inline-block;
}
#ui .cookienote__linkWrapper:hover a:link,
#ui .cookienote__linkWrapper:focus a:link,
#ui .cookienote__linkWrapper:hover a:visited,
#ui .cookienote__linkWrapper:focus a:visited {
  color: #dc291e;
}
#ui .cookienote__linkWrapper:hover:before,
#ui .cookienote__linkWrapper:focus:before {
  color: #dc291e;
}
#ui .cookienote__linkWrapper a:link,
#ui .cookienote__linkWrapper a:visited {
  color: #000000;
}
#ui .cookienote__linkWrapper--details {
  display: block;
  margin-top: 10px;
  position: relative;
}
#ui .cookienote__linkWrapper--details:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-size: 10px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #ui .cookienote__linkWrapper {
    display: table-cell;
    margin-top: 0;
    vertical-align: middle;
  }
}
#ui .cookienote__notice {
  color: #dc291e;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
#ui .cookienote__button {
  background: none;
  border: 0;
  height: 100%;
  width: 100%;
}
#ui .cookienote__button--acceptButton,
#ui .cookienote__button--declineButton {
  font-size: 12px;
  min-width: 150px;
}
#ui .cookienote__button--acceptButton {
  color: #ffffff;
}
#ui .cookienote__button--closeButton {
  position: absolute;
  top: 0;
}
#ui .cookienote__button--closeIcon {
  display: none;
  visibility: hidden;
}
#ui .cookienote__link--detailsLink {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  display: inline;
  min-width: 150px;
  color: #000000;
  line-height: inherit;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}
#ui .cookienote__link--detailsLink:hover,
#ui .cookienote__link--detailsLink:active,
#ui .cookienote__link--detailsLink:focus {
  color: #dc291e;
  background: none;
  text-decoration: underline;
}
#ui #content .cookienote {
  background-color: #ffffff;
}
#ui #content .cookienote__linkWrapper:before {
  display: none;
}
#ui .cookieacceptance__base {
  -webkit-box-shadow: 6px 6px 5px 0 rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 6px 6px 5px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 6px 6px 5px 0 rgba(51, 51, 51, 0.2);
  background-color: #ffffff;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #ui .cookienote__outerWrapper {
    padding: 15px;
  }
  #ui .cookienote__buttonWrapper--close {
    right: 15px;
  }
}
#ui .switch .cookieswitch__base {
  display: inline-block;
  padding: 4px;
  background-color: #007937;
  color: #fafafa;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.1s linear;
}
#ui .switch .cookieswitch__base.user-declined {
  background-color: #dc291e;
}
#ui .switch .cookieswitch__base.user-declined .cookieswitch__button:before {
  left: 0;
}
#ui .switch .cookieswitch__base.isUnOpted {
  background-color: #888888;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__button:before {
  left: 0;
  width: 100%;
  opacity: 0;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__button:hover .cookieswitch__label--accept,
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__button:hover .cookieswitch__label--decline {
  color: #333333;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__label--accept {
  background-color: #e7e5e5;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__label--decline {
  background-color: #cccccc;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__label--accept,
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__label--decline {
  border: 1px solid #666666;
  color: #666666;
}
#ui .switch .cookieswitch__base.buttonMode {
  background-color: inherit;
  padding: 0;
}
#ui .switch .cookieswitch__base.buttonMode .cookieswitch__button {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 0 -10px;
}
#ui .switch .cookieswitch__base.buttonMode .cookieswitch__label {
  display: inline-block;
  width: auto;
  padding: 6px 12px;
  color: #888888;
  border: 1px solid #888888;
}
#ui .switch .cookieswitch__base.buttonMode .cookieswitch__label--accept {
  border-right: 1px solid #888888;
  margin-right: 10px;
  margin-bottom: 10px;
}
#ui .switch .cookieswitch__base.buttonMode.user-accepted .cookieswitch__label--accept {
  background-color: #007937;
  color: #fafafa;
}
#ui .switch .cookieswitch__base.buttonMode.user-accepted .cookieswitch__label--decline {
  background-color: #FFFFFF;
  color: #888888;
}
#ui .switch .cookieswitch__base.buttonMode.user-declined .cookieswitch__label--decline {
  background-color: #dc291e;
  color: #fafafa;
}
#ui .switch .cookieswitch__base.buttonMode.user-declined .cookieswitch__label--accept {
  background-color: #FFFFFF;
  color: #888888;
}
#ui .switch .cookieswitch__base.switchMode .cookieswitch__button:before {
  content: ' ';
}
#ui .switch .cookieswitch__notice {
  color: #dc291e;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
#ui .switch .cookieswitch__button {
  position: relative;
  display: table;
  table-layout: fixed;
  padding: 4px 0 4px 0;
}
#ui .switch .cookieswitch__button:before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fafafa;
  transition: all 0.1s linear;
  cursor: pointer;
}
#ui .switch .cookieswitch__label {
  display: table-cell;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
#ui .switch .cookieswitch__label--accept {
  border-right: 4px solid transparent;
}
#ui .html__switch {
  padding-top: 15px;
  margin-top: 15px;
}
@media all {
  #ui .cookies.collection {
    padding: 10px 0 0 0;
  }
}
@media all {
  #ui .textimage.description {
    padding: 0;
  }
  #ui .textimage.description .description-wrapper {
    display: table;
    width: 100%;
  }
  #ui .textimage.description .description-wrapper .cookie-description {
    display: table-row;
    width: 100% !important;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div {
    display: table-cell;
    padding-bottom: 20px;
    margin-left: 3%;
    vertical-align: top;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.names {
    width: 26%;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.names ul {
    margin: 0;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.title {
    padding: 0 0 20px 0;
    width: 17%;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.description {
    padding-right: 0;
    width: 50%;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.description .image {
    float: right;
    max-width: 30% !important;
    margin-left: 1%;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.description .image img {
    display: block;
    float: right;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .textimage.description .description-wrapper {
    display: table;
    width: 100% !important;
  }
  #ui .textimage.description .description-wrapper .cookie-description {
    margin-bottom: 20px;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div {
    display: block;
    padding: 0;
    margin-left: 0;
    width: 100% !important;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div:first-child {
    display: block;
    width: 100%;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.description {
    padding: 0;
    margin-left: 0;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.description .image {
    display: block;
    float: none;
    max-width: 100% !important;
    margin: 10px 0;
    width: 100%;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.description .image img {
    float: none;
  }
  #ui .textimage.description .description-wrapper .cookie-description > div.title {
    padding: 0;
  }
}
@media all {
  #ui .cookieHint {
    zoom: 1;
    padding: 20px 0;
  }
  #ui .cookieHint:before,
  #ui .cookieHint:after {
    content: "";
    display: table;
  }
  #ui .cookieHint:after {
    clear: both;
  }
  #ui .cookieHint .cookieImage {
    float: left;
    margin-right: 5px;
  }
  #ui .cookieHint .cookieHintText {
    float: left;
  }
  #ui .cookieHint .cookieHintTextExtended {
    display: none;
    visibility: hidden;
  }
  #ui #main .cookieHint .cookieHintTextExtended {
    display: block;
    visibility: visible;
  }
  #ui #main .cookieHint .cookieHintTextShort {
    display: none;
    visibility: hidden;
  }
  #sidebar-right .cookieHint,
  #sidebar-left .cookieHint {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 5px;
  }
}

/**
 * common elements
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui a:link,
  #ui a:visited {
    -webkit-tap-highlight-color: #cc0c21;
  }
  #ui a:active,
  #ui a:focus {
    background-color: transparent;
  }
  body,
  #ui select,
  #ui input,
  #ui textarea {
    color: #666;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
}
/**
 * HENKEL library css: classes (skin)
 */
@media all {
  #ui .pagination {
    border-top: 1px solid #d3d3d3;
    clear: both;
    font-size: 19px;
    list-style-type: none;
    margin-top: 20px;
    padding: 20px 15px;
    text-align: center;
  }
  #ui .pagination li {
    display: inline-block;
    margin-right: 8px;
  }
  #ui .pagination li a,
  #ui .pagination li a:link,
  #ui .pagination li a:visited,
  #ui .pagination li strong {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #d3d3d3), color-stop(1, #d3d3d3));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    border: 1px solid #666;
    color: #666;
    -moz-box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
  }
  #ui .pagination li a:hover,
  #ui .pagination li a:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #999999), color-stop(1, #999999));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    -moz-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    -webkit-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    text-decoration: none;
  }
  #ui .pagination li a:active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #999999), color-stop(1, #999999));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    -moz-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    -webkit-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    text-decoration: none;
  }
  #ui .pagination li.current strong {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #999999), color-stop(1, #999999));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    -moz-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    -webkit-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    text-decoration: none;
  }
  #ui .pagination li.hidden {
    display: none;
  }
  #ui .pagination li.prev a,
  #ui .pagination li.next a {
    padding: 0 10px;
  }
  #ui .pagination li.prev span,
  #ui .pagination li.next span {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") no-repeat -71px -1px transparent;
    display: block;
    height: 46px;
    text-indent: -5555px;
    width: 36px;
  }
  #ui .pagination li.prev {
    float: left;
  }
  #ui .pagination li.prev span {
    background-position: -181px -1px;
  }
  #ui .pagination li.next {
    float: right;
    margin-right: 0;
  }
  #ui .pagination li.next span {
    background-position: -71px -1px;
  }
}

/**
 * comp: countryselector
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .countryselector {
    margin-bottom: 19px;
  }
  #ui .countryselector a {
    color: #666;
    display: block;
    float: left;
    font-size: 37.5px;
    font-weight: bold;
    padding: 15px;
  }
  #ui .countryselector h2 {
    color: #666;
    font-size: 37.5px;
    padding: 0 15px;
  }
  #ui .countryselector h3 {
    color: #666;
    font-size: 63px;
    padding: 0 15px;
  }
  #ui .countryselector h2 + .country-wrapper,
  #ui .countryselector h3 + .country-wrapper {
    margin-top: 19px;
  }
  #ui .countryselector span.separator {
    background-color: #666;
    float: left;
    height: 40px;
    margin-top: 25px;
    text-align: left;
    text-indent: -5000px;
    width: 2px;
  }
  #ui .countryselector ul {
    list-style: none;
  }
  #ui .countryselector li {
    float: left;
  }
  #ui .countryselector .country-wrapper > ul > li {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px 0 0;
    float: none;
  }
  #ui .countryselector .country-wrapper > ul > li:hover {
    background-color: #666;
  }
  #ui .countryselector .country-wrapper > ul > li:hover a {
    color: #fff;
    text-decoration: none;
  }
  #ui .countryselector .country-wrapper > ul > li:hover span.separator {
    background-color: #fff;
  }
  #ui .countryselector .country-wrapper > ul > li.last {
    border-width: 1px 0;
  }
}
/**
* comp: distributor search
* desc: UAG Loctite mobile 
*/
@media all {
  #ui #distributor-search,
  #ui #sales-search {
    color: #666;
    font-size: 19px;
    padding: 0 15px 15px;
  }
  #ui #distributor-search a,
  #ui #sales-search a {
    font-weight: bold;
    color: #666;
  }
  #ui #distributor-search input,
  #ui #sales-search input,
  #ui #distributor-search select,
  #ui #sales-search select {
    border: 1px solid #d3d3d3;
    font-size: 19px;
    margin-top: 3px;
    padding: 3px 5px;
    width: 100%;
  }
  #ui #distributor-search input,
  #ui #sales-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #ui #distributor-search label,
  #ui #sales-search label {
    font-size: 19px;
  }
  #ui #distributor-search fieldset.buttons,
  #ui #sales-search fieldset.buttons {
    margin-bottom: 15px;
  }
  #ui #distributor-search fieldset.buttons input,
  #ui #sales-search fieldset.buttons input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #d3d3d3), color-stop(1, #d3d3d3));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    border: 1px solid #666;
    color: #666;
    -moz-box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    float: right;
    width: auto;
  }
  #ui #distributor-search fieldset.buttons input:hover,
  #ui #sales-search fieldset.buttons input:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #999999), color-stop(1, #999999));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    -moz-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    -webkit-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    text-decoration: none;
  }
  #ui #distributor-search fieldset.distance,
  #ui #sales-search fieldset.distance {
    margin-bottom: 15px;
  }
  #ui #distributor-search dl.summary,
  #ui #sales-search dl.summary {
    display: none;
  }
  #ui #distributor-search .distributor-search-results,
  #ui #sales-search .distributor-search-results {
    margin-bottom: 15px;
  }
  #ui #distributor-search .distributor-search-results > div,
  #ui #sales-search .distributor-search-results > div {
    zoom: 1;
    border-top: 1px solid #d3d3d3;
    padding-top: 15px;
  }
  #ui #distributor-search .distributor-search-results > div:before,
  #ui #sales-search .distributor-search-results > div:before,
  #ui #distributor-search .distributor-search-results > div:after,
  #ui #sales-search .distributor-search-results > div:after {
    content: "";
    display: table;
  }
  #ui #distributor-search .distributor-search-results > div:after,
  #ui #sales-search .distributor-search-results > div:after {
    clear: both;
  }
  #ui #distributor-search .distributor-search-results .company-logo,
  #ui #sales-search .distributor-search-results .company-logo {
    float: left;
    margin-right: 15px;
  }
  #ui #distributor-search .distributor-search-results .company-logo img,
  #ui #sales-search .distributor-search-results .company-logo img {
    width: 100px;
  }
  #ui #distributor-search .distributor-search-results .company-name,
  #ui #sales-search .distributor-search-results .company-name {
    font-weight: bold;
  }
  #ui #distributor-search .distributor-search-results .company-address,
  #ui #sales-search .distributor-search-results .company-address {
    float: left;
    width: 40%;
  }
  #ui #distributor-search .distributor-search-results .company-address .zipcode,
  #ui #sales-search .distributor-search-results .company-address .zipcode {
    float: left;
    padding-right: 5px;
  }
  #ui #distributor-search .distributor-search-results .company-address > div,
  #ui #sales-search .distributor-search-results .company-address > div {
    clear: both;
  }
  #ui #distributor-search .distributor-search-results .company-contact,
  #ui #sales-search .distributor-search-results .company-contact {
    float: left;
    width: 28%;
  }
  #ui #distributor-search .distributor-search-results .distance,
  #ui #sales-search .distributor-search-results .distance {
    width: 31%;
  }
  #ui #distributor-search .error,
  #ui #sales-search .error {
    color: #cc0c21;
  }
  #ui #distributor-search .pagination,
  #ui #sales-search .pagination {
    zoom: 1;
    padding: 20px 0;
  }
  #ui #distributor-search .pagination:before,
  #ui #sales-search .pagination:before,
  #ui #distributor-search .pagination:after,
  #ui #sales-search .pagination:after {
    content: "";
    display: table;
  }
  #ui #distributor-search .pagination:after,
  #ui #sales-search .pagination:after {
    clear: both;
  }
  #ui #distributor-search .pagination li.disabled,
  #ui #sales-search .pagination li.disabled {
    display: none;
  }
  #ui #distributor-search .pagination li.current a,
  #ui #sales-search .pagination li.current a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #999999), color-stop(1, #999999));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    -moz-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    -webkit-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    text-decoration: none;
  }
}
/**
 * comp: form
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-size: 19px;
    margin-bottom: 15px;
  }
  #ui .form > h3 {
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 19px;
    padding: 19px 20px 0;
  }
  #ui .form fieldset {
    margin-bottom: 10px;
  }
  #ui .form .error-message {
    color: #cc0c21;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #ui .form form {
    padding: 0px 40px 15px;
    /*
            // captcha 
            .captcha {
                .border-simple(@c-form-border);
                .cl();
                margin-bottom: 20px;

                width: 63%;
        
                label {
                    line-height: 1;
                }
                .form_captcha_img {
                    background-color: @c-form-captchaBg;
                    float: left;
                    margin: 0 5px 15px 15px;
                    padding: 10px;
                }
                .form_captcha_refresh_input {
                    margin: 0 15px 15px 0;

                    input {
                        .uaglm-button();

                        &:focus,
                        &:active,
                        &:hover {
                            .uaglm-button-hover();
                        }
                        &:hover {
                            cursor: pointer;
                        }
                    }
                }
                .row {
                    .border-box();
                    padding: 15px;

                    &.captcha {
                        .border-box();

                        border: 0;
                        margin: 0 0 10px 0;
                        //min-width: 160px;
                        padding: 0;
                        width: 100%;
                    }
                }
            }
*/
  }
  #ui .form form .hint {
    line-height: 1;
  }
  #ui .form form .hint a:link,
  #ui .form form .hint a:visited {
    color: #666;
    font-weight: bold;
    text-decoration: underline;
  }
  #ui .form form p.hint {
    color: #cc0c21;
  }
  #ui .form form .submit + .hint {
    color: #666;
  }
  #ui .form form .fsInfo {
    margin-bottom: 30px;
  }
  #ui .form form .fsInfo .checkbox label {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding-bottom: 30px;
    padding-top: 9px;
    width: 18%;
  }
  #ui .form form .fsInfo .checkbox label .styledCheckbox {
    float: left;
    margin: -1px 5px 0 0;
  }
  #ui .form form .fsInfo .checkbox label strong {
    display: block;
    float: left;
    line-height: 14px;
    margin-left: 2px;
    margin-top: 0;
    padding-top: 0;
  }
  #ui .form form .fsInfo .checkbox .hint {
    display: block;
    float: left;
    line-height: 1.5;
    margin-top: 1px;
    padding: 0;
    width: 79%;
  }
  #ui .form form div.submit {
    zoom: 1;
    margin: 20px 0;
    position: relative;
  }
  #ui .form form div.submit:before,
  #ui .form form div.submit:after {
    content: "";
    display: table;
  }
  #ui .form form div.submit:after {
    clear: both;
  }
  #ui .form form div.submit .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #d3d3d3), color-stop(1, #d3d3d3));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    border: 1px solid #666;
    color: #666;
    -moz-box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    float: left;
  }
  #ui .form form div.submit .button:focus,
  #ui .form form div.submit .button:active,
  #ui .form form div.submit .button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #999999), color-stop(1, #999999));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    -moz-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    -webkit-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    text-decoration: none;
  }
  #ui .form form div.submit.hover,
  #ui .form form div.submit:hover {
    cursor: pointer;
  }
  #ui .form form div.submit input {
    background: none;
    border: none;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
  }
  #ui .form form .item.input select,
  #ui .form form .item.input input,
  #ui .form form .item.input.long-text,
  #ui .form form .row,
  #ui .form form .textarea,
  #ui .form form .textarea textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #ui .form form .form_captcha_refresh_input {
    float: right;
  }
  #ui .form form .checkbox label,
  #ui .form form .salutation label,
  #ui .form form .item.input label,
  #ui .form form .textarea label {
    line-height: 14px;
    margin-top: 9px;
  }
  #ui .form form .salutation label {
    display: inline-block;
    line-height: 18px;
    margin-right: 20px;
  }
  #ui .form form .item.input input,
  #ui .form form .item.input select,
  #ui .form form .textarea textarea {
    border: 1px solid #d3d3d3;
    margin-top: 3px;
    padding: 3px 5px;
  }
  #ui .form form .item.input input:hover,
  #ui .form form .item.input select:hover,
  #ui .form form .textarea textarea:hover {
    border-color: #cc0c21;
  }
  #ui .form form .item.input input.error,
  #ui .form form .select > p.error,
  #ui .form form .textarea textarea.error {
    border: 1px solid #cc0c21;
  }
  #ui .form form .checkbox strong,
  #ui .form form .checkbox .hint {
    line-height: 14px;
    margin-left: 2px;
    margin-top: 9px;
    padding-top: 3px;
  }
  #ui .form form .checkbox label,
  #ui .form form .checkbox label input {
    display: inline;
  }
  #ui .form form .checkbox .error,
  #ui .form form .checkbox .error a {
    color: #cc0c21;
  }
  #ui .form form .styledCheckbox,
  #ui .form form .styledRadio {
    background-image: url("../../../../designs/uag/loctite/mobile/components/form/img/uaglm.form.sprite.png");
    vertical-align: top;
  }
  #ui .form form .styledCheckbox {
    display: inline-block !important;
    height: 14px;
    margin: 6px 3px 0 -23px;
    padding-bottom: 2px;
    padding-right: 17px;
  }
  #ui .form form .styledCheckbox.styledCheckboxChecked {
    background-position: 0 -20px;
  }
  #ui .form form .styledRadio {
    background-position: -180px 0;
    display: inline-block !important;
    height: 18px;
    margin-right: 6px;
    padding-right: 18px;
  }
  #ui .form form .styledRadio.styledRadioChecked {
    background-position: -120px -20px;
  }
  #ui .form form .error .styledCheckbox {
    background-position: -90px 0;
  }
  #ui .form form .error .styledCheckbox.styledCheckboxChecked {
    background-position: 0 -20px;
  }
  #ui .form form .error .styledRadio {
    background-position: -210px 0;
  }
  #ui .form form .error .styledRadio.styledRadioChecked {
    background-position: -120px -20px;
  }
  #ui .form form .hover .styledCheckbox {
    background-position: -30px 0;
  }
  #ui .form form .hover .styledCheckbox.styledCheckboxChecked {
    background-position: -30px -20px;
  }
  #ui .form form .hover .styledRadio {
    background-position: -150px 0;
  }
  #ui .form form .hover .styledRadio.styledRadioChecked {
    background-position: -150px -20px;
  }
}
/**
 * comp: linklist
 * desc: UAG Loctite mobile
 */
@media all {
  #ui .linklist li {
    border-bottom: 1px solid #d3d3d3;
  }
  #ui .linklist a {
    color: #666;
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0 15px 45px;
    position: relative;
    text-decoration: none;
  }
  #ui .linklist a:hover {
    color: #cc0c21;
  }
  #ui .linklist a:after {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") no-repeat -71px 0 transparent;
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    right: 60px;
    top: 5px;
    width: 36px;
  }
  #ui .linklist a:hover:after {
    background-position: -107px 0;
  }
  #ui .linklist a.external {
    color: #cc0c21;
  }
  #ui .linklist a.external:link,
  #ui .linklist a.external:visited {
    -webkit-tap-highlight-color: transparent;
  }
  #ui .linklist a.external:hover {
    color: #cc0c21;
  }
  #ui .linklist a.external:after {
    background-position: -107px 0;
  }
  #ui .linklist a span {
    display: block;
    padding-right: 100px;
  }
  #ui .linklist ul,
  #ui .linklist ol {
    list-style: none;
  }
}
/**
 * comp: logo
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .logo.hover {
    cursor: pointer;
  }
  #ui #header .logo {
    background-color: #cc0c21;
    display: inline-block;
    margin: 15px 0 5px 0;
    padding: 5px 20px 5px 15px;
    position: relative;
  }
  #ui #header .logo:before {
    -moz-transform: skewY(-1deg) skewX(11deg);
    -webkit-transform: skewY(-1deg) skewX(11deg);
    -o-transform: skewY(-1deg) skewX(11deg);
    -ms-transform: skewY(-1deg) skewX(11deg);
    transform: skewY(-1deg) skewX(11deg);
    background: rgba(204, 12, 33, 0.65);
    content: "";
    display: block;
    height: 90%;
    position: absolute;
    right: -18px;
    width: 90%;
    top: -5px;
  }
  #ui #header .logo a,
  #ui #header .logo img {
    max-width: 610px;
    position: relative;
  }
  #ui #header .logo figcaption {
    color: #fff;
    font-size: 40.5px;
    font-weight: bold;
    padding: 5px 30px 0;
    position: relative;
  }
  #ui #footer .logo {
    margin-top: 10px;
  }
  #ui #footer .logo img {
    margin: 0 auto;
    max-width: 610px;
  }
}
/**
 * comp: naviation - backbutton
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .backbutton {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cc0c21), color-stop(1, #a30a1a));
    background-image: -moz-linear-gradient(center top, #cc0c21 0, #a30a1a 100%);
    background-image: -ms-linear-gradient(top, #cc0c21 0, #a30a1a 100%);
    background-image: -o-linear-gradient(top, #cc0c21 0, #a30a1a 100%);
    background-image: linear-gradient(top, #cc0c21 0, #a30a1a 100%);
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10;
  }
  #ui .backbutton a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 24px;
  }
  #ui .backbutton a:link,
  #ui .backbutton a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  #ui .backbutton a:focus,
  #ui .backbutton a:active,
  #ui .backbutton a:hover {
    background-color: #666;
  }
  #ui .backbutton a:after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 44px;
    width: 18px;
    background-image: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png");
    background-color: transparent;
    background-repeat: no-repeat;
  }
  #ui .backbutton a {
    padding: 13px 20px 13px 45px;
  }
  #ui .backbutton a:after {
    left: 15px;
    background-position: -225px 0;
  }
}
/**
 * comp: naviation - childnav
 * desc: UAG Loctite mobile
 */
@media all {
  #ui .child-nav li {
    border-bottom: 1px solid #d3d3d3;
  }
  #ui .child-nav a {
    color: #666;
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0 15px 45px;
    position: relative;
    text-decoration: none;
  }
  #ui .child-nav a:hover {
    color: #cc0c21;
  }
  #ui .child-nav a:after {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") no-repeat -71px 0 transparent;
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    right: 60px;
    top: 5px;
    width: 36px;
  }
  #ui .child-nav a:hover:after {
    background-position: -107px 0;
  }
  #ui .child-nav a.external {
    color: #cc0c21;
  }
  #ui .child-nav a.external:link,
  #ui .child-nav a.external:visited {
    -webkit-tap-highlight-color: transparent;
  }
  #ui .child-nav a.external:hover {
    color: #cc0c21;
  }
  #ui .child-nav a.external:after {
    background-position: -107px 0;
  }
  #ui .child-nav a span {
    display: block;
    padding-right: 100px;
  }
  #ui .child-nav ul,
  #ui .child-nav ol {
    list-style: none;
  }
}
/**
 * comp: naviation - main nav
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .main-nav {
    margin-bottom: 15px;
  }
  #ui .main-nav ul li {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px 0 0;
    float: none;
    position: relative;
  }
  #ui .main-nav ul li:before {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") repeat-x 0 50% transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 13px;
    width: 36px;
  }
  #ui .main-nav ul li:hover {
    background-color: #666;
  }
  #ui .main-nav ul li:hover:before {
    background-position: -36px 50%;
  }
  #ui .main-nav ul li:hover a {
    color: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #ui .main-nav ul li.last {
    border-width: 1px 0;
  }
  #ui .main-nav ul li a {
    color: #666;
    font-size: 37.5px;
    font-weight: bold;
    padding: 15px;
  }
}
/* *
* comp:naviation - meta nav
* desc:UAG Loctite mobile */
@media all {
  #ui #navbar.transition li {
    position: relative;
    clear: both;
    width: 100%;
    padding: 23px 0;
  }
  #ui #navbar.transition li a {
    color: #666;
    font-size: 37.5px;
    line-height: 53px;
    margin-left: 82px;
    text-decoration: none;
  }
  #ui #navbar.transition .meta-nav.mobile-main-nav {
    margin: 0;
  }
  #ui #navbar.transition .meta-nav.mobile-main-nav ul {
    zoom: 1;
    background-color: #fff;
  }
  #ui #navbar.transition .meta-nav.mobile-main-nav ul:before,
  #ui #navbar.transition .meta-nav.mobile-main-nav ul:after {
    content: "";
    display: table;
  }
  #ui #navbar.transition .meta-nav.mobile-main-nav ul:after {
    clear: both;
  }
  #ui #navbar.transition .meta-nav.mobile-main-nav ul li {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
  }
  #ui #navbar.transition .meta-nav.mobile-main-nav ul li:first-child {
    border-top-width: 0;
  }
  #ui #navbar.transition .meta-nav.mobile-main-nav ul li:last-child {
    border-bottom-width: 0;
  }
  #ui #navbar.transition .meta-nav.mobile-main-nav ul li a .nav-image {
    position: absolute;
    top: 15px;
    left: 16px;
  }
  #ui #navbar.transition .meta-nav.mobile-footer-nav {
    background-color: #eee;
  }
  #ui #navbar.transition .meta-nav.mobile-footer-nav ul {
    zoom: 1;
  }
  #ui #navbar.transition .meta-nav.mobile-footer-nav ul:before,
  #ui #navbar.transition .meta-nav.mobile-footer-nav ul:after {
    content: "";
    display: table;
  }
  #ui #navbar.transition .meta-nav.mobile-footer-nav ul:after {
    clear: both;
  }
  #ui #navbar.transition .meta-nav.mobile-footer-nav ul li {
    clear: both;
    border-bottom: 2px solid #fff;
  }
}
/**
 * comp: navigation - navtree
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .navtree {
    zoom: 1;
    padding: 15px 0;
  }
  #ui .navtree:before,
  #ui .navtree:after {
    content: "";
    display: table;
  }
  #ui .navtree:after {
    clear: both;
  }
  #ui .navtree a {
    color: #666;
    font-size: 21px;
    font-weight: bold;
  }
  #ui .navtree ol {
    list-style: none;
  }
  #ui .navtree .pageelement {
    display: none;
  }
  #ui .navtree > .pageelement:first-child {
    display: block;
  }
  #ui .navtree .pageoptions {
    zoom: 1;
    margin-bottom: 15px;
  }
  #ui .navtree .pageoptions:before,
  #ui .navtree .pageoptions:after {
    content: "";
    display: table;
  }
  #ui .navtree .pageoptions:after {
    clear: both;
  }
  #ui .navtree .pageoptions > ol > li {
    float: left;
  }
  #ui .navtree .pageoptions.radio > ol > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 30px 20px;
    position: relative;
    width: 33%;
  }
  #ui .navtree .pageoptions.radio > ol > li:nth-child(3n+4) {
    clear: left;
  }
  #ui .navtree .pageoptions.radio > ol > li > a {
    text-align: center;
  }
  #ui .navtree .pageoptions.radio > ol > li > a span {
    display: block;
    padding-top: 27px;
  }
  #ui .navtree .pageoptions.radio > ol > li > a:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #666;
    content: "";
    display: block;
    height: 15px;
    margin-left: -12px;
    left: 50%;
    position: absolute;
    width: 15px;
  }
  #ui .navtree .pageoptions.radio > ol > li:hover > a,
  #ui .navtree .pageoptions.radio > ol > li.selected > a {
    color: #000;
    text-decoration: none;
  }
  #ui .navtree .pageoptions.radio > ol > li:hover > a:before,
  #ui .navtree .pageoptions.radio > ol > li.selected > a:before {
    background-color: #666;
    border-color: #000;
  }
  #ui .navtree .pageoptions.button > ol {
    padding-left: 25px;
  }
  #ui .navtree .pageoptions.button > ol > li {
    margin-left: 20px;
  }
  #ui .navtree .pageoptions.button > ol > li > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #d3d3d3), color-stop(1, #d3d3d3));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    background-image: linear-gradient(top, #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%);
    border: 1px solid #666;
    color: #666;
    -moz-box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    box-shadow: inset 1px 1px 0px 0px #ffffff, 0 1px 2px 0 #000000;
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
  }
  #ui .navtree .pageoptions.button > ol > li:hover a,
  #ui .navtree .pageoptions.button > ol > li.selected a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.6, #999999), color-stop(1, #999999));
    background-image: -moz-linear-gradient(center top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    background-image: linear-gradient(top, #ffffff 0%, #999999 60%, #999999 100%);
    -moz-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    -webkit-box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    box-shadow: inset 1px 1px 3px 0px #1a1a1a;
    text-decoration: none;
  }
  #ui .navtree .pageelements,
  #ui .navtree .pageoptions,
  #ui .navtree .pagevalues {
    display: none;
  }
  #ui .navtree .pagevalues {
    clear: both;
  }
  #ui .navtree .pagevalues ol li > div:first-child {
    border-top: 1px solid #d3d3d3;
    padding-top: 15px;
  }
  #ui .navtree .pageresult a {
    background-color: #666;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 10px 20px 10px 15px;
    text-decoration: none;
  }
  #ui .navtree .pageresult a span {
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
  }
  #ui .navtree .pageresult a span:before {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") no-repeat -262px 0 transparent;
    content: "";
    display: block;
    height: 44px;
    margin-right: 4px;
    position: absolute;
    top: -14px;
    width: 18px;
  }
}
/**
 * comp: naviation - sub nav
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .sub-nav ul li {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px 0 0;
    float: none;
  }
  #ui .sub-nav ul li:hover {
    background-color: #666;
  }
  #ui .sub-nav ul li:hover a {
    color: #fff;
    text-decoration: none;
  }
  #ui .sub-nav ul li.last {
    border-width: 1px 0;
  }
  #ui .sub-nav ul li a {
    color: #666;
    display: block;
    font-size: 37.5px;
    font-weight: bold;
    padding: 15px;
  }
}
/**
 * comp: page 
 */
@media all {
  html,
  body {
    height: 100%;
  }
  html {
    background: url("../../../../designs/uag/loctite/mobile/components/page/img/uaglm.page.bg.png") repeat 0 0 #ededed;
  }
  #ui {
    position: relative;
    width: 640px;
    min-height: 97%;
  }
  #ui #header {
    position: relative;
  }
  #ui #header h1 {
    left: -5000px;
    overflow: hidden;
    position: absolute;
  }
  #ui #main {
    padding-top: 65px;
    position: relative;
  }
  #ui #footer .footer-wrapper {
    border-top: 1px solid #d3d3d3;
    padding: 15px 15px 15px 0;
  }
  .homepage #ui #main {
    padding-top: 0;
  }
  .productpage #ui #content {
    min-height: 65px;
  }
  .productpage #ui .sidebar {
    zoom: 1;
    min-height: 200px;
    padding: 0 15px 15px 0;
    position: relative;
  }
  .productpage #ui .sidebar:before,
  .productpage #ui .sidebar:after {
    content: "";
    display: table;
  }
  .productpage #ui .sidebar:after {
    clear: both;
  }
  .productpage #ui .sidebar .shortlinks {
    bottom: 6px;
    float: left;
    position: relative;
    width: 60%;
  }
  .productpage #ui .sidebar > .image {
    float: right;
    width: 33%;
  }
  .productpage #ui .sidebar > .image img {
    margin: 0 auto;
    max-widht: 100%;
  }
}
@media all {
  #ui .navbarswitch {
    display: none;
  }
  #ui .wrapper {
    position: absolute;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
    height: 100%;
  }
  #ui .wrapper .indicatorlist {
    list-style: none;
    position: absolute;
    top: 29px;
    right: 10px;
  }
  #ui .wrapper .indicatorlist li button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 5px;
    -webkit-appearance: none;
  }
  #ui .wrapper .indicatorlist .icon-navbar {
    width: 69px;
    height: 71px;
    background: transparent url("../../../../designs/uag/loctite/mobile/common/img/nav-indicator.png") 0 0 no-repeat;
  }
  #ui .wrapper .navbarswitch {
    height: 100%;
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 100000;
    display: none;
  }
  #ui .wrapper .navbarswitch div {
    position: absolute;
    background: #fff;
    left: 0;
    top: 39%;
    -webkit-border-radius: 5px 0px 0 5px;
    -moz-border-radius: 5px 0px 0 5px;
    border-radius: 5px 0px 0 5px;
    -webkit-box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.2);
  }
  #ui .wrapper .navbarswitch div.icon-nav-next:before {
    content: "";
    margin: 28px 18px;
    display: block;
    width: 23px;
    height: 32px;
    background: transparent url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") -290px 50% no-repeat;
  }
  #ui .wrapper.navbar {
    overflow: hidden;
  }
  #ui .wrapper.navbar video,
  #ui .wrapper.navbar embed {
    -webkit-transform-style: preserve-3d;
    display: none;
  }
  #ui .wrapper.navbar .navbarswitch {
    display: block;
    zoom: 1;
  }
  #ui .wrapper.navbar .navbarswitch:before,
  #ui .wrapper.navbar .navbarswitch:after {
    content: "";
    display: table;
  }
  #ui .wrapper.navbar .navbarswitch:after {
    clear: both;
  }
  #ui .wrapper.navbar.transition {
    padding-right: 8px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin-left: -448px;
  }
  #ui #navbar {
    background: #fff;
    display: none;
    float: right;
    min-height: 100%;
    overflow-y: auto;
    padding: 16px 0 0 8px;
    position: fixed;
    top: 0;
    height: 100%;
    width: 432px;
    -webkit-box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.2);
  }
  #ui #navbar #navbar-wrapper {
    float: none;
    margin: 0;
    min-height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: #eee;
  }
  #ui #navbar.transition {
    display: block;
    right: -450px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  #ui #navbar.transition.active {
    right: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 20;
  }
  #ui #navbar div,
  #ui #navbar nav {
    clear: both;
    display: block;
    float: none;
    margin: 8px 0;
  }
}
/**
 * comp: search
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .search {
    color: #666;
  }
  #ui .search > h2 {
    font-size: 25px;
    padding: 0 15px;
  }
  #ui .search > h3 {
    font-size: 23px;
    padding: 0 15px 19px 15px;
  }
  #ui .search .searchresults > ul > li {
    border-top: 1px solid #d3d3d3;
    display: block;
  }
  #ui .search .searchresults a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    color: #666;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    width: 100%;
  }
  #ui .search .searchresults a:before,
  #ui .search .searchresults a:after {
    content: "";
    display: table;
  }
  #ui .search .searchresults a:after {
    clear: both;
  }
  #ui .search .searchresults a:hover,
  #ui .search .searchresults a:active,
  #ui .search .searchresults a:focus {
    background-color: #d3d3d3;
  }
  #ui .search .searchresults h4 {
    font-size: 30px;
    font-weight: bold;
  }
  #ui .search .searchresults p {
    font-size: 23px;
  }
  #ui .search .searchresults .excerpt {
    display: table-cell;
    vertical-align: middle;
  }
  #ui .search .searchresults .more {
    display: block;
    position: relative;
    text-align: left;
    text-indent: -9000px;
  }
  #ui .search .searchresults .more:after {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") no-repeat -112px 0 transparent;
    content: "";
    display: block;
    float: left;
    height: 44px;
    width: 36px;
  }
  #ui .search .searchresults .no-icon {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
    width: 100px;
  }
  #ui .search .searchresults .no-icon img {
    max-width: 100%;
    margin: 0 auto;
  }
}
/**
 * comp: search - input box
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .input-box {
    padding: 5px 5px 5px 15px;
  }
  #ui .input-box .searchfield {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 75px;
    width: 100%;
  }
  #ui .input-box .searchfield input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #d3d3d3;
    color: #666;
    font-size: 21px;
    font-weight: bold;
    height: 66px;
    padding: 7px;
    width: 100%;
    -webkit-appearance: none;
  }
  #ui .input-box .searchbutton {
    background-color: #cc0c21;
    padding: 8px 10px;
    position: absolute;
    right: 5px;
  }
  #ui .input-box .searchbutton:hover,
  #ui .input-box .searchbutton:active {
    background-color: #666;
  }
  #ui .input-box .searchbutton button {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") no-repeat -36px 0 transparent;
    border: 0;
    color: transparent;
    height: 50px;
    text-indent: -5000px;
    width: 36px;
  }
}
/**
 * comp: stage
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .stage {
    zoom: 1;
    margin-bottom: 15px;
    position: relative;
  }
  #ui .stage:before,
  #ui .stage:after {
    content: "";
    display: table;
  }
  #ui .stage:after {
    clear: both;
  }
  #ui .stage.hover {
    cursor: pointer;
  }
  #ui .stage .image {
    max-width: 640px;
  }
  #ui .stage .image img {
    max-width: 100%;
  }
  #ui .stage .textblock {
    background-color: #cc0c21;
    position: absolute;
    right: 0;
    top: 0;
  }
  #ui .stage .textblock:before {
    -moz-transform: skewY(-2deg) skewX(6deg);
    -webkit-transform: skewY(-2deg) skewX(6deg);
    -o-transform: skewY(-2deg) skewX(6deg);
    -ms-transform: skewY(-2deg) skewX(6deg);
    transform: skewY(-2deg) skewX(6deg);
    background: rgba(204, 12, 33, 0.65);
    bottom: -3px;
    -webkit-box-shadow: 0 0 1px 0 rgba(204, 12, 33, 0.65);
    -moz-box-shadow: 0 0 1px 0 rgba(204, 12, 33, 0.65);
    box-shadow: 0 0 1px 0 rgba(204, 12, 33, 0.65);
    content: "";
    display: block;
    height: 90%;
    left: -10px;
    position: absolute;
    width: 90%;
  }
  #ui .stage .textblock a {
    color: #fff;
    display: block;
    font-size: 40.5px;
    font-weight: bold;
    padding: 20px 7px 15px 20px;
    position: relative;
  }
  #ui .stage .textblock a:hover {
    text-decoration: none;
  }
  #ui .stage .textblock a span {
    display: block;
    line-height: 1;
    padding-right: 48px;
    position: relative;
  }
  #ui .stage .textblock a span:after {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") no-repeat -149px 0 transparent;
    content: "";
    height: 44px;
    position: absolute;
    top: -8px;
    right: 0;
    width: 34px;
  }
  #ui .stage .textblock h2 {
    color: #fff;
    font-size: 25px;
    padding: 20px 25px 15px 20px;
    position: relative;
  }
  #ui .stage .textblock h2 + a {
    border-top: 1px solid #fff;
  }
  #ui .stage .textblock h3,
  #ui .stage .textblock > .textimage {
    display: none;
  }
  #ui .stage .noimage .textblock {
    float: right;
    position: relative;
  }
}
/**
 * comp: teaser
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .teaser {
    color: #666;
  }
  #ui .teaser.hover {
    background-color: #d3d3d3;
    cursor: pointer;
  }
  #ui .teaser .image {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
    width: 100px;
  }
  #ui .teaser .image img {
    margin: 0 auto;
    max-width: 100%;
  }
  #ui .teaser .textblock {
    display: table-cell;
    vertical-align: middle;
  }
  #ui .teaser .textblock:after {
    background: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png") no-repeat -112px 0 transparent;
    content: "";
    display: block;
    float: left;
    height: 44px;
    width: 36px;
  }
  #ui .teaser .textblock > h3 {
    font-size: 50px;
  }
  #ui .teaser .textblock > h4,
  #ui .teaser .textblock > .text p {
    font-size: 23px;
    font-weight: normal;
    line-height: normal;
    padding: 0 15px 0 0;
  }
  #ui .teaser a.button {
    float: left;
  }
  #ui .teaser a.button span {
    display: block;
    position: relative;
    text-align: left;
    text-indent: -9000px;
  }
  #ui .teaser .rendermode_imageFirst {
    display: block;
    padding: 10px 15px;
  }
}
/**
 * comp: teaser - teasergallery
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .teasergallery > ul > li {
    border-top: 1px solid #d3d3d3;
    display: block;
  }
}
/**
 * comp: text - textimage 
 * desc: UAG Loctite mobile
 */
@media all {
  #ui .textimage,
  #ui .text {
    zoom: 1;
    padding: 0 45px 15px;
  }
  #ui .textimage:before,
  #ui .text:before,
  #ui .textimage:after,
  #ui .text:after {
    content: "";
    display: table;
  }
  #ui .textimage:after,
  #ui .text:after {
    clear: both;
  }
  #ui .textimage.searchtitle,
  #ui .text.searchtitle {
    padding: 15px;
  }
  #ui .textimage.searchtitle:empty,
  #ui .text.searchtitle:empty {
    display: none;
  }
  #ui .textimage.image-left > .image,
  #ui .text.image-left > .image {
    clear: left;
    float: left;
    margin-right: 15px;
  }
  #ui .textimage.image-left.image-size33 > .textimage-text,
  #ui .text.image-left.image-size33 > .textimage-text {
    margin-left: 34%;
  }
  #ui .textimage.image-left.image-size50 > .textimage-text,
  #ui .text.image-left.image-size50 > .textimage-text {
    margin-left: 52%;
  }
  #ui .textimage.image-left.image-size50 ul,
  #ui .text.image-left.image-size50 ul {
    clear: none;
  }
  #ui .textimage.image-left ol,
  #ui .text.image-left ol,
  #ui .textimage.image-left ul,
  #ui .text.image-left ul {
    clear: both;
  }
  #ui .textimage.image-right > .image,
  #ui .text.image-right > .image {
    clear: right;
    float: right;
    margin-left: 15px;
  }
  #ui .textimage.image-right > .image a,
  #ui .text.image-right > .image a,
  #ui .textimage.image-right > .image img,
  #ui .text.image-right > .image img,
  #ui .textimage.image-right > .image figcaption,
  #ui .text.image-right > .image figcaption {
    float: right;
    max-width: 100%;
    text-align: right;
  }
  #ui .textimage.image-right > .image.zoom a span.magnifier,
  #ui .text.image-right > .image.zoom a span.magnifier {
    left: auto;
    right: 0;
  }
  #ui .textimage.image-right.image-size33 > .textimage-text,
  #ui .text.image-right.image-size33 > .textimage-text {
    margin-right: 34%;
  }
  #ui .textimage.image-right.image-size50 > .textimage-text,
  #ui .text.image-right.image-size50 > .textimage-text {
    margin-right: 52%;
  }
  #ui .textimage.image-right.image-size50 ul,
  #ui .text.image-right.image-size50 ul {
    clear: none;
  }
  #ui .textimage.image-full > .image,
  #ui .text.image-full > .image {
    clear: both;
    float: none;
  }
  #ui .textimage p,
  #ui .text p {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 25px;
  }
  #ui .textimage h2,
  #ui .text h2 {
    font-size: 37.5px;
    font-weight: bold;
    margin: 0 0 34px;
  }
  #ui .textimage h3,
  #ui .text h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 21px;
  }
  #ui .textimage h4,
  #ui .text h4 {
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 28px;
  }
  #ui .textimage h5,
  #ui .text h5 {
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 19px;
  }
  #ui .textimage ol,
  #ui .text ol,
  #ui .textimage ul,
  #ui .text ul {
    font-size: 19px;
    line-height: 28px;
    margin: 0 0 25px 15px;
  }
  #ui .textimage .footnote,
  #ui .text .footnote {
    font-size: 18px;
    line-height: 22px;
  }
  #ui .textimage .link-button,
  #ui .text .link-button {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cc0c21), color-stop(1, #a30a1a));
    background-image: -moz-linear-gradient(center top, #cc0c21 0, #a30a1a 100%);
    background-image: -ms-linear-gradient(top, #cc0c21 0, #a30a1a 100%);
    background-image: -o-linear-gradient(top, #cc0c21 0, #a30a1a 100%);
    background-image: linear-gradient(top, #cc0c21 0, #a30a1a 100%);
    display: inline-block;
  }
  #ui .textimage .link-button a,
  #ui .text .link-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 24px;
  }
  #ui .textimage .link-button a:link,
  #ui .text .link-button a:link,
  #ui .textimage .link-button a:visited,
  #ui .text .link-button a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  #ui .textimage .link-button a:focus,
  #ui .text .link-button a:focus,
  #ui .textimage .link-button a:active,
  #ui .text .link-button a:active,
  #ui .textimage .link-button a:hover,
  #ui .text .link-button a:hover {
    background-color: #666;
  }
  #ui .textimage .link-button a:after,
  #ui .text .link-button a:after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 44px;
    width: 18px;
    background-image: url("../../../../designs/uag/loctite/mobile/common/img/uaglm.common.spriteXL.png");
    background-color: transparent;
    background-repeat: no-repeat;
  }
  #ui .textimage .link-button a,
  #ui .text .link-button a {
    padding: 13px 45px 13px 20px;
  }
  #ui .textimage .link-button a:after,
  #ui .text .link-button a:after {
    right: 15px;
    background-position: -260px 0;
  }
  #ui .textimage a,
  #ui .text a {
    font-weight: bold;
  }
  #ui .textimage a:link,
  #ui .text a:link,
  #ui .textimage a:visited,
  #ui .text a:visited {
    color: #666;
    text-decoration: underline;
  }
  #ui .textimage a:hover,
  #ui .text a:hover,
  #ui .textimage a:active,
  #ui .text a:active,
  #ui .textimage a:focus,
  #ui .text a:focus {
    background-color: transparent;
    color: #cc0c21;
    text-decoration: underline;
  }
  #ui #header .introduction.textimage {
    padding: 10px 15px;
  }
}
/**
 * comp: text - title
 * desc: UAG Loctite mobile
 */
@media all {
  #ui .title {
    padding: 0 45px 28px;
  }
  #ui .title h2 {
    font-size: 37.5px;
  }
  #ui .title h3 {
    font-size: 23px;
  }
  .contentpage #ui .title {
    background-color: #999999;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 45px;
  }
  .contentpage #ui .title h2 {
    font-size: 25px;
  }
  .contentpage #ui .title:first-child {
    background-color: transparent;
    color: #666666;
    padding: 0 45px 28px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
  }
  .contentpage #ui .title:first-child h2 {
    font-size: 37.5px;
  }
  .productpage #ui .title:first-child h3,
  .contentpage #ui .title:first-child h3 {
    font-size: 63px;
  }
}
/**
 * comp: text - footnote
 * desc: UAG Loctite mobile 
 */
@media all {
  #ui .footnote {
    color: #666;
    display: block;
    font-size: 19px;
    text-align: center;
  }
}
/**
 * comp: skiplink
 */
@media all {
  #ui .skiplink {
    position: absolute;
    top: 0;
    left: -9999px;
  }
}
@media all {
  #ui .textimage.description {
    padding: 0 15px 15px;
  }
  #ui .textimage.description .cookie-description > div.title {
    width: auto;
  }
  #ui .textimage.description .cookie-description > div.title h3 {
    font-size: 20px;
  }
  #ui .textimage.description .cookie-description > div.title:first-child {
    border: none;
  }
  #ui .cookies.collection > .textimage.description {
    width: 90%;
  }
}
/**
 * comp: cookie-switch (skin)
 */
@media all {
  #ui .switch .cookie.switch {
    padding: 0px 15px 15px;
  }
}
@media all {
  #ui #promotion .title {
    background-color: #999999;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 45px;
  }
  #ui #promotion .title h2 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
  }
}
/* *
* comp:sharing - addthis */
@media all {
  #ui .sharing.addthis {
    padding: 15px 0 15px 45px;
  }
}
@media all {
  #ui .video {
    padding: 15px;
    margin-bottom: 25px;
  }
  #ui .video img {
    display: inline-block;
  }
  #ui .video h2 {
    font-size: 37.5px;
    font-weight: normal;
    padding-bottom: 25px;
  }
  #ui .video p,
  #ui .video li {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 25px;
  }
  #ui .video p {
    padding-bottom: 25px;
  }
}

