<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

a {
  transition: all 0.3s;
  outline: 0;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

sup {
  vertical-align: top;
  font-size: 70%;
}

.fa {
  font-size: inherit;
  line-height: inherit;
}

.contentWrapper a {
  color: #ed7c10;
  font-weight: 600;
}

.contentWrapper a:hover {
  color: #ed7c10;
}

.contentWrapper img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
  color: #ed7c10;
}

h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 20px;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
.select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid #aeaeae;
  height: 40px;
  border: 1px solid #aeaeae;
  border-radius: 0;
  padding: 0 15px;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="date"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
.select ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
  color: #aaa;
}

input[type="text"] :-moz-placeholder,
input[type="date"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="number"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
textarea :-moz-placeholder,
.select :-moz-placeholder,
select :-moz-placeholder {
  color: #aaa;
}

input[type="text"] ::-moz-placeholder,
input[type="date"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
textarea ::-moz-placeholder,
.select ::-moz-placeholder,
select ::-moz-placeholder {
  color: #aaa;
}

input[type="text"] :-ms-input-placeholder,
input[type="date"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
textarea :-ms-input-placeholder,
.select :-ms-input-placeholder,
select :-ms-input-placeholder {
  color: #aaa;
}

input[type="text"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #aaa;
}

input[type="text"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
.select:-moz-placeholder,
select:-moz-placeholder {
  color: #aaa;
}

input[type="text"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
.select::-moz-placeholder,
select::-moz-placeholder {
  color: #aaa;
}

input[type="text"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.select:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #aaa;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="date"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="number"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
textarea:hover,
textarea:focus,
textarea:active,
.select:hover,
.select:focus,
.select:active,
select:hover,
select:focus,
select:active {
  border-color: #ed7c10;
}

.select {
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  width: 130px;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #fff;
}

.select:after {
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  font-family: FontAwesome;
  font-size: 12px;
  content: '\f0d7';
  color: #ed7c10;
  height: 100%;
  line-height: inherit;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  display: block;
  border-radius: 0;
  border: 0;
  width: 108%;
  outline: 0;
  position: relative;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  font-weight: 300;
}

.select select::-ms-expand {
  display: none;
}

.select select:active,
.select select:focus {
  color: #6f6f6f;
}

.select {
  padding: 0;
  line-height: 40px;
}

.select:after {
  right: 15px;
}

textarea {
  height: 120px;
  padding: 15px;
}

.button,
a.button,
input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  outline: 0;
  cursor: pointer;
  text-align: center;
  background: #ed7c10;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  color: #fff;
  padding: 0 20px;
}

.button:hover,
.button.active,
a.button:hover,
a.button.active,
input[type="submit"]:hover,
input[type="submit"].active,
button:hover,
button.active {
  background: #ed7c10;
  color: #fff;
}

.button.buyButton,
.button.buy-button,
a.button.buyButton,
a.button.buy-button,
input[type="submit"].buyButton,
input[type="submit"].buy-button,
button.buyButton,
button.buy-button {
  background: #ed7c10;
}

.button.buyButton:hover,
.button.buy-button:hover,
a.button.buyButton:hover,
a.button.buy-button:hover,
input[type="submit"].buyButton:hover,
input[type="submit"].buy-button:hover,
button.buyButton:hover,
button.buy-button:hover {
  background: #ed7c10;
}

a.button {
  line-height: 40px;
}

.cf {
  *zoom: 1;
}

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

.cf:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.w100 {
  width: 100%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.clear,
.clearFloat {
  clear: both;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.mfp-close {
  background: none !important;
}

/* Navigation skeleton */

ul.dropDown {
  position: relative;
  z-index: 99;
}

ul.dropDown,
ul.dropDown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.dropDown &gt; li,
ul.dropDown ul &gt; li {
  margin: 0;
}

ul.dropDown &gt; li {
  display: inline-block;
}

ul.dropDown &gt; li a {
  display: block;
}

ul.dropDown &gt; li &gt; ul {
  top: 100%;
  left: 0;
}

ul.dropDown &gt; li &gt; ul li {
  line-height: 1;
}

ul.dropDown &gt; li &gt; ul li a {
  cursor: pointer;
}

ul.dropDown li {
  transition: all 0.15s;
}

ul.dropDown li ul {
  transition: all 0.15s;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

ul.dropDown li:hover &gt; ul {
  visibility: visible;
  opacity: 1;
}

ul.dropDown.bigDrop &gt; li &gt; ul {
  *zoom: 1;
  box-sizing: border-box;
  width: 100%;
}

ul.dropDown.bigDrop &gt; li &gt; ul:before,
ul.dropDown.bigDrop &gt; li &gt; ul:after {
  content: " ";
  display: table;
}

ul.dropDown.bigDrop &gt; li &gt; ul:after {
  clear: both;
}

ul.dropDown.bigDrop &gt; li &gt; ul ul {
  display: none !important;
}

ul.dropDown.smallDrop li {
  position: relative;
}

ul.dropDown.smallDrop &gt; li &gt; ul {
  min-width: 100%;
}

ul.dropDown.smallDrop &gt; li &gt; ul li {
  display: block;
  white-space: nowrap;
}

ul.dropDown.smallDrop &gt; li &gt; ul li ul {
  top: 0;
  left: 90%;
}

ul.dropDown.smallDrop &gt; li &gt; ul li:hover &gt; ul {
  left: 100%;
}

ul.treeMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.treeMenu &gt; li {
  margin: 0;
}

ul.treeMenu li {
  display: block;
  float: none;
}

ul.treeMenu li a {
  display: inline-block;
  height: auto;
  line-height: 1;
}

ul.treeMenu li .fa {
  display: inline-block;
  margin-left: 5px;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  text-align: center;
}

ul.treeMenu li .fa:before {
  content: '\f0d7';
}

ul.treeMenu li a,
ul.treeMenu li .fa {
  padding: 10px 0;
}

ul.treeMenu li.active &gt; .fa:before {
  content: '\f0d8';
}

ul.treeMenu li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

ul.treeMenu li ul &gt; li {
  margin: 0;
}

ul.treeMenu li ul li {
  margin-left: 13px;
}

ul.treeMenu li.current-menu-item &gt; ul,
ul.treeMenu li.current-menu-parent &gt; ul {
  display: block;
}

ul.treeMenu.allOpened ul {
  display: block;
}

/* General styles */

.formLayout p,
.formLayout div {
  position: relative;
  margin-bottom: 15px;
}

.formLayout p span,
.formLayout div span {
  display: block;
}

.formLayout p .left,
.formLayout p .right,
.formLayout div .left,
.formLayout div .right {
  width: 48%;
}

.formLayout p.cf,
.formLayout p .select,
.formLayout div.cf,
.formLayout div .select {
  margin-bottom: 0;
}

.formLayout p.mandatory:after,
.formLayout div.mandatory:after {
  content: '*';
  position: absolute;
  bottom: -2px;
  right: 15px;
  line-height: 40px;
}

.formLayout p.oneOfThree,
.formLayout div.oneOfThree {
  float: left;
  margin-left: 5%;
  margin-bottom: 0;
  width: 30%;
}

.formLayout p.oneOfThree:nth-of-type(3n + 1),
.formLayout div.oneOfThree:nth-of-type(3n + 1) {
  margin-left: 0;
}

.formLayout p label,
.formLayout div label {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}

.formLayout p input[type="text"],
.formLayout p input[type="email"],
.formLayout p input[type="password"],
.formLayout p input[type="date"],
.formLayout p input[type="tel"],
.formLayout p input[type="number"],
.formLayout p select,
.formLayout p textarea,
.formLayout div input[type="text"],
.formLayout div input[type="email"],
.formLayout div input[type="password"],
.formLayout div input[type="date"],
.formLayout div input[type="tel"],
.formLayout div input[type="number"],
.formLayout div select,
.formLayout div textarea {
  width: 100%;
}

.formLayout p .select,
.formLayout div .select {
  width: 100%;
}

.formLayout p .radios,
.formLayout div .radios {
  margin-top: 15px;
}

.formLayout p .radios label,
.formLayout div .radios label {
  display: inline-block;
  margin-right: 20px;
}

.formLayout p .radios label:last-child,
.formLayout div .radios label:last-child {
  margin-right: 0;
}

.formLayout p.radioWrapper,
.formLayout div.radioWrapper {
  margin-bottom: 15px;
}

.formLayout p.radioWrapper &gt; label,
.formLayout div.radioWrapper &gt; label {
  margin-bottom: 10px;
}

.formLayout p.radioWrapper .inputs label,
.formLayout div.radioWrapper .inputs label {
  display: inline-block;
  margin-right: 10px;
}

.formLayout p.radioWrapper .inputs input,
.formLayout div.radioWrapper .inputs input {
  width: auto;
}

.formLayout p.radioWrapper .onLeft,
.formLayout div.radioWrapper .onLeft {
  margin-right: 5px;
}

.formLayout p.radioWrapper .onRight,
.formLayout div.radioWrapper .onRight {
  margin-left: 5px;
}

.tableWrapper {
  width: 100%;
  padding-bottom: 20px;
}

.tableWrapper table {
  width: 100%;
}

.tableWrapper table thead td {
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #aeaeae;
}

.tableWrapper table tbody tr {
  transition: border-color 2s;
  border-bottom: 1px solid transparent;
}

.tableWrapper table tbody td {
  padding: 7px 0;
  border: 1px solid #aeaeae;
  padding-left: 45px;
}

.tableWrapper table tbody td:first-child {
  font-weight: 700;
  border-right: none;
  border-left: none;
  padding-left: 12px;
}

.tableWrapper table tbody td:last-child {
  border-right: none;
}

.tableWrapper table tr td {
  padding-right: 10px;
  vertical-align: middle;
}

.tableWrapper table tr td:first-child {
  padding-left: 10px;
}

.tableWrapper.styled {
  padding-bottom: 0;
}

.tableWrapper.styled table tr:first-child {
  background: #e2e2e2;
  font-weight: 700;
  color: #000;
}

.tableWrapper.styled table td:first-child {
  color: #000;
}

.tableWrapper.styled p {
  margin-bottom: 0;
}

body {
  line-height: 1.5;
  font-size: 13px;
  color: #6f6f6f;
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
}

body.home .mainWrap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.home .topImage {
  min-height: 0;
}

h2.grey {
  background: #4d4d4d;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap {
  *zoom: 1;
  margin: auto;
  max-width: 950px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.wrap:after {
  clear: both;
}

.contentWrapper {
  box-sizing: border-box;
  padding-bottom: 60px;
}

.contentWrapper p {
  margin-bottom: 25px;
}

.contentWrapper.noSidebar .mainLeftContent {
  width: 100%;
}

.mainLeftContent,
.leftSideFloat {
  float: left;
  width: calc(100% - 240px - 80px);
}

.mainRightContent,
.rightSideFloat {
  float: right;
  width: 240px;
}

.topImage {
  position: relative;
  min-height: 60px;
}

.topImage img {
  width: 100%;
  display: block;
}

.topImage .titleWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.topImage h1 {
  display: inline-block;
  background: #fff;
  height: 50px;
  line-height: 60px;
  padding: 0 40px;
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ed7c10;
}

#breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
}

#breadcrumbs a {
  color: #aeaeae;
}

#breadcrumbs a:hover {
  color: #ed7c10;
}

#breadcrumbs a[href*='shop'],
#breadcrumbs a[href*='butik'] {
  display: none;
}

#breadcrumbs a[href*='shop'] + .fa,
#breadcrumbs a[href*='butik'] + .fa {
  display: none;
}

#breadcrumbs .fa {
  color: #ed7c10;
  padding-left: 5px;
  padding-right: 5px;
}

.header {
  position: relative;
  height: 120px;
  z-index: 100;
}

.header .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}

.header .logo img {
  height: 60px;
  width: 208px;
}

.header .mainMenu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

.header .ajaxSearch {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(237, 124, 16, .5);
}

.header .ajaxSearch .fields {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  margin-top: 12px;
}

.header .ajaxSearch .fields input {
  width: 100%;
  padding-right: 50px;
  border: none;
}

.header .ajaxSearch .fields input ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.header .ajaxSearch .fields input :-moz-placeholder {
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.header .ajaxSearch .fields input ::-moz-placeholder {
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.header .ajaxSearch .fields input :-ms-input-placeholder {
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.header .ajaxSearch .fields input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.header .ajaxSearch .fields input:-moz-placeholder {
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.header .ajaxSearch .fields input::-moz-placeholder {
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.header .ajaxSearch .fields input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.header .ajaxSearch .fields button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  padding: 0 15px;
  color: #6f6f6f;
  font-size: 20px;
}

.header ul.langPicker {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 20;
}

.header ul.langPicker li {
  *zoom: 1;
  padding: 2px 0;
  width: 50px;
}

.header ul.langPicker li:before,
.header ul.langPicker li:after {
  content: " ";
  display: table;
}

.header ul.langPicker li:after {
  clear: both;
}

.header ul.langPicker li span img {
  float: left;
  margin-top: 4px;
}

.header ul.langPicker li span:after {
  content: '\f0d7';
  font-family: FontAwesome;
  margin-left: 5px;
  color: #a5a5a5;
  font-size: 20px;
  margin-left: 10px;
  margin-top: -3px;
  float: left;
}

.header ul.langPicker img {
  width: 25px;
}

.header ul.langPicker ul {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.header ul.langPicker:hover ul {
  opacity: 1;
  visibility: visible;
}

#searchResult {
  display: none;
  position: absolute;
  width: 90%;
  max-width: 400px;
  top: 90%;
  height: auto;
  background: #fff;
  padding: 20px 20px 30px 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0;
  box-sizing: border-box;
}

#searchResult .loaderIcon {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 7px;
  color: #ccc;
  font-size: 22px;
}

#searchResult .searchResultContent {
  max-height: 260px;
  overflow: auto;
}

.searchResultContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchResultContent ul &gt; li {
  margin: 0;
}

.searchResultContent ul li {
  margin-bottom: 2px;
  text-transform: uppercase;
}

.searchResultContent ul li .fa {
  color: #bababa;
  margin-right: 5px;
}

.searchResultContent ul li .label {
  color: #ed7c10;
  font-weight: 600;
}

.searchResultContent ul li .name {
  color: #323232;
}

.searchResultContent ul li strong {
  font-weight: 700;
}

.footerImage {
  display: block;
}

.footerImage img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  height: 140px;
  background: #ed7c10;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.footer span.divider {
  padding: 5px;
}

.footer span.divider:before {
  content: '|';
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul &gt; li {
  margin: 0;
}

.footer ul li {
  display: inline-block;
  line-height: 2;
}

.footer ul li:after {
  content: '|';
  padding: 0 10px;
}

.footer ul li:last-child:after {
  display: none;
}

.footer .socials {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer .socials strong {
  margin-right: 10px;
}

.footer .socialCircle svg {
  width: 34px;
  height: 34px;
}

.sidebar {
  background: #ececec;
  min-height: 400px;
  padding: 35px 20px 100px 25px;
  box-sizing: border-box;
}

.sidebar h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.sidebar .section {
  margin-bottom: 40px;
}

.sidebar .section.contactSection {
  margin-bottom: 30px;
}

.sidebar .sidebarContent {
  font-size: 13px;
  color: #6e6e6e;
}

.sidebar .sidebarContent p:last-of-type {
  margin-bottom: 0;
}

.sidebar ul.sidebarDocuments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul.sidebarDocuments &gt; li {
  margin: 0;
}

.sidebar ul.sidebarDocuments li {
  margin-bottom: 10px;
}

.sidebar ul.sidebarDocuments li a {
  color: #6e6e6e;
}

.sidebar ul.sidebarDocuments li a:hover {
  color: #ed7c10;
}

.sidebar ul.sidebarDocuments li a:before {
  content: '\f111';
  font-family: FontAwesome;
  position: relative;
  top: -3px;
  margin-right: 5px;
  font-size: 4px;
  font-weight: 400;
}

.sidebar .socialCircle:hover path.path2 {
  fill: #ed7c10;
}

.socialCircle {
  display: inline-block;
  margin-right: 10px;
}

.socialCircle:last-child {
  margin-right: 0;
}

.socialCircle path {
  transition: all 0.3s;
}

.socialCircle path.path1 {
  fill: #ed7c10;
}

.socialCircle img,
.socialCircle svg {
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.socialCircle:hover path.path1 {
  fill: #fff;
}

.socialCircle:hover path.path3 {
  fill: #ed7c10;
}

ul.dropDown.smallDrop {
  color: #000;
}

ul.dropDown.smallDrop &gt; li {
  font-size: 13px;
  font-weight: 600;
}

ul.dropDown.smallDrop &gt; li:last-child {
  margin-right: 0;
}

ul.dropDown.smallDrop &gt; li &gt; a {
  padding: 20px 10px;
  text-transform: uppercase;
}

ul.dropDown.smallDrop &gt; li &gt; ul {
  padding: 7px 0;
  background: #fff;
  border: 1px solid #aeaeae;
  border-top: none;
  min-width: 160px;
  text-align: left;
  left: 0;
}

ul.dropDown.smallDrop &gt; li &gt; ul &gt; li &gt; a {
  padding: 8px 15px;
}

ul.dropDown.smallDrop li:hover &gt; a,
ul.dropDown.smallDrop li.current-menu-parent &gt; a,
ul.dropDown.smallDrop li.current-menu-item &gt; a,
ul.treeMenu li:hover &gt; a,
ul.treeMenu li.current-menu-parent &gt; a,
ul.treeMenu li.current-menu-item &gt; a {
  color: #ed7c10;
}

.contacts {
  *zoom: 1;
}

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

.contacts:after {
  clear: both;
}

.contacts .contact {
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  width: 23.5%;
}

.contacts .contact:nth-of-type(4n + 1) {
  margin-left: 0;
}

.contact a,
.contact span {
  display: block;
  color: #6f6f6f;
}

.contact .image {
  position: relative;
  min-height: 135px;
}

.contact .image img {
  max-width: 100px;
}

.contact .image .hoverImage {
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.contact .image:hover .hoverImage {
  opacity: 1;
}

.contact .info {
  min-height: 100px;
}

.contact .name {
  font-weight: 700;
  margin-top: 5px;
}

.contact .title {
  font-style: italic;
}

.contact .vcard {
  margin-top: 5px;
}

.contact .vcard .fa {
  font-size: 15px;
}

.slideshow {
  position: relative;
}

.slideshow .rslides_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 60px;
  color: #ccc;
  opacity: 0;
}

.slideshow .rslides_nav.prev {
  left: 20px;
}

.slideshow .rslides_nav.next {
  right: 20px;
}

.slideshow .rslides_tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -5px;
}

.slideshow .rslides_tabs &gt; li {
  margin: 0;
}

.slideshow .rslides_tabs li {
  transition: background 0.3s;
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #fff;
}

.slideshow .rslides_tabs li.rslides_here {
  background: #ed7c10;
}

.slideshow h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 65px;
  line-height: 65px;
  width: 100%;
  background: rgba(255, 255, 255, .5);
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  color: #ed7c10;
  margin: 0;
}

.slideshow:hover .rslides_nav {
  opacity: 1;
}

.startBoxes {
  background: #e7e7e7;
  padding-top: 50px;
  padding-bottom: 10px;
}

.startBox,
.downloadSectionStartStyle .files .file {
  float: left;
  margin-left: 1.5%;
  margin-bottom: 20px;
  width: 32.33333%;
}

.startBox:nth-of-type(3n + 1),
.downloadSectionStartStyle .files .file:nth-of-type(3n + 1) {
  margin-left: 0;
}

.startBox {
  text-align: center;
}

.startBox a {
  display: block;
  color: #3d3d3d;
  font-size: 18px;
  text-transform: uppercase;
}

.startBox .image {
  position: relative;
}

.startBox .image:before {
  content: '';
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ed7c10;
  opacity: 0;
}

.startBox .image:hover:before {
  opacity: 1;
}

.startBox.noHover .image:before {
  display: none !important;
}

.startBox .title {
  margin-bottom: 10px;
}

.startText {
  padding-top: 90px;
  font-size: 16px;
  line-height: 25px;
}

.startText h1 {
  font-size: 18px;
  color: #ed7c10;
}

.startText .right {
  margin-top: 30px;
  text-align: center;
}

.startText .right h2 {
  position: relative;
  margin-bottom: 40px;
  color: #4c4c4c;
}

.startText .right h2:after {
  width: 35px;
  height: 6px;
  background: #ed7c10;
  display: inline-block;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: 13px;
}

.startText .right p {
  margin-bottom: 20px;
}

.startText .right a {
  font-size: 15px;
}

.startText .right a[href^="tel"] {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 30px;
  font-weight: 300;
  color: #4c4c4c;
}

.startText .right a[href^="tel"]:before {
  content: '\f095';
  font-family: FontAwesome;
  position: absolute;
  top: -10px;
  right: 100%;
  margin-right: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #bcbcbc;
  color: #fff;
}

.towColumnsTemplate .subTopImage {
  margin-bottom: 40px;
}

.towColumnsTemplate .subTopImage img {
  display: block;
  width: 100%;
}

.acfBox {
  float: left;
  margin-left: 1.2%;
  margin-bottom: 1.2%;
  width: 32.53333%;
  display: block;
  position: relative;
}

.acfBox:nth-of-type(3n + 1) {
  margin-left: 0;
}

.acfBox img {
  width: 100%;
  display: block;
}

.acfBox .hover {
  transition: opacity 0.4s;
  display: block;
  position: absolute;
  width: 94%;
  height: 94%;
  top: 3%;
  left: 3%;
  background: rgba(237, 124, 16, .75);
  opacity: 0;
  z-index: 2;
}

.acfBox .hover strong {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  display: block;
  width: 100%;
  left: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 23px;
  text-align: center;
  word-break: break-all;
}

.acfBox .hover strong:after {
  width: 35px;
  height: 6px;
  background: #ed7c10;
  display: inline-block;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -17.5px;
  background: #fff;
  margin-top: 10px;
}

.acfBox .hover .bottomText {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.acfBox:hover .hover,
.acfBox .hover {
  opacity: 1;
}

.acfdownloadBoxes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.acfdownloadBoxes ul &gt; li {
  margin: 0;
}

.acfdownloadBoxes ul a {
  display: block;
  padding: 5px 0;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.acfdownloadBoxes ul a .fa {
  margin-right: 5px;
}

.acfdownloadBoxes .downloadSection .files {
  *zoom: 1;
}

.acfdownloadBoxes .downloadSection .files:before,
.acfdownloadBoxes .downloadSection .files:after {
  content: " ";
  display: table;
}

.acfdownloadBoxes .downloadSection .files:after {
  clear: both;
}

.acfdownloadBoxes .downloadSection .files .file {
  float: left;
  margin-left: 4%;
  margin-bottom: 4%;
  width: 22%;
}

.acfdownloadBoxes .downloadSection .files .file:nth-of-type(4n + 1) {
  margin-left: 0;
}

.acfdownloadBoxes .downloadSection .files .file .imagePreview {
  position: relative;
  display: block;
  padding-bottom: 100%;
  border: 1px solid #eee;
}

.acfdownloadBoxes .downloadSection .files .file .imagePreview img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.acfdownloadBoxes .downloadSectionStartStyle &gt; .title {
  margin-bottom: 40px;
}

.acfdownloadBoxes .downloadSectionStartStyle .files {
  *zoom: 1;
}

.acfdownloadBoxes .downloadSectionStartStyle .files:before,
.acfdownloadBoxes .downloadSectionStartStyle .files:after {
  content: " ";
  display: table;
}

.acfdownloadBoxes .downloadSectionStartStyle .files:after {
  clear: both;
}

.acfdownloadBoxes .downloadSectionStartStyle .files .file {
  margin-bottom: 30px;
}

.workHereTemplate textarea {
  height: 185px;
}

.workHereTemplate .fileUpload label {
  *zoom: 1;
  cursor: pointer;
}

.workHereTemplate .fileUpload label:before,
.workHereTemplate .fileUpload label:after {
  content: " ";
  display: table;
}

.workHereTemplate .fileUpload label:after {
  clear: both;
}

.workHereTemplate .fileUpload span {
  display: block;
}

.workHereTemplate .fileUpload span.field {
  width: calc(100% - 140px - 20px);
  float: left;
  height: 40px;
  border: 1px solid #aeaeae;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 15px;
}

.workHereTemplate .fileUpload span.filename {
  height: 25px;
  margin-top: 9px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.workHereTemplate .fileUpload span.button {
  float: right;
  width: 140px;
  line-height: 40px;
  background: #585858;
  cursor: pointer;
}

.workHereTemplate .fileUpload span input {
  display: none;
}

.dropdowns .dropdown {
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  font-size: 13px;
}
.dropdowns .dropdown .dropdowns {
  margin-left: 20px;
}
.dropdowns .dropdown .dropdownTitle {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 700;
  font-size: inherit;
}

.dropdowns .dropdown .dropdownTitle:before {
  content: '\f067';
  font-family: FontAwesome;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  background: #ddd;
  color: #ed7c10;
  margin-right: 10px;
  top: -2px;
}

.dropdowns .dropdown .dropdownContent {
  display: none;
  margin-top: 10px;
}

.dropdowns .dropdown .dropdownContent p:last-of-type {
  margin-bottom: 0;
}

.dropdowns .dropdown.open .dropdownTitle:before {
  content: '\f068';
}

.categoryPage {
  *zoom: 1;
}

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

.categoryPage:after {
  clear: both;
}

.categoryPage .productWrapper {
  float: right;
  width: calc(100% - 230px - 20px);
}

.selectedFiltersWrapper {
  *zoom: 1;
  transition: margin 0.3s;
  margin-bottom: 30px;
  height: auto;
}

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

.selectedFiltersWrapper:after {
  clear: both;
}

.selectedFiltersWrapper .cf {
  clear: both;
}

.selectedFiltersWrapper.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
}

.selectedFiltersWrapper .label {
  position: relative;
  display: inline-block;
  top: -11px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #444;
  margin-top: 4px;
}

.selectedFiltersWrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.selectedFiltersWrapper ul &gt; li {
  margin: 0;
}

.selectedFiltersWrapper ul li {
  display: inline-block;
  margin-right: 13px;
}

.selectedFiltersWrapper ul li a {
  display: block;
  border: 1px solid #acacac;
  background: #fafafa;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #444 !important;
  overflow: hidden;
}

.selectedFiltersWrapper ul li a small {
  font-size: 11px;
  font-weight: 600;
}

.selectedFiltersWrapper ul li a strong {
  font-size: 13px;
  font-weight: 700;
}

.selectedFiltersWrapper ul li a .removeTerm {
  transition: color 0.3s;
  cursor: pointer;
  margin-left: 10px;
  font-size: 12px;
  color: #b6b5b5;
}

.selectedFiltersWrapper ul li a .removeTerm:hover {
  color: #ed7c10;
}

.leftSidebar {
  float: left;
  width: 230px;
}

.categoryDescription {
  margin-bottom: 10px;
}

.categoryDescription p:last-of-type {
  margin-bottom: 0;
}

.filterSidebar {
  position: relative;
  border: 1px solid #cacaca;
  background: #fafafa;
  padding: 60px 0px 40px 15px;
}

.filterSidebar .filterTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #ed7c10;
  color: #fff;
  font-size: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  font-weight: 400;
  margin-bottom: 0;
}

.filterSidebar .section {
  margin-bottom: 20px;
}

.filterSidebar .section .title {
  margin-bottom: 15px;
  font-size: 15px;
  color: #6f6f6f;
}

.filterSidebar .section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filterSidebar .section ul &gt; li {
  margin: 0;
}

.filterSidebar .section:last-of-type {
  margin-bottom: 0;
}

.filterSidebar .radios label,
.filterSidebar .checkboxes label {
  display: block;
  padding-bottom: 13px;
  cursor: pointer;
}

.filterSidebar .radios label input,
.filterSidebar .checkboxes label input {
  position: absolute;
  visibility: hidden !important;
}

.filterSidebar .radios label input:checked + span:after,
.filterSidebar .checkboxes label input:checked + span:after {
  opacity: 1 !important;
}

.filterSidebar .radios label input[disabled] + span,
.filterSidebar .checkboxes label input[disabled] + span {
  cursor: not-allowed !important;
}

.filterSidebar .radios label input[disabled] + span:before,
.filterSidebar .checkboxes label input[disabled] + span:before {
  border-color: #acacac !important;
}

.filterSidebar .radios label span,
.filterSidebar .checkboxes label span {
  position: relative;
  font-size: 12px;
  padding-left: 25px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.filterSidebar .radios label span:before,
.filterSidebar .radios label span:after,
.filterSidebar .checkboxes label span:before,
.filterSidebar .checkboxes label span:after {
  content: '' !important;
  transition: all 0.3s !important;
  position: absolute !important;
  left: 0 !important;
  margin-right: 10px !important;
  margin-top: 0 !important;
}

.filterSidebar .radios label span:before,
.filterSidebar .checkboxes label span:before {
  top: 0px !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 4px !important;
  border: 1px solid #acacac !important;
}

.filterSidebar .radios label span:after,
.filterSidebar .checkboxes label span:after {
  top: 3px !important;
  width: 12px !important;
  height: 12px !important;
  margin-right: 13px !important;
  margin-top: 10px;
  border-radius: 4px !important;
  background: #ed7c10 !important;
  opacity: 0 !important;
  left: 0 !important;
  margin-left: 3px;
}

.filterSidebar .radios label span:hover:before,
.filterSidebar .checkboxes label span:hover:before {
  border-color: #ed7c10 !important;
}

.filterSidebar .radios label span .prdctfltr_count,
.filterSidebar .checkboxes label span .prdctfltr_count {
  border: none;
  font-size: 10px;
  font-weight: 700;
  color: #848484;
}

.filterSidebar .radios label span .prdctfltr_count:before,
.filterSidebar .checkboxes label span .prdctfltr_count:before {
  content: '(';
}

.filterSidebar .radios label span .prdctfltr_count:after,
.filterSidebar .checkboxes label span .prdctfltr_count:after {
  content: ' st)';
}

.ajaxProducts ul.products li {
  float: left;
  margin-left: 1.5%;
  margin-bottom: 45px;
  width: 32.33333%;
}

.ajaxProducts ul.products li:nth-of-type(3n + 1) {
  margin-left: 0;
}

ul.products {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

ul.products:after {
  clear: both;
}

ul.products &gt; li {
  margin: 0;
}

ul.products &gt; li {
  position: relative;
  padding-bottom: 26px;
  border-bottom: 1px solid #e5e5e5;
}

ul.products .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  padding: 20px;
  padding-bottom: 100%;
}

ul.products .woocommerce-LoopProduct-link img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

ul.products .woocommerce-loop-product__title {
  position: absolute;
  top: 100%;
  left: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  width: calc(100% - 75px - 10px);
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

ul.products .button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  background: #414141;
  border: 1px solid #414141;
  padding: 0;
}

ul.products .button:hover {
  background: #ed7c10;
}

.relatedProducts ul.products &gt; li {
  float: left;
  margin-left: 3%;
  margin-bottom: 0;
  width: 22.75%;
}

.relatedProducts ul.products &gt; li:nth-of-type(4n + 1) {
  margin-left: 0;
}

.woocommerce-pagination {
  float: right;
}

.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination ul &gt; li {
  margin: 0;
}

.woocommerce-pagination ul li {
  display: inline-block;
}

.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: #fff;
  color: #ed7c10;
  border: 1px solid #ed7c10;
}

.woocommerce-pagination ul li:hover a,
.woocommerce-pagination ul li .current {
  color: #fff;
  background: #ed7c10;
}

.filterRow {
  position: relative;
  margin-bottom: 50px;
  font-style: italic;
  background: #e5e5e5;
}

.filterRow span.title {
  display: inline-block;
  font-weight: 700;
  margin-left: 12px;
}

.filterRow ul {
  display: inline-block;
}

.filterRow ul li {
  display: inline-block;
  padding: 9px 0;
}
.filterRow ul li a:empty {
  display: none;
}

.filterRow ul li:last-child a {
  border-right: none;
}

.filterRow ul li a {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #6f6f6f;
  cursor: pointer;
  line-height: 1;
  border-right: 1px solid #333;
}

.filterRow ul li a:hover {
  color: #ed7c10;
}

.filterRow ul li a.active {
  font-weight: 700;
}

.contactTemplate .columns {
  margin-bottom: 60px;
}

.contactTemplate .socialCircle:hover path.path2 {
  fill: #ed7c10;
}

#map {
  height: 360px;
}

.mapSearchWrapper {
  position: relative;
  margin-top: 15px;
}

.mapSearchWrapper #mapSearchField {
  width: 100%;
  height: 40px;
}

.mapSearchWrapper #currentSearch {
  display: block;
  margin-top: 5px;
  font-style: italic;
}

.mapSearchWrapper .icon {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #ed7c10;
  font-size: 20px;
}

.productPage .imagesWrapper {
  margin-bottom: 30px;
}

.productPage .imagesWrapper .image {
  display: block;
  text-align: center;
}

.productPage .imagesWrapper .pager {
  margin: 0;
  padding: 0;
  list-style: none;
}

.productPage .imagesWrapper .pager &gt; li {
  margin: 0;
}

.productPage .imagesWrapper .pager li {
  display: inline-block;
  margin-right: 5px;
}

.productPage .imagesWrapper .pager li a {
  display: block;
  cursor: pointer;
  font-size: 9px;
  color: #6f6f6f;
}

.productPage .subContent {
  margin-top: 25px;
  margin-bottom: 50px;
}

.productPage .subContent p:last-of-type {
  margin-bottom: 0;
}

.productPage .productTable {
  margin-bottom: 40px;
}

.productPage .productTable .showMore {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #3b3e49;
  color: #3b3e49;
  cursor: pointer;
  margin-top: 40px;
}

.productPage .productTable .showMore .fa:before {
  content: '\f068';
}

.productPage .productTable .showMore:hover {
  border-color: #ed7c10;
  background: #ed7c10;
  color: #fff;
}

.productPage .productTable.minimized .tableWrapper {
  overflow: hidden;
}

.productPage .productTable.minimized .showMore .fa:before {
  content: '\f067';
}

.productPage .videoLink {
  color: #6f6f6f;
}

.productPage .videoLink .fa {
  position: relative;
  margin-right: 10px;
  font-size: 35px;
  bottom: -7px;
}

.relatedProducts h2.relatedProductsTitle {
  font-size: 17px;
  border-bottom: 1px solid #b7b7b7;
  color: #4a4a4a;
  padding-bottom: 20px;
}

.withSubmenuTemplate {
  *zoom: 1;
}

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

.withSubmenuTemplate:after {
  clear: both;
}

.withSubmenuTemplate &gt; .leftSide {
  width: 200px;
  float: left;
}

.withSubmenuTemplate &gt; .leftSide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.withSubmenuTemplate &gt; .leftSide ul &gt; li {
  margin: 0;
}

.withSubmenuTemplate &gt; .leftSide ul li a {
  display: block;
  font-weight: 400;
  padding: 5px 0;
  font-size: 14px;
  color: #ed7c10;
}

.withSubmenuTemplate &gt; .leftSide ul li.parent {
  margin-bottom: 10px;
}

.withSubmenuTemplate &gt; .leftSide ul li.parent a {
  color: #6f6f6f;
  font-size: 20px;
}

.withSubmenuTemplate &gt; .leftSide ul li.current_page_item &gt; a,
.withSubmenuTemplate &gt; .leftSide ul li.current_page_parent &gt; a {
  font-weight: 600;
}

.withSubmenuTemplate &gt; .leftSide ul li.current_page_item &gt; a:hover,
.withSubmenuTemplate &gt; .leftSide ul li.current_page_parent &gt; a:hover {
  color: #ed7c10;
}

.withSubmenuTemplate &gt; .leftSide ul li ul {
  margin-left: 15px;
}

.withSubmenuTemplate &gt; .leftSide ul li ul li {
  position: relative;
}

.withSubmenuTemplate &gt; .rightSide {
  width: calc(100% - 200px - 40px);
  float: right;
}

.newsPosts {
  margin-top: 60px;
}

.newsPost {
  *zoom: 1;
  border-bottom: 1px solid #aeaeae;
  padding: 15px 0;
  position: relative;
}

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

.newsPost:after {
  clear: both;
}

.newsPost .image {
  display: block;
  float: left;
  width: 28%;
  min-height: 150px;
}

.newsPost .image img {
  display: block;
}

.newsPost .info {
  float: right;
  width: 70%;
  padding-bottom: 10px;
}

.newsPost .title {
  font-size: 20px;
  color: #6f6f6f;
  margin-bottom: 5px;
}

.newsPost .date {
  font-size: 12px;
  color: #6f6f6f;
}

.newsPost .excerpt {
  font-size: 16px;
}

.newsPost .readMore {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 30px;
  line-height: 30px;
}

.newsPage .leftSide {
  float: left;
}

.newsPage .extra {
  margin: 40px 0;
}

.pagination {
  display: table;
  margin: 30px auto;
}

.pagination .page-numbers {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin-right: 5px;
  background: #efefef;
  color: #6f6f6f;
  text-align: center;
}

.pagination .page-numbers.current {
  background: #ed7c10 !important;
  color: #fff !important;
}

.pagination .page-numbers:hover {
  background: rgba(237, 124, 16, .5);
  color: #fff;
}

.pagination .page-numbers.next .fa {
  position: relative;
  right: -1px;
}

ul.arrows {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.arrows &gt; li {
  margin: 0;
}

ul.arrows li:before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 7px;
}

ul.split {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.split &gt; li {
  margin: 0;
}

ul.split li {
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  width: 49%;
}

ul.split li:nth-of-type(2n + 1) {
  margin-left: 0;
}

ul.tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.tags &gt; li {
  margin: 0;
}

ul.tags li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  background: #fafafa;
  border: 1px solid #ccc;
  font-size: 12px;
}

.youtubeIframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.youtubeIframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  max-width: 100%;
}

button.mfp-close,
button.mfp-arrow {
  background: none !important;
}

.cookiePopup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 40px;
  border-top: 1px solid #e1e1e1;
  z-index: 10000;
}

.cookiePopup .innerWrapper {
  *zoom: 1;
  position: relative;
  max-width: 950px;
  margin: auto;
  padding: 20px 0;
  box-sizing: border-box;
}

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

.cookiePopup .innerWrapper:after {
  clear: both;
}

.cookiePopup .text,
.cookiePopup .button {
  display: block;
  line-height: 35px;
}

.cookiePopup .text {
  max-width: 680px;
  margin: auto;
  line-height: 1.7;
}

.cookiePopup .text a {
  color: #ed7c10;
  font-weight: 600;
}

.cookiePopup .text a:hover {
  color: #ed7c10;
}

.cookiePopup .cookieBtn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  min-width: 100px;
}

/* Slidebars */

.slidebar {
  display: none;
}

.slidebar ul.langPicker {
  margin-top: 20px;
}

.slidebar ul.langPicker li,
.slidebar ul.langPicker ul {
  display: inline-block;
}

.slidebar ul.langPicker ul {
  margin-left: 10px;
}

.slidebar ul.langPicker img {
  height: 20px;
  width: auto;
}

#mobileNav {
  *zoom: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  z-index: 10;
}

#mobileNav:before,
#mobileNav:after {
  content: " ";
  display: table;
}

#mobileNav:after {
  clear: both;
}

#mobileNav:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aeaeae;
}

#mobileNav .menuIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.6s, padding-top 0.4s;
  display: block;
  height: 60px;
  padding: 0 20px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  padding-top: 13px;
}

#mobileNav .menuIcon span {
  transition: all 0.4s;
  position: relative;
  border-radius: 10px;
  display: block;
  height: 3px;
  width: 30px;
  background: #797979;
  margin-bottom: 4px;
}

#mobileNav .menuIcon span.x3 {
  margin: 0;
}

#mobileNav .menuIcon .text {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -23px;
  margin-left: 18px;
}

#mobileNav .menuIcon.leftMenuIcon {
  left: 0;
}

#mobileNav .menuIcon.rightMenuIcon {
  right: 0;
}

#mobileNav .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mobileNav .logo img {
  display: block;
  height: 40px;
}

#mobileNav &gt; .right {
  float: right;
  margin-right: 10px;
}

#mobileNav .icon {
  *zoom: 1;
  float: left;
  width: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
}

#mobileNav .icon:before,
#mobileNav .icon:after {
  content: " ";
  display: table;
}

#mobileNav .icon:after {
  clear: both;
}

#mobileNav .icon.mobileCart .productCountWrapper {
  font-size: 70%;
}

.canvasContainer .pageWrapper,
.canvasContainer .footer {
  transition: opacity 0.3s;
}

html.slidebarsOpening .canvasContainer,
html.slidebarsOpened .canvasContainer {
  overflow: hidden;
}

html.slidebarsOpening .canvasContainer .pageWrapper,
html.slidebarsOpening .canvasContainer .footer,
html.slidebarsOpened .canvasContainer .pageWrapper,
html.slidebarsOpened .canvasContainer .footer {
  overflow: hidden;
  opacity: 0.15;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span {
  margin: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 35px;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span.x1,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span.x1 {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  bottom: -9px;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span.x2,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span.x2 {
  opacity: 0;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span.x3,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span.x3 {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  bottom: -3px;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon span.ring,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon span.ring {
  opacity: 1;
}

html.slidebarsOpening.slidebarMenuOpened #mobileNav .menuIcon .text,
html.slidebarsOpened.slidebarMenuOpened #mobileNav .menuIcon .text {
  margin-left: 19px;
  margin-top: -21px;
}

html.slidebarCartOpened #mobileNav {
  border-top: 1px solid #e1e1e1;
}

html.slidebarCartOpened .openSlidebarCart {
  color: #ed7c10;
}

h2 {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
}

.header .logo img {
  width: 215;
  height: 60px;
}

.header .ajaxSearch {
  background: rgba(237, 124, 16, .8);
}

.slideshow h3 {
  background: rgba(237, 124, 16, .8);
  color: #fff;
}

.topImage h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 65px;
  line-height: 65px;
  width: 100%;
  background: rgba(255, 255, 255, .75);
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  color: #ed7c10;
  padding: 0;
}

.fullWidthText {
  background: #ed7c10;
  margin-bottom: 40px;
  margin-top: 10px;
  padding: 30px 0;
}

.fullWidthText h1,
.fullWidthText h2,
.fullWidthText h3,
.fullWidthText h4,
.fullWidthText h5,
.fullWidthText h6 {
  color: #6f6f6f;
}

.fullWidthText p:last-of-type {
  margin-bottom: 0;
}

.contactColTemplate .startText {
  padding-top: 0;
  margin-bottom: 40px;
}

.contactColTemplate .startText .right {
  margin-top: 0;
}

.footerImage {
  position: relative;
  background: no-repeat;
  background-size: cover;
}

.footerImage .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.footerImage .text h1,
.footerImage .text h2,
.footerImage .text h3,
.footerImage .text h4,
.footerImage .text h5,
.footerImage .text h6 {
  color: #6f6f6f;
  font-size: 27px;
}

.footerImage .text p:last-of-type {
  margin-bottom: 0;
}

.footerImage .text .button {
  background: #ed7c10;
  color: #fff;
}

.footer {
  height: 160px;
}

.footer .extraText {
  margin-top: 10px;
}

.footer .extraText a {
  font-weight: 600;
}

.interestForm textarea {
  height: 185px;
}

.interestForm button {
  background: #6f6f6f;
  color: #fff;
  min-width: 134px;
}

.interestForm button:hover {
  background: #ed7c10;
}

.formLayout label {
  font-weight: 600;
}

.wpcf7-form-control-wrap input[type="file"] {
    display: none;
}

.pagination h2.screen-reader-text {
    display: none;
}
@media screen and (max-width: 1330px) {

  .header .logo {
    position: static;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
}
@media all and (min-width: 1000px) {
  .filterSidebar .sections {
    display: block !important;
  }
}

@media all and (max-width: 1024px) {
  .cookiePopup .innerWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cookiePopup .text {
    float: none;
    height: auto;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .cookiePopup .cookieBtn {
    display: inline-block;
    float: none;
  }

  [canvas],
  [off-canvas*=push] {
    z-index: 1;
  }

  [off-canvas*=reveal],
  [off-canvas*=shift] {
    z-index: 0;
  }

  [canvas=container],
  [off-canvas],
  body,
  html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  [canvas=container] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
  }

  [canvas=container]:after,
  [canvas=container]:before {
    clear: both;
    content: '';
    display: table;
  }

  [off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
    color: #fff;
    -webkit-overflow-scrolling: touch;
  }

  [off-canvas*=top] {
    width: 100%;
    height: 255px;
    top: 0;
  }

  [off-canvas*=right] {
    width: 255px;
    height: 100%;
    top: 0;
    right: 0;
  }

  [off-canvas*=bottom] {
    width: 100%;
    height: 255px;
    bottom: 0;
  }

  [off-canvas*=left] {
    width: 255px;
    height: 100%;
    top: 0;
    left: 0;
  }

  [off-canvas*=overlay] {
    z-index: 9999;
  }

  [canvas],
  [off-canvas] {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden;
  }

  [off-canvas*=shift][off-canvas*=top] {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  [off-canvas*=shift][off-canvas*=right] {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  [off-canvas*=shift][off-canvas*=bottom] {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  [off-canvas*=shift][off-canvas*=left] {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  #wpadminbar {
    display: none !important;
  }

  html {
    margin-top: 0 !important;
  }

  .slidebar {
    display: none;
    background: none;
    color: #6f6f6f;
    z-index: 1000;
  }

  .slidebar .innerWrapper {
    margin: 40px 30px;
    overflow-y: auto;
    padding: 1px;
  }

  .slidebar ul.treeMenu li {
    *zoom: 1;
  }

  .slidebar ul.treeMenu li:before,
  .slidebar ul.treeMenu li:after {
    content: " ";
    display: table;
  }

  .slidebar ul.treeMenu li:after {
    clear: both;
  }

  .slidebar ul.treeMenu li a {
    width: calc(100% - 20px);
    float: left;
  }

  .slidebar ul.treeMenu li .fa {
    width: 20px;
    float: right;
    margin: 0;
  }

  .slidebar ul.treeMenu li ul {
    clear: both;
  }

  #mobileNav {
    display: block;
  }

  .header {
    height: 60px;
  }

  .header &gt; .wrap {
    display: none !important;
  }

  .header .ajaxSearch {
    height: 40px;
  }

  .header .ajaxSearch .fields {
    margin-top: 5px;
  }

  .header .ajaxSearch .fields input,
  .header .ajaxSearch .fields button {
    height: 30px;
  }

  .header .ajaxSearch .fields input ::-webkit-input-placeholder {
    font-size: 10px;
  }

  .header .ajaxSearch .fields input :-moz-placeholder {
    font-size: 10px;
  }

  .header .ajaxSearch .fields input ::-moz-placeholder {
    font-size: 10px;
  }

  .header .ajaxSearch .fields input :-ms-input-placeholder {
    font-size: 10px;
  }

  .header .ajaxSearch .fields input::-webkit-input-placeholder {
    font-size: 10px;
  }

  .header .ajaxSearch .fields input:-moz-placeholder {
    font-size: 10px;
  }

  .header .ajaxSearch .fields input::-moz-placeholder {
    font-size: 10px;
  }

  .header .ajaxSearch .fields input:-ms-input-placeholder {
    font-size: 10px;
  }

  .footer {
    height: auto;
    padding-bottom: 30px;
  }

  #searchResult {
    margin-top: 1px;
    padding: 10px 10px 15px 10px;
  }

  #searchResult .searchResultContent {
    max-height: 120px;
  }

  #searchResult ul li {
    margin-bottom: 5px;
    font-size: 12px;
  }

  #searchResult .loaderIcon {
    font-size: 16px;
    bottom: 0;
  }

  .topImage {
    overflow: hidden;
  }

  .topImage .titleWrapper.full h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .topImage img {
    width: 150%;
    margin-left: -25%;
    max-width: none;
  }

  .startBoxes .box a {
    font-size: 14px;
  }

  .sidebar {
    min-height: 0 !important;
    padding-bottom: 20px;
  }

  .tableWrapper {
    overflow: auto;
  }

  .tableWrapper table {
    min-width: 700px;
  }
}

@media all and (max-width: 1000px) {
  .filterSidebar {
    width: 100%;
    padding: 33px 0px 0 15px;
    margin-bottom: 40px;
    min-height: 0 !important;
  }

  .filterSidebar .filterTitle {
    height: 33px;
    line-height: 33px;
    cursor: pointer;
  }

  .filterSidebar .filterTitle:after {
    position: relative;
    font-family: FontAwesome;
    content: '\f105';
    margin-left: 10px;
    font-size: 20px;
    top: 2px;
  }

  .filterSidebar .filterTitle.open:after {
    content: '\f107';
  }

  .filterSidebar .sections {
    *zoom: 1;
    display: none;
    padding: 20px 0;
  }

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

  .filterSidebar .sections:after {
    clear: both;
  }

  .filterSidebar .section {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 32%;
    vertical-align: top;
  }

  .filterSidebar .section:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .filterSidebar .section:nth-of-type(4) {
    clear: left;
  }

  .filterSidebar .section .title {
    font-size: 12px;
  }

  .filterSidebar .checkboxes label span {
    font-size: 10px;
  }

  .categoryPage .productWrapper {
    width: 100%;
  }

  .relatedProducts ul.products &gt; li {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 49%;
  }

  .relatedProducts ul.products &gt; li:nth-of-type(4n + 1) {
    margin-left: 2%;
  }

  .relatedProducts ul.products &gt; li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 900px) {
  .footerImage {
    height: auto !important;
  }

  .footerImage .text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 40px;
  }
}

@media all and (max-width: 850px) {
  .acfdownloadBoxes .downloadSection .files .file {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .slideshow h3 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .topImage .titleWrapper.full h1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .topImage .titleWrapper.thin h1 {
    font-size: 20px;
    height: 40px;
    line-height: 50px;
    padding: 0 20px;
  }

  .startText {
    padding-top: 50px;
  }

  .filterRow {
    text-align: center;
    font-style: normal;
    padding: 10px;
  }

  .filterRow span.title {
    padding-left: 0;
    margin: 0 0 10px 0 !important;
  }

  .filterRow ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .filterRow ul li a {
    border: none;
  }

  .contacts .contact {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 32%;
  }

  .contacts .contact:nth-of-type(4n + 1) {
    margin-left: 2%;
  }

  .contacts .contact:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 750px) {
  .mainLeftContent,
  .mainRightContent,
  .leftSideFloat,
  .rightSideFloat {
    width: 100%;
  }

  .mainRightContent {
    margin-top: 30px;
  }

  .acfBox {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 49%;
  }

  .acfBox:nth-of-type(3n + 1) {
    margin-left: 2%;
  }

  .acfBox:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .sidebar .sidebarContent {
    margin-bottom: 20px;
  }

  .ajaxProducts ul.products &gt; li {
    float: left;
    margin-left: 5%;
    margin-bottom: 2%;
    width: 47.5%;
  }

  .ajaxProducts ul.products &gt; li:nth-of-type(3n + 1) {
    margin-left: 5%;
  }

  .ajaxProducts ul.products &gt; li:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .selectedFiltersWrapper ul li a small {
    font-size: 10px;
  }

  .selectedFiltersWrapper ul li a strong {
    font-size: 11px;
  }

  .rslides img {
    width: 300%;
    margin-left: -100%;
    max-width: none;
  }
}

@media all and (max-width: 700px) {
  .filterRow {
    margin-bottom: 30px;
  }

  .filterRow ul li a {
    font-weight: 400 !important;
  }

  .withSubmenuTemplate &gt; .leftSide,
  .withSubmenuTemplate &gt; .rightSide {
    width: 100%;
    float: none;
  }

  .withSubmenuTemplate &gt; .leftSide {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .newsPost .image {
    width: 15%;
  }

  .newsPost .info {
    width: 83%;
    padding-bottom: 0;
  }

  .newsPost .readMore {
    position: static;
  }

  ul.split li {
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  ul.split li:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  ul.split li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 600px) {
  .w48,
  .w49 {
    width: 100% !important;
  }

  .w48:last-of-type,
  .w49:last-of-type {
    margin-top: 40px;
  }

  .formLayout .w48,
  .formLayout .w49 {
    margin-top: 0 !important;
  }

  .formLayout .oneOfThree {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }

  .wpcf7-form-control-wrap input[type="file"] {
    display: none;
  }

  .footer {
    font-size: 12px;
  }

  #searchResult ul li {
    font-size: 10px;
  }

  .slideshow h3 {
    font-size: 4vw;
  }

  .topImage .titleWrapper.full h1 {
    padding: 10px 20px;
    height: auto;
    line-height: 1.4;
    font-size: 14px;
    white-space: normal;
    overflow: visible;
  }

  .topImage .titleWrapper.thin {
    max-width: 90%;
    left: 5%;
    bottom: -5px;
    overflow: hidden;
  }

  .topImage .titleWrapper.thin h1 {
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 38px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .topImage img {
    width: 200%;
    margin-left: -50%;
  }

  .startBox,
  .downloadSectionStartStyle .files .file {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 49%;
  }

  .startBox:nth-of-type(3n + 1),
  .downloadSectionStartStyle .files .file:nth-of-type(3n + 1) {
    margin-left: 2%;
  }

  .startBox:nth-of-type(2n + 1),
  .downloadSectionStartStyle .files .file:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .startBox img,
  .downloadSectionStartStyle .files .file img {
    width: 100%;
  }

  .filterSidebar .section {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 49%;
  }

  .filterSidebar .section:nth-of-type(3n + 1) {
    margin-left: 2%;
  }

  .filterSidebar .section:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .filterSidebar .section:nth-of-type(4) {
    clear: none;
  }

  .filterSidebar .section:nth-of-type(3),
  .filterSidebar .section:nth-of-type(5) {
    clear: left;
  }
}

@media all and (max-width: 550px) {
  .acfdownloadBoxes .downloadSection .files .file {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 49%;
  }

  .acfdownloadBoxes .downloadSection .files .file:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .newsPost .image,
  .newsPost .info {
    width: 100%;
    float: none;
  }

  .newsPost .image {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 500px) {
  .filterRow span.title {
    width: auto;
    padding-left: 7px;
    margin-bottom: 10px;
  }

  .filterRow ul {
    position: static;
  }

  .filterRow ul li {
    margin-bottom: 15px;
  }

  .contacts .contact {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 49%;
    font-size: 11px;
  }

  .contacts .contact:nth-of-type(3n + 1) {
    margin-left: 2%;
  }

  .contacts .contact:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 400px) {
  .startBox,
  .downloadSectionStartStyle .files .file {
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .startBox:nth-of-type(2n + 1),
  .downloadSectionStartStyle .files .file:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .startBox:nth-of-type(1n + 1),
  .downloadSectionStartStyle .files .file:nth-of-type(1n + 1) {
    margin-left: 0;
  }

  .topImage img {
    width: 300%;
    margin-left: -100%;
  }

  .acfBox {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }

  .filterSidebar .section {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }

  .ajaxProducts ul.products &gt; li {
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .ajaxProducts ul.products &gt; li:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .ajaxProducts ul.products &gt; li:nth-of-type(1n + 1) {
    margin-left: 0;
  }

  .selectedFiltersWrapper ul li {
    margin-right: 0;
    width: 100%;
  }

  .selectedFiltersWrapper ul li .removeTerm {
    float: right;
  }

  .relatedProducts ul.products &gt; li {
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .relatedProducts ul.products &gt; li:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .relatedProducts ul.products &gt; li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 320px) {
  .acfdownloadBoxes .downloadSection .files .file {
    float: left;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .acfdownloadBoxes .downloadSection .files .file:nth-of-type(1n + 1) {
    margin-left: 0;
  }

  #mobileNav .logo {
    margin-left: 15px;
  }
}


#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff !important;
    text-align: center;
    box-sizing: border-box;
    padding: 0 40px;
    border-top: 1px solid #e1e1e1;
    z-index: 10000;
}
.cookie-notice-container {
    zoom: 1;
    position: relative;
    max-width: 950px;
    margin: auto;
    padding: 20px 0;
    box-sizing: border-box;
}
#cn-notice-text {
    max-width: 680px;
    margin: auto;
    line-height: 1.7;
  display: block;
    line-height: 1.5;
    font-size: 13px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
}
#cookie-notice .cn-button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    min-width: 100px;
  background: #5b7cbd;
    color: #fff;
  font-famiy:inherit;
  border:0;
  text-shadow:0;
  box-shadow:0;
  padding:0 10px;
}

/*img.custom-img {
    height: auto;
    max-height: 26px;
    max-width: 26px;
    width: 100%;
}*/
img.custom-img {
    height: 26px;
    width: auto;
}
</pre></body></html>