/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    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;
  }
  .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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #19467d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0c223d;
  text-decoration: underline;
}
a:focus {
  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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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;
}
[role="button"] {
  cursor: pointer;
}
.container,
.wrapper,
.pagerow .pagerow__container,
.box--container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .wrapper,
  .pagerow .pagerow__container,
  .box--container {
    width: 750px;
  }
}
@media (min-width: 1010px) {
  .container,
  .wrapper,
  .pagerow .pagerow__container,
  .box--container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container,
  .wrapper,
  .pagerow .pagerow__container,
  .box--container {
    width: 990px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1010px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
h1,
.hl1,
h2,
.hl2,
h3,
.hl3 {
  font-family: inherit;font-weight: 500;line-height: 1.1;color: inherit;
}
h1,
.hl1,
h2,
.hl2,
h3,
.hl3 {
  margin-top: 20px;margin-bottom: 10px;
}
h1,
.hl1 {
  font-size: 19px;
}
h2,
.hl2 {
  font-size: 19px;
}
h3,
.hl3 {
  font-size: 19px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ebecec;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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,
.catmenu--products {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive,
  .catmenu--products {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.customer-account-login .field,
.customer-account-forgotpassword .field,
.customer-account-login .wide,
.customer-account-forgotpassword .wide {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
}.btn,
.button,
.button-yellow,
.button-primary,
.button-main {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  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;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.button,
.button-yellow,
.button-primary,
.button-main {
  color: #fff;
  background-color: #19467d;
  border-color: #153a68;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #112e52;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #112e52;
  border-color: #0b1e35;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #112e52;
  border-color: #0b1e35;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0b1e35;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #19467d;
  border-color: #153a68;
}
.btn-primary .badge {
  color: #19467d;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #19467d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0c223d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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%;
}
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.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 .btn,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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 > .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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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 > .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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #19467d;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  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: #19467d;
}
.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;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.error,
.no-distributors,
.no-contacts,
.webforms-success-text {
  padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;
}
.webforms-success-text {
  background-color: #dff0d8;border-color: #d6e9c6;color: #3c763d;
}
.no-distributors,
.no-contacts {
  background-color: #fcf8e3;border-color: #faebcc;color: #8a6d3b;
}
.error {
  background-color: #f2dede;border-color: #ebccd1;color: #a94442;
}
.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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1010px) {
  .modal-lg {
    width: 900px;
  }
}
.container,
.container-fluid,
.row,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.modal-header,
.modal-footer,
.pagerow .pagerow__container .pagerow__content table,
.wrapper--homepage-teaser,
.imprint-header__data,
.application__menu,
.sitemap,
.contacts,
.distributor__intro,
.distributor__main,
.distributor__locations,
.application-examples.application-page-old .wrapper--content .example--container,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content,
.application-examples.application-page-old .wrapper--header.application-examples-filter,
.downloads__productinfo__menu,
.calculations .wrapper--content .calculations--container,
.blog-index-list .news--category-selector,
.blog-post-view .news--category-selector,
.blog-index-list #news .news--container,
.blog-post-view #news .news--container,
.subcategory .subcategory__segment__container,
.catalog-product-view .related--container,
.catalog-product-view .related--container.first,
.usecase--container,
.usecase--container .usecase--left .usecase--item,
.customer-account-login .field,
.customer-account-forgotpassword .field,
.customer-account-login .wide,
.customer-account-forgotpassword .wide,
.wrapper,
.pagerow .pagerow__container,
.box--container {
  zoom: 1;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.pagerow .pagerow__container .pagerow__content table:before,
.pagerow .pagerow__container .pagerow__content table:after,
.wrapper--homepage-teaser:before,
.wrapper--homepage-teaser:after,
.imprint-header__data:before,
.imprint-header__data:after,
.application__menu:before,
.application__menu:after,
.sitemap:before,
.sitemap:after,
.contacts:before,
.contacts:after,
.distributor__intro:before,
.distributor__intro:after,
.distributor__main:before,
.distributor__main:after,
.distributor__locations:before,
.distributor__locations:after,
.application-examples.application-page-old .wrapper--content .example--container:before,
.application-examples.application-page-old .wrapper--content .example--container:after,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content:before,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content:after,
.application-examples.application-page-old .wrapper--header.application-examples-filter:before,
.application-examples.application-page-old .wrapper--header.application-examples-filter:after,
.downloads__productinfo__menu:before,
.downloads__productinfo__menu:after,
.calculations .wrapper--content .calculations--container:before,
.calculations .wrapper--content .calculations--container:after,
.blog-index-list .news--category-selector:before,
.blog-index-list .news--category-selector:after,
.blog-post-view .news--category-selector:before,
.blog-post-view .news--category-selector:after,
.blog-index-list #news .news--container:before,
.blog-index-list #news .news--container:after,
.blog-post-view #news .news--container:before,
.blog-post-view #news .news--container:after,
.subcategory .subcategory__segment__container:before,
.subcategory .subcategory__segment__container:after,
.catalog-product-view .related--container:before,
.catalog-product-view .related--container:after,
.catalog-product-view .related--container.first:before,
.catalog-product-view .related--container.first:after,
.usecase--container:before,
.usecase--container:after,
.usecase--container .usecase--left .usecase--item:before,
.usecase--container .usecase--left .usecase--item:after,
.customer-account-login .field:before,
.customer-account-login .field:after,
.customer-account-forgotpassword .field:before,
.customer-account-forgotpassword .field:after,
.customer-account-login .wide:before,
.customer-account-login .wide:after,
.customer-account-forgotpassword .wide:before,
.customer-account-forgotpassword .wide:after,
.wrapper:before,
.wrapper:after,
.pagerow .pagerow__container:before,
.pagerow .pagerow__container:after,
.box--container:before,
.box--container:after {
  content: " ";display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.modal-header:after,
.modal-footer:after,
.pagerow .pagerow__container .pagerow__content table:after,
.wrapper--homepage-teaser:after,
.imprint-header__data:after,
.application__menu:after,
.sitemap:after,
.contacts:after,
.distributor__intro:after,
.distributor__main:after,
.distributor__locations:after,
.application-examples.application-page-old .wrapper--content .example--container:after,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content:after,
.application-examples.application-page-old .wrapper--header.application-examples-filter:after,
.downloads__productinfo__menu:after,
.calculations .wrapper--content .calculations--container:after,
.blog-index-list .news--category-selector:after,
.blog-post-view .news--category-selector:after,
.blog-index-list #news .news--container:after,
.blog-post-view #news .news--container:after,
.subcategory .subcategory__segment__container:after,
.catalog-product-view .related--container:after,
.catalog-product-view .related--container.first:after,
.usecase--container:after,
.usecase--container .usecase--left .usecase--item:after,
.customer-account-login .field:after,
.customer-account-forgotpassword .field:after,
.customer-account-login .wide:after,
.customer-account-forgotpassword .wide:after,
.wrapper:after,
.pagerow .pagerow__container:after,
.box--container:after {
  clear: both;
}
h1,
.hl1 {
  color: #19467d;
}
span.logo {
  font-size: 17px;
  font-weight: bold;
  color: #19467d;
}
h2,
.hl2 {
  color: #707070;
}
h1 + h2,
.hl1 + .hl2 {
  margin-top: -0.5em;
}
h2 + h3,
.hl2 + .hl3 {
  margin-top: 0.8em;
}
h1,
h2,
h3,
.hl1,
.hl2,
.hl3 {
  font-weight: bold;
  line-height: 1.4;
}
h3.branded.full-width {
  border-bottom: 4px solid #6ab7b6;
  color: #707070;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
h3.branded.full-width.yellow {
  border-bottom: 4px solid #f8ce00;
}
h3.branded.full-width.green {
  border-bottom: 4px solid #8dbc08;
}
h3.branded.full-width.red {
  border-bottom: 4px solid #e13c25;
}
h5 {
  font-weight: normal;
  margin-left: 0 !important;
}
h6 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 20px;
}
.content p {
  font-size: 12px;
  line-height: 21.6px;
  margin: 0 0 30px;
}
#mainContent h1 + h2 + *:not(h3),
#mainContent h2 + h3 + * {
  font-size: 16px;
  margin-top: 30px;
}
#mainContent header h3 {
  margin-bottom: 40px;
}
#mainContent h3 {
  color: #000000;
}
.catalog-category-view .content .flexcms-element p {
  font-size: 16px;
}
em {
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  color: #707070;
}
.list,
.list--inline,
.catmenu__list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  height: auto;
}
.list .title {
  font-weight: bold;
}
.list--inline li {
  display: inline-block;
}
.list--benefits li,
.list--areas li {
  margin-bottom: 10px;
  padding-left: 10px;
  list-style-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--benefits.png);
  font-size: 12px;
  font-weight: bold;
}
.content ul {
  list-style: none outside;
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}
.content ul li {
  margin: 0 0 5px;
  padding: 0;
  padding-left: 40px;
  font-size: Arial, sans-serif;
}
.content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  margin-top: 5px;
  width: 0px;
  height: 0px;
  border: 5px solid #19467d;
  border-radius: 50%;
}
address {
  font-style: normal;
  font-size: 12px;
}
a {
  outline: 0 !important;
}
a:active,
a:visited {
  outline: 0 !important;
}
.stage-teaser .wrapper h1 {
  margin-left: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.stage-teaser .wrapper h1.cms-header__title {
  margin-left: 0px;
}
.stage-teaser .wrapper h2 {
  margin-left: 25px;
}
.cms-header__description {
  font-size: 16px;
  margin-top: 20px;
}
.container,
.wrapper,
.pagerow .pagerow__container,
.box--container {
  padding: 0px 0px;
}
@media screen and (max-width: 1009px) {
  .container,
  .wrapper,
  .pagerow .pagerow__container,
  .box--container {
    padding: 0px 5px;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1010px) {
  .sidebar {
    float: left;
    width: 25%;
  }
}
.sidebar--right {
  padding: 0px 0px 40px 20px;
}
@media (max-width: 1009px) {
  .sidebar--right {
    padding: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.pagerow .pagerow__container .pagerow__content table:before,
.pagerow .pagerow__container .pagerow__content table:after,
.wrapper--homepage-teaser:before,
.wrapper--homepage-teaser:after,
.imprint-header__data:before,
.imprint-header__data:after,
.application__menu:before,
.application__menu:after,
.sitemap:before,
.sitemap:after,
.contacts:before,
.contacts:after,
.distributor__intro:before,
.distributor__intro:after,
.distributor__main:before,
.distributor__main:after,
.distributor__locations:before,
.distributor__locations:after,
.application-examples.application-page-old .wrapper--content .example--container:before,
.application-examples.application-page-old .wrapper--content .example--container:after,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content:before,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content:after,
.application-examples.application-page-old .wrapper--header.application-examples-filter:before,
.application-examples.application-page-old .wrapper--header.application-examples-filter:after,
.downloads__productinfo__menu:before,
.downloads__productinfo__menu:after,
.calculations .wrapper--content .calculations--container:before,
.calculations .wrapper--content .calculations--container:after,
.blog-index-list .news--category-selector:before,
.blog-index-list .news--category-selector:after,
.blog-post-view .news--category-selector:before,
.blog-post-view .news--category-selector:after,
.blog-index-list #news .news--container:before,
.blog-index-list #news .news--container:after,
.blog-post-view #news .news--container:before,
.blog-post-view #news .news--container:after,
.subcategory .subcategory__segment__container:before,
.subcategory .subcategory__segment__container:after,
.catalog-product-view .related--container:before,
.catalog-product-view .related--container:after,
.catalog-product-view .related--container.first:before,
.catalog-product-view .related--container.first:after,
.usecase--container:before,
.usecase--container:after,
.usecase--container .usecase--left .usecase--item:before,
.usecase--container .usecase--left .usecase--item:after,
.customer-account-login .field:before,
.customer-account-login .field:after,
.customer-account-forgotpassword .field:before,
.customer-account-forgotpassword .field:after,
.customer-account-login .wide:before,
.customer-account-login .wide:after,
.customer-account-forgotpassword .wide:before,
.customer-account-forgotpassword .wide:after,
.wrapper:before,
.wrapper:after,
.pagerow .pagerow__container:before,
.pagerow .pagerow__container:after,
.box--container:before,
.box--container:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.modal-header:after,
.modal-footer:after,
.pagerow .pagerow__container .pagerow__content table:after,
.wrapper--homepage-teaser:after,
.imprint-header__data:after,
.application__menu:after,
.sitemap:after,
.contacts:after,
.distributor__intro:after,
.distributor__main:after,
.distributor__locations:after,
.application-examples.application-page-old .wrapper--content .example--container:after,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content:after,
.application-examples.application-page-old .wrapper--header.application-examples-filter:after,
.downloads__productinfo__menu:after,
.calculations .wrapper--content .calculations--container:after,
.blog-index-list .news--category-selector:after,
.blog-post-view .news--category-selector:after,
.blog-index-list #news .news--container:after,
.blog-post-view #news .news--container:after,
.subcategory .subcategory__segment__container:after,
.catalog-product-view .related--container:after,
.catalog-product-view .related--container.first:after,
.usecase--container:after,
.usecase--container .usecase--left .usecase--item:after,
.customer-account-login .field:after,
.customer-account-forgotpassword .field:after,
.customer-account-login .wide:after,
.customer-account-forgotpassword .wide:after,
.wrapper:after,
.pagerow .pagerow__container:after,
.box--container:after {
  clear: both;
}
/* IE 6 & 7 */
.clearfix,
.container,
.container-fluid,
.row,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.modal-header,
.modal-footer,
.pagerow .pagerow__container .pagerow__content table,
.wrapper--homepage-teaser,
.imprint-header__data,
.application__menu,
.sitemap,
.contacts,
.distributor__intro,
.distributor__main,
.distributor__locations,
.application-examples.application-page-old .wrapper--content .example--container,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content,
.application-examples.application-page-old .wrapper--header.application-examples-filter,
.downloads__productinfo__menu,
.calculations .wrapper--content .calculations--container,
.blog-index-list .news--category-selector,
.blog-post-view .news--category-selector,
.blog-index-list #news .news--container,
.blog-post-view #news .news--container,
.subcategory .subcategory__segment__container,
.catalog-product-view .related--container,
.catalog-product-view .related--container.first,
.usecase--container,
.usecase--container .usecase--left .usecase--item,
.customer-account-login .field,
.customer-account-forgotpassword .field,
.customer-account-login .wide,
.customer-account-forgotpassword .wide,
.wrapper,
.pagerow .pagerow__container,
.box--container {
  zoom: 1;
}
.sidebar--notice {
  background-color: #f7f7f7;
  margin-top: -25px;
  font-size: 12px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--exclamation.png);
  background-repeat: no-repeat;
  background-position: 90% 10px;
  background-size: 30px;
}
.content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1010px) {
  .content {
    float: left;
    width: 75%;
  }
}
.column-indent {
  padding-left: 40px;
}
.divider {
  margin: 0 0 20px;
}
.divider--line {
  border-top-color: #dfdfdf;
}
.divider--heading {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #f7f7f7;
  text-transform: uppercase;
  color: #707070;
  font-weight: normal;
}
.before-after,
.breadcrumbs__item:before,
.downloads__productinfo__link a:before {
  content: '';
  display: inline-block;
}
.offset {
  padding: 0 20px 0 40px;
}
.pagerow {
  background-color: #f1f2f2;
  padding: 0;
  margin-bottom: 0px;
  position: relative;
}
.pagerow .pagerow__wrapper {
  zoom: 1;
}
.pagerow .pagerow__wrapper:before,
.pagerow .pagerow__wrapper:after {
  content: " ";
  display: table;
}
.pagerow .pagerow__wrapper:after {
  clear: both;
}
.pagerow .pagerow__wrapper:before,
.pagerow .pagerow__wrapper:after {
  content: " ";
  display: table;
}
.pagerow .pagerow__wrapper:after {
  clear: both;
}
.pagerow .pager {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 100px;
  background-color: #dfdfdf;
  top: 40%;
  transition: background-color 0.5s;
}
.pagerow .pager:hover {
  background-color: #707070;
}
.pagerow .pager:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  margin-top: 35px;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/sprites/pager--white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.pagerow .pager--left {
  left: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagerow .pager--left:before {
  transform: rotate(180deg);
}
.pagerow .pager--right {
  right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagerow .pagerow__container {
  margin: 0 auto;
}
.pagerow .pagerow__container .pagerow__wrapper.offset {
  padding: 0 20px 0 25px;
}
.pagerow .pagerow__container .pagerow__wrapper.offset.nopadding {
  padding: 0;
}
.pagerow .pagerow__container .pagerow__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  padding-right: 0;
}
@media (min-width: 768px) {
  .pagerow .pagerow__container .pagerow__content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1010px) {
  .pagerow .pagerow__container .pagerow__content {
    float: left;
    width: 58.33333333%;
  }
}
.pagerow .pagerow__container .pagerow__content.narrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 25px;
}
@media (min-width: 1010px) {
  .pagerow .pagerow__container .pagerow__content.narrow {
    float: left;
    width: 50%;
  }
}
.pagerow .pagerow__container .pagerow__content.wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 40px;
  border-right: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .pagerow .pagerow__container .pagerow__content.wide {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1010px) {
  .pagerow .pagerow__container .pagerow__content.wide {
    float: left;
    width: 75%;
  }
}
.pagerow .pagerow__container .pagerow__content.wide h4 {
  margin-top: 0;
}
.pagerow .pagerow__container .pagerow__content.large {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1010px) {
  .pagerow .pagerow__container .pagerow__content.large {
    float: left;
    width: 83.33333333%;
  }
}
.pagerow .pagerow__container .pagerow__content table {
  margin-left: -6;
  margin-right: -6;
  width: 100%;
}
.pagerow .pagerow__container .pagerow__content table td {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 0;
}
@media (min-width: 1010px) {
  .pagerow .pagerow__container .pagerow__content table td {
    float: left;
    width: 50%;
  }
}
.pagerow .pagerow__container .pagerow__content table td:nth-child(1) {
  padding-right: 50px;
}
.pagerow .pagerow__container .pagerow__content table td:nth-child(2) {
  padding-left: 30px;
}
@media screen and (max-width: 1009px) {
  .pagerow .pagerow__container .pagerow__content table td:nth-child(2) {
    padding: 0;
  }
}
.pagerow .pagerow__container .pagerow__content table td h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.pagerow .pagerow__container .pagerow__content table td p {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}
.pagerow .pagerow__container .pagerow__sidebar {
  z-index: 1;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .pagerow .pagerow__container .pagerow__sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .pagerow .pagerow__container .pagerow__sidebar.sidebar-offset {
    margin-left: 8.33333333%;
  }
}
.pagerow .pagerow__container .pagerow__sidebar.sidebar-small {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .pagerow .pagerow__container .pagerow__sidebar.sidebar-small {
    float: left;
    width: 25%;
  }
}
.pagerow .pagerow__container .pagerow__sidebar.sidebar-wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 1010px) {
  .pagerow .pagerow__container .pagerow__sidebar.sidebar-wide {
    float: left;
    width: 41.66666667%;
  }
}
.pagerow--clean {
  background-color: transparent;
}
.pagerow--border {
  border-top: 1px solid #dfdfdf;
  padding-top: 0;
  margin-top: 50px;
}
.pagerow--border--double {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 0;
  margin-top: 0;
}
.pagerow__title {
  margin-top: -20px;
  overflow: hidden;
}
.pagerow__title h3 {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px !important;
  color: #707070;
}
.pagerow__title h3:last-child {
  text-align: right;
  padding-right: 20px;
}
.image {
  position: relative;
}
.image a {
  display: inline-block;
}
.image .magnify {
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--zoom.svg');
  background-size: 20px 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  bottom: 5px;
}
.image img {
  width: 100%;
}
.tdh {
  padding-top: 40px;
}
.tdh h3,
.tdh h4 {
  text-transform: uppercase;
}
.tdh .pagerow__content.wide {
  padding-left: 15px !important;
}
.wsp {
  margin-top: 20px;
}
#mainContent .read-more--content {
  display: none;
}
#mainContent .read-more--content.show {
  display: inline;
}
#mainContent .read-more {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  color: #707070;
  cursor: pointer;
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-bottom.svg');
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 0 100%;
}
#mainContent .read-more.active {
  background-position: 0 0;
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-up.svg');
}
.lightbox--content {
  display: none;
  position: relative;
}
.lightbox--content .hl1,
.lightbox--content .hl2,
.lightbox--content .hl3 {
  font-size: 12px;
}
.lightbox--content .lightbox--content--header {
  max-width: 265px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 767px) {
  .lightbox--content .lightbox--content--header {
    display: none !important;
  }
}
.lightbox--content .lightbox--content--header .segment {
  padding-bottom: 5px;
}
.lightbox--content .lightbox--content--header .hl1 {
  color: #19467d;
}
.lightbox--content .lightbox--content--header .hl2 {
  color: #707070;
}
.lightbox--content .lightbox--content--header .hl3 {
  padding-top: 5px;
  color: #000000;
}
.lightbox--content .lightbox--content--image img {
  width: 100%;
  max-width: 600px;
}
.lightbox--content .lightbox--content--footer {
  position: absolute;
  right: 0;
  bottom: 0;
}
.lightbox--content .lightbox--content--footer img {
  width: 60px;
}
.wrapper--content {
  padding-top: 25px;
}
body[class*='categorypath-unternehmen'] .pagerow--clean,
body[class*='categorypath-bedrijf'] .pagerow--clean,
body[class*='categorypath-company'] .pagerow--clean {
  width: 75%;
  float: left;
}
body[class*='categorypath-unternehmen'] #mainContent,
body[class*='categorypath-bedrijf'] #mainContent,
body[class*='categorypath-company'] #mainContent {
  margin-top: 20px;
}
body[class*='pagerow-clean-normalize'] .pagerow--clean {
  width: auto;
  float: none;
}
body.category-zertifizierungen #mainContent,
body.category-certifications #mainContent {
  margin-top: 0;
}
#access,
nav.access {
  padding-top: 20px;
}
body.catalog-category-view .pagerow__container,
body.catalog-product-view .pagerow__container {
  padding-bottom: 40px;
  padding-top: 25px;
}
.category-cad-zeichnungen .wrapper .content {
  width: 100%;
  padding-right: 0px;
}
.category-cad-zeichnungen .wrapper .content h1 {
  margin-top: 60px;
  color: #000000;
  background-color: #f7f7f7;
  display: block;
  font-weight: normal;
  padding: 5px 0px 5px 40px;
  margin-left: -40px;
  line-height: 19px;
}
.category-cad-zeichnungen .wrapper .content h2 {
  margin-left: 0px;
}
.category-cad-zeichnungen .wrapper .content .flexcms-element p {
  font-size: 14px;
}
.category-description p {
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0px;
}
.category-description.large-cat p {
  font-size: 16px;
  line-height: 22px;
}
ul.messages {
  display: none;
  padding-left: 0px;
  margin: 5px 0px 15px 0px;
  font-weight: bold;
}
ul.messages li {
  list-style: none;
}
ul.messages ul {
  padding-left: 0px;
}
ul.messages.messages > li {
  color: red;
  border: 0px;
}
ul.messages.messages > li.success-msg {
  color: green;
}
ul.messages.messages > li p {
  margin: 0px;
}
.p-b-0,
.p-y-0,
.p-0 {
  padding-bottom: 0rem;
}
.p-t-0,
.p-y-0,
.p-0 {
  padding-top: 0rem;
}
.p-l-0,
.p-x-0,
.p-0 {
  padding-left: 0rem;
}
.p-r-0,
.p-x-0,
.p-0 {
  padding-right: 0rem;
}
.p-b-1,
.p-y-1,
.p-1 {
  padding-bottom: 1rem;
}
.p-t-1,
.p-y-1,
.p-1 {
  padding-top: 1rem;
}
.p-l-1,
.p-x-1,
.p-1 {
  padding-left: 1rem;
}
.p-r-1,
.p-x-1,
.p-1 {
  padding-right: 1rem;
}
.p-b-2,
.p-y-2,
.p-2 {
  padding-bottom: 2rem;
}
.p-t-2,
.p-y-2,
.p-2 {
  padding-top: 2rem;
}
.p-l-2,
.p-x-2,
.p-2 {
  padding-left: 2rem;
}
.p-r-2,
.p-x-2,
.p-2 {
  padding-right: 2rem;
}
.p-b-3,
.p-y-3,
.p-3 {
  padding-bottom: 3rem;
}
.p-t-3,
.p-y-3,
.p-3 {
  padding-top: 3rem;
}
.p-l-3,
.p-x-3,
.p-3 {
  padding-left: 3rem;
}
.p-r-3,
.p-x-3,
.p-3 {
  padding-right: 3rem;
}
.p-b-4,
.p-y-4,
.p-4 {
  padding-bottom: 4rem;
}
.p-t-4,
.p-y-4,
.p-4 {
  padding-top: 4rem;
}
.p-l-4,
.p-x-4,
.p-4 {
  padding-left: 4rem;
}
.p-r-4,
.p-x-4,
.p-4 {
  padding-right: 4rem;
}
.p-b-5,
.p-y-5,
.p-5 {
  padding-bottom: 5rem;
}
.p-t-5,
.p-y-5,
.p-5 {
  padding-top: 5rem;
}
.p-l-5,
.p-x-5,
.p-5 {
  padding-left: 5rem;
}
.p-r-5,
.p-x-5,
.p-5 {
  padding-right: 5rem;
}
.p-b-6,
.p-y-6,
.p-6 {
  padding-bottom: 6rem;
}
.p-t-6,
.p-y-6,
.p-6 {
  padding-top: 6rem;
}
.p-l-6,
.p-x-6,
.p-6 {
  padding-left: 6rem;
}
.p-r-6,
.p-x-6,
.p-6 {
  padding-right: 6rem;
}
.stage-teaser .access {
  margin-left: 15px;
}
.stage-teaser .access header {
  margin-bottom: 4px;
}
.downloads__header__right .stage-teaser .access {
  margin-left: 15px;
}
.access__title {
  background-color: #19467d;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  padding: 6px 20px;
  margin-bottom: 4px;
  margin-top: 0;
}
.access__title--orange,
.cms-imprint .access__title {
  background-color: #f18500;
}
.access__title__item {
  display: block;
  background: #f7f7f7;
  color: #707070;
  padding: 5px 20px;
  margin-bottom: 2px;
}
.access__title__item.active {
  background-color: #dfdfdf;
  color: #19467d;
}
.access__title__item:last-child {
  margin-bottom: 10px;
}
.access__title__item--products {
  background: #f7f7f7 url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/bg__teaser--products.jpg) repeat-y 100% 0;
}
.access__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.access__list__item {
  margin-bottom: 2px;
}
.access__list__item a {
  display: block;
  padding: 5px 20px;
  color: #707070;
  background-color: #ebebeb;
  text-decoration: none;
}
.access__list__item.active a,
.access__list__item a:hover {
  background-color: #dfdfdf;
  color: #19467d;
}
.breadcrumbs__list {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs__item,
.breadcrumbs__link {
  display: inline-block;
  font-size: 11px;
  color: #626262;
}
.breadcrumbs__item {
  margin-right: 2px;
}
.breadcrumbs__item:before {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #707070;
  border-bottom: 4px solid transparent;
}
.breadcrumbs__item:nth-child(1) {
  display: none;
}
.breadcrumbs__item:nth-child(2) {
  display: none;
}
.tab__link,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0px solid transparent;
  background-color: #707070;
  border-radius: 0;
  color: #ffffff;
  text-align: center;
}
.tab__link--active,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #6ab7b6;
  color: #ffffff;
}
.nav-tabs > li a {
  display: block !important;
}
.nav-tabs {
  border-bottom: 0px solid transparent;
  margin-top: 0;
  margin-bottom: 35px;
}
.nav-tabs.nav-tabs--product > li {
  width: 240px;
  margin-right: 8px;
}
@media screen and (min-width: 767px) {
  .nav-tabs.nav-tabs--product > li:last-child {
    width: 236px;
    float: right;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .nav-tabs.nav-tabs--product > li {
    width: 100%;
  }
}
.skin-fuchsia .tab__link--active {
  background-color: #6ab7b6;
}
.skin-fuchsia .nav-tabs > li:last-child > a {
  border-bottom: 4px solid #6ab7b6;
}
.skin-fuchsia .nav-tabs > li:last-child.active > a,
.skin-fuchsia .nav-tabs > li:last-child > a:hover,
.skin-fuchsia .nav-tabs > li:last-child > a:focus {
  color: white;
  background-color: #6ab7b6;
  border-bottom: 4px solid #6ab7b6;
}
.skin-yellow .tab__link--active {
  background-color: #f8ce00;
}
.skin-yellow .nav-tabs > li:last-child > a {
  border-bottom: 4px solid #f8ce00;
}
.skin-yellow .nav-tabs > li:last-child.active > a,
.skin-yellow .nav-tabs > li:last-child > a:hover,
.skin-yellow .nav-tabs > li:last-child > a:focus {
  color: white;
  background-color: #f8ce00;
  border-bottom: 4px solid #f8ce00;
}
.skin-yellow .nav-tabs > li:last-child.active > a,
.skin-yellow .nav-tabs > li:last-child > a:hover,
.skin-yellow .nav-tabs > li:last-child > a:focus {
  color: black;
}
.skin-green .tab__link--active {
  background-color: #8dbc08;
}
.skin-green .nav-tabs > li:last-child > a {
  border-bottom: 4px solid #8dbc08;
}
.skin-green .nav-tabs > li:last-child.active > a,
.skin-green .nav-tabs > li:last-child > a:hover,
.skin-green .nav-tabs > li:last-child > a:focus {
  color: white;
  background-color: #8dbc08;
  border-bottom: 4px solid #8dbc08;
}
.skin-red .tab__link--active {
  background-color: #e13c25;
}
.skin-red .nav-tabs > li:last-child > a {
  border-bottom: 4px solid #e13c25;
}
.skin-red .nav-tabs > li:last-child.active > a,
.skin-red .nav-tabs > li:last-child > a:hover,
.skin-red .nav-tabs > li:last-child > a:focus {
  color: white;
  background-color: #e13c25;
  border-bottom: 4px solid #e13c25;
}
.skin-blue .tab__link--active {
  background-color: #19467d;
}
.skin-blue .nav-tabs > li:last-child > a {
  border-bottom: 4px solid #19467d;
}
.skin-blue .nav-tabs > li:last-child.active > a,
.skin-blue .nav-tabs > li:last-child > a:hover,
.skin-blue .nav-tabs > li:last-child > a:focus {
  color: white;
  background-color: #19467d;
  border-bottom: 4px solid #19467d;
}
.little-nav-box {
  background-color: #f7f7f7;
  border-bottom: 5px solid #19467d;
}
.little-nav-box ul {
  list-style-type: none;
  margin: 0;
  margin-left: 1px;
  padding: 0;
}
.little-nav-box ul li a {
  font-size: 12px;
  padding: 4px 15px;
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  display: block;
}
.little-nav-box ul li.active a,
.little-nav-box ul li.selected a,
.little-nav-box ul li a:hover,
.little-nav-box ul li a.selected,
.little-nav-box ul li a.active {
  color: #19467d;
  background-color: #ffffff;
  text-decoration: none;
}
.ace-nav-tabs.nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.ace-nav-tabs.nav-tabs.nav-tabs--product > li {
  width: 236px;
}
@media screen and (max-width: 1009px) {
  .ace-nav-tabs.nav-tabs.nav-tabs--product > li {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .ace-nav-tabs.nav-tabs.nav-tabs--product > li {
    width: 100%;
  }
}
.ace-nav-tabs.nav-tabs > li {
  margin-bottom: 0;
}
.ace-nav-tabs.nav-tabs > li > a {
  color: #19467d;
  font-size: 18px;
  background: transparent;
  border-bottom: 4px solid #bebebe;
  border-radius: 5px 5px 0 0;
}
.ace-nav-tabs.nav-tabs > li.active > a,
.ace-nav-tabs.nav-tabs > li > a:hover,
.ace-nav-tabs.nav-tabs > li > a:focus {
  color: black;
  background-color: #f1f2f2;
  border-bottom: 4px solid #f1f2f2;
  border-radius: 5px 5px 0 0;
}
.user-breadcrumbs {
  margin: 1rem 0;
}
.user-breadcrumbs span {
  color: #707070;
}
.user-breadcrumbs a {
  color: #707070;
}
.user-breadcrumbs a:hover {
  color: #707070;
}
.user-breadcrumbs--divider {
  padding: 0 0.5rem;
}
.button {
  background-color: #f18500;
  border-color: #f18500;
}
@media print {
  .button {
    display: none !important;
  }
}
.button-yellow {
  background-color: #f8ce00;
  border: none;
  color: black;
  transition: background-color 0.2s;
}
.button-yellow:hover {
  color: black;
  text-decoration: none;
  background-color: #ffd60d;
}
.button-primary,
.button-main {
  background-color: #19467d;
  border: none;
  color: white;
  transition: background-color 0.2s;
}
.button-primary:hover,
.button-main:hover {
  color: white;
  text-decoration: none;
  background-color: #1c508e;
}
.button--icon {
  border: 0px transparent none;
  background-color: transparent;
  display: inline-block;
}
.button-link,
.button-link-secondary {
  color: #ffffff !important;
  text-decoration: none !important;
  width: 100%;
  border-radius: 0;
  background-color: #19467d;
  border: none;
}
.button-link-secondary {
  background-color: #f18500;
}
.teaser--third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .teaser--third {
    float: left;
    width: 33.33333333%;
  }
}
.teaser--third .teaser__title {
  color: #19467d;
}
.teaser--third img {
  max-width: 95px;
  max-height: 95px;
  margin: 5px 0;
}
.teaser__title {
  color: #19467d;
}
.teaser--threecol .teaser__item img {
  max-width: 100%;
  height: 100px;
}
.teaser--threecol .teaser__item--left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .teaser--threecol .teaser__item--left {
    float: left;
    width: 50%;
  }
}
.teaser--threecol .teaser__item--center,
.teaser--threecol .teaser__item--right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .teaser--threecol .teaser__item--center,
  .teaser--threecol .teaser__item--right {
    float: left;
    width: 25%;
  }
}
.teaser--threecol .teaser__item--right {
  padding-left: 25px;
  padding-right: 0px;
}
.teaser--threecol .teaser__item--center {
  padding-right: 5px;
}
.wrapper--header .teaser--threecol {
  clear: both;
  width: 100%;
  padding: 0 0 0 25px;
  margin-bottom: 30px;
  margin-top: -30px;
}
.wrapper--header .teaser--threecol {
  position: static;
  padding-top: 12px;
}
.wrapper--header .teaser--threecol:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 330px;
  background-color: white;
  margin: 0;
  left: 0;
  margin-top: 100px;
}
.link {
  color: #19467d;
  text-decoration: none;
}
.link--icon {
  display: inline-block;
}
.link--social {
  color: white;
  font-size: 28px;
}
.link--social:not(:last-child) {
  margin-right: 16px;
}
.link--social:hover {
  color: inherit;
  text-decoration: none;
}
.link--social:focus {
  color: inherit;
  text-decoration: none;
}
.link--facebook {
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--facebook.svg) no-repeat 0 0;
}
.link--twitter {
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--twitter.svg) no-repeat 0 0;
}
.link--youtube {
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--youtube.svg) no-repeat 0 0;
}
.link--vimeo {
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--vimeo.svg) no-repeat 0 0;
}
.link--google-plus {
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--google-plus.svg) no-repeat 0 0;
}
.link--linkedin {
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--linkedin.png) no-repeat 0 0;
}
.add-to-cart-link {
  margin-top: 1rem;
  display: block;
  font-size: 1.3rem;
  color: #ed8b00;
}
.add-to-cart-link:hover {
  text-decoration: none;
  color: #ed8b00;
}
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.icon--pdf {
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--pdf.png);
}
.icontable {
  width: 100%;
  border-collapse: collapse ;
}
.icontable__icon {
  vertical-align: top;
  padding-right: 60px;
}
.icontable__icon:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.icontable__icon h3 {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 10px;
}
.icontable__icon p {
  font-size: 16px;
  margin-bottom: 10px;
}
.icontable__icon--mail:before {
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--mail.png);
}
.icontable__icon--phone:before {
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--phone.png);
}
.storecode-cn td.icontable__icon.icontable__icon--phone p {
  font-size: small;
}
.storecode-cn .icontable__icon {
  padding-right: 50px !important;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000001;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0.1);
    /* insures that double popup can affect the content */
    filter: none !important;
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.1);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 10px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-inner .success-msg li {
    text-align: center;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
.featherlight .featherlight-content {
  border-top: 10px solid #f18500;
}
.skin-fuchsia .featherlight .featherlight-content {
  border-top: 10px solid #6ab7b6;
}
.skin-yellow .featherlight .featherlight-content {
  border-top: 10px solid #f8ce00;
}
.skin-green .featherlight .featherlight-content {
  border-top: 10px solid #8dbc08;
}
.skin-red .featherlight .featherlight-content {
  border-top: 10px solid #e13c25;
}
.skin-blue .featherlight .featherlight-content {
  border-top: 10px solid #19467d;
}
.modal-header {
  border-top: 10px solid #f18500;
  border-bottom: 0px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.modal-header .close {
  margin-top: 0px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.modal-content {
  border-radius: 0;
  border: 0px solid transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.modal-body {
  padding: 15px 0;
}
.sprite-ace_icon_cn {
  display: block;
  background-image: url(/skin/frontend/ace/default/images/dist/sprites/sprites.png);
  background-position: 0px -17px;
  width: 13px !important;
  height: 9px !important;
}
.sprite-img-ace_icon_cn {
  object-position: 0px -17px;
  object-fit: none;
  width: 13px !important;
  height: 9px !important;
}
.sprite-ace_icon_com {
  display: block;
  background-image: url(/skin/frontend/ace/default/images/dist/sprites/sprites.png);
  background-position: -16px 0px;
  width: 12px !important;
  height: 12px !important;
}
.sprite-img-ace_icon_com {
  object-position: -16px 0px;
  object-fit: none;
  width: 12px !important;
  height: 12px !important;
}
.sprite-ace_icon_de {
  display: block;
  background-image: url(/skin/frontend/ace/default/images/dist/sprites/sprites.png);
  background-position: -14px -17px;
  width: 13px !important;
  height: 9px !important;
}
.sprite-img-ace_icon_de {
  object-position: -14px -17px;
  object-fit: none;
  width: 13px !important;
  height: 9px !important;
}
.sprite-ace_icon_jp {
  display: block;
  background-image: url(/skin/frontend/ace/default/images/dist/sprites/sprites.png);
  background-position: -29px 0px;
  width: 13px !important;
  height: 9px !important;
}
.sprite-img-ace_icon_jp {
  object-position: -29px 0px;
  object-fit: none;
  width: 13px !important;
  height: 9px !important;
}
.sprite-ace_icon_nl {
  display: block;
  background-image: url(/skin/frontend/ace/default/images/dist/sprites/sprites.png);
  background-position: -29px -10px;
  width: 13px !important;
  height: 9px !important;
}
.sprite-img-ace_icon_nl {
  object-position: -29px -10px;
  object-fit: none;
  width: 13px !important;
  height: 9px !important;
}
.sprite-ace_icon_uk {
  display: block;
  background-image: url(/skin/frontend/ace/default/images/dist/sprites/sprites.png);
  background-position: 0px -27px;
  width: 13px !important;
  height: 9px !important;
}
.sprite-img-ace_icon_uk {
  object-position: 0px -27px;
  object-fit: none;
  width: 13px !important;
  height: 9px !important;
}
.sprite-ace_icon_us {
  display: block;
  background-image: url(/skin/frontend/ace/default/images/dist/sprites/sprites.png);
  background-position: -14px -27px;
  width: 13px !important;
  height: 9px !important;
}
.sprite-img-ace_icon_us {
  object-position: -14px -27px;
  object-fit: none;
  width: 13px !important;
  height: 9px !important;
}
.sprite-ace_login-user {
  display: block;
  background-image: url(/skin/frontend/ace/default/images/dist/sprites/sprites.png);
  background-position: 0px 0px;
  width: 15px !important;
  height: 16px !important;
}
.sprite-img-ace_login-user {
  object-position: 0px 0px;
  object-fit: none;
  width: 15px !important;
  height: 16px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-60 {
  padding-bottom: 60px;
}
.stage-teaser {
  background-color: #f1f2f2;
}
@media screen and (max-width: 767px) {
  .stage-teaser {
    height: auto;
  }
}
.catalog-category-view .stage-teaser {
  min-height: 300px;
}
.category-gasspring-online-calculation .stage-teaser,
.category-gasfeder-berechnung-online .stage-teaser {
  min-height: 0;
}
.category-gasspring-online-calculation .stage-teaser--box,
.category-gasfeder-berechnung-online .stage-teaser--box {
  padding-bottom: 1rem;
}
.box--container .box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /*padding-left: 40px;*/
}
.box--container .box .wrapper--header {
  width: 100%;
}
.box--container .box .wrapper--header:first-child {
  padding-top: 2.5%;
}
.stage-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}
.stage-bg--full {
  width: 100%;
  height: 100%;
}
.stage-bg--full .stage-image {
  min-height: 100%;
  width: auto;
}
.cc-grower {
  max-height: 100% !important;
}
.cc-grower .cc-window {
  max-width: 100% !important;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.wrapper--homepage-teaser {
  margin-left: -6;
  margin-right: -6;
}
.teaser--home {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
@media (min-width: 768px) {
  .teaser--home {
    float: left;
    width: 100%;
  }
}
.teaser--home .teaser__image {
  width: 100%;
  overflow: hidden;
}
.teaser--home .teaser__image img {
  min-width: 100%;
  width: 100%;
  height: auto;
}
.teaser__stage {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  bottom: -30px;
  right: 0px;
  width: 512px;
  height: 150px;
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/bg__teaser--homepage.png) no-repeat;
  border-bottom: 30px solid #f18500;
}
@media (max-width: 1009px) {
  .teaser__stage {
    position: relative;
    bottom: 0px;
    background: unset;
    width: unset;
    height: unset;
    background-color: #eea031;
    border-bottom: 30px solid #f18500;
  }
}
@media (max-width: 419px) {
  .teaser__stage {
    -ms-flex-direction: column;
        flex-direction: column;
    border: none;
  }
}
.teaser__links {
  float: left;
}
.teaser__links--left {
  width: 245px;
  margin-left: 40px;
}
@media (max-width: 1009px) {
  .teaser__links--left {
    width: unset;
    margin-left: 20px;
  }
}
@media (max-width: 419px) {
  .teaser__links--left {
    margin-left: 0;
  }
}
.teaser__links--right {
  width: 195px;
  margin-left: 20px;
}
@media (max-width: 1009px) {
  .teaser__links--right {
    width: unset;
    margin-right: 20px;
  }
}
@media (max-width: 419px) {
  .teaser__links--right {
    margin-left: 0;
    margin-right: 0;
  }
}
.teaser__links__title,
.teaser__links__description,
.teaser__links__button {
  margin: 10px 0;
}
.teaser__links__title a,
.teaser__links__description a,
.teaser__links__button a {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  display: block;
}
.teaser__links__title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
.teaser__links__title a {
  font-size: 11px;
}
@media (max-width: 419px) {
  .teaser__links__title a {
    margin-left: 10px;
  }
}
.teaser__links__description a {
  line-height: 16px;
}
@media (max-width: 419px) {
  .teaser__links__description a {
    margin-left: 10px;
  }
}
.teaser__links__button {
  z-index: 1000;
  display: inline-block;
  position: absolute;
  bottom: -38px;
  width: 200px;
  height: 20px;
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/sprites/arrow--white.png) no-repeat;
}
@media (max-width: 419px) {
  .teaser__links__button {
    width: 100%;
    margin: 0;
    position: unset;
  }
}
@media (max-width: 419px) {
  .teaser__links__button__container {
    padding-left: 10px;
    padding-top: 8px;
    background: #f18500;
  }
}
.ace_de_new_skin .wrapper--content {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.ace_de_new_skin .wrapper--content-adress {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.ace_de_new_skin .wrapper--content-adress-title {
  padding-bottom: 0.5rem;
  color: #313131;
}
.ace_de_new_skin .wrapper--content-adress-info span {
  color: #707070;
  padding-right: 10px;
}
.ace_de_new_skin .wrapper--content-adress-info span::after {
  content: "|";
  padding-left: 10px;
}
.ace_de_new_skin .wrapper--content-adress-info a,
.ace_de_new_skin .wrapper--content-adress-info span {
  white-space: nowrap;
}
.ace_de_new_skin .content {
  width: 100%;
  text-align: center;
  padding: 44px 10% 46px;
  margin: 0;
}
.ace_de_new_skin .content * {
  font-size: 18px;
  letter-spacing: 0.14px;
  line-height: 1.35;
}
.ace_de_new_skin .content p {
  padding: 0 !important;
  margin: 0 !important;
  color: #000000;
}
.imprint-header {
  padding: 0 20px 0 40px;
}
.imprint-header__data {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
.imprint-header__column:nth-child(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .imprint-header__column:nth-child(1) {
    float: left;
    width: 41.66666667%;
  }
}
.imprint-header__column:nth-child(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .imprint-header__column:nth-child(2) {
    float: left;
    width: 25%;
  }
}
.imprint-header__column:nth-child(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .imprint-header__column:nth-child(3) {
    float: left;
    width: 33.33333333%;
  }
}
.imprint-header__block {
  clear: both;
}
.imprint-header__label,
.imprint-header__fields {
  margin-bottom: 20px;
}
.imprint-header__label {
  float: left;
  width: 85px;
  font-size: 12px;
}
.imprint-header__fields {
  font-size: 12px;
  width: calc(100% - 95px);
  float: right;
  margin-left: 0;
  margin-bottom: 20px;
}
.imprint-header__fields:after {
  content: "";
  display: table;
  clear: both;
}
.imprint-header__column:nth-child(2) .imprint-header__label {
  width: 70px;
}
.imprint-header__column:nth-child(2) .imprint-header__fields {
  width: calc(100% - 70px);
}
.styleless-anchor {
  text-decoration: none;
  color: inherit;
}
.styleless-anchor:hover {
  text-decoration: none;
  color: inherit;
}
.styleless-anchor:focus {
  text-decoration: none;
  color: inherit;
}
.top {
  height: 40px;
  color: #808080;
  background-color: #f7f7f7;
  vertical-align: middle;
}
.top .wrapper {
  text-align: center;
  position: relative;
}
.top .left {
  font-size: 12px;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -22px;
}
@media screen and (max-width: 480px) {
  .top .left {
    display: none;
  }
}
.top .center {
  margin-left: -5px;
}
@media screen and (max-width: 480px) {
  .top .center {
    float: left;
  }
}
.top .right {
  font-size: 14px;
  float: right;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
}
.top .el {
  display: inline-block;
}
.top .el p {
  padding: 0;
  margin: 0;
}
.top .el.left {
  margin-left: 30px;
  position: static;
}
@media screen and (max-width: 1010px) {
  .top .el.left.phone {
    display: none;
  }
}
.top .el.left a {
  text-decoration: none;
  color: inherit;
}
.top .el.left a:hover {
  text-decoration: none;
  color: inherit;
}
.top .el.left a:focus {
  text-decoration: none;
  color: inherit;
}
.top .el.right {
  position: static;
}
.top .el.right a {
  text-decoration: none;
  color: inherit;
}
.top .el.right a:hover {
  text-decoration: none;
  color: inherit;
}
.top .el.right a:focus {
  text-decoration: none;
  color: inherit;
}
.top .logo-alt {
  float: none;
  margin-top: 6px;
}
@media screen and (max-width: 1010px) {
  .top .logo-alt {
    display: none;
  }
}
.top .region {
  margin-top: 0;
}
.header {
  position: relative;
  height: 100px;
  min-height: 100px;
}
.logo__image {
  height: 100%;
  width: 130px;
}
.header_menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: right;
}
.customer__links {
  position: absolute;
  right: 0px;
  top: 25px;
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  font-size: 0.9em;
}
.customer__links li {
  display: inline-block;
  padding: 0;
}
.customer__links li:first-child::after {
  content: none;
  margin-left: 0;
}
.header__search {
  right: auto;
}
.header__search #search_mini_form {
  padding-left: 0;
}
.header-pricerequest {
  position: absolute;
  left: -95px;
  float: left;
  width: 100px;
  color: #333333;
  margin-top: 2px;
}
.header-pricerequest a {
  text-align: center;
  background-color: #dcdcdc;
  border-radius: 25px;
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 5px 0px 3px 0px;
  font-size: 12px;
  pointer-events: none;
  cursor: default;
  display: none;
}
.header-pricerequest a:hover {
  text-decoration: none;
}
.header-pricerequest a.active {
  cursor: pointer;
  pointer-events: auto;
  background-color: #f18500;
  display: block;
}
#regionLink {
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 1010px) {
  #regionLink {
    width: 224px;
  }
}
.header__regions {
  display: inline-block;
  vertical-align: middle;
  z-index: 200;
  right: 0;
  top: 0;
}
.header__regions .downarrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #707070;
  position: absolute;
  left: 37px;
  top: -8px;
}
.header__regions .region__image {
  width: 17px;
  height: 12px;
}
.header__regions .region__image.uk {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_flag-UK-1-mini_34x12.svg);
}
.header__regions .region__image.cn {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_flag-CN-1-mini_34x12.svg);
}
.header__regions .region__image.nl {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_flag-NL-1-mini_34x12.svg);
}
.header__regions .region__image.de {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_flag-DE-1-mini_34x12.svg);
}
.header__regions .region__image.us {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_flag-US-1-mini_34x12.svg);
}
.header__regions .region__image.com {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_flag-EU-1-mini_34x12.svg);
}
.header__regions .region__image.jp {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_flag-JP-1-mini_34x12.svg);
}
.header__regions #regionFlag {
  padding: 9px 15px 10px 0;
  text-align: center;
  display: inline-block;
}
.header__regions #regionFlag #regions {
  width: 234px;
  position: absolute;
  text-align: left;
  top: 26px;
  z-index: 10;
  padding: 10px 0;
  background-color: #f7f7f7;
  border-bottom: 5px solid #19467d;
}
.header__regions #regionFlag #regions ul {
  list-style-type: none;
  margin: 0;
  margin-left: 1px;
  padding: 0;
}
.header__regions #regionFlag #regions ul li a {
  font-size: 12px;
  padding: 4px 15px;
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  display: block;
}
.header__regions #regionFlag #regions ul li.active a,
.header__regions #regionFlag #regions ul li.selected a,
.header__regions #regionFlag #regions ul li a:hover,
.header__regions #regionFlag #regions ul li a.selected,
.header__regions #regionFlag #regions ul li a.active {
  color: #19467d;
  background-color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 1010px) {
  .header__regions #regionFlag #regions {
    right: 9px;
  }
}
.header__regions #regionFlag #regions.showRegions {
  display: block;
}
.header__regions #regionFlag #regions.hideRegions {
  display: none;
}
.header__regions #regionFlag .header__regions__info {
  font-size: 12.5px;
  margin: 0 15px;
  line-height: 2.6;
}
.header__regions #regionFlag .header__regions__image {
  margin-right: 5px;
  padding-left: 10px;
  width: 30px;
  height: 30px;
}
.header__regions #regionFlag .select__region__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.header__regions #regionFlag .select__region__link .select__region__image {
  margin: auto;
  margin-right: 10px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
.header__regions .current-region {
  font-size: 12.5px;
  display: inline-block;
}
.header__regions .current-region .current__region__image {
  margin-right: 5px;
  margin-left: 5px;
  padding: 0;
  padding-bottom: 2px;
  width: 13px;
  height: auto;
  display: inline-block;
}
.header__regions .current-region .icon-ace_icon_com {
  width: 13px !important;
  height: 12px !important;
  background-size: 32px;
  margin-bottom: -1px;
}
.header__regions .current-region .current__region__text {
  height: 100%;
  vertical-align: middle;
}
.logo {
  position: absolute;
  top: 26px;
  left: 2px;
  margin-top: 0;
  z-index: 4;
}
.logo img {
  vertical-align: top;
}
.logo span {
  display: inline-block;
  margin-top: 46px;
}
.logo a {
  display: inline-block;
  vertical-align: top;
}
.quick-access {
  position: absolute;
  right: 0px;
}
.skin-fuchsia .header {
  border-top-color: #6ab7b6;
}
.skin-yellow .header {
  border-top-color: #f8ce00;
}
.skin-green .header {
  border-top-color: #8dbc08;
}
.skin-red .header {
  border-top-color: #e13c25;
}
.skin-blue .header {
  border-top-color: #19467d;
}
.topmenu,
.topmenu__background {
  top: 50%;
  margin-top: -16px;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  width: 100%;
  min-width: 990px;
  height: 35px;
  min-height: 35px;
  margin-bottom: 1px;
}
.menu-opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.topmenu__background {
  z-index: -1;
}
@media screen and (max-width: 1010px) {
  .topmenu,
  .topmenu__background {
    width: 100%;
    min-width: 100%;
  }
  .menu-opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .topmenu__list {
    display: none;
    visibility: hidden;
  }
  .mobile-navigation {
    width: 35px;
    line-height: 35px;
    font-size: 21px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: -6px;
    color: #19467d !important;
    text-decoration: none !important;
  }
  .mobile-navigation.pressed {
    color: #707070 !important;
    text-decoration: none !important;
  }
}
@media screen and (min-width: 1010px) {
  .mobile-navigation {
    display: none;
    visibility: hidden;
  }
  .topmenu__list {
    position: relative;
    margin: 0 0 0 130px;
  }
  .topmenu__list a {
    white-space: nowrap;
  }
  .topmenu__list li {
    list-style: none;
  }
  .topmenu__list li.level-top {
    display: inline-block;
    position: relative;
    height: 35px;
    float: left;
    cursor: pointer;
    box-shadow: 1px 0 0 0 transparent, 0 1px 0 0 transparent inset;
  }
  .topmenu__list li.level-top.active {
    /*border-left: 1px solid @brand-gray--medium;
          border-right: 1px solid @brand-gray--medium;*/
    border-bottom: 5px solid #19467d;
    white-space: nowrap;
  }
  .topmenu__list li.level-top.active:hover {
    border-bottom: none;
  }
  .topmenu__list li.level-top:hover ul.level0 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top:hover ul.level0 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top:hover > a {
    color: #19467d;
  }
  .topmenu__list li.level-top a {
    display: inline-block;
    padding: 6px 16px 0px 16px;
    color: black;
    text-decoration: none;
  }
  .topmenu__list li.level-top a:hover {
    color: #19467d;
  }
  .topmenu__list li.level-top.products .title {
    position: absolute;
    top: -50px;
    background-color: #f7f7f7;
    display: block;
    width: 100%;
    padding: 20px 2px 14px 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 11px;
  }
  .topmenu__list li.level-top.products ul.level0 {
    left: -153px;
    margin-left: 0;
    padding: 0;
    width: 990px;
    min-width: initial;
    padding-top: 42px;
    border-bottom: none;
    overflow: hidden;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1 {
    float: left;
    width: 25%;
    border-bottom: 5px solid #c9c9c9;
    padding: 0;
    height: 301px;
    min-height: 301px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1 ul.level1 {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1 li.level2.extras {
    justify-self: end;
    margin-top: auto;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1 > a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
    color: black;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dfdfdf;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:hover {
    border-bottom-color: #f18500;
    background-color: #f7f7f7;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:hover > a {
    color: #0066ac;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(1):hover {
    border-bottom-color: #6ab7b6;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(1):hover ul.level2 {
    border-bottom-color: #6ab7b6 !important;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(1):hover ul.level2 ul.level3 {
    border-bottom-color: #6ab7b6 !important;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(2):hover {
    border-bottom-color: #f8ce00;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(2):hover ul.level2 {
    border-bottom-color: #f8ce00 !important;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(2):hover ul.level2 ul.level3 {
    border-bottom-color: #f8ce00 !important;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(3):hover {
    border-bottom-color: #8dbc08;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(3):hover ul.level2 {
    border-bottom-color: #8dbc08 !important;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(3):hover ul.level2 ul.level3 {
    border-bottom-color: #8dbc08 !important;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(4):hover {
    border-bottom-color: #e13c25;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(4):hover ul.level2 {
    border-bottom-color: #e13c25 !important;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1:nth-child(4):hover ul.level2 ul.level3 {
    border-bottom-color: #e13c25 !important;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 {
    position: relative;
    padding-top: 20px;
    padding-left: 0;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 > a {
    padding: 0 20px;
    color: #707070;
    font-size: 12px;
    line-height: 22px;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2:hover,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2:hover {
    background-color: #ffffff;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2:hover ul.level2,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2:hover ul.level2 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2:hover ul.level2 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2:hover ul.level2 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2:hover > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2:hover > a {
    color: #0066ac;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0s ease;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 1;
    padding-top: 20px;
    padding-left: 0;
    background-color: #f7f7f7;
    border-bottom: 5px solid #c9c9c9;
    height: 251px;
    min-height: 251px;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 > a {
    padding: 0 20px;
    color: #707070;
    font-size: 12px;
    line-height: 22px;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3:hover,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3:hover {
    background-color: #ffffff;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3:hover ul.level3,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3:hover ul.level3 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3:hover ul.level3 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3:hover ul.level3 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3:hover > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3:hover > a {
    color: #0066ac;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0s ease;
    position: absolute;
    top: 0;
    padding-top: 20px;
    padding-left: 0;
    background-color: #f7f7f7;
    border-bottom: 5px solid #c9c9c9;
    height: 251px;
    min-height: 251px;
    width: 100%;
    left: 100%;
    z-index: 1;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 > a {
    padding: 0 20px;
    color: #707070;
    font-size: 12px;
    line-height: 22px;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover {
    background-color: #ffffff;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover ul.level4,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover ul.level4 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover ul.level4 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover ul.level4 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover > a {
    color: #0066ac;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 ul.level4,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 ul.level4 {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0s ease;
    position: absolute;
    top: 0;
    padding-top: 20px;
    padding-left: 0;
    background-color: #f7f7f7;
    border-bottom: 5px solid #c9c9c9;
    height: 250px;
    width: 100%;
    left: 100%;
    z-index: 2;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 ul.level4 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-2 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 ul.level4 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 {
    position: relative;
    padding-top: 20px;
    padding-left: 0;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 > a {
    padding: 0 20px;
    color: #707070;
    font-size: 12px;
    line-height: 22px;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2:hover,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2:hover {
    background-color: #ffffff;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2:hover ul.level2,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2:hover ul.level2 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2:hover ul.level2 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2:hover ul.level2 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2:hover > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2:hover > a {
    color: #0066ac;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0s ease;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 1;
    padding-top: 20px;
    padding-left: 0;
    background-color: #f7f7f7;
    min-height: 251px;
    height: 251px;
    border-bottom: 5px solid #c9c9c9;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 > a {
    padding: 0 20px;
    color: #707070;
    font-size: 12px;
    line-height: 22px;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3:hover,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3:hover {
    background-color: #ffffff;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3:hover ul.level3,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3:hover ul.level3 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3:hover ul.level3 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3:hover ul.level3 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3:hover > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3:hover > a {
    color: #0066ac;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0s ease;
    position: absolute;
    top: 0;
    padding-top: 20px;
    padding-left: 0;
    background-color: #f7f7f7;
    min-height: 251px;
    height: 251px;
    border-bottom: 5px solid #c9c9c9;
    width: 100%;
    left: -100%;
    z-index: 1;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 > a {
    padding: 0 20px;
    color: #707070;
    font-size: 12px;
    line-height: 22px;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover {
    background-color: #ffffff;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover ul.level4,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover ul.level4 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover ul.level4 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover ul.level4 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    transition: all 0.2s ease;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover > a,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4:hover > a {
    color: #0066ac;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 ul.level4,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 ul.level4 {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0s ease;
    position: absolute;
    top: 0;
    padding-top: 20px;
    padding-left: 0;
    background-color: #f7f7f7;
    border-bottom: 5px solid #c9c9c9;
    height: 251px;
    min-height: 251px;
    width: 100%;
    left: 100%;
    z-index: 2;
  }
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-3 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 ul.level4 li,
  .topmenu__list li.level-top.products ul.level0 li.level1.nav-1-4 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li.level4 ul.level4 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .topmenu__list li ul.level0 {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease;
    position: absolute;
    top: 24px;
    padding: 10px 0 10px 1px;
    min-width: 100%;
    z-index: 3;
    border-bottom: 5px solid #19467d;
    font-size: 12px;
    background-color: white;
  }
  .topmenu__list li ul.level0 li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0s ease;
  }
  .topmenu__list li ul.level0 a:hover {
    color: #0066ac;
  }
  .topmenu__list li ul.level0 li.level1 {
    padding: 0px;
    margin-left: 0;
  }
  .topmenu__list li ul.level0 li.level1 > a {
    display: block;
    padding: 4px 20px 4px 16px;
  }
  .topmenu__list li ul.level0 li.level1 ul.level1 {
    display: none;
  }
  .topmenu__list li.level-top:not(.products) .level0 .level1 a {
    font-size: 12px;
  }
  .topmenu__list li.level-top:not(.products) .level0 .level1 a:hover {
    background-color: #ffffff;
  }
  .topmenu__list .nav-2 .level1 {
    border-left: 3px solid transparent;
  }
  .topmenu__list .nav-2 .level1:hover:nth-child(1) {
    border-color: #6ab7b6;
  }
  .topmenu__list .nav-2 .level1:hover:nth-child(2) {
    border-color: #f8ce00;
  }
  .topmenu__list .nav-2 .level1:hover:nth-child(3) {
    border-color: #8dbc08;
  }
  .topmenu__list .nav-2 .level1:hover:nth-child(4) {
    border-color: #e13c25;
  }
}
.skin-fuchsia .topmenu__list li.level-top.active {
  border-bottom: 5px solid #6ab7b6;
}
.skin-yellow .topmenu__list li.level-top.active {
  border-bottom: 5px solid #f8ce00;
}
.skin-green .topmenu__list li.level-top.active {
  border-bottom: 5px solid #8dbc08;
}
.skin-red .topmenu__list li.level-top.active {
  border-bottom: 5px solid #e13c25;
}
.skin-blue .topmenu__list li.level-top.active {
  border-bottom: 5px solid #19467d;
}
#mobileNavMenu {
  z-index: 3;
  position: absolute;
  width: 100%;
  background-color: #f7f7f7;
  display: none;
}
@media screen and (min-width: 1010px) {
  #mobileNavMenu {
    display: none !important;
  }
}
#mobileNavMenu #mobileNav {
  display: block;
  margin: 1em 0;
  padding: 0;
  line-height: 2;
  overflow-wrap: break-word;
}
#mobileNavMenu #mobileNav a {
  text-decoration: none;
  color: inherit;
}
#mobileNavMenu #mobileNav ul {
  display: none;
  margin: 0 2em 0 1.5em;
  padding: 0 0 0 0;
}
#mobileNavMenu #mobileNav li {
  list-style: none;
}
#mobileNavMenu #mobileNav li a {
  display: inline-block;
  width: calc(100% - 2em);
}
#mobileNavMenu #mobileNav li.title {
  color: #707070;
}
#mobileNavMenu #mobileNav li::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  vertical-align: top;
  margin-top: 0.5em;
  text-align: center;
  line-height: 1;
  background-color: #19467d;
  border-radius: 50%;
  color: white;
}
#mobileNavMenu #mobileNav li.node::before {
  content: "+";
}
#mobileNavMenu #mobileNav li.node.toggled::before {
  content: "-";
}
#mobileNavMenu #mobileNav li.leaf::before {
  content: "";
  background-color: inherit;
}
.application__menu {
  margin-left: -6;
  margin-right: -6;
}
.application__menu > * {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  height: 100%;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .application__menu > * {
    float: left;
    width: 25%;
  }
}
.application__menu > * h3 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 15px;
}
.application__menu > * li a {
  color: #434343;
  display: block;
  font-size: 12px;
  padding-bottom: 2px;
  padding-top: 3px;
}
.application__menu ul {
  margin: 0;
  padding: 0;
}
.application__menu ul li {
  padding-left: 30px;
}
.application__menu ul li.active {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--benefits.png) no-repeat #dfdfdf 9px 5px;
}
.application__menu ul li.active a {
  color: #19467d;
}
.application__menu > * h3 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
}
.application__menu > *.fuchsia h3 {
  border-bottom-color: #6ab7b6;
}
.application__menu > *.yellow h3 {
  border-bottom-color: #f8ce00;
}
.application__menu > *.green h3 {
  border-bottom-color: #8dbc08;
}
.application__menu > *.red h3 {
  border-bottom-color: #e13c25;
}
.downloads__productinfo__menus {
  margin-bottom: 90px;
  background-color: #ffffff;
  position: absolute;
  top: -260px;
  width: 100%;
}
.downloads__productinfo__menus.active {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .downloads__productinfo__menus {
    position: static;
  }
}
.downloads__productinfo__menus + .pagerow {
  margin-top: 100px;
}
#footer {
  background-image: linear-gradient(to bottom, #19467d 0%, #002754 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff19467d', endColorstr='#ff002754', GradientType=0);
}
.link-text {
  color: #ffffff;
  font-size: 11px;
  line-height: 21px;
}
.sitemap {
  margin-left: -6;
  margin-right: -6;
  margin-top: 50px;
}
.sitemap .wrapper--sitemap {
  padding: 46px 0 22px;
}
.sitemap .wrapper--sitemap ul {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  list-style: none;
}
@media (min-width: 768px) {
  .sitemap .wrapper--sitemap ul {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1010px) {
  .sitemap .wrapper--sitemap ul {
    float: left;
    width: 16.66666667%;
  }
}
.sitemap .wrapper--sitemap ul li a {
  color: #ffffff;
  font-size: 11px;
  line-height: 21px;
}
@media screen and (min-width: 1010px) {
  .sitemap .wrapper--sitemap ul {
    width: 14%;
    overflow: visible;
    padding-left: 1px;
  }
  .sitemap .wrapper--sitemap ul:not(:last-child) {
    margin-right: 29.5px;
  }
}
@media screen and (max-width: 1010px) {
  .sitemap .wrapper--sitemap ul {
    margin-bottom: 20px;
  }
  .sitemap .wrapper--sitemap ul li a {
    font-size: 12px;
  }
  .sitemap .wrapper--sitemap ul li.title a {
    font-size: 14px;
  }
}
.legal {
  color: #ffffff;
  padding: 32px 0 5px;
}
.legal .legal--container {
  text-align: center;
}
.legal .legal__company__logo {
  float: left;
}
.legal .legal__company__logo .legal__company {
  font-size: 11px;
  opacity: 0.75;
  padding: 1px 0 0 2px;
  white-space: nowrap;
}
.legal .legal__social {
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.legal .legal__links {
  float: right;
}
.legal .legal__links {
  text-align: right;
  margin-top: 9px;
}
.legal .legal__links .list--inline {
  padding-right: 3px;
}
.legal .legal__item {
  margin-right: 8px;
}
.legal .legal__item:after {
  content: '|';
  font-size: 11px;
  opacity: 0.75;
}
.legal .legal__item:last-child {
  margin-right: 0;
}
.legal .legal__item:last-child:after {
  content: '';
}
.legal .legal__item:last-child .legal__link {
  margin-right: 0;
}
.legal .legal__link {
  font-size: 11px;
  color: #ffffff;
  margin-right: 6px;
  opacity: 0.75;
}
footer .group {
  color: white;
  opacity: 0.75;
}
footer .group .group--note {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  font-size: 8.3px;
  margin-bottom: 14px;
  padding-left: 2px;
}
footer .group .group--logo {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  text-align: left;
  padding-left: 12px;
}
footer .group .group--logo .skf-logo {
  margin-left: 5px;
}
footer .group .group--logo .skf-logo img {
  margin-top: 4px;
  max-width: 135px;
  max-height: 22px;
}
footer .group .group--note {
  width: auto;
}
.ace_de_new_skin .sitemap {
  margin-top: 0;
}
.ace_de_new_skin .legal__company {
  margin-top: 1em;
}
footer .mid p {
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 1010px) {
  footer .mid {
    padding: 0;
  }
}
footer .mid .col {
  width: 15%;
}
@media screen and (max-width: 1010px) {
  footer .mid .col {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  footer .mid .col {
    width: 100%;
    padding-left: 15px;
  }
}
footer .mid .address {
  width: 15%;
  float: left;
  font-size: 11px;
  color: #91D7FF;
  line-height: 1.7;
  margin-left: 1px;
}
@media screen and (max-width: 1010px) {
  footer .mid .address {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  footer .mid .address {
    width: 100%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1010px) {
  footer .mid .address {
    padding-left: 15px;
    margin-left: 0;
  }
}
footer .mid .links {
  width: 15%;
  float: right;
}
@media screen and (max-width: 1010px) {
  footer .mid .links {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  footer .mid .links {
    width: 100%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1010px) {
  footer .mid .links {
    padding-left: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer .mid .links {
    padding-left: 15px;
    margin-bottom: 40px;
  }
}
footer .mid .links ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
footer .mid .links ul a {
  color: #ffffff;
  font-size: 11px;
  line-height: 21px;
}
.pager--container {
  padding-left: 40px;
}
.pager--container .amount,
.pager--container .show {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 12px;
  color: #707070;
}
.pager--container .amount {
  margin: 0;
}
.pager--container .show a {
  color: #707070;
}
.pager--container .show a.active,
.pager--container .show a:hover {
  color: #19467d;
}
.pager--container .pager {
  clear: both;
  display: inline-block;
  margin: 0 auto;
  height: 30px;
}
.pager--container .pager a {
  color: #000000;
  padding: 3px 8px;
  font-weight: bold;
  display: inline-block;
}
.pager--container .pager a:hover,
.pager--container .pager a:active,
.pager--container .pager a:visited {
  text-decoration: none;
}
.pager--container .pager a.pager--paging {
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--search-pager.png');
  width: 16px;
  height: 27px;
  color: transparent;
  margin: 0 15px;
}
.pager--container .pager a.pager--paging.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.pager--container .pager a.pager--paging.next {
  background-position: -16px 0;
}
.pager--container .pager a.active {
  color: #19467d;
  background-color: #dddddd;
  border-radius: 3px;
}
.pager--container.pager--container--left .amount,
.pager--container.pager--container--left .show {
  padding: 0;
}
.pager--container.pager--container--left .pager {
  padding-left: 0;
  margin-top: 1rem;
}
.customer--content .content,
.page-print .content {
  padding-left: 0;
}
.customer--content .sidebar .block,
.page-print .sidebar .block {
  border-bottom: 2px solid #19467d;
}
.customer--content .sidebar li.current strong,
.page-print .sidebar li.current strong {
  display: block;
  padding: 5px 20px;
  color: #000000;
  background-color: #f7f7f7;
  text-decoration: none;
}
.customer--content .page-title,
.page-print .page-title {
  padding-left: 40px;
  margin-bottom: 20px;
}
.customer--content .welcome-msg,
.page-print .welcome-msg {
  padding-left: 40px;
}
.customer--content .welcome-msg p,
.page-print .welcome-msg p {
  font-size: 16px;
}
.customer--content .page-text-box,
.page-print .page-text-box {
  padding-left: 40px;
  padding-right: 40px;
}
.customer--content .page-text-box .page-text,
.page-print .page-text-box .page-text {
  font-size: 14px;
}
.customer--content .box-head,
.page-print .box-head {
  background-color: #ebebeb;
  height: 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 40px;
  position: relative;
}
.customer--content .box-head h2,
.page-print .box-head h2 {
  margin: 0;
}
.customer--content .box-head a,
.page-print .box-head a {
  right: 3rem;
  position: absolute;
}
.customer--content .box-content p,
.page-print .box-content p {
  margin-bottom: 0;
}
.customer--content .col2-set,
.page-print .col2-set {
  padding-bottom: 40px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
}
.customer--content .col2-set .col-1,
.page-print .col2-set .col-1,
.customer--content .col2-set .col-2,
.page-print .col2-set .col-2 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-left: 40px;
}
.customer--content .col2-set .set-title,
.page-print .col2-set .set-title {
  padding-left: 40px;
}
.customer--content .no-display,
.page-print .no-display {
  display: none !important;
}
.customer--content .required-text,
.page-print .required-text {
  margin-top: 20px;
}
.customer--content .buttons-set,
.page-print .buttons-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.customer--content .buttons-set .button,
.page-print .buttons-set .button {
  display: inline-block;
  min-width: 200px;
  height: 40px;
}
.customer--content .buttons-set .btn-back,
.page-print .buttons-set .btn-back {
  text-decoration: none;
  color: #ffffff;
}
.customer--content form,
.page-print form {
  padding-left: 0;
}
.customer--content .form-list,
.page-print .form-list {
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 30px;
}
.customer--content .addresses-primary,
.page-print .addresses-primary {
  border-bottom: none;
}
.customer--content .addresses-additional,
.page-print .addresses-additional {
  padding-bottom: 0;
}
.customer--content .news-subscription,
.page-print .news-subscription {
  min-height: 200px;
}
.customer--content .data-table-outer,
.page-print .data-table-outer {
  overflow: auto;
}
.customer--content .data-table-outer .data-table,
.page-print .data-table-outer .data-table {
  width: 700px;
  margin: 1rem auto;
}
.customer--content .data-table-outer .data-table .first-col,
.page-print .data-table-outer .data-table .first-col {
  padding-left: 1rem;
}
.customer--content .data-table-outer .data-table .last-col,
.page-print .data-table-outer .data-table .last-col {
  padding-right: 1rem;
}
.customer--content .data-table-outer .data-table .odd,
.page-print .data-table-outer .data-table .odd {
  background-color: #ebebeb;
}
.customer--content .pager,
.page-print .pager {
  padding-left: 12px;
}
.customer--content .pager .amount,
.page-print .pager .amount {
  margin-bottom: 1rem;
}
.customer--content .my-account .order-info,
.page-print .my-account .order-info,
.customer--content .my-account .order-date,
.page-print .my-account .order-date,
.customer--content .my-account .order-items .table-caption,
.page-print .my-account .order-items .table-caption {
  padding-left: 40px;
}
@media screen and (max-width: 1009px) {
  .customer--content .content,
  .page-print .content {
    padding: 0;
    width: 100%;
  }
  .customer--content .sidebar,
  .page-print .sidebar {
    width: 100%;
  }
  .customer--content .col2-set,
  .page-print .col2-set {
    padding-bottom: 0;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .customer--content .col2-set .col-1,
  .page-print .col2-set .col-1,
  .customer--content .col2-set .col-2,
  .page-print .col2-set .col-2 {
    width: 100%;
    border-bottom: 1px solid #707070;
    padding-bottom: 2rem;
  }
  .customer--content .buttons-set,
  .page-print .buttons-set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .customer--content .buttons-set .button,
  .page-print .buttons-set .button {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .customer--content .buttons-set .btn-back,
  .page-print .buttons-set .btn-back {
    display: inline-block;
    width: 100%;
  }
}
.page-print {
  max-width: 768px;
}
@media print {
  .hide-print {
    display: none !important;
  }
}
.login-message-content {
  margin-bottom: 1em;
  word-wrap: anywhere;
}
.webform__input--postalcode {
  width: 100px!important;
  min-width: 0!important;
  margin-right: 30px;
  height: 32px!important;
}
.contacts {
  margin-left: -15px;
  margin-right: -15px;
}
.contact {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .contact {
    float: left;
    width: 33.33333333%;
  }
}
.contact .position,
.contact .address,
.contact .telephone {
  margin-bottom: 10px;
}
.distributors {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .distributors {
    float: left;
    width: 100%;
  }
}
.distributors .distributor {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding: 0px 6px;
}
@media (min-width: 768px) {
  .distributors .distributor {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .distributors .distributor:nth-child(4n+1) {
    padding-right: 0px;
  }
  .distributors .distributor:nth-child(4n-2) {
    padding-left: 0px;
  }
}
.distributors .distributor .contact__image {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
.distributors .distributor .distributor__picture {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  border: 1px solid #dfdfdf;
  margin: 4px 0px;
  text-align: center;
  position: relative;
}
.distributors .distributor .distributor__picture:hover {
  text-decoration: none;
}
.distributors .distributor .distributor__picture .distributor__image {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  vertical-align: middle;
}
.distributors .distributor .distributor__link {
  height: 40px;
  display: block;
  font-size: 12px;
  line-height: 15.6px;
  color: #0c5ea6;
}
.distributors .distributor-content {
  display: none;
  visibility: hidden;
  width: 100%;
}
.distributor--notes {
  padding-left: 15px;
  font-size: 12px;
}
.direct-sales.text-divider {
  margin: 60px 0px 20px 0px;
}
.contact-details p {
  margin-bottom: 10px;
}
.contact__picture {
  display: inline-block;
  height: 190px;
  margin-bottom: 10px;
}
.subcategory__header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.category-vertrieb .sitemap {
  margin-top: 30px;
}
.category-vertrieb .content {
  margin-bottom: 0px;
}
.distributor__intro,
.distributor__main,
.distributor__locations {
  margin-left: -15px;
  margin-right: -15px;
}
.distributor__intro__title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .distributor__intro__title {
    float: left;
    width: 100%;
  }
}
.distributor__main {
  background-color: #f7f7f7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.distributor__main__header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .distributor__main__header {
    float: left;
    width: 100%;
  }
}
.distributor__main__header h1 {
  font-size: 14px;
}
.distributor__main__image {
  float: right;
  border: 1px solid #dfdfdf;
}
.distributor__main__left,
.distributor__main__right {
  width: 400px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.distributor__location {
  width: 200px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 160px;
}
.distributor__location__address {
  margin-bottom: 5px;
}
.distributor__location__telephone,
.distributor__location__fax {
  display: block;
  font-size: 12px;
  color: #434343;
}
.distributor__location__country,
.distributor__location__link {
  font-size: 12px;
}
#cookie-settings {
  color: white;
  opacity: 0.75;
  cursor: pointer;
  font-size: 11px;
  margin-right: 1rem;
  pointer-events: all;
  display: inline-block;
}
#cookie-settings.hidden {
  pointer-events: none;
  display: inline-block;
}
.cookie-select-popup-view {
  overflow: hidden;
}
.cookie-select-popup-view > :not(#cookie-select-outer) {
  transition: filter 0.5s linear;
  filter: blur(2px);
  z-index: 0;
}
.cc-btn {
  margin: 10px;
  text-decoration: none !important;
}
#cookie-select-outer {
  top: 0;
  left: 0;
  background: rgba(150, 150, 150, 0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  z-index: 10000;
  overflow: auto;
}
.cookie-select {
  width: 100%;
  max-width: 900px;
  margin: auto;
  background-color: #ffffff;
}
.cookie-select #cookie-select-form {
  position: relative;
  background: #ffffff;
  padding: 40px;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.2);
}
.cookie-select #cookie-select-form .mini-loader {
  display: none;
  position: absolute;
  top: 0;
  height: auto;
  width: auto;
  right: 0;
  left: 0;
  bottom: 0;
}
.cookie-select #cookie-select-form .mini-loader .loader-wrapper {
  height: 100%;
}
.cookie-select #cookie-select-form.in-load .mini-loader {
  display: block;
}
.cookie-select--title {
  font-size: 32px;
  color: #19467d;
}
.cookie-select--desc {
  font-size: 14px;
}
.cookie-select--hidden-options {
  display: none;
}
.cookie-select--checkboxes {
  display: inline-block;
  width: 100%;
}
.cookie-select input[type=checkbox] + .checkbox-label:before {
  transition: all 0.15s linear;
  height: 20px;
  width: 20px;
  border: 2px solid #19467d;
  vertical-align: inherit;
  margin-right: 15px;
}
.cookie-select input[type=checkbox]:checked + .checkbox-label:before {
  transition: all 0.15s linear;
  background: none;
  background-color: #19467d;
  content: '\2713';
  color: #ffffff;
  font-size: 20px;
  line-height: 18px;
}
.cookie-select input[type=checkbox]:disabled + .checkbox-label:before {
  border-color: #707070 !important;
  background-color: #707070 !important;
}
.cookie-select input[type=checkbox]:disabled + .checkbox-label {
  cursor: unset;
}
.cookie-select .checkbox-label {
  display: inline-block !important;
  font-family: 'LufthansaText', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #707070;
  cursor: pointer;
}
.cookie-select--details {
  width: 100%;
  display: inline-block;
  text-align: right;
}
.cookie-select--details .details-hide {
  display: inline-block;
  margin-top: 20px;
  color: #19467d;
  cursor: pointer;
}
.cookie-select--details #cookie-details-toggle {
  display: -ms-flexbox;
  display: flex;
}
.cookie-select--details #cookie-details-svg {
  margin: 7px 10px;
  height: 5px;
  width: 10px;
  background-color: inherit;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.15s linear;
}
.cookie-select--details #cookie-details-svg line {
  stroke: #19467d;
  stroke-width: 2px;
}
.cookie-select--details #cookie-details-svg.rotated {
  transition: transform 0.15s linear;
  transform: rotate(-180deg);
}
.cookie-select--details .details-block {
  text-align: left;
  margin-bottom: 15px;
}
.cookie-select--details .details-block .details-block--title {
  font-size: 14px;
  margin-bottom: 2px;
  color: #19467d;
}
.cookie-select--buttons {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
  -ms-flex-align: center;
      align-items: center;
}
.cookie-select--buttons .cookie-form-btn {
  min-width: 40% !important;
  height: 38px !important;
  font-size: 18px;
}
.cookie-select--buttons #cookie-form-selectall,
.cookie-select--buttons #cookie-form-submit {
  margin-left: 20px;
  background-color: #f18500;
  color: white;
  height: 55px !important;
}
.cookie-select--buttons #cookie-form-selectall:hover,
.cookie-select--buttons #cookie-form-submit:hover {
  transition: all 0.15s linear;
  background-color: #ff920c;
}
.cookie-select--buttons #cookie-form-settings {
  background-color: #ffffff;
  border: 2px solid #19467d;
}
.cookie-select--buttons #cookie-form-settings:hover {
  transition: all 0.15s linear;
  background-color: #19467d;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .cookie-select--buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cookie-select--buttons .cookie-form-btn {
    min-width: 100% !important;
    padding: 0;
    margin: 0 !important;
    margin-top: 15px !important;
  }
}
#cookie-select-outer.cookie-select-outer-a #cookie-form-selectall {
  background-color: #8dbc08;
}
#cookie-select-outer.cookie-select-outer-b #cookie-form-selectall {
  height: 55px !important;
}
#cookie-select-outer.cookie-select-outer-d .cookie-select {
  position: relative;
}
#cookie-select-outer.cookie-select-outer-d .cookie-trust-logo {
  position: absolute;
  right: 0;
  top: 0;
  font-style: italic;
}
#cookie-select-outer.cookie-select-outer-d .trusted-logo {
  width: 55px;
  margin: 5px;
}
@media (max-width: 1009px) {
  #cookie-select-outer.cookie-select-outer-d .cookie-trust-logo {
    position: relative;
    text-align: right;
    margin: 1rem 0 -1rem 0;
  }
}
.widget-gray .widget--container {
  background-color: #f1f2f2;
}
.wrapper-gray--outer {
  background-color: #f1f2f2;
  width: 100%;
}
.wrapper-gray--outer .stage-teaser {
  background-color: #f1f2f2;
}
.wrapper-gray--outer-dark {
  background-color: #e2e2e2;
  width: 100%;
}
.wrapper-outline-yellow--outer {
  background-color: #f18500;
  width: 100%;
}
.container.widget--wrapper {
  padding: 0;
}
.widget-border-higlight {
  border-top: 1px solid #19467d;
  border-bottom: 1px solid #19467d;
}
.ace_de_new_skin .stage-teaser {
  background-color: #e2e2e2;
}
.cms-header {
  margin-top: 35px;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .cms-header {
    padding: 0;
  }
}
.storecode-cn address.cms-header__address {
  font-size: small;
}
.cms-header__content,
.cms-header__image {
  margin-bottom: 30px;
}
.cms-header__content *:last-child,
.cms-header__image *:last-child {
  margin-bottom: 0;
}
.cms-header__content h1,
.cms-header__image h1 {
  margin-top: 19px!important;
}
.cms-header__image {
  float: right;
  text-align: right;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cms-header__image {
    text-align: left;
  }
  .cms-header__image img[src$="media/wysiwyg/cms/placeholder.jpg"] {
    display: none;
  }
}
.cms-header__image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.cms-header__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cms-header__content {
    float: left;
    width: 50%;
  }
}
.cms-header__column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .cms-header__column {
    float: left;
    width: 50%;
  }
}
.cms-header__subtitle {
  margin-left: 0!important;
}
.cms-header__subsubtitle {
  font-size: 12px;
  font-weight: normal;
}
.cms-header__subline {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 30px;
}
.cms-header__address {
  font-size: 16px;
}
.cms-header--wide .cms-header__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cms-header--wide .cms-header__content {
    float: left;
    width: 75%;
  }
}
.cms-header--wide .cms-header__image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .cms-header--wide .cms-header__image {
    float: left;
    width: 25%;
  }
}
.cms-header--wide .access__list__item a {
  background-color: #e5e5e5;
}
.cms-header--wide .access__list__item.active a,
.cms-header--wide .access__list__item a:hover {
  background-color: #dcdcdc;
}
.teaser--gmaps--header {
  margin-top: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .teaser--gmaps--header {
    float: left;
    width: 58.33333333%;
  }
}
.teaser--gmaps--header .gmaps_canvas {
  width: 410px;
  height: 200px;
}
.search-teaser {
  position: relative;
  min-height: 308px;
  display: -ms-flexbox;
  display: flex;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  box-shadow: inset 0 0px 100px 65px #e2e2e2;
}
.search-teaser.overview {
  min-height: 300px;
  -ms-flex-pack: center;
      justify-content: center;
}
.search-teaser.main-teaser {
  display: block;
}
.search-teaser--outer {
  padding-top: 0;
}
.search-teaser--background {
  position: relative;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: #707070;
  box-shadow: inset 0 0px 100px 65px #e2e2e2;
}
.search-teaser--background.with-image {
  box-shadow: none;
  background-color: initial;
}
.search-teaser--background.with-image .search-teaser {
  box-shadow: none;
}
.search-teaser--image {
  height: 100%;
  width: 100%;
  position: absolute;
}
.search-teaser--color-box {
  position: absolute;
  bottom: 0;
  padding-right: 504px;
  width: 100%;
  z-index: 1;
}
.search-teaser--color-box div {
  height: 10px;
}
.search-teaser--color-box .yellow {
  background-color: #f8ce00;
}
.search-teaser--color-box .red {
  background-color: #e13c25;
}
.search-teaser--color-box .green {
  background-color: #8dbc08;
}
.search-teaser--color-box .fuchsia {
  background-color: #6ab7b6;
}
.search-teaser--color-box .blue {
  background-color: #19467d;
}
.search-teaser--search {
  z-index: 2;
  background-color: #19467d;
  position: absolute;
  opacity: 0.9;
  width: 492px;
  height: 80px;
  bottom: 0;
  right: 0;
  margin: 0;
  margin-right: -1px;
  border-top-left-radius: 10px;
}
.search-teaser--search #search_examples_form {
  padding-left: 22px;
}
.search-teaser--search--form-wrapper {
  display: inline-block;
  width: 100%;
  line-height: 80px;
}
.search-teaser--search--form-param {
  vertical-align: middle;
  line-height: 100%;
  min-width: 33% !important;
  width: 48%;
  height: 32px !important;
}
.search-teaser--search--form-submit {
  height: 32px;
  background-color: #808080;
  border-color: #808080;
  width: 32%;
  margin-left: 1rem;
  font-size: 13px;
}
.search-teaser--search-triangle {
  position: absolute;
  left: -14px;
  bottom: 0;
  width: 15px;
  height: 0;
  border-style: solid;
  border-width: 0 0 72px 14px;
  border-color: transparent transparent #19467d transparent;
}
.search-teaser--search .clear-teaser-search {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 3rem;
  padding-top: 0;
  margin-bottom: -3px;
  margin-left: 2rem;
  cursor: pointer;
}
.search-teaser .suggest-items {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1009px) {
  .search-teaser {
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 200px;
  }
  .search-teaser.overview {
    min-height: unset;
  }
  .search-teaser--image {
    opacity: 30%;
  }
  .search-teaser--color-box {
    display: none;
  }
  .search-teaser--search {
    height: 8rem;
    margin: 0;
    border-top-left-radius: unset;
    position: relative;
    margin: 0 -1px;
    width: auto;
  }
  .search-teaser--search #search_examples_form {
    padding: 0px 12px 0px 12px;
  }
  .search-teaser--search--form-wrapper {
    line-height: 4rem;
  }
  .search-teaser--search--form-param {
    width: 100%;
  }
  .search-teaser--search--form-submit {
    width: 100%;
    margin-left: unset;
  }
  .search-teaser--search-triangle {
    display: none;
  }
  .search-teaser--search .clear-teaser-search {
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    right: 1.4rem;
    top: 0.4rem;
  }
  .search-teaser--search #search_examples {
    max-width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .search-teaser--image {
    object-fit: cover;
    object-position: right;
  }
}
.widget-link-with-arrow {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
}
.widget-link-with-arrow:hover,
.widget-link-with-arrow:link {
  text-decoration: none;
}
.widget-link-with-arrow--right:before {
  display: inline-block;
  content: "";
  border-left: 12px solid #19467d;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-right: 20px;
  margin-left: 7px;
}
.widget-link-with-arrow--up:before {
  display: inline-block;
  content: "";
  border-bottom: 12px solid #19467d;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin-right: 15px;
}
.widget-info-block {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.widget-info-block:last-child {
  padding-bottom: 5px;
}
.widget-info-block .widget-info-block--image {
  width: 40px;
  height: 40px;
  margin: 10px;
}
.widget-info-block .widget-info-block--information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 10px;
}
.widget-info-block .widget-info-block--information .widget-info-block--info {
  color: #19467d;
  font-size: 2.04rem;
}
.widget-info-block .widget-info-block--information .widget-info-block--title {
  color: #808080;
  font-size: 1.33rem;
}
#ace-qo-widget {
  margin-top: 16px !important;
}
#ace-qo-widget .container {
  background-color: #f7f7f7;
}
#ace-qo-widget .wrapper-outline-gray--outer {
  border-top: none !important;
}
#ace-qo-widget .wrapper-outline-gray--outer .container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#ace-qo-widget .wrapper-gray--outer {
  background-color: white;
}
#ace-qo-widget .wrapper-gray--outer .container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#ace-qo-widget .d-flex.flex-row.config-header {
  padding: 4px 0 !important;
  background-color: #f1f2f2 !important;
}
#ace-qo-widget .wrapper--content {
  padding-top: 0;
}
#ace-qo-widget #contact_container {
  background-color: #f7f7f7 !important;
}
.cms-index-index.cms-home #ace-qo-widget {
  margin-top: 3rem;
}
.ace_de_new_skin #ace-qo-widget #add-to-cart span {
  white-space: normal;
}
.application-examples.application-page-flat .main-content-panel,
.application-examples.application-page-flat .control-panel {
  position: relative;
  float: left;
}
.application-examples.application-page-flat .control-panel {
  padding-left: 0;
  padding-right: 1.5rem;
  padding-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .application-examples.application-page-flat .main-content-panel,
  .application-examples.application-page-flat .control-panel {
    width: 100%;
  }
}
.application-examples.application-page-flat .search-teaser--leftbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 3rem;
  padding-left: 1rem;
  padding-top: 3.5rem;
}
.application-examples.application-page-flat .search-teaser--leftbox span,
.application-examples.application-page-flat .search-teaser--leftbox h1 {
  font-family: Arial;
  padding-bottom: 20px;
  padding-left: 32px;
}
.application-examples.application-page-flat .search-teaser--leftbox .title {
  font-size: 32px;
  color: #19467d;
  margin: 0;
  font-weight: normal;
}
.application-examples.application-page-flat .search-teaser--leftbox .text {
  font-size: 18px;
  color: #000000;
}
.application-examples.application-page-flat .search-teaser--leftbox .hint {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0px;
}
.application-examples.application-page-flat .search-teaser--rightbox {
  padding-left: 18px;
  padding-top: 15px;
}
@media screen and (max-width: 1009px) {
  .application-examples.application-page-flat .search-teaser--rightbox {
    padding-bottom: 15px;
  }
  .application-examples.application-page-flat .search-teaser--leftbox {
    padding-top: 0.5rem;
  }
  .application-examples.application-page-flat .search-teaser--leftbox span,
  .application-examples.application-page-flat .search-teaser--leftbox h1 {
    padding-left: 0;
  }
  .application-examples.application-page-flat .application-block--data {
    padding-right: 0;
  }
}
.application-blocks-list {
  padding-left: 15px;
}
.application-blocks-list .hide {
  display: none !important;
}
.application-page .application-page--base-outer {
  padding-top: 2.1rem;
}
.application-page .application-page--base-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0.8rem;
}
.application-page .application-page--base-left {
  padding-right: 20px;
  width: 48.5rem;
  min-width: 48.5rem;
  max-width: 48.5rem;
  margin-bottom: 6.7rem;
}
.application-page .application-page--base-left .picture-block {
  overflow: hidden;
  background-color: #f1f2f2;
}
.application-page .application-page--base-left .picture-block img {
  width: auto;
  display: block;
  max-height: 47rem;
  min-height: 31rem;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.application-page .application-page--base-right {
  width: 100%;
  position: relative;
}
.application-page .application-page--base-right .pictures-carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: -2.1rem;
  margin-bottom: -1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.application-page .application-page--base-right .pictures-carousel .picture-block {
  width: 150px;
  margin-left: 2.1rem;
  margin-bottom: 1rem;
  max-height: 100px;
  overflow: hidden;
}
.application-page .application-page--base-right .pictures-carousel .picture-block.selected {
  border: solid 2px;
}
.application-page .application-page--base-right .pictures-carousel .picture-block.selected.yellow {
  border-color: #f8ce00;
}
.application-page .application-page--base-right .pictures-carousel .picture-block.selected.red {
  border-color: #e13c25;
}
.application-page .application-page--base-right .pictures-carousel .picture-block.selected.green {
  border-color: #8dbc08;
}
.application-page .application-page--base-right .pictures-carousel .picture-block.selected.fuchsia {
  border-color: #6ab7b6;
}
.application-page .application-page--base-right .pictures-carousel .picture-block.selected img {
  opacity: 0.3;
}
.application-page .application-page--base-right .pictures-carousel .picture-block img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.application-page .application-page--base-right .main_image-data {
  padding-top: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 14.5rem;
  position: relative;
}
.application-page .application-page--base-right .main_image-data--description,
.application-page .application-page--base-right .main_image-data--copyright {
  letter-spacing: 0.14px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.application-page .application-page--base-right .main_image-data--description {
  color: #000000;
}
.application-page .application-page--base-right .main_image-data--copyright {
  color: #707070;
}
.application-page .application-page--base-right .application-links {
  width: 372px;
  margin: auto;
  border: solid 1px #19467d;
  border-radius: 10px;
  margin-left: 84px;
  padding: 0.5rem 1.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.application-page .application-page--base-right .application-links-wrapper {
  position: absolute;
  height: 40rem;
  top: 0;
}
.application-page .application-page--base-right .application-links .link-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
}
.application-page .application-page--base-right .application-links .link-block--icon {
  height: auto;
  width: 27px;
}
.application-page .application-page--base-right .application-links .link-block--label {
  padding-left: 27px;
  font-size: 18px;
  color: #19467d;
}
.application-page .application-page--base-description {
  padding: 0 4.2rem;
  margin-bottom: 8rem;
}
.application-page .application-page--base-description .title {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  max-width: 70rem;
  margin-bottom: 20px;
}
.application-page .application-page--base-description .text {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
.application-page .application-page--base-branches {
  padding: 0 4.2rem;
  margin-bottom: 4rem;
}
.application-page .application-page--base-branches .branch-data {
  font-size: 18px;
  color: #707070;
}
.application-page .search-teaser {
  padding-top: 6.1rem;
}
.application-page .search-teaser--head {
  overflow: hidden;
  height: 16rem;
}
.application-page .search-teaser--leftbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 4.2rem;
}
.application-page .search-teaser--leftbox .headline {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}
.application-page .search-teaser--leftbox .title {
  font-size: 32px;
  line-height: 40px;
  color: #19467d;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 30px;
}
.application-page .search-teaser--leftbox .family-category,
.application-page .search-teaser--leftbox .base-category {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
.application-page--related {
  padding-bottom: 25px;
  padding-left: 4.2rem;
}
.application-page--related-outer {
  border-top: 1px solid #cfcfcf;
}
.application-page--related-header {
  padding-top: 9px;
  padding-bottom: 30px;
}
.application-page--related-header .title {
  font-size: 24px;
  line-height: 30px;
  color: #707070;
}
@media screen and (max-width: 1009px) {
  .application-page .application-blocks-list {
    padding-left: 0;
  }
  .application-page .application-page--base-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .application-page .application-page--base-left {
    padding-right: 0;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .application-page .application-page--base-left .picture-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .application-page .application-page--base-left .picture-block img {
    max-width: 100%;
    height: auto;
  }
  .application-page .application-page--base-right .pictures-carousel {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .application-page .application-page--base-right .pictures-carousel .picture-block {
    width: 30%;
    max-width: 150px;
  }
  .application-page .application-page--base-right .application-links {
    margin: 4rem 0 0 0;
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
  }
  .application-page .application-page--base-right .application-links-wrapper {
    position: relative;
    height: auto;
    top: 0;
  }
  .application-page .application-page--base-right .main_image-data {
    padding: 10px;
    padding-bottom: 30px;
    height: auto;
  }
  .application-page .application-page--base-right .main_image-data--description,
  .application-page .application-page--base-right .main_image-data--copyright {
    text-align: center;
  }
  .application-page .application-page--base-description,
  .application-page .application-page--base-branches {
    padding: 0 10px;
  }
  .application-page .search-teaser--head {
    height: auto;
  }
  .application-page .search-teaser--leftbox {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .application-page .search-teaser--leftbox .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .application-page .search-teaser--leftbox .base-category,
  .application-page .search-teaser--leftbox .family-category {
    font-size: 18px;
    line-height: 26px;
  }
  .application-page .search-teaser--rightbox {
    display: none;
  }
}
.application-examples.application-page-flat .wrapper--content {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .application-examples.application-page-flat .wrapper--content {
    padding: 3rem;
    padding-bottom: 0;
  }
}
.application-examples.application-page-flat .wrapper--content.search-teaser--outer {
  padding-top: 0;
}
.application-examples.application-page-flat .wrapper--content.search-teaser--outer .search-teaser {
  padding-top: 2.5rem;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .hide {
  display: none !important;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box {
  min-height: 0px;
}
@media screen and (max-width: 550px) {
  .application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box {
    width: 100%;
  }
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view {
  cursor: pointer;
  position: relative;
  height: 23rem;
  width: 23rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .media,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 0.9rem;
  border: 1px solid;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .media .unveil,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .unveil {
  width: 100%;
  height: 14rem;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .media .type-name,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .type-name,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .media .application-name,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .application-name {
  width: 100%;
  text-align: left;
  opacity: 1;
  margin-bottom: 1px;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  line-height: 1.3;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .media .type-name,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .type-name {
  letter-spacing: 0.1px;
  color: #707070;
  margin-top: 8px;
  max-height: 3.1rem;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .media .application-name,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .application-name {
  letter-spacing: 0px;
  color: #19467d;
  margin-top: 0px;
  max-height: 3.2rem;
  overflow: hidden;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view.fuchsia .media,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view.fuchsia .description {
  border-color: #6ab7b6;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view.yellow .media,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view.yellow .description {
  border-color: #f8ce00;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view.red .media,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view.red .description {
  border-color: #e13c25;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view.green .media,
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view.green .description {
  border-color: #8dbc08;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .media {
  position: relative;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description {
  top: 0;
  background-color: #f7f7f7;
  position: absolute;
  display: none;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .example--content {
  cursor: default;
  margin: 0 0 2rem 0;
  font-size: 12px;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .example--content .content--col .title {
  letter-spacing: 0px;
  color: #000000 !important;
  font-family: "Arial", sans-serif !important;
  opacity: 1;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 1.7rem !important;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .example--content .content--col .main-text-content {
  letter-spacing: 0px;
  color: #000000;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  opacity: 1;
  font-weight: normal;
  line-height: normal;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box .example--view .description .example--content .redirect {
  letter-spacing: 0px;
  color: #19467d;
  opacity: 1;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #f7f7f7;
  box-shadow: #f7f7f7 0px -2px 6px 6px;
  padding: 0 0 2.1rem 1rem;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box.active {
  z-index: 10000;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box.active .example--view {
  cursor: default;
}
.application-examples.application-page-flat .wrapper--content .applications-content-grid .example--container .example--box.active .example--view .description {
  height: 48rem;
  display: block;
  overflow: hidden;
}
.application-page-flat .application-block {
  width: 100%;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}
.application-page-flat .application-block--image {
  padding: 0;
  margin-top: 4px;
}
.application-page-flat .application-block--image img {
  width: 120px;
  height: 80px;
}
.application-page-flat .application-block--data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 20px;
  width: 100%;
  max-width: 60rem;
}
.application-page-flat .application-block--data .series {
  vertical-align: middle;
}
.application-page-flat .application-block--data .series-color {
  height: 12px;
  width: 12px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 1px;
}
.application-page-flat .application-block--data .series-color.yellow {
  background-color: #f8ce00;
}
.application-page-flat .application-block--data .series-color.red {
  background-color: #e13c25;
}
.application-page-flat .application-block--data .series-color.green {
  background-color: #8dbc08;
}
.application-page-flat .application-block--data .series-color.fuchsia {
  background-color: #6ab7b6;
}
.application-page-flat .application-block--data .series-label {
  font-size: 14px;
  color: #707070;
}
.application-page-flat .application-block--data .title {
  font-size: 18px;
  color: #19467d;
}
.application-page-flat .application-block--data .description {
  font-size: 14px;
}
@media screen and (max-width: 1009px) {
  .application-page-flat .application-blocks {
    padding-left: 10px;
    padding-right: 10px;
  }
  .application-page-flat .application-block--data {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .application-page-flat .application-block {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .application-page-flat .application-block--image {
    padding-bottom: 12px;
    text-align: center;
  }
}
.application-page-flat .application-examples-controls {
  padding-left: 1.5rem;
  padding-right: 1px;
}
.application-page-flat .application-examples-controls .delimiter {
  border: 1px solid #CFCFCF;
  margin-bottom: 1.4rem;
  margin-top: 1.2rem;
}
.application-page-flat .application-examples-filters {
  padding-right: 0;
  padding-left: 0;
}
.application-page-flat .application-examples-filters .delimiter {
  margin-right: 3.5rem;
}
.application-page-flat .application-examples-filters .controll-label {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0px;
  opacity: 1;
  color: #000000;
}
.application-page-flat .application-examples-filters .filters-label {
  font-size: 12px;
  color: #000000;
  padding: 6px 15px;
}
.application-page-flat .application-examples-filters .filter-checkboxes {
  padding-bottom: 3rem;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-outer {
  margin-top: 0.3rem;
  padding-bottom: 0.1rem;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label,
.application-page-flat .application-examples-filters .filter-checkboxes .label {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.1px;
  position: relative;
  vertical-align: middle;
  display: inline-block !important;
  cursor: pointer;
  padding-left: 1rem;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label {
  padding-left: 2.6rem;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label--text {
  position: relative;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.yellow:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-yellow.svg");
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.yellow:before,
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.yellow:after {
  border-color: #f8ce00;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.red:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-red.svg");
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.red:before,
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.red:after {
  border-color: #e13c25;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.green:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-green.svg");
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.green:before,
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.green:after {
  border-color: #8dbc08;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.fuchsia:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-fuchsia.svg");
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.fuchsia:before,
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.fuchsia:after {
  border-color: #6ab7b6;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label.black:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-black.svg");
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label:before,
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 13px;
  width: 13px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  vertical-align: inherit;
  display: inline-block;
  background-color: #f7f7f7;
}
.application-page-flat .application-examples-filters .filter-checkboxes .checkbox-label:after {
  opacity: 0;
  width: 12px;
  height: 15px;
}
.application-page-flat .application-examples-filters .filter-checkboxes .clear-all {
  font-weight: bold;
  color: #707070;
  cursor: pointer;
}
.application-page-flat .application-examples-filters .filter-checkboxes .branch-others {
  padding-top: 1rem;
}
.application-page-flat .application-examples-filters .filter-checkboxes .locked .checkbox-label {
  color: #707070;
  cursor: default;
}
.application-page-flat .application-examples-filters .filter-checkboxes .locked .checkbox-label:after,
.application-page-flat .application-examples-filters .filter-checkboxes .locked .checkbox-label:before {
  border-color: #cfcfcf;
}
.application-page-flat .application-examples-filters .checkbox-input {
  display: none;
}
.application-page-flat .application-examples-filters .checkbox-input:checked + .checkbox-label:after {
  opacity: 1;
  border: none;
  left: 2px;
  top: -2px;
}
@media screen and (max-width: 550px) {
  .application-page-flat .application-examples-filters {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .application-page-flat .application-examples-filters {
    padding-right: 0;
  }
  .application-page-flat .application-examples-filters .delimiter {
    margin-right: 0;
  }
}
.application-page-flat .application-examples-view {
  padding-left: 0.2rem;
  margin-left: 1.2rem;
  padding-top: 1.6rem;
  padding-bottom: 2.1rem;
}
.application-page-flat .application-examples-view .controll-button-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.application-page-flat .application-examples-view .controll-button-block .controll-label {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .application-page-flat .application-examples-view .controll-button-block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.application-page-flat .application-examples-view .controll-button {
  display: inline-block;
  background-position: 0 0;
  background-size: cover;
  width: 45px;
  height: 23px;
}
.application-page-flat .application-examples-view .application-view-list {
  cursor: pointer;
  margin-right: 30px;
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/application-areas/list-inactive.svg');
}
.application-page-flat .application-examples-view .application-view-list.active {
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/application-areas/list-active.svg');
}
.application-page-flat .application-examples-view .application-view-grid {
  cursor: pointer;
  margin-right: 20px;
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/application-areas/grid-inactive.svg');
}
.application-page-flat .application-examples-view .application-view-grid.active {
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/application-areas/grid-active.svg');
}
.usecase--container .series {
  vertical-align: middle;
}
.usecase--container .series-color {
  height: 12px;
  width: 12px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 1px;
}
.usecase--container .series-color.yellow {
  background-color: #f8ce00;
}
.usecase--container .series-color.red {
  background-color: #e13c25;
}
.usecase--container .series-color.green {
  background-color: #8dbc08;
}
.usecase--container .series-color.fuchsia {
  background-color: #6ab7b6;
}
.usecase--container .series-label {
  font-size: 14px;
  color: #707070;
}
.application-examples.application-page-old .wrapper--content h3 {
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  text-align: center;
  color: #707070;
  font-weight: normal;
  border-bottom: 5px solid #6ab7b6;
}
.application-examples.application-page-old .wrapper--content h3.yellow {
  border-bottom: 5px solid #f8ce00;
}
.application-examples.application-page-old .wrapper--content h3.green {
  border-bottom: 5px solid #8dbc08;
}
.application-examples.application-page-old .wrapper--content h3.red {
  border-bottom: 5px solid #e13c25;
}
.application-examples.application-page-old .wrapper--content .example--container {
  position: relative;
  margin-bottom: 50px;
  margin-left: -6;
  margin-right: -6;
}
.application-examples.application-page-old .wrapper--content .example--container img {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.application-examples.application-page-old .wrapper--content .example--container .delimiter {
  clear: both;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  border-top-width: 0px;
  position: static;
  height: 190px;
}
@media (min-width: 768px) {
  .application-examples.application-page-old .wrapper--content .example--container .example--box {
    float: left;
    width: 25%;
  }
}
.application-examples.application-page-old .wrapper--content .example--container .example--box:nth-child(1),
.application-examples.application-page-old .wrapper--content .example--container .example--box:nth-child(2),
.application-examples.application-page-old .wrapper--content .example--container .example--box:nth-child(3),
.application-examples.application-page-old .wrapper--content .example--container .example--box:nth-child(4) {
  border-top-width: 1px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box + .example--box {
  border-left: none;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--view {
  z-index: 100;
  margin-bottom: -1px;
  text-align: center;
  padding: 10px;
  position: relative;
  height: 188px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--view .media .name {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  visibility: hidden;
  background-color: #f1f2f2;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--view:hover .media .name {
  visibility: visible;
  padding-top: 5px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--view .description {
  display: none;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content {
  margin-left: -6;
  margin-right: -6;
  cursor: default;
  display: none;
  visibility: hidden;
  margin: 0 0 20px 0;
  background-color: #f1f2f2;
  font-size: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
@media (min-width: 768px) {
  .application-examples.application-page-old .wrapper--content .example--container .example--box .example--content {
    float: left;
    width: 100%;
  }
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content .content--col {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding: 10px;
}
@media (min-width: 768px) {
  .application-examples.application-page-old .wrapper--content .example--container .example--box .example--content .content--col {
    float: left;
    width: 50%;
  }
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content .esb-thumbs {
  overflow: hidden;
  width: 146px;
  text-align: center;
  list-style-type: none;
  margin: 14px auto;
  padding: 0;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content .esb-thumbs li {
  cursor: pointer;
  float: left;
  width: 40px;
  height: 30px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content .esb-image {
  text-align: center;
  min-height: 100%;
  min-width: 100%;
  line-height: 303px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content .esb-image img {
  width: auto;
  height: auto;
  max-width: 468px;
  max-height: 303px;
  border: 0;
  vertical-align: middle;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content .esb-image-text {
  text-align: center;
  margin-top: 10px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content .esb-copyright {
  text-align: center;
  font-size: 12px;
  color: #707070;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--content.active {
  display: block;
  visibility: visible;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  border: 1px solid #dfdfdf;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--view:hover .example--content.active div.content--col:nth-child(2),
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .example--content.active div.content--col:nth-child(2) {
  margin-top: 35px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--view:hover,
.application-examples.application-page-old .wrapper--content .example--container .example--box.active,
.application-examples.application-page-old .wrapper--content .example--container .example--box .example--view:hover .example--view,
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .example--view {
  background-color: #f1f2f2;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active {
  background-color: #f1f2f2;
  cursor: default;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .media {
  display: none;
  visibility: hidden;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description {
  display: block;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .head {
  text-align: left;
  padding: 0 0px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .head .hierarchy {
  font-size: 12px;
  color: #19467d;
  font-weight: 700;
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .head .hierarchy li {
  padding-left: 16px;
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--small-arrow.png') left 4px no-repeat;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .head .esb {
  position: absolute;
  bottom: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 11px;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .close {
  position: absolute;
  right: 0px;
  top: 11px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .close:before,
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .close:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 13px;
  top: 0;
  background-color: #707070;
  border-radius: 1px;
  transform: rotate(45deg);
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .close:after {
  transform: rotate(-45deg);
}
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .close:hover:before,
.application-examples.application-page-old .wrapper--content .example--container .example--box.active .description .close:hover:after {
  background-color: #19467d;
}
.application-examples.application-page-old .wrapper--header.application-examples-header {
  padding-left: 0;
}
.application-examples.application-page-old .wrapper--header.application-examples-header h4 {
  margin-left: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.application-examples.application-page-old .wrapper--header.application-examples-header h5 {
  margin-left: 25px !important;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter {
  margin-top: 28px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: -6;
  margin-right: -6;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter h6 {
  color: #707070;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 40px;
  font-size: 11px;
  font-weight: 300;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding: 0 0px;
}
@media (min-width: 768px) {
  .application-examples.application-page-old .wrapper--header.application-examples-filter .content--col {
    float: left;
    width: 50%;
  }
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col.text {
  background-color: #ffffff;
  height: 128px;
  overflow: hidden;
  position: relative;
  padding: 20px 0px 12px;
}
@media (max-width: 767px) {
  .application-examples.application-page-old .wrapper--header.application-examples-filter .content--col.text {
    display: none !important;
  }
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col.text .text--container {
  overflow: hidden;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col.text .text--container#ask-examples {
  overflow: visible;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col.text .text--container .content--col {
  padding: 10px 10px;
  font-size: 12px;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col.text .text--container .content--col .phone-number {
  color: #19467d;
  font-size: 16px;
  position: absolute;
  top: 56px;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col.text .text--container .content--col .subline {
  position: absolute;
  top: 75px;
  font-size: 11px;
  color: #707070;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col .esb-segment-filter {
  margin: 0;
  background: #ffffff;
  list-style-type: none;
  padding: 20px 0px 12px;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col .esb-segment-filter li {
  background-color: #ffffff;
  margin-bottom: 4px;
  border-left: 20px solid #6ab7b6;
  padding: 0 20px;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col .esb-segment-filter li.yellow {
  border-left: 20px solid #f8ce00;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col .esb-segment-filter li.green {
  border-left: 20px solid #8dbc08;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col .esb-segment-filter li.red {
  border-left: 20px solid #e13c25;
}
.application-examples.application-page-old .wrapper--header.application-examples-filter .content--col .esb-segment-filter li a {
  color: #000000;
  display: block;
  line-height: 20px;
  font-size: 14px;
}
.knowledge-base .search-teaser--fullspace {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.knowledge-base .search-teaser--fullspace span,
.knowledge-base .search-teaser--fullspace h1 {
  font-family: Arial;
}
.knowledge-base .search-teaser--fullspace .title-with-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.knowledge-base .search-teaser--fullspace .title-with-image .title {
  font-size: 32px;
  color: #19467d;
  margin: 0;
  font-weight: normal;
  padding-left: 40px;
}
.knowledge-base .search-teaser--fullspace .title-with-image .brain-image {
  width: 150px;
  height: 150px;
}
.knowledge-base .search-teaser--fullspace .text {
  width: 300px;
  font-size: 23px;
  letter-spacing: 0.16px;
  color: #707070;
  font-style: italic;
  font-family: 'LufthansaText';
  padding-bottom: 50px;
}
.knowledge-base .search-teaser--fullspace .headline {
  font-size: 16px;
  letter-spacing: 0.13px;
  padding-bottom: 13px;
  color: #000000;
}
.knowledge-base .knowledge-grid {
  width: 100%;
  display: inline-block;
  padding-top: 40px;
}
.knowledge-base .knowledge-grid--block {
  height: 100px;
  width: 300px;
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-top: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  cursor: pointer;
  margin-left: 40px;
}
.knowledge-base .knowledge-grid--block.first {
  margin-left: 0;
}
.knowledge-base .knowledge-grid--block:hover,
.knowledge-base .knowledge-grid--block:link {
  text-decoration: none;
}
.knowledge-base .knowledge-grid--block:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100px;
  width: 5px;
}
.knowledge-base .knowledge-grid--block.yellow::before {
  background-color: #f8ce00;
}
.knowledge-base .knowledge-grid--block.red::before {
  background-color: #e13c25;
}
.knowledge-base .knowledge-grid--block.green::before {
  background-color: #8dbc08;
}
.knowledge-base .knowledge-grid--block.fuchsia::before {
  background-color: #6ab7b6;
}
.knowledge-base .knowledge-grid--block.blue::before {
  background-color: #19467d;
}
.knowledge-base .knowledge-grid--block .title {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
.knowledge-base .knowledge-grid--block .content-evaluation {
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
.knowledge-base .knowledge-base-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0 30px;
  padding-top: 30px;
}
.knowledge-base .knowledge-base-container .content-container {
  width: 60%;
  display: block;
  padding-bottom: 80px;
}
.knowledge-base .knowledge-base-container .content-container .delimiter {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1.4rem;
  margin-top: 1.2rem;
}
.knowledge-base .knowledge-base-container .content-container .title {
  font-size: 20px;
  color: black;
}
.knowledge-base .knowledge-base-container .content-container .topics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic {
  padding-top: 30px;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic:hover,
.knowledge-base .knowledge-base-container .content-container .topics .topic:link {
  text-decoration: none;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .category-name {
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
  color: black;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .category-name:before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 3px;
  width: 20px;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .category-name.yellow::before {
  background-color: #f8ce00;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .category-name.red::before {
  background-color: #e13c25;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .category-name.green::before {
  background-color: #8dbc08;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .category-name.fuchsia::before {
  background-color: #6ab7b6;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .category-name.blue::before {
  background-color: #19467d;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .subcategories .subcategory {
  margin: 0;
  color: black;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .subcategories .subcategory:first-child {
  padding-top: 20px;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic .title {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.knowledge-base .knowledge-base-container .content-container .topics .topic ul {
  margin: 0;
  padding: 10px;
  list-style-type: "- ";
}
.knowledge-base .knowledge-base-container .content-container .search .search-block .search-block--data {
  padding-left: 0;
  padding-right: 0;
}
.knowledge-base .knowledge-base-container .content-container .search .search-block .search-block--data .divider {
  margin-top: 15px;
}
.knowledge-base .knowledge-base-container .content-container .search .search-block:last-child .divider {
  display: none;
}
.knowledge-base .knowledge-base-container .content-container .search .search-no-results {
  text-align: center;
}
.knowledge-base .knowledge-base-container .sidebar {
  padding: 0px;
  width: 40%;
}
.knowledge-base .knowledge-base-container .sidebar .sidebar-info-block {
  background-color: #f7f7f7;
  padding: 25px 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.knowledge-base .knowledge-base-container .sidebar .sidebar-info-block .title {
  margin: 0;
  font-size: 20px;
  color: black;
}
.knowledge-base .knowledge-base-container .sidebar .sidebar-info-block .subtitle {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  color: black;
}
.knowledge-base .knowledge-base-container .sidebar .sidebar-info-block .tool-link {
  color: #525252;
  font-size: 14px;
}
.knowledge-base .knowledge-base-container .sidebar .sidebar-info-block--applications .more {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
}
.knowledge-base .knowledge-base-container .sidebar .sidebar-info-block--applications .more:hover,
.knowledge-base .knowledge-base-container .sidebar .sidebar-info-block--applications .more:link {
  text-decoration: none;
}
.knowledge-base .knowledge-base-container .sidebar .sidebar-info-block--applications .more:before {
  display: inline-block;
  content: "";
  border-left: 14px solid #19467d;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-right: 10px;
}
.knowledge-base .articles-latest {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 52px;
  padding-bottom: 56px;
}
.knowledge-base .articles-latest--block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 440px;
  font-family: Arial;
  text-align: left;
}
.knowledge-base .articles-latest--block-title {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 2px solid #cfcfcf;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.knowledge-base .articles-latest--block-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 20px;
}
.knowledge-base .articles-latest--block-links .link {
  color: #19467d;
  font-size: 15px;
  line-height: 26px;
}
.knowledge-base .glossary-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.knowledge-base .glossary-widget--outer {
  padding-top: 0;
}
.knowledge-base .glossary-widget--title {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 12px;
}
.knowledge-base .glossary-widget--links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 45px 22px 45px;
}
.knowledge-base .glossary-widget--links .link {
  color: #19467d;
  font-size: 15px;
  line-height: 17px;
  white-space: nowrap;
}
.knowledge-base .sitemap {
  margin-top: 0px;
}
@media screen and (max-width: 1009px) {
  .knowledge-base .search-teaser--fullspace {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 10px 30px 10px;
  }
  .knowledge-base .search-teaser--fullspace span,
  .knowledge-base .search-teaser--fullspace h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .knowledge-base .search-teaser--fullspace .title-with-image {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .knowledge-base .search-teaser--fullspace .title-with-image .brain-image {
    width: 100px;
    height: 100px;
  }
  .knowledge-base .search-teaser--fullspace .title-with-image .title {
    padding-left: 0;
  }
  .knowledge-base .search-teaser--fullspace .text {
    display: none;
  }
  .knowledge-base .knowledge-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .knowledge-base .knowledge-grid--block {
    margin-left: 0;
  }
  .knowledge-base .knowledge-grid--block.first {
    margin-left: 0;
  }
  .knowledge-base .articles-latest {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .knowledge-base .articles-latest--block {
    padding-bottom: 26px;
    width: 100%;
  }
  .knowledge-base .articles-latest--block-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .knowledge-base .articles-latest--block-links .link {
    padding-left: 10px;
  }
  .knowledge-base .glossary-widget--links {
    display: inline-block;
    width: 100%;
  }
  .knowledge-base .glossary-widget--links .link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    float: left;
    width: 50%;
  }
  .knowledge-base .glossary-widget--links .link-label {
    float: left;
    width: 60px;
    line-height: 24px;
  }
  .knowledge-base .knowledge-base-container {
    padding: 0 12px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .knowledge-base .knowledge-base-container .content-container {
    width: 100%;
    padding-bottom: 40px;
  }
  .knowledge-base .knowledge-base-container .sidebar {
    width: 100%;
    padding-bottom: 80px;
  }
}
.accessory-search-page .accessory-category {
  margin-bottom: 50px;
}
.accessory-search-page .accessory-category .accessory-category--title {
  text-transform: uppercase;
  margin: 0;
  color: #19467d;
  font-size: 18px;
  font-weight: normal;
}
.accessory-search-page .accessory-category .accessory-category--items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 160px);
  grid-gap: 20px 30px;
}
.accessory-search-page .accessory-category .accessory-category--items .accessory-item .accessory-item--image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 160px;
  width: 160px;
}
.accessory-search-page .accessory-category .accessory-category--items .accessory-item .accessory-item--image img {
  max-width: 160px;
  max-height: 160px;
}
.accessory-search-page .accessory-category .accessory-category--items .accessory-item .accessory-item--title {
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: black;
}
.search-teaser-accessory .box--container .box {
  height: 100%;
}
.search-teaser-accessory .search-teaser--search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
  background-color: rgba(25, 70, 125, 0.8);
}
.search-teaser-accessory .search-teaser--search .search-teaser--search-triangle {
  border-color: transparent transparent rgba(25, 70, 125, 0.8) transparent;
  width: 0;
}
.search-teaser-accessory #ace-autocomplete-widget {
  width: 100%;
}
@media screen and (max-width: 1010px) {
  .accessory-search-page .accessory-category .accessory-category--title {
    text-align: center;
  }
  .accessory-search-page .accessory-category .accessory-category--items {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .search-teaser-accessory .image-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .search-teaser-accessory .box--container {
    padding-right: 9px;
    padding-left: 0;
  }
  .search-teaser-accessory .box--container .productaccessories__header__left {
    padding-left: 10px;
  }
}
.article-page .search-teaser--leftbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 45px;
  padding-right: 120px;
  padding-top: 50px;
}
.article-page .search-teaser--leftbox span,
.article-page .search-teaser--leftbox h1 {
  font-family: Arial;
}
.article-page .search-teaser--leftbox .title {
  font-size: 32px;
  line-height: 40px;
  color: #19467d;
  margin: 0;
  font-weight: normal;
}
.article-page .search-teaser--leftbox .headline {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.13px;
  color: #707070;
  padding-bottom: 4px;
}
.article-page-container {
  display: -ms-flexbox;
  display: flex;
}
.article-page-container--left {
  width: 70%;
  max-width: calc(100% - 246px);
}
.article-page-container--right {
  width: 30%;
  min-width: 246px;
}
.article-page--description {
  padding: 0 45px 0 0;
  padding-bottom: 40px;
}
.article-page--description .title {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: normal;
  color: #000000;
}
.article-page--description .text {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.article-page--links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-left: 45px;
  padding-top: 14px;
  padding-bottom: 34px;
}
.article-page--links-topics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
}
.article-page--links-topics .topic-local-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 8px;
}
.article-page--links-topics .topic-local-link--triangle {
  cursor: pointer;
  width: 24px;
  height: 12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #19467d;
}
.article-page--links-topics .topic-local-link--title {
  cursor: pointer;
  margin-left: 25px;
  font-size: 20px;
  color: #19467d;
}
.article-page--links-rightside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 0 0 0;
  min-width: 246px;
}
.article-page--links-rightside .download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
}
.article-page--links-rightside .download--image {
  cursor: pointer;
  height: 59px;
  min-width: 45px;
}
.article-page--links-rightside .download--image img {
  height: 100%;
  width: 100%;
}
.article-page--links-rightside .download--link-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 22px;
}
.article-page--links-rightside .download--link-data .label {
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  color: #19467d;
  word-break: break-word;
}
.article-page--links-rightside .download--link-data .description {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  word-break: break-word;
}
.article-page--links-rightside .small-navigation {
  margin-bottom: 40px;
}
.article-page--links-rightside .small-navigation--title {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  padding: 12px 0;
}
.article-page--links-rightside .small-navigation--links * {
  margin-bottom: 10px;
}
.article-page--links-rightside .similar-articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 34px;
}
.article-page--links-rightside .similar-articles--title {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
}
.article-page--links-rightside .similar-articles--links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.article-page--links-rightside .similar-articles--links .article-link {
  color: #707070;
  font-size: 15px;
  margin-bottom: 6px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-page--content {
  margin-top: 28px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.article-page--content--outer {
  padding-top: 0;
}
.article-page--content-block {
  padding-bottom: 40px;
}
.article-page--content-block .topic-title {
  color: #19467d;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 30px;
}
.article-page--content-block .topic-content {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.article-page--content-block .topic-content h4 {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.article-page--content-block .topic-content p {
  padding-right: 110px;
}
.article-page--applications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 48px;
  padding-bottom: 30px;
}
.article-page--applications--outer {
  padding-top: 0;
}
.article-page--applications-header {
  padding-top: 28px;
  padding-bottom: 28px;
}
.article-page--applications-header .title {
  color: #707070;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1009px) {
  .article-page .search-teaser--leftbox {
    padding: 50px 10px 44px 10px;
  }
  .article-page .search-teaser--leftbox span,
  .article-page .search-teaser--leftbox h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .article-page--links {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }
  .article-page--links-topics {
    padding-bottom: 20px;
  }
  .article-page--content--outer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-page--content-block .topic-content p {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .article-page-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .article-page-container--left {
    width: 100%;
    max-width: 100%;
  }
  .article-page-container--right {
    width: 100%;
  }
  .article-page--description {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-page--links {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-page--links-rightside {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article-page--links-rightside .download {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .article-page--applications {
    padding-left: 0;
  }
  .article-page--applications-header .title {
    padding-left: 20px;
  }
}
.glossary-of-terms--gray-top {
  min-height: 300px;
  position: absolute;
}
.glossary-of-terms--wrapper {
  position: relative;
  padding-top: 0;
}
.glossary-of-terms--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  min-height: 300px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: inset 0 200px 60px -50px #e2e2e2;
  padding: 0 50px;
}
.glossary-of-terms--content h1 {
  font-size: 32px;
  line-height: 42px;
  color: #19467d;
  font-weight: normal;
  margin: 0;
  padding-top: 36px;
}
.glossary-of-terms--content .glossary-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 3%;
}
.glossary-of-terms--content .glossary-header h1 {
  padding-top: 0;
}
.glossary-of-terms--content .glossary-header h2 {
  font-weight: normal;
  margin-top: auto;
}
.glossary-of-terms--content .glossary-header a:hover {
  text-decoration: none;
}
.glossary-of-terms--content .glossary-header--link {
  margin-right: 5%;
  margin-top: 3%;
  white-space: nowrap;
}
.glossary-of-terms--content .glossary-header .widget-link-with-arrow--up {
  display: inline;
}
.glossary-of-terms--content .glossary--filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 45px 0;
}
.glossary-of-terms--content .glossary--filters .dictionary-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.glossary-of-terms--content .glossary--filters .dictionary-filters--block {
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.glossary-of-terms--content .glossary--filters .dictionary-filters--block .label {
  font-size: 15px;
  line-height: 17px;
  color: #19467d;
  white-space: nowrap;
}
.glossary-of-terms--content .glossary--filters .dictionary-filters--block.select-all {
  margin: 0 36px;
}
.glossary-of-terms--content .glossary--filters .dictionary-filters--block.selected {
  background-color: #cfcfcf;
}
.glossary-of-terms--content .glossary--filters .dictionary-filters--block.selected .label {
  color: #000000;
}
.glossary-of-terms--content .glossary--terms-block {
  margin-bottom: 18px;
}
.glossary-of-terms--content .glossary--terms-block .label,
.glossary-of-terms--content .glossary--terms-block .description {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.glossary-of-terms--content .glossary--terms-block .label {
  font-weight: bold;
}
@media screen and (max-width: 1009px) {
  .glossary-of-terms--content .glossary--filters .dictionary-filters {
    display: inline-block;
    width: 100%;
  }
  .glossary-of-terms--content .glossary--filters .dictionary-filters--block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    float: left;
    width: 50%;
  }
  .glossary-of-terms--content .glossary--filters .dictionary-filters--block .label {
    float: left;
  }
  .glossary-of-terms--content .glossary--filters .dictionary-filters--block.select-all {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .glossary-of-terms--content {
    padding: 0 10px;
  }
  .glossary-of-terms .glossary-header {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.downloads__header_menu {
  position: absolute;
  margin-top: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 1010px) {
  .downloads__header_menu {
    position: relative;
  }
}
.downloads__header__left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-top: 0;
  padding-top: 13px;
}
@media (min-width: 1010px) {
  .downloads__header__left {
    float: left;
    width: 75%;
  }
}
.downloads__header__left h1 {
  margin-top: 19px;
  font-size: 32px;
}
.downloads__header__left h1 + h2 {
  font-weight: normal;
}
.downloads__header__right {
  margin-top: 35px;
  padding-right: 0px !important;
  padding-left: 15px !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1010px) {
  .downloads__header__right {
    float: left;
    width: 25%;
  }
}
.downloads__filter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
@media (min-width: 1010px) {
  .downloads__filter {
    float: left;
    width: 66.66666667%;
  }
}
.downloads__filter__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (min-width: 1010px) {
  .downloads__filter__item {
    float: left;
    width: 50%;
  }
}
.downloads__filter__item.active {
  background-color: #ffffff;
}
.downloads__filter__item.active a {
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--benefits.png);
  color: #0c5ea6;
}
.downloads__filter__item a {
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--checkbox.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 25px;
  color: #434343;
}
.downloads__productinfo-content {
  margin-top: -9rem;
  min-height: 20rem;
}
@media screen and (max-width: 1200px) {
  .downloads__productinfo-content {
    margin-top: -21rem;
  }
}
@media screen and (max-width: 1010px) {
  .downloads__productinfo-content {
    margin-top: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .downloads__productinfo-content {
    margin-top: 0;
  }
}
.downloads__productinfo__menu {
  margin-left: -6;
  margin-right: -6;
  padding: 0 1px;
}
.downloads__productinfo__menu > * {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  height: 100%;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .downloads__productinfo__menu > * {
    float: left;
    width: 25%;
  }
}
.downloads__productinfo__menu > * img {
  max-width: 100%;
}
.downloads__productinfo__menu > * h3 {
  font-size: 14px;
  font-weight: normal;
  padding: 2rem 0;
}
.downloads__productinfo__menu > * li a {
  color: #434343;
  display: block;
  font-size: 12px;
  padding-bottom: 2px;
  padding-top: 3px;
}
.downloads__productinfo__menu ul {
  margin: 0;
  padding: 0;
}
.downloads__productinfo__menu ul li {
  padding: 2px 0;
}
.downloads__productinfo__menu ul li.active a {
  color: #19467d;
}
.downloads__productinfo__menu > * h3 {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #959595;
}
.downloads__productinfo__menu > *.fuchsia h3 {
  border-top-color: #6ab7b6;
}
.downloads__productinfo__menu > *.fuchsia .downloads__productinfo__list li.active {
  background-color: #6ab7b6;
}
.downloads__productinfo__menu > *.yellow h3 {
  border-top-color: #f8ce00;
}
.downloads__productinfo__menu > *.yellow .downloads__productinfo__list li.active {
  background-color: #f8ce00;
}
.downloads__productinfo__menu > *.green h3 {
  border-top-color: #8dbc08;
}
.downloads__productinfo__menu > *.green .downloads__productinfo__list li.active {
  background-color: #8dbc08;
}
.downloads__productinfo__menu > *.red h3 {
  border-top-color: #e13c25;
}
.downloads__productinfo__menu > *.red .downloads__productinfo__list li.active {
  background-color: #e13c25;
}
.downloads__productinfo__menu {
  display: none;
  position: relative;
  overflow: hidden;
  top: -9rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .downloads__productinfo__menu {
    top: -21rem;
  }
}
@media screen and (max-width: 1010px) {
  .downloads__productinfo__menu {
    top: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .downloads__productinfo__menu {
    top: 0;
  }
}
.downloads__productinfo__menu.active {
  display: block;
}
.downloads__productinfo__menu .downloads__productinfo__list li {
  margin-bottom: 5px;
}
.downloads__productinfo__menu .downloads__productinfo__list li a {
  font-size: 14px;
  display: block;
  padding-top: 3px;
  padding-bottom: 2px;
  color: #19467d;
}
.downloads__productinfo__menu .downloads__productinfo__list li.active {
  background-repeat: no-repeat;
}
.downloads__productinfo__menu .downloads__productinfo__list li.active a {
  color: white;
}
.downloads__productinfo__menu .downloads__productinfo__list li.disabled {
  pointer-events: none;
}
.downloads__productinfo__menu .downloads__productinfo__list li.disabled a {
  color: #dfdfdf;
  cursor: none;
}
.downloads__productinfo__column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 1010px) {
  .downloads__productinfo__column {
    float: left;
    width: 25%;
  }
}
.downloads__productinfo__column h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
}
.downloads__productinfo__column .subcategory__image {
  max-height: 120px;
  overflow: hidden;
}
.catalog-category-view #mainContent .downloads__productinfo__column h3 {
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  color: #000000;
}
.catalog-category-view #mainContent .downloads__productinfo-content h2 {
  font-weight: normal;
  color: #000000;
  text-align: left;
  padding-bottom: 26px;
  padding-left: 4rem;
  font-size: 18px;
}
.downloads__productinfo__link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-top: 3px;
  font-size: 14px;
}
@media (min-width: 1010px) {
  .downloads__productinfo__link {
    float: left;
    width: 50%;
  }
}
.downloads__productinfo__link a:before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #0c5ea6;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  position: absolute;
  left: -23px;
  top: 8px;
}
.downloads__productinfo__search,
.downloads__productinfo__language {
  visibility: hidden;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1010px) {
  .downloads__productinfo__search,
  .downloads__productinfo__language {
    float: left;
    width: 25%;
  }
}
.downloads__content {
  position: relative;
}
.downloads__content h2 + h3 + * {
  margin-top: 0 !important;
}
.downloads__content .table-condensed tbody tr td:first-child {
  padding-left: 4rem;
  /*&:before {
				  &:extend(.before-after);
				  .triangle-right(7px, 5px, @brand-blue--light);
				  cursor:pointer;
				  padding-right: 15px;
				}*/
}
@media screen and (max-width: 768px) {
  .downloads__content .table-condensed tbody td {
    text-align: right;
    display: inline-block;
    width: 25% !important;
    min-width: 20%;
    word-break: break-word;
  }
  .downloads__content .table-condensed tbody tr {
    display: block;
  }
  .downloads__content .table-condensed tbody tr td:nth-child(1) {
    width: 50% !important;
    text-align: left;
  }
  .downloads__content .table-condensed tbody tr td:nth-child(6) {
    font-size: 13px;
  }
}
.downloads__content .downloads__tab-content {
  min-height: 30rem;
}
.downloads__header {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
  background-color: #f7f7f7;
  border-bottom: 3px solid #6ab7b6;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 7px !important;
}
.downloads__header.yellow {
  border-bottom: 4px solid #f8ce00;
}
.downloads__header.green {
  border-bottom: 4px solid #8dbc08;
}
.downloads__header.red {
  border-bottom: 4px solid #e13c25;
}
.downloads__subheader {
  background-color: #dfdfdf;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--list.png);
  background-repeat: no-repeat;
  background-position: 12px 50%;
  font-weight: normal;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  padding-left: 40px;
}
.downloads__subheader.active {
  margin-bottom: 1px;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--open.png);
}
.downloads__subheader--light {
  background-color: #f7f7f7;
  border-bottom: 3px solid #dfdfdf;
  text-align: center;
  text-transform: uppercase;
}
.downloads__section {
  display: none;
}
.downloads__section.active {
  display: block;
}
.table-downloads tr th:nth-child(1),
.table-downloads tr td:nth-child(1) {
  width: 25%;
}
.table-downloads tr th:nth-child(2),
.table-downloads tr td:nth-child(2) {
  width: 25%;
}
.table-downloads tr th:nth-child(3),
.table-downloads tr td:nth-child(3) {
  width: 10%;
}
.table-downloads tr th:nth-child(4),
.table-downloads tr td:nth-child(4) {
  width: 10%;
}
.table-downloads tr th:nth-child(5),
.table-downloads tr td:nth-child(5) {
  width: 15%;
}
.table-downloads tr th:nth-child(6),
.table-downloads tr td:nth-child(6) {
  width: 5%;
}
.table-downloads tr th:nth-child(7),
.table-downloads tr td:nth-child(7) {
  width: 5%;
}
.table-downloads tr th:nth-child(8),
.table-downloads tr td:nth-child(8) {
  width: 5%;
}
.table-catalogs tr th:nth-child(1),
.table-catalogs tr td:nth-child(1) {
  width: 45%;
}
.table-catalogs tr th:nth-child(2),
.table-catalogs tr td:nth-child(2) {
  width: 10%;
}
.table-catalogs tr th:nth-child(3),
.table-catalogs tr td:nth-child(3) {
  width: 15%;
}
.table-catalogs tr th:nth-child(4),
.table-catalogs tr td:nth-child(4) {
  width: 10%;
}
.table-catalogs tr th:nth-child(5),
.table-catalogs tr td:nth-child(5) {
  width: 10%;
}
.table-catalogs tr th:nth-child(6),
.table-catalogs tr td:nth-child(6) {
  width: 10%;
}
.table-catalogs tr:nth-child(even) {
  background-color: #f1f2f2;
}
.table-catalogs tr:nth-child(even) th,
.table-catalogs tr:nth-child(even) td {
  background-color: #f1f2f2;
}
.table-downloads {
  font-size: 12px;
}
.table-downloads th,
.table-downloads td {
  border-top: 0px solid transparent !important;
}
.table-downloads th:first-child,
.table-downloads td:first-child {
  padding-left: 40px;
  font-weight: bold;
}
.table-downloads thead > tr > th {
  background-color: #dfdfdf;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 6px;
}
.table-downloads .family {
  background-color: #dfdfdf;
}
.table-downloads .base:nth-child(2n+1) {
  background-color: #f7f7f7;
}
.table-catalogs th,
.table-catalogs td {
  border-top: 0px solid transparent !important;
}
.category-cad-zeichnungen .cms-header__content,
.category-cad-drawings .cms-header__content {
  margin-bottom: 15px;
}
.category-cad-zeichnungen .cms-header--wide .cms-header__image,
.category-cad-drawings .cms-header--wide .cms-header__image {
  padding: 0;
  padding-left: 9px;
  margin-right: 0;
}
.category-cad-zeichnungen #mainContent,
.category-cad-drawings #mainContent {
  margin-top: 100px;
}
/* */
.downloads__tab {
  margin-top: 2rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.downloads__tab-content {
  display: none;
  border-top: none;
}
.downloads__tab .download__tablinks {
  background-color: #e2e2e2;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-top: 0.5rem solid #959595;
  border-left: 0.1rem solid #959595;
  width: calc(25% + 1px);
  margin-left: -1px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .downloads__tab .download__tablinks {
    width: calc(33.33% + 1px);
    padding: 5px;
    word-break: break-word;
  }
}
.downloads__tab .download__tablinks:hover {
  background-color: #f1f2f2;
}
.downloads__tab .download__tablinks.active {
  background-color: #ffffff;
  border-top: 0.5rem solid #19467d;
}
.calculations .box {
  border: none;
  outline: none;
  padding-left: 0;
}
.calculations .box .white-box {
  background-color: #ffffff;
  top: 150px;
  padding: 0;
  height: auto;
  /*position: absolute;*/
  margin-top: 33px;
  overflow-x: hidden;
  overflow-y: auto;
}
.calculations .wrapper--header .flexcms-element p,
.calculations .wrapper--header .flexcms-element h3,
.calculations .wrapper--header .flexcms-element h4 {
  margin-left: 25px;
}
.calculations .sizing-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #6ab7b6;
  font-weight: normal;
  margin: 0 !important;
  text-align: left;
  padding: 5px 5px 5px 40px;
  color: #ffffff;
}
.calculations .sizing-head.yellow {
  background-color: #f8ce00;
}
.calculations .sizing-head.green {
  background-color: #8dbc08;
}
.calculations .sizing-head.red {
  background-color: #e13c25;
}
.calculations .sizing-head--title {
  display: inline-block;
  margin: 0 !important;
}
.calculations .sizing-head--close {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.calculations .wrapper--content {
  padding: 0;
  background: #ffffff;
}
.calculations .wrapper--content .step2,
.calculations .wrapper--content .step3 {
  display: none;
  visibility: hidden;
}
.calculations .wrapper--content .step2.active,
.calculations .wrapper--content .step3.active {
  display: block;
  visibility: visible;
}
.calculations .wrapper--content #ace-calculations-iframe {
  width: 100%;
}
.calculations .wrapper--content .calculations--container {
  font-size: 12px;
  margin-left: -6;
  margin-right: -6;
}
.calculations .wrapper--content .calculations--container img {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.calculations .wrapper--content .calculations--container a {
  display: block;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
.calculations .wrapper--content .calculations--container .active img {
  border: 1px solid #f18500;
}
.calculations .wrapper--content .calculations--container .calculations--movement-box {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
@media (min-width: 768px) {
  .calculations .wrapper--content .calculations--container .calculations--movement-box {
    float: left;
    width: 20%;
  }
}
.calculations .wrapper--content .calculations--container .calculations--movement-box a {
  width: 100px;
}
.calculations .wrapper--content .calculations--container .calculations--movement-box a img {
  width: 80px;
}
.calculations .wrapper--content .calculations--container .calculations--usecase-box {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  min-height: 180px;
}
@media (min-width: 768px) {
  .calculations .wrapper--content .calculations--container .calculations--usecase-box {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1010px) {
  .calculations .wrapper--content .calculations--container .calculations--usecase-box {
    float: left;
    width: 25%;
  }
}
.calculations .wrapper--content .calculations--container .calculations--usecase-box a {
  width: 210px;
}
.calculations .wrapper--content .calculations--container iframe {
  height: 950px;
}
.calculations .sizing-tool .wrapper--content .form {
  padding-left: 0px;
}
.calculations .sizing-tool .wrapper--content .form .legend {
  margin-left: 0 !important;
}
.calculations .sizing-tool .wrapper--content .step1 .legend {
  margin-top: 0;
}
.calculations .sizing-tool .stage-teaser {
  position: absolute;
  width: 100%;
  min-height: 265px;
}
.calculations .sizing-tool .box {
  height: 115px;
}
.calculations .sizing-tool .calculations-header {
  padding-left: 40px;
}
.calculations__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0 !important;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .calculations__content {
    float: left;
    width: 100%;
  }
}
.calculations__content form .legend {
  margin-right: -40px;
}
.calculations__content iframe {
  height: 1200px;
}
.category-offline-software .calculations__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .category-offline-software .calculations__content {
    float: left;
    width: 75%;
  }
}
.calculations__headline {
  background-color: #f7f7f7;
  padding: 5px 5px 10px;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}
.calculations__border-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 5px solid #6ab7b6;
}
@media (min-width: 768px) {
  .calculations__border-left {
    float: left;
    width: 50%;
  }
}
.calculations__border-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 5px solid #e13c25;
}
@media (min-width: 768px) {
  .calculations__border-right {
    float: left;
    width: 50%;
  }
}
.blog-index-list .news-header h1,
.blog-post-view .news-header h1,
.blog-index-list .news-header h2,
.blog-post-view .news-header h2 {
  margin-left: 0;
}
.blog-index-list .news-header h1,
.blog-post-view .news-header h1 {
  margin-top: 19px;
}
.blog-index-list .box,
.blog-post-view .box {
  border-width: 1px 0 0 0;
  outline: none;
  height: 300px;
  position: relative;
  padding: 12px 25px;
}
.blog-index-list .news-teaser--box,
.blog-post-view .news-teaser--box {
  margin-bottom: -128px;
}
.blog-index-list .news--category-selector,
.blog-post-view .news--category-selector {
  margin-left: -6;
  margin-right: -6;
  width: 100%;
  max-width: 1010px;
  position: absolute;
  top: 120px;
}
.blog-index-list .news--category-selector .selector,
.blog-post-view .news--category-selector .selector {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding-right: 35px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .blog-index-list .news--category-selector .selector,
  .blog-post-view .news--category-selector .selector {
    float: left;
    width: 33.33333333%;
  }
}
.blog-index-list .news--category-selector .selector .category-selector,
.blog-post-view .news--category-selector .selector .category-selector {
  display: block;
  width: 100%;
  line-height: 30px;
  background: #ffffff url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--select.png) no-repeat 100% 50%;
  color: #707070;
  border: 1px solid #dfdfdf;
  text-decoration: none !important;
}
.blog-index-list .news--category-selector .selector .category-selector:hover,
.blog-post-view .news--category-selector .selector .category-selector:hover,
.blog-index-list .news--category-selector .selector .category-selector:active,
.blog-post-view .news--category-selector .selector .category-selector:active,
.blog-index-list .news--category-selector .selector .category-selector .active,
.blog-post-view .news--category-selector .selector .category-selector .active {
  text-decoration: none;
  color: #19467d;
}
.blog-index-list .news--category-selector .selector .category-selector span,
.blog-post-view .news--category-selector .selector .category-selector span {
  padding: 0 20px;
}
.blog-index-list .news--category-selector .selector .category-selector__content,
.blog-post-view .news--category-selector .selector .category-selector__content {
  display: none;
  position: absolute;
  z-index: 1;
  padding-right: 40px;
  width: 100%;
}
.blog-index-list .news--category-selector .selector .category-selector__content ul,
.blog-post-view .news--category-selector .selector .category-selector__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #f7f7f7;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  box-shadow: 2px 2px 3px #707070;
}
.blog-index-list .news--category-selector .selector .category-selector__content ul li,
.blog-post-view .news--category-selector .selector .category-selector__content ul li {
  display: block;
  padding-left: 20px;
}
.blog-index-list .news--category-selector .selector .category-selector__content ul li:hover,
.blog-post-view .news--category-selector .selector .category-selector__content ul li:hover {
  background-color: #ffffff;
}
.blog-index-list .news--category-selector .selector .category-selector__content ul li a,
.blog-post-view .news--category-selector .selector .category-selector__content ul li a {
  color: #707070;
  line-height: 25px;
}
.blog-index-list .news--category-selector .selector .category-selector__content ul li a:hover,
.blog-post-view .news--category-selector .selector .category-selector__content ul li a:hover {
  color: #19467d;
  text-decoration: none;
}
.blog-index-list #news .news--container,
.blog-post-view #news .news--container {
  margin-left: -6;
  margin-right: -6;
  background-color: #ffffff;
}
.blog-index-list #news .news--container .pager--container,
.blog-post-view #news .news--container .pager--container {
  padding: 30px 5px;
}
.blog-index-list #news .news--container .news--sidebar,
.blog-post-view #news .news--container .news--sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
@media (min-width: 768px) {
  .blog-index-list #news .news--container .news--sidebar,
  .blog-post-view #news .news--container .news--sidebar {
    float: left;
    width: 33.33333333%;
  }
}
.blog-index-list #news .news--container .news--sidebar .news--recent,
.blog-post-view #news .news--container .news--sidebar .news--recent {
  padding: 0 20px;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul,
.blog-post-view #news .news--container .news--sidebar .news--recent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li {
  background-color: #dfdfdf;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li.active .excerpt,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li.active .excerpt {
  background-image: none;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li a,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  position: relative;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li a:before,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li a:before,
.blog-index-list #news .news--container .news--sidebar .news--recent ul li a:after,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 1px;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li a:after,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li a:after {
  top: auto;
  bottom: 1px;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li.active a,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li.active a,
.blog-index-list #news .news--container .news--sidebar .news--recent ul li:hover a,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li:hover a {
  padding: 10px 20px;
  background-color: #ffffff;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li:hover a,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li:hover a {
  background-color: #f7f7f7;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .date,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .date {
  color: #19467d;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .category,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .category {
  text-align: right;
  color: #707070;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .date,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .date,
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .category,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .category {
  display: block;
  width: 50%;
  float: left;
  font-size: 12px;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .title,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .title {
  padding-top: 10px;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .excerpt,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .excerpt {
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--small-arrow.png') no-repeat 100% 5px;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .title,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .title,
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .excerpt,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .excerpt {
  font-size: 12px;
  display: block;
  clear: both;
}
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .title p,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .title p,
.blog-index-list #news .news--container .news--sidebar .news--recent ul li .excerpt p,
.blog-post-view #news .news--container .news--sidebar .news--recent ul li .excerpt p {
  margin: 0;
}
.blog-index-list #news .news--container .news--content,
.blog-post-view #news .news--container .news--content {
  padding: 0 40px;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
.blog-index-list #news .news--container .news--content .post--title h1,
.blog-post-view #news .news--container .news--content .post--title h1 {
  color: #000000;
  margin: 30px 0 30px 0;
}
@media (min-width: 768px) {
  .blog-index-list #news .news--container .news--content,
  .blog-post-view #news .news--container .news--content {
    float: left;
    width: 66.66666667%;
  }
}
.blog-index-list #news .news--container .news--content .post--detail,
.blog-post-view #news .news--container .news--content .post--detail {
  overflow: hidden;
  clear: both;
}
.blog-index-list #news .news--container .news--content .post--detail .detail--col,
.blog-post-view #news .news--container .news--content .post--detail .detail--col {
  float: left;
  font-size: 12px;
  padding-right: 30px;
}
.blog-index-list #news .news--container .news--content .post--detail .detail--col .date,
.blog-post-view #news .news--container .news--content .post--detail .detail--col .date {
  font-weight: bold;
}
.blog-index-list #news .news--container .news--content .post--detail .detail--col .date,
.blog-post-view #news .news--container .news--content .post--detail .detail--col .date,
.blog-index-list #news .news--container .news--content .post--detail .detail--col .author,
.blog-post-view #news .news--container .news--content .post--detail .detail--col .author {
  display: block;
}
.blog-index-list #news .news--container .news--content .post--detail .detail--col.right,
.blog-post-view #news .news--container .news--content .post--detail .detail--col.right {
  border-left: 1px solid #707070;
  padding-left: 30px;
}
.blog-index-list #news .news--container .news--content .post--content .intro,
.blog-post-view #news .news--container .news--content .post--content .intro {
  font-size: 1.2em;
}
@keyframes open-search {
  0% {
    width: 148px;
  }
  100% {
    width: 377px;
  }
}
@keyframes close-search {
  0% {
    width: 377px;
  }
  100% {
    width: 148px;
  }
}
.scopes_wrapper {
  position: absolute;
  z-index: 999;
  background-color: #f7f7f7;
  border-radius: 0 0 10px 10px;
  top: 0;
  display: table;
}
.scopes_wrapper .scopes_grid {
  display: grid;
  grid-template-columns: 175px 200px;
}
.scopes_wrapper .scopes_grid .scopes_left_block {
  float: left;
  width: 175px;
}
.scopes_wrapper .scopes_grid .scopes_left_block .scopes_autocomplete_list {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.scopes_wrapper .scopes_grid .scopes_left_block .scopes_autocomplete_list li {
  list-style-type: none;
  line-height: 21px;
  width: 144px;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scopes_wrapper .scopes_grid .scopes_left_block .scopes_autocomplete_list li.selected {
  background-color: #c7ebff;
}
.scopes_wrapper .scopes_grid .scopes_left_block .scopes_autocomplete_list p {
  line-height: 21px;
  padding-left: 6px;
}
.scopes_wrapper .scopes_grid .scopes_right_block {
  display: table-cell;
  vertical-align: middle;
  width: 197px;
}
.scopes_wrapper .scopes_grid .scopes_right_block div {
  display: table-row;
  text-align: left;
  vertical-align: middle;
  height: 32px;
}
.scopes_wrapper .scopes_grid .scopes_right_block div label {
  margin: 0;
  cursor: pointer;
  width: auto;
  white-space: nowrap;
}
.scopes_wrapper .scopes_grid .scopes_right_block div label span {
  margin: 0 0 0 10px;
}
.scopes_wrapper .scopes_grid .scopes_right_block div label .search-stat {
  margin: 0;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .checkbox-label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  border: 1px solid #808080;
  border-radius: 0.25em;
  margin-right: 0.5em;
  cursor: pointer;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .checkbox-label.disabled:before {
  border-color: #cfcfcf;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .checkbox-label.disabled {
  cursor: default;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .checkbox-input {
  display: none;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .checkbox-input:checked + .checkbox-label:before {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-color: #808080;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .checkbox-input:checked + .checkbox-label.disabled:before {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-disabled.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-color: #cfcfcf;
  cursor: auto;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .radio-label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  border: 1px solid #808080;
  border-radius: 50%;
  margin-right: 0.5em;
  cursor: pointer;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .radio-label.disabled:before {
  border-color: #cfcfcf;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .radio-label.disabled {
  cursor: default;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .radio-input {
  display: none;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .radio-input:checked + .radio-label:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2319467d'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  border-color: #808080;
}
.scopes_wrapper .scopes_grid .scopes_right_block div .radio-input:checked + .radio-label.disabled:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cfcfcf'/%3e%3c/svg%3e");
  border-color: #cfcfcf;
  cursor: auto;
}
.header__search {
  z-index: 10;
  width: 153px;
  padding-left: 5px;
  position: relative;
}
.header__search .header__search__wrapper {
  position: relative;
  z-index: 1000;
}
.header__search .header__search__wrapper.open {
  width: 377px;
}
.header__search .header__search__param {
  color: #19467d;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-top: 10px;
  padding-right: 23px;
  height: unset;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: solid 1px #19467d;
}
.header__search .header__search__param:focus {
  outline: none;
}
.header__search .header__search__param:-ms-input-placeholder {
  color: #19467d;
  opacity: 1;
}
.header__search .header__search__param::placeholder {
  color: #19467d;
  opacity: 1;
}
.header__search .header__search__submit {
  background: transparent url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_search-01b_blue-main.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -4px;
  top: 13px;
}
.header__search .header__search__submit:focus {
  outline: none;
}
.header__search .search_autocomplete {
  background-color: #f7f7f7;
  border-bottom: 5px solid #19467d;
  padding-top: 20px;
}
.header__search .search_autocomplete ul {
  list-style-type: none;
  margin: 0;
  margin-left: 1px;
  padding: 0;
}
.header__search .search_autocomplete ul li a {
  font-size: 12px;
  padding: 4px 15px;
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  display: block;
}
.header__search .search_autocomplete ul li.active a,
.header__search .search_autocomplete ul li.selected a,
.header__search .search_autocomplete ul li a:hover,
.header__search .search_autocomplete ul li a.selected,
.header__search .search_autocomplete ul li a.active {
  color: #19467d;
  background-color: #ffffff;
  text-decoration: none;
}
.header__search .scopes_wrapper {
  padding: 55px 61px 15px 66px;
  left: -55px;
}
.header__search .scopes_wrapper div .scopes_left_block .scopes_autocomplete_list {
  top: -23px;
  left: -6px;
}
.header__search .scopes_wrapper .scopes_find_button {
  margin-top: 10px;
  width: 100%;
  height: 34px;
  background-color: #19467d;
  border: none;
  padding: 0;
}
.header__search .scopes_wrapper .scopes_find_button.disabled {
  background-color: #cfcfcf;
}
.header__search .scopes_wrapper .scopes_redirect_button {
  margin-top: 10px;
  width: 165px;
  height: 34px;
  line-height: 34px;
  background-color: #19467d;
  text-decoration: none;
  border: none;
  padding: 0;
  float: left;
  color: #ffffff;
}
.header__search .scopes_wrapper .scopes_redirect_button:hover {
  color: #ffffff;
}
.header__search .scopes_wrapper .scopes_redirect_button.disabled {
  background-color: #cfcfcf;
}
.fse_search-teaser--search--container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  z-index: 10;
}
.fse_search-teaser--search--container .fse_search-teaser--search--form-submit {
  height: 35px;
  background-color: #19467d;
  border-color: #0066ac;
  width: 18%;
  margin-left: 2%;
  font-size: 13px;
}
.fse_search-teaser--search--container .fse_search-teaser--search--form-param {
  vertical-align: middle;
  line-height: 100%;
  min-width: 33% !important;
  width: 75%;
  height: 35px !important;
}
.fse_search-teaser--search--container .fse__search__wrapper {
  z-index: 1000;
}
.fse_search-teaser--search--container .scopes_wrapper {
  padding: 60px 31px 15px 16px;
  color: #808080;
  margin-left: -12px;
  width: 50%;
}
.fse_search-teaser--search--container .scopes_wrapper div .scopes_left_block .scopes_autocomplete_list {
  left: 3px;
  margin-bottom: 2rem;
}
.fse_search-teaser--search--container .scopes_wrapper div .scopes_right_block {
  padding-left: 10%;
}
.fse_search-teaser--search--container .scopes_wrapper div .scopes_right_block div .checkbox-label:before {
  top: 1px;
}
.fse_search-teaser--search--container .scopes_wrapper div .scopes_right_block div .radio-label:before {
  top: 2px;
}
.widget-search_products--container .widget-search_products--form-wrapper {
  z-index: 1000;
}
.widget-search_products--container .scopes_wrapper {
  padding: 50px 71px 15px 16px;
  margin-left: -10px;
  top: -10px;
  color: #808080;
}
.widget-search_products--container .scopes_wrapper div .scopes_left_block .scopes_autocomplete_list {
  left: 3px;
  margin-bottom: 2rem;
}
.widget-search_products--container .scopes_wrapper div .scopes_right_block {
  padding-left: 3%;
}
.widget-search_products--container .scopes_wrapper div .scopes_right_block div .checkbox-label:before {
  top: 1px;
}
.widget-search_products--container .scopes_wrapper div .scopes_right_block div .radio-label:before {
  top: 2px;
}
@media (max-width: 1010px) {
  .header__search .scopes_wrapper {
    left: -56px;
  }
  .header__search .scopes_wrapper div.scopes_left_block {
    width: 140px;
  }
  .header__search .scopes_wrapper div.scopes_right_block {
    width: 227px;
  }
}
@media (max-width: 768px) {
  .header__search .header__search__wrapper.open {
    left: -100px;
  }
  .header__search .scopes_wrapper {
    padding: 55px 39px 15px;
    left: -130px;
  }
}
@media (max-width: 500px) {
  @keyframes open-search {
    0% {
      width: 148px;
    }
    100% {
      width: 185px;
    }
  }
  @keyframes close-search {
    0% {
      width: 185px;
    }
    100% {
      width: 148px;
    }
  }
  .header__search .header__search__wrapper.open {
    left: 5px;
    width: 185px;
  }
  .header__search .scopes_wrapper {
    padding: 55px 15px 15px;
    left: 0;
  }
  .header__search .scopes_wrapper div {
    display: block;
  }
  .header__search .scopes_wrapper .scopes_redirect_button {
    width: 100%;
  }
}
@media (max-width: 1010px) {
  .fse_search-teaser--search--container .fse_search-teaser--search--form-wrapper {
    width: 60%;
  }
  .fse_search-teaser--search--container .scopes_wrapper {
    padding: 55px 0 15px 15px;
    width: 62%;
  }
  .fse_search-teaser--search--container .scopes_wrapper div.scopes_right_block {
    padding-left: 9px;
  }
  .fse_search-teaser--search--container .scopes_wrapper div.scopes_left_block {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .fse_search-teaser--search--container .fse_search-teaser--search--form-wrapper {
    width: 75%;
  }
  .fse_search-teaser--search--container .scopes_wrapper {
    padding: 55px 0 15px 15px;
    width: 78%;
  }
  .fse_search-teaser--search--container .scopes_wrapper div.scopes_right_block {
    padding-left: 8px;
  }
  .fse_search-teaser--search--container .scopes_wrapper div.scopes_left_block {
    width: 35% !important;
  }
  .fse_search-teaser--search--container form button {
    min-width: 20% !important;
  }
}
@media (max-width: 560px) {
  .fse_search-teaser--search--container .scopes_wrapper .scopes_grid {
    display: grid;
    grid-template-columns: 175px 200px;
  }
  .fse_search-teaser--search--container form input {
    width: 65% !important;
  }
  .fse_search-teaser--search--container form button {
    width: 28% !important;
  }
}
@media (max-width: 768px) {
  .widget-search_products--container .widget-search_products--form {
    width: 75%;
  }
  .widget-search_products--container .scopes_wrapper {
    padding: 55px 0 15px 15px;
    width: 470px;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .widget-search_products--container .scopes_wrapper div.scopes_right_block {
    padding-left: 10px;
  }
  .widget-search_products--container .scopes_wrapper div.scopes_left_block {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .widget-search_products--container .scopes_wrapper {
    width: 82%;
  }
  .widget-search_products--container .scopes_wrapper div {
    display: block;
  }
  .widget-search_products--container .scopes_wrapper .scopes_right_block {
    padding-left: 9px;
  }
  .widget-search_products--container form input {
    width: 40% !important;
    margin-left: -1%;
  }
  .widget-search_products--container form button {
    margin-left: 2% !important;
    width: 31% !important;
  }
}
.category-header {
  padding-bottom: 10px;
  position: relative;
}
.category-header .segment.hl1,
.category-header .segment.hl2 {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 1;
  font-size: 1.4em;
  font-weight: bold;
  color: #707070;
}
@media (max-width: 1009px) {
  .category-header .segment.hl1,
  .category-header .segment.hl2 {
    position: static;
  }
}
.category-header .segment.hl1 {
  top: 6px;
  font-size: 1.6em;
  color: #19467d;
}
.subcategory {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}
.subcategory .subcategory__segment__container {
  clear: both;
  margin-left: -6;
  margin-right: -6;
  margin: 0;
}
.subcategory .subcategory__segment__container .subcategory__item {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .subcategory .subcategory__segment__container .subcategory__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1010px) {
  .subcategory .subcategory__segment__container .subcategory__item {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 1010px) {
  .subcategory .subcategory__segment__container .subcategory__item {
    width: 225px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 26.5px;
  }
  .subcategory .subcategory__segment__container .subcategory__item:nth-child(4) {
    margin-right: 0;
  }
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__image a {
  display: block;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__image a img {
  width: 100%;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__content {
  border-top: 4px solid #dfdfdf;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__content h4 {
  color: #19467d;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__content.fuchsia {
  border-color: #6ab7b6;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__content.yellow {
  border-color: #f8ce00;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__content.green {
  border-color: #8dbc08;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__content.red {
  border-color: #e13c25;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__links ul li {
  padding-left: 15px;
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--small-arrow.png') no-repeat 0 7px;
}
.subcategory .subcategory__segment__container .subcategory__item .subcategory__links ul li a {
  line-height: 22px;
  font-size: 12px;
  display: block;
}
.subcategory .subcategory__column {
  float: left;
  width: 49%;
  border-collapse: collapse;
}
.subcategory .subcategory__column.even {
  margin-right: 1%;
}
.subcategory .subcategory__column.odd {
  margin-left: 1%;
}
@media (max-width: 1009px) {
  .subcategory .subcategory__column {
    float: left;
    width: 100%;
  }
  .subcategory .subcategory__column.even,
  .subcategory .subcategory__column.odd {
    border: none;
    margin: 0;
  }
}
.subcategory .subcategory__column .subcategory__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.subcategory .subcategory__column .subcategory__item .subcategory__image {
  position: relative;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  margin-right: 20px;
  float: left;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1010px) {
  .subcategory .subcategory__column .subcategory__item .subcategory__image {
    width: 160px;
    overflow: hidden;
  }
}
.subcategory .subcategory__column .subcategory__item .subcategory__image a {
  display: block;
}
.subcategory .subcategory__column .subcategory__item .subcategory__image a img {
  width: 100%;
  height: auto;
}
.subcategory .subcategory__column .subcategory__item .subcategory__content {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  font-size: 12px;
}
.subcategory .subcategory__column .subcategory__item .subcategory__title {
  display: block;
  font-weight: bold;
}
.subcategory .subcategory__column .subcategory__item .subcategory__arrow {
  position: absolute;
  right: 15px;
  top: 52px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow.svg) no-repeat 0 0;
  cursor: pointer;
}
.subcategory .subcategory__column .subcategory__header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .subcategory .subcategory__column .subcategory__header {
    float: left;
    width: 100%;
  }
}
.subcategory .subcategory__column .subcategory__column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .subcategory .subcategory__column .subcategory__column {
    float: left;
    width: 50%;
  }
}
.subcategory .subcategory__column .subcategory__column:last-child {
  border-right-color: transparent;
}
.subcategory--default:before {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 49%;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}
@media (max-width: 1009px) {
  .subcategory--default:before {
    display: none;
  }
}
.category-info {
  overflow: hidden;
  margin: 20px 0;
  padding: 30px 40px;
  background-color: #f7f7f7;
}
.category-info p {
  margin-bottom: 20px;
  font-size: 12px;
}
.catimage {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  right: 0;
}
@media (max-width: 1009px) {
  .catimage {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .catimage {
    display: none;
  }
}
.catimage img {
  max-height: 300px;
  min-height: 300px;
}
.catmenu {
  width: 100%;
  min-height: 230px;
  margin-top: 34px;
}
.catmenu .table-striped strong {
  display: block;
}
@media (max-width: 1009px) {
  .catmenu {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .catmenu {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.catmenu .cat-list-ul {
  list-style: outside none none;
  padding: 0px;
  overflow: auto;
  height: 192px;
  margin: 0px;
}
.catmenu__list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 230px;
  min-height: 230px;
  padding-left: 0;
  padding-right: 0;
  /*overflow:hidden;
  overflow-y: auto;*/
  background-color: #e1e1e1;
}
@media (min-width: 768px) {
  .catmenu__list {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .catmenu__list {
    width: 100% !important;
  }
}
@media (max-width: 1009px) {
  .catmenu__list {
    width: auto;
  }
}
.catmenu__list + .catmenu__list:not(:last-child) {
  border-right: 1px solid #ebecec;
}
.catmenu__header,
.catmenu__table thead tr td {
  padding: 12px 2px 9px 0px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.catmenu__list:not(.catmenu--segment) .catmenu__header {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #ebecec;
}
.catmenu__item a {
  color: #313131;
  font-size: 11px;
  padding: 4px 5px 2px 15px;
  display: block;
}
.catmenu__item a,
.catmenu__item a a:hover {
  text-decoration: none;
}
.catmenu__item a:hover,
.catmenu__item.active a {
  background-color: #ffffff;
  color: #0c5ea6;
}
.catmenu__item a:hover:after,
.catmenu__item.active a:after {
  background-color: #ffffff;
}
.catmenu--segment {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ebecec;
}
@media (min-width: 1010px) {
  .catmenu--segment {
    float: left;
    width: 25%;
  }
}
.catmenu--segment .catmenu__header {
  padding: 10px 10px 10px 20px;
  margin-bottom: 2px;
}
.catmenu--segment .catmenu__item {
  margin-bottom: 5px;
  padding: 0;
}
.catmenu--segment .catmenu__item a {
  font-size: 12px;
  padding: 3px 5px 1px 40px;
  display: block;
  position: relative;
  background-color: #dfdfdf;
}
.catmenu--segment .catmenu__item a:after {
  background-color: #dfdfdf;
}
.catmenu--segment .catmenu__item a:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  content: '';
  width: 20px;
  height: 100%;
  background-color: #f8ce00;
}
.catmenu--segment .catmenu__item.active a,
.catmenu--segment .catmenu__item a:hover {
  background-color: #ffffff;
}
.catmenu--segment .catmenu__item.active a:before,
.catmenu--segment .catmenu__item a:hover:before {
  background-color: #707070;
}
.catmenu--segment .catmenu__item.active a:after,
.catmenu--segment .catmenu__item a:hover:after {
  background-color: #ffffff;
}
.catmenu--segment.catmenu--root {
  width: auto;
  background-color: transparent;
}
.catmenu--segment.catmenu--root .catmenu__item {
  background-color: transparent;
}
.catmenu--segment.catmenu--root .catmenu__item a {
  display: inline-block;
  padding-right: 120px;
  margin-right: 15px;
}
.catmenu--segment.catmenu--root .catmenu__item a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 21px;
  transform: skew(-15deg);
  position: absolute;
  right: -7px;
  top: 0;
}
.skin-fuchsia .catmenu--segment .catmenu__item:not(.active) a:not(:hover):before {
  background-color: #6ab7b6;
}
.skin-yellow .catmenu--segment .catmenu__item:not(.active) a:not(:hover):before {
  background-color: #f8ce00;
}
.skin-green .catmenu--segment .catmenu__item:not(.active) a:not(:hover):before {
  background-color: #8dbc08;
}
.skin-red .catmenu--segment .catmenu__item:not(.active) a:not(:hover):before {
  background-color: #e13c25;
}
.skin-blue .catmenu--segment .catmenu__item:not(.active) a:not(:hover):before {
  background-color: #19467d;
}
.catmenu--products {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}
@media (min-width: 1010px) {
  .catmenu--products {
    float: left;
    width: 41.66666667%;
  }
}
.catmenu__table {
  margin-left: -15px;
  margin-right: -15px;
  min-width: 108%;
}
.catmenu__table tr td {
  padding-left: 15px!important;
}
.catmenu__table thead tr td {
  font-weight: normal;
  overflow: hidden;
  word-wrap: break-word;
  text-transform: inherit;
  white-space: nowrap;
  padding-left: 5px!important;
}
.catmenu__table thead tr td:first-child {
  padding-left: 15px!important;
}
.catmenu__table tbody tr td {
  font-size: 11px;
  vertical-align: top;
  padding: 2px 2px;
}
.catmenu__table tbody tr.active td,
.catmenu__table tbody tr:hover td {
  background-color: #ffffff;
}
.catmenu__table .unit {
  text-transform: none;
}
.catmenu__table .first {
  /*max-width: 165px;*/
  text-transform: uppercase;
  white-space: nowrap;
}
.catmenu__table .second,
.catmenu__table .third,
.catmenu__table .fourth,
.catmenu__table .fifth {
  /*min-width: 50px;
    max-width: 70px;*/
  white-space: normal;
  text-align: right;
}
.catmenu__table .second strong:after,
.catmenu__table .third strong:after,
.catmenu__table .fourth strong:after,
.catmenu__table .fifth strong:after {
  clear: both;
}
table.scroll tbody {
  overflow-y: auto;
  overflow-x: hidden;
}
.categories-grid-container {
  padding-top: 25px;
}
.categories-grid-container .segment-category--title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.categories-grid-container .segment-category--title h2 {
  font: normal normal normal 20px/24px Arial;
  color: #000000;
  margin-bottom: 1px;
}
.categories-grid-container .segment-category--title a {
  font: normal normal normal 14px/16px Arial;
  letter-spacing: 0px;
  color: #19467d;
  margin-bottom: 3px;
}
.categories-grid-container .segment-category--title .segment-category--label {
  width: 20px;
  height: 3px;
}
.categories-grid-container .segment-category--title .segment-category--label.fuchsia {
  background-color: #6ab7b6;
}
.categories-grid-container .segment-category--title .segment-category--label.yellow {
  background-color: #f8ce00;
}
.categories-grid-container .segment-category--title .segment-category--label.green {
  background-color: #8dbc08;
}
.categories-grid-container .segment-category--title .segment-category--label.red {
  background-color: #e13c25;
}
.categories-grid-container .segment-category--title .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 6px;
}
@media screen and (max-width: 480px) {
  .categories-grid-container .segment-category--title {
    display: block;
  }
  .categories-grid-container .segment-category--title .left .segment-category--label {
    display: none;
  }
  .categories-grid-container .segment-category--title .right {
    -ms-flex-align: start;
        align-items: start;
    padding-top: 0;
  }
}
.categories-grid-container .segment-category--items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 165px);
  grid-gap: 0 27px;
  margin-bottom: 54px;
  margin-top: 10px;
}
.categories-grid-container .segment-category--items .serie-item {
  text-align: center;
}
.categories-grid-container .segment-category--items .serie-item .serie-item--image {
  width: 165px;
  height: 165px;
  line-height: 165px;
  text-align: center;
}
.categories-grid-container .segment-category--items .serie-item .serie-item--image img {
  width: 165px;
}
.categories-grid-container .segment-category--items .serie-item .serie-item--title {
  font: normal normal normal 12px/15px Arial;
  color: #000000;
  margin: 6px 0 9px 0;
}
.teaser-category-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.teaser-category-image img {
  max-height: 300px;
}
.catalog-product-view .tab-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  z-index: 1;
  margin-top: 20px;
  overflow: hidden;
}
.catalog-product-view .tab-content .pagerow__sidebar {
  margin-top: 0 !important;
}
.catalog-product-view .tab-content .pagerow__content.narrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1010px) {
  .catalog-product-view .tab-content .pagerow__content.narrow {
    float: left;
    width: 58.33333333%;
  }
}
.catalog-product-view .tab-content .pagerow__content h4 {
  margin: 1.2em 0;
}
.catalog-product-view .product-image img {
  width: 100%;
}
.catalog-product-view .product-view h4,
.catalog-product-view .product-view .h4 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.catalog-product-view #mainContent {
  position: relative;
}
.catalog-product-view .product-diagram {
  position: absolute;
  right: 2px;
  width: 236px;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 1009px) {
  .catalog-product-view .product-diagram {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 25px;
  }
  .catalog-product-view .product-diagram .product-image {
    width: 50%;
    display: inline-block;
  }
  .catalog-product-view .product-diagram .product-image img {
    width: 100%;
  }
  .catalog-product-view .product-diagram .notices {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-diagram .product-image {
    width: 80%;
  }
}
.catalog-product-view .product-diagram img {
  width: 250px;
}
.catalog-product-view .product-diagram .notices {
  margin-top: 30px;
}
.catalog-product-view .product-diagram .product-downloads {
  border: none;
  float: none;
  width: auto;
  padding-left: 0;
}
@media screen and (min-width: 1010px) {
  .catalog-product-view .product-diagram .product-downloads .product-downloads__content {
    width: 200%;
    left: -50%;
  }
}
.catalog-product-view .product-diagram .product-downloads .product-downloads__selector {
  line-height: normal;
  background: none;
}
.catalog-product-view .product-diagram .product-downloads .product-downloads__selector .icon--pdf {
  padding-left: 24px;
  text-align: left;
  background-position-y: 0%;
  width: 100%;
}
@media screen and (max-width: 1009px) {
  .catalog-product-view .product-diagram .product-downloads .product-downloads__selector .icon--pdf {
    width: auto;
  }
}
.catalog-product-view .product-descriptions {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
.catalog-product-view .product-descriptions .product-name {
  color: #19467d;
  font-weight: bold;
  font-size: 1.1em;
}
.catalog-product-view .product-descriptions .product-description {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  color: #707070;
  font-size: 1em;
  font-weight: bold;
}
.catalog-product-view .product-descriptions .product-dimension {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  font-size: 12px;
  padding-left: 15px;
}
@media screen and (max-width: 1009px) {
  .catalog-product-view .product-descriptions {
    display: -ms-flexbox;
    display: flex;
    float: none;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .catalog-product-view .product-descriptions .product-name {
    font-size: 1.8rem;
  }
  .catalog-product-view .product-descriptions .product-dimension,
  .catalog-product-view .product-descriptions .product-description {
    width: 100%;
  }
}
.catalog-product-view .product-additional {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.catalog-product-view .product-additional > .pagerow__container {
  padding-bottom: 0px;
}
.catalog-product-view .product-additional > .pagerow__container .pagerow__title {
  margin-top: -43px;
}
.catalog-product-view .product-additional > .pagerow__container .pagerow__title > h3 {
  color: #707070 !important;
  padding-right: 2px;
}
.catalog-product-view .ace_pagerow_md {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 25px;
}
@media (min-width: 1010px) {
  .catalog-product-view .ace_pagerow_md {
    float: left;
    width: 50%;
  }
}
.catalog-product-view .ace_pagerow_sidebar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1010px) {
  .catalog-product-view .ace_pagerow_sidebar {
    float: left;
    width: 41.66666667%;
  }
}
@media screen and (max-width: 1009px) {
  .catalog-product-view .ace_pagerow_sidebar {
    margin-left: 25px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1010px) {
  .catalog-product-view .ace_pagerow_sidebar {
    float: right;
    padding: 0;
  }
}
.catalog-product-view .ace_prices-table_table {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}
.catalog-product-view .ace_prices-table_table .hideable {
  display: none;
}
.catalog-product-view .ace_prices-table_table.toggled .hideable {
  display: table-row;
}
.catalog-product-view .ace_prices-table_table tr {
  border: 2px solid transparent;
  border-bottom: none;
  border-top: 2px solid #e1e1e1;
}
.catalog-product-view .ace_prices-table_table tr.active {
  font-weight: bold;
  border: 2px solid #f8ce00;
}
.catalog-product-view .ace_prices-table_table a {
  cursor: pointer;
}
.catalog-product-view .ace_prices-table_table tbody tr:last-child {
  border-bottom: 2px solid #e1e1e1;
}
.catalog-product-view .ace_prices-table_table th {
  font-weight: normal;
}
.catalog-product-view .ace_prices-table_table td,
.catalog-product-view .ace_prices-table_table th {
  padding: 5px 0;
}
.catalog-product-view .ace_prices-table_table td:first-child,
.catalog-product-view .ace_prices-table_table th:first-child {
  padding-left: 15px;
  width: 70%;
}
.catalog-product-view .ace_prices-table_table thead tr {
  background-color: #e1e1e1;
  border: 2px solid #e1e1e1;
  border-bottom: none;
}
.catalog-product-view .ace_product-grid {
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.catalog-product-view .ace_product-grid .add-to-cart-wrapper .price-info-wrapper .price {
  display: block;
}
.catalog-product-view .ace_product-grid .info-wrapper {
  padding: 10px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column {
  min-height: 330px;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 3px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column:first-child {
  margin-left: 0px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column:last-child {
  margin-right: 0px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_block {
  width: 100%;
  border: 1px solid lightgray;
  margin: 3px 0;
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 15px;
  min-height: 1px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_block--image {
  padding: 8px 1px;
  -ms-flex-pack: center;
      justify-content: center;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_block .image {
  min-height: 1px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_block:first-child {
  margin-top: 0px;
  -ms-flex-positive: 2;
      flex-grow: 2;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_block:last-child {
  margin-bottom: 0px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_title {
  font-size: 10px;
  color: grey;
  font-weight: bold;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_highlight {
  color: #1c64ae;
  font-size: 14px;
  margin: 8px 0;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .add-to-box .row {
  margin: 0;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .add-to-box .col-xs-12 {
  float: none;
  padding: 0;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .pre-add-to-cart,
.catalog-product-view .ace_product-grid .ace_product-grid_column .add-to-cart {
  margin: 0;
  height: 40px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .pre-add-to-cart div,
.catalog-product-view .ace_product-grid .ace_product-grid_column .add-to-cart div,
.catalog-product-view .ace_product-grid .ace_product-grid_column .pre-add-to-cart button,
.catalog-product-view .ace_product-grid .ace_product-grid_column .add-to-cart button,
.catalog-product-view .ace_product-grid .ace_product-grid_column .pre-add-to-cart input,
.catalog-product-view .ace_product-grid .ace_product-grid_column .add-to-cart input {
  height: 40px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .pre-add-to-cart .button,
.catalog-product-view .ace_product-grid .ace_product-grid_column .add-to-cart .button {
  padding-left: 15px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .pre-add-to-cart {
  margin-top: 5px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .pre-add-to-cart span {
  white-space: normal;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .add-to-cart .product-request-popup-button {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column.h-2 {
  min-width: 280px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .ace_product-grid .ace_product-grid_column.h-2 {
    min-width: unset;
  }
}
.catalog-product-view .ace_product-warning_block {
  border: 1px solid lightgray;
  padding: 6px;
  text-align: center;
}
.catalog-product-view .ace_product-warning_block.at-top {
  margin: 0 0 6px 0;
}
.catalog-product-view .product-pricerequest {
  margin-top: 0px;
}
.catalog-product-view .product-pricerequest > .pagerow__container {
  padding-bottom: 0px;
  padding-top: 0px;
}
.catalog-product-view .product-remember {
  height: 48px;
  margin: 15px 0 0 -15px;
  padding-left: 15px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-remember {
    height: auto;
  }
}
.catalog-product-view .product-remember li {
  min-height: 48px;
  overflow: hidden;
}
.catalog-product-view .product-remember li.list-icon {
  width: 48px;
  min-height: 48px;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--remember.png) no-repeat 50%;
  margin-right: 30px;
}
.catalog-product-view .product-remember li.list-text {
  width: 64%;
  white-space: normal;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product-remember li.list-text {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-remember li.list-text {
    width: 80%;
  }
}
.catalog-product-view .product-remember .list-button {
  text-align: right;
  position: absolute;
  padding-top: 5px;
  right: 0px;
  padding-right: 2px;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-remember .list-button {
    top: 30px;
    display: block;
    float: right;
    position: static;
  }
}
.catalog-product-view .product-remember .list-button > .remember-button {
  cursor: pointer;
  border: 2px solid #19467d;
  padding: 5px 10px;
  display: none;
}
.catalog-product-view .product-remember .list-button > .remember-button:hover {
  color: #fff;
  background: #19467d;
  text-decoration: none;
}
.catalog-product-view .product-remember .list-button > .price-button {
  cursor: pointer;
  color: #707070;
  margin-left: 10px;
  border: 2px solid #707070;
  padding: 5px 10px;
  display: inline-block;
}
.catalog-product-view .product-remember .list-button > .price-button:hover {
  color: #fff;
  background: #707070;
  text-decoration: none;
}
.catalog-product-view .product-remember .list-button > .price-button.active {
  background-color: #f18500;
  color: #ffffff;
  border: 2px solid #f18500;
}
.catalog-product-view .product-cad {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-flexbox;
  display: flex;
  height: unset;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .product-cad {
    float: left;
    width: 58.33333333%;
  }
}
@media screen and (max-width: 620px) {
  .catalog-product-view .product-cad {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.catalog-product-view .product-cad li {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}
.catalog-product-view .product-cad li a {
  display: block;
  float: left;
  font-weight: bold;
}
.catalog-product-view .product-cad .list-icon {
  width: 48px;
  min-height: 48px;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--cad.png) no-repeat 50%;
}
.catalog-product-view .product-downloads {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .catalog-product-view .product-downloads {
    float: left;
    width: 41.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product-downloads {
    border-left: 1px solid #dfdfdf;
    float: right;
    padding-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-downloads {
    border-top: 1px solid #dfdfdf;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.catalog-product-view .product-downloads__selector {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--select.png) no-repeat 100% 50%;
  text-align: center;
}
.catalog-product-view .product-downloads__selector .icon--pdf {
  height: 48px;
  width: unset;
  display: inline-block;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--pdf.png) no-repeat 0% 50%;
  padding-left: 46px;
  color: #707070;
}
.catalog-product-view .product-downloads__selector.disabled {
  background: none;
  height: 100%;
}
.catalog-product-view .product-downloads__selector.disabled .icon--pdf {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--pdf-disabled.png) no-repeat 0% 50%;
  width: auto;
}
.catalog-product-view .product-downloads__content {
  display: none;
  background-color: #dfdfdf;
  z-index: 100;
  padding: 20px;
  position: absolute;
  width: auto;
  top: calc(100% - 8px);
  right: 2px;
  left: 20px;
}
.catalog-product-view .product-downloads__content.active {
  display: block;
}
.catalog-product-view .product-downloads__content .download__title {
  margin-bottom: 5px;
  font-size: 12px;
}
.catalog-product-view .product-downloads__content .download__title:first-child {
  margin-top: 0;
}
.catalog-product-view .product-downloads__content .download__item {
  vertical-align: top;
  font-size: 12px;
}
.catalog-product-view .product-downloads__content .download__item td {
  padding-right: 10px;
}
.catalog-product-view .product-downloads__content .download__item .first {
  max-width: 30px;
}
.catalog-product-view .product-downloads__content .download__item .icon--pdf {
  margin-right: 10px;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.catalog-product-view .product-downloads__content .download__link--main {
  margin-right: 40px;
}
.catalog-product-view .product-downloads__content .download__link--additional {
  color: #707070;
}
.catalog-product-view .product-image-details {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .catalog-product-view .product-image-details {
    float: left;
    width: 100%;
  }
}
.catalog-product-view .product-image-details .product-dimensions {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding-left: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-image-details .product-dimensions {
    float: left;
    width: 25%;
  }
}
.catalog-product-view .product-image-details .product-dimensions td:first-child {
  padding-right: 20px;
}
@media screen and (max-width: 620px) {
  .catalog-product-view .product-image-details .product-dimensions table {
    width: 100%;
  }
}
.catalog-product-view .product-image-details .product-image-container {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
@media (min-width: 768px) {
  .catalog-product-view .product-image-details .product-image-container {
    float: left;
    width: 75%;
  }
}
.catalog-product-view .product-image-details .product-image-container.full {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
@media (min-width: 768px) {
  .catalog-product-view .product-image-details .product-image-container.full {
    float: left;
    width: 100%;
  }
}
.catalog-product-view .product-image-details .product-image-container .product-image {
  text-align: center;
}
.catalog-product-view .product-image-details .product-image-container .product-image img {
  max-height: 300px;
  width: inherit;
  max-width: 100%;
}
.catalog-product-view .product-image-details .product-dimensions + .product-image-container {
  float: left;
}
.catalog-product-view .product-image-details .product-dimensions + .product-image-container img {
  max-width: 720px;
  height: auto;
}
.catalog-product-view .product-commercial h4 {
  margin: 0 0 1.2em 0;
}
.catalog-product-view .product-commercial p {
  margin-top: 0;
  margin-bottom: 5px;
  color: #707070;
  font-size: 12px;
}
.catalog-product-view .related--container {
  margin-left: -6;
  margin-right: -6;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .related--container {
    float: left;
    width: 100%;
  }
}
.catalog-product-view .related--container.first {
  margin-left: -4;
  margin-right: -5;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .catalog-product-view .related--container.first {
    float: left;
    width: 75%;
  }
}
.catalog-product-view .related--container .related--items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 236px);
  grid-gap: 10px;
  margin-bottom: 15px;
}
.catalog-product-view .related--container .related--items .alt-grid .related--item {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1009px) {
  .catalog-product-view .related--container .related--items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    float: left;
  }
  .catalog-product-view .related--container .related--items .related--item {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .catalog-product-view .related--container .related--items.parent--items {
    display: grid;
    grid-template-columns: repeat(auto-fit, 118px);
  }
  .catalog-product-view .related--container .related--items.parent--items .parent--item {
    text-align: center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .catalog-product-view .related--container .related--items {
    display: block;
  }
  .catalog-product-view .related--container .related--items .related--item {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .catalog-product-view .related--container .related--items .related--item {
    float: left;
  }
  .catalog-product-view .related--container .related--items .related--empty {
    float: right;
    width: 236px;
    height: 246px;
  }
}
.catalog-product-view .related--container .related--empty {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media screen and (max-width: 1009px) {
  .catalog-product-view .related--container .related--empty {
    display: none;
  }
}
.catalog-product-view .related--container .related--category {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 5px 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .catalog-product-view .related--container .related--category {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 1009px) {
  .catalog-product-view .related--container .related--category {
    text-align: center;
  }
}
.catalog-product-view .related--container .related--category p {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.catalog-product-view .related--container .related--sidebar {
  float: right;
}
.catalog-product-view .related--container .related--item {
  position: relative;
  min-width: 236px;
}
.catalog-product-view .related--container .related--item .loading-spinner {
  display: none;
}
.catalog-product-view .related--container .related--item.loading .loading-spinner {
  display: block;
}
.catalog-product-view .related--container .related--item.two {
  grid-column: span 2;
}
.catalog-product-view .related--container .related--item.two .related--header .price {
  margin-left: auto;
  margin-right: 8px;
}
.catalog-product-view .related--container .related--item.three {
  grid-column: span 3;
}
.catalog-product-view .related--container .related--item.three .related--header {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.catalog-product-view .related--container .related--item.three .related--header .price {
  margin-left: auto;
  margin-right: 8px;
}
.catalog-product-view .related--container .related--item.four {
  grid-column: span 4;
}
.catalog-product-view .related--container .related--item.four .related--header {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.catalog-product-view .related--container .related--item.four .related--header .price {
  margin-left: auto;
  margin-right: 8px;
}
.catalog-product-view .related--container .related--item.inactive {
  opacity: 0.35;
}
.catalog-product-view .related--container .related--item .related--header {
  border-bottom: 1px solid #d3d3d3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.catalog-product-view .related--container .related--item .related--header .add-to-cart_button {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--cart.svg) center no-repeat;
  background-color: #f18500;
  height: 30px;
  border: none;
  width: 30px;
  vertical-align: middle;
}
.catalog-product-view .related--container .related--item .related--header .add-to-cart_button:hover {
  background-color: #ffb050;
}
.catalog-product-view .related--container .related--item .related--header .add-to-cart_button.loading .add-to-cart_icon {
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.catalog-product-view .related--container .related--item .related--header .add-to-cart_button .add-to-cart_icon {
  width: 100%;
  height: 100%;
  display: block;
}
.catalog-product-view .related--container .related--item .related--header .add-to-cart_button.loading {
  background: linear-gradient(270deg, #d87700, #ffa93f, #d87700);
  background-size: 600% 600%;
  animation: AnimationName 3s ease infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.catalog-product-view .related--container .related--item .related--header .add-to-cart_button.done {
  background-color: #8dbc08;
}
.catalog-product-view .related--container .related--item .related--header .add-to-cart_button.error-red {
  background-color: #e13c25;
}
.catalog-product-view .related--container .related--item .related--header.out-of-stock .add-to-cart_button {
  background-color: #d4d4d4;
}
.catalog-product-view .related--container .related--item .related--header.out-of-stock .add-to-cart_button:hover {
  background-color: #d4d4d4;
}
.catalog-product-view .related--container .related--item .related--header.out-of-stock .price {
  color: #e13c25;
}
.catalog-product-view .related--container .related--item .related--header.out-of-stock .stepper-up {
  border-bottom-color: #cbcbcb;
  cursor: default;
}
.catalog-product-view .related--container .related--item .related--header.out-of-stock .stepper-down {
  border-top-color: #cbcbcb;
  cursor: default;
}
.catalog-product-view .related--container .related--item .related--header .desc {
  display: -ms-flexbox;
  display: flex;
  color: #818181;
  font-size: 9px;
  line-height: 12px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 10px;
}
.catalog-product-view .related--container .related--item .related--header .desc-text {
  font-size: 1rem;
}
.catalog-product-view .related--container .related--item .related--header .price {
  font-weight: bold;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 12px;
}
.catalog-product-view .related--container .related--item .related--header .accessory_add-to-cart {
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .related--container .related--item .related--header .accessory_add-to-cart .qty-container {
  display: inline-block;
  height: 100%;
  position: relative;
}
.catalog-product-view .related--container .related--item .related--header .accessory_add-to-cart .qty {
  background-color: #f1f2f2;
  border: none;
  color: #333333;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 45px;
  padding-left: 5px;
}
.catalog-product-view .related--container .related--item .related--header .accessory_add-to-cart .qty:disabled {
  color: #afb5b5;
}
.catalog-product-view .related--container .related--item .related--content {
  background: #ffffff;
}
.catalog-product-view .related--container .related--item .related--content .related--description {
  padding: 10px;
}
.catalog-product-view .related--container .related--item .related--content .related--description .description-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.catalog-product-view .related--container .related--item .related--content .related--description .name {
  font-weight: 700;
  color: #19467d;
}
.catalog-product-view .related--container .related--item .related--content .related--description .headline {
  font-size: 11px;
  text-align: right;
}
.catalog-product-view .related--container .related--item .related--content .related--description .desc {
  font-size: 12px;
}
.catalog-product-view .related--container .related--item .related--content .related--description .download {
  position: absolute;
  top: 20px;
  right: 20px;
}
.catalog-product-view .related--container .related--item .related--content .related--image {
  height: 150px;
  text-align: center;
}
.catalog-product-view .related--container .related--item .related--content .related--image img {
  max-height: 150px;
  max-width: 100%;
}
.catalog-product-view .related--container .related--item .related--content .related--pricerequest {
  width: 32px;
  height: 23px;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--priceadditonal.png);
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}
.catalog-product-view .related--container .related--item .related--content .related--pricerequest.remove {
  display: none;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--priceadditonal-active.png);
}
.catalog-product-view .related--container .related--item .related--content a {
  color: inherit;
}
.catalog-product-view .pagerow .pagerow__container .pagerow__content.one-row {
  width: 100%;
}
.usecase--container {
  position: relative;
  margin-left: -6;
  margin-right: -6;
}
.usecase--container img {
  width: 100%;
}
.usecase--container h4 {
  margin-bottom: 30px;
}
.usecase--container .usecase--left {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  border-right: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .usecase--container .usecase--left {
    float: left;
    width: 75%;
  }
}
.usecase--container .usecase--left .usecase--item {
  margin-left: -6;
  margin-right: -6;
  margin-bottom: 30px;
  display: table;
}
.usecase--container .usecase--left .usecase--item .cell {
  float: none !important;
  display: table-cell;
  vertical-align: top;
}
.usecase--container .usecase--left .usecase--item .usecase--image {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
}
.usecase--container .usecase--left .usecase--item .usecase--text {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding: 0 30px;
}
.usecase--container .usecase--left .usecase--item .usecase--text .name {
  color: #19467d;
  font-weight: bold;
  padding-bottom: 15px;
}
.usecase--container .usecase--left .usecase--item .usecase--text .description {
  font-size: 12px;
  margin-bottom: 0.9rem;
}
.usecase--container .usecase--left .usecase--item .usecase--text .description-new-design {
  max-height: 8rem;
  overflow: hidden;
}
.usecase--container .usecase--left .usecase--item .usecase--text:after {
  content: "";
  box-shadow: #f1f2f2 0 -0.3rem 0.6rem 0.6rem;
  position: relative;
  width: 100%;
  background-color: #f1f2f2;
  display: block;
}
.usecase--container .usecase--left .usecase--item .usecase--link {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  vertical-align: middle;
}
.usecase--container .usecase--left .usecase--item .usecase--link a {
  display: block;
}
.usecase--container .usecase--left .usecase--item .usecase--link a img {
  width: 30px;
  height: 30px;
}
.usecase--container .usecase--right {
  position: relative;
  min-height: 1px;
  padding-left: 6;
  padding-right: 6;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .usecase--container .usecase--right {
    float: left;
    width: 25%;
  }
}
.usecase--container .usecase--right .list.list--areas {
  padding-left: 20px;
}
.usecase--container .usecase--right .areas--text {
  margin-top: 25px;
  font-size: 12px;
}
.featherlight .featherlight-content .pricerquest-header {
  color: #19467d;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.featherlight .featherlight-content .product-list .product-list-dummy {
  display: none;
}
.featherlight .featherlight-content .product-list .product-list-area {
  margin: 0px -25px;
  margin-bottom: 20px;
}
.featherlight .featherlight-content .product-list .product-list-area table {
  width: 100%;
  font-size: 12px;
}
.featherlight .featherlight-content .product-list .product-list-area table tr {
  line-height: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.featherlight .featherlight-content .product-list .product-list-area table tr th {
  font-weight: normal;
  font-size: 10px;
}
.featherlight .featherlight-content .product-list .product-list-area table tr th:first-child {
  font-weight: bold;
  font-size: 14px;
}
.featherlight .featherlight-content .product-list .product-list-area table tr th,
.featherlight .featherlight-content .product-list .product-list-area table tr td {
  padding: 2px 0px;
}
.featherlight .featherlight-content .product-list .product-list-area table tr th:first-child,
.featherlight .featherlight-content .product-list .product-list-area table tr td:first-child {
  padding-left: 25px;
}
.featherlight .featherlight-content .product-list .product-list-area table tr th:last-child,
.featherlight .featherlight-content .product-list .product-list-area table tr td:last-child {
  padding-right: 25px;
}
.featherlight .featherlight-content .product-list .product-list-area table tr th.remove,
.featherlight .featherlight-content .product-list .product-list-area table tr td.remove {
  text-align: right;
}
.featherlight .featherlight-content .product-list .product-list-area table tr th.amount,
.featherlight .featherlight-content .product-list .product-list-area table tr td.amount {
  text-align: center;
}
.featherlight .featherlight-content .product-list .product-list-area table tr td input {
  width: 30px;
  border: 0px;
  background-color: #dfdfdf;
  text-align: center;
}
.featherlight .featherlight-content .product-list .product-list-area table tr td.remove {
  cursor: pointer;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--remove.png);
  background-position: right 25px center;
  background-repeat: no-repeat;
}
.featherlight .featherlight-content .pricerequestInfo {
  max-width: 500px;
}
.featherlight .featherlight-content .pricerequestInfo span {
  font-size: 12px;
}
.featherlight .featherlight-content form {
  padding-left: 0px;
}
.featherlight .featherlight-content form h2.legend {
  margin-left: -25px;
  margin-right: -25px;
  padding: 5px 25px 5px 25px;
  font-size: 14px;
  margin-bottom: 20px;
}
.featherlight .featherlight-content form h2.legend p.required {
  float: right;
  margin: 0px;
  font-size: 10px;
  line-height: 21px;
}
.featherlight .featherlight-content form .g-recaptcha,
.featherlight .featherlight-content form .buttons-set,
.featherlight .featherlight-content form #pricerequest_hover_area .validation-advice {
  margin-left: 26%;
}
@media screen and (max-width: 369px) {
  .featherlight .featherlight-content form .g-recaptcha,
  .featherlight .featherlight-content form .buttons-set,
  .featherlight .featherlight-content form #pricerequest_hover_area .validation-advice {
    margin-left: 0%;
  }
}
#messages_product_view .pagerow__container {
  padding: 0px 5px;
}
#messages_product_view .pagerow__container li {
  list-style: none;
}
#messages_product_view .pagerow__container ul {
  padding-left: 0px;
}
#messages_product_view .pagerow__container .messages > li {
  color: red;
  border: 1px solid red;
  padding: 5px;
}
#messages_product_view .pagerow__container .messages > li.success-msg {
  color: green;
  border: 1px solid green;
}
#messages_product_view .pagerow__container .messages > li p {
  margin: 0px;
}
.loading-spinner {
  display: none;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
.pagerow .pagerow__container .pagerow__wrapper.offset {
  padding: 0;
}
.pagerow .pagerow__container .pagerow__wrapper.offset .pagerow__content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .pagerow .pagerow__container .pagerow__wrapper.offset .pagerow__content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1010px) {
  .pagerow .pagerow__container .pagerow__wrapper.offset .pagerow__content {
    float: left;
    width: 58.33333333%;
  }
}
.pagerow .pagerow__container .pagerow__wrapper.offset .pagerow__sidebar.content__big {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .pagerow .pagerow__container .pagerow__wrapper.offset .pagerow__sidebar.content__big {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1010px) {
  .pagerow .pagerow__container .pagerow__wrapper.offset .pagerow__sidebar.content__big {
    float: left;
    width: 41.66666667%;
  }
}
.ace_product-grid {
  -ms-flex-align: stretch;
      align-items: stretch;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column {
  min-height: 316px;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_title {
  font-weight: unset;
}
.catalog-product-view .ace_product-grid .ace_product-grid_column .ace_product-grid_highlight {
  padding-left: 5px;
  padding-right: 5px;
}
.add-to-cart-wrapper .price-info-wrapper {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.add-to-cart-wrapper .info-wrapper {
  font-size: 14px;
  color: #707070;
}
.add-to-cart-wrapper .info-wrapper .tax-info {
  padding-right: 40%;
}
.add-to-cart-wrapper .disabled-price {
  color: #cfcfcf;
}
.product-request-popup-button {
  width: 100%;
  background: none #19467d !important;
  padding: 0 !important;
}
.product-request-popup-button.disabled {
  background-color: #dedede;
}
.add-to-cart-wrapper-container {
  position: relative;
}
.add-to-cart-wrapper {
  margin-bottom: 0 !important;
}
.skin-fuchsia .button-main {
  background-color: #6ab7b6;
}
.skin-fuchsia .button-main:hover {
  color: white;
  text-decoration: none;
  background-color: #78bebd;
}
.skin-yellow .button-main {
  color: black;
  background-color: #f8ce00;
}
.skin-yellow .button-main:hover {
  text-decoration: none;
  background-color: #e4bd00;
}
.skin-green .button-main {
  background-color: #8dbc08;
}
.skin-green .button-main:hover {
  color: white;
  text-decoration: none;
  background-color: #9cd009;
}
.skin-red .button-main {
  background-color: #e13c25;
}
.skin-red .button-main:hover {
  text-decoration: none;
  background-color: #e34c37;
}
@media screen and (max-width: 1009px) {
  .pagerow .pagerow__container .pagerow__wrapper.offset .pagerow__sidebar.content__big {
    padding: 0 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pagerow .pagerow__container .pagerow__wrapper.offset .ace_product-grid {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .pagerow .pagerow__container .pagerow__wrapper.offset .ace_product-grid .ace_product-grid_column {
    width: 100%;
    margin: 0;
  }
  .pagerow .pagerow__container .pagerow__wrapper.offset .ace_product-grid .ace_product-grid_column.add-to-cart-wrapper-container {
    margin-top: 6px;
  }
  .pagerow .pagerow__container .pagerow__wrapper.offset .ace_product-grid .ace_product-grid_block--image {
    text-align: center;
  }
}
.product-price-request-container .ace_product-grid_title {
  padding: 0 10px;
}
.productaccessories__header__left {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding: 30px 0 0;
  margin-top: 0;
  z-index: 1;
}
.productaccessories__header__left h1 {
  margin-top: 19px;
  font-size: 32px;
  font-weight: normal;
}
.productaccessories__header__left p {
  width: 320px;
}
.ace-equipment-accessories-index .search-teaser--background,
.ace-equipment-accessories-productaccessories .search-teaser--background,
.ace-equipment-accessories-singleaccessory .search-teaser--background,
.ace-equipment-accessories-categories .search-teaser--background,
.accessory-category-page .search-teaser--background {
  box-shadow: none;
  background-color: transparent;
}
.ace-equipment-accessories-index .search-teaser--background .search-teaser,
.ace-equipment-accessories-productaccessories .search-teaser--background .search-teaser,
.ace-equipment-accessories-singleaccessory .search-teaser--background .search-teaser,
.ace-equipment-accessories-categories .search-teaser--background .search-teaser,
.accessory-category-page .search-teaser--background .search-teaser {
  box-shadow: none;
  border-right: none;
  border-left: none;
}
.ace-equipment-accessories-index .search-teaser--background .search-teaser .box--container,
.ace-equipment-accessories-productaccessories .search-teaser--background .search-teaser .box--container,
.ace-equipment-accessories-singleaccessory .search-teaser--background .search-teaser .box--container,
.ace-equipment-accessories-categories .search-teaser--background .search-teaser .box--container,
.accessory-category-page .search-teaser--background .search-teaser .box--container {
  margin: 0;
}
.ace-equipment-accessories-index .search-teaser--background .main-teaser,
.ace-equipment-accessories-productaccessories .search-teaser--background .main-teaser,
.ace-equipment-accessories-singleaccessory .search-teaser--background .main-teaser,
.ace-equipment-accessories-categories .search-teaser--background .main-teaser,
.accessory-category-page .search-teaser--background .main-teaser {
  overflow: unset;
}
.image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.image-wrapper img {
  max-width: 980px;
}
.image-wrapper p {
  margin: 0;
}
.product-title {
  margin: 0 0 15px 0;
  color: #19467d;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 0;
}
.ace-equipment-accessories-productaccessories .related--container .related--category p,
.accessory-category-page .related--container .related--category p {
  text-transform: uppercase;
  margin: 0;
  color: #19467d;
  font-size: 18px;
  font-weight: normal;
}
.ace-equipment-accessories-productaccessories .related--container .related--item,
.accessory-category-page .related--container .related--item {
  border: 1px solid #d3d3d3;
}
.ace-equipment-accessories-productaccessories .product-image-details,
.accessory-category-page .product-image-details {
  border-bottom: 0;
}
.ace-equipment-accessories-productaccessories .product-image-details .product-image-container,
.accessory-category-page .product-image-details .product-image-container {
  width: 100%;
}
.ace-equipment-accessories-singleaccessory .related--container .related--category {
  padding: 0;
  margin-top: 14px;
  margin-bottom: 10px;
}
.ace-equipment-accessories-singleaccessory .related--container .related--category p {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  line-height: 1.4;
}
.ace-equipment-accessories-singleaccessory .related--container .related--item-view {
  max-height: 240px;
}
.ace-equipment-accessories-singleaccessory .related--container .related--item-description {
  position: relative;
  grid-column: span 2;
}
.ace-equipment-accessories-singleaccessory .related--container .related--item-description .item-name {
  color: #19467d;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.ace-equipment-accessories-singleaccessory .related--container .related--item-description .item-paragraph {
  color: #707070;
}
@media screen and (max-width: 1009px) {
  .ace-equipment-accessories-singleaccessory .related--container .related--item-description {
    margin-left: 0px;
  }
}
.ace-equipment-accessories-singleaccessory .related--container .related--item {
  border: 1px solid #d3d3d3;
}
.ace-equipment-accessories-singleaccessory .related--container .horizontal-line {
  height: 1px;
  width: 100%;
  border-width: 0;
  background-color: #cfcfcf;
  margin-bottom: 10px;
  overflow: hidden;
}
.ace-equipment-accessories-singleaccessory .product-view h4,
.ace-equipment-accessories-singleaccessory .product-view .h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.ace-equipment-accessories-singleaccessory .product-image-details {
  border-bottom: 0;
}
.ace-equipment-accessories-singleaccessory .product-image-details .product-image-container {
  width: 100%;
}
.add-to-cart-wrapper {
  border-top: 1px solid #dfdfdf;
  padding: 10px 0 0;
  margin: 10px 0 0;
  position: relative;
}
.add-to-cart-wrapper form {
  font-size: inherit;
  padding: 0;
}
.add-to-cart-wrapper .price-info-wrapper {
  display: table;
  width: 100%;
}
.add-to-cart-wrapper .price-info-wrapper .price {
  font-weight: bold;
  font-size: 19px;
  display: table-cell;
  white-space: nowrap;
}
.price-info-wrapper .old-price.strike {
  text-decoration: line-through;
  font-size: 16px;
  padding-right: 5px;
}
.add-to-cart-wrapper .price-info-wrapper .info-wrapper {
  font-size: 11px;
  display: table-cell;
  color: #707070;
}
.add-to-cart-wrapper .price-info-wrapper .availability-info {
  margin-top: 5px;
}
.add-to-cart-wrapper .price-info-wrapper .availability-info.available {
  color: #0a0;
}
.add-to-cart-wrapper .price-info-wrapper .availability-info.not-available {
  color: #a00;
}
.add-to-cart {
  display: table;
  margin: 20px 0;
  width: 100%;
}
.add-to-cart .qty-wrapper {
  position: relative;
  display: table-cell;
  width: 25%;
}
.add-to-cart .qty-wrapper input {
  border-radius: 2px 0px 0px 2px;
  vertical-align: middle;
  background: #f1f2f2;
  font-size: inherit;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border: 0 none;
  height: auto;
  width: 100%;
}
.stepper-up {
  border-color: transparent transparent #707070 transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  position: absolute;
  cursor: pointer;
  height: 0;
  right: 5px;
  width: 0;
  top: 5px;
}
.stepper-up.disabled {
  border-color: transparent transparent #cfcfcf transparent;
  cursor: default;
}
.stepper-down {
  border-color: #707070 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  height: 0;
  right: 5px;
  width: 0;
}
.add-to-cart .add-wrapper {
  display: table-cell;
}
.add-to-cart .add-wrapper button {
  border-radius: 0px 2px 2px 0px;
  vertical-align: middle;
  text-decoration: none;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--cart.svg) right 15px center no-repeat #f18500;
  font-size: inherit;
  display: inline-block;
  padding: 5px 45px 5px 30px;
  border: 0 none;
  color: #fff;
  width: 100%;
}
#product-addtocart-button.disabled,
#gs-modal.disabled {
  background-color: #dedede;
}
.price-info-wrapper .old-price.strike {
  text-decoration: line-through;
  font-size: 16px;
  padding-right: 5px;
}
.price-info-wrapper .sale-price,
.price-info-wrapper .old-price {
  padding-right: 5px;
}
.price-info-wrapper .sale-price .prefix,
.price-info-wrapper .old-price .prefix {
  font-size: 16px;
}
#price-unavailable {
  display: none;
}
.featherlight-content #price-unavailable {
  display: block;
}
.ajax-loader {
  display: none;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
.product-request-popup-button {
  width: 100%;
  background: none #19467d !important;
  padding: 1rem 0;
}
.product-request-popup-button.disabled {
  background-color: #dedede;
}
.catalog-category-view #mainContent,
.catalog-product-view #mainContent {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.catalog-category-view #mainContent h1,
.catalog-product-view #mainContent h1,
.catalog-category-view #mainContent .hl1,
.catalog-product-view #mainContent .hl1,
.catalog-category-view #mainContent h2,
.catalog-product-view #mainContent h2,
.catalog-category-view #mainContent .hl2,
.catalog-product-view #mainContent .hl2,
.catalog-category-view #mainContent h3,
.catalog-product-view #mainContent h3,
.catalog-category-view #mainContent .hl3,
.catalog-product-view #mainContent .hl3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.catalog-category-view #mainContent h1,
.catalog-product-view #mainContent h1,
.catalog-category-view #mainContent .hl1,
.catalog-product-view #mainContent .hl1,
.catalog-category-view #mainContent h2,
.catalog-product-view #mainContent h2,
.catalog-category-view #mainContent .hl2,
.catalog-product-view #mainContent .hl2,
.catalog-category-view #mainContent h3,
.catalog-product-view #mainContent h3,
.catalog-category-view #mainContent .hl3,
.catalog-product-view #mainContent .hl3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.catalog-category-view #mainContent h1,
.catalog-product-view #mainContent h1,
.catalog-category-view #mainContent h2,
.catalog-product-view #mainContent h2,
.catalog-category-view #mainContent h3,
.catalog-product-view #mainContent h3,
.catalog-category-view #mainContent .hl1,
.catalog-product-view #mainContent .hl1,
.catalog-category-view #mainContent .hl2,
.catalog-product-view #mainContent .hl2,
.catalog-category-view #mainContent .hl3,
.catalog-product-view #mainContent .hl3 {
  font-weight: bold;
  line-height: 1.4;
}
.catalog-category-view #mainContent h4,
.catalog-product-view #mainContent h4,
.catalog-category-view #mainContent .h4,
.catalog-product-view #mainContent .h4,
.catalog-category-view #mainContent h5,
.catalog-product-view #mainContent h5,
.catalog-category-view #mainContent .h5,
.catalog-product-view #mainContent .h5,
.catalog-category-view #mainContent h6,
.catalog-product-view #mainContent h6,
.catalog-category-view #mainContent .h6,
.catalog-product-view #mainContent .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: inherit;
  color: inherit;
}
.catalog-category-view #mainContent h1,
.catalog-product-view #mainContent h1,
.catalog-category-view #mainContent .hl1,
.catalog-product-view #mainContent .hl1 {
  color: #19467d;
  font-size: 19px;
}
.catalog-category-view #mainContent h2,
.catalog-product-view #mainContent h2,
.catalog-category-view #mainContent .hl2,
.catalog-product-view #mainContent .hl2 {
  color: #707070;
  font-size: 19px;
}
.catalog-category-view #mainContent h1 + h2,
.catalog-product-view #mainContent h1 + h2,
.catalog-category-view #mainContent .hl1 + .hl2,
.catalog-product-view #mainContent .hl1 + .hl2 {
  margin-top: -0.5em;
}
.catalog-category-view #mainContent h6,
.catalog-product-view #mainContent h6,
.catalog-category-view #mainContent .h6,
.catalog-product-view #mainContent .h6 {
  font-size: 14px;
}
.catalog-category-view #mainContent h5,
.catalog-product-view #mainContent h5,
.catalog-category-view #mainContent .h5,
.catalog-product-view #mainContent .h5 {
  font-size: 14px;
}
.catalog-category-view #mainContent h4,
.catalog-product-view #mainContent h4,
.catalog-category-view #mainContent .h4,
.catalog-product-view #mainContent .h4 {
  font-size: 14px;
}
.catalog-category-view #mainContent h3,
.catalog-product-view #mainContent h3,
.catalog-category-view #mainContent .h3,
.catalog-product-view #mainContent .h3 {
  font-size: 14px;
}
.catalog-category-view #mainContent .product-descriptions .product-dimension h4,
.catalog-product-view #mainContent .product-descriptions .product-dimension h4,
.catalog-category-view #mainContent .pagerow__content table td h4,
.catalog-product-view #mainContent .pagerow__content table td h4 {
  font-size: 12px;
}
.product-request-popup {
  position: fixed !important;
  background: none !important;
}
.product-request-popup.product-request-popup-content {
  z-index: 50;
  padding: 4rem 0;
  background: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: none !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: auto;
}
.product-request-popup.product-request-popup-content #gas-spring-configurator-app > div.mb-3 .well {
  color: #fff;
}
.product-request-popup.product-request-popup-content .card {
  max-height: 100%;
}
@media (max-width: 767px) {
  .product-request-popup .product-request-footer .product-name {
    white-space: nowrap;
  }
  .product-request-popup .row {
    margin-left: 0;
    margin-right: 0;
  }
  .product-request-popup .row > div {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .product-request-popup .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.product-request-popup .popup-btn-container .btn-popup-close {
  margin: 0;
  font-size: 3.5rem;
  z-index: 99999;
  color: #9c1006;
  right: 1rem;
  position: absolute;
}
.js-product-request-popup-shown {
  overflow: hidden !important;
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */
}
.js-product-request-popup-shown > *:not(.product-request-popup) {
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
@keyframes appear-down {
  0% {
    margin-top: -50%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.js-product-request-popup-shown .product-request-popup-content {
  -webkit-animation-name: appear-down;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.33s;
  /* Safari 4.0 - 8.0 */
  animation-name: appear-down;
  animation-duration: 0.33s;
}
.js-product-request-popup-shown .product-request-popup-content + div {
  filter: none;
  z-index: 51;
}
.js-product-request-popup-shown div[aria-hidden="true"] + div {
  filter: none;
}
.js-product-request-popup-shown div[style*="z-index: 2147483647;"] {
  filter: none;
}
.js-product-request-popup-shown .card {
  -ms-flex: none !important;
      flex: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0;
}
.js-product-request-popup-shown .card.card--shadowed {
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.2);
}
.js-product-request-popup-shown .card.card--no-border {
  border-width: 0;
}
.js-product-request-popup-shown .form-control {
  border-color: #f1f1f1;
  background: #f1f1f1;
  min-width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 26px;
  border-radius: 3px;
  margin: auto 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.js-product-request-popup-shown .popup-content {
  padding: 50px;
  padding-top: 0;
  padding-bottom: 35px;
  background-color: #fff;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.4);
}
.js-product-request-popup-shown .product-request-title h1 {
  font-weight: unset;
  margin-top: 20px !important;
}
.js-product-request-popup-shown .product-request-description {
  color: #19467d;
  font-size: 13px;
}
.js-product-request-popup-shown .form-row {
  padding-top: 13px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.js-product-request-popup-shown .form-row div {
  padding: 0;
}
.js-product-request-popup-shown .form-row label {
  font-size: 12px;
}
.js-product-request-popup-shown .product-request-configurator-name {
  margin-top: 7px;
  font-size: 13px;
}
.js-product-request-popup-shown .product-request-head {
  padding-top: 5px;
}
.js-product-request-popup-shown form#product-request-form {
  padding: 0;
  padding-top: 10px;
}
.js-product-request-popup-shown form#product-request-form label {
  margin: 0;
  width: auto;
  text-transform: uppercase;
}
.js-product-request-popup-shown form#product-request-form .validation-advice {
  margin-bottom: -5px;
  padding-top: 5px;
}
.js-product-request-popup-shown .product-request-footer {
  padding-top: 5px;
}
.js-product-request-popup-shown .product-request-footer div {
  padding: 0;
}
.js-product-request-popup-shown .product-request-footer .row {
  display: block;
  margin: 0;
}
.js-product-request-popup-shown .product-request-footer input.qty {
  margin-right: 10px;
}
.js-product-request-popup-shown .product-request-footer .product-name {
  font-weight: bold;
  font-size: 14px;
  color: #19467d;
}
.js-product-request-popup-shown .price-info {
  margin-top: 1rem;
}
.js-product-request-popup-shown .price-info .price-info-wrapper {
  font-weight: bold;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 3px;
  margin: 0 20px;
}
.js-product-request-popup-shown .price-info .price-info-wrapper .price {
  font-size: 14px !important;
}
.js-product-request-popup-shown .price-info .info-wrapper {
  color: #707070;
  font-size: 13px;
  padding-top: 3px;
  margin: 0 20px;
}
.js-product-request-popup-shown .qty-wrapper {
  margin-top: 1rem;
}
.js-product-request-popup-shown .qty-wrapper .qty {
  padding-right: 0;
  border-radius: 3px;
}
.js-product-request-popup-shown .qty-wrapper #qty-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.js-product-request-popup-shown .submit {
  margin-top: 1rem;
}
.js-product-request-popup-shown .submit #product-request-submit-button {
  width: 100%;
}
.js-product-request-popup-shown .submit #product-request-submit-button:disabled {
  background-color: #dedede;
}
.js-product-request-popup-shown .pointer {
  cursor: pointer;
}
.js-product-request-popup-shown #request-completion .completion-title h1 {
  margin-top: 20px !important;
  padding-top: 5px;
  font-weight: unset;
  color: black;
}
.js-product-request-popup-shown #request-completion .submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 30px;
}
.js-product-request-popup-shown .validation-failed {
  box-shadow: 0 0 0 0.15rem red;
}
@media (max-width: 1199px) {
  .js-product-request-popup-shown .form-row {
    display: block;
  }
  .js-product-request-popup-shown .price-info {
    margin-top: 0rem;
  }
  .js-product-request-popup-shown .price-info .price-info-wrapper {
    margin: 0;
  }
  .js-product-request-popup-shown .price-info .info-wrapper {
    margin: 0;
  }
  .js-product-request-popup-shown .product-request-configurator-name {
    margin-top: 20px;
  }
}
@media (min-width: 1010px) {
  .js-product-request-popup-shown .product-request-popup .card {
    min-width: 640px;
  }
}
@media (min-width: 1200px) {
  .js-product-request-popup-shown .product-request-popup .card {
    width: 640px;
  }
}
.solrtextsearch .box {
  border-width: 1px 0 0 0;
  outline: none;
}
.solrtextsearch .solrtextsearch-header h1 {
  margin-top: 47px;
  padding-left: 24px;
}
.solrtextsearch .wrapper--pager {
  width: 100%;
  clear: both;
  text-align: center;
}
.solrtextsearch .wrapper--pager.pager-footer {
  padding: 30px 0 0 0;
}
.solrtextsearch .wrapper--pager.pager-header {
  position: absolute;
  bottom: 0;
}
.solrtextsearch .wrapper--pager .pager {
  clear: both;
  display: inline-block;
  margin: 0 auto;
  height: 30px;
}
.solrtextsearch .wrapper--pager .pager a {
  color: #000000;
  padding: 3px 8px;
  font-weight: bold;
  display: inline-block;
}
.solrtextsearch .wrapper--pager .pager a:hover,
.solrtextsearch .wrapper--pager .pager a:active,
.solrtextsearch .wrapper--pager .pager a:visited {
  text-decoration: none;
}
.solrtextsearch .wrapper--pager .pager a.pager--paging {
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--search-pager.png');
  width: 16px;
  height: 27px;
  color: transparent;
  margin: 0 15px;
}
.solrtextsearch .wrapper--pager .pager a.pager--paging.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.solrtextsearch .wrapper--pager .pager a.pager--paging.next {
  background-position: -16px 0;
}
.solrtextsearch .wrapper--pager .pager a.active {
  color: #19467d;
  background-color: #dddddd;
  border-radius: 3px;
}
.solrtextsearch .solrtextsearch-inputs {
  padding: 0;
  position: absolute;
  bottom: 98px;
}
.solrtextsearch .solrtextsearch-inputs #search_form {
  position: relative;
}
.solrtextsearch .solrtextsearch-inputs #search_form input#search {
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 367px;
  min-width: initial;
}
.solrtextsearch .solrtextsearch-inputs #search_form button.solrtextsearch__search__submit {
  background: transparent url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--magnify.png') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 377px;
  top: 6px;
}
.solrtextsearch .solrtextsearch-inputs #search_form span.did-you-mean {
  color: #be0418;
  font-style: italic;
  margin-left: 20px;
}
.solrtextsearch .solrtextsearch-inputs #search_form span.did-you-mean a {
  color: #be0418;
  text-transform: capitalize;
}
.solrtextsearch .solrtextsearch-pagination {
  width: 100%;
  height: 68px;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
}
.solrtextsearch .solrtextsearch-pagination .split--half {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .solrtextsearch .solrtextsearch-pagination .split--half {
    float: left;
    width: 50%;
  }
}
.solrtextsearch .solrtextsearch-pagination .split--half h4 {
  font-size: 1.1em;
  margin-left: 9px;
}
.solrtextsearch .solrtextsearch-pagination .split--half h4 span.results {
  font-weight: normal;
  margin-left: 20px;
  color: #707070;
  font-size: 0.8em;
}
.solrtextsearch .solrtextsearch-pagination .split--half .per-page {
  text-align: right;
}
.solrtextsearch .solrtextsearch-pagination .split--half .per-page a {
  color: #000000;
}
.solrtextsearch .solrtextsearch-pagination .split--half .per-page a.active,
.solrtextsearch .solrtextsearch-pagination .split--half .per-page a:hover {
  color: #19467d;
}
.solrtextsearch .no-results {
  padding-left: 35px;
}
.solrtextsearch #result-list {
  margin: 0;
  padding: 0 0 0 32px;
  list-style: disc outside url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--circle.svg');
}
.solrtextsearch #result-list .result-list-item {
  padding-left: 8px;
  margin-bottom: 20px;
}
.solrtextsearch #result-list .result-list-item .info {
  display: none;
  visibility: hidden;
}
.solrtextsearch #result-list .result-list-item .title {
  font-weight: bold;
}
.solrtextsearch #result-list .result-list-item .text {
  /* based on the design the font should be smaller */
  /* font-size: 0.9em;*/
}
.solrtextsearch #result-list .result-list-item .text strong {
  background-color: #fff15f;
  font-weight: normal;
}
.solrtextsearch #result-list .result-list-item .title strong {
  background-color: #fff15f;
}
.solrtextsearch #result-list .result-list-item .breadcrumb {
  font-size: 0.9em;
  color: #888888;
}
/**
* General account settings
**/
.customer-account-login .form-list,
.customer-account-forgotpassword .form-list {
  list-style-type: none;
}
.customer-account-login .form-list > li::before,
.customer-account-forgotpassword .form-list > li::before {
  content: none;
}
.customer-account-login .form-list li,
.customer-account-forgotpassword .form-list li {
  margin-bottom: 15px;
  overflow: hidden;
}
.customer-account-login .fields:before,
.customer-account-forgotpassword .fields:before {
  display: none;
}
.customer-account-login .field,
.customer-account-forgotpassword .field,
.customer-account-login .wide,
.customer-account-forgotpassword .wide {
  margin-left: -15px;
  margin-right: -15px;
}
.customer-account-login .content,
.customer-account-forgotpassword .content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .customer-account-login .content,
  .customer-account-forgotpassword .content {
    float: left;
    width: 100%;
  }
}
.customer-account-login form {
  padding: 0;
}
.customer-account-login .col2-set {
  overflow: hidden;
}
.customer-account-login .col2-set .col-1,
.customer-account-login .col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    float: left;
    width: 50%;
  }
}
.customer-account-login .col2-set .col-1 {
  padding-left: 0;
}
.customer-account-login .col2-set .col-1 .content {
  padding-left: 0;
}
.customer-account-login .col2-set .col-2 {
  border-left: 1px solid #dfdfdf;
}
.customer-account-login .buttons-set > * {
  margin-right: 40px;
}
#login-register-modal .benefit--check {
  border-radius: 2px;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--benefits.png) center no-repeat #fff;
  display: inline-block;
  margin: 0 15px 0 0;
  height: 15px;
  width: 15px;
}
.my-account .pager {
  padding-left: 40px;
}
.my-account .back-link {
  font-size: 14px;
}
.my-account .data-table-outer {
  padding-left: 40px;
  width: 100%;
  margin-top: 1rem;
}
.my-account .order-date {
  margin: 0;
  margin-left: 20px;
}
.my-account .box-account.box-recent {
  margin-bottom: 40px;
}
.my-account #my-orders-table {
  width: 100%;
  margin: 2rem auto;
}
.my-account #my-orders-table thead th {
  padding-bottom: 4px;
}
.my-account #my-orders-table tbody {
  font-size: 13px;
}
.my-account #my-orders-table tbody .recent-order-status > em {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-account .order-items.order-details .data-table-outer {
  padding-left: 40px;
}
.my-account .order-items.order-details .data-table-outer #my-orders-table tbody .first-col {
  font-size: 10px;
}
.my-account .order-items.order-details .data-table-outer #my-orders-table tbody .first-col .product-name {
  font-size: 16px;
  margin-top: 15px;
}
.my-account .order-items.order-details .data-table-outer #my-orders-table tbody .a-right.last {
  padding-right: 6px;
}
.my-account .order-items.order-details .data-table-outer #my-orders-table tfoot tr {
  font-size: 13px;
}
.my-account .order-items.order-details .data-table-outer #my-orders-table tfoot tr td {
  padding: 2px 0;
}
.my-account .order-items.order-details .data-table-outer #my-orders-table tfoot .subtotal.first {
  margin-top: 3px;
}
.my-account form .fieldset.news-subscription li.control {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .hide-sm {
    display: none;
  }
  .my-account .data-table-outer {
    padding-left: 0;
  }
  .my-account .box-account.box-recent {
    margin-bottom: 0;
  }
  .my-account form .fieldset.news-subscription li.control {
    padding-left: 0;
  }
  .my-account .order-items.order-details .data-table-outer,
  .my-account .order-items.order-details .table-caption,
  .my-account .order-items.order-details .buttons-set {
    padding-left: 0 !important;
  }
  .my-account .order-items.order-details .data-table-outer #my-orders-table tbody .first-col .product-name {
    font-size: 14px;
  }
  .my-account .buttons-set {
    padding-left: 0 !important;
  }
  .customer--content .welcome-msg,
  .page-print .welcome-msg,
  .customer--content .page-title,
  .page-print .page-title,
  .customer--content .col2-set .col-1,
  .page-print .col2-set .col-1,
  .customer--content .col2-set .col-2,
  .page-print .col2-set .col-2,
  .customer--content .col2-set .box .box-title,
  .page-print .col2-set .box .box-title {
    padding-left: 0;
  }
  .customer--content .my-account .order-date {
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 1010px) {
  .hide-sm {
    display: none;
  }
}
.my-account .material-input-container .tip {
  position: absolute;
  right: 0;
}
.my-account .material-input-container select {
  overflow-y: hidden;
}
.my-account .manage-sub-accounts .pager {
  padding-top: 20px;
  padding-left: 40px;
}
.my-account .manage-sub-accounts .block-manage {
  padding-left: 40px;
}
.my-account .manage-sub-accounts .block-manage .block-add-user {
  width: 40%;
  float: left;
  margin-bottom: 20px;
}
.my-account .manage-sub-accounts .block-manage .block-mini-search {
  width: 40%;
  float: right;
  margin-bottom: 20px;
}
.my-account .manage-sub-accounts .block-manage .pager {
  clear: both;
  margin: 10px 0;
  padding-left: 0;
}
.my-account .manage-sub-accounts .no-subaccounts-found {
  font-size: 14px;
  font-weight: bold;
  padding: 40px 0;
  clear: both;
  text-align: center;
}
.my-account .manage-sub-accounts #manage-users-table {
  clear: both;
  width: 100%;
}
.my-account .manage-sub-accounts #manage-users-table thead th {
  padding-bottom: 4px;
}
.my-account .manage-sub-accounts #manage-users-table td {
  padding: 0.5rem 0.75rem;
}
.my-account .manage-sub-accounts #manage-users-table .permissions-list {
  list-style-type: none;
  margin: 0;
}
.my-account .manage-sub-accounts #manage-users-table .permissions-list li {
  margin: 0;
  padding-left: 20px;
}
.my-account .manage-sub-accounts #manage-users-table .permissions-list li.not-available {
  display: none;
}
.my-account li.change-password-checkbox {
  padding-left: 1.5rem;
  clear: both;
}
@media (max-width: 767px) {
  .my-account .manage-sub-accounts .pager {
    padding-top: 20px;
    padding-left: 0;
  }
  .my-account .manage-sub-accounts .block-manage {
    padding-left: 0;
  }
  .my-account .manage-sub-accounts .block-add-user,
  .my-account .manage-sub-accounts .block-mini-search {
    width: 100% !important;
  }
  .my-account li.change-password-checkbox {
    padding-left: 0;
  }
}
.customer__links li a {
  color: #707070;
}
.customer__links li:first-child::after {
  content: '';
  margin-left: 0;
}
@media screen and (max-width: 1009px) {
  .mobile-navigation {
    right: 75px;
  }
}
@media screen and (min-width: 1009px) {
  .topmenu__list {
    margin: 0 0 0 113px;
  }
}
.topmenu__cart {
  text-decoration: none;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_shopping-cart-01_grey-middle.svg) center / 64% no-repeat;
  position: absolute;
  height: 35px;
  width: 35px;
  right: -5px;
  top: -6px;
}
.topmenu__cart.has-items {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_shopping-cart-01_blue-main.svg) center / 64% no-repeat;
}
#customerLink {
  cursor: pointer;
}
#customerLink #customerLinks {
  position: absolute;
  text-align: left;
  top: 35px;
  z-index: 10;
  padding: 10px 0;
  width: 120px;
  right: -120%;
  background-color: #f7f7f7;
  border-bottom: 5px solid #19467d;
  background-color: white;
}
#customerLink #customerLinks ul {
  list-style-type: none;
  margin: 0;
  margin-left: 1px;
  padding: 0;
}
#customerLink #customerLinks ul li a {
  font-size: 12px;
  padding: 4px 15px;
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  display: block;
}
#customerLink #customerLinks ul li.active a,
#customerLink #customerLinks ul li.selected a,
#customerLink #customerLinks ul li a:hover,
#customerLink #customerLinks ul li a.selected,
#customerLink #customerLinks ul li a.active {
  color: #19467d;
  background-color: #ffffff;
  text-decoration: none;
}
#customerLink #customerLinks.showCustomerLinks {
  display: block;
}
#customerLink #customerLinks.hideCustomerLinks {
  display: none;
}
.topmenu__user {
  height: 35px;
  width: 35px;
  right: 37px;
  position: absolute;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/ace_icon_user-account-01_blue-main.svg) center / 64% no-repeat;
  top: -6px;
}
.topmenu__cart__itemscount {
  color: #707070;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  min-width: 20px;
  position: absolute;
  padding: 0 5px;
  height: 20px;
  left: 10px;
  top: -13px;
  font-weight: bold;
}
.topmenu__cart__itemscount.has-items {
  color: #f18500;
}
.category--slider {
  margin: 0;
  overflow: hidden;
  padding: 0;
  top: 0;
}
.category--slider-search {
  z-index: 2;
  opacity: 0.8;
  background-color: #19467d;
  position: absolute;
  width: 550px;
  height: 85px;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px;
}
.category--slider-search--form-wrapper {
  display: inline-block;
  width: 100%;
  line-height: 85px;
}
.category--slider-search--form-param {
  vertical-align: middle;
  min-width: 33% !important;
  width: 48%;
  height: 3.4rem !important;
}
.category--slider-search--form-submit {
  height: 3.4rem;
  background-color: #707070;
  border-color: #707070;
  width: 34%;
  margin-left: 1rem;
}
.category--slider-search-triangle {
  position: absolute;
  left: -20px;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 77px 20px;
  border-color: transparent transparent #19467d transparent;
}
@media (max-width: 767px) {
  .category--slider-search {
    width: 100%;
    height: 8rem;
    margin: 0;
    border-top-left-radius: unset;
    position: relative;
  }
  .category--slider-search #search_slider_form {
    padding: 0 1rem;
  }
  .category--slider-search--form-wrapper {
    line-height: 4rem;
  }
  .category--slider-search--form-param {
    width: 100%;
  }
  .category--slider-search--form-submit {
    width: 100%;
    margin-left: unset;
  }
  .category--slider-search-triangle {
    display: none;
  }
}
.category--slider ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
  height: 100%;
  overflow: hidden;
}
.category--slider ul li {
  transform: translateZ(0);
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
.category--slider ul li > a,
.category--slider ul li > div {
  display: block;
  text-align: center;
  outline: none;
}
.category--slider ul li > a img {
  border: none;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.category--slider ul li span {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
}
.category--slider nav span {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  background: #47a3da;
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin-top: -50px;
  line-height: 100px;
  cursor: pointer;
  font-weight: normal;
}
.category--slider .slider-links {
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  font-size: 11px;
  padding-left: 20%;
}
@media (max-width: 767px) {
  .category--slider .slider-links {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .category--slider .slider-links {
    display: none !important;
  }
}
.category--slider .slider-links a {
  color: #707070;
  padding: 10px 20px;
}
.category--slider .pagerow-slider {
  background-color: inherit;
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .category--slider .pagerow-slider {
    display: none !important;
  }
}
.category--slider .pagerow-slider .pager {
  top: 95px;
}
@media (max-width: 1009px) {
  .category--slider .pagerow-slider .pager {
    top: 65px;
  }
}
.category--slider .category--slider-dots {
  position: unset;
  bottom: 0px;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  background: #f7f7f7;
  padding: 10px 20px;
  line-height: 10px;
}
.category--slider .category--slider-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  margin: 2px;
  border-radius: 50%;
  cursor: pointer;
}
.category--slider .category--slider-dots span:hover {
  background: #19467d;
}
.category--slider .category--slider-dots span.category--slider-current {
  background: #19467d;
}
.propositions-overlay {
  position: absolute;
  right: 130px;
  top: 40%;
  z-index: 1;
  transform: translate(0, -50%);
}
.propositions-overlay .proposition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.propositions-overlay .proposition.with-background {
  background-color: rgba(255, 255, 255, 0.75);
}
.propositions-overlay .proposition a {
  margin-right: 14px;
  color: #19467d;
}
.propositions-overlay .proposition:last-child {
  margin-bottom: 0px;
}
.propositions-overlay .circle {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #19467d;
  margin-right: 14px;
}
.propositions-overlay .circle.new {
  background-color: #f18500;
}
.propositions-overlay .circle.old {
  background-color: #19467d;
}
@media (max-width: 1009px) {
  .propositions-overlay {
    position: static;
    transform: unset;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .propositions-overlay .proposition {
    border-radius: 0px;
  }
}
.products-overview {
  height: 100% !important;
  min-height: 100% !important;
  padding-left: 0!important;
}
.products-overview ul {
  height: 100%;
}
.products-overview p {
  visibility: hidden;
  display: none;
}
.products-overview .category--slider ul li:nth-child(1) span {
  background-color: #6ab7b6;
}
.products-overview .category--slider ul li:nth-child(2) span {
  background-color: #f8ce00;
}
.products-overview .category--slider ul li:nth-child(3) span {
  background-color: #8dbc08;
}
.products-overview .category--slider ul li:nth-child(4) span {
  background-color: #e13c25;
}
.products-overview .category--slider .category--slider-dots {
  margin-bottom: 5px;
}
.products-overview .category--slider .category--slider-dots span:nth-child(1).category--slider-current {
  background: #6ab7b6;
}
.products-overview .category--slider .category--slider-dots span:nth-child(1):hover {
  background-color: #6ab7b6;
}
.products-overview .category--slider .category--slider-dots span:nth-child(2).category--slider-current {
  background: #f8ce00;
}
.products-overview .category--slider .category--slider-dots span:nth-child(2):hover {
  background-color: #f8ce00;
}
.products-overview .category--slider .category--slider-dots span:nth-child(3).category--slider-current {
  background: #8dbc08;
}
.products-overview .category--slider .category--slider-dots span:nth-child(3):hover {
  background-color: #8dbc08;
}
.products-overview .category--slider .category--slider-dots span:nth-child(4).category--slider-current {
  background: #e13c25;
}
.products-overview .category--slider .category--slider-dots span:nth-child(4):hover {
  background-color: #e13c25;
}
.ace_de_new_skin .category--slider-dots span:hover {
  background: #f18500 !important;
}
.ace_de_new_skin .category--slider-current {
  background: #f18500 !important;
}
@media (min-width: 767px) {
  .ace_de_new_skin .category--slider-dots {
    position: absolute;
    bottom: 0;
    background: none;
    padding-left: 0.65%;
    padding-bottom: 2%;
    z-index: 1;
  }
  .ace_de_new_skin .category--slider-dots span {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border: #dfdfdf solid 1px;
  }
  .ace_de_new_skin .category--slider-dots span:hover {
    border: unset;
  }
  .ace_de_new_skin .category--slider-current {
    border: unset !important;
  }
  .ace_de_new_skin .category--slider .pagerow-slider {
    display: none;
  }
}
.ace_de_new_skin.calculations .category--slider-dots span:hover {
  background: #19467d !important;
}
.ace_de_new_skin.calculations .category--slider-current {
  background: #19467d !important;
}
.ace_de_new_skin.products .category--slider-dots span {
  border: #19467d solid 1px !important;
}
.ace_de_new_skin.products .category--slider-dots span.category--slider-current {
  background: #19467d !important;
}
.ace_de_new_skin.products .category--slider-dots span:hover {
  background-color: #19467d !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(1) {
  border: #6ab7b6 solid 1px !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(1).category--slider-current {
  background: #6ab7b6 !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(1):hover {
  background-color: #6ab7b6 !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(2) {
  border: #f8ce00 solid 1px !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(2).category--slider-current {
  background: #f8ce00 !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(2):hover {
  background-color: #f8ce00 !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(3) {
  border: #8dbc08 solid 1px !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(3).category--slider-current {
  background: #8dbc08 !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(3):hover {
  background-color: #8dbc08 !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(4) {
  border: #e13c25 solid 1px !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(4).category--slider-current {
  background: #e13c25 !important;
}
.ace_de_new_skin.products .category--slider-dots span:nth-child(4):hover {
  background-color: #e13c25 !important;
}
/* Element definition */
#checkout-review-table-wrapper {
  overflow-x: auto;
  border: 0 none !important;
}
.cart .totals {
  text-align: right;
}
#shopping-cart-table {
  width: 100%;
  font-size: 12px;
}
#shopping-cart-table thead {
  background: #dadada;
}
#shopping-cart-table th,
#shopping-cart-table td {
  padding: 10px 0;
}
@media (max-width: 619px) {
  #shopping-cart-table th,
  #shopping-cart-table td {
    padding: 10px 5px;
    width: unset;
  }
}
@media (max-width: 469px) {
  #shopping-cart-table th,
  #shopping-cart-table td {
    padding: 10px 0;
    width: unset;
  }
}
#shopping-cart-table th span,
#shopping-cart-table td span {
  white-space: nowrap;
}
#shopping-cart-table tbody tr {
  border: 0 none;
  border-bottom: 1px solid #a6a6a6;
}
#shopping-cart-table tbody tr.last {
  border-bottom: 0 none;
}
#shopping-cart-table tfoot tr:nth-child(2) {
  border-top: 1px solid #333;
}
#shopping-cart-table tfoot tr.last {
  background: #f2f2f2;
}
#shopping-cart-table tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
#shopping-cart-table .base-category-name {
  font-size: 11px;
}
#shopping-cart-table .product-name a {
  text-decoration: none;
}
#shopping-cart-table .product-availability {
  font-size: 11px;
}
#shopping-cart-table .product-availability .available {
  color: #0a0;
}
#shopping-cart-table .product-availability .not-available {
  color: #a00;
}
#shopping-cart-table .product-returnable {
  font-size: 11px;
  color: #a71919;
}
#shopping-cart-table .product-image-link {
  margin-right: 20px;
  margin-top: 20px;
  float: left;
}
#shopping-cart-table .btn-remove {
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--remove.svg') center no-repeat transparent;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
#checkout-review-table {
  width: 100%;
  font-size: 12px;
}
#checkout-review-table thead {
  background: #dadada;
}
#checkout-review-table .product-cart-qty {
  width: 30%;
}
#checkout-review-table .product-cart-subtotal {
  width: 20%;
}
#checkout-review-table th,
#checkout-review-table td {
  padding: 10px;
}
@media (max-width: 619px) {
  #checkout-review-table th,
  #checkout-review-table td {
    padding: 10px 5px;
    width: unset;
  }
}
@media (max-width: 469px) {
  #checkout-review-table th,
  #checkout-review-table td {
    padding: 10px 0;
    width: unset;
  }
}
#checkout-review-table tbody tr {
  border: 0 none;
  border-bottom: 1px solid #a6a6a6;
}
#checkout-review-table tbody tr.last {
  border-bottom: 0 none;
}
#checkout-review-table tfoot tr:nth-child(2) {
  border-top: 1px solid #333;
}
#checkout-review-table tfoot tr.last {
  background: #f2f2f2;
}
#checkout-review-table tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
#checkout-review-table .base-category-name {
  font-size: 11px;
}
#checkout-review-table .product-name a {
  text-decoration: none;
}
#checkout-review-table .product-availability {
  font-size: 11px;
}
#checkout-review-table .product-availability .available {
  color: #0a0;
}
#checkout-review-table .product-availability .not-available {
  color: #a00;
}
#checkout-review-table .product-returnable {
  font-size: 11px;
  color: #a71919;
}
#checkout-review-table .product-image-link {
  margin-right: 20px;
  margin-top: 20px;
  float: left;
}
.product-cart-image {
  width: 10%;
}
.product-cart-info {
  width: 34%;
}
.product-cart-qty {
  width: 10%;
}
.product-cart-edit {
  width: 15%;
}
.product-cart-price {
  width: 10%;
}
.product-cart-subtotal {
  width: 15%;
}
.product-cart-remove {
  width: 5%;
}
.a-left {
  text-align: left;
}
.a-left-important {
  text-align: left !important;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.a-top {
  vertical-align: top;
}
ul.checkout-types {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}
.btn-checkout {
  display: block;
  width: 100%;
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-right.svg') right 25px center no-repeat #f18500;
  padding: 10px 50px;
}
.btn-inquiry {
  display: block;
  width: 100%;
  background: #19467d;
  border-color: #19467d;
  padding: 10px;
}
.btn-checkout.disabled {
  background-color: #DEDEDE;
  border-color: #dedede;
}
.btn-print {
  background: #fff;
  border-color: #19467d;
  color: #19467d;
  padding: 10px;
}
.btn-print-xs {
  padding: 2px 25px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-back {
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-left.svg') 25px center no-repeat #19467d;
  border-color: #19467d;
  padding: 10px 50px;
}
p.b2b-only-info {
  margin: 20px 0 0;
  font-size: 11px;
  color: #707070;
}
.header-checkout .logo {
  min-height: 150px;
  background-color: #19467D;
  border-bottom: 5px solid #f18500;
  position: static;
  width: 100%;
  padding-left: 30px;
}
.header-checkout .logo h1 {
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-size: 22px;
}
.header-checkout .logo h2 {
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-size: 19px;
}
.header-checkout .logo-link {
  display: block;
  text-align: right;
  padding: 15px 15px 0;
}
.header-checkout .logo-link-image {
  width: 120px;
  height: 60px;
}
.header-checkout .navigation {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
.header-checkout .navigation ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.header-checkout .navigation ul li {
  width: 100%;
  border-bottom: 0 none;
  border-left: 20px solid #a6a6a6;
  background: #fff;
  text-align: left;
  font-size: 12px;
  display: block;
  padding: 5px 0 5px 10px;
  height: auto;
  color: #a6a6a6;
}
.header-checkout .navigation ul li a {
  text-decoration: none;
  color: #000;
}
.header-checkout .navigation ul li.complete {
  border-color: #f18500;
  color: #000;
}
.header-checkout .navigation ul li.active {
  border-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .header-checkout .navigation {
    box-shadow: none;
    padding-top: 10px;
    margin-top: 0;
    height: 40px;
  }
  .header-checkout .navigation ul {
    display: table;
    height: 30px;
  }
  .header-checkout .navigation ul li {
    width: 25%;
    border-bottom: 5px solid #a6a6a6;
    border-left: 0 none;
    text-align: center;
    background: transparent;
    display: table-cell;
    padding: 0;
    height: 30px;
  }
}
@media print {
  .logo {
    min-height: auto !important;
    height: 40px;
    text-align: right;
  }
  .logo h1 {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: auto !important;
  }
  .logo .logo-link {
    display: inline-block;
    width: auto !important;
    padding: 0;
    margin: 0;
  }
  .logo-outer {
    height: 40px;
  }
}
.ace_checkout-warning_block {
  border: 1px solid lightgray;
  padding: 6px;
  text-align: center;
}
.ace_checkout-warning_block.at-top {
  margin: 0 0 6px 0;
}
/* Page definition */
.account-create .captcha-container {
  width: 304px;
  margin: 4rem 0 0 1.5rem;
}
body.checkout-cart-index {
  background: #DADADA;
}
body.checkout-cart-index .wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
body.checkout-cart-index .container {
  padding-right: 15px;
  padding-left: 15px;
}
body.checkout-cart-index .wrapper--content {
  padding-top: 0;
}
body.checkout-cart-index .bg-white {
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  overflow: hidden;
}
body.checkout-cart-index .bs-10 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
body.checkout-cart-index .cart-bottom-subinfo {
  text-align: right;
  padding-right: 4px;
}
body.checkout-cart-index .cart-bottom-subinfo .cart-bottom-subinfo-space {
  width: 5%;
  float: right;
}
@media (min-width: 1010px) {
  body.checkout-cart-index .cart-bottom-subinfo {
    padding-right: 8px;
  }
}
body.checkout-layout {
  background: #DADADA;
}
body.checkout-layout .wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
body.checkout-layout .container {
  padding-right: 15px;
  padding-left: 15px;
}
body.checkout-layout .wrapper--content {
  padding-top: 0;
}
body.checkout-layout .bg-white {
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  overflow: hidden;
}
body.checkout-layout .bs-10 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
body.checkout-layout #checkout-review-table-wrapper {
  background: transparent !important;
}
body.checkout-layout #checkout-review-submit {
  background: transparent !important;
  border: 0 none;
}
body.checkout-layout #checkout-review-table tr.odd {
  background: transparent !important;
}
body.checkout-layout #checkout-review-table tr.even {
  background: transparent !important;
}
body.checkout-layout #checkout-review-table tfoot tr {
  background: transparent !important;
}
body.checkout-layout #checkout-review-table tfoot tr.last {
  background: #f2f2f2 !important;
}
body.checkout-layout .mage-error {
  white-space: nowrap;
}
body.checkout-onepage-success {
  background: #DADADA;
}
body.checkout-onepage-success .wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
body.checkout-onepage-success .container {
  padding-right: 15px;
  padding-left: 15px;
}
body.checkout-onepage-success .wrapper--content {
  padding-top: 0;
}
body.checkout-onepage-success .bg-white {
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  overflow: hidden;
}
body.checkout-onepage-success .bs-10 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
body.customer-account-create {
  background: #DADADA;
}
body.customer-account-create .wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
body.customer-account-create .container {
  padding-right: 15px;
  padding-left: 15px;
}
body.customer-account-create .wrapper--content {
  padding-top: 0;
}
body.customer-account-create .bg-white {
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  overflow: hidden;
}
body.customer-account-create .bs-10 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
dl.sp-methods dd {
  margin-bottom: 20px;
}
dl.sp-methods dd ul {
  list-style: none;
  padding: 0;
}
#success-summary-wrapper {
  background: #f2f2f2;
  padding: 20px 0;
  margin: 30px 0;
  width: 100%;
  float: left;
}
#success-summary-wrapper h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 10px;
}
.customer-account-create h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 10px;
}
.customer-account-create form {
  padding: 0;
}
.customer-account-create .buttons-set {
  margin-top: 60px;
}
.customer-account-create .buttons-set:before {
  content: '';
  display: table;
  clear: both;
}
.customer-account-create .buttons-set:after {
  content: '';
  display: table;
  clear: both;
}
.customer-account-create .buttons-set .back-link {
  margin: 0;
}
.customer-account-create .buttons-set .back-link a {
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-left.svg') 25px center no-repeat #19467d;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0;
  color: #ffffff;
  float: left;
}
.customer-account-create .buttons-set .back-link a small {
  display: none;
}
.customer-account-create .buttons-set .button {
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-right.svg') right 25px center no-repeat #f18500;
  padding: 10px 50px;
  margin: 0;
  float: right;
  width: 50%;
}
.customer-account-create .buttons-set .required {
  display: block;
}
.success-summary-row {
  padding: 5px 0;
}
.success-summary-row:after {
  content: '';
  display: table;
  clear: both;
}
.success-summary-row-first-col {
  font-size: 12px;
}
.success-summary-row-second-col {
  font-weight: bold;
}
.success-summary-row-third-col {
  font-size: 10px;
}
#success-contact {
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
}
#success-contact span {
  display: block;
  color: #19467d;
}
.opc fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.opc form {
  padding: 0;
}
.opc .section {
  display: none;
}
.opc .section.active {
  display: block;
}
.opc .buttons-set {
  margin-top: 60px;
}
.opc .buttons-set:before {
  content: '';
  display: table;
  clear: both;
}
.opc .buttons-set:after {
  content: '';
  display: table;
  clear: both;
}
.opc .buttons-set .back-link {
  margin: 0;
}
.opc .buttons-set .back-link a {
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-left.svg') 25px center no-repeat #19467d;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0;
  color: #ffffff;
  float: left;
}
.opc .buttons-set .back-link a small {
  display: none;
}
.opc .buttons-set .button {
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-right.svg') right 25px center no-repeat #f18500;
  padding: 10px 50px;
  margin: 0;
  float: right;
  width: 50%;
}
.opc .buttons-set .required {
  display: block;
}
.opc .please-wait {
  position: fixed;
  color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/opc-ajax-loader.gif') center no-repeat rgba(255, 255, 255, 0.95);
  text-align: center;
  margin: 0 !important;
  z-index: 1000;
}
.opc .please-wait:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.opc .step-title h2 {
  margin-bottom: 30px;
}
.review-agreement-content-toggler {
  font-weight: bold;
  cursor: pointer;
  color: #19467d;
}
.review-agreement-content {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #333333;
  width: 100%;
}
.empty-cart-title {
  color: #a71919;
}
.cart-footer {
  margin-top: 100px;
}
.cart-footer h3.text-center {
  color: #9c9c9c !important;
  text-align: center;
}
.cart-footer ul {
  display: table;
  width: 100%;
  padding: 0;
}
.cart-footer ul li {
  list-style-type: none;
  display: table-cell;
  color: #9c9c9c !important;
  text-align: center;
}
.cart-footer ul li a {
  color: #9c9c9c !important;
}
.cart-footer .left {
  float: left;
  width: 25%;
}
.cart-footer .left ul {
  font-size: 11px;
}
.cart-footer .left ul li.spacer {
  width: 40px;
}
.cart-footer ul.address li.spacer {
  width: 63px;
}
.cart-footer .right {
  float: left;
  width: 75%;
}
.cart-footer p {
  color: #9c9c9c;
  font-size: 11px;
  text-align: right;
}
@media print {
  .cart-footer {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body.checkout-cart-index .bg-white {
    padding-right: 0;
    padding-left: 0;
  }
  body.checkout-onepage-index .bg-white {
    padding-right: 0;
    padding-left: 0;
  }
  body.checkout-onepage-success .bg-white {
    padding-right: 0;
    padding-left: 0;
  }
  body.customer-account-create .bg-white {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1010px) {
  .header-checkout .navigation {
    padding-top: 120px;
    height: 150px;
  }
}
#footer-last,
#footer-small,
.product-cart-price-alt-and-qty,
.product-cart-price-alt {
  display: none;
}
.product-cart-desc--text {
  padding-top: 10px;
}
.product-cart-desc--toggle {
  padding-top: 10px;
  cursor: pointer;
  color: #19467d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 620px) {
  #shopping-cart-table .product-cart-price-alt,
  #shopping-cart-table #footer-small {
    display: table-cell;
  }
  #shopping-cart-table .product-cart-price-alt .product-cart-price,
  #shopping-cart-table #footer-small .product-cart-price,
  #shopping-cart-table .product-cart-price-alt .product-cart-total,
  #shopping-cart-table #footer-small .product-cart-total {
    display: block;
    width: unset !important;
  }
  #shopping-cart-table #footer-big,
  #shopping-cart-table .product-cart-price,
  #shopping-cart-table .product-cart-subtotal,
  #shopping-cart-table .product-cart-total {
    display: none;
  }
  #shopping-cart-table .product-cart-qty .qty,
  #shopping-cart-table .config-cart-qty .qty {
    max-width: 50px;
    min-width: 50px;
    width: 50px;
    padding-left: 5px;
    padding-right: 0;
  }
}
@media (max-width: 469px) {
  #shopping-cart-table #footer-small {
    display: none;
  }
  #shopping-cart-table #footer-last {
    display: table-cell;
    background: white;
  }
  #shopping-cart-table .product-cart-price-alt,
  #shopping-cart-table .product-cart-qty,
  #shopping-cart-table .config-cart-qty {
    text-align: right !important;
    display: block;
  }
  #shopping-cart-table thead .product-cart-qty,
  #shopping-cart-table thead .product-cart-price-alt {
    display: none;
  }
  #shopping-cart-table thead .product-cart-price-alt-and-qty {
    display: table-cell;
  }
  #shopping-cart-table .product-cart-remove {
    padding-right: 1px;
    vertical-align: bottom;
    padding-bottom: 1.7rem;
  }
  #shopping-cart-table .product-cart-remove a {
    float: unset !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#shipping_adr-error {
  color: red;
  text-align: right;
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 469px) {
  #shopping-cart-form-container {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
@media print {
  .product-cart-qty .qty,
  .config-cart-qty .qty {
    min-width: auto;
    max-width: none;
    width: auto;
    border: none;
    text-align: center;
  }
}
#calc-shipping-modal form {
  padding: 0;
}
#calc-shipping-modal .messages {
  color: #e13c25;
}
#calc-shipping-modal .modal-body {
  background: #fff;
}
#calc-shipping-modal h2 {
  margin-bottom: 40px;
  margin-top: 0;
}
#calc-shipping-modal .input-box {
  margin: 15px 0;
}
#calc-shipping-modal .input-box::before {
  top: 41px;
}
#calc-shipping-modal input[type="text"],
#calc-shipping-modal input[type="password"] {
  border-color: #fff;
  background: #fff;
  padding: 10px 15px;
  height: auto;
}
#calc-shipping-modal .is-secure-hint {
  margin-bottom: -40px;
  margin-right: -40px;
  margin-left: -40px;
  background: #95989A;
  margin-top: 60px;
  text-align: center;
  padding: 20px 40px;
  color: #fff;
}
#calc-shipping-modal .b2b-only-info {
  color: #fff;
}
#calc-shipping-modal .benefits {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
#calc-shipping-modal .validation-failed {
  border-bottom: 2px solid #eb340a !important;
}
#calc-shipping-modal .modal-body {
  padding: 40px;
}
#calc-shipping-modal .fse-modal-content {
  width: 100%;
  max-width: 61rem;
}
#calc-shipping-modal .modal-title {
  margin-bottom: 10px !important;
}
#calc-shipping-modal .fse-modal-secondary-text {
  font-size: 13px;
}
#calc-shipping-modal .btn-checkout {
  background-image: none;
  padding: 1rem;
}
#calc-shipping-modal input[type=text],
#calc-shipping-modal select {
  border-bottom: 2px solid #d9d9d9;
  padding: 4px;
}
#calc-shipping-modal .normalize-select-font {
  line-height: normal;
}
#calc-shipping-modal .button-container {
  margin-bottom: 2rem;
}
#calc-shipping-modal .btn-create-account {
  background: transparent;
  border-color: #fff;
}
#calc-shipping-modal .btn-login {
  display: block;
  width: 100%;
}
#calc-shipping-modal .btn-login.disabled {
  background: #e0e0e0;
  border-color: #e0e0e0;
}
#calc-shipping-modal .mini-loader .loader-wrapper {
  display: none;
  z-index: 50;
}
#calc-shipping-modal .mini-loader.in-load .loader-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  left: 0;
  text-align: center;
}
#calc-shipping-modal .mini-loader.in-load .loader-wrapper::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
#calc-shipping-modal .mini-loader.in-load .loader-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
#calc-shipping-modal .mini-loader.in-load .loader-wrapper:not(.without-background) {
  background: rgba(255, 255, 255, 0.618);
}
#calc-shipping-modal .mini-loader.in-load .loader {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
#calc-shipping-modal .mini-loader.in-load .loader > div {
  background-color: #19467d;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
#calc-shipping-modal .mini-loader.in-load .loader > div.gray {
  background-color: #cfcfcf;
}
#calc-shipping-modal .mini-loader.in-load .loader .rect2 {
  animation-delay: -1.1s;
}
#calc-shipping-modal .mini-loader.in-load .loader .rect3 {
  animation-delay: -1s;
}
#calc-shipping-modal .mini-loader.in-load .loader .rect4 {
  animation-delay: -0.9s;
}
#calc-shipping-modal .mini-loader.in-load .loader .rect5 {
  animation-delay: -0.8s;
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#shopping-cart-form {
  padding: 0;
  overflow-x: auto;
}
#shopping-cart-form fieldset {
  padding: 0;
  border: 0 none;
  margin: 0;
}
#shopping-cart-form .mini-loader .loader-wrapper {
  display: none;
  z-index: 50;
}
#shopping-cart-form .mini-loader.in-load .loader-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  left: 0;
  text-align: center;
}
#shopping-cart-form .mini-loader.in-load .loader-wrapper::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
#shopping-cart-form .mini-loader.in-load .loader-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
#shopping-cart-form .mini-loader.in-load .loader-wrapper:not(.without-background) {
  background: rgba(255, 255, 255, 0.618);
}
#shopping-cart-form .mini-loader.in-load .loader {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
#shopping-cart-form .mini-loader.in-load .loader > div {
  background-color: #19467d;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
#shopping-cart-form .mini-loader.in-load .loader > div.gray {
  background-color: #cfcfcf;
}
#shopping-cart-form .mini-loader.in-load .loader .rect2 {
  animation-delay: -1.1s;
}
#shopping-cart-form .mini-loader.in-load .loader .rect3 {
  animation-delay: -1s;
}
#shopping-cart-form .mini-loader.in-load .loader .rect4 {
  animation-delay: -0.9s;
}
#shopping-cart-form .mini-loader.in-load .loader .rect5 {
  animation-delay: -0.8s;
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#discount-coupon-form {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #DEDEDE;
  display: none;
}
#discount-coupon-form .discount-form {
  padding-top: 15px;
  padding-bottom: 10px;
}
#discount-coupon-form .discount-form-label {
  margin: 0;
  vertical-align: middle;
  text-transform: uppercase;
  width: unset;
  font-size: 1.2rem;
}
#discount-coupon-form .discount .input-box {
  vertical-align: middle;
  padding-left: 15px;
}
#discount-coupon-form .discount .buttons-set {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#discount-coupon-form .discount .buttons-set-apply:hover {
  cursor: pointer;
  text-decoration: underline;
}
#discount-coupon-form .discount .buttons-set-apply span {
  padding: 0 15px;
  color: #19467d;
  text-transform: uppercase;
}
#discount-coupon-form .discount .buttons-set-cancel:hover {
  cursor: pointer;
  text-decoration: underline;
}
#discount-coupon-form .discount .buttons-set-cancel span {
  padding: 0 15px;
  color: #e13c25;
  text-transform: uppercase;
}
.discount-form-toggle {
  text-align: right;
}
.discount-form-toggle #show-coupon {
  color: #19467d;
  font-size: 12px;
}
.discount-form-toggle #show-coupon:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media print {
  .discount-form-toggle {
    display: none !important;
  }
}
#payment_partial .iways_paypalplus_payment {
  margin: 0 1rem;
  padding: 0;
}
#payment_partial .form-list {
  margin-top: 2rem;
}
#payment_partial .form-list label {
  padding: 0 1rem 0 0;
}
#payment_partial .form-list > li {
  padding: 1rem 0;
}
#payment_partial .form-list .cvv-what-is-this-conteiner {
  text-align: right;
  vertical-align: bottom;
  padding-top: 2rem;
}
#payment_partial .form-list .selected-type-container {
  float: right;
}
#payment_partial .form-list .selected-type-container > img {
  height: 3rem;
  display: none;
}
#payment_partial .form-list .selected-type-container > img.active {
  display: inline-block;
}
#payment_partial .inner-form.inactive {
  display: none !important;
}
#checkout-payment-method-load {
  margin: 0;
}
#payment-tool-tip {
  float: right;
}
/* AvaTax Button on Cart Page and Checkout */
.button.button-orange {
  background: #fa641d;
}
.button.button-orange:hover,
.button.button-orange:active,
.button.button-orange:focus {
  background-color: #e65000;
}
#shopping-cart-totals-table .a-right > td {
  padding: 10px 0 15px;
}
@media (max-width: 766px) {
  tr.a-right td.avatax-button.last {
    width: 100%;
  }
  .button.button-orange {
    width: 100%;
  }
}
/* AvaTax Pop-up on Store Front */
#avatax_certcapture_table_content.dialog_content {
  background-color: #fff;
}
#avatax_certcapture_content.dialog_content {
  background-color: #fff;
  min-height: 100px;
  height: auto !important;
}
#avatax_certcapture_form_container {
  display: block;
  padding: 10px 20px;
}
#overlay_modal.overlay_dialog {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#avatax_certcapture {
  border: solid 1px #cccccc;
  display: block;
  position: absolute;
  background: white;
  top: 30vh !important;
  left: 50% !important;
  margin-left: -392px;
}
.avataxar2-popup-login-message {
  margin-top: 40px;
}
.avataxar2-popup-login-message .page-head {
  margin-bottom: 30px;
}
#avatax_certcapture .top.table_window {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  background-color: #fff;
}
#avatax_certcapture .dialog_close {
  position: relative;
  width: 15px;
  float: right;
  display: block;
  margin-right: 30px;
  top: 17px;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 25px;
  background: transparent;
}
#avatax_certcapture .dialog_close:before {
  content: '×';
  display: block;
  width: 15x;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 15px;
}
#avatax_certcapture .dialog_sw,
#avatax_certcapture .dialog_sw,
#avatax_certcapture .dialog_sw,
#avatax_certcapture .dialog_nw,
#avatax_certcapture .dialog_n,
#avatax_certcapture .dialog_ne,
#avatax_certcapture .dialog_sw,
#avatax_certcapture .dialog_s,
#avatax_certcapture .dialog_se {
  background: transparent;
  width: auto;
}
#avatax_certcapture .dialog_w,
#avatax_certcapture .dialog_e {
  width: 0;
}
#avatax_certcapture_form_container .field {
  margin-bottom: 15px;
}
#avatax_certcapture_form_container .field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
#avatax_certcapture_form_container .field input {
  padding-left: 10px;
  padding-right: 10px;
  width: 280px;
  height: 25px;
  -webkit-appearance: none;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 14px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
#avatax_certcapture_form_container .field label {
  color: #333 !important;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 140px;
  font-weight: normal !important;
  position: relative;
  line-height: 25px;
}
#avatax_certcapture .dialog_title {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.avataxar2-popup-gencert .field:nth-child(2) {
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  #avatax_certcapture,
  #avatax_certcapture_content {
    width: 100% !important;
  }
  #avatax_certcapture {
    left: 0 !important;
    top: 10vh !important;
    margin-left: 0;
  }
  #avatax_certcapture_form_container .field {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #avatax_certcapture_form_container .field input,
  #avatax_certcapture_form_container .field label {
    width: 100%;
  }
}
#avatax_certcapture_customer_form div.input-box {
  width: 80%;
  display: inline-block;
}
#avatax_certcapture_customer_form input.input-text {
  width: 55%;
}
#avatax_certcapture_customer_form div.actions {
  width: 20%;
  float: right;
  display: inline-block;
}
/* ACE theme fixes */
#avatax_certcapture {
  height: auto !important;
  width: auto !important;
}
#avatax_certcapture .shipping-region #ship_zone {
  color: #000000;
}
#avatax_certcapture .buttons-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#avatax_certcapture .buttons-set .button2 {
  border-color: #0066ac;
  background: #0066ac;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 40px;
}
#avatax_certcapture .buttons-set .button,
#avatax_certcapture .buttons-set .button2 {
  width: 40%;
}
#avatax_certcapture #avatax_certcapture_row1 {
  width: 100%;
}
#avatax_certcapture #avatax_certcapture_row1 #avatax_certcapture_top {
  padding-top: 15px;
  padding-bottom: 5px;
}
.checkout-layout #overlay_modal {
  background: url('https://www.acecontrols.co.uk/skin/frontend/ace/fancybox_overlay.png');
}
.material-input-container {
  margin-bottom: 30px !important;
  position: relative;
  margin-top: 10px;
}
.material-input-container .input-box::before {
  transition: all 200ms;
  background: #19467d;
  margin-top: -2px;
  position: absolute;
  content: '';
  display: block;
  top: 26px;
  height: 2px;
  width: 0;
}
.material-input-container input[type="text"],
.material-input-container input[type="password"] {
  border-radius: 0;
  background: transparent;
  display: block;
  outline: none;
  padding: 5px 0;
  border: 0 none;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
}
.material-input-container select {
  border-radius: 0;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--arrow-down.svg) right center no-repeat transparent;
  display: block;
  outline: none;
  padding: 5px 25px 0 0;
  border: 0 none;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
}
.material-input-container select option {
  padding: 0;
}
.material-input-container label {
  transition: all 200ms;
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: 1;
  top: -1px;
  color: #a6a6a6;
  width: 100%;
}
.material-input-container.is-checkbox label {
  pointer-events: all;
  color: inherit;
  position: relative;
}
.material-input-container.is-focused .input-box::before {
  width: 100%;
}
.material-input-container.is-focused label {
  font-size: 12px;
  top: -26px;
  color: #19467d;
}
.material-input-container.is-filled label {
  font-size: 12px;
  top: -26px;
}
.material-input-container .validation-advice {
  background: transparent;
  position: relative;
  padding: 5px 0 0;
  color: #f00;
  font-size: 10px;
}
.material-input-container:not(.is-filled) input.required-entry {
  border-bottom: 2px solid #f18500;
  color: #19467d;
}
.material-input-container .input-box {
  width: 100%;
}
.material-input-container .hide-non-required {
  display: none;
}
.material-input-container .required .hide-non-required {
  display: inline;
}
.material-input-container select {
  line-height: 1.8rem;
}
#payment_form_paypal_direct .material-input-container {
  margin-bottom: 35px !important;
}
body.fse-modal-open {
  overflow: hidden;
}
body.fse-modal-open > *:not(.fse-modal):not(.featherlight):not(#cookie-select-outer) {
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.fse-modal {
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  position: fixed;
  display: none;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.fse-modal-content {
  border-radius: 4px;
  vertical-align: middle;
  background: #19467d;
  max-height: 80%;
  text-align: left;
  max-width: 50%;
  overflow: auto;
  position: relative;
  display: inline-block;
  top: 10%;
}
.fse-modal-closer {
  font-weight: bold;
  background: #fff;
  font-size: 30px;
  position: fixed;
  display: none;
  padding: 0 10px;
  z-index: 1;
  cursor: pointer;
  color: #95989A;
  right: 20px;
  top: 0px;
}
@media (max-width: 767px) {
  .fse-modal-content {
    max-height: 100%;
    max-width: 100%;
  }
  .fse-modal-closer {
    display: block;
    position: absolute;
  }
}
#login-register-modal form {
  padding: 0;
}
#login-register-modal .messages {
  color: #e13c25;
}
#login-register-modal .registered-users {
  background: #fff;
}
#login-register-modal h2 {
  margin-bottom: 40px;
  margin-top: 0;
}
#login-register-modal .input-box {
  margin: 15px 0;
}
#login-register-modal .input-box::before {
  top: 41px;
}
#login-register-modal input[type="text"],
#login-register-modal input[type="password"] {
  border-color: #f1f1f1;
  background: #f1f1f1;
  padding: 10px 15px;
  height: auto;
}
#login-register-modal .is-secure-hint {
  margin-bottom: -40px;
  margin-right: -40px;
  margin-left: -40px;
  background: #95989A;
  margin-top: 60px;
  text-align: center;
  padding: 20px 40px;
  color: #fff;
}
#login-register-modal .b2b-only-info {
  color: #fff;
}
#login-register-modal .benefits {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
#login-register-modal .new-users,
#login-register-modal .registered-users {
  padding: 40px;
}
#login-register-modal .new-users h2 {
  color: #fff;
}
#login-register-modal .new-users {
  color: #fff;
}
#login-register-modal .btn-create-account {
  background: transparent;
  border-color: #fff;
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  background-color: #19467d;
}
#login-register-modal .btn-login {
  display: block;
  width: 100%;
}
#login-register-modal .btn-login.disabled {
  background: #e0e0e0;
  border-color: #e0e0e0;
}
#login-title {
  margin-bottom: 10px !important;
}
#obove-login-text {
  font-size: 13px;
}
#below-login-text {
  font-size: 12px;
}
#config-product-modal {
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: none;
}
#config-product-modal form {
  padding: 0;
}
#config-product-modal-content {
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  overflow: auto;
  position: relative;
  display: inline-block;
  width: 520px;
  height: 400px;
  top: 10%;
}
#config-product-modal-header {
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-bottom: 5px solid #f8ce00;
  padding: 0 30px;
  font-size: 16px;
  background: #19467d;
}
#config-product-modal-header span {
  display: block;
  line-height: 60px;
}
#config-product-modal-img {
  border-top: solid 1px #9d9d9d;
  border-bottom: solid 1px #9d9d9d;
  text-align: center;
}
#config-product-modal-inner {
  border-bottom: solid 1px #9d9d9d;
  color: #666;
}
#config-product-modal-inner p {
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: left;
}
#config-product-modal-inner span {
  display: block;
  margin-bottom: 25px;
}
#config-product-modal-inner span.name {
  color: #19467d;
  font-size: 19px;
  font-weight: bold;
}
#config-product-modal-inner span.power {
  color: #9c1006;
}
#config-product-modal-inner span.value input,
#config-product-modal-cart input {
  width: 60px !important;
  min-width: 0;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #666;
}
#config-product-modal-inner span.value label {
  font-size: 11px;
  display: inline;
  vertical-align: middle;
}
#config-product-modal-inner #inputResult {
  display: none;
}
#config-product-modal-cart {
  margin-top: 10px;
}
#config-product-modal-content .text-left {
  text-align: left;
}
#config-product-modal-cart button {
  float: right;
  margin-right: 57px;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--cart.svg) right 15px center no-repeat #f18500;
  border-radius: 0px 2px 2px 0px;
  padding: 5px 45px 5px 30px;
  text-align: center;
}
.search-block.product .search-block--preview {
  width: 245px;
  height: 80px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-block.product .search-block--preview .search-block--image {
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
}
.search-block.product .search-block--preview .search-block--image img {
  width: 120px;
  height: auto;
}
.search-block.product .search-block--preview .search-block--selling {
  width: 125px;
  float: right;
  border-radius: 0 3px 3px 0;
}
.search-block.product .search-block--preview .search-block--selling .price--header {
  display: block;
  width: 125px;
  height: 50px;
  overflow: hidden;
  text-align: right;
  background-color: #f7f7f7;
}
.search-block.product .search-block--preview .search-block--selling .price--header .top-part {
  display: -ms-flexbox;
  display: flex;
}
.search-block.product .search-block--preview .search-block--selling .price--header .loading-spinner {
  display: none;
  width: 125px;
  height: 50px;
}
.search-block.product .search-block--preview .search-block--selling .price--header.loading .loading-spinner {
  display: block;
}
.search-block.product .search-block--preview .search-block--selling .price--header.out-of-stock .add-to-cart_button {
  background-color: #cfcfcf;
  cursor: default;
}
.search-block.product .search-block--preview .search-block--selling .price--header.out-of-stock .add-to-cart_button:hover {
  background-color: #cfcfcf;
}
.search-block.product .search-block--preview .search-block--selling .price--header.out-of-stock .price {
  color: #707070;
}
.search-block.product .search-block--preview .search-block--selling .price--header.out-of-stock .stepper-up {
  border-bottom-color: #cfcfcf;
  cursor: default;
}
.search-block.product .search-block--preview .search-block--selling .price--header.out-of-stock .stepper-down {
  border-top-color: #cfcfcf;
  cursor: default;
}
.search-block.product .search-block--preview .search-block--selling .price--header .desc {
  height: 25px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  font-size: 7px;
  line-height: 7px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 7px;
  padding-top: 4px;
  text-align: left;
}
.search-block.product .search-block--preview .search-block--selling .price--header .desc-text {
  font-size: 1rem;
}
.search-block.product .search-block--preview .search-block--selling .price--header .price {
  color: #707070;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  padding-left: 7px;
  height: 25px;
  text-align: left;
  width: 60px;
  line-height: 25px;
}
.search-block.product .search-block--preview .search-block--selling .price--header .accessory_add-to-cart {
  display: inline-block;
}
.search-block.product .search-block--preview .search-block--selling .price--header .add-to-cart_button {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--cart.svg) center no-repeat;
  background-color: #f18500;
  height: 25px;
  border: none;
  width: 25px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  border-radius: 0 3px 0 0;
  padding: 0;
}
.search-block.product .search-block--preview .search-block--selling .price--header .add-to-cart_button:hover {
  background-color: #ffb050;
}
.search-block.product .search-block--preview .search-block--selling .price--header .add-to-cart_button.loading .add-to-cart_icon {
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.search-block.product .search-block--preview .search-block--selling .price--header .add-to-cart_button .add-to-cart_icon {
  width: 25px;
  height: 25px;
  background-size: auto;
  display: block;
}
.search-block.product .search-block--preview .search-block--selling .price--header .add-to-cart_button.loading {
  background: linear-gradient(270deg, #d87700, #ffa93f, #d87700);
  background-size: 600% 600%;
  animation: AnimationName 3s ease infinite;
}
.search-block.product .search-block--preview .search-block--selling .price--header .add-to-cart_button.done {
  background-color: #8dbc08;
}
.search-block.product .search-block--preview .search-block--selling .price--header .add-to-cart_button.error-red {
  background-color: #e13c25;
}
.search-block.product .search-block--preview .search-block--selling .price--header .accessory_add-to-cart .qty-container {
  height: 25px;
  position: relative;
  float: left;
}
.search-block.product .search-block--preview .search-block--selling .price--header .accessory_add-to-cart .qty {
  background-color: #f7f7f7;
  border: none;
  color: #707070;
  font-size: 13px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 40px;
  padding-left: 3px;
}
.search-block.product .search-block--preview .search-block--selling .price--header .accessory_add-to-cart .qty:disabled {
  color: #707070;
}
.search-block.product .search-block--preview .search-block--selling .related-accessories-button {
  text-align: center;
  height: 30px;
  display: inline-block;
  width: 125px;
  cursor: pointer;
  background-color: #19467d;
  color: #ffffff;
  border-radius: 0 0 3px 0;
  line-height: 30px;
}
.search-block.product .search-block--preview .search-block--selling .related-accessories-button:hover {
  background-color: #4d8ec3;
}
.search-block.product .search-block--data .subtitle {
  font-size: 12px;
  line-height: 18px;
}
.search-block.product .search-block--data .description {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block--preview.not-selling {
  -ms-flex-direction: column;
      flex-direction: column;
  width: 120px !important;
  height: initial !important;
}
.search-block--preview.not-selling .related-accessories-button {
  width: 120px !important;
  border-radius: 0 0 3px 3px;
}
@media screen and (max-width: 1009px) {
  .search-blocks .product {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .search-blocks .product .search-block--preview {
    margin: 15px auto 10px;
  }
  .search-blocks .product .search-block--data {
    padding-left: 0;
  }
}
.search-block--data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.search-block--data .series {
  vertical-align: middle;
}
.search--all-res .search-block--data .series {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.search-block--data .series .series-name {
  float: right;
  color: #707070;
  font-size: 11px;
  margin-top: 8px;
}
.search--all-res .series .series-name {
  white-space: nowrap;
  margin-left: auto;
}
.series-color {
  height: 12px;
  width: 12px;
  position: relative;
  display: inline-block;
  margin-right: 19px;
  top: 1px;
}
.series-color.yellow {
  background-color: #f8ce00;
}
.series-color.red {
  background-color: #e13c25;
}
.series-color.green {
  background-color: #8dbc08;
}
.series-color.fuchsia {
  background-color: #6ab7b6;
}
.series-color.blue {
  background-color: #19467d;
}
.search-block--data .series-label {
  font-size: 14px;
  color: #707070;
}
.search-block--data .title {
  font-size: 16px;
  color: #19467d;
  display: inline-block;
}
.search--all-res .search-block--data .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-block--data .description {
  font-size: 14px;
  color: #000000;
}
.search-block--data .subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.search-block--data .divider {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  margin: 0;
}
@media screen and (max-width: 1009px) {
  .search-blocks {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-block--data {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-block--image {
    padding-bottom: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 1009px) {
  .search--all-res .series .series-name {
    float: none;
    margin: 0;
    display: block;
  }
  .search--all-res .search-block--data .series {
    display: block;
  }
}
.search--all-res .search-block--data {
  padding-left: 0;
}
.big-image-box {
  display: none;
}
.featherlight-product .featherlight-close {
  color: #808080;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
  right: 16px;
  top: 16px;
}
.featherlight-product .featherlight-content {
  border: none;
  background-color: #ffffff;
  padding: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}
.featherlight-product .featherlight-content img {
  width: 100%;
}
.featherlight-product .featherlight-content .big-image-box--header {
  padding: 11px 27px 9px 20px;
  color: #19467d;
}
@media screen and (max-width: 768px) {
  .featherlight-product .featherlight-content {
    margin-left: 15px;
  }
}
/* accessories */
.accessory--item {
  position: relative;
  border: 1px solid #cfcfcf;
}
.accessory--item .loading-spinner {
  display: none;
}
.accessory--item.loading .loading-spinner {
  display: block;
}
.accessory--header {
  border-bottom: 1px solid #cfcfcf;
  display: block;
  text-align: right;
}
.accessory--header .add-to-cart_button.done {
  background-color: #8dbc08;
}
.accessory--header.out-of-stock .add-to-cart_button {
  background-color: #cfcfcf;
}
.accessory--header.out-of-stock .add-to-cart_button:hover {
  background-color: #cfcfcf;
}
.accessory--header.out-of-stock .price {
  color: #e13c25;
}
.accessory--header.out-of-stock .stepper-up {
  border-bottom-color: #cfcfcf;
  cursor: default;
}
.accessory--header.out-of-stock .stepper-down {
  border-top-color: #cfcfcf;
  cursor: default;
}
.accessory--header .desc {
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  font-size: 9px;
  line-height: 12px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  float: left;
  text-align: left;
  height: 25px;
}
.accessory--header .desc-text {
  font-size: 1rem;
}
.accessory--header .price {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
}
.accessory--header .add-to-cart_button {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--cart.svg) center no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #f18500;
  height: 25px;
  border: none;
  width: 25px;
  vertical-align: middle;
  display: inline-block;
}
.accessory--header .add-to-cart_button:hover {
  background-color: #ffb050;
}
.accessory--header .add-to-cart_button.loading .add-to-cart_icon {
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accessory--header .add-to-cart_button .add-to-cart_icon {
  width: 25px;
  height: 25px;
  background-size: auto;
  display: block;
}
.accessory--header .add-to-cart_button.loading {
  background: linear-gradient(270deg, #d87700, #ffa93f, #d87700);
  background-size: 600% 600%;
  animation: AnimationName 3s ease infinite;
}
.accessory--header .accessory_add-to-cart {
  display: inline-block;
}
.accessory--header .add-to-cart_button.error-red {
  background-color: #e13c25;
}
.accessory--header .accessory_add-to-cart .qty-container {
  height: 25px;
  position: relative;
  float: left;
}
.accessory--header .accessory_add-to-cart .qty {
  background-color: #f1f2f2;
  border: none;
  color: #313131;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 45px;
  padding-left: 5px;
}
.accessory--header .accessory_add-to-cart .qty:disabled {
  color: #707070;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.accessory--item .accessory--content {
  background: #ffffff;
  height: 250px;
}
.accessory--item .accessory--content .accessory--description {
  padding: 10px;
}
.accessory--item .accessory--content .accessory--description .description-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accessory--item .accessory--content .accessory--description .name {
  font-weight: 700;
  color: #19467d;
}
.accessory--item .accessory--content .accessory--description .headline {
  font-size: 11px;
  text-align: right;
}
.accessory--item .accessory--content .accessory--description .desc {
  font-size: 12px;
}
.accessory--item .accessory--content .accessory--description .download {
  position: absolute;
  top: 20px;
  right: 20px;
}
.accessory--item .accessory--content .accessory--image {
  height: 150px;
  text-align: center;
}
.accessory--item .accessory--content .accessory--image img {
  max-height: 150px;
  max-width: 100%;
}
.accessory--item .accessory--content .accessory--pricerequest {
  width: 32px;
  height: 23px;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--priceadditonal.png);
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}
.accessory--item .accessory--content .accessory--pricerequest.remove {
  display: none;
  background-image: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--priceadditonal-active.png);
}
/* SEARCH RESULT HEADER */
.search-result-header h1,
.search-result-header .h1 {
  font-size: 21px;
  font-weight: normal;
  color: #707070;
  margin-bottom: 30px;
  line-height: 1.4;
  margin: 0.67em 0;
  margin-top: 20px;
}
.search-result-header .controll-button-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.search-result-header .controll-button-block .controll-label {
  color: #707070;
}
@media screen and (max-width: 768px) {
  .search-result-header .controll-button-block {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.search-result-header .controll-button {
  display: inline-block;
  background-position: 0 0;
  background-size: cover;
  width: 45px;
  height: 23px;
}
.search-result-header .search-view-list {
  cursor: pointer;
  margin-right: 30px;
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/application-areas/list-inactive.svg');
}
.search-result-header .search-view-list.active {
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/application-areas/list-active.svg');
}
.search-result-header .search-view-grid {
  cursor: pointer;
  margin-right: 20px;
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/application-areas/grid-inactive.svg');
}
.search-result-header .search-view-grid.active {
  background-image: url('https://www.acecontrols.co.uk/skin/frontend/ace/default/images/application-areas/grid-active.svg');
}
.search-blocks h1 {
  font-size: 21px;
  font-weight: normal;
  color: #707070;
  margin-bottom: 16px;
  margin-top: 50px;
}
/* CARD ITEMS */
.card--items {
  padding-left: 15px;
  margin-top: 30px;
}
.card--container {
  padding: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
.card--item {
  border: 1px solid #cfcfcf;
  position: relative;
  margin: 0;
}
.card--item .loading-spinner {
  display: none;
}
.card--item.loading .loading-spinner {
  display: block;
}
.card--item .card--header {
  padding: 10px;
}
.card--item .card--header .title {
  font-weight: 700;
  color: #19467d;
  font-size: 16px;
}
.card--item .card--header .headline {
  font-size: 10px;
}
.card--item .card--header .series {
  font-size: 10px;
}
.card--item .card--description {
  padding: 5px 10px;
}
.card--item .card--description .subtitle {
  font-size: 12px;
  font-weight: bold;
  height: 34.3px;
}
.card--item .card--description .description {
  font-size: 12px;
  height: 34.3px;
  overflow: hidden;
}
.card--item .card--description .subtitle p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.card--item .card--description .description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.card--item .card--image {
  height: 150px;
  text-align: center;
  padding: 0 10px;
}
.card--item .card--image-link {
  display: block;
}
.card--item .card--image img {
  max-height: 150px;
  max-width: 100%;
}
.card--item .series-color {
  height: 9px;
  width: 9px;
  position: relative;
  display: inline-block;
  margin-right: 1px;
  top: 1px;
}
.card--item .series-color.yellow {
  background-color: #f8ce00;
}
.card--item .series-color.red {
  background-color: #e13c25;
}
.card--item .series-color.green {
  background-color: #8dbc08;
}
.card--item .series-color.fuchsia {
  background-color: #6ab7b6;
}
.card--items .example--box {
  min-height: 0px;
}
@media screen and (max-width: 550px) {
  .card--items .example--box {
    width: 100%;
  }
}
.card--items .example--box .example--view {
  cursor: pointer;
  position: relative;
  height: 23rem;
  width: 23rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .card--items .example--box .example--view {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.card--items .example--box .example--view .media,
.card--items .example--box .example--view .description {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 0.9rem;
  border: 1px solid;
}
.card--items .example--box .example--view .media .unveil,
.card--items .example--box .example--view .description .unveil {
  width: 100%;
  height: 14rem;
}
.card--items .example--box .example--view .media .type-name,
.card--items .example--box .example--view .description .type-name,
.card--items .example--box .example--view .media .application-name,
.card--items .example--box .example--view .description .application-name {
  width: 100%;
  text-align: left;
  opacity: 1;
  margin-bottom: 1px;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  line-height: 1.3;
}
.card--items .example--box .example--view .media .type-name,
.card--items .example--box .example--view .description .type-name {
  letter-spacing: 0.1px;
  color: #707070;
  margin-top: 8px;
  max-height: 3.1rem;
}
.card--items .example--box .example--view .media .application-name,
.card--items .example--box .example--view .description .application-name {
  letter-spacing: 0px;
  color: #19467d;
  margin-top: 0px;
  max-height: 3.2rem;
  overflow: hidden;
}
.card--items .example--box .example--view.fuchsia .media,
.card--items .example--box .example--view.fuchsia .description {
  border-color: #6ab7b6;
}
.card--items .example--box .example--view.yellow .media,
.card--items .example--box .example--view.yellow .description {
  border-color: #f8ce00;
}
.card--items .example--box .example--view.red .media,
.card--items .example--box .example--view.red .description {
  border-color: #e13c25;
}
.card--items .example--box .example--view.green .media,
.card--items .example--box .example--view.green .description {
  border-color: #8dbc08;
}
.card--items .example--box .example--view .media {
  position: relative;
}
.card--items .example--box .example--view .description {
  top: 0;
  background-color: #f7f7f7;
  position: absolute;
  display: none;
}
.card--items .example--box .example--view .description .example--content {
  cursor: default;
  margin: 0 0 2rem 0;
  font-size: 12px;
}
.card--items .example--box .example--view .description .example--content .content--col .title {
  letter-spacing: 0px;
  color: #000000 !important;
  font-family: "Arial", sans-serif !important;
  opacity: 1;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 1.7rem !important;
}
.card--items .example--box .example--view .description .example--content .content--col .main-text-content {
  letter-spacing: 0px;
  color: #000000;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  opacity: 1;
  font-weight: normal;
  line-height: normal;
}
.card--items .example--box .example--view .description .example--content .redirect {
  letter-spacing: 0px;
  color: #19467d;
  opacity: 1;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #f7f7f7;
  box-shadow: #f7f7f7 0px -2px 6px 6px;
  padding: 0 0 2.1rem 1rem;
}
.card--items .example--box.active {
  z-index: 10000;
}
.card--items .example--box.active .example--view {
  cursor: default;
}
.card--items .example--box.active .example--view .description {
  height: 48rem;
  display: block;
  overflow: hidden;
}
/* FILTER BLOCK */
.search-controls {
  width: 100%;
  padding: 7rem 2.1rem 0 1rem;
}
.search-filters {
  padding-right: 0;
  padding-left: 0;
}
.search-filters .delimiter {
  margin-right: 3.5rem;
  border: 1px solid #cfcfcf;
  margin-bottom: 1.4rem;
  margin-top: 1.2rem;
}
.search-filters .controll-label {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0px;
  opacity: 1;
  color: #000000;
}
.search-filters .filters-label {
  font-size: 12px;
  color: #000000;
  padding: 6px 15px;
}
.search-filters .filter-checkboxes {
  padding-bottom: 3rem;
}
.search-filters .filter-checkboxes .checkbox-outer {
  margin-top: 0.3rem;
  padding-bottom: 0.1rem;
}
.search-filters .filter-checkboxes .checkbox-label,
.search-filters .filter-checkboxes .label {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.1px;
  position: relative;
  vertical-align: middle;
  display: inline-block !important;
  cursor: pointer;
  padding-left: 1rem;
}
.search-filters .filter-checkboxes .checkbox-label {
  padding-left: 2.6rem;
}
.search-filters .filter-checkboxes .checkbox-label--text {
  position: relative;
}
.search-filters .filter-checkboxes .checkbox-label.yellow:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-yellow.svg");
}
.search-filters .filter-checkboxes .checkbox-label.yellow:before,
.search-filters .filter-checkboxes .checkbox-label.yellow:after {
  border-color: #f8ce00;
}
.search-filters .filter-checkboxes .checkbox-label.red:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-red.svg");
}
.search-filters .filter-checkboxes .checkbox-label.red:before,
.search-filters .filter-checkboxes .checkbox-label.red:after {
  border-color: #e13c25;
}
.search-filters .filter-checkboxes .checkbox-label.green:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-green.svg");
}
.search-filters .filter-checkboxes .checkbox-label.green:before,
.search-filters .filter-checkboxes .checkbox-label.green:after {
  border-color: #8dbc08;
}
.search-filters .filter-checkboxes .checkbox-label.fuchsia:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-fuchsia.svg");
}
.search-filters .filter-checkboxes .checkbox-label.fuchsia:before,
.search-filters .filter-checkboxes .checkbox-label.fuchsia:after {
  border-color: #6ab7b6;
}
.search-filters .filter-checkboxes .checkbox-label.black:after {
  background: url("https://www.acecontrols.co.uk/skin/frontend/ace/default/images/product-areas/checkmark-black.svg");
}
.search-filters .filter-checkboxes .checkbox-label:before,
.search-filters .filter-checkboxes .checkbox-label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 13px;
  width: 13px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  vertical-align: inherit;
  display: inline-block;
  background-color: #f7f7f7;
}
.search-filters .filter-checkboxes .checkbox-label:after {
  opacity: 0;
  width: 12px;
  height: 15px;
}
.search-filters .filter-checkboxes .clear-all {
  font-weight: bold;
  color: #707070;
  cursor: pointer;
}
.search-filters .filter-checkboxes .branch-others {
  padding-top: 1rem;
}
.search-filters .filter-checkboxes .locked .checkbox-label {
  color: #707070;
  cursor: default;
}
.search-filters .filter-checkboxes .locked .checkbox-label:after,
.search-filters .filter-checkboxes .locked .checkbox-label:before {
  border-color: #cfcfcf;
}
.search-filters .checkbox-input {
  display: none;
}
.search-filters .checkbox-input:checked + .checkbox-label:after {
  opacity: 1;
  border: none;
  left: 2px;
  top: -2px;
}
@media screen and (max-width: 550px) {
  .search-filters {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .search-filters {
    padding-right: 0;
  }
  .search-filters .delimiter {
    margin-right: 0;
  }
}
#osc-loader {
  display: none;
}
#osc-loader.in-load {
  display: block;
}
#osc-loader.in-load .loader-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.618);
  padding: 0;
  margin: 0;
  left: 0;
  text-align: center;
  z-index: 55;
}
#osc-loader.in-load .loader-wrapper::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
#osc-loader.in-load .loader-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
#osc-loader.in-load .loader {
  width: 55px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
#osc-loader.in-load .loader > div {
  background-color: #19467d;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
#osc-loader.in-load .loader .rect2 {
  animation-delay: -1.1s;
}
#osc-loader.in-load .loader .rect3 {
  animation-delay: -1s;
}
#osc-loader.in-load .loader .rect4 {
  animation-delay: -0.9s;
}
#osc-loader.in-load .loader .rect5 {
  animation-delay: -0.8s;
}
.search-block.applications .search-block--data {
  display: block;
}
.search-block.applications .search-block--data .title {
  font-size: 14px;
  display: block;
}
.search-block.applications .search-block--data .subtitle {
  font-size: 12px;
  line-height: 18px;
}
.search-block.applications .search-block--data .description {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block.manuals .search-block--preview {
  width: 81px;
  height: 117px;
  border: solid lightgray 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.search-block.manuals .search-block--preview img {
  width: 79px;
  margin: 0 auto;
  display: block;
}
.search-block.manuals .search-block--data {
  display: block;
  padding: 15px 0 0 40px;
}
.search-block.manuals .search-block--data .title {
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}
.search-block.manuals .search-block--data .subtitle {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block.manuals .search-block--data .description {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
@media screen and (max-width: 768px) {
  .search-block.manuals .search-block--data {
    padding-left: 0;
  }
}
.search-block.cad .search-block--data {
  padding-left: 40px;
  display: block;
}
.search-block.cad .search-block--data .series-label {
  color: #000000;
}
.search-block.cad .search-block--data .cad-links a {
  width: 155px;
  height: 25px;
  margin-right: 9px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #c7ebff;
  color: #19467d;
  display: inline-block;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-block.cad .search-block--data {
    padding-left: 0;
  }
}
.search-block.news .search-block--data {
  display: block;
}
.search-block.news .search-block--data .title {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.search-block.news .search-block--data .subtitle {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block.news .search-block--data .description {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block.pages .search-block--data {
  display: block;
}
.search-block.pages .search-block--data .title {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.search-block.pages .search-block--data .subtitle {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block.pages .search-block--data .description {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block.all .search-block--data {
  padding-left: 0px;
  display: block;
}
.search-block.all .search-block--data .title {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.search-block.all .search-block--data .subtitle {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block.all .search-block--data .description {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.search-block .link-miniature {
  font-size: 10px;
  line-height: 18px;
  color: #808080;
  margin: 2px 0 17px;
}
.search-block .link-miniature a {
  color: #000000;
}
.search--all-res.disabled .title {
  color: #4d8ec3;
}
.search--all-res.disabled .subtitle {
  color: #707070;
}
.search--all-res.disabled .description {
  color: #707070;
}
@media screen and (max-width: 768px) {
  .catalogsearch-result-index .wrapper--content {
    padding: 3rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .catalogsearch-result-index .wrapper--content {
    padding: 10px;
    padding-bottom: 0;
  }
}
.search-autocomplete {
  z-index: 1000;
}
.search-autocomplete .suggest-items li {
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
  margin: 0;
  clear: both;
}
.search-autocomplete .suggest-items li.even {
  background-color: #f7f7f7;
}
.search-autocomplete .suggest-items li.odd {
  background-color: #ffffff;
}
.search-autocomplete .suggest-items li.show-all {
  background-color: #ffffff;
  text-align: right;
  font-size: 14px;
  padding: 10px;
}
.search-autocomplete .suggest-items li.odd.selected,
.search-autocomplete .suggest-items li.even.selected,
.search-autocomplete .suggest-items li.show-all.selected {
  background: #dfdfdf;
}
/* SEARCH APPLICATION LIST */
@media screen and (max-width: 767px) {
  .search-block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-block--image {
    padding-bottom: 12px;
    text-align: center;
  }
}
.search-block {
  width: 100%;
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
}
.search-block--image {
  padding: 0;
  margin-top: 4px;
}
.search-block--image img {
  width: 120px;
  height: 80px;
}
/* SEARCH TEASER */
.position-relative {
  position: relative;
}
.position-relative p {
  margin: 0;
  padding: 0;
}
.fse_search__header__left {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding: 30px 0 0;
  margin-top: 0;
}
.fse_search__header__left h1 {
  margin-top: 19px;
  font-size: 32px;
  font-weight: normal;
}
.fse_search-teaser--search--form-wrapper {
  width: 50%;
  margin: 15px auto 0;
}
.fse_search-teaser--search--form-wrapper form {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .fse_search-teaser--search--form-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .fse_search-teaser--search--form-wrapper {
    width: 100%;
  }
}
.fse_search_teaser__header_menu {
  position: absolute;
  margin-top: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 1010px) {
  .fse_search_teaser__header_menu {
    position: relative;
  }
}
.fse_search_teaser__tab {
  margin-top: 2rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.fse_search_teaser__tab .fse_search_teaser__tablinks {
  background-color: #e2e2e2;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-top: 0.5rem solid #959595;
  border-left: 0.1rem solid #959595;
  border-right: 0.1rem solid #959595;
  width: calc(25% + 1px);
  text-align: center;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
.fse_search_teaser__tablinks div {
  display: table;
  width: 100%;
  height: 100%;
}
.fse_search_teaser__tablinks div span {
  display: table-cell;
  vertical-align: middle;
}
.fse_search_teaser__tab_other {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
}
.fse_search_teaser__tab_other .fse_search_teaser__tablinks {
  width: initial;
  border-left: 0;
}
.fse_search_teaser__tablinks:hover {
  background-color: #f1f2f2;
}
.fse_search_teaser__tablinks.active {
  background-color: #ffffff;
  border-top: 0.5rem solid #19467d;
}
@media screen and (max-width: 1010px) {
  .fse_search_teaser__tab .fse_search_teaser__tablinks {
    width: 33.33%;
    padding: 5px;
    word-break: break-word;
  }
  .fse_search_teaser__tab_other {
    width: 66.66%;
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
  .fse_search_teaser__tab_other .fse_search_teaser__tablinks {
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .fse_search_teaser__tab .fse_search_teaser__tablinks {
    width: 50%;
    padding: 5px;
    word-break: break-word;
  }
  .fse_search_teaser__tab_other {
    width: 50%;
    display: grid;
    grid-template-columns: 100%;
  }
  .fse_search_teaser__tab_other .fse_search_teaser__tablinks {
    width: 100%;
  }
}
/* SEARCH PAGINATION */
.search-pagination {
  text-align: left;
}
@media (max-width: 768px) {
  .search-pagination {
    text-align: center;
  }
}
.search-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-pagination ul li {
  display: inline;
}
.search-pagination ul li a {
  display: inline-block;
  padding: 3px 8px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  border-radius: 3px;
}
.search-pagination ul li span {
  display: inline-block;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  border-radius: 3px;
}
.search-pagination ul li a.disabled {
  color: #707070;
  cursor: default;
}
.search-pagination ul li a.active {
  color: #19467d;
  background: #dddddd;
}
/* SEARCH PER PAGE */
.search-per-page {
  text-align: right;
}
@media (max-width: 768px) {
  .search-per-page {
    text-align: center;
  }
}
.search-per-page ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.search-per-page ul li {
  display: inline;
}
.search-per-page ul li a {
  display: inline-block;
  padding: 3px 8px;
  color: #000000;
  text-decoration: none;
}
.search-per-page ul li a.active {
  color: #19467d;
}
/* SEARCH TOOLBAR */
.search-toolbar-left,
.search-toolbar-right {
  float: left;
  width: 50%;
}
@media (max-width: 768px) {
  .search-toolbar-left,
  .search-toolbar-right {
    width: 100%;
  }
}
/* SEARCH PAGINATION */
.search-pagination {
  text-align: left;
}
@media (max-width: 768px) {
  .search-pagination {
    text-align: center;
  }
}
.search-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-pagination ul li {
  display: inline;
}
.search-pagination ul li a {
  display: inline-block;
  padding: 3px 8px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  border-radius: 3px;
}
.search-pagination ul li a.disabled {
  color: #707070;
  cursor: default;
}
.search-pagination ul li a.active {
  color: #19467d;
  background: #dddddd;
}
/* SEARCH PER PAGE */
.search-per-page {
  text-align: right;
}
@media (max-width: 768px) {
  .search-per-page {
    text-align: center;
  }
}
.search-per-page ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.search-per-page ul li {
  display: inline;
}
.search-per-page ul li a {
  display: inline-block;
  padding: 3px 8px;
  color: #000000;
  text-decoration: none;
}
.search-per-page ul li a.active {
  color: #19467d;
}
.webform .form,
.webform form {
  padding-left: 0;
}
form,
.form {
  padding-left: 40px;
  font-size: 14px;
}
form form,
.form form,
form .form,
.form .form {
  padding-left: 0;
}
form .legend,
.form .legend {
  margin-left: -40px;
  padding: 5px 0px 5px 40px;
  background: #f1f2f2;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
form .form-list,
.form .form-list,
form .field ul,
.form .field ul {
  list-style: none;
}
form .form-list,
.form .form-list,
form .field ul,
.form .field ul,
form .form-list li,
.form .form-list li,
form .field ul li,
.form .field ul li,
li form .form-list .content,
li .form .form-list .content,
li form .field ul .content,
li .form .field ul .content {
  margin: 0;
  padding: 0;
}
form .form-list:before,
.form .form-list:before,
form .field ul:before,
.form .field ul:before,
form .form-list li:before,
.form .form-list li:before,
form .field ul li:before,
.form .field ul li:before,
li form .form-list .content:before,
li .form .form-list .content:before,
li form .field ul .content:before,
li .form .field ul .content:before {
  display: none;
}
form .field,
.form .field {
  position: relative;
  margin-bottom: 10px;
}
form .buttons-set,
.form .buttons-set {
  margin-top: 20px;
}
form .buttons-set button,
.form .buttons-set button,
form .buttons-set input[type="submit"],
.form .buttons-set input[type="submit"] {
  padding-left: 40px;
  padding-right: 40px;
}
form label.required em,
.form label.required em {
  padding: 0px 3px;
}
form label,
.form label,
form .buttons-set .required,
.form .buttons-set .required {
  margin-top: 5px;
  width: 30%;
}
form label,
.form label,
form .buttons-set .required,
.form .buttons-set .required,
form label ~ *,
.form label ~ *,
form .buttons-set .required ~ *,
.form .buttons-set .required ~ * {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1010px) {
  form label,
  .form label,
  form .buttons-set .required,
  .form .buttons-set .required {
    width: 100%;
  }
}
form label > *,
.form label > *,
form .buttons-set .required > *,
.form .buttons-set .required > * {
  margin: 0;
}
form label + *,
.form label + * {
  width: 69%;
}
@media screen and (max-width: 1010px) {
  form label + *,
  .form label + * {
    width: 100%;
  }
}
form .buttons-set .required,
.form .buttons-set .required,
form .buttons-set .required ~ *,
.form .buttons-set .required ~ * {
  margin-top: 0;
  vertical-align: baseline;
}
form .buttons-set .required ~ *,
.form .buttons-set .required ~ * {
  width: auto;
  margin-right: 40px;
}
form .colored-label .field > label:before,
.form .colored-label .field > label:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  width: 10px;
  height: 20px;
  background-color: #dfdfdf;
}
form .colored-label.yellow .field > label:before,
.form .colored-label.yellow .field > label:before {
  background-color: #f8ce00;
}
form .colored-label.fuchsia .field > label:before,
.form .colored-label.fuchsia .field > label:before {
  background-color: #6ab7b6;
}
form .colored-label.green .field > label:before,
.form .colored-label.green .field > label:before {
  background-color: #8dbc08;
}
form .colored-label.red .field > label:before,
.form .colored-label.red .field > label:before {
  background-color: #e13c25;
}
form input:not([type="file"]),
.form input:not([type="file"]),
form textarea,
.form textarea,
form select,
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
form input:not([type="file"])::-ms-expand,
.form input:not([type="file"])::-ms-expand,
form textarea::-ms-expand,
.form textarea::-ms-expand,
form select::-ms-expand,
.form select::-ms-expand {
  display: none;
}
form input:not([type="file"])[type="checkbox"],
.form input:not([type="file"])[type="checkbox"],
form textarea[type="checkbox"],
.form textarea[type="checkbox"],
form select[type="checkbox"],
.form select[type="checkbox"],
form input:not([type="file"])[type="radio"],
.form input:not([type="file"])[type="radio"],
form textarea[type="radio"],
.form textarea[type="radio"],
form select[type="radio"],
.form select[type="radio"],
form input:not([type="file"])[type="button"],
.form input:not([type="file"])[type="button"],
form textarea[type="button"],
.form textarea[type="button"],
form select[type="button"],
.form select[type="button"],
form input:not([type="file"]) button,
.form input:not([type="file"]) button,
form textarea button,
.form textarea button,
form select button,
.form select button {
  min-width: initial;
  height: auto;
  border: none;
}
form input:not([type="file"])[type="checkbox"],
.form input:not([type="file"])[type="checkbox"],
form textarea[type="checkbox"],
.form textarea[type="checkbox"],
form select[type="checkbox"],
.form select[type="checkbox"],
form input:not([type="file"])[type="radio"],
.form input:not([type="file"])[type="radio"],
form textarea[type="radio"],
.form textarea[type="radio"],
form select[type="radio"],
.form select[type="radio"] {
  position: absolute;
  visibility: hidden;
}
form input:not([type="file"])[type="checkbox"] + label,
.form input:not([type="file"])[type="checkbox"] + label,
form textarea[type="checkbox"] + label,
.form textarea[type="checkbox"] + label,
form select[type="checkbox"] + label,
.form select[type="checkbox"] + label,
form input:not([type="file"])[type="radio"] + label,
.form input:not([type="file"])[type="radio"] + label,
form textarea[type="radio"] + label,
.form textarea[type="radio"] + label,
form select[type="radio"] + label,
.form select[type="radio"] + label {
  width: auto;
}
form input:not([type="file"])[type="checkbox"] + label:before,
.form input:not([type="file"])[type="checkbox"] + label:before,
form textarea[type="checkbox"] + label:before,
.form textarea[type="checkbox"] + label:before,
form select[type="checkbox"] + label:before,
.form select[type="checkbox"] + label:before,
form input:not([type="file"])[type="radio"] + label:before,
.form input:not([type="file"])[type="radio"] + label:before,
form textarea[type="radio"] + label:before,
.form textarea[type="radio"] + label:before,
form select[type="radio"] + label:before,
.form select[type="radio"] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
form input:not([type="file"])[type="checkbox"][type="radio"] + label:before,
.form input:not([type="file"])[type="checkbox"][type="radio"] + label:before,
form textarea[type="checkbox"][type="radio"] + label:before,
.form textarea[type="checkbox"][type="radio"] + label:before,
form select[type="checkbox"][type="radio"] + label:before,
.form select[type="checkbox"][type="radio"] + label:before,
form input:not([type="file"])[type="radio"][type="radio"] + label:before,
.form input:not([type="file"])[type="radio"][type="radio"] + label:before,
form textarea[type="radio"][type="radio"] + label:before,
.form textarea[type="radio"][type="radio"] + label:before,
form select[type="radio"][type="radio"] + label:before,
.form select[type="radio"][type="radio"] + label:before {
  border-radius: 50%;
}
form input:not([type="file"])[type="checkbox"]:checked + label:before,
.form input:not([type="file"])[type="checkbox"]:checked + label:before,
form textarea[type="checkbox"]:checked + label:before,
.form textarea[type="checkbox"]:checked + label:before,
form select[type="checkbox"]:checked + label:before,
.form select[type="checkbox"]:checked + label:before,
form input:not([type="file"])[type="radio"]:checked + label:before,
.form input:not([type="file"])[type="radio"]:checked + label:before,
form textarea[type="radio"]:checked + label:before,
.form textarea[type="radio"]:checked + label:before,
form select[type="radio"]:checked + label:before,
.form select[type="radio"]:checked + label:before {
  border-color: transparent;
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--benefits.png) no-repeat transparent left top;
}
form select,
.form select {
  background: url(https://www.acecontrols.co.uk/skin/frontend/ace/default/images/icon--select.png) right center no-repeat;
}
form textarea,
.form textarea {
  min-height: 100px;
}
form .field[class*="fieldsize-"] input,
.form .field[class*="fieldsize-"] input,
form .field[class*="fieldsize-"] select,
.form .field[class*="fieldsize-"] select,
form .field[class*="fieldsize-"] textarea,
.form .field[class*="fieldsize-"] textarea {
  min-width: initial;
}
form .field[class*="fieldsize-"].fieldsize-xxs input,
.form .field[class*="fieldsize-"].fieldsize-xxs input,
form .field[class*="fieldsize-"].fieldsize-xxs select,
.form .field[class*="fieldsize-"].fieldsize-xxs select,
form .field[class*="fieldsize-"].fieldsize-xxs textarea,
.form .field[class*="fieldsize-"].fieldsize-xxs textarea {
  width: 70px;
}
form .field[class*="fieldsize-"].fieldsize-xs input,
.form .field[class*="fieldsize-"].fieldsize-xs input,
form .field[class*="fieldsize-"].fieldsize-xs select,
.form .field[class*="fieldsize-"].fieldsize-xs select,
form .field[class*="fieldsize-"].fieldsize-xs textarea,
.form .field[class*="fieldsize-"].fieldsize-xs textarea {
  width: 140px;
}
form .field[class*="fieldsize-"].fieldsize-s input,
.form .field[class*="fieldsize-"].fieldsize-s input,
form .field[class*="fieldsize-"].fieldsize-s select,
.form .field[class*="fieldsize-"].fieldsize-s select,
form .field[class*="fieldsize-"].fieldsize-s textarea,
.form .field[class*="fieldsize-"].fieldsize-s textarea {
  width: 210px;
}
form .field[class*="fieldsize-"].fieldsize-m input,
.form .field[class*="fieldsize-"].fieldsize-m input,
form .field[class*="fieldsize-"].fieldsize-m select,
.form .field[class*="fieldsize-"].fieldsize-m select,
form .field[class*="fieldsize-"].fieldsize-m textarea,
.form .field[class*="fieldsize-"].fieldsize-m textarea {
  width: 280px;
}
form .field[class*="fieldsize-"].fieldsize-l input,
.form .field[class*="fieldsize-"].fieldsize-l input,
form .field[class*="fieldsize-"].fieldsize-l select,
.form .field[class*="fieldsize-"].fieldsize-l select,
form .field[class*="fieldsize-"].fieldsize-l textarea,
.form .field[class*="fieldsize-"].fieldsize-l textarea {
  width: 350px;
}
form .field[class*="fieldsize-"].fieldsize-xl input,
.form .field[class*="fieldsize-"].fieldsize-xl input,
form .field[class*="fieldsize-"].fieldsize-xl select,
.form .field[class*="fieldsize-"].fieldsize-xl select,
form .field[class*="fieldsize-"].fieldsize-xl textarea,
.form .field[class*="fieldsize-"].fieldsize-xl textarea {
  width: 420px;
}
form .field[class*="fieldsize-"].fieldsize-xxl input,
.form .field[class*="fieldsize-"].fieldsize-xxl input,
form .field[class*="fieldsize-"].fieldsize-xxl select,
.form .field[class*="fieldsize-"].fieldsize-xxl select,
form .field[class*="fieldsize-"].fieldsize-xxl textarea,
.form .field[class*="fieldsize-"].fieldsize-xxl textarea {
  width: 490px;
}
form .field.has-comment input,
.form .field.has-comment input,
form .field.has-comment input + *,
.form .field.has-comment input + * {
  display: inline-block;
  min-width: initial;
}
form .field.has-comment .webforms-fields-comment,
.form .field.has-comment .webforms-fields-comment {
  width: 30px;
  margin: 5px 0 0 3px;
  font-size: 12px;
}
form input + .validation-advice,
.form input + .validation-advice,
form textarea + .validation-advice,
.form textarea + .validation-advice,
form select + .validation-advice,
.form select + .validation-advice {
  display: block;
  margin-top: -3px;
  padding: 5px 0 0;
  color: #f00;
}
form li.field.group-2,
.form li.field.group-2,
form li.field.group-2 + *,
.form li.field.group-2 + * {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
form li.field.group-2 label,
.form li.field.group-2 label,
form li.field.group-2 + * label,
.form li.field.group-2 + * label {
  width: 51%;
}
form li.field.group-2 label + *,
.form li.field.group-2 label + *,
form li.field.group-2 + * label + *,
.form li.field.group-2 + * label + * {
  width: 48%;
}
form li.field.group-2 + *,
.form li.field.group-2 + * {
  width: 50%;
}
form li.field.group-2 + * label,
.form li.field.group-2 + * label {
  text-align: right;
  padding-right: 5%;
}
form li.field.group-3,
.form li.field.group-3 {
  margin-left: 30.5%;
}
form li.field.group-3,
.form li.field.group-3,
form li.field.group-3 + *,
.form li.field.group-3 + * {
  margin-right: 2%;
}
form li.field.group-3,
.form li.field.group-3,
form li.field.group-3 + *,
.form li.field.group-3 + *,
form li.field.group-3 + * + *,
.form li.field.group-3 + * + * {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}
form li.field.group-3 label,
.form li.field.group-3 label,
form li.field.group-3 + * label,
.form li.field.group-3 + * label,
form li.field.group-3 + * + * label,
.form li.field.group-3 + * + * label,
form li.field.group-3 label + *,
.form li.field.group-3 label + *,
form li.field.group-3 + * label + *,
.form li.field.group-3 + * label + *,
form li.field.group-3 + * + * label + *,
.form li.field.group-3 + * + * label + * {
  width: 100%;
}
form .field.two-columns.type-select-checkbox .list-select > *,
.form .field.two-columns.type-select-checkbox .list-select > *,
form .field.two-columns.type-select-radio .list-select > *,
.form .field.two-columns.type-select-radio .list-select > * {
  width: 49%;
  display: inline-block;
}
@media screen and (max-width: 1010px) {
  form .field.two-columns.type-select-checkbox .list-select > *,
  .form .field.two-columns.type-select-checkbox .list-select > *,
  form .field.two-columns.type-select-radio .list-select > *,
  .form .field.two-columns.type-select-radio .list-select > * {
    width: 100%;
  }
}
form .field.three-columns.type-select-checkbox .list-select > *,
.form .field.three-columns.type-select-checkbox .list-select > *,
form .field.three-columns.type-select-radio .list-select > *,
.form .field.three-columns.type-select-radio .list-select > * {
  width: 33%;
  display: inline-block;
}
form div.little-heading {
  color: #19467d;
}
form .technical-details-vibration div.little-heading {
  margin-top: 25px;
}
form .technical-details-vibration div.input-box {
  width: 65.5% !important;
}
form .technical-details .field.two-columns.type-select-checkbox .list-select > *,
.form .field.two-columns.type-select-checkbox .list-select > *,
form .field.two-columns.type-select-radio .list-select > *,
.form .field.two-columns.type-select-radio .list-select > * {
  display: block;
  width: 100%;
}
#field_152_row {
  width: 43%;
  float: left;
}
#field_152 .input-box {
  width: 45%;
}
form.webforms-calc-service label {
  width: 200px;
}
form .technical-details li.field.fields:nth-child(4) {
  width: 55%;
  height: 140px;
  float: left;
}
form .technical-details label#label_field153 {
  width: 40px;
}
form .technical-details li.technical-details-title {
  clear: both;
}
form .technical-details li.field.fields.technical-detail {
  clear: both;
  height: 40px;
}
form .technical-details li.field.fields.technical-detail div.field {
  width: 45%;
  float: left;
}
form .has-comment div.input-box,
form .technical-details label + * {
  width: auto;
}
#field156 {
  width: 140px;
}
#field150 {
  width: 563px;
}
#field_157_row li.control {
  float: left;
  width: 200px;
}
#fieldset_20 #field_157_row .input-box,
#fieldset_20 #field_162_row .input-box {
  width: 600px;
}
#field_163 {
  margin-top: 40px;
}
form .calc-form-sender label + * {
  width: auto;
}
form .calc-form-sender li.field.fields:nth-child(2) {
  width: 610px;
}
form .calc-form-sender .firstname {
  width: 395px;
  float: left;
}
form .calc-form-sender .lastname label,
form .calc-form-sender .housenr label,
form .calc-form-sender .city label,
form .calc-form-sender .pre-number-1 label,
form .calc-form-sender .pre-number-2 label {
  display: none;
}
form .calc-form-sender .lastname {
  width: 215px;
  float: left;
}
form .calc-form-sender .lastname .input-box {
  width: 228px;
}
form .calc-form-sender li.field.fields {
  clear: both;
  height: auto;
}
form .calc-form-sender div.street {
  width: 565px;
  float: left;
}
form .calc-form-sender .street .input-box {
  width: 350px;
}
form .calc-form-sender .housenr {
  width: 66px;
  float: left;
}
form .calc-form-sender div.housenr .input-box,
form .calc-form-sender div.pre-number-1 .input-box,
form .calc-form-sender div.pre-number-2 .input-box {
  width: 57px;
}
form .calc-form-sender div.zip-code,
form .calc-form-sender div.telephone,
form .calc-form-sender div.telefax {
  width: 365px;
  float: left;
}
form .calc-form-sender div.zip-code .input-box,
form .calc-form-sender div.telephone .input-box,
form .calc-form-sender div.telefax .input-box {
  width: 150px;
}
form .calc-form-sender div.city {
  float: left;
}
form .calc-form-sender div.city .input-box {
  width: 257px;
}
form .calc-form-sender div.pre-number-1,
form .calc-form-sender div.pre-number-2 {
  float: left;
  width: 100px;
}
form .calc-form-sender li.field.fields.e-mail {
  height: auto;
}
form.webforms-calc-service p.required {
  width: 185px!important;
}
form.webforms-calc-service input.heat {
  width: 140px!important;
}
.webforms-success-text {
  font-family: Arial, sans-serif;
}
.webforms-success-text pre {
  font-family: Arial, sans-serif;
}
.webforms-success-text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .logo span {
    display: none;
  }
  .content {
    padding-left: 15px;
  }
}
@media print {
  .topmenu,
  .header__regions,
  .header__search,
  .header-pricerequest,
  #sitemap,
  footer.legal,
  footer.group,
  div.catmenu,
  nav.access,
  .topmenu__background {
    display: none;
    visibility: hidden;
  }
  a[href]:after {
    content: none !important;
  }
}
.widget-navigationlinks--container {
  text-align: center;
  border-top: 1px solid #19467d;
}
.widget-navigationlinks--number {
  display: none;
}
.widget-navigationlinks--image,
.widget-navigationlinks--hoverimage {
  display: block;
  clear: both;
  height: 6rem;
  margin: 1.6rem auto 1.7rem auto;
}
.widget-navigationlinks--hoverimage {
  display: none;
}
.widget-navigationlinks--link {
  padding: 1.8rem 0 2rem 0;
  text-decoration: none !important;
  display: block;
  color: #19467d;
}
.widget-navigationlinks--link:hover {
  color: #808080;
}
.widget-navigationlinks--link:hover .widget-navigationlinks--hoverimage {
  display: block;
}
.widget-navigationlinks--link:hover .widget-navigationlinks--image {
  display: none;
}
.widget-navigationlinks--link:hover img {
  filter: invert(53%) sepia(0%) saturate(13%) hue-rotate(169deg) brightness(95%) contrast(92%);
}
.widget-navigationlinks--title {
  margin-top: 4px;
  white-space: nowrap;
}
.widget-navigationlinks--title-text {
  color: inherit;
}
.widget-navigationlinks--description {
  color: inherit;
  font-size: 12px;
  letter-spacing: 0.1px;
  display: block;
  padding: 0 6px;
  max-height: 3rem;
}
.widget-navigationlinks--title-text {
  text-transform: uppercase;
}
.ace_de_new_skin .widget-navigationlinks--number {
  display: block;
  color: #f18500;
  font-family: 'Times New Roman';
  font-size: 3.5rem;
}
.ace_de_new_skin .widget-navigationlinks--container .continer-fluid {
  overflow: hidden;
}
.widget-support--container {
  margin: 0;
  padding: 5.9rem 0 5.2rem 0;
}
.widget-support--container .widget-support--blocks {
  display: block;
  width: 100%;
  margin: auto;
}
.widget-support--container .widget-support--blocks .widget-support--block {
  display: inline-block;
  width: 40%;
}
.widget-support--container .widget-support--blocks .widget-support--block:first-of-type .widget-support--block-item:first-of-type {
  padding-left: 48px;
}
@media screen and (max-width: 1009px) {
  .widget-support--container .widget-support--blocks .widget-support--block:first-of-type .widget-support--block-item:first-of-type {
    padding-left: 0;
  }
  .widget-support--container .widget-support--blocks .widget-support--block:first-of-type .widget-support--block-item:first-of-type img {
    margin-right: 0.8rem;
  }
}
.widget-support--container .widget-support--blocks .widget-support--block:first-of-type .widget-support--block-item:last-of-type {
  padding-left: 24px;
}
@media screen and (max-width: 1009px) {
  .widget-support--container .widget-support--blocks .widget-support--block:first-of-type .widget-support--block-item:last-of-type {
    padding-left: 0;
  }
}
.widget-support--container .widget-support--blocks .widget-support--block:last-of-type img {
  width: 51px;
  height: 51px;
}
.widget-support--container .widget-support--blocks .widget-support--block:last-of-type .widget-support--block-item:first-of-type {
  margin-top: -6px;
  padding-left: 67px;
}
@media screen and (max-width: 1009px) {
  .widget-support--container .widget-support--blocks .widget-support--block:last-of-type .widget-support--block-item:first-of-type {
    margin-top: 0;
    padding-left: 0;
  }
}
.widget-support--container .widget-support--blocks .widget-support--block:last-of-type .widget-support--block-item:last-of-type {
  padding-left: 28px;
}
@media screen and (max-width: 1009px) {
  .widget-support--container .widget-support--blocks .widget-support--block:last-of-type .widget-support--block-item:last-of-type {
    padding-left: 0;
  }
}
.widget-support--container .widget-support--blocks .widget-support--block-title {
  width: 19%;
  text-align: center;
}
.widget-support--container .widget-support--blocks .widget-support--block-title .widget-support--block-item {
  padding-left: 11px;
}
@media screen and (max-width: 1009px) {
  .widget-support--container .widget-support--blocks .widget-support--block-title .widget-support--block-item {
    padding-left: 0;
  }
}
.widget-support--container .widget-support--blocks .widget-support--block .widget-support--block-item {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.widget-support--container .widget-support--blocks .widget-support--block .widget-support--block-item--title {
  margin: 0;
  font-size: 1.33rem;
  color: #808080;
}
.widget-support--container .widget-support--blocks .widget-support--block .widget-support--block-item--data {
  font-size: 2.04rem;
  color: #19467d;
  max-width: 25rem;
}
.widget-support--container .widget-support--blocks .widget-support--block .widget-support--block-item .widget-support--title {
  text-transform: uppercase;
  color: #19467d;
  font-size: 1.4rem;
  margin: 0;
}
.widget-support--container .widget-support--blocks .widget-support--block .widget-support--block-item .widget-support--block-title {
  text-align: center;
}
.widget-support--container .widget-support--blocks .widget-support--image {
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 1009px) {
  .widget-support--container .widget-support--blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .widget-support--container .widget-support--blocks .widget-support--block {
    text-align: left;
    width: 100%;
    padding-top: 1.5rem;
  }
  .widget-support--container .widget-support--blocks .widget-support--block-title {
    text-align: center;
    -ms-flex-order: -1;
        order: -1;
  }
  .widget-support--container .widget-support--blocks .widget-support--image {
    margin: 0 1.5rem;
  }
}
.widget-news_carousel--container {
  margin: 0;
}
.widget-news_carousel--blocks {
  margin-top: 15px;
  margin-bottom: 33px;
  font-size: 0;
}
.widget-news_carousel--block {
  background-color: #f18500;
  display: inline-block;
  min-height: 145px;
  width: 32%;
  margin-left: 1.85%;
  vertical-align: top;
}
.widget-news_carousel--block.first {
  margin-left: 0%;
}
.widget-news_carousel--block-text {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.widget-news_carousel--block-text {
  width: 100%;
  padding: 14px 26px 14px 3px;
  position: relative;
}
.widget-news_carousel--block-text-title,
.widget-news_carousel--block-text-text {
  display: block;
  width: 100%;
}
.widget-news_carousel--block-text-title {
  display: grid;
  grid-template-columns: 1fr 100fr;
  margin-bottom: 1.25rem;
}
.widget-news_carousel--block-text-title svg {
  margin-top: 5px;
  height: 2rem;
  width: 2rem;
  background-color: #ffffff;
  border-radius: 100%;
  right: 35px;
  bottom: 0px;
  position: static;
  display: inline-block;
  margin-right: 2rem;
  cursor: pointer;
}
.widget-news_carousel--block-text-title svg line {
  stroke: #f18500;
  stroke-width: 6%;
}
.widget-news_carousel--block-text-title h5 {
  color: #ffffff;
  font-size: 2.03rem;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}
.widget-news_carousel--block-text-text {
  color: #ffffff;
  font-size: 1.32rem;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 1009px) {
  .widget-news_carousel--block {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
    min-height: auto;
  }
  .widget-news_carousel--block.first {
    margin-top: 0;
  }
}
.widget-search_products--container {
  margin-bottom: 5.4rem;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10;
}
.widget-search_products--container .widget-search_products--blocks {
  width: 70%;
  margin: 0 auto;
  margin-left: 11.3%;
  text-align: center;
  white-space: nowrap;
}
.widget-search_products--container .widget-search_products--text {
  display: inline-block;
  width: 40%;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.1px;
}
.widget-search_products--container .widget-search_products--form {
  display: inline-block;
  height: 34px;
  margin-left: 3.5%;
}
@media screen and (max-width: 1009px) {
  .widget-search_products--container .widget-search_products--form {
    margin-left: 10px;
  }
}
.widget-search_products--container .widget-search_products--form #search_widget_form {
  padding: 0;
  margin: 0;
}
.widget-search_products--container .widget-search_products--form #search_widget_form .search-autocomplete ul {
  border: #f18500 solid 1px;
  border-radius: 3px;
  padding-left: 0;
}
.widget-search_products--container .widget-search_products--form #search_widget_form .search-autocomplete ul li {
  text-align: left;
}
.widget-search_products--container .widget-search_products--form #search_widget_form .search-autocomplete ul .first {
  border-radius: 3px 3px 0 0;
}
.widget-search_products--container .widget-search_products--form #search_widget_form .search-autocomplete ul .show-all {
  white-space: normal;
  text-align: right;
  border-radius: 0 0 3px 3px;
}
.widget-search_products--container .widget-search_products--form-wrapper input {
  color: #19467d;
  width: 272px;
  min-width: auto;
  height: 34px;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0 9px;
}
@media screen and (max-width: 480px) {
  .widget-search_products--container .widget-search_products--form-wrapper input {
    width: 70%;
  }
}
.widget-search_products--container .widget-search_products--form-wrapper input:-ms-input-placeholder {
  color: #808080;
}
.widget-search_products--container .widget-search_products--form-wrapper input:focus {
  outline: none;
  border: 1px solid #19467d;
}
.widget-search_products--container .widget-search_products--form-wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}
.widget-search_products--container .widget-search_products--form-wrapper input:focus::placeholder {
  color: transparent;
}
.widget-search_products--container .widget-search_products--form-wrapper button {
  margin-left: 1%;
  margin-bottom: 3px;
  width: 148px;
  min-height: unset;
  height: 34px;
  background-color: #19467d;
  border: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .widget-search_products--container .widget-search_products--form-wrapper button {
    margin-left: 0;
    width: 25%;
  }
}
.widget-search_products--container .widget-search_products--form-wrapper button:focus {
  outline: none;
  background-color: #808080;
}
@media screen and (max-width: 1009px) {
  .widget-search_products--container .widget-search_products--blocks {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .widget-search_products--container .widget-search_products--blocks {
    width: 100%;
    margin-left: 0;
    white-space: normal;
  }
  .widget-search_products--container .widget-search_products--text {
    width: 100%;
    padding-bottom: 14px;
  }
  .widget-search_products--container .widget-search_products--form {
    width: 100%;
  }
}
.category_grid--title {
  font-size: 2.2rem;
  line-height: 1.2;
  display: inline-block;
  height: 5rem;
  color: #707070;
  padding: 0;
}
.category_grid--body {
  display: inline-block;
  width: 100%;
}
.category_grid--body-block {
  width: 100%;
  padding: 0;
  padding-right: 4rem;
}
.category_grid--body-block-head {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}
.category_grid--body-block-head-title {
  font-size: 2rem;
  color: #000000;
  height: 3rem;
  bottom: 0;
  padding: 0 !important;
}
.category_grid--body-block-head-col {
  bottom: 8px;
  padding: 0 !important;
}
.category_grid--body-block-head-col-inner {
  height: 3rem;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
}
.category_grid--body-block-head-col-inner.fuchsia {
  border-bottom-color: #6ab7b6;
}
.category_grid--body-block-head-col-inner.yellow {
  border-bottom-color: #f8ce00;
}
.category_grid--body-block-head-col-inner.green {
  border-bottom-color: #8dbc08;
}
.category_grid--body-block-head-col-inner.red {
  border-bottom-color: #e13c25;
}
.category_grid--body-block-cells {
  display: grid;
  width: 100%;
  grid-column-gap: 6rem;
}
.category_grid--body-block-cells.one-col {
  grid-template-columns: 1fr;
}
.category_grid--body-block-cells.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
.category_grid--body-block-cell {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0 !important;
}
.category_grid--textbox {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dfdfdf;
}
.category_grid--textbox h1,
.category_grid--textbox h2,
.category_grid--textbox h3 {
  font-weight: normal;
  font-size: 2.2rem;
}
.category_grid--textbox-desc {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .category_grid--title {
    margin-bottom: 2rem;
  }
  .category_grid--body-block-cells {
    grid-template-columns: 1fr !important;
  }
  .category_grid--body-block-cell {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.widget-calculation_list--container {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: inline-block;
}
.widget-calculation_list--container--outer {
  border-top: solid 1px #dfdfdf;
}
.widget-calculation_list--calculations {
  padding-left: 30px;
}
.widget-calculation_list--configurators {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dfdfdf;
  padding-right: 30px;
}
.widget-calculation_list--cell {
  height: 250px;
}
.widget-calculation_list--cell-image {
  max-width: 160px;
  position: relative;
  margin-bottom: 1rem;
}
.widget-calculation_list--cell-image-img {
  width: 100%;
  height: auto;
}
.widget-calculation_list--cell-type {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 0.1rem;
}
.widget-calculation_list--cell-title {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  color: #19467d;
}
.widget-calculation_list--cell-desc {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #707070;
}
@media screen and (max-width: 1009px) {
  .widget-calculation_list--configurators {
    border-right: none;
    padding-right: 0;
  }
  .widget-calculation_list--calculations {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .widget-calculation_list--cell-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.widget-products_list--container {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: inline-block;
}
.widget-products_list--container--outer {
  border-bottom: solid 1px #dfdfdf;
}
.widget-products_list--button {
  border: none;
  text-align: left;
  height: 45px;
  width: 225px;
  margin: 0.5rem auto;
  padding: 0;
}
.widget-products_list--button-svg {
  margin: 2px 10px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.widget-products_list--button-text {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.widget-products_list--button line {
  stroke-width: 1px;
}
.widget-products_list--button:hover {
  text-decoration: none;
}
.widget-products_list .blue .widget-products_list--button {
  background-color: #ffffff;
  border: solid 2px #dfdfdf;
}
.widget-products_list .blue .widget-products_list--button-svg {
  background-color: #19467d;
}
.widget-products_list .blue .widget-products_list--button-text {
  color: #707070;
}
.widget-products_list .blue .widget-products_list--button line {
  stroke: #ffffff;
}
.widget-products_list--sidebar {
  padding-left: 0 !important;
}
.widget-products_list--sidebar-quick_access {
  text-align: center;
  padding: 4rem 0;
  margin: 0 2rem;
}
.widget-products_list--sidebar-configurators {
  margin: 3rem;
}
.widget-products_list--sidebar-configurators-image {
  height: 170px;
  position: relative;
  margin-bottom: 1rem;
}
.widget-products_list--sidebar-configurators-image-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  cursor: pointer;
}
.widget-products_list--sidebar-configurators-title {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #19467d;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
.widget-products_list--sidebar-topics {
  margin: 0 3rem;
  padding-top: 3rem;
  padding-left: 1.5rem;
  border-top: solid 1px #dfdfdf;
}
.widget-products_list--sidebar-topics-title {
  font-size: 2.5rem;
  color: #707070;
}
.widget-products_list--sidebar-topic {
  padding-top: 2rem;
}
.widget-products_list--sidebar-topic-title {
  width: 100%;
  font-size: 2rem;
  display: inline-block;
  color: #000000;
}
.widget-products_list--sidebar-topic-text {
  line-height: 2rem;
  color: #000000;
}
.widget-products_list--grid {
  padding: 0 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dfdfdf;
}
.widget-products_list--cell {
  height: 180px;
}
.widget-products_list--cell-image {
  max-width: 200px;
  position: relative;
  margin-bottom: 1rem;
}
.widget-products_list--cell-image-img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.widget-products_list--cell-title {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  color: #19467d;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
@media screen and (max-width: 1009px) {
  .widget-products_list--grid {
    border-right: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
    min-width: 100% !important;
  }
  .widget-products_list--sidebar {
    border-top: solid 1px #dfdfdf;
    padding-right: 0 !important;
    padding-left: 0 !important;
    min-width: 100% !important;
  }
  .widget-products_list--button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .widget-products_list--cell-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.widget-download--container {
  min-height: 170px;
}
.widget-download--image {
  height: 170px;
  position: relative;
}
.widget-download--image-img {
  width: auto;
  height: auto;
  max-width: 65%;
  max-height: 65%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.widget-download--desc-title {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.widget-download--desc-info {
  display: inline-block;
  width: 75%;
  font-size: 1.3rem;
}
.widget-download--button {
  border: none;
  text-align: left;
  height: 42px;
  width: 100%;
  background-color: #19467d;
  margin: 4rem auto;
  padding: 0;
}
.widget-download--button-svg {
  margin: 2px 10px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.widget-download--button-text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.widget-download--button line {
  stroke: #313131;
  stroke-width: 1px;
}
@media screen and (max-width: 1009px) {
  .widget-download--container {
    text-align: center;
  }
  .widget-download--button {
    width: 200px;
  }
  .widget-download--desc-title {
    margin-top: 0rem;
  }
}
.content--calculations_head h1 {
  font-size: 2.2rem;
  font-weight: 500;
  max-width: 45rem;
  margin: auto;
  margin-bottom: 2rem;
}
.content--calculations_head p {
  font-size: 1.5rem;
}
.content--page_lead_content {
  text-align: left !important;
  margin-bottom: 30px !important;
}
.content--page_lead_content h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #19467d;
  font-weight: 500;
}
.content--page_lead_content h3 {
  font-size: 2.5rem;
  margin-top: 0;
  color: #707070;
  font-weight: 500;
}
.content--page_lead_content h4 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #000000;
  margin: 3rem 0px;
}
.content--page_lead_content p {
  font-size: 1.6rem;
}
.content--page_lead_content--outer {
  border-top: solid 1px #dfdfdf;
}
.return-widget--wrapper-outer {
  border-top: 1px solid #cfcfcf;
}
.return-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-height: 90px;
}
.return-widget--outer {
  padding-top: 0;
}
.return-widget--back-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.return-widget--back-button:hover,
.return-widget--back-button:link {
  text-decoration: none;
}
.return-widget--back-button .label {
  font-size: 24px;
  line-height: 42px;
  padding-left: 18px;
  color: #959595;
}
.return-widget--back-button .triangle {
  width: 32px;
  height: 22px;
  opacity: 0.9;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 32px solid #959595;
}
.return-widget #return-widget--top-button {
  cursor: pointer;
}
.return-widget #return-widget--top-button .triangle {
  width: 58px;
  height: 24px;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-bottom: 24px solid #959595;
}
.knowledge_base_row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 40px 0;
}
.knowledge_base_row.left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.knowledge_base_row.center {
  -ms-flex-pack: center;
      justify-content: center;
}
.knowledge_base_row.right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.knowledge_base_row.vertical-center {
  -ms-flex-align: center;
      align-items: center;
}
.knowledge_base_row.vertical-top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.knowledge_base_row.vertical-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}
.knowledge_base_row--column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.knowledge_base_row--column.first {
  padding-left: 0;
}
.knowledge_base_row--column.last {
  padding-right: 0;
}
.knowledge_base_row--column img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.knowledge_base_row--column .image-title {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px;
}
.knowledge_base_row--column .image-subtitle {
  color: #959595;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px;
}
.knowledge_base_row--column .text {
  color: #000000;
}
@media screen and (max-width: 1009px) {
  .knowledge_base_row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .knowledge_base_row--column {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
}
.downloads_grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.downloads_grid.two-cols {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.downloads_grid--block {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 50px;
}
.downloads_grid--block.odd {
  padding-left: 50px;
  padding-right: 0;
}
.downloads_grid--block-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  text-decoration: none !important;
}
.downloads_grid--block-link .image-outer .image {
  height: 30px;
  width: auto;
}
.downloads_grid--block-link .data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 18px;
  padding-top: 6px;
  width: 100%;
}
.downloads_grid--block-link .data .title {
  font-size: 20px;
  line-height: 20px;
  color: #19467d;
}
.downloads_grid--block-link .data .description {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .downloads_grid {
    padding: 0 10px;
  }
  .downloads_grid--block {
    width: 100%;
    padding: 0 !important;
  }
}
.sibling-links-container {
  padding-top: 4rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media screen and (max-width: 1010px) {
  .sibling-links-container {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1010px) {
  .sibling-links-container .sibling-link {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .sibling-links-container .sibling-link {
    width: 100%;
  }
}
.sibling-links-container .sibling-link a {
  padding: 0.5rem 1.5rem;
  background-color: #f18500;
  text-align: center;
  color: white;
  text-decoration: none;
  width: 24.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .sibling-links-container .sibling-link a {
    width: 100%;
  }
}
.custom-menu {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.custom-menu .dropdown {
  color: #434343;
  visibility: hidden;
  position: absolute;
  background-color: #f7f7f7;
  padding: 10px 0;
  margin: 0;
  z-index: 5;
  transition: all 0.2s ease;
  opacity: 0;
  border-bottom: 5px solid #19467d;
  list-style-type: none;
  left: -15px;
}
.custom-menu .dropdown .level1 {
  white-space: nowrap;
  text-align: left;
  padding: 4px 15px;
}
.custom-menu:hover {
  color: #19467d;
}
.custom-menu:hover .dropdown {
  color: #434343;
  display: block;
  visibility: visible;
  opacity: 1;
}
.custom-menu:hover .dropdown .level1:hover {
  background-color: #ffffff;
  color: #19467d;
}
.customer__links a:after {
  content: '|';
  display: inline-block;
  margin-left: 15px;
  color: #707070;
}
.customer__links__login,
.customer__links__logout,
.customer__links__account {
  background-size: 20px;
  background-repeat: no-repeat;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 14px;
}
.customer__links__logout {
  padding-left: 15px;
}
.sprite-ace_login-user {
  display: inline-block;
  position: relative;
  top: 3px;
  right: 7px;
  margin-top: -4px;
  margin-right: 3px;
}

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.acecontrols.co.uk/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

.triangle-up, .filter-item:before, .filter-item:after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #e7e7e7; }

.solr-checkbox {
  display: none; }

.crossbox {
  position: relative;
  padding-left: 0;
  color: #444444;
  line-height: 16px; }
  .crossbox:before {
    position: relative;
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #e7e7e7;
    background-color: white;
    margin-right: 10px; }

.crossbox--checked:before {
  background-color: #444444;
  border-color: #444444; }

.crossbox--checked:after {
  position: absolute;
  top: -1px;
  left: -22px;
  content: 'x';
  width: 13px;
  height: 13px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff; }

.col-main {
  position: relative; }

.block-filter-nav {
  position: relative;
  min-height: 180px;
  background-color: #f6f6f6; }

.filter {
  width: 100%;
  margin-bottom: 10px; }
  .filter:after {
    content: '';
    position: relative;
    display: block;
    clear: both; }

.filter-item {
  position: relative;
  float: left;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  cursor: pointer;
  width: calc(1/4 * (100% - ((4 - 1) * 10px))); }
  .filter-item:nth-child(4n) {
    margin-right: 0; }
  .filter-item:hover {
    background-color: #444444; }
    .filter-item:hover .filter-title {
      color: #ffffff; }
  .filter-item:before, .filter-item:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 15px; }
  .filter-item:after {
    top: calc(50% + 3px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.filter-title {
  padding: 10px 15px; }

.filter-content {
  display: none;
  position: absolute;
  z-index: 200;
  left: 0px;
  top: 35px;
  height: 0;
  transition: all .4s ease; }

.filter-list {
  overflow: auto;
  height: 100%; }
  .filter-list ol {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
    .filter-list ol li {
      display: inline-block;
      width: 100%;
      padding: 5px 15px; }

.filter-item--active {
  background-color: #444444;
  color: #ffffff; }
  .filter-item--active:before, .filter-item--active:after {
    border-bottom-color: #ffffff; }
  .filter-item--active .filter-content {
    display: block;
    width: 150%;
    height: auto;
    max-height: 200px;
    padding: 10px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .filter-item--active .filter-content li {
      font-style: italic; }

.currently {
  width: 100%;
  overflow: hidden; }

.filter-currently-intro {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  font-weight: bold;
  line-height: 22px; }

.filter-currently-item {
  float: left;
  margin-right: 10px;
  background-color: #f6f6f6;
  color: #444444;
  padding: 2px 5px 0px;
  height: 24px;
  line-height: 20px; }
  .filter-currently-item .btn-remove {
    position: relative;
    top: 2px; }

.solr-loader,
.solr-system {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8); }
  .solr-loader.active,
  .solr-system.active {
    display: block;
    z-index: 300; }

.solr-system__notice,
.solr-loader--modern__notice {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  font-size: 8px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue',Verdana, Arial, sans-serif;
  font-weight: bold;
  opacity: 0.6;
  padding-left: 15px; }

.solr-system__stars {
  position: relative;
  margin: 0 auto;
  top: 45%;
  left: 50%; }

.solr-system__star {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

.solr-system__star--sun {
  background-color: #F8E71C;
  width: 20px;
  height: 20px;
  margin: 0 auto; }

.solr-system__star--mercury {
  left: -10px;
  top: -10px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: axis 1.3s linear infinite;
  animation: axis 1.3s linear infinite; }

.solr-system__star--venus {
  width: 8px;
  height: 8px;
  left: -22px;
  top: -22px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: axis 1.9s linear infinite;
  animation: axis 1.9s linear infinite; }

.solr-system__star--earth {
  width: 10px;
  height: 10px;
  left: -36px;
  top: -36px;
  background-color: #009bff;
  -webkit-transform-origin: 46px 46px;
  transform-origin: 46px 46px;
  -webkit-animation: axis 2.5s linear infinite;
  animation: axis 2.5s linear infinite; }

.solr-system__star--mars {
  left: -45px;
  top: -45px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 55px 55px;
  transform-origin: 55px 55px;
  -webkit-animation: axis 3.5s linear infinite;
  animation: axis 3.5s linear infinite; }

.solr-loader--modern__notice {
  color: #444444;
  margin-top: -5px;
  padding-left: 10px;
  top: 40%; }

.solr-loader--modern__spinner {
  position: relative;
  top: 40%;
  left: -30px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #d75f07;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes axis {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }

@keyframes axis {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

