@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before {
  content: "\f7ee"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-medical:before {
  content: "\f7f4"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-meat:before {
  content: "\f814"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-brands-400.eot");
  src: url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-brands-400.woff") format("woff"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-brands-400.ttf") format("truetype"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-light-300.eot");
  src: url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-light-300.woff2") format("woff2"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-light-300.woff") format("woff"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-light-300.ttf") format("truetype"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-regular-400.eot");
  src: url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-regular-400.woff") format("woff"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-regular-400.ttf") format("truetype"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-solid-900.eot");
  src: url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-solid-900.woff") format("woff"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-solid-900.ttf") format("truetype"), url("../../frontend/Piranha/Wec/en_GB/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }
/* Slider */
.slick-slider
{
    position: relative;
    padding-left: 1.6%;
    width: 100%;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('../../frontend/Piranha/Wec/en_GB/css/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus 
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background: #3FB1DD;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}html { scroll-behavior: smooth; }
html,body { margin: 0; padding: 0; font-size: 16.5px; }
body { font-family: 'Work Sans', sans-serif; color: #101010; }

input, select, textarea { border-radius: 0 !important; border-radius: none; }
/*Temp*/
.header-account-tabs { display: none; }
/*.block-category-link a { position: relative; }
.block-category-link a:after, .block-category-link a:before {
    content: " ";
    position: absolute;
    bottom: -5px;
    z-index: -1;
    display: block;
    height: 20px;
    background: #ffd248;
}
.block-category-link a:before {
    width: 100%; amalgamate
    right: 0;
    transition: width .3s .1s;
}
.block-category-link a:after, .block-category-link a:hover:before { width: 0;
 transition: width .3s;
}
#header .l-wrap {
    border: none !important;
}
.l-wrap { background: rgba(238, 130, 238, 0.2); }
.content_left.content, .content_right.image, .content_right.content, .content_left.image{ border: 1px solid; }
.l-wrap-inner { padding: 0 100px; background: pink; }
.category_range { background: turquoise; }
.l-wrap { border: 1px solid #f1f1f1; }
.l-wrap-inner { border: 1px solid #eeeeee; }
*/

/*Hide*/
/*Hack images sizes for accessories*/



.product-bottom-container { border-bottom: 1px solid #010101; }
.page-wrapper:not(.accessories-cat-small-images) .sm-img { display: none; }
.accessories-cat-small-images .normal-img { display: none; }
.optionsError { margin-top: 2px; }
.header-top-links { display: none; }
.toolbar-products { display: block; }
.sidebar .count { color: #3FB1DD; }
.sidebar-additional, .toolbar-sorter, .field.limiter { display: none; }
.filter-count-label, .counter-label { display: none; }
.count:before { content: '('; }
.count:after { content: ')'; }
.action.tocompare {display: none; }
.product.attribute.sku { display: none; }
/*Common*/
.wrap, .l-wrap, .m-wrap, .s-wrap, .navigation ul { margin: 0 auto; box-sizing: border-box; }
.l-wrap, .wrap { max-width: 1920px; }
.l-wrap { padding: 0 100px; }
.l-wrap-inner { padding: 0 80px; }
.wrap { padding: 0 200px; }
.s-wrap { max-width: 1025px; padding: 0 80px; }
.section { display: block; margin-top: 160px; margin-bottom: 160px; } 
#homepage-main.section { display: block; margin-bottom: 0; margin-top:10px;} 
.default-padding { padding: 40px; box-sizing: border-box; }
.inline-block { display: inline-block; vertical-align: top; box-sizing: border-box; }
/*Breadcrumbs*/
#page-top { padding-top: 40px; padding-bottom: 40px; display: block; }
.breadcrumbs { padding: 0 40px; }
.breadcrumbs .items { font-size: 0.9rem; color: #010101; list-style: none; margin: 0; padding: 0 0; font-weight: 300; } .breadcrumbs .items strong { font-weight: 300; }
.breadcrumbs .item { padding: 0; margin: 0; height: 100%; display: inline; position: relative; z-index: 9; }
.breadcrumbs .item:not(:last-child) { display: inline-block; text-decoration: none; }
.breadcrumbs .item:not(:last-child):after { content: '/'; }
.breadcrumbs .item a { color: #010101; font-weight: 300; }
.breadcrumbs .item a:hover { color: #3fb1dd; }
.page-inner { padding-left: calc((100% - 1920px) / 2); padding-right: calc((100% - 1920px) / 2); }
.page-bottom { clear: both; }
.section-sm { margin-top: 80px; margin-bottom: 80px; }
.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .breadcrumbs, .page-layout-1column .column.main, #wec-blog  .sidebar-main { padding-left: 180px; }
.breadcrumbs, .page-layout-1column .column.main { padding-right: 180px; }
.clearfix:after { clear:both; content:''; display:block; height:0; visibility:hidden }
#page-static-block.section { margin-bottom: 80px; } 
#maincontent .first-page-section { margin-top: 0; }
.content-link { margin-top: 40px; display: block; }
/*Toolbar*/
.toolbar-products { text-align: center; }
.toolbar .modes { display: none; }
.field.limiter { display: none; }
/*Pagination*/
.pages .items { font-size: 0; letter-spacing: -1px; line-height: 0; white-space: nowrap; margin: 0; padding: 0 5px; list-style: none none; display: inline-block; }
.pages .item { font-size: 1rem; line-height: 3.2rem; font-weight: 500; letter-spacing: normal; margin: 0 2px 0 0; display: inline-block; min-width: 30px; }
.pages .action { background: #f2f2f2; color: #010101; display: inline-block; padding: 0; text-decoration: none; }
.pages .item .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.pages .action.next > span, .pages .action.previous > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.pages .action.next::before, .pages .action.previous::before { font-size: 1rem; line-height: inherit; color: #010101; font-family: 'Font Awesome 5 Pro'; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; }
.pages .action.next::before { content: '\f105'; }
.pages .action.previous::before { content: '\f104'; }
.pages .action.next { display: inline-block; text-decoration: none; }
.pages a.page { color: #3FB1DD; display: inline-block; padding: 0 12px; text-decoration: none; }
.pages a.page:hover { background: #f2f2f2; }
.pages .action.next, .pages .action.previous { margin-left: 10px; min-width: 30px; }
.pages .action.next { margin-left: 10px; }
.pages .action.previous { margin-right: 10px; }
.pages .action:hover { background: #3FB1DD; }
.pages .action:hover.next::before, .pages .action:hover.previous::before { color: #fff; }
#paging-label { font-weight: 400; }
.products.wrapper ~ .toolbar .pages { float: left; }
#toolbar-amount { float: right; font-size: 0.9rem;; margin: 0; line-height: 3.2rem; }
.toolbar-products { overflow: hidden; padding: 40px 30px; }
a:visited {color:#010101;} 
a, .navigation a span, button, .slick-prev::before, .slick-next::before, #more_posts { text-decoration: none; transition: all 0.15s ease-in-out; }
.navigation a { color: #010101; } .navigation a:hover span, .nav-wrap ul li a:hover { color: #3fb1dd; }
button { border: none; font-size: 1.1rem; text-transform: uppercase; cursor: pointer; }
.lightblue-bg { background: #3fb1dd; }
.blue, .downloads a.blue, .blog-single .post-content a { color: #3fb1dd; }
#header-phone > p, #tablet-phone > p { text-transform: uppercase; }
.page-header .phone-number-link { font-weight: 900; font-size: 1.2rem; color: #010101; }
.twitter-link:after { content: '\f099'; }
.facebook-link:after { content: '\f39e'; }
.linkedin-link:after { content: '\f08c'; }
.social-links a { display: inline-block; margin: 0 10px; font-size: 1.2rem; font-family: 'Font Awesome 5 Brands'; font-weight: 600; color: #101010; }
.twitter-link:hover { color: #1DA1F2; }
.facebook-link:hover { color: #4267B2; }
.facebook-link { padding: 0 0 0 2px; }
.twitter-link { padding: 0 2px; }
.social-links a:last-of-type { margin-right: 0; }
.header-store a { color: #fff;  }
.header_menu-item a, .wishlist a { text-transform: uppercase; font-size:1rem; }
.wishlist a .counter.qty { font-weight: 300; }
.piranha-header-nav-menu .header_menu-item a { color: #101010; }
.content p:first-of-type { margin-top: 0; }
.btn { line-height: initial; }
button, #view-colour-chart, .btn, .events-blog .blog-read-more, .product-addtoquote-button, .movetoquote-button, #movetoquote { padding: 1rem 1.5rem; 
background: #3FB1DD; display: inline-block; color: #fff !important; text-transform: uppercase; font-size: 1rem; font-weight: 800; border: none; cursor: pointer; }
#search_mini_form .action.search span { color: #101010 !important; }
.product-addtoquote-button, .quote-btn-list { background: #3FB1DD; color: #fff; }
.action.viewquote {  color: #15375d; }
.action.viewquote:hover { background: #15375d; color: #fff; }
button:hover, .btn:hover,  .events-blog .blog-read-more:hover { background: #15375d; }
.submit-form { margin-top: 40px; }
.event_date { color: #3FB1DD; text-transform: uppercase; display: block; margin-bottom: 20px; font-size: 1.6rem; }
.block-cms-link span, .block-category-link span, .static-block-link li a, button span, .btn span, .towishlist { display: block; }
.content .block-category-link, .content .block-cms-link { margin-top: 2rem; }
#home_hero .l-wrap { color: #fff; }
#home_hero .l-wrap h1 { margin-top: 0; font-size: 4.4rem; font-weight: 800; margin-bottom: 2rem; }
.main-content p, .nav-wrap, .copyright-wrap, .hero-wrapper p { line-height: 1.6rem; } .hero-wrapper p { font-weight: 300; }
.section_label { text-transform: uppercase; }
.section_label_sm { font-size: 0.99rem; font-weight: 300; display: inline-block; margin: 0; padding: 10px 0; }
.content h2 { text-transform: uppercase; font-size: 1rem; margin-top: 30px; margin-bottom: 0; }
.content h2:not(.section_label_lg):first-of-type { margin-top: 0; margin-bottom: 0; }
.section_label h2, .intro-title h1, .section_label_lg, .content .section_label_lg { font-size: 2.4rem; font-weight: 900; margin: 0 0 20px 0; padding: 0; }
.intro-title h1 { font-size: 60px; }
.with-borders .section_label h2, .with-borders .section_label_lg, .post .section_label_lg { margin: 30px 0; }
.page-bottom .categegory-slider-container { padding-bottom: 40px; }
#search_mini_form .action.search { cursor: pointer; color: #010101; font-weight: 300; font-size: 1.4rem; padding: 0 20px 0 0; }
#search_mini_form label { display: none; }
button:disabled, button[disabled]{ color: #a0a0a0 !important; cursor: default !important; }
.footer-col, .footer ul li a { color: #fff; font-size: 0.95rem; }
.uppercase { text-transform: uppercase; }
ol { margin: 0; padding: 0; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance:textfield; }
.towishlist { color: #fff; text-transform: uppercase; font-size:1rem; font-weight: 600; }
.page-bottom.section-sm { margin-bottom: 120px; }
.page-bottom .section-sm { margin-bottom: 0; }
.content-inline-ul ul { display: inline-block; box-sizing: border-box; vertical-align: top; max-width: 50%; }
.content ul:nth-of-type(2) { padding-left: 80px;  }
.grey-bg { background: #f2f2f2; }
/*Header*/
.page-header { width: auto; }
.panel.header { padding: 20px 0; }
#header-logo { width: 180px; padding: 5px 0; }
#header-logo a, #header-logo img, #header-m-logo.logo-s img { width: 100%; height: auto; display: block; }
#header-logo { box-sizing: border-box; padding-right: 20px; }
#panel-nav-container, #header-logo { display: inline-block; vertical-align: bottom; box-sizing: border-box }
#panel-nav-container { width: calc(100% - 180px); text-align: right; }
.panel-right { display: inline-block; vertical-align: bottom; width: 360px; }
.panel-right p { padding: 0; margin: 0; }
#panel-right-inner1 { margin-bottom: 10px; display: table; width: 100%; text-align: left; }
#header-phone, #header-social-links { display: table-cell; vertical-align: bottom; }
#header-phone { padding-right: 10px; text-align: left; }
#header-phone:before, #tablet-phone:before { content: 'Customer Service'; display: block; text-transform: uppercase; font-size: 0.9rem; font-weight: 300; }
#header-social-links { text-align: right; }
.header_menu-item a, .wishlist a, .miniquote-wrapper a { padding: 16px 10px; box-sizing: border-box; }
.miniquote-wrapper { background: #15375d; }
.piranha-header-nav-menu .header_menu-item a, .header_menu-item a.nav_search_btn { padding: 16px 20px; }
.miniquote-wrapper .action.showquote span { text-transform: uppercase; display: inline-block; vertical-align: middle;}
.account-text-wrapper .text { padding-right: 1.5rem; }
.minicart-wrapper .cart-text-account-text-wrapper::after {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.4rem; line-height: initial; content: "\f107"; font-weight: 600; font-family: 'Font Awesome 5 Pro'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; vertical-align: middle; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
#nav-account .account-text-wrapper::after {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.4rem; line-height: initial; content: "\f107"; font-weight: 600; font-family: 'Font Awesome 5 Pro'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; vertical-align: middle; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
#header-m-wrap { display:none; }	
/*Cart*/
.header-store { display: flex; }
.header-store a, .miniquote-wrapper > .action { display: block; text-align: center; height: 100%; }
.minicart-wrapper, .header-account { width: 50%; display: inline-block; vertical-align: bottom; }
.minicart-wrapper .block-minicart { margin: 0; margin-top: 0px; padding: 0; list-style: none none; background: #fff; margin-top: 0; min-width: 100%; width: 100%; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 0; right: 0px; }
.ui-dialog.ui-widget{ background: #fff; position: absolute; top: 100%; width: 100%; z-index: 999; left: 0; }
.miniquote-wrapper .items-total { text-align: left; }
.minicart-wrapper .block-minicart { padding: 25px 25px; }
/*.minicart-wrapper .counter { position: absolute; background: #f1f1f1; font-size: 0.8rem; color: #000; font-weight: 600; width: 20px; height: 20px; top: -11px; right: -14px; line-height: 20px; text-align: center; border-radius: 50%; z-index: 99; }*/
.cart-text-wrapper, .account-text-wrapper { position: relative; display: inline-block; height: 100%; }
.cart-text-wrapper > .text { display: inline-block; vertical-align: middle; }
.header_menu-item > .text { display: inline-block; vertical-align: middle; }
.header-account { background: #15375d; }
.block-minicart::before { content: ''; width: 0; height: 0; top: -12px; right: calc(25% - 12px); margin: 0 auto; display: block; position: absolute; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #fff; }
.minicart-wrapper .cart-text-wrapper::after {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.2rem; line-height: initial; content: "\f07a"; font-weight: 700; font-family: 'Font Awesome 5 Pro'; margin: 0; display: inline-block; overflow: hidden; speak: none; text-align: center; vertical-align: bottom; }
.block-minicart { text-align: left; }
#btn-minicart-close { cursor: pointer; padding: 0; }
.minicart-wrapper .action.close { display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; height: 40px; position: absolute; right: 0; top: 0; width: 40px; }
.minicart-wrapper .action.close::before, .miniquote-wrapper .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1rem; line-height: 1rem; color: inherit; content: '\f00d'; font-weight: 300; font-family: 'Font Awesome 5 Pro'; margin: 0; vertical-align: top; display: inline-block; overflow: hidden; speak: none; text-align: center; color: #010101; }
.miniquote-wrapper.active .block-miniquote, .minicart-wrapper .block-minicart { box-shadow: 0 1px 3px rgba(0, 0, 0, .32); }
#minicart-content-wrapper .block-content { font-weight: 300; }
.minicart-wrapper .block-minicart .block-title { display: none; }
.block-minicart .subtotal { margin: 0 10px 10px; text-align: right; }
.block-minicart .subtotal { text-align: right; }
.minicart-wrapper .block-minicart { list-style: none none; }
.minicart-items-wrapper { border: 1px solid #ccc; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; margin: 0 -25px; border-left: 0; border-right: 0; overflow-x: auto; padding: 15px; }
#btn-minicart-close span { font-size: 0; }
.block-minicart .items-total { float: left; margin: 0 10px 0 0; }
.block-minicart .block-content > .actions > .primary .action.primary { display: block; margin-bottom: 15px; width: 100%; }
.minicart-items { list-style: none none; }
.block-minicart a { color: #010101; } .block-minicart a:hover { color: #3fb1dd; }
.block-minicart .subtitle { display: none; }
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container { float: left; }
.product-image-container { display: inline-block; max-width: 100%; }
.product-image-wrapper { display: block; height: 0; overflow: hidden; position: relative; z-index: 1; }
.minicart-items .product-item-details { padding-left: 88px; }
.minicart-items .product-item { padding: 10px 0; padding-top: 10px; }
.minicart-items .product-item-pricing .label { display: inline-block; }
.minicart-items .item-qty { margin-right: 10px; text-align: center; width: 40px; }
#minicart-content-wrapper, .minicart-items .product-item-details .price, .minicart-items .product-item-name a, .minicart-items .item-qty { font-size: 0.9rem; }
.minicart-items .item-qty { font-weight: 400; }
.minicart-items .product-item-name a { text-align: left; text-transform: initial; padding: 0; }
.minicart-wrapper .product .actions { float: right; margin: -27px 0 0; text-align: right; }
.minicart-items .product-item-details .details-qty { margin-top: 10px; }
.minicart-items .action.edit::before, .minicart-items .action.delete::before { font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 0.9rem; }
.minicart-items .action.edit::before { content: '\f044'; }
.minicart-items .action.delete::before { content: '\f1f8'; }
.minicart-items .action.edit, .minicart-items .action.delete { padding: 5px; }
.minicart-items .action.edit > span, .minicart-items .action.delete > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .actions > .secondary { display: inline; }
.minicart-wrapper .product .actions { text-align: right; }
.minicart-items .action.edit, .minicart-items .action.delete { display: inline-block; text-decoration: none; }
.block-minicart .block-content > .actions { margin-top: 15px; text-align: center; }
/*
 * Copyright (c) 2019. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
*/
@font-face {
    font-family: 'cart2quote-iconset';
    src: url('../../frontend/Piranha/Wec/en_GB/fonts/cart2quote-iconset.eot?wuxj3i');
    src: url('../../frontend/Piranha/Wec/en_GB/fonts/cart2quote-iconset.eot?wuxj3i#iefix') format('embedded-opentype'),
    url('../../frontend/Piranha/Wec/en_GB/fonts/cart2quote-iconset.ttf?wuxj3i') format('truetype'),
    url('../../frontend/Piranha/Wec/en_GB/fonts/cart2quote-iconset.woff?wuxj3i') format('woff'),
    url('../../frontend/Piranha/Wec/en_GB/fonts/cart2quote-iconset.svg?wuxj3i#cart2quote-iconset') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^='icon-c2q_'],
[class*=' icon-c2q_'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'cart2quote-iconset' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}
/* Icons */
.icon-c2q_plus:before { content: '\e909'; }
.icon-c2q_dustbin:before { content: '\e906'; }
.icon-c2q_edit:before { content: '\e907'; }
.icon-c2q_reload:before {  content: '\e908'; }
.icon-c2q_delete:before { content: '\e905'; }
.icon-c2q_quote:before { content: '\e904'; }
.icon-c2q_arrow-bottom:before { content: '\e900'; }
.icon-c2q_arrow-left:before { content: '\e901'; }
.icon-c2q_arrow-right:before { content: '\e902'; }
.icon-c2q_arrow-top:before { content: '\e903'; }
.block-miniquote .items-total { float: none;
 /* Set float to left when Quote Subtotals are visible */
    margin: 0 10px; }
.block-miniquote .items-total .count { font-weight: 700 }
.block-miniquote .subtotal { margin: 0 10px; text-align: right; }
.block-miniquote .amount .price-wrapper:first-child .price { font-size: 18px; font-weight: 700; }
.block-miniquote .subtitle { display: none }
.block-miniquote .subtitle.empty, .block-minicart .subtitle.empty { display: block; padding: 20px; text-align: center; display: block; font-size: 0.9rem; font-weight: 500; }
.block-miniquote .text.empty { text-align: center; }
.block-miniquote .block-content > .actions { margin-top: 15px }
.block-miniquote .block-content > .actions > .secondary { text-align: center }
.block-miniquote .block-content > .actions > .primary {
    margin: 0 0 15px
}
.block-miniquote .block-content > .actions > .primary .action.primary { display: block; font-size: 1rem; padding: 14px 17px; width: 100%; }
.block-miniquote .block-content > .actions .paypal-logo { margin-top: 15px; text-align: center; }
.block-miniquote .block-category-link,
.block-miniquote .block-product-link,
.block-miniquote .block-cms-link,
.block-miniquote .block-banners { margin: 15px 0 0; text-align: center; }
.minicart-wrapper { position: inherit; }
.miniquote-wrapper .action.showquote { width: 100%; }
@media (min-width: 640px) and (max-width: 767px) {
    .miniquote-wrapper {
        margin-top: 0;
    }
}
.miniquote-wrapper:before,
.miniquote-wrapper:after { content: ''; display: table; }
.miniquote-wrapper:after { clear: both }
.miniquote-wrapper .action.showquote { cursor: pointer; display: inline-block; text-decoration: none; }

/*
.miniquote-wrapper .action.showquote:before {
    color: #757575;
    content: '\e904' !important;
    font-family: 'cart2quote-iconset' !important;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
*/
.miniquote-wrapper .action.showquote.active {
    display: inline-block;
    text-decoration: none;
}
.miniquote-wrapper .action.showquote.active:before,
.miniquote-wrapper .action.showquote:hover:before {
    color: #333;
}
.miniquote-wrapper .block-miniquote,
.minicart-wrapper .block-miniquote {
    background: #fff;
    box-sizing: border-box;
    display: none;
    list-style: none none;
    margin: 8px 0 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 100;
}
.miniquote-wrapper .block-miniquote li {
    margin: 0;
}
.miniquote-wrapper .block-miniquote li:hover {
    cursor: pointer;
}
.miniquote-wrapper .block-miniquote:before,
.miniquote-wrapper .block-miniquote:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.miniquote-wrapper.active {
    overflow: visible;
}
.miniquote-wrapper.active .block-miniquote {
    display: block;
    margin-top: 0;
}

@media (max-width: 767px) {
    .miniquote-wrapper.active .block-miniquote {
        margin-top: -18px;
    }
}
.miniquote-wrapper .block-miniquote {
    padding: 25px 20px;
    width: 100%;
}
@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote {
        right: 15px;
        width: 320px;
    }
}
@media (max-width: 479px) {
    .miniquote-wrapper .block-miniquote {
        width: 290px;
    }
}
.miniquote-wrapper .block-miniquote .block-title {
    display: none;
}
.miniquote-wrapper .block-miniquote::before {
    content: '';
    width: 0;
    height: 0;
    top: -12px;
    left: calc(25% - 12px);
    margin: 0 auto;
    display: block;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;

}
.miniquote-wrapper .block-miniquote::after {
border-color: transparent transparent #bbb transparent;
    content: '';
    width: 0;
    height: 0;
    top: -12px;
    left: 20px;
    margin: 0 auto;
}
.miniquote-wrapper .product .actions {
    float: right;
    margin: -24px 0 0;
}
.miniquote-wrapper .product .actions > .primary,
.miniquote-wrapper .product .actions > .secondary {
    display: inline;
}
.miniquote-wrapper .product .actions > .primary:not(:last-child),
.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 15px;
}
.cart2quote-accept-checkout-btn {
    float: right;
}
.miniquote-wrapper .action.close {
    -moz-box-sizing: content-box;
    background: none;
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}
.miniquote-wrapper .action.close:focus,
.miniquote-wrapper .action.close:active {
    background: none;
    border: none;
}
.miniquote-wrapper .action.close:hover {
    background: none;
    border: none;
}
.miniquote-wrapper .action.close.disabled,
.miniquote-wrapper .action.close[disabled],
fieldset[disabled] .miniquote-wrapper .action.close {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
}
.miniquote-wrapper .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



.miniquote-wrapper .action.close:active:before {
    color: inherit;
}

.miniquote-wrapper .action.showquote {
    white-space: nowrap;
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #ff5501;
    border-radius: 2px;
    clip: auto;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    font-size: 0.8rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}




.miniquote-items-wrapper {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    clear: both;
    margin: 0 -20px;
    max-height: 714px;
    overflow-x: auto;
    padding: 15px;
}

.miniquote-items {
    list-style: none none;
    margin: 0;
    padding: 0;
}

.miniquote-items .product-item {
    padding: 20px 0;
}

.miniquote-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc;
}

.miniquote-items .product-item:first-child {
    padding-top: 0;
}

.miniquote-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem;
}

.miniquote-items .price-miniquote {
    margin-bottom: 5px;
}

.miniquote-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
}

.miniquote-items .product-item-name a, #minicart-content-wrapper .block-content .product-item-name a {
    color: #15375d;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 700;
}

.miniquote-items .product-item-details {
    padding-left: 88px;
}

.miniquote-items .product-item-details .price {
    font-weight: 700;
}

.miniquote-items .product-item-details .price-including-tax,
.miniquote-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
}

.miniquote-items .product-item-details .weee[data-label] {
    font-size: 1.1rem;
}

.miniquote-items .product-item-details .details-qty {
    margin-top: 10px;
}

.miniquote-items .product > .product-item-photo,
.miniquote-items .product > .product-image-container {
    float: left;
}

.miniquote-items .product .toggle {
    border: 0;
    padding: 0 0 5px 0;
}

.miniquote-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 10px 0 5px;
    position: static;
}

.miniquote-items .product > .toggle:after {
    content: '\f107' !important;
    font-family: 'Font Awesome 5 Pro' !important;
}

.miniquote-items .product .active > .toggle:after {
    content: '\f106' !important;
    font-family: 'Font Awesome 5 Pro' !important;
}

.miniquote-items .product.pricing {
    margin-top: 3px;
}

.miniquote-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .product.options .tooltip.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .product.options .tooltip.toggle:after {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: '\e900' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: -3px 0 0 7px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .product.options .details {
    display: none;
}

.miniquote-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
    border: 1px solid;
}

.miniquote-items .update-quote-item {
    font-size: 1.1rem;
    vertical-align: top;
}

.miniquote-items .action.edit,
.miniquote-items .action.delete {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .action.edit > span,
.miniquote-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .action.edit:before,
.miniquote-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    color: #8f8f8f;
    content: '\e906' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .action.edit:hover:before,
.miniquote-items .action.delete:hover:before {
    color: #333;
}

.miniquote-items .action.edit:active:before,
.miniquote-items .action.delete:active:before {
    color: #8f8f8f;
}

.miniquote-items .action.delete:before {
    content: '\e604' !important;
}

.miniquote-items .subtitle {
    display: none;
}

.miniquote-wrapper .action.showquote .text,
.miniquote-wrapper .action.showquote .counter-label {
    
}

.miniquote-wrapper .action.showquote .counter-label { display: none; }




.miniquote-wrapper .action.showquote .counter.qty.empty { background: none; padding: 0; }
.miniquote-wrapper .action.showquote .counter.qty.empty:after { content: '\f107'; font-family: 'Font Awesome 5 Pro'; padding-left: 5px;  }
.miniquote-wrapper .action.showquote .counter.qty.empty .counter-number { display: none; }



.actions-toolbar .action-edit {
    float: right;
}

.actions-toolbar .action-delete {
    float: right;
}

.quotation-quote-index .form-cart {
    max-width: 65% !important;
}
.cart-container .form-cart, .cart-container .cart-gift-item {
    width: 72%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 0;
    position: relative;
}

.cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
}
.quotation-quote-index table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.cart.table-wrapper .cart > .item {
    border-bottom: none;
    position: relative;
}

.cart.table-wrapper .product-item-photo {
    display: inline-block;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 120px;
}
.cart.table-wrapper .item .col.item {
    width: 100%;
}
.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 75px;
    padding: 15px;
    position: relative;
}


.cart.table-wrapper .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: -3px 0 5px;
}
.cart.table-wrapper .product-item-name + .item-options {
    margin-top: 20px;
}


.cart.table-wrapper .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: -3px 0 5px;
}


/*Cart Summary*/
.cart-summary > .title {
    display: block;
}
.cart-summary > .title {
    font-size: 2.4rem;
    font-weight: 300;
    margin: 12px 0;
}

.cart-summary .block > .title::after {
    right: 3px;
}


.cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    background: #f5f5f5;
    padding: 1px 20px 25px;
    position: relative;
}

.cart-totals, .opc-block-summary .table-totals {
    border-top: 1px solid 
    #ccc;
    padding-top: 10px;
}

.abs-cart-block > .title, .minicart-items .product .toggle, .abs-discount-block .block > .title, .cart-summary .block > .title, .paypal-review-discount .block > .title, .cart-discount .block > .title {
    border-top: 1px solid 
    #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 20px 40px 20px 0;
    display: block;
    text-decoration: none;
}
.cart-summary .block > .title::after, .paypal-review-discount .block > .title::after, .cart-discount .block > .title::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.abs-cart-block > .title::after, .minicart-items .product .toggle::after, .abs-discount-block .block > .title::after, .cart-summary .block > .title::after, .paypal-review-discount .block > .title::after, .cart-discount .block > .title::after {
    position: absolute;
    right: 20px;
    top: 10px;
}
.cart-summary .cart.main.actions .movetoquote-button, .cart-summary .button, .action.primary.checkout {
    display: block !important;
    width: 100%;
}
.cart-summary .fieldset.coupon {
    margin-bottom: 40px;
}
.cart-totals tbody .mark, .cart-totals tfoot .mark {
    text-align: left;
}
.cart-totals tbody .mark, .cart-totals tfoot .mark, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tfoot .mark {
    border: 0;
    font-weight: 400;
    padding: 6px 0;
}
.cart-totals tbody .amount, .cart-totals tfoot .amount, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tfoot .amount {
    border: 0;
    font-weight: 400;
    padding: 6px 0 6px 14px;
    text-align: right;
    white-space: nowrap;
}
.cart-totals tbody .amount, .cart-totals tfoot .amount, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tfoot .amount {
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.cart-totals .table-caption, .opc-block-summary .table-totals .table-caption {
    display: none;
}


.cart-summary select, .cart-summary input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.block.crosssell {
    padding: 0 15px;
    margin-top: 60px;
}
.block.crosssell {
    width: 72%;
    padding: 0 4% 0 0;
}
.block.crosssell .price-final_price { display: none; }










@media speech {
    .miniquote-wrapper .action.showquote:before {
        speak: none;
    }

    .miniquote-wrapper .action.showquote.active:before {
        speak: none;
    }

    .miniquote-wrapper .action.close:before {
        speak: none;
    }

    .miniquote-items .product.options .tooltip.toggle:after {
        speak: none;
    }

    .miniquote-items .action.edit:before,
    .miniquote-items .action.delete:before {
        speak: none;
    }
}

a.action-delete:before {
    -webkit-font-smoothing: antialiased;
    content: '\e906' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle;
}

.quotation-quote-index .opc-wrapper {
    padding-right: 0;
    width: 100% !important;
}

.quotation-quote-index .quotation-fields {
    padding: 15px 0 15px 0;
}

.quotation-quote-index #billing .step-title,
.quotation-quote-index #shipping .step-title,
.quotation-quote-index #opc-shipping_method .step-title {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
}

.quotation-quote-index #billing .step-title:after,
.quotation-quote-index #shipping .step-title:after,
.quotation-quote-index #opc-shipping_method .step-title:after {
    color: #858585;
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
    font-size: 18px;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
}
.quotation-quote-index #billing.active .step-title:after,
.quotation-quote-index #shipping.active .step-title:after,
.quotation-quote-index #opc-shipping_method.active .step-title:after {
    content: '\e903' !important;
}

.quotation-quote-index #billing .billing-same-as-shipping {
    padding: 20px 0;
}

.quotation-quote-index .fieldset > .field > .label {
    font-weight: 400;
}
.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 24px;
    text-align: left;
}

.cart.table-wrapper .product-item-details {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: auto;

}
.products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static;
}
.cart.table-wrapper .actions-toolbar > .action-edit::before, .cart.table-wrapper .actions-toolbar > .action-delete::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    font-family: 'Font Awesome 5 Pro' !important;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.cart.table-wrapper .product-item-details {
    white-space: normal;
}
.cart.table-wrapper .item-options dt::after, .block-giftregistry-shared-items .product .item-options dt::after, .multicheckout .item-options dt::after {
    content: ': ';
}
.cart.table-wrapper .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
}
.cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
}
dt {
    font-weight: 500;
}



.cart.table-wrapper .actions-toolbar > .action-edit::before { content: '\f040'; }
.cart.table-wrapper .actions-toolbar > .action-delete::before { content: '\f1f8' !important; }
.cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .actions-toolbar > .action-edit { font-weight: 600; color: #15375d; padding: 10px; }



.abs-add-clearfix-desktop::after, .amazon-addresses::after, .paypal-review .block-content::after, .paypal-review-discount::after, .order-review-form::after, .block-cart-failed .block-content::after, .cart-container::after, .login-container::after, .account .page-title-wrapper::after, .account .column.main .block:not(.widget) .block-content::after, .block-addresses-list .items.addresses::after, .block-giftregistry-shared .item-options::after, .data.table .gift-wrapping .nested::after, .data.table .gift-wrapping .content::after, .block-wishlist-management::after, .magento-rma-guest-returns .column.main .block.block-order-details-view::after, .order-links::after, .account .column.main .block.block-order-details-view::after, [class^="sales-guest-"] .column.main .block.block-order-details-view::after, .sales-guest-view .column.main .block.block-order-details-view::after, .page-header .header.panel::after, .header.content::after {
    clear: both;
}
.abs-add-clearfix-desktop::before, .abs-add-clearfix-desktop::after, .amazon-addresses::before, .amazon-addresses::after, .paypal-review .block-content::before, .paypal-review .block-content::after, .paypal-review-discount::before, .paypal-review-discount::after, .order-review-form::before, .order-review-form::after, .block-cart-failed .block-content::before, .block-cart-failed .block-content::after, .cart-container::before, .cart-container::after, .login-container::before, .login-container::after, .account .page-title-wrapper::before, .account .page-title-wrapper::after, .account .column.main .block:not(.widget) .block-content::before, .account .column.main .block:not(.widget) .block-content::after, .block-addresses-list .items.addresses::before, .block-addresses-list .items.addresses::after, .block-giftregistry-shared .item-options::before, .block-giftregistry-shared .item-options::after, .data.table .gift-wrapping .nested::before, .data.table .gift-wrapping .nested::after, .data.table .gift-wrapping .content::before, .data.table .gift-wrapping .content::after, .block-wishlist-management::before, .block-wishlist-management::after, .magento-rma-guest-returns .column.main .block.block-order-details-view::before, .magento-rma-guest-returns .column.main .block.block-order-details-view::after, .order-links::before, .order-links::after, .account .column.main .block.block-order-details-view::before, .account .column.main .block.block-order-details-view::after, [class^="sales-guest-"] .column.main .block.block-order-details-view::before, [class^="sales-guest-"] .column.main .block.block-order-details-view::after, .sales-guest-view .column.main .block.block-order-details-view::before, .sales-guest-view .column.main .block.block-order-details-view::after, .page-header .header.panel::before, .page-header .header.panel::after, .header.content::before, .header.content::after {
    content: '';
    display: table;
}

.cart.table-wrapper .col.qty .input-text {
    height: 36px;
    margin-top: -7px;
    text-align: center;
    width: 45px;
}

.cart.main.actions {
    margin-top: 10px;
}

.quote-summary {
    -ms-flex-order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
    float: right;
    margin-bottom: 25px;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
    width: 48%;
}

.quotation-quote-index .cart-summary {
    padding-top: 100px;
    background: #fff;
    margin-top: -50px;
}

.quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 50% !important;
}

.loading-mask {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff9e;
    z-index: 995;
}

@media all and (min-width: 768px) and (max-width: 1050px),
print {
    .quotation-quote-index .opc-wrapper .shipping-address-item {
        width: 100% !important;
    }
}

@media all and (min-width: 768px),
print {
    .quotation-quote-index .authentication-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .quotation-quote-index .table-checkout-shipping-method {
        min-width: 0 !important;
    }

    .quotation-quote-index .opc-wrapper .shipping-address-item::before {
        width: 0 !important;
    }

    .quotation-quote-index .form-cart {
        max-width: 65% !important;
    }

    .quotation-quote-index .cart-summary {
        min-width: 28% !important;
    }

}

.quotation-quote-index .hide-field {
    display: none !important;
}

div.date-zone {
    font-size: 16px;
    margin: 5px 0;
    text-align: right;
}

.quotation-quote-index .quotation-product-comment {
    margin-top: 20px;
    min-height: 100px;
    min-width: 225px;
}

/* Request for Quote button */
.movetoquote-button,
.minicart-movetoquote-button,
div.products-grid .toquote {
    width: auto;
    padding-top: 8px;
    padding-bottom: 10px;
}

div.products-grid .tocart {
    margin: 5px 0;
}

div.list .tocart {
    margin: 5px 0;
}

#bundleSummary .product-image-wrapper {
	display: none;
}
.product-info-main .product-addtoquote-button {
    background: #15375d;
}

.bundle-options-container {
	border: 2px solid gold;
}








.movetoquote-button,
.minicart-movetoquote-button{
    border: 2px solid #1979c3;
}

.product-addtoquote-button:hover,
.quote-btn-list:hover {
    background: #000;
    color: #fff;
}

@media (min-width: 768px), print {
    div.products-grid .toquote {
        width: auto;
        min-width: 103px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.movetoquote-button:hover,
.minicart-movetoquote-button:hover {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

.movetoquote-button:focus,
.minicart-movetoquote-button:focus,
.product-addtoquote-button:focus,
.quote-btn-list:focus {
    background: #006bb4;
    color: #fff;
}

@media (min-width: 768px),
print {
    .cart.table-wrapper .item .col.item {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1050px),
print {
    .quotation-quote-index .item {
        width: 100%;
    }

    .quotation-quote-index .product-item-name {
        width: 150px;
    }

    .quotation-quote-index .product-image-container {
        width: 100px;
    }
}

@media all and (max-width: 768px),
print {
    .quotation-quote-index .cart-summary {
        margin-top: 50px;
    }
}

.cart.main.actions > * {
    margin-bottom: 10px;
}

.c2q-price {
    font-size: 1.3rem;
    font-weight: 700;
}

.both-prices-excluding {
    padding-bottom: 4px;
}

.both-prices-including {
    padding-bottom: 11px;
}

.both-prices-excluding span,
.both-prices-including span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.both-prices-excluding .tax-label,
.both-prices-including .tax-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
}

.both-prices-excluding .tax-label span,
.both-prices-including .tax-label span {
    display: inline-block;
    font-size: 1.1rem;
}

.col.qty .both-prices-including:last-child {
    padding-bottom: 0;
}

.col.qty .both-prices-including,
.col.qty .item .both-prices-including {
    padding-bottom: 45px;
}

@media (max-width: 640px) {
    .col.qty .both-prices-including,
    .col.qty .item .both-prices-including {
        padding-bottom: 13px;
    }
}

.price-including span,
.price-excluding span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 4.5px 0;
}

.price-including .tax-label,
.price-excluding span.tax-label {
    padding: 0;
}

.col.qty .item {
    font-weight: 700;
}

.col.qty .item .title,
.col.qty .item .content {
    display: inline-block;
}

@media (max-width: 640px) {
    .col.tier {
        text-align: right;
    }
}

.col.tier input[type='radio'] {
    margin: 0;
}

@media (max-width: 640px) {
    .col.tier input[type='radio'] {
        margin: 2px 5px 0 0;
    }
}

.col.del .action.action-delete { color: inherit; }
.single-price-break { height: 3px; }
.both-prices-break { height: 46px; }
.col.tier div:last-child { height: 0; }
.minicart-movetoquote-button { width: 100%; }
.input-text.tierqty { margin-top: 5px !important; }
.please-request-quote:before {content: "\f321"; font-family: 'Font Awesome 5 Pro'; padding-right: 6px; }
.message-error > div::before {content: "\f321"; font-family: 'Font Awesome 5 Pro'; padding-right: 6px; }
.message-error { font-size: 1.2rem !important; color: #5d0007 !important; font-weight: 800 !important; background: #ff7c85; display: block; padding: 20px; }
.additional_product_info_notice .value:before { content: 'Please Note: '; }
.additional_product_info_notice .value { margin: 20px 0; font-weight: 600; color: #15375d; font-style: italic; }
.please-request-quote { font-size: 1.2rem !important; color: #bd751a !important; font-weight: 800 !important; background: #fcefd6; display: block; padding: 20px; }
#search_mini_form .control input[type="text"] { margin-bottom: 0; }
.header-top-links { width: 100%; border-bototm: 1px solid #f1f1f1; overflow: hidden; }
#header-social-links p { margin: 0; }
.header-account { margin: 0; padding: 0; }
#header-account-links { float: left; padding: 10px 0; margin: 0; font-size: 0.9rem; }
#header-links { float: right; min-width: 280px; display: table; }
.header-account { list-style: none; padding: 0; margin: 0; }
#header-account-links li { display: inline-block; margin-right: 20px; }
#header-account-links a { color: #010101; text-transform: uppercase; font-size: 0.8rem; }
#header-account-links li:last-of-type { border-left: 1px solid; padding-left: 20px; }
.panel-right { position: relative; }
#header-phone::before { position: relative; }
#panel-links { padding-bottom: 10px; width: 100%; display: table; }
#panel-nav-container #block-wrapper { display: table; width: 100%; }
#header-nav { display: table-cell; width: 100%; vertical-align: bottom; text-align: right; }
#header-nav a { display: inline-block; cursor: pointer; }
.nav_search_btn .nav-item-wrapper::after { font-size: 1rem !important; line-height: initial !important; content: "\f002" !important; font-weight: 600; font-family: 'Font Awesome 5 Pro' !important; position: relative !important; bottom: unset !important; }
.header-nav-item { display: inline-block; vertical-align: bottom; position: relative; }
.header-search .text, .hamburger-inner span { text-align:left;overflow:hidden;display:block; font-size: 0; }
#header-store-menu-toggle.header-nav-item { position: unset; }
#header-store-menu-toggle .navigation, .header_search_block { top: calc(100% - 20px); }
#header-store-menu-toggle .navigation { position: absolute; z-index: 998; background: #fff; width: 100%; left: 0; display: none; padding: 50px 0; }
#header-mobile-nav { display: none; }
.header_search_block { display: none; }
.navigation > ul { display: flex; flex-wrap: wrap; }
.navigation > ul > li { width: 25%; box-sizing: border-box; padding: 40px 0; }
#header-nav a#close-menu { display: none; }
.header_search_block .block-title, .header_search_block label { display: none; }
#search_mini_form { position: relative; margin: 0 100px; }
#search_mini_form .actions { position: absolute; top: 0; right: 0; height: 100%; }
#search_mini_form .action.search { background: transparent; height: 100%; cursor: pointer; letter-spacing: 2px; }
#search { width: 100%; padding: 10px; height: 50px; border: 1px solid #010101; box-sizing: border-box; font-weight: 300; }
.action.search .fa-arrow-right { margin-left: 5px; }
#search_mini_form .field { padding-top: 0; padding-bottom: 0; }
#header-search:after { position: absolute; top: 0; width: 100%; height: calc(100% + 40px); content: ''; }
.header_search_block { position: absolute; display: none; background: white none repeat scroll 0% 0%; z-index: 99; left: 0px; box-sizing: border-box; right: 0px; }
.header_search_block .block-content { padding: 80px 0; }
#mob_home_link { display: none; }
.cms-home .nav_home span { color: #3fb1dd; }
/*categories dropdown in top navigation*/
.page-header .navigation ul, .page-header .navigation ol { list-style: none; text-align: left; }
.navigation, .header_search_block { box-shadow: 0 30px 22px -12px rgba(0,0,0,0.1); }
#header-store-menu-toggle.nav_active .header_menu-item.navlink, 
#header-search.nav_active, 
.parent-item.nav_active { background: white; box-shadow: 0 1px 12px 4px rgba(0,0,0,0.1); }
.category_img { float: left; width: 20%; }
.category_img img { width: 100%; }
#header-store-menu-toggle:hover .navigation, .header_search_block.nav_active { display: block; }
.page-header .navigation .submenu { padding: 0; }
.nav_cat_img { display: inline-block; vertical-align: top; width: 24%; }
.nav_cat_img img { width: 100%; height: auto; }
.navigation .parent { display: flex; }
.navigation > ul > li > .subwrap { max-width: 75%; padding: 0 40px; } 
.navigation .subwrap { display: inline-block; box-sizing: border-box; }
.submenu .nav_cat_img { display: none; }
#header-nav .subwrap a { display: block; margin: 4px 0; padding: 4px 0; font-size: 0.9rem; font-weight: 300; }
#header-search.nav_active .nav_search_btn .nav-item-wrapper::after { color: #3fb1dd; }
.navigation > ul { padding: 0 100px; }
.site-links-sub-nav { display: none; }
.nav-account-links { display: none; }
/*Home*/
#home_hero { background: #eee; position: relative; }
#home_hero .l-wrap { position: relative; z-index: 9; background: none !important; }
.home-hero-s { position: absolute; top: 0; width: 25%; height: 100%; }
#s1 { left: 0; background: url(../../frontend/Piranha/Wec/en_GB/images/1.png); background-size: cover; background-position: center center; opacity: 0.9; }
#s2 { left: 25%; background: url(../../frontend/Piranha/Wec/en_GB/images/2.png); background-size: cover; background-position: center center; opacity: 0.9; }
#s3 { right: 25%; background: url(../../frontend/Piranha/Wec/en_GB/images/3.png); background-size: cover; background-position: center center; opacity: 0.9; }
#s4 { right: 0; background: url(../../frontend/Piranha/Wec/en_GB/images/4.png); background-size: cover; background-position: center center; opacity: 0.9; }
.overlay { position: absolute; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.50); top: 0; left: 0; box-shadow: inset 0 24px 60px -17px rgba(0,0,0,0.2), inset 0 -92px 745px -77px rgba(0,0,0,0.6); }
#hero-slides { background: #000; background: #000; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#homepage-main { text-align: center; }
#homepage-main.main-content { text-align: center; }
#homepage-main.main-content p:first-of-type { margin-top: 0; }
.hero-wrapper { position: relative; z-index: 9; }
.hero-wrapper.l-wrap-inner { padding-top: 280px; padding-bottom: 280px; box-sizing: border-box; max-width: 72%; }
.hero-wrapper p { margin-bottom: 2rem; }
#content-start { position: relative; z-index: 99; padding: 0 80px; }
#hero-container #content-start { margin-top: -50px; }
#content-start.about-start {  margin-top: 160px; }
.start-wrap { display: table; width: auto; max-width: 100%; height: 100px; margin: 0 auto; }
.content-start-box { color: #fff; padding: 0 20px; position: relative; background: #010101; box-sizing: border-box; display: table-cell; vertical-align: middle; min-width: 550px; }
#content-start { font-size: 1.1rem; }
.job-benefits .content-start-box { text-align: center; }
.content-start-box:first-child { left: 0; padding-left: 0; }
.content-start-box:last-child { right: 0; }
.content-start-box .padding { padding: 0 20px 0 120px; }
.content-start-box:first-child { padding-right: 0; }
.content-start-box:last-child { padding-left: 0; }
.content-start-box:first-child .padding { border-right: 1px solid #fff; padding-right: 40px; }
.content-start-box:last-child .padding { border-left: 1px solid #fff; }
.job-benefits .content-start-box { padding: 80px 80px; }
.benefits-list h2 { margin-top: 0; }
.benefits-list ul { text-align: left; list-style: none; padding: 0 0 0 3rem; margin: 0; max-width: 400px; margin: 0 20px; }
.benefits-list ul li { margin: 30px 0; font-size: 1.2rem; color: #3FB1DD; position: relative; }
.benefits-list ul li:before { content: '\f058'; font-weight: 200; color: #fff; font-family: 'Font Awesome 5 Pro'; font-size: 1.6rem; position: absolute; left: -3rem; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.benefits-list { padding: 0 40px; }
.job-benefits .content-link { margin-top: 20px; }
#content-start strong { color: #3fb1dd; }
.content-start-box p { margin: 0; line-height: 1.6rem; }
.content-start-icon { position: relative; }
#clock-icon:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='55px' height='56px'%3E%3Cpath fill-rule='evenodd' fill='rgb(245, 245, 245)' d='M27.500,49.000 C15.661,49.000 6.027,39.360 6.027,27.513 C6.027,15.667 15.661,6.027 27.500,6.027 C39.338,6.027 48.972,15.667 48.972,27.513 C48.972,39.360 39.338,49.000 27.500,49.000 L27.500,49.000 ZM40.774,26.859 L28.776,26.859 L28.776,12.769 C28.776,11.581 27.812,10.620 26.626,10.620 C25.440,10.620 24.479,11.581 24.479,12.769 L24.479,30.858 C24.479,32.043 25.440,33.007 26.626,33.007 C26.900,33.007 27.159,32.950 27.397,32.857 C27.463,32.862 27.527,32.877 27.592,32.877 L40.774,32.877 C42.434,32.877 43.780,31.530 43.780,29.867 C43.780,28.209 42.434,26.859 40.774,26.859 L40.774,26.859 ZM27.500,0.009 C12.321,0.009 0.013,12.326 0.013,27.513 C0.013,42.701 12.321,55.017 27.500,55.017 C42.678,55.017 54.986,42.701 54.986,27.513 C54.986,12.326 42.678,0.009 27.500,0.009 Z'/%3E%3C/svg%3E"); background-size: 90% auto; background-position: center center; background-repeat: no-repeat; }
#stock-icon:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='87px' height='48px'%3E%3Cpath fill-rule='evenodd' fill='rgb(245, 245, 245)' d='M69.255,34.314 L64.922,33.137 C65.355,32.381 65.641,31.531 65.751,30.608 L65.748,30.608 L65.751,30.608 L65.751,30.601 L65.751,30.601 C65.961,28.789 65.427,27.056 64.391,25.732 L64.387,25.732 L64.387,25.732 C64.051,25.296 63.665,24.909 63.233,24.574 C63.246,24.568 63.259,24.561 63.272,24.554 C63.641,24.781 64.037,24.975 64.456,25.129 C64.912,25.296 65.394,25.410 65.895,25.471 L65.895,25.471 L65.899,25.471 L65.902,25.471 L65.902,25.471 C67.688,25.685 69.397,25.143 70.710,24.092 C70.978,23.879 71.226,23.644 71.457,23.390 L72.011,23.544 C70.582,24.026 69.351,24.996 68.545,26.287 C68.292,26.694 68.081,27.130 67.915,27.598 C67.753,28.053 67.638,28.541 67.579,29.050 L67.579,29.055 L67.579,29.055 C67.348,31.050 68.014,32.942 69.255,34.314 L69.255,34.314 ZM76.664,46.001 L72.331,44.823 C72.760,44.074 73.047,43.218 73.156,42.301 L73.156,42.301 L73.156,42.294 L73.156,42.294 L73.156,42.294 C73.367,40.481 72.832,38.749 71.797,37.418 L71.797,37.424 L71.793,37.418 C71.027,36.441 69.995,35.678 68.790,35.257 L69.955,35.571 L69.955,35.571 C70.196,35.639 70.454,35.605 70.675,35.491 C71.047,35.725 71.447,35.919 71.866,36.067 C72.318,36.234 72.799,36.347 73.304,36.408 L73.304,36.408 L73.308,36.408 L73.308,36.408 L73.311,36.408 C75.097,36.621 76.803,36.080 78.116,35.030 C78.163,34.990 78.208,34.956 78.252,34.916 L79.413,35.230 C77.984,35.719 76.760,36.689 75.951,37.980 C75.697,38.388 75.486,38.822 75.321,39.284 C75.159,39.746 75.044,40.234 74.984,40.743 L74.984,40.743 L74.984,40.743 C74.754,42.736 75.420,44.629 76.664,46.001 L76.664,46.001 ZM80.829,47.070 C83.852,47.432 86.598,45.244 86.954,42.174 C87.311,39.110 85.150,36.328 82.123,35.966 C79.099,35.605 76.354,37.799 75.998,40.863 C75.641,43.933 77.806,46.709 80.829,47.070 L80.829,47.070 ZM61.853,46.001 L57.517,44.823 C57.945,44.074 58.236,43.218 58.345,42.301 L58.345,42.301 L58.345,42.294 L58.345,42.294 L58.345,42.294 C58.553,40.481 58.021,38.749 56.985,37.418 L56.982,37.424 L56.982,37.418 C56.216,36.441 55.183,35.678 53.976,35.257 L55.144,35.571 L55.144,35.571 C55.385,35.639 55.642,35.605 55.866,35.491 C56.235,35.725 56.636,35.919 57.051,36.067 C57.506,36.234 57.988,36.347 58.490,36.408 L58.490,36.408 L58.497,36.408 L58.497,36.408 L58.500,36.408 C60.286,36.621 61.988,36.080 63.305,35.030 C63.351,34.990 63.397,34.956 63.441,34.916 L64.602,35.230 C63.173,35.719 61.945,36.689 61.140,37.980 C60.886,38.388 60.675,38.822 60.510,39.284 C60.348,39.746 60.232,40.234 60.173,40.743 L60.173,40.743 L60.173,40.743 C59.942,42.736 60.609,44.629 61.853,46.001 L61.853,46.001 ZM66.018,47.070 C69.041,47.432 71.787,45.244 72.143,42.174 C72.500,39.110 70.335,36.328 67.311,35.966 C64.288,35.605 61.543,37.799 61.187,40.863 C60.830,43.933 62.994,46.709 66.018,47.070 L66.018,47.070 ZM47.038,46.001 L4.667,34.494 L4.673,34.488 C2.245,33.665 0.634,31.203 0.948,28.528 C1.304,25.464 4.047,23.270 7.069,23.631 C7.614,23.698 8.130,23.838 8.608,24.052 L49.791,35.230 C48.362,35.719 47.134,36.689 46.328,37.980 C46.075,38.388 45.860,38.822 45.698,39.284 C45.537,39.746 45.421,40.234 45.361,40.743 L45.361,40.743 L45.361,40.743 C45.131,42.736 45.798,44.629 47.038,46.001 L47.038,46.001 ZM51.206,47.070 C54.229,47.432 56.975,45.244 57.331,42.174 C57.688,39.110 55.523,36.328 52.500,35.966 C49.474,35.605 46.731,37.799 46.375,40.863 C46.018,43.933 48.180,46.709 51.206,47.070 L51.206,47.070 ZM54.444,34.314 C53.203,32.942 52.533,31.050 52.767,29.055 L52.767,29.055 L52.767,29.050 C52.827,28.541 52.942,28.053 53.104,27.598 C53.266,27.130 53.477,26.694 53.734,26.287 C54.540,24.996 55.767,24.026 57.196,23.544 L16.017,12.359 C15.538,12.152 15.023,12.011 14.478,11.944 C11.453,11.583 8.710,13.770 8.353,16.841 C8.040,19.517 9.650,21.972 12.075,22.795 L12.075,22.808 L54.444,34.314 L54.444,34.314 ZM58.612,35.384 C61.635,35.745 64.377,33.551 64.737,30.487 C65.094,27.417 62.929,24.641 59.906,24.280 C56.880,23.918 54.137,26.106 53.781,29.176 C53.424,32.240 55.585,35.023 58.612,35.384 L58.612,35.384 ZM61.853,23.370 C60.609,21.999 59.942,20.112 60.173,18.112 L60.173,18.112 L60.173,18.112 C60.232,17.604 60.348,17.115 60.510,16.654 C60.675,16.192 60.886,15.751 61.140,15.349 C61.945,14.058 63.173,13.089 64.602,12.600 L23.423,1.422 C22.944,1.207 22.425,1.067 21.884,1.000 C18.858,0.639 16.115,2.833 15.759,5.897 C15.446,8.573 17.056,11.035 19.484,11.858 L19.481,11.864 L61.853,23.370 L61.853,23.370 ZM66.018,24.440 C69.041,24.802 71.787,22.614 72.143,19.544 C72.500,16.480 70.335,13.703 67.311,13.336 C64.288,12.975 61.543,15.169 61.187,18.233 C60.830,21.303 62.994,24.079 66.018,24.440 L66.018,24.440 ZM73.423,35.384 C76.450,35.745 79.189,33.551 79.549,30.487 C79.905,27.417 77.740,24.641 74.717,24.280 C71.691,23.918 68.948,26.106 68.592,29.176 C68.235,32.240 70.398,35.023 73.423,35.384 Z'/%3E%3C/svg%3E"); background-size: 90% auto; background-position: center center; background-repeat: no-repeat; }
#exports-products-block-icon:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80px' height='63px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M34.802,2.214 L44.339,2.214 L44.339,0.906 C36.531,0.906 42.288,0.906 34.802,0.906 L34.802,2.214 L34.802,2.214 ZM35.033,12.860 C35.033,12.487 35.352,12.188 35.743,12.188 C36.134,12.188 36.457,12.487 36.457,12.860 L36.457,12.860 L36.452,12.860 C36.452,13.672 36.805,14.403 37.370,14.938 C37.936,15.466 38.711,15.798 39.568,15.798 L39.568,15.798 L39.568,15.798 L39.568,15.798 L39.568,15.798 C40.427,15.798 41.207,15.466 41.768,14.938 C42.333,14.403 42.683,13.672 42.683,12.860 L42.683,12.860 L42.683,12.860 L42.683,12.860 L42.683,12.860 C42.683,12.049 42.333,11.319 41.768,10.783 C41.207,10.248 40.427,9.923 39.568,9.923 L39.568,9.923 L39.568,9.923 C39.176,9.923 38.859,9.623 38.859,9.249 L38.859,5.565 L36.897,5.565 L34.802,2.733 L44.339,2.733 L42.244,5.565 L40.282,5.565 L40.282,8.633 C41.248,8.779 42.118,9.209 42.779,9.833 C43.597,10.604 44.105,11.676 44.105,12.860 L44.109,12.860 L44.109,12.860 L44.109,12.860 L44.105,12.860 C44.105,14.045 43.597,15.117 42.779,15.888 C41.957,16.658 40.824,17.138 39.568,17.138 L39.568,17.138 L39.568,17.138 L39.568,17.138 L39.568,17.138 C38.314,17.138 37.179,16.658 36.362,15.888 C35.541,15.117 35.033,14.045 35.033,12.860 L35.033,12.860 L35.033,12.860 L35.033,12.860 ZM43.348,19.629 C43.085,19.459 43.015,19.109 43.188,18.849 C43.368,18.590 43.724,18.517 43.985,18.688 L59.631,28.920 C59.895,29.091 59.970,29.440 59.795,29.700 C59.619,29.959 59.259,30.032 58.994,29.862 L43.348,19.629 L43.348,19.629 ZM20.142,29.862 C19.878,30.032 19.519,29.959 19.343,29.700 C19.168,29.440 19.237,29.091 19.507,28.920 L35.153,18.688 C35.416,18.517 35.776,18.590 35.949,18.849 C36.127,19.109 36.053,19.459 35.790,19.629 L20.142,29.862 L20.142,29.862 ZM73.732,34.025 L74.785,34.025 C75.046,34.025 75.256,34.236 75.256,34.487 L75.256,60.529 C75.256,60.781 75.046,60.992 74.785,60.992 L73.732,60.992 C73.474,60.992 73.261,60.781 73.261,60.529 L73.261,34.487 C73.261,34.236 73.474,34.025 73.732,34.025 L73.732,34.025 ZM68.397,34.025 L69.450,34.025 C69.710,34.025 69.919,34.236 69.919,34.487 L69.919,60.529 C69.919,60.781 69.710,60.992 69.450,60.992 L68.397,60.992 C68.136,60.992 67.925,60.781 67.925,60.529 L67.925,34.487 C67.925,34.236 68.136,34.025 68.397,34.025 L68.397,34.025 ZM63.056,34.025 L64.111,34.025 C64.372,34.025 64.582,34.236 64.582,34.487 L64.582,60.529 C64.582,60.781 64.372,60.992 64.111,60.992 L63.056,60.992 C62.801,60.992 62.590,60.781 62.590,60.529 L62.590,34.487 C62.590,34.236 62.801,34.025 63.056,34.025 L63.056,34.025 ZM57.723,34.025 L58.772,34.025 C59.036,34.025 59.248,34.236 59.248,34.487 L59.248,60.529 C59.248,60.781 59.036,60.992 58.772,60.992 L57.723,60.992 C57.464,60.992 57.253,60.781 57.253,60.529 L57.253,34.487 C57.253,34.236 57.464,34.025 57.723,34.025 L57.723,34.025 ZM52.388,34.025 L53.436,34.025 C53.697,34.025 53.909,34.236 53.909,34.487 L53.909,60.529 C53.909,60.781 53.697,60.992 53.436,60.992 L52.388,60.992 C52.128,60.992 51.913,60.781 51.913,60.529 L51.913,34.487 C51.913,34.236 52.128,34.025 52.388,34.025 L52.388,34.025 ZM47.048,34.025 L48.105,34.025 C48.359,34.025 48.571,34.236 48.571,34.487 L48.571,60.529 C48.571,60.781 48.359,60.992 48.105,60.992 L47.048,60.992 C46.790,60.992 46.577,60.781 46.577,60.529 L46.577,34.487 C46.577,34.236 46.790,34.025 47.048,34.025 L47.048,34.025 ZM41.714,34.025 L42.766,34.025 C43.024,34.025 43.233,34.236 43.233,34.487 L43.233,60.529 C43.233,60.781 43.024,60.992 42.766,60.992 L41.714,60.992 C41.456,60.992 41.240,60.781 41.240,60.529 L41.240,34.487 C41.240,34.236 41.456,34.025 41.714,34.025 L41.714,34.025 ZM36.369,34.025 L37.426,34.025 C37.687,34.025 37.898,34.236 37.898,34.487 L37.898,60.529 C37.898,60.781 37.687,60.992 37.426,60.992 L36.369,60.992 C36.113,60.992 35.905,60.781 35.905,60.529 L35.905,34.487 C35.905,34.236 36.113,34.025 36.369,34.025 L36.369,34.025 ZM31.033,34.025 L32.090,34.025 C32.351,34.025 32.560,34.236 32.560,34.487 L32.560,60.529 C32.560,60.781 32.351,60.992 32.090,60.992 L31.033,60.992 C30.777,60.992 30.569,60.781 30.569,60.529 L30.569,34.487 C30.569,34.236 30.777,34.025 31.033,34.025 L31.033,34.025 ZM25.702,34.025 L26.753,34.025 C27.009,34.025 27.224,34.236 27.224,34.487 L27.224,60.529 C27.224,60.781 27.009,60.992 26.753,60.992 L25.702,60.992 C25.438,60.992 25.226,60.781 25.226,60.529 L25.226,34.487 C25.226,34.236 25.438,34.025 25.702,34.025 L25.702,34.025 ZM20.365,34.025 L21.418,34.025 C21.673,34.025 21.888,34.236 21.888,34.487 L21.888,60.529 C21.888,60.781 21.673,60.992 21.418,60.992 L20.365,60.992 C20.105,60.992 19.890,60.781 19.890,60.529 L19.890,34.487 C19.890,34.236 20.105,34.025 20.365,34.025 L20.365,34.025 ZM15.025,34.025 L16.081,34.025 C16.342,34.025 16.551,34.236 16.551,34.487 L16.551,60.529 C16.551,60.781 16.342,60.992 16.081,60.992 L15.025,60.992 C14.769,60.992 14.558,60.781 14.558,60.529 L14.558,34.487 C14.558,34.236 14.769,34.025 15.025,34.025 L15.025,34.025 ZM9.688,34.025 L10.741,34.025 C11.000,34.025 11.212,34.236 11.212,34.487 L11.212,60.529 C11.212,60.781 11.000,60.992 10.741,60.992 L9.688,60.992 C9.428,60.992 9.218,60.781 9.218,60.529 L9.218,34.487 C9.218,34.236 9.428,34.025 9.688,34.025 L9.688,34.025 ZM4.352,34.025 L5.408,34.025 C5.664,34.025 5.874,34.236 5.874,34.487 L5.874,60.529 C5.874,60.781 5.664,60.992 5.408,60.992 L4.352,60.992 C4.092,60.992 3.881,60.781 3.881,60.529 L3.881,34.487 C3.881,34.236 4.092,34.025 4.352,34.025 L4.352,34.025 ZM1.405,32.069 C0.676,32.069 0.077,32.653 0.077,33.376 L0.077,61.641 C0.077,62.363 0.676,62.947 1.405,62.947 L77.733,62.947 C78.463,62.947 79.061,62.363 79.061,61.641 L79.061,33.376 C79.061,32.653 78.463,32.069 77.733,32.069 L1.405,32.069 Z'/%3E%3C/svg%3E"); background-size: 90% auto; background-position: center center; background-repeat: no-repeat; }
#download-icon:before {  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='69px' height='59px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M5.961,0.298 C15.237,0.298 24.516,-1.953 33.796,6.005 L33.796,52.266 C24.516,44.308 15.237,46.559 5.961,46.559 C5.961,31.143 5.961,15.720 5.961,0.298 L5.961,0.298 ZM0.007,2.676 C0.007,20.787 0.007,37.153 0.007,55.264 C10.118,51.019 20.231,51.854 30.347,57.002 C30.185,59.691 38.328,59.576 38.671,57.002 C48.782,52.360 58.900,50.614 69.014,55.264 C69.014,37.153 69.014,20.787 69.014,2.676 C67.903,3.088 66.791,3.492 65.682,3.896 C65.682,18.961 65.682,34.020 65.682,49.086 C55.290,49.086 44.900,46.586 34.510,55.762 C24.120,46.586 13.730,49.086 3.339,49.086 C3.339,34.020 3.339,18.961 3.339,3.896 C2.228,3.492 1.117,3.088 0.007,2.676 L0.007,2.676 ZM63.064,0.298 C63.064,15.720 63.064,31.143 63.064,46.559 C53.784,46.559 44.505,44.308 35.224,52.266 L35.224,6.005 C44.505,-1.953 53.784,0.298 63.064,0.298 Z'/%3E%3C/svg%3E");  background-size: 90% auto; background-position: center center; background-repeat: no-repeat;  }
#clock-icon:before, #stock-icon:before, #exports-products-block-icon:before, #download-icon:before { content: ''; width: 52px; height: 52px; display: block; position: absolute; left: 35px; top: 50%; transform: translateY(-50%); }
.section_label { display: inline-block; }
.with-borders .section_label { border-top: 2px solid #010101; } .with-borders .section_label { min-width: 100px; }
.section_label_sm { border-bottom: 2px solid #010101; }
#product-range.section { margin-top: 80px; }
#product-range  p { margin: 0; padding: 0; }
.content_right.content { padding-left: 40px; }
#home-section5 { background: #010101; }
.dark_bg .section_label, .dark_bg p { color: #fff; }
.dark_bg .section_label_sm, .dark_bg .section_label  { border-color: #fff; }
.full-width { width: 100%; }
.content_left, .content_right { width: 50%; display: inline-block; vertical-align: middle; box-sizing: border-box; }
.content_right.content { width: calc(50% + 40px); }
.content_left.image { width: calc(50% - 40px); }
.content_left.content { width: calc(50% + 40px); }
.content_right.image { width: calc(50% - 40px); }
.content_left.content { padding-right: 40px; }
.content_right.image { padding-left: 80px; } 
.content_left p:last-of-type { padding-bottom: 0; margin-bottom: 0; }
.content_right p:last-of-type { padding-bottom: 0; margin-bottom: 0; }
.content_left img, .content_right img, .content-image img { width: 100%; height: auto; display: block; }
.content_left.image { margin: 40px 0; }
.content p:last-of-type, #content-contact p:last-of-type { margin-bottom: 0; }
.content p, .content ul li, .content h2, .content_right p, .product-info-main p, .product-info-main ul, .cms-meet-the-team .team-item ul li { line-height: 1.6; font-size: 0.95rem; }
.content p, .content ul li, .content_right p, .product-info-main p, .product-info-main { font-weight: 300; }
.content ul, .team-item ul, .product-info-main ul { margin-left: 20px; padding: 0; font-weight: 300; }
.team-item ul { margin-top: 10px; margin-bottom: 0; }
.content-no-headings p:first-of-type{ padding-top: 0; margin-top: 0; }
.content strong { font-weight: 600; }
.content p:first-of-type strong, #job-vacancies strong, .post-content p:first-of-type strong { color: #3fb1dd; text-transform: uppercase; font-size: 1rem; line-height: initial; }
#vacancies-intro p a { font-weight: 600; border-bottom: 2px solid; color: #010101; }
#vacancies-intro p a:hover { color: #3fb1dd; }
.content_right_only { overflow: hidden; }
.content_right_only .content_right { float: right; }
.content_right_only .content_right { padding-left: 120px; padding-right: 20px; }
#home-section5 { background: url(../../frontend/Piranha/Wec/en_GB/images/wec_exports_bg3.png); background-size: cover; background-position: center center; }
#home-section5 .l-wrap-inner { padding: 160px 0; }
#home-section5 .full-width { box-shadow: inset 0 24px 60px -17px rgba(0,0,0,0.2), inset 0 -92px 745px -77px rgba(0,0,0,0.6); }
.content_left.image { padding-right: 80px; }
.content_right.image, .content_left.image, .content-image { position: relative; }
.image-overlay { background: #3fb1dd; mix-blend-mode: multiply; width: 35%; height: calc(100% + 80px); position: absolute; top: -40px; z-index: -1; }
.content_left.image .image-overlay { right: 120px; }
.content_right.image .image-overlay, .content-image .image-overlay { right: 40px; }
.image p { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
#product-range.widget { width: 100%; }

#notice-cookie-block {
    position: fixed;
    z-index: 999;
    background: #fff;
    bottom: 0;
    padding: 20px 3%;
}
#notice-cookie-block .content span {
    display: block;
}
#notice-cookie-block .actions {
    margin-top: 10px;
}
/*Our Team*/
.team-s2 .section-sm { margin-bottom: 60px; }
.team-s3 { padding-top: 80px; padding-bottom: 60px; }
.our-team { width: calc(100% + 80px); display: flex; justify-content: center; margin-left: -40px; margin-right: -40px; flex-wrap: wrap; }
.team-item { display: inline-block; vertical-align: top; border: 1px sold; padding: 0 40px 40px 40px; width: calc(100% / 4); box-sizing: border-box; }
.team-item p { margin: 0; padding: 0; }
.team-item img { width: 100%; height: auto; }
/*Sliders*/
.categegory-slider-container { padding-left: calc((100% - 1920px) / 2); padding-right: 40px; padding-top: 0; }
.category_range { padding-left: 320px; }
.product_gallery_range { padding-left: 90px; }
.category_slider { width: 100%; margin-top: 0; margin-bottom: 0; }
.slick-next, .slick-prev { display: block; background: #3FB1DD; width: 58px; height: 58px; font-weight: 500; }
.slick-prev::before, .slick-next::before { color: #fff; font-size: 1rem; }
.slick-prev:before,
.slick-next:before { font-family: 'Font Awesome 5 Pro'; }
[dir='rtl'] .slick-next:before { content: '\f060'; }
.slick-prev:before { content: '\f060'; }
[dir='rtl'] .slick-prev:before { content: '\f061'; }
.slick-next:before { content: '\f061'; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: #fff; background: #15375d; }
.slick-prev::before, .slick-next::before { opacity: 1; }
/*Category Slider*/
.category_slider .slick-next, .category_slider .slick-prev { top: 0; }
.category_slider .slick-prev { left: -140px; }
.category_slider .slick-next { left: -58px; right: unset; }
.category_slider .slick-next, .slick-prev { -webkit-transform: unset; }
.category_slider { padding-top: 0; }
.category_slider .slick-slide { margin-left: 50px; position: relative; }
.category_slider .slick-slide h2 { font-size: 1.2rem; font-weight: 800; margin-top: 0; }
.category_slider .slick-slide h3, .category_slider .slick-slide .desc { position: absolute; left: -20px; padding: 20px; bottom: 40px; background: rgba(0,0,0,0.8); color: #fff; font-size: 1.2rem; text-transform: uppercase; max-width: calc(100% - 40px); display: block; }
.category_slider .slick-slide img{ width: 100%; }
.category_slider.slick-slider { padding-left: 40px; }
.featured-product-info { display: block; }
.categegory-slider-container4 { padding-left: calc((100% - 1920px) / 2); padding-right: calc((100% - 1920px) / 2); }
.category_slider_default_padding.category_range { padding-left: 140px !important; padding-right: 140px !important; }
.category_slider_default_padding .category_slider.slick-slider { padding-left: 0; padding-right: 50px; }
.category_slider_default_padding.category_range.padding_4 { padding-left: 130px !important; padding-right: 130px !important; }
.category_slider .slick-slide .desc { text-transform: initial; } 
.category_slider .slick-slide h2 { text-transform: uppercase; margin-bottom: 0; }
/*Slider animations*/
.category_slider { opacity: 0; }
.category_slider li { opacity: 0; position: absolute; }
.category_slider.slick-initialized li { opacity: 1; position: relative; transition: opacity 0.25s ease-in; }
.slick-slider.slick-initialized {  opacity: 1; position: relative; transition: opacity 0.25s ease-in; -webkit-transition: opacity 1s ease-in; -moz-transition: opacity 1s ease-in; -o-transition: opacity 1s ease-in; -ms-transition: opacity 1s ease-in; transition: opacity 1s ease-in; }
/*Gallery*/
.cms-gallery .categegory-slider-container { padding-bottom: 120px; }
.cms-gallery .slick-prev, .cms-gallery .slick-next { top: unset; bottom: -100px; }
.product_gallery_range .category_slider .slick-prev { left: 90px; }
.product_gallery_range .category_slider .slick-next { left: 172px; }
/*Footer*/
.page-footer { background: #010101; color: #fff; width: auto; width: 100%; box-sizing: border-box; }
.page-footer .l-wrap { padding: 0 0; }
.footer { width: 100%; padding: 0; }
.footer-inner { width: 100%; display: flex; }
.footer-col-lg, .footer-col-sm { display: inline-block; box-sizing: border-box; vertical-align: top; }
.footer-col-lg { width: calc((100% / 5) * 3.4); padding-left: calc((100% - 1920px) / 2); }
.footer-col-sm { width: calc((100% / 5) * 1.6); padding-right: calc((100% - 1920px) / 2); background: #3FB1DD; }
.copyright-wrap { padding-left: 80px; padding-right: 180px; }
.nav-wrap, .footer-col-sm  { padding-top: 100px; padding-bottom: 100px; } 
.nav-wrap { padding-left: 180px; padding-right: 80px; }
.footer ul, .content-link ul { padding: 0; margin: 0; list-style: none; }
.footer .label { font-size: 1rem; line-height: initial; text-transform: uppercase; font-weight: 800; margin-bottom: 20px; }
#footer-contact { font-size: 0.9rem; }
.footer-nav-content { border: 1px solid #f1f1f1; width: 100%; }
.phone-number-link, .fax-number-link, .email-address-link { display: block; }
.email-address-link a { color: #fff; }
.phone-number-link:before, .fax-number-link:before, .email-address-link:before { color: #3fb1dd; font-weight: 900; }
a[href^=tel]{
    color:inherit;
    text-decoration:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
#footer-contact .phone-number-link { color: #fff; }
#footer-contact .phone-number-link:before, #footer-contact .fax-number-link:before,#footer-contact .email-address-link:before { margin-right: 6px; }
#page-intro .phone-number-link:before, #page-intro .fax-number-link:before, #page-intro .email-address-link:before { margin-right: 6px; }
.fnav_padding_left { padding-left: 30px; }
.footer ul li { display: block; margin: 5px 0;}
.footer ul li a { display: inline-block; line-height: initial; }
.phone-number-link:before { content: 'T:'; }
.fax-number-link:before { content: 'F:'; }
.email-address-link:before { content: 'E:'; }
#header-phone .phone-number-link:before { content: ''; }
.footer-nav { display: inline-block; vertical-align: top; box-sizing: border-box; padding-right: 30px; min-width: 25%; max-width: 25%; padding-bottom: 40px; }
.last.footer-nav { padding-right: 0; }
.copyright-text { display: block; margin-top: 40px; }
.nav-wrap .websiteby { display: block; margin-top: 20px; color: #3fb1dd; font-size: 0.9rem; }
.nav-wrap .websiteby a { color: #3fb1dd; }
.copyright-text .websiteby { display: none; }
.copyright-text .websiteby a { color: #fff; } .nav-wrap .websiteby a:hover span { color: #FF4B19; }
small span, .copyright-text .websiteby { font-size: 0.85rem; }
/*Page*/
.page.messages .message-success { background: #c9ffc9; }
.contact-index-index .message-success { margin-top: 40px; }
#page-intro { padding: 20px 0; }
.page-title { font-size: 60px; text-transform: uppercase; }
#page-intro .page-title { margin: 0; }
.product-info-main .page-title span { text-transform: uppercase; font-weight: 900; }
.item.cur { font-weight: bold; }
.cms-export #cms-page-s2-l1 .content_left, .cms-export #cms-page-s2-l1 .content_right { vertical-align: top; }
.cms-export #cms-page-s2-l1 .content_right { padding-top: 80px; }
/*ContactPage*/
#content-contact, #page-intro { background: #010101; }
#content-contact .page-title-wrapper, #page-intro .page-title-wrapper { text-align: right; }
#content-contact .page-title span, #page-intro .page-title span { color: #3FB1DD; }
#content-contact *, #page-intro * { color: #fff; }
.contact-index-index #content-contact p:last-of-type { margin-bottom: 20px; }
#content-contact .phone-number-link, #content-contact .fax-number-link, #content-contact .email-address-link { display: inline-block; margin-right: 10px; }
.contact-form-container { width: 62%; }
.contact-map { width: 38%; padding: 80px 0 80px 80px; }
.contact-index-index .wpcf7-form {  width: calc(100% + 40px); margin-left: -20px; }
.contact-form-container { padding: 80px 40px 80px 0; }
.wpcf7-form .form-title, .contact-index-index .actions-toolbar { padding: 0 20px; }
.col1 { padding-right: 20px; }
.col2 { padding-left: 20px; }
.contact-index-index .content_right span { display: inline-block; margin-right: 20px; }
.field { padding-top: 10px; padding-bottom: 10px; }
.wpcf7-form .column { width: 50%; padding-bottom: 10px; } 
.wpcf7-form .column p { display: block; }
.wpcf7-form select, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="password"] { width: 100%; box-sizing: border-box; }
.wpcf7-form .fieldset { display: flex; flex-wrap: wrap; }
fieldset { padding: 0; border: none; }
.form label, .wpcf7-form label { font-weight: 800; color: #010101; padding: 8px 0; display: block; text-transform: uppercase; }
.form input[type="text"], input[type="tel"], .form input[type="email"], .form input[type="password"], .form textarea, .form select { border: 2px solid #010101; width: 100%; box-sizing: border-box; }
.form input[type="text"], input[type="tel"], .form input[type="email"], .form input[type="password"], .form textarea, .form select, textarea { font-weight: 300; }
#my_custom_file { width: 100%; }
textarea { font-size: 1.2rem; }
.wpcf7-form textarea { min-height: 200px; resize: vertical; padding: 10px; width: 100%; box-sizing: border-box; }
.wpcf7-form .action.submit { margin-top: 20px; }
.wpcf7-form .column p { margin-bottom: 0; padding-bottom: 0; }
.contact-map .content-image { margin: 80px 40px; }
.contact-map .content-image .image-overlay { height: calc(100% + 80px); top: -40px; }
#map-embed { width: 100%; position: relative; padding-bottom: 100%; }
#map-embed iframe { width: 100%; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.select-box { position: relative; }
.select-box::after { content: '\f107'; font-family: 'Font Awesome 5 Pro'; font-size: 1.2rem; color: #010101; right: 20px; position: absolute; top: 50%; transform: translateY(-50%); }
.select-box select{ padding-right: 40px; }
.page-button { display: block; text-align: center; }
.page-button .content-link { margin-bottom: 40px; }
.extra_options_title { font-weight: 700; font-size: 1.2rem; font-family: 'Work Sans', sans-serif; display: block; }
.extra_options_box { margin-top: 40px; display: block; font-weight: 400; overflow: hidden; }
.extra_options_box input[type="checkbox"]:not(:checked), .extra_options_box input[type="checkbox"]:checked { border: 1px solid  #000; cursor: pointer; margin: 0; margin-right: 0px; position: relative; opacity: 1; top: unset; }
.extra_options_box input[type="checkbox"]:checked::after { background: #15375d; background-size: auto; background-size: auto; background-size: auto; background-size: contain; content: "\f00c"; font-family: 'Font Awesome 5 Pro'; font-weight: 500; color: #fff; font-size: 23px; left: 0; height: 23px; position: absolute; top: 0; width: 23px; text-align: center; }
.extra_options_box input[type="checkbox"] { height: 25px; width: 25px; -moz-appearance: none; -webkit-appearance: none; appearance: none; position: relative; vertical-align: middle; }
.extra_options_box .field.choice  label { vertical-align:middle; text-transform: uppercase; padding-left: 8px; }
.option_wrapper_dropdown { display: block; max-width: 100%; with: 100%; min-width: 100%; box-sizing: border-box; }
.extra_options_box > .field { box-sizing: border-box; padding-right: 5px; float: left; min-width: 50%; max-width: 50%; }
.extra_options_box > .large_field { box-sizing: border-box; padding-right: 5px; float: left; min-width: 100%; max-width: 100%; }
#colour-chart-modal { border: none; }
.select_colour_container { display: inline-block; padding: 10px 0; }

#product-options-wrapper .option_wrapper_dropdown select { width: unset; min-width: 50%; }
#page-intro .phone-number-link, #page-intro .email-address-link, #page-intro .fax-number-link { margin-top: 20px; }
#page-intro p:first-of-type { margin-top: 0; }
#page-intro #page-title-heading { margin: 0; }
#page-intro .content_right.default-padding { padding-right: 80px; }
#page-intro .content_left.default-padding { padding-left: 80px; }
/*Accreditations*/
.columns-4, .downloads ul { display: flex; flex-wrap: wrap; }
.columns-4 li, .downloads-container ul li { display: inline-block; vertical-align: top; width: calc(100% / 4); box-sizing: border-box; padding: 0 40px; margin-bottom: 60px; }
#accreditations { margin: 0; padding: 0 60px; }
#accreditations img, .downloads li img { width: 100%; box-shadow: 0 8px 16px -1px rgba(0,0,0,0.25); }
#accreditations p { margin-top: 0; }
/*Downloads*/
.cms-quality-accredditations #accredditations-intro .content_left { vertical-align: bottom; }
.cms-quality-accredditations #accredditations-intro .content_right { vertical-align: top; }
.downloads-container ul { margin: 0; padding: 0; list-style: none; }
.downloads a { display: block; line-height: initial; color: #010101; }
.downloads h2 { padding: 30px 0; }
.downloads-container h2 { font-size: 1.2rem; font-weight: 900; }
.downloads a.btn { display: inline-block; margin: 0 0 20px 0; }
.cms-quality-accreditations #cms-page-s2-l1.section { margin-bottom: 120px; }
.cms-quality-accreditations #accredditations-intro .content_left.content { vertical-align: bottom; }
.cms-quality-accreditations #accredditations-intro .content_right.image { vertical-align: top; margin-bottom: 40px; }
.cms-quality-accreditations .downloads h2 { padding: 30px 0 10px 0; }
.downloads a.blue { padding-bottom: 15px; font-size: 1.2rem; }
.section-videos .block-static-block { width: 50%; display: inline-block; box-sizing: border-box; padding: 20px 40px 60px 40px; }
.section-videos .downloads { display: flex; flex-wrap: wrap; }
.section-videos.l-wrap-inner, .downloads-container.l-wrap-inner { padding: 0 40px; }
.section-videos iframe { width: 100%; margin: 0;  }
.embed-container { border: 1px solid #f1f1f1; position: relative;  padding-bottom: 56.25%;  height: 0; overflow: hidden;  max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%; }
/*Store*/
.abs-field-date .control, .abs-field-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .bundle-options-container .block-bundle-summary, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show, .field.date .control, .field .control._with-tooltip, .product-info-main { box-sizing: border-box; }
/*Categories*/
#category-static-block, #page-static-block { background: #f2f2f2; padding: 100px; }
.catalog-category-view .category-cms { text-align: center; }
.category-cms { text-align: center; }
.category-cms p { font-size: 1.8rem; font-weight: 700; line-height: initial; }
.product-item-link, .block-category-link { color: #010101; font-size: 1.2rem; text-transform: uppercase; }
.products-related .product-item-details a, .block-category-link, #related-categories a span { font-size: 1.2rem; font-weight: 600; }
#category-static-block .content-link ul { display: block; text-align: center; }
.category-cms p { margin-top: 0; margin-bottom: 0; }
.category-cms p:first-of-type { margin-top: 0; }
.page-products .columns { padding-top: 0; position: relative; z-index: 1; }
.page-products .columns.section-sm, .section-sm.main-archive { margin-bottom: 40px; }
#wec-blog .section-sm.main-archive { margin-bottom: 20px; }
.page-bottom.section-sm { margin-top: 0; }
.columns { display: block; }
.filter-options-content { margin: 0; margin-bottom: 40px; display: block; }
.items, .options dd { margin: 0; padding: 0; list-style: none none; }
.catalog-category-view .sidebar .block.filter { padding-top: 40px; }
/*ProductImages*/
.product-image-container { display: block; width: 100%; }
.product-image-photo { bottom: 0; display: block; margin: auto; max-width: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.quotation-quote-index #shopping-cart-table .product-image-photo { bottom: unset; display: block; margin: unset; max-width: unset; width: unset; position: relative; top: unset; left: unset; }
.product-image-wrapper { width: 100%; display: block; position: relative; }
.product-image-container { width: 100%; }
.products.list, #related-categories ul { display: flex; flex-wrap: wrap; }
.page-products .products-grid .product-item { padding: 0; width: 33.3333%; }
.products-grid .product-item { display: inline-block; }
.list-attr-name-container { display: block; }
.product-item-name { display: block; }
.product-item-info { padding: 40px 30px; }
.list.product-items .product-item-info .product-item-photo { width: 100%; display: block; }
.product_custom_attr_title { display: block; padding-bottom: 10px; font-size: 0.9rem; }
#product-range p.featured_att { padding-top: 10px; }
.list-attr-name-container { padding: 40px 0; }
.accessories-cat-small-images .list-attr-name-container { padding: 30px 0; }
.list.product-items .product-item-info .product-item-photo { background: #f1f1f1; }
#mini-cart .product-item-photo { padding: 0; padding-right: 5px; }
.sidebar .block.filter .title, .sidebar .block.filter .filter-title { font-size: 2rem; text-transform: uppercase; }
.block.filter .filter-title { margin-bottom: 20px; }
.sidebar .filter-options-title, .filter-current .block-subtitle, .sidebar .block.filter dt { font-size: 1rem; font-weight: bold; text-transform: uppercase; }
.sidebar ol li { color: #010101; display: block; list-style: none; margin: 10px 0; border: 2px solid #010101; margin: 10px 0; transition: all 0.15s ease-in-out;  }
.sidebar ol li a { color: #010101; padding: 12px; display: block; text-transform: uppercase; font-weight: 500; font-size: 0.95rem; }
.sidebar ol li:hover { background: #010101; }
.sidebar ol li:hover a { color: #fff; }
.sidebar .filter-content a { color: #010101; }
.sidebar .filter-content .action.remove:before { content: "\f00d"; font-family: 'Font Awesome 5 Pro'; font-weight: 300; }
.filter-current { margin: 10px 0; }
.filter-current ol { margin-top: 10px; }
.sidebar .filter-content .filter-current li { margin: 0 0; padding: 5px 0; border: none; border: 0; }
.sidebar .filter-content .filter-current li a { display: inline-block; padding: 0; }
.sidebar .filter-content .filter-current li:hover { background: none; color: #010101; }
.sidebar .filter-content .filter-current li { padding: 12px; border: 2px solid #010101; margin: 10px 0; }
.filter-current .filter-value strong { font-weight: 400; }
.sidebar .filter-current li:hover a { color: #010101; }
.sidebar .filter-current .remove:hover { color: #3FB1DD; }
.filter-clear span { font-size: 0.9rem; font-weight: bold; color: #010101; margin-bottom: 40px; display: block; }
.remove-item-text { font-size: 0; }
/*Category Page*/
.page-products .columns, #wec-blog .columns { padding-top: 0; position: relative; z-index: 1; display: flex; }  
.page-layout-2columns-left .column.main, .account .column.main, #wec-blog .column.main { width: 72%; order: 2; padding-left: 60px; padding-right: 160px; display: inline-block; }
#wec-blog .column.main { order: unset; padding-left: 180px; padding-right: 100px; }
#wec-blog .sidebar-main { padding-right: 180px; padding-left: 0; }
#wec-blog .sidebar-main .block.blogfilter { background: #f2f2f2; }
.single-post-img { position: relative; }
#wec-blog .entry-content .single-post-img img, .single-post-img { width: 100%; margin-bottom: 20px; }
#wec-blog .single-article article { padding: 40px 0 40px 0; }
.blog-single { padding-bottom: 80px; }
#comments { display: none; }
.post.section_label h2 { margin-top: 0; }
.post_excerpt { background: orange; }
.main-blog-list .post-excerpt { display: none; }
.page-layout-2columns-left .sidebar-main, .account .sidebar-main, #wec-blog .sidebar-main { display: inline-block; width: 28%; padding-bottom: 40px; }
.sidebar .sidebar-additional { display: none; }
.page-layout-2columns-left .products-collection .column.main { padding-right: 150px; }
/*Product Page*/
.page-layout-1column .product-info-main { width: 57%; float: left; padding-right: 40px; }
.page-layout-1column .product.media { width: 40%; box-sizing: border-box; padding-left: 40px; }
.product.media { float: right; }
.page-layout-1column .column.main { width: 100%; -ms-flex-order: 2; -webkit-order: 2; order: 2; }
.catalog-product-view .page-title, .product-info-main h1.page-title { margin-top: 0; margin-bottom: 40px; font-size: 2.6rem; }
.catalog-product-view .columns.page-inner.section-sm { margin-top: 0; }
.product.info.detailed { clear: both; padding: 40px 0 0 0; }
#product-options-wrapper .field.configurable label { display: none; }
#product-options-wrapper .fieldset { width: 100%; }
#product-options-wrapper .fieldset .field.configurable { min-width: 50%; }
select, input[type="text"], input[type="email"], input[type="password"], textarea { border: 1px solid #010101; padding: 0 10px; -moz-appearance: none; }
select, input[type="text"], input[type="email"], input[type="password"] { height: 50px; }
select { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.product-options-wrapper { padding-top: 20px; }
#product-options-wrapper select { width: 100%; text-transform: uppercase; font-weight: 600; padding-right: 40px; }
.field.configurable { position: relative; width: auto; display: inline-block; }
.already-a-customer { display: block; padding-bottom: 20px; }
.already-a-customer p, .already-a-customer a { color: #3FB1DD; font-weight: bold; font-weight: 400; }
.select_style.control { position: relative; width: 100%; display: block; }
.option_wrapper_dropdown > .field { display: inline-block; }
.option_wrapper_dropdown > .field > .control { position: relative; }
select, input, #product-addtocart-button span, .towishlist span, .product-addtoquote-button span { font-size: 1.2rem; font-family: 'Work Sans', sans-serif; font-weight: 700; }
.product.data.items > .item.title { float: left; width: auto; text-transform: uppercase; }
.product.data.items { margin:0; padding:0 }
.product.data.items>.item.title { box-sizing:border-box; float:none; width:100% }
.product.data.items>.item.title>.switch { display:block }
.product.data.items>.item.content { box-sizing:border-box; display:block; margin:0 }
.product.data.items>.item.content:before, .product.data.items>.item.content:after { content:''; display:table }
.product.data.items>.item.content.active { display:block }
.product.data.items>.item.title { margin: 0 0 5px }
.product.data.items > .item.title > .switch { display: block; position: relative; z-index: 2; box-sizing: border-box; }
.product.data.items>.item.title>.switch { font-weight:800; font-size: 1rem; color: #bfbfbf !important; text-decoration:none; margin-left: 40px; height: 80px; line-height: 80px; }
.product.data.items>.item.title>.switch:visited { color:#7d7d7d; text-decoration:none; }
.product.data.items>.item.title>.switch:hover { text-decoration:none; }
.product.data.items>.item.title>.switch:active { color:#333; text-decoration:none }
.product.data.items>.item.title:not(.disabled)>.switch:active,
 .product.data.items>.item.title.active>.switch,
 .product.data.items>.item.title.active>.switch:focus,
 .product.data.items>.item.title.active>.switch:hover { padding-bottom:5px; color: #010101 !important; border-bottom: 8px solid #3fb1dd; }
.product.data.items { position: relative; z-index: 1; }
.product.data.items > .item.title { float: left; width: auto; } 
.product.data.items > .item.content { min-height: 350px; background:#fff; margin-top: 80px; box-sizing: border-box; float: right; margin-left: -100%; width: 100%; padding: 80px; box-shadow: 0 7px 18px 1px rgba(0,0,0,0.2); font-weight: 300; }
.product.data.items > .item.content img { width: 100%; height: auto; }
.product.data.items > .item.content::after { clear: both; }
.product.data.items::before, .product.data.items::after { content: ''; display: table; } 
.product.data.items::before, .product.data.items::after { clear: both; }
.product.data.items > div.item.title:first-of-type { margin-left: 0; }
.box-tocart .field.qty { display: inline-block; vertical-align: top; }
.box-tocart .actions { display: inline-flex; }
.box-tocart #product-addtocart-button, #product-addtoquote-button, #product-printquote-button { height: 54px; margin: 0 0 0 5px; }
.box-tocart .field.qty, .box-tocart .control { display: inline-block; }
.box-tocart #qty, .quotation-quote-index .input-text.qty, #bundle-option-2-qty-input { width: 50px; text-align: center; padding: 0 5px; font-weight: 600; border: 1px solid #010101; }
#product-addtoquote-button span:after { content: '+'; padding-left: 2px; }
.box-tocart .qty label { font-weight: bold; }
.box-tocart { width: 100%; }
.box-tocart { padding: 20px 0; display: inline-block; vertical-align: middle; }
.stock.available { color: #3fb1dd; font-weight: 600; }
.field.qty { padding-top: 0; padding-bottom: 0; }  
.product-info-price { border-top: 2px solid #010101; }
.product-info-price { padding: 20px 0 0; }
.price-final_price span { font-size: 2rem; font-weight: bold; }
.availability.only { display: none; }
.towishlist { background: #15375d; padding: 16px 23px; box-sizing: border-box; }
#qty-error { position: absolute; }
.mage-error { color: red; }
#training-videos { width: auto; display: block; }
/*ProductDownloads*/
.product-downloads-section { display: block; margin: 20px 0; }
.product-downloads ul { margin-left: 0; padding-left: 0; }
.product-downloads ul li { display: block; margin: 20px 0 30px 0; }
.product-downloads ul li a { background: #010101; padding: 15px 20px; display: inline-block; color: #3FB1DD; font-weight: 800; text-transform: uppercase; font-size: 1.2rem; position: relative; }
.product-downloads ul li a:before { content: ''; color: #fff; font-weight: 500; vertical-align: middle; display: inline-block; background-image: url("../../frontend/Piranha/Wec/en_GB/images/download-data-sheet.png"); background-size: 100% 100%; width: 23px; height: 25px; margin-right: 8px; }
.product-downloads ul li a span { display: inline-block; vertical-align: middle; }
/*Related Products*/
.page-layout-1column.catalog-product-view .products-grid .product-item, #related-categories ul li { width: calc(100% / 4); }
#related-categories ul li { padding: 0 20px; box-sizing: border-box; }
.page-layout-1column .block.related { text-align: center; background: #f1f1f1; padding: 45px 35px; }
.catalog-product-view .block.related { margin-top: 0px; }
.page-layout-1column .block-title strong { font-size: 1.6rem; font-weight: 900; color: #010101; text-transform: uppercase; }
.page-layout-1column .products-related .product-item-info { padding: 0 20px; }
.related-title .section_label_lg { text-transform: uppercase; font-size: 1.4rem; margin-bottom: 40px; }
.block.related .product-items { margin-top: 40px; }
#related-categories img { display: block; width: 100%; }
#related-categories a { color: #010101 !important; }
.block.related .product-item-details, #related-categories .block-category-link a, #related-categories a strong { padding-top: 0; padding-left: 10px; display: block; margin-top: 0; padding-bottom: 30px; text-transform: uppercase; display: block; color: #010101; }
.block-category-link a { color: #010101; }
#related-categories ul { margin: 0; padding: 0; list-style: none; }
.product-info-main h2, .product-info-main h1, .product-info-main h3 { font-size: 1rem; text-transform: uppercase; }
.product.attribute.description, .product.attribute.overview { margin-bottom: 40px; }
.product.attribute.description ul li, .product.attribute.overview ul li { margin: 2px 0; }
.product-options-bottom { position: relative; }
/*ProductGallery*/
.fotorama__nav-wrap--vertical.fotorama__nav-wrap { right: 0; left: unset; }
.fotorama__stage { left: 0 !important; }
.fieldset > .field.no-label > .label, .fieldset > .fields > .field.no-label > .label, .product-item-actions .actions-secondary > .action span, .table-comparison .cell.label.remove span, .table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname.field > .label, .account .column.main .limiter > .label, .field.street .field.additional .label, .account-nav .title, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .filter-options-content .filter-count-label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .label, .action.skip:not(:focus), .page-header .switcher .label, .page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.fotorama__nav { right: 0; top: 0; float: right; height: 100%; }
.fotorama__stage__frame .fotorama__img { width: 100%; }
.fotorama { overflow: unset !important; }
.fotorama__stage__frame .fotorama__img { width: 100% !important; left: 0; top: 0;}
.fotorama__nav { position: absolute !important; right: 0 !important; }
.product .fotorama__stage__frame .fotorama__img { top: 0 !important; transform: none !important; -webkit-transform: none !important; position: static; margin-top: auto !important; }
.fotorama__thumb-border { border: 2px solid #3fb1dd !important; }
/*Customer*/
.login-input { width: 100%; display: flex; }
.login-input .field { padding: 20px 0; width: 50%; display: inline-block; vertical-align: top; box-sizing: border-box }
.customer-account-login .field.email { padding-right: 20px; }
.customer-account-login .field.password { padding-left: 20px; } 
.customer-account-login .secondary { float: right; }
.customer-account-login .remind { color: #3fb1dd; }
.login-container, .form-create-account { padding: 80px 0; }
.block-new-customer { margin-top: 80px; }
.customer-account-create .legend span { font-weight: 600; font-size: 1.2rem; text-transform: uppercase; }
.action.back { color: #15375d; font-weight: 800; display: block; margin: 20px 0 0 0; }
.page.messages .message { padding: 20px 40px 20px 50px; position: relative;  }
.customer-account-create .page.messages > .message { margin: 40px 40px 0 40px; }
.message-error > div:before { content: '\f071'; font-family: 'Font Awesome 5 Pro'; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
.page.messages .message-success::before { content: '\f00c'; font-family: 'Font Awesome 5 Pro'; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
.catalog-product-view .page.messages .message { margin: 0 0 20px 0; }
.control input[type="text"] { margin-bottom: 5px; }
.form-create-account fieldset { width: 50%; display: inline-block; box-sizing: border-box; margin: 0; padding: 0 40px; float: left; }
.form-create-account .actions-toolbar { padding: 40px; padding-top: 20px; clear: left; width: 100%; display: block; }
.account-nav .content { background: #f5f5f5; padding: 0 0; }
.account .sidebar-main { float: left; }
#account-nav .item a, .account-nav .item > strong { border-left: 6px solid transparent; display: block; padding: 5px 18px 5px 15px; }
#account-nav .item.current a, .account-nav .item.current strong { border-color: #3FB1DD; font-weight: 600; }
#account-nav ul { margin: 0; padding: 0; }
.account-page .block { margin-bottom: 40px; }
/*Blog*/
.sidebar_filters { list-style: none; margin: 0; padding: 0; }
#wec-blog .sidebar-main .block.blogfilter { padding: 40px; }
.featured-img { position: relative; width: 100%; }
.featured-img .entry-meta, .single-post-img .entry-meta { position: absolute; top: 30px; left: -20px; background: rgba(0,0,0,0.8); padding: 20px; z-index: 99; }
.post-date { background: rgba(0,0,0,0.8); padding: 10px; z-index: 99; top: 10px; left: -10px; }
.featured-img .entry-meta .entry-date, .post-date span, .single-post-img .entry-meta { color: #fff; text-transform: uppercase; font-weight: 800; }
.post-date span { font-size: 0.9rem; }
#wec-blog .sidebar_filters h3 { margin-top: 0; font-size: 1rem; }
.sidebar_filters > li { margin-bottom: 40px; }
.sidebar_filters > li:last-of-type { margin-bottom: 0; }
.sidebar_filters li ul { list-style: none; margin: 0; padding: 0; }
.post-edit-link { color: #3fb1dd !important; font-size: 0.9rem; padding: 2px; } 
#wec-blog .sidebar_filters h3 { color: #3fb1dd; text-transform: uppercase; } 
#wec-blog .sidebar-main img { width: 100%; height: auto; }
#wec-blog .sidebar_filters .widget_recent_entries li { margin-bottom: 30px; position: relative; } 
#wec-blog .sidebar_filters li a { display: block; padding: 5px 0; }
#wec-blog .post-content { padding: 0 0 0 0; }
#wec-blog .column.main.main-blog, #wec-blog .column.main.events-blog { width: 100%; padding-left: 140px; padding-right: 140px; }
#wec-blog .column.main.main-blog, .featured-posts-list, .events-blog .entry-content { display: flex; flex-wrap: wrap; }
.events-blog .entry-content { align-items: center; }
#wec-blog .column.main.main-blog article { width: 33.3333%; box-sizing: border-box; }
#wec-blog .column.main.main-blog article { padding: 0 40px 80px 40px; }
#wec-blog .column.main.events-blog article { padding: 0 40px 80px 40px; }
#wec-blog .column.main.events-blog article:first-of-type { margin-top: 0; }
#wec-blog .column.main.events-blog article:last-of-type { padding-bottom: 0; }
.cms-home #wec-blog .post-content { padding-bottom: 0; }
.featured-posts-list article { padding: 0 40px; }
.featured_sticky_post_title { font-size: 1.5rem; margin-bottom: 15px; }
#wec-blog .featured-posts-list article { width: 50%; box-sizing: border-box; }
#wec-blog .post_thumb { width: 100%; position: relative; padding-bottom: 44%; }
.featured-posts { background: #f1f1f1; }
.featured-posts-list { padding: 80px 40px; }
#wec-blog .featured-posts .section_label { margin: 80px 0 0 80px; border-top: 2px solid #000000; }
.entry-title a { color: #010101; font-size: 1.2rem; font-weight: 300; display: block; }
.featured-posts .entry-title a { font-size: 1.4rem; }
.events-blog .entry-title { margin-top: 0; margin-bottom: 10px; }
.events-blog .entry-title a { font-weight: 800; text-transform: uppercase; font-size: 1.7rem; }
.blog-back { margin-top: 40px; }
#wec-blog .sidebar_filters li .blog-widget-post-title { font-weight: 300; font-size: 1rem; line-height: 1.2; }
.blog-read-more { font-weight: 800; text-transform: uppercase; font-size: 0.9rem; color: #010101; }
.main-archive a, #wec-blog .sidebar-main a { color: #010101; }
.events-blog .entry-content .featured-img, .events-blog .entry-content .post-content { width: 50%; display: inline-block; box-sizing: border-box; }
#wec-blog .events-blog .entry-content .featured-img { padding: 0 40px 0 0 ; }
#wec-blog .events-blog .post-content { padding: 0 0 0 40px; }
.featured-img-container { border: 1px solid #f1f1f1; }
.post-excerpt.content { margin-bottom:  30px; }
#wec-blog .featured-posts .section_label_lg { margin-top: 30px !important; margin-bottom: 32px !important; }
.s-wrap p { font-size: 1rem; }
.blog-load-more-posts { text-align:center; display: block; width: 100%; cursor: pointer; margin: 0 0 80px 0; }
.content-link { margin-top: 42px; }
#wec-blog .blog-pages.section-sm.featured-section { margin-top: 40px; }
.cms-meet-the-team .knowledge-team ul a { padding: 20px; display: inline-block;	background-color: #3FB1DD; min-width: 39%;	margin-left: auto;	margin-right: auto;	font-weight: bold;	margin-top: 40px; margin-bottom: 40px; }
.cms-meet-the-team .knowledge-team ul li a { color: #FFFFFF; }
.cms-meet-the-team .knowledge-team ul a:hover { background-color: #15375d; }
.cms-meet-the-team .team-item h3 { margin: 0px; font-size: 1.4rem; font-weight: 900; }
#content-start.benefits .start-wrap { height: auto; transform: unset; }
.training-video-container { margin-bottom: 80px; }
.tv { max-width: 50%; width: 50%; }
.tv1 { padding-right: 40px; }


/*Hide top-of-page elements until aos initialised
.top-animation-left.image img { visibility: hidden; }
.top-animation-left.image img.aos-animate { visibility: visible; }
.content.top-animation-right { visibility: hidden; }
.content.top-animation-right.aos-animate { visibility: visible; }
*/
.header_menu-item > a, .wishlist a, .miniquote-wrapper a { font-weight: 900; }
.site-links-sub-nav li a { font-weight: 300; }
.training-video-container { font-size: 0.9rem; }
#wec-blog #contact.column.main { width: 100%; padding-right: 180px; }
.wpcf7-form-control-wrap.file-765, .wpcf7-form-control-wrap.file-765 input { width: 100%; display: block; }
.content .content-link ul { margin-left: 0; padding-left: 0; }
.home-exports-img { display: none; }
.cms-meet-the-team .team-item h3 strong { font-weight: 300 !important; }
#product-mobile-title { display: none; }

.relative { position: relative; }
.page-header.relative { position: absolute; top: 0px; }
.page-header { top: -142px; position: absolute; left: 0; right: 0; width: 100%; z-index: 900; }
.page-header:not(.relative).fixed { top: 0px; position: fixed; background: #fff; }
.page-header.fixed #panel-links { display: none; }
.page-header.fixed .panel.header { padding: 0 0; }
.page-header.fixed #panel-nav-container, .page-header.fixed #header-logo { vertical-align: middle; }
.page-header.fixed #header-logo { width: 140px; padding: 15px 0; }
.page-header.fixed #panel-nav-container { width: calc(100% - 140px); }
.page-header.fixed { position: fixed; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.1); transition: top 0.25s linear; -webkit-transition: height 5s; -moz-transition: height 5s; transition: height 5s;  transition: transform 1s linear;  transform: translateY(0); }
.content_left.content img, .content_right.content img { max-width: 160px; display: block; margin-top: 20px; }
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 10000; }
#status { width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; background-repeat: no-repeat; background-position: center; background-size: 38px auto; margin: -50px 0 0 -50px; }
.lds-dual-ring { display: inline-block; width: 64px; height: 64px; }
.lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #3FB1DD; border-color: #3FB1DD transparent #fff transparent; animation: lds-dual-ring 1.2s linear infinite; }
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-sm.products-collection { margin-top: 60px; }
.catalog-category-view .sidebar .block.filter { padding-top: 60px; }
.page-layout-2columns-left .products-collection .column.main { padding-top: 20px; }
#home-section5 { position: relative; }
#home-section5:after { width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; content: ''; }
#home-section5 .l-wrap { position: relative; z-index: 9; }
.top-level-cat-link { display: block; font-size: 1rem; font-weight: 900 !important; margin-top: 0; margin-bottom: 10px; text-transform: uppercase; color: #010101 !important; text-transform: uppercase; }
#header-nav .subwrap a.top-level-cat-link { font-size: 1rem; }
.message.info.empty { padding: 20px 0; }
#shopping-cart-table .table-caption { display: none; }
.block.related .block-actions { display: none; }
.block.related .please-request-quote { display: none; }
.block.related .product-item-info .product-item-photo { width: 25%; }
.block.related .product-item-info { display: flex; text-align: left; }
.catalog-product-view .block.related .product-item { display: none; }
.block.related .product-item-info .price-final_price span { font-size: 1rem; }
.products-related .product-item-details a.related-view-product { font-weight: 600; color: #3FB1DD; display: block; margin-top: 10px; }
.product-options-wrapper select { color: #333; font-weight: 600; background: #fff url('../../frontend/Piranha/Wec/en_GB/images/icons/angle-down.svg') no-repeat 98% 50%; background-size: auto; background-size: auto; background-size: 16px 16px; }






body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro' !important;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}

/* Custom Request Form*/
body.product-custom-request-form #maincontent .product-info-main {
    width: 100%;
    padding-top: 0;
}
body.product-custom-request-form #maincontent h1 {
    background: #3fb1dd;
    color: #fff;
}
body.product-custom-request-form .product-add-form .product-options-wrapper .field {
    max-width: unset;
    min-width: 100%;
}
body.product-custom-request-form #maincontent .product-add-form textarea,
body.product-custom-request-form #maincontent .product-add-form input {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    border: 1px solid #c0c0c0;
    height: auto;
}
body.product-custom-request-form #maincontent .product-options-bottom .actions #product-addtoquote-button,
body.product-custom-request-form #maincontent .product-options-bottom .actions #product-printquote-button {
    width: auto;
    margin-left: 0;
}
@media (max-width: 991px) {
    body.product-custom-request-form #maincontent .product-info-main {
        margin-top: 0;
    }
    body.product-custom-request-form.catalog-product-view .page-title,
    body.product-custom-request-form .product-info-main h1.page-title {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    body.product-custom-request-form #maincontent .product-add-form textarea,
    body.product-custom-request-form #maincontent .product-add-form input {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
    }
    body.product-custom-request-form #maincontent .columns {
        width: auto;
        max-width: inherit;
    }
}

@media (min-width: 1401px) {
    .page-layout-2columns-left .sidebar-main { position: relative; }
    .block.filter, .block.blogfilter { position: sticky; top: 0;  position: sticky; position: -webkit-sticky; top: 0; }
	.block.filter, .block.blogfilter { top: 40px; }
	#wec-blog .sidebar-main { padding-top: 40px; }
	.site-links-parent { position: relative; }
	.site-links-sub-nav { list-style: none; text-align: left; box-shadow: 0 9px 12px -2px rgba(0,0,0,0.1); padding: 20px 0; width: max-content; padding: 20px 0;}
	.site-links-sub-nav li {text-align: left; }
	.site-links-parent:hover .site-links-sub-nav { margin: 0; display: block; position: absolute; z-index: 99; background: #fff; }
	#header-nav .site-links-sub-nav li a { padding: 20px 40px; display: block; }
	#header-store-menu-toggle .navigation, .header_search_block { top: calc(100% - 20px); }
	.page-header.nav_active {-webkit-box-shadow: inset 0 -17px 21px -9px rgba(0,0,0,0.75); -moz-box-shadow: inset 0 -17px 21px -9px rgba(0,0,0,0.75); box-shadow: inset 0 -17px 21px -9px rgba(0,0,0,0.75); }
	.header_menu-item .nav-item-wrapper { position: relative; }
	.page-products .nav_products_menu .nav-item-wrapper:after,
	.catalog-product-view .nav_products_menu .nav-item-wrapper:after,
	.cms-export .nav_export .nav-item-wrapper:after,
	.cms-highways .nav_highways .nav-item-wrapper:after,
	.cms-about .nav_about .nav-item-wrapper:after,
	.cms-meet-the-team .nav_about .nav-item-wrapper:after,
	.cms-vacancies .nav_about .nav-item-wrapper:after,
	.cms-quality-accreditations .nav_about .nav-item-wrapper:after,
	.contact-index-index .nav_contact .nav-item-wrapper:after,
	.category .nav_media .nav-item-wrapper:after, 
	.category-news .nav_media .nav-item-wrapper:after, 
	.page-template-contact-page .nav_contact .nav-item-wrapper:after, 
	.cms-gallery .nav_media .nav-item-wrapper:after,
    .cms-downloads .nav_media .nav-item-wrapper:after,
    .cms-product-operating-instructions .nav_media .nav-item-wrapper:after,
    #header-nav .header_menu-item > a:hover .nav-item-wrapper:after { content: ''; border-bottom: 2px solid #010101; position: absolute; bottom: -2px; width: 100%; left: 0; }
    .cms-about .piranha-header-nav-menu .nav_about-us,
    .cms-meet-the-team .piranha-header-nav-menu .nav_meet,
    .cms-vacancies .piranha-header-nav-menu .nav_jobs,
    .cms-quality-accreditations .piranha-header-nav-menu .nav_accreditations,
    .cms-downloads .piranha-header-nav-menu .nav_downloads,
    .cms-product-operating-instructions .piranha-header-nav-menu .nav_operating-instructions,
    #wec-blog.home.blog .nav_news, 
    #wec-blog.category-events .nav_events,
	.cms-gallery .piranha-header-nav-menu .nav_gallery  { color: #3fb1dd; }
    .header-nav-item.parent-item.nav_active a.nav_drop_menu .nav-item-wrapper::after { content: ''; border-bottom: 2px solid #010101; position: absolute; bottom: -2px; width: 100%; left: 0; } 
    #header-store-menu-toggle.header-nav-item.nav_active a.nav_products_menu .nav-item-wrapper::after { content: ''; border-bottom: 2px solid #010101; position: absolute; bottom: -2px; width: 100%; left: 0; } 
    #header-nav a:hover { color: #3fb1dd; }
    #header-store-menu-toggle.header-nav-item.nav_active a.nav_products_menu .nav-item-wrapper, .header-nav-item.parent-item.nav_active a.nav_drop_menu .nav-item-wrapper { color: #3fb1dd; } 
    #header-store-menu-toggle.header-nav-item.nav_active a.nav_products_menu .nav-item-wrapper::after, .header-nav-item.parent-item.nav_active a.nav_drop_menu .nav-item-wrapper::after { border-bottom: 2px solid #3fb1dd; } 
    #header-nav .header_menu-item > a:hover .nav-item-wrapper::after { border-bottom: 2px solid #3fb1dd; transition: all 0.15s ease-in-out; } 
    .nav-item-wrapper  { transition: all 0.15s ease-in-out; }
    #header-nav { padding-right: 20px;}
}
@media (max-width: 1801px) {
	.slick-next, .slick-prev { width: 56px; height: 56px; }
	.category_slider .slick-next { left: -62px; }
	.category_slider.slick-slider { padding-left: 20px; }
	.footer-col-lg { width: calc((100% / 5) * 3.6); }
	.footer-col-sm { width: calc((100% / 5) * 1.4); }	
	.nav-wrap { padding-right: 60px; }
	.copyright-wrap { padding-left: 60px; }
	.product-item-info { padding: 40px 20px; }
	.category_slider .slick-slide h3, .category_slider .slick-slide h2, .category_slider .slick-slide .desc { font-size: 1.1rem; }
	.cms-gallery .product_gallery_range { padding-left: 100px; }
	.cms-gallery .category_slider.slick-slider { padding-left: 30px; }
	.cms-gallery .product_gallery_range .category_slider .slick-prev { left: 80px; }
	.cms-gallery .product_gallery_range .category_slider .slick-next { left: 162px; }
}
@media (max-width: 1701px) { 
	html,body { font-size: 16px; } 
	.piranha-header-nav-menu .header_menu-item a { padding: 16px 16px; }
	.category_slider .slick-slide h3, .category_slider .slick-slide h2 { font-size: 1rem; }	
	.content-start-box { min-width: unset; }
	.content-link { margin-top: 40px; }
}
@media (max-width: 1541px) {
	html,body { font-size: 15px; }
	.panel.header { padding: 15px 0 15px 0; }
	.header_menu-item a, .nav_search_btn .nav-item-wrapper::after { font-size: 1rem; }
	.minicart-wrapper .counter { font-size: 0.8rem; }
	.l-wrap, .wrap, .navigation > ul { max-width: 1401px; }
	.l-wrap, .navigation > ul { padding: 0 40px; }
	.l-wrap-inner { padding: 0 40px; }
	.navigation > ul > li > .subwrap { padding: 0 20px; } 
	.panel-right { width: 300px; }
	#header-store-menu-toggle .navigation { padding: 40px 0; }
	.page-inner { padding-left: calc((100% - 1401px) / 2); padding-right: calc((100% - 1401px) / 2); }
	.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .breadcrumbs, .page-layout-1column .column.main, 
	#wec-blog .column.main { padding-left: 80px; }
    #wec-blog #contact.column.main { padding-right: 80px; }
	.page-layout-2columns-left .products-collection .column.main { padding-right: 60px; }
	#wec-blog .column.main.main-blog, #wec-blog .column.main.events-blog { padding-left: 80px; padding-right: 80px; }
	#wec-blog .featured-posts .section_label { margin: 40px 0 0 40px; }
	.page-bottom.section-sm { margin-bottom: 100px; }
	.featured-posts-list { padding: 50px 10px; }
	.featured-posts-list article { padding: 0 30px; }
	#wec-blog .column.main.main-blog, #wec-blog .column.main.events-blog { padding-left: 60px; padding-right: 60px; }
	#wec-blog .column.main.main-blog article, #wec-blog .column.main.events-blog article { padding: 0 20px 40px 20px; }
	#wec-blog .column.main.main-blog .entry-title { margin-bottom: 20px; }
	.breadcrumbs, .page-layout-1column .column.main, #wec-blog .sidebar-main { padding-right: 80px; }
	.page-layout-2columns-left .column.main { padding-left: 40px; padding-right: 60px; }
	.page-layout-1column .block.related { padding: 80px 20px; }
	.product.data.items > .item.content { padding: 40px; }
	.content_left.content { padding-right: 20px; }
	.content_right.content { padding-left: 20px; }
	#content-start.about-start { margin-top: 120px; }
	#about-history, #cms-page-s2-l1 { margin-bottom: 80px; }
	#header-logo { width: 170px; }
	#panel-nav-container { width: calc(100% - 170px); }
	.panel-right { min-width: 280px; }
	#panel-right-inner1 { margin-bottom: 10px; }
	.section { margin-top: 120px; margin-bottom: 120px; }
	#home-section5 .l-wrap-inner { padding: 140px 0; }
	.categegory-slider-container { padding-top: 0; padding-left: calc((100% - 1401px) / 2); }
	.category_range { padding-left: 200px; }
	.slick-next, .slick-prev { width: 50px; height: 50px; }
	.category_slider .slick-prev { left: -120px; }
	.category_slider .slick-next { left: -52px; }
	.categegory-slider-container { padding-right: 0; }
	.category_slider .slick-slide { margin-left: 30px; }
	.category_slider .slick-slide h3, .category_slider .slick-slide .desc { left: -10px; }
	.content_right.content { width: calc(50% - 20px); }
	.content_left.image { width: calc(50% + 20px); }
	.content_left.content { width: calc(50% - 20px); }
	.content_right.image { width: calc(50% + 20px); }
	#category-static-block, #page-static-block { padding: 80px 40px; }
	.our-team { width: calc(100% + 40px); margin-left: -20px; margin-right: -20px; }
	.team-item { padding: 0 20px 40px 20px; width: calc(100% / 4); }
	.default-padding { padding: 40px; }
	.footer-col-lg { padding-left: calc((100% - 1401px) / 2); }
	#footer-about.footer-nav { padding-right: 0; padding-left: 40px; }
	.nav-wrap { padding-left: 80px; }
	.copyright-wrap { padding-right: 80px; }
	.footer-col-sm { padding-right: calc((100% - 1401px) / 2); }
	.footer-nav {  padding-right: 40px; min-width: 50%; max-width: 50%; }
	#footer-contact { font-size: 1rem; }
	.fnav_padding_left { padding-left: 0; }
	.last.footer-nav { padding-left: 40px; }
	.footer-col, .footer ul li a { font-size: 1rem; }
	.footer-col-lg { width: calc((100% / 5) * 3.3); }
	.footer-col-sm { width: calc((100% / 5) * 1.7); }
	.websiteby { margin-top: 20px; } 
	#accreditations { padding: 0 20px; }
	.columns-4 li { padding: 0 20px; }
	.page-title { font-size: 2.6rem; }
	.page-products .section-sm { margin-top: 60px; }
	.page-products .page-bottom.section-sm { margin-bottom: 80px; }
	.page-layout-2columns-left .sidebar-main { width: 28%; }
	.page-layout-2columns-left .column.main { width: 72%; }	
	.list-attr-name-container { padding: 30px 0; }
	.content-inline-ul ul { max-width: calc(50% - 40px); }
	.category_slider_default_padding .category_slider.slick-slider { padding-right: 40px; }
	.content ul:nth-of-type(2) { padding-left: 40px; }
	.product.attribute.description ul li, .product.attribute.overview ul li { margin: 5px 0; }
	.product.data.items > div.item.title:first-of-type { margin-left: 10px; }
	.product.data.items > .item.title > .switch { margin-left: 30px; }
	.page-layout-2columns-left .sidebar-main { padding-bottom: 20px; }
	.toolbar-products { padding: 20px 20px; }	
	.footer .label { margin-bottom: 20px; }	
    .job-benefits .content-start-box { padding: 40px 40px; }
    .content-inline-ul ul { max-width: calc(50% - 80px); }
    .benefits-list { padding: 0 0; }
    #page-intro { padding: 0 0; }
	#page-intro .default-padding { padding: 40px; }
    #page-intro .content_right.default-padding { padding-left: 40px; }
    #page-intro .content_left.default-padding { padding-right: 40px; }
    .columns-4 li, .downloads-container ul li { padding: 0 30px; }	
	.section-videos .block-static-block { padding: 20px 20px 20px 20px; }
	.section-videos.l-wrap-inner { padding: 0 20px; }
    .section_label h2, .intro-title h1, .section_label_lg, .content .section_label_lg { font-size: 2rem; }
    .categegory-slider-container4 { padding-left: calc((100% - 1401px) / 2); padding-right: calc((100% - 1401px) / 2); } 
    .category_slider_default_padding .category_slider.slick-slider { padding-right: 30px; }
    .category_slider_default_padding.category_range.padding_4 { padding-left: 50px !important; padding-right: 50px !important; }
    .category_slider_default_padding.category_range.padding_3, .category_slider_default_padding.category_range.padding_2, .category_slider_default_padding.category_range.padding_1 { padding-left: 80px !important; padding-right: 80px !important; }
    #page-intro .content_left.default-padding { padding-left: 40px; }
    #page-intro .content_right.default-padding { padding-right: 40px; }
    .cms-gallery .product_gallery_range { padding-left: 20px; }
    .cms-gallery .product_gallery_range .category_slider .slick-prev { left: 60px; }
    .cms-gallery .product_gallery_range .category_slider .slick-next { left: 142px; }
    .content-link { margin-top: 32px; }
}
/*hamburger menu button becomes visible*/
@media (max-width: 1401px) {
    body.active-menu { overflow: hidden; position: fixed; }
	#header-m-wrap { background: #fff; }
	#page-top { border-top: 1px solid #f1f1f1; }
	html,body { font-size: 14.5px; }
	.l-wrap-inner { padding: 0 40px; }
	.page-header .l-wrap { padding: 0 0; }
	.page-header .panel.header { padding: 0 0 0 0; }
	.page-header #panel-right-inner1 { display: none; }
	#header-logo.logo-lg { display: none; }
	#panel-nav-container, .panel-right { min-width: 100%; width: 100%; }
	#header-mobile-nav { display: inline-block; vertical-align: middle; text-align: center; padding: 20px 40px 20px 20px; }
	#header-m-wrap { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
	#header-m-logo.logo-s, #header-mobile-nav { display: inline-block; vertical-align: middle; }
	#mob-search { display: none; }
	#header-m-logo.logo-s { width: 140px; padding-left: 40px; }
	#panel-nav-container { text-align: center; }
	#header-nav { position: fixed; top: 0; width: 100%; right: 0; z-index: 999; height: 100%; background: #fff; display: none; overflow-x: hidden; overflow-y: auto; transition: all 0s ease;  }
	.piranha-header-nav-menu { height: auto; margin: 80px 0 0 0; }
	.header-nav-item { display: block; }
	#header-nav a { color: #010101; }
	#close-menu i { font-size: 3rem; color: #3fb1dd; }
	#header-m-wrap { position: relative; }
	#header-m-wrap .header-nav-item { display: block; vertical-align: middle; position: relative; }
	.nav_search_btn .nav-item-wrapper::after { position: relative; font-size: 1rem;  }
	#header-m-wrap .header-search .text { position: absolute; }
	.hamburger-box { position: relative; display: block; width: 34px; }
	.hamburger span { height: 4px; width: 100%; background: #010101; display: block; margin: 5px 0; border-radius: 4px; }
	#header-nav a#close-menu { display: block; padding: 20px 40px; position: absolute; top: 0; right: 0; background: #fff; width: 100%; text-align: right; box-sizing: border-box; }
	#home_hero .l-wrap h1 { font-size: 3.4rem; }
	#header-nav .header-search { display: none; }
	#header-store-menu-toggle .navigation { position: relative; }
	.navigation > ul { padding: 20px 40px; }
	.navigation > ul > li { width: 100%; }
	#header-nav > .piranha-header-nav-menu .navlink a { border-bottom: 2px solid #cecece; }
	#header-nav > .piranha-header-nav-menu .navlink a.nav_contact { border-bottom: none; }
	#header-nav .header_menu-item a { font-size: 1.6rem; }
	#header-store-menu-toggle:hover .navigation { display: none; }
	#header-nav a { display: block; }
	#tablet-search, #header-tablet-social-links, #header-tablet-nav-container { display: inline-block; vertical-align: middle; }
	#tablet-phone { display: block; z-index: 1; margin: 0 auto; position: absolute; left: 0; right: 0; width: fit-content; margin-right: auto; margin-left: auto; margin: auto; top: 50%; transform: translateY(-50%); }
	#tablet-search .header_menu-item a.nav_search_btn { padding: 20px 1.5rem; display: block; }
    .logo-s#header-m-logo, #header-tablet-nav-container { position: relative; z-index: 9; }
	.nav_search_btn .nav-item-wrapper::after { font-size: 1.5rem !important; }
	#header-tablet-social-links	p { margin: 0; padding: 0; }
	#header-tablet-social-links.social-links a { font-size: 1.5rem; margin: 0; padding: 20px; }
	#tablet-phone > p { margin-top: 0; margin-bottom: 5px; }
	.header-phone-number-link { font-size: 1.5rem; }
	.nav-before-open.nav-open body { position: fixed; left: 0; right: 0; overflow-y: scroll; }
	#mob_home_link { display: block; border-top: 2px solid #cecece; }
	#header-nav { text-align: left; }
	.piranha-header-nav-menu .header_menu-item a { padding: 40px; }
	#header-store-menu-toggle .navigation { background: #15375d; }
	#header-store-menu-toggle .navigation { padding: 0; }
	#header-store-menu-toggle .navigation { transition: all 0s ease-in-out; }
	.phone-number-link:before { margin-right: 6px; }
	.menu-dropdown { position: relative; }
	.piranha-header-nav-menu .header_menu-item.menu-dropdown a { padding-right: 60px; }
	.menu-dropdown .nav_products_menu::after { content: "\f107"; font-weight: 400; font-family: 'Font Awesome 5 Pro'; position: absolute; right: 40px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.nav_drop_menu { position: relative; }
	.nav_drop_menu::after { content: "\f107"; font-weight: 400; font-family: 'Font Awesome 5 Pro'; position: absolute; right: 40px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.site-links-sub-nav { margin: 0; padding: 0; list-style: none; }
	.active-menu { overflow: hidden; }
	.navigation > ul > li > .subwrap span { padding-right: 60px; font-size: 1.2rem; }
	.nav_cat_img { display: none; }
	.navigation > ul > li { padding: 0; }
	a.level-top span { font-size: 1.4rem; color: #fff !important; }
	.navigation > ul > li > .subwrap { max-width: 100%; width: 100%; border-bottom: 2px solid #cecece; padding: 0 0; }
	.navigation > ul > li { padding: 0 0; }
	.navigation, .header_search_block { box-shadow: none; }
	.subwrap-links { display: none; }
	a.level-top span, .menu-title { color: #010101 !important; }
	#header-nav .header_menu-item a { font-weight: 900; }
	#header-nav .header_menu-item a, a.level-top span, .menu-title { font-size: 1.6rem; }
	.navigation > ul { padding: 0 0; } 
	#header-nav .subwrap a { margin: 0 0; padding: 20px 80px 20px 50px; }
	.navigation .parent { display: block; }
	.subwrap-links li { display: block; border-bottom: 2px solid #cecece; }
	.subwrap-links li:last-child { border-bottom: none; }
	.subwrap .menu-title { padding: 20px 60px; position: relative; }
	.piranha-header-nav-menu .header_menu-item .site-links-sub-nav a { padding: 20px 60px; }
	#header-store-menu-toggle .navigation, .site-links-sub-nav { background: #fff; }
	.subwrap .menu-title::after { content: ""; font-weight: 200; font-family: 'Font Awesome 5 Pro'; position: absolute; right: 40px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 1.4rem; }
	.subwrap .menu-title.closed::after {  content: "\f107"; }
	.subwrap .menu-title.open::after {  content: "\f106"; }
	a.level-top span, .menu-title { margin-bottom: 0; }
	.nav_search_btn .nav-item-wrapper::after { font-size: 1.5rem; }
	.header-top-links { display: none; }
	.highlight-active { background: #3fb1dd; }
	.highlight-active .nav-item-wrapper span { color: #fff; }
	#header-nav > .piranha-header-nav-menu .navlink a.nav_products_menu.highlight-active { border-bottom: 2px solid #3fb1dd; }
	.menu-title.open { background: #f1f1f1; }
	.menu-dropdown .nav_products_menu.highlight-active::after, .nav_drop_menu.highlight-active::after { color: #fff; }
	.subwrap-links li:first-of-type { border-top: 2px solid #cecece; }
	.subwrap-links.noborder li:first-of-type { border-top: none; }
	#panel-links { display: none; }
	#hamburger-btn, .nav_search_btn { cursor: pointer; }
	#home-section5 .l-wrap-inner { padding: 120px 0; }
	.content_right.image { padding-left: 60px; }
	.content_left.image { padding-right: 60px; }
	.content_left.content { padding-right: 20px; }
	.content_left.content { width: calc(50% - 20px); }
	.content_right.image { width: calc(50% + 20px); }
	.content_left.content { width: calc(50% - 20px); }
	.content_right.image { width: calc(50% + 20px); }
	.hero-wrapper.l-wrap-inner { padding-top: 160px; padding-bottom: 160px; }
	.team-item { width: calc(100% / 3); }
	.columns-4 li { width: calc(100% / 3); }
    .page-bottom.section-sm { margin-bottom: 80px; }
    .category_slider_default_padding.category_range.padding_4 { padding-left: 200px !important; padding-right: 0 !important; }
    .category_slider_default_padding.category_range.padding_3, .category_slider_default_padding.category_range.padding_2, .category_slider_default_padding.category_range.padding_1 { padding-left: 140px !important; padding-right: 140px !important; }
    .contact-map { padding: 80px 0 80px 40px; } 
    .contact-form-container { padding: 80px 20px 80px 0; }
    .page-header { top: 0; position: relative; width: 100%; }
    .page-layout-2columns-left .products-collection .column.main { padding-top: 0; }
    .catalog-category-view .sidebar .block.filter { padding-top: 45px; }
    .content-link { margin-top: 30px; }
    #header-nav .subwrap a.top-level-cat-link { font-size: 1.2rem; font-weight: 700 !important; }
}
@media (max-width: 1085px) { 
	.page-top { padding: 40px 60px; }
	.hero-wrapper { max-width: 100%; }  
	#content-start.about-start { margin-top: 100px; }
	.page-bottom.section-sm { margin-bottom: 100px; }
	.page-bottom .categegory-slider-container { padding-bottom: 60px; }
	#tablet-search .header_menu-item a.nav_search_btn { padding: 20px 15px; }
	#header-mobile-nav { padding: 20px 40px 20px 15px; }
	#header-tablet-social-links.social-links a { padding: 15px; }
	.section { margin-top: 100px; margin-bottom: 100px; }
	#home-section5 .l-wrap-inner { padding: 100px 0; }
	.content_left.image {  padding-right: 40px; }	
	.content_right.image { padding-left: 40px; }
	.content-start-box { min-width: unset; }
	#clock-icon::before, #stock-icon::before { width: 42px; height: 42px; left: 25px; }
	.content_right_only .content_right { padding-left: 80px; }
	.image-overlay { height: calc(100% + 80px); top: -40px; }	
	 .contact-map .content-image .image-overlay { height: calc(100% + 60px); top: -30px; }	
	.content_left.image .image-overlay { right: 100px; }
	.content_right.image .image-overlay { right: 60px; }	
	.slick-next, .slick-prev { width: 45px; height: 45px; }
	.category_slider .slick-next { left: -60px; }
	.category_slider.slick-slider { padding-left: 0; }
	#content-contact p:last-of-type { margin-bottom: 10px;}
	.default-padding { padding: 20px; }
	#content-contact { padding: 20px; }
	.contact-form-container, .contact-map { width: 100%; }
	.contact-form-container { padding: 80px 0 80px 0; }
	.contact-map > div { display: inline-block; width: 50%; vertical-align: middle; }
	.field { padding-top: 8px; padding-bottom: 8px; }
	#contact-form fieldset .column { padding-bottom: 8px; }
	.contact-map { padding: 0 40px 20px 40px; }
	.contact-map .content-image { margin: 0 0 0 60px; }
	.contact-map .default-padding { padding: 0; }
	.product.info.detailed { padding: 20px 0 0 0; }
	.category-cms p { font-size: 1.6rem; display: inline; }
	.section-sm { margin-top: 40px; margin-bottom: 40px; }	
	.page-layout-1column .product-info-main, .page-layout-1column .product.media { width: 100%; }
	.page-layout-1column .product-info-main { width: 100%; float: left; padding-right: 0; }
	.catalog-product-view .column.main { display: flex; flex-wrap: wrap; flex-direction: row; }
    .product.media { width: 100%; order: 1; }
    .product-info-main { order: 2; }
	.product.info.detailed { order: 3; }
	.page-layout-1column .product.media { width: 100%; }
    .catalog-product-view .page-title, .product-info-main h1.page-title { margin-top: 20px; margin-bottom: 20px; }
	/*Product Tabs Collapsed*/
	.product.data.items .data.item { display: block; }
	.product.data.items > .item.title { float: none; width: 100%; }
	.product.data.items > .item.content { min-height: unset; margin-top: 0; float: none; margin-left: 0; }
	.product.data.items > div.item.title:first-of-type { margin-left: 0; }
	.product.data.items > .item.title > .switch { margin-left: 0; }
	.product.data.items > .item.title > .switch { height: auto; }
	.product.data.items > .item.title > .switch { background: #f1f1f1; border-bottom: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-top: 1px solid #d1d1d1; height: initial; padding: 15px 20px 15px 20px; font-weight: 800; line-height: initial; font-size: 1.4rem; color: #7d7d7d; text-decoration: none; }
	.product.data.items > .item.title.active > .switch { background: #3FB1DD; }
	.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:hover, .product.data.items > .item.title.active > .switch:focus { color: #fff !important; }
	.product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover { border-bottom: 0; padding-bottom: 15px; }
	.section_label h2, .intro-title h1, .section_label_lg { margin: 0 0 10px 0; }
	.team-s3 { padding-top: 40px; padding-bottom: 40px; }
	.content_left, .content_right { width: 100%; }
	#wec-blog .column.main.main-blog article, #wec-blog .column.main.events-blog article, .featured-posts-list article { padding: 0 20px; }
	#wec-blog .featured-posts-list .post-content { padding: 0 0 0 0; }
	#wec-blog .column.main.main-blog article { width: 50%; }
	#wec-blog .column.main.main-blog article {  padding: 0 20px 40px 20px; }
	#wec-blog .column.main.events-blog article {  padding: 0 20px 60px 20px; }	
	#page-intro .page-title-wrapper { text-align: left; }
	#page-intro .content_right.default-padding { padding-top: 10px; }
	.page-title { font-size: 2rem; }			
	.with-borders .section_label h2, .with-borders .section_label_lg, .post .section_label_lg { margin: 20px 0; font-size: 1.6rem; }
	.start-wrap.rotate { width: 100%; }
	#clock-icon::before, #stock-icon::before, #exports-products-block-icon::before, #download-icon::before { left: 20px; }
	/* Make filters full width*/
	.page-layout-2columns-left .sidebar-main { display: block; width: 100%; padding-bottom: 0; padding-right: 80px; }
	.page-layout-2columns-left .column.main { padding-left: 60px; padding-right: 40px; width: 100%; }
	.catalog-category-view .sidebar .block.filter { padding-top: 0; }
	.page-products .columns { display: block; }
	.catalog-category-view .page-bottom.section-sm { margin-bottom: 0; }
	.page-bottom.section-sm { margin-bottom: 0; padding: 0; }
	#latest-n-wrap.l-wrap, .page-bottom .section-sm, #latest-n-wrap.l-wrap .section-sm { margin-bottom: 0; padding: 0; }
    .featured-posts-list article { padding: 0 40px;}
    .entry-title a { font-size: 1.2rem; }
    .featured-posts-list article { padding: 0 30px; }
    .section { margin-top: 80px; margin-bottom: 80px; }
    #home-section5 .l-wrap-inner { padding: 80px 0; }
    #content-start { padding: 0 0; }
	.page-layout-2columns-left .products-collection .column.main { padding-right: 60px; }
	.product-item-info { padding: 30px 20px; }
	#category-static-block, #page-static-block { padding: 80px 80px; }
	.login-container { padding: 60px 0; }
	.login-input { width: 100%; display: block; }
	.customer-account-login .field.email { padding-right: 0; }
	.customer-account-login .field.password { padding-left: 0; }
	.login-input .field { padding: 10px 0; width: 100%; }
	.content-inline-ul ul { max-width: 100%; margin-bottom: 0; margin-top: 0; }
	.content ul:nth-of-type(2) { padding-left: 0; margin-top: 0; }
	.benefits-list ul { max-width: calc(50% - 40px); }
	.benefits-list ul { margin: 0 10px; }
	.img-link { display: none !important; }
	.downloads-container ul li { width: 100%; margin-top: 0; } .columns-4 li, .downloads-container ul li { margin-bottom: 0; } .downloads h2 { padding: 0 0; }
	.cms-quality-accredditations #cms-page-s2-l1.section { margin-top: 20px; margin-bottom: 40px; }
	.downloads h2 a, .downloads a { color: #3FB1DD; }
	.downloads a.btn { display: none; }
	.downloads h2, .downloads a { display: inline; padding-top: 0; }
	.downloads-container ul li { padding: 5px 0 5px 30px; display: list-item; padding-left: 10px; }
	.cms-quality-accredditations #accredditations-intro .content_left { width: 100%; }
	.cms-quality-accredditations #accredditations-intro .content_right.image { display: none; }
	.downloads-container ul {list-style: initial; padding-left: 20px; }
	.downloads-container ul li a { font-weight: 500; }
	.cms-quality-accreditations .downloads h2 { padding: 0; } .downloads a.blue { padding-bottom: 0; }
	.last.footer-nav { padding-left: 20px; }
	#footer-about.footer-nav { padding-left: 20px; }
	.footer-nav { padding-right: 20px; }
	.s-wrap { max-width: 100%; padding: 0 80px; }
	.section-videos .block-static-block { width: 100%; padding: 20px 0; }
	.section-videos.l-wrap-inner { padding: 0 0; }
	.downloads h2 a { padding-top: 0; }
	.cms-export #cms-page-s2-l1 .content_left, .cms-export #cms-page-s2-l1 .content_right { vertical-align: middle; }
	.cms-export #cms-page-s2-l1 .content_right { padding-top: 0; }
	.columns-4 li, .downloads-container ul li { line-height: initial; }
	.section-videos .block-static-block { padding: 20px 40px; }
    .category_slider_default_padding.category_range.padding_3, .category_slider_default_padding.category_range.padding_2, .category_slider_default_padding.category_range.padding_1 { padding-left: 50px !important; padding-right: 50px !important; }
    .events-blog .entry-content { display: block; }
    .events-blog .entry-content .featured-img, .events-blog .entry-content .post-content { width: 100%; display: block; }
    #wec-blog .events-blog .post-content { padding: 0 0 0 0; }
    .events-blog .entry-title { margin-top: 20px; }
    #wec-blog .events-blog .entry-content .featured-img { padding: 0 0 0 0; }
    #wec-blog .featured-posts .section_label { margin: 80px 0 0 80px; }
    .featured-posts-list { padding: 80px 50px; }
    .featured-posts .entry-title a, .events-blog .entry-title a { font-size: 1.2rem; }    
    .event_date { font-size: 1.2rem; }
    #intro.l-wrap { padding: 0 0; }
    #page-intro .default-padding { padding: 40px 80px; }
    #page-intro .content_right.default-padding { padding-left: 80px; }
    #page-intro .content_left.default-padding { padding-right: 80px; }
    .contact-map { padding: 0 0 80px 0; }
    .blog-pages.l-wrap { padding: 0; }
    #wec-blog .blog-pages.section-sm.featured-section { margin-top: 0; }
    #page-intro .content_left.default-padding { padding-left: 80px; }
    .section-sm.main-archive {  margin-bottom: 0; }
    .page-products .columns, #wec-blog .columns { display: block; }
    #wec-blog .column.main { width: 100%; }
    #wec-blog .sidebar-main { width: 100%; }
    #wec-blog .sidebar-main { padding-right: 0; }
    #wec-blog .sidebar-main .block.blogfilter { padding: 80px 80px 40px 80px; }
    #wec-blog .sidebar_filters h3 { margin-top: 0; font-size: 1.2rem; }
    .wec-blog .sidebar_filters li .blog-widget-post-title { font-size: 1.2rem; }
    #wec-blog .single-article article { padding: 40px 0 80px 0; }
    .blog-single { padding-bottom: 0; }
    #wec-blog .sidebar-main { padding-bottom: 0; }
    #wec-blog .column.main { padding-right: 80px; }
    #wec-blog .entry-content .single-post-img img { margin-bottom: 0; }
    #wec-blog .sidebar_filters .widget_recent_entries li { margin-bottom: 40px; } 
    #wec-blog .sidebar_filters li .blog-widget-post-title { font-size: 1.2rem; }
    #page-intro .content_right.default-padding { padding-right: 80px; }    
    .cms-gallery .categegory-slider-container { padding-bottom: 100px; }
    .cms-gallery .slick-prev, .cms-gallery .slick-next { bottom: -80px; }
    .cms-gallery .product_gallery_range .category_slider .slick-next { left: 122px; }
    .page-products .section-sm { margin-top: 40px; }
    .page-products .columns { display: flex; flex-wrap: wrap; flex-direction: row; }
    .page-layout-2columns-left .sidebar-main { order: 1; }
    .content-start-box .padding { padding: 0 0 0 75px; }
    .start-wrap { display: table; width: auto; max-width: 100%; height: 100px; margin: 0 auto; padding: 0 80px; box-sizing: border-box; }
    .content-start-box p { margin: 0; line-height: initial; }
    .highways-cms-page-s2-l1 .l-wrap .l-wrap-inner, .about-cms-page-s2-l1 .l-wrap .l-wrap-inner { display: flex; flex-direction: row; flex-wrap: wrap; }
    .highways-cms-page-s2-l1 .l-wrap .l-wrap-inner .content_left, .about-cms-page-s2-l1 .l-wrap .l-wrap-inner .content_left { width: 100%; order: 2; }
    .highways-cms-page-s2-l1 .l-wrap .l-wrap-inner .content_right.content, .about-cms-page-s2-l1 .l-wrap .l-wrap-inner .content_right.content { margin-top: 0; padding-bottom: 30px; }
    .highways-cms-page-s2-l1 .l-wrap .l-wrap-inner .content_right, .about-cms-page-s2-l1 .l-wrap .l-wrap-inner .content_right { width: 100%; order: 1; } 
    #product-mobile-title { display: block; }
    #product-mobile-title .page-title { margin-top: 0; padding-top: 0; }
    .page-title-wrapper.product { display: none; }
    .product.info.detailed { width: 100%; }
    .product.info.detailed table { width: 100%; }
    .page-layout-1column .product.media { padding-left: 0; margin-bottom: 20px; }
    .product-info-main .overview ul, .product-info-main .description ul { padding-left: 0; }
    .filter-options-title { position: relative; }
	.footer-nav-toggle .label:after,
	.filter-content .filter-options-title:after	{ content: "\f107"; font-weight: 500; font-family: 'Font Awesome 5 Pro'; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);	}
	.footer-nav-toggle.nav-active .label::after,
	.filter-content .filter-options-title.nav-active::after	{ content: "\f106"; }
    .filter-content .filter-options-content { display: none; }
	.filtercontainer { display: block; background: #f1f1f1; border-bottom: none; border-left: none; border-right: none; border-top: none; height: initial; padding: 0; font-weight: 700; line-height: initial; }
	#narrow-by-list > div.filtercontainer { border-bottom: 1px solid #fff; }
	#narrow-by-list > div.filtercontainer:last-of-type { border-bottom: none; }
	.filtercontainer .filter-options-content { padding-bottom: 15px; }
    .block-content.filter-content { position: relative; }
    .filter-clear span { margin-bottom: 0; }
    .block-actions.filter-actions { position: absolute; top: 0; right: 0; }
	.filter-options-content { margin-bottom: 0; }
	.filter-options-title { padding: 25px; }
	.sidebar ol li { margin: 10px 0; border: none; margin: 0 0; }
	.sidebar ol li a { padding: 0 45px 15px 45px; }
	.sidebar .filter-options-title, .filter-current .block-subtitle, .sidebar .block.filter dt { font-size: 1.1rem; }
	.filter-content .filter-options-title::after { right: 25px; }
	.sidebar ol li:hover { background: none; }
    .sidebar ol li:hover a { color: inherit; }
    .content-link { margin-top: 25px; }
    /*  body { border: 6px solid lime; }*/
    
    .form-create-account fieldset { padding: 0 20px; }
    .form-create-account .actions-toolbar { padding: 20px; }
    .customer-account-create.page-layout-1column .column.main { padding-right: 60px; padding-left: 60px; }

    .quotation-quote-index .form-cart, .cart-container .form-cart { max-width: 100% !important; width: 100%; float: none; }
    .cart.table-wrapper { overflow-x: scroll; }
    .cart-container {
     display: flex;
     flex-direction: column;
    }
    .cart-summary {
        width: 100%;
    }    
}
@media (max-width: 801px) {
 	#header-m-logo.logo-s { width: 140px; padding-left: 0; position: absolute; left: 0; right: 0; margin: 0 auto; } 
	#mob-search { display: inline-block; vertical-align: middle; }
	#header-m-wrap .header_menu-item a.nav_search_btn { padding: 20px 40px; display: block; }
	#tablet-phone, #tablet-search, #header-tablet-social-links { display: none; }
	.nav_search_btn .nav-item-wrapper { width: 34px; text-align: left; }
	#header-m-wrap .nav_search_btn .nav-item-wrapper::after { font-size: 1.7rem; }
	#header-nav a#close-menu { padding: 15px 20px; }
	.piranha-header-nav-menu { margin: 80px 0; }
	.piranha-header-nav-menu .header_menu-item a { padding: 20px 40px; }
	#home-expertise-p2 .l-wrap-inner { padding-right: 40px; }
	.section { margin-top: 80px; margin-bottom: 80px; }
	home-section5 .l-wrap-inner { padding: 80px 0; }
/*50% blocks to 100%*/	
	.content_left.image, .content_right.content, .content_left.content, .content_right.image, .content_right.image { width: 100%; }
	.content_left.image .image-overlay { right: 80px; } .content_right.image .image-overlay { right: 80px; }
	#home-why .l-wrap-inner { padding-left: 40px; }
	.content_right.content { padding-left: 0; }
	.content_left.image { padding-right: 0; }
	.content_right.content, .content_right.image { margin-top: 80px; }
	.content_right_only .content_right.content { margin-top: 0; }
	.content_right.image { padding-left: 0; }
	.content_left.content {  padding-right: 0; }
	.content_right_only .content_right { padding-left: 40px; padding-right: 40px; }
	.category_range { padding-left: 140px; }
	.category_slider .slick-next { top: 60px; }
	.category_slider .slick-prev, .category_slider .slick-next { left: -60px; }
	#content-start { padding: 0 80px; }
	.rotate { background: #010101; padding: 0 20px; box-sizing: border-box; }
	.content-start-box:first-child .padding { border-right: none; }
	.content-start-box:last-child .padding { border-left: none; }
	.content-start-box:first-child { padding-left: 0; }
	.content-start-box .padding { padding: 0 0 0 90px; }
	.content-start-box { padding: 0 0; }
	#content-contact .content_left, #content-contact .content_right { width: 100%; }
	#content-contact .content_right, #content-contact .page-title-wrapper { text-align: left; }
	.page-title { margin: 0; }
	#contact-form .form-title, .contact-index-index .actions-toolbar, .contact-index-index #contact-form fieldset .comment, #contact-form fieldset .column { padding: 0 10px; }
	#content-contact .default-padding { padding: 10px 20px; }
	.form input, select { height: 42px; }
	.footer-inner { width: 100%; display: block; }
	.footer-col-lg { width: 100%; }
	.footer-col-sm { width: 100%; }
	#footer-contact { margin-bottom: 0; }
	#footer-about.footer-nav, .last.footer-nav { padding-left: 0; }
	.footer-nav { padding-right: 0; padding-bottom: 0; min-width: 100%; max-width: 100%; }
	.copyright-wrap-container { padding: 0 80px; }
	.nav-wrap { padding-right: 80px; }
	.nav-wrap, .footer-col-sm { padding-top: 80px; padding-bottom: 0; }
	.footer-nav-toggle > ul { display: none; }
	.copyright-wrap { padding-left: 0; padding-right: 0; }
	.nav-wrap .websiteby { display: none; }
	.copyright-text .websiteby { display: block; }
	.footer-col-sm { padding-top: 0; background: #010101; }
	.copyright-text { padding: 80px 80px 80px 80px; background: #3FB1DD; margin-top: 80px; }
	.footer .label { margin-top: 20px; margin-bottom: 0; padding-right: 20px; position: relative; }
	.footer #footer-contact .label { margin-top: 0; }
	.nav-active { color: #3FB1DD; }	
	#content-start.about-start { margin-top: 80px; }	
	.page-bottom .categegory-slider-container { padding-bottom: 40px; }
	#about-history, #cms-page-s2-l1 { margin-bottom: 40px; }	
	.category-cms p { font-size: 1.4rem; }	
	.team-item { width: calc(100% / 2); }	
	.columns-4 li { width: calc(100% / 2); }
	.benefits-list { margin-bottom: 10px; }
	.benefits-list ul { margin: 0 0; padding: 0 0 0 2.2rem; }
	.job-benefits .content-start-box { padding-left: 40px; }	
	.benefits-list ul li { margin: 20px 0; font-size: 1rem; }
	.benefits-list ul li:first-of-type { margin-top: 0; }
	.benefits-list ul li::before { font-size: 1.2rem; left: -2.1rem; }
	.job-benefits .content-start-box { padding: 20px 20px; }
	.job-benefits .content-start-box { padding-left: 20px; }
	#wec-blog .featured-posts-list article { width: 100%; }
	.featured-posts-list article { padding: 0 30px 40px 30px; }
    .category_slider_default_padding.category_range.padding_4 { padding-left: 140px !important; padding-right: 0 !important; }
    .category_slider_default_padding.category_range.padding_3, .category_slider_default_padding.category_range.padding_2, .category_slider_default_padding.category_range.padding_1 { padding-left: 140px !important; padding-right: 0 !important; }
    .featured-posts-list { padding: 80px 80px 40px 80px; }
    .featured-posts-list article { padding: 0 0 40px 0; }
    #wec-blog .column.main.main-blog article { width: 100%; }
    #wec-blog .column.main.main-blog, #wec-blog .column.main.events-blog { padding-left: 60px; padding-right: 60px; }
    #wec-blog .column.main.main-blog .entry-title { margin-top: 10px; margin-bottom: 10px; }
    .section-sm.main-archive { margin-bottom: 20px; }
    .blog-load-more-posts {  margin: 0 0 60px 0; }
    #wec-blog .featured-posts .section_label { margin: 80px 0 0 80px; }
    .cms-gallery .category_slider .slick-prev, .cms-gallery .category_slider .slick-next { top: unset; }
    .page-products .products-grid .product-item { width: 50%; }
    .cms-meet-the-team .knowledge-team ul a { margin-bottom: 0; }
    .page-button .content-link { margin-bottom: 0; }
    .start-wrap { display: block; }
    .start-wrap.rotate { width: 100%; }
    .content-start-box { display: inline-block; margin: 0 auto; left: 0; right: 0; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); }
    .content-start-box .padding { padding: 0 0 0 60px; }
    #clock-icon::before, 
    #stock-icon::before, 
    #exports-products-block-icon::before, 
    #download-icon::before, 
    #download-icon::before { left: 0; }
    .content-start-box:first-child .padding { padding-right: 0; }
	.content-start-box p {line-height: initial; }
    #content-start.benefits { padding: 0 0; }
    #content-start.benefits .start-wrap { padding: 0 0; }
    #content-start.benefits .content-start-box { display: inline-block; margin: 0 auto; left: 0; right: 0; margin: 0 auto; position: relative; top: 0; transform: unset; }
    .job-benefits .content-start-box { padding: 80px 80px; }
    .job-benefits .content-start-box { padding-left: 80px; }
    .catalog-product-view .page-title, .product-info-main h1.page-title { font-size: 2rem; }
    .product-info-main .overview ul, .product-info-main .description ul { padding-left: 20px; }
    .product.data.items > .item.content { padding: 10px; }
    .product-downloads-section { margin: 0 0; }
    .product-downloads ul li a::before { font-size: 1rem; }
    .product-downloads ul li a { padding: 20px; display: inline-block; font-size: 1rem; width: 100%; box-sizing: border-box; }
    .field.configurable { display: block; }
    #toolbar-amount { float: none; width: 100%; text-align: center; display: none; }
    .products.wrapper ~ .toolbar .pages { float: left; float: none; margin-top: 20px; }
    .page-layout-1column .products-grid .product-item, #related-categories ul li { width: calc(100% / 2); }
    .page-layout-1column .block.related { padding: 40px 20px; }
    .job-benefits .content-start-box { padding: 80px 40px; padding-left: 40px; }
    .job-benefits .content-start-box { padding-left: 40px; }
    .benefits-list ul { max-width: 50%; width: 50%; box-sizing: border-box; float: left; padding: 0 10px 0 2.2rem; }
    .job-benefits .content-link { margin-top: 20px; clear: left; }
    .start-wrap.rotate { width: 100%; text-align: center; }
    .start-wrap.rotate p { text-align: left; }  
    #home-expertise-p2 .content_left.content { padding-bottom: 20px; } 
   .page-layout-1column .block.related { padding: 40px 60px; }  
    .product-info-main .overview ul, .product-info-main .description ul { padding-left: 0; }
    .product-downloads-section ul { margin-left: 0 !important; }
	.sidebar ol li a { padding: 0 25px 15px 25px; }
	.filter-options-title { padding: 15px; }
	.filtercontainer .filter-options-content { padding-bottom: 5px; }
}
@media all and (max-width: 768px) {
    .cart.main.actions {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #product-range .slick-slide {
        margin-left: 15px;
    }
}
@media (max-width: 601px) {
    .minicart-wrapper .counter { font-size: 0.9rem; width: 18px; height: 18px; top: -10px; right: -12px; line-height: 18px; }
	.breadcrumbs, .page-layout-1column .column.main { padding-right: 40px; }
	.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .breadcrumbs, .page-layout-1column .column.main { padding-left: 40px; }
	#intro.l-wrap { padding: 0 0; }
	.l-wrap-inner { padding: 0; } 
	.blog-pages.l-wrap { padding: 0 0; }
	.blog-pages.section-sm { margin-top: 0; }
	#content-contact, #page-intro { padding: 0; }
	#content-start.about-start { margin-top: 50px; }
	#about-history, #cms-page-s2-l1 { margin-bottom: 40px; }	
	.page-bottom .categegory-slider-container { padding-bottom: 0; }
	.minicart-wrapper .counter { width: 20px; height: 20px; top: -12px; right: -12px; line-height: 20px; }
	.section { margin-top: 40px; margin-bottom: 40px; }
	#home-why .l-wrap-inner { padding-left: 0; }
	.content_right_only .content_right { padding-left: 0; padding-right: 0; }
	.content_right.content, .content_right.image { margin-top: 40px; }
	#home-expertise-p2 .l-wrap-inner { padding-right: 0; }
	.image-overlay, .contact-map .content-image .image-overlay { height: calc(100% + 40px); top: -20px; }
	.content-image .image-overlay { right: 20px; }
	.category_range { padding-left: 100px; }
	#content-start { padding: 0 40px; }
	#product-range.section { margin-top: 40px; }
	.content_left.image .image-overlay, .content_right.image .image-overlay { right: 40px; }
	.nav-wrap { padding-top: 40px; padding-left: 40px; padding-right: 40px; }
	.copyright-text {  padding: 40px 40px 40px 40px; margin-top: 40px; }
	.copyright-wrap-container { padding: 0 40px; }
	#footer-contact { margin-bottom: 10px; }	
	.footer .label { margin-top: 15px; }
	#contact-form fieldset .column { width: 100%; }
	#contact-form .form-title, .contact-index-index .actions-toolbar, .contact-index-index #contact-form fieldset .comment, #contact-form fieldset .column { padding: 0 0; }
	.field { padding-top: 5px; padding-bottom: 5px; }
	.form label, .wpcf7-form label { padding: 4px 0; }
	.contact-map > div { width: 100%; }
	.contact-map { padding: 0; }
	.contact-map .content-image { margin: 40px 0 40px 0; }
	.product.data.items > .item.title > .switch { font-size: 1.2rem; }
	.copyright-wrap { line-height: 1.2rem; }
	#category-static-block, #page-static-block { padding: 40px 40px; }
	.page-layout-2columns-left .sidebar-main { padding-right: 40px; }
	.team-item { width: 100%; }
	.columns-4 li { width: 100%; }
	.piranha-header-nav-menu { margin: 63px 0 0 0; }
	.piranha-header-nav-menu .header_menu-item a { padding: 20px 30px; }
	.subwrap .menu-title, .header_menu-item .site-links-sub-nav li a,
	.piranha-header-nav-menu .header_menu-item .site-links-sub-nav a { padding: 20px 40px; }
	#header-nav .subwrap a { padding: 10px 50px 10px 40px; }
	.s-wrap { padding: 0 40px; }
	.section-videos.l-wrap-inner, .downloads-container.l-wrap-inner { padding: 0 0; }
	.section-videos .block-static-block { padding: 20px 0; }
	.content p, .content ul li, .content h2, .content_right p, .product-info-main p, .product-info-main ul { line-height: 1.5; }
	.contact-form-container { padding: 40px 0 40px 0; }
	.contact-index-index #contact-form { width: 100%; margin-left: 0; }
    .downloads-container h2, .downloads a.blue { font-size: 1rem; }
	#wec-blog .featured-posts .section_label { margin: 40px 0 0 40px; }
    .featured-posts-list { padding: 80px 40px 0 40px; }	
	.featured-posts-list article { padding: 0 0 40px 0; }
    #wec-blog .featured-posts .section_label_lg { margin-top: 20px !important; margin-bottom: 22px !important; }
    .featured-img .entry-meta, .single-post-img .entry-meta { top: 20px; }
    .featured-img .entry-meta, .single-post-img .entry-meta { left: -10px; }
    .category_slider .slick-slide h3, .category_slider .slick-slide .desc, .featured-img .entry-meta, .single-post-img .entry-meta { padding: 10px; }
    .featured-img .entry-meta .entry-date, .single-post-img .entry-meta span { font-size: 0.9rem; }
    .section_label h2, .intro-title h1, .section_label_lg, .content .section_label_lg { font-size: 1.8rem; }
    .category_slider .slick-slide { margin-left: 15px; }
    .content_left.image { margin: 20px 0; }
    .hero-wrapper.l-wrap-inner { padding-top: 100px; padding-bottom: 100px; }
    #home_hero .l-wrap h1 { margin-bottom: 20px; }
    #hero-container #content-start { margin-top: 0; }	
	#home-section5 .full-width { background: rgba(0,0,0,0.6); }
	.post-content .entry-title { margin-top: 10px; margin-bottom: 10px; }
    #page-intro .phone-number-link, #page-intro .email-address-link, #page-intro .fax-number-link { display: block; margin-top: 10px; }
    .category_slider_default_padding.category_range.padding_4 { background: red; }
    .category_slider_default_padding.category_range.padding_4 { padding-left: 100px !important; padding-right: 0 !important; }
    .category_slider_default_padding .category_slider.slick-slider { padding-right: 0; }
    .category_slider_default_padding.category_range.padding_3, .category_slider_default_padding.category_range.padding_2, .category_slider_default_padding.category_range.padding_1 { padding-left: 100px !important; padding-right: 0 !important; }
    #wec-blog .blog-pages.section-sm.featured-section { margin-top: 0; }
    #wec-blog .column.main.events-blog { padding-left: 20px; padding-right: 20px; }	
    .event_date { margin-bottom: 10px; }
    #page-intro .default-padding { padding: 40px 40px; }
    #page-intro .content_right.default-padding { padding-left: 40px; }
    #page-intro .content_left.default-padding { padding-right: 40px; }
	#header-m-wrap { background: #fff; }
	#wec-blog .column.main { padding-left: 40px; }
	#wec-blog .single-article article { padding: 40px 0 40px 0; }
	#wec-blog .sidebar-main .block.blogfilter { padding: 40px 40px 10px 40px; }
	#wec-blog .column.main { padding-right: 40px; }
    #footer-contact, .footer-col, .footer ul li a { font-size: 0.95rem; }
    #wec-blog .sidebar_filters .widget_recent_entries li { margin-bottom: 30px; } 
    #page-intro .content_left.default-padding {  padding-left: 40px; }
    #page-intro .content_right.default-padding { padding-right: 40px; }    
    .cms-gallery .product_gallery_range { padding-left: 0; }
    .cms-gallery .category_slider.slick-slider { padding-left: 25px; }
    .cms-gallery .product_gallery_range .category_slider .slick-prev { left: 40px; }
    .cms-gallery .product_gallery_range .category_slider .slick-next { left: 102px; }
    .category_slider .slick-slide h3, .category_slider .slick-slide .desc { bottom: 20px; }
    .page-layout-2columns-left .products-collection .column.main { padding-right: 20px; }
    .page-layout-2columns-left .column.main { padding-left: 20px; }
    .benefits-list ul { max-width: 100%; width: 100%; margin: 0 0; padding: 0 0 0 2.2rem; }
    .catalog-product-view .page-title, .product-info-main h1.page-title { font-size: 1.6rem; }   
    #product-options-wrapper .form input, select { height: 50px; }
    select, input[type="text"], input[type="email"], input[type="password"], .box-tocart #qty, .wpcf7-form textarea { border: 1px solid #010101; }
    .product-info-price { padding: 20px 0 20px; }
    .product-options-bottom .price { font-size: 2em; }
    #page-top { border-top: 1px solid #f1f1f1; padding-top: 30px; padding-bottom: 30px; }
    .menu-dropdown .nav_products_menu::after, .nav_drop_menu::after { right: 30px; }
    .product-item-link { font-size: 1rem; }
    .page-layout-2columns-left .column.main { padding-left: 30px; }
    .product-item-info { padding: 10px 10px 20px 10px; }
    .page-layout-2columns-left .products-collection .column.main { padding-right: 30px; }
    .page-products .columns.section-sm, .section-sm.main-archive { margin-bottom: 0; }
    .catalog-category-view .page-bottom.section-sm { margin-top: 0; }
    .list-attr-name-container { padding: 10px 0; }
    #wec-blog #contact.column.main { padding-right: 40px; }
    .submit-form { margin-top: 20px; }
    .wpcf7-form .column { width: 100%; }
    .col1 { padding-right: 0; }
    .col2 { padding-left: 0; }
    select, input[type="text"], input[type="email"], input[type="password"] { height: 42px; }
    .job-benefits .content-start-box { padding: 40px 40px; }
    .cms-meet-the-team .knowledge-team ul a { margin-top: 20px; }
    .team-item { padding: 0 20px 20px 20px; }    
    .content ul, .team-item ul, .product-info-main ul { margin-left: 10px; }
    .cms-meet-the-team .team-item img { margin-bottom: 10px !important; }
    .cms-meet-the-team .team-item h3 strong { padding: 5px 0 10px 0 !important; }
    .page-layout-1column .block.related { padding: 40px 24px; }
    .box-tocart #qty { width: 40px !important; height: 42px !important; }
    .box-tocart, .product-addto-links { padding: 0 0; display: block; }
    .box-tocart .field.qty, .box-tocart .actions  { display: block; }
    .box-tocart #product-addtocart-button, .towishlist { width: 100%; display: block; }
    .box-tocart .actions { margin: 10px 0; }
    .already-a-customer { padding-bottom: 0; }
    .product-downloads ul li a:before { background-size: 100% 100%; width: 23px; height: 25px; }
    .towishlist { text-align: center; }
    #header-nav .subwrap a { padding: 10px 50px 10px 40px; }
    .subwrap .menu-title::after { right: 32px; }
    
  /*  body { border: 2px solid violet; } */
    .customer-account-create.page-layout-1column .column.main { padding-right: 40px; padding-left: 40px; }
    .form-create-account fieldset { width: 100%; display: block; margin: 0; padding: 0 0; float: none; }
    .form-create-account .actions-toolbar { padding: 20px 0 0 0; }
    .fieldset.create.info { margin-bottom: 20px; }
    
}
@media (max-width: 480px) {
	#close-menu i {  font-size: 2.2rem; }
	#header-m-wrap { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
	#header-m-logo.logo-s { width: 120px; }
	#header-mobile-nav, #header-m-wrap .header_menu-item a.nav_search_btn { padding: 20px 30px; }
	#header-m-wrap .nav_search_btn .nav-item-wrapper::after { font-size: 1.5rem; }
    .navigation > ul > li > .subwrap span, #header-nav .header_menu-item .site-links-sub-nav li a { font-size: 1rem; }
	.hamburger span { height: 3px; }
    .hamburger-box { width: 28px; }
    #header-nav > .piranha-header-nav-menu .navlink a { border-bottom: 1px solid #cecece; }
    .navigation > ul > li > .subwrap { border-bottom: 1px solid #cecece; }
    .subwrap-links li { border-bottom: 1px solid #cecece; }
    #mob_home_link { border-top: 1px solid #cecece; }
    #home-section5 .l-wrap-inner { padding: 40px 0; }
	.header_menu-item a { font-size: 1rem; }
	#header-nav .header_menu-item a { font-size: 1.4rem; }
	.hero-wrapper.l-wrap-inner { padding-top: 80px; padding-bottom: 80px; }
	#home_hero .l-wrap h1 { font-size: 2.5rem; }
	.category_slider .slick-next, .category_slider .slick-prev { top: -70px; }	
	.category_slider .slick-prev { left: 15px; } .category_slider .slick-next { left: 80px; }
	.full-width.default-padding { padding: 0; }
	.page-title { font-size: 1.6rem; }	
	.downloads-container ul { padding-left: 20px; }
	.downloads-container ul li { padding-left: 5px; }
	.columns-4 li, .downloads-container ul li { padding-right: 0; }
	.section_label_sm { font-size: 0.9rem; }
	.with-borders .section_label h2, .with-borders .section_label_lg, .post .section_label_lg { font-size: 1.4rem; line-height: initial; }
	.s-wrap { padding: 0 0; }
	.form input[type="text"], input[type="tel"], .form input[type="email"], .form input[type="password"], .form textarea, .form select { border: 1px solid #010101; }
	#home_hero .l-wrap h1 { font-size: 2.2rem; }
	.categegory-slider-container, .categegory-slider-container4 { padding-top: 70px; }
    .category_range { padding-left: 25px; }
    .category_slider_default_padding.category_range.padding_4 { padding-left: 0 !important; padding-right: 0 !important; }
    .category_slider_default_padding.category_range.padding_3, .category_slider_default_padding.category_range.padding_2, .category_slider_default_padding.category_range.padding_1 { padding-left: 25px !important; padding-right: 0 !important; }
    #wec-blog .column.main.main-blog, #wec-blog .column.main.events-blog { padding-left: 20px; padding-right: 20px; }
    #wec-blog .column.main.main-blog article { padding: 0 20px 30px 20px; }
    #wec-blog .column.main.events-blog article { padding: 0 20px 60px 20px; }
    .entry-title a { font-size: 1rem; }
    .blog-read-more { font-size: 0.9rem; }
    .blog-load-more-posts { margin: 0 0 40px 0; }
    .cms-gallery .categegory-slider-container { padding-top: 0; }
    .category-cms p { font-size: 1.2rem; line-height: 1.4; }
    .cms-meet-the-team .team-item h3 { font-size: 1rem; }
    #download-icon::before, #clock-icon::before, #stock-icon::before, #exports-products-block-icon::before { width: 30px; height: 30px; }
    .content-start-box .padding { padding: 0 0 0 40px; }
	.content-start-box p { font-size: 1rem; }
    .product.data.items > .item.title > .switch { font-size: 1rem; }
    .product.data.items > .item.title > .switch { padding: 10px; }
    .toolbar-products {  padding: 20px 0; }
    #wec-blog .single-article article { padding: 20px 0 40px 0; }
    button, .btn, .events-blog .blog-read-more { padding: 1rem 1rem; font-size: 0.9rem; }
    .cms-quality-accreditations #cms-page-s2-l1.section { margin-bottom: 80px; }
    .columns-4 li, .downloads-container ul li { line-height: initial; }    
    .job-benefits .content-start-box { text-align: left; }    
    .content_right.content, .content_right.image { margin-top: 20px; }
    #about-intro .content_left.content { padding-bottom: 20px; }
    .image-overlay { width: 45%; }
    .content_left.image .image-overlay, .content_right.image .image-overlay { right: 20px; }
    .rotate { padding: 0 10px; }   
    #home-why.section { margin-top: 25px; }
    .cms-home #product-range.section { margin-bottom: 25px; }
    .related-title .section_label_lg { margin-bottom: 20px; }  
    #related-categories ul li { padding: 0 10px; }
    .page-layout-1column .block.related { padding: 40px 30px; }
    .products.wrapper ~ .toolbar .pages { margin-top: 10px; }
    .toolbar-products { padding: 0 0 20px 0; }
    #header-nav .subwrap a span { padding-right: 0; }
    .product-downloads ul li a { padding: 15px; }
    .product-downloads ul li a:before { background-size: 100% 100%; width: 13px; height: 15px; margin-right: 8px; }
    #header-nav .subwrap a.top-level-cat-link { font-size: 1.1rem; }
    .customer-account-create.page-layout-1column .column.main { padding-right: 20px; padding-left: 20px; }
    .login-container, .form-create-account { padding: 60px 0; }
    .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content {
        padding: 0 !important;
    }
}
@media (max-width: 470px) {
    .page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .breadcrumbs, .page-layout-1column .column.main { padding-left: 25px; }
    #page-intro .content_right.default-padding { padding-right: 25px; }
    #page-intro .content_left.default-padding { padding-left: 25px; }
    #page-intro .content_right.default-padding { padding-left: 25px; }
    .page-layout-2columns-left .sidebar-main { padding-right: 25px; }
    .page-layout-2columns-left .products-collection .column.main { padding-right: 15px; }
    .page-layout-2columns-left .column.main { padding-left: 15px; }
    .nav-wrap { padding-left: 25px; padding-right: 25px; }
    .copyright-text { padding: 40px 25px 40px 25px; }
    .copyright-wrap-container { padding: 0 25px; }
    #wec-blog .column.main { padding-left: 25px; }
    #wec-blog #contact.column.main { padding-right: 25px; }
    .featured-posts-list { padding: 80px 25px 0 25px; }
    #wec-blog .featured-posts .section_label { margin: 40px 0 0 25px; }
    #wec-blog .column.main.main-blog, #wec-blog .column.main.events-blog { padding-left: 10px; padding-right: 10px; }
    #wec-blog .column.main { padding-right: 25px; }  
    #wec-blog .sidebar-main .block.blogfilter { padding: 40px 25px 10px 25px; }
    #category-static-block, #page-static-block { padding: 40px 25px; }  
    .l-wrap { padding: 0 25px; }
    .category_range { padding-left: 10px; }
    .category_slider .slick-next { left: 75px; }
    .category_slider_default_padding.category_range.padding_3, .category_slider_default_padding.category_range.padding_2, .category_slider_default_padding.category_range.padding_1 { padding-left: 10px !important; padding-right: 0 !important; }
    .category_slider .slick-next, .category_slider .slick-prev { top: -60px; }	
    .categegory-slider-container, .categegory-slider-container4 { padding-top: 60px; }
    .cms-quality-accreditations #cms-page-s2-l1.section { margin-bottom: 40px; }
    .job-benefits .content-start-box { padding: 80px 30px; }
    .job-benefits .content-start-box { padding-left: 30px; }
    .job-benefits .content-start-box { padding: 40px 30px; }
    .featured-img .entry-meta, .single-post-img .entry-meta { top: 10px; }
    #home-section5 .full-width { background: #010101; }
    .home-exports-img, .home-exports-img img { display: block; width: 100%; }
    .content-start-box p { font-size: 0.9rem; line-height: 1.3; }
    .breadcrumbs, .page-layout-1column .column.main {  padding-right: 25px; }
    .page-layout-1column .products-grid .product-item, #related-categories ul li { width: 100%; }
    #related-categories ul li { padding: 0 0; }
    .page-layout-1column .block.related { padding: 40px 30px 20px 30px; }
    #page-intro .content_left.default-padding { padding-right: 25px; }
    .piranha-header-nav-menu .header_menu-item a { padding: 20px 20px; }
    .subwrap .menu-title, .header_menu-item .site-links-sub-nav li a, .piranha-header-nav-menu .header_menu-item .site-links-sub-nav a { padding: 20px 30px; }
    #header-nav .subwrap a { padding: 10px 50px 10px 25px; }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */



}

/* TOM  / Sarah moss changes */
.quotation-quote-index .file-upload-container {display:none;}
.quotation-quote-index .authentication-wrapper > .action-auth-toggle {display: none;}
.header_menu-item > a, .wishlist a, .miniquote-wrapper a {font-weight:700;}
.page-wrapper {overflow:hidden;}

@media (max-width: 772px) {
    .page-layout-1column .block.related {display: none;}
    .page-title-wrapper.product {display: block;}
    .section_label h2, .intro-title h1, .section_label_lg, .content .section_label_lg {font-size:3rem;}
}

/* Homepage 
#homepage .content-start-box {
    width: 30%;
}
#homepage .content-start-box.first #clock-icon {
    padding-left: 35% !important;
}
#homepage .content-start-box.first #clock-icon::before {
	margin-left: 11%;
}
#homepage .content-start-box #stock-icon {
    padding-left: 35% !important;
}
#homepage .content-start-box #stock-icon::before {
	margin-left: 11%;
}
*/

a {
	    color: #101010;
}

#homepage .featured-posts .section_label_lg{
	margin-top: 6%;
}

#wec-blog .featured-posts .featured-posts-list{
	padding-top: 0px;
}

/* Category pages
.sidebar .filter{
	display: none;
}
 */
body:not(.cms-highways) .product_custom_attr_title{
	display: none;
}

/* Product page */
.box-tocart #qty {
    width: 54px;
    text-align: center;
    padding: 0 5px;
    font-weight: 600;
    height: 54px;
    box-sizing: border-box;
}
.product-info-price {
    border-top: none;
}

.product-options-bottom .price{
	font-size: 2.2em;
}
.b-blue{
	color: #3FB1DD;
}
.box-tocart #qty {
	font-weight: normal;
}
#product-options-wrapper select {
    font-weight: bold;
}
.page-layout-1column .block.related {
	clear: both;
}

/* Meet the Team */
.cms-meet-the-team .team-item img{
	margin-bottom: 8%;
}
.cms-meet-the-team .team-item h3 strong{
	padding: 5px 0 20px 0;
    display: block;
    color: #3FB1DD;
    font-weight: normal;
}
.cms-meet-the-team .knowledge-team{
	margin-top: -63px;
}
.cms-meet-the-team .team-item ul{
	padding-bottom: 3%;
}

/* tablet */
@media (max-width: 601px) {
	#content-start {
	    padding: 0px;
	}
}

/* mobile */
@media (max-width: 480px) {

}

.customer-account-login .page-inner .page-title {text-align: center;margin:0px;padding:0px;}
.customer-account-login .section-sm {margin:15px 0px;}

/*.price-excluding-tax::before {
    content: attr(data-label) ": ";
    font-size: 1.1rem;
}
.price-including-tax::before {
    content: attr(data-label) ": ";
    font-size: 1.1rem;
}
*/
.cart.table-wrapper .product-item-name {font-size:1rem;}
.checkout-cart-index a {color:#333;}


/*TOM PIR | */

/* CHECKOUT WEC */
.fotorama__stage__frame .fotorama__img {width:auto !important;}


.page-layout-checkout .header .logo {text-align:center;padding:10px;}
.page-layout-checkout .header .logo img {
	max-width:150px;
	margin: auto;
    display: block;
}

.page-layout-checkout #page-top,
.page-layout-checkout .opc-progress-bar,
.page-layout-checkout .authentication-wrapper {display:none;}
.page-layout-checkout .page-main {margin:auto;padding:0px 30px;max-width:1500px;}
.page-layout-checkout .action-close,
.page-layout-checkout .opc-estimated-wrapper,
.page-layout-checkout .note,
.page-layout-checkout .field-tooltip {display:none !important;}
.page-layout-checkout .step-title {font-size: 30px;font-weight:bold;}
.page-layout-checkout .actions-toolbar {margin-top:20px;}
.page-layout-checkout .label {font-size:20px;font-weight:bold;}
.page-layout-checkout .section-sm {margin:10px 0px;}
.page-layout-checkout .table-checkout-shipping-method {margin-top:20px;}
.page-layout-checkout .radio {float:left;}
.page-layout-checkout .action.primary.checkout {width:auto;}

.checkout-onepage-success #page-top {display:none;}
.checkout-onepage-success .page-title {font-size:30px;}
.checkout-onepage-success .page-inner {margin:auto;padding:0px 30px;max-width:1500px;}

.miniquote-wrapper .action.showquote .text, .miniquote-wrapper .action.showquote .counter-label {color:#fff;}



.please-request-quote {color:#3FB1DD !important;background:#CDEAF6 !important;}
.please-request-quote:before {color:#3FB1DD !important;background:#CDEAF6 !important;}

/* TOM PIR 30/06/20 */
#product-options-wrapper .field.configurable label {display:block;margin-bottom:10px;font-weight:bold;}

.product-options-wrapper,
.product-options-wrapper:hover,
.product-options-wrapper:active,
.product-options-wrapper:focus,
#product-options-wrapper .fieldset:hover,
#product-options-wrapper .fieldset:active,
#product-options-wrapper .fieldset:focus,
#product-options-wrapper .fieldset,
.product-add-form form,
.product-add-form form:hover,
.product-add-form form:active,
.product-add-form form:focus {outline:none;border:none !important;}

/* SEARCH PAGE*/
.page-products.catalogsearch-result-index .columns {
	display:block !important;margin-top:0px !important;
	padding: 10px 10px;
    max-width: 1485px;
    margin: auto;
}
.catalogsearch-result-index .page-title {font-size:34px;margin:0px 0px 15px 0px;padding:0px;text-align:center;}
.catalogsearch-result-index .toolbar-products {display:none;}

.page-layout-2columns-left.catalogsearch-result-index .column.main {width: 70%;padding:0px;}
.page-layout-2columns-left.catalogsearch-result-index .sidebar-main {vertical-align:top;padding-left:0px;width:20%;}

.catalogsearch-result-index #page-top {padding:0px;}
.catalogsearch-result-index .breadcrumbs {
	padding: 10px 10px;
    max-width: 1485px;
    margin: auto;
}

.catalogsearch-result-index .product-item-name {margin-top:10px;margin-bottom:10px;}
.catalogsearch-result-index .price-box,
.catalogsearch-result-index .actions-primary {display:none;}

@media (max-width: 1200px) {
	.page-layout-2columns-left.catalogsearch-result-index .sidebar-main {width:100%;}
}

@media (max-width: 772px) {
	.header_search_block .block-content {
		padding: 10px 0;
	    margin: 10px 0px;
	    background: #e5e5e5;
	}
	#search_mini_form {margin:0px 10px;}
	#search_mini_form .action.search span {font-size:12px;}

	.sidebar .block.filter .title, .sidebar .block.filter .filter-title {font-size:20px;}

	.page-layout-2columns-left.catalogsearch-result-index .column.main {width:100%;}
}

@media (max-width: 480px) {
	.catalogsearch-result-index .page-title {font-size:22px;}
}

.show {display:block !important;}

#search_autocomplete {display:none !important;}

.large_field label {
	font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Work Sans', sans-serif;
    display: block;
    margin-top:10px;
    margin-bottom:5px;
}

.clearColour {
	padding: 6px 15px;
    background: #333;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    border: none;
    margin-top:0px;
    cursor: pointer;
}

.hide {display:none !important;}
.product.attribute.sku {display:block;margin-bottom:10px;}
.sku {display:block;clear:both;font-size:10px;color:#999;margin-top:10px;}
.movetoquote-button {    padding: 5px 20px;}
.moveto {border:1px solid #3FB1DD;padding:10px 15px;}
.product.data.items > .item.content img {width:auto;max-width:100%;}
.block.related .product-item-info .price-final_price span {display:none;}

/* Basket / Checkout / Success overides*/
.page-layout-1column.checkout-onepage-success .column.main {padding:0px;}
.checkout-onepage-success .column.main {padding:0px;}
.paypal-button.paypal-button-color-darkblue, .payment-method .action.action-help {display:none !important;}
.multicheckout {margin:10px 0px;display:block;}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 10px 25px !important;
    font-size: 20px !important;
    line-height: 100% !important;
}

.checkout-payment-method button:disabled, .checkout-payment-method button[disabled] {color:#fff !important;}
#customer-email-error {margin-top:10px;}
.field-error span {color:red;}

.page-layout-checkout .radio {
	 height: 50px;
    margin-right: 10px;
}

.page-layout-checkout .step-title {margin:0px !important;}

.billing-address-same-as-shipping-block input {
    float: left;
    height: 28px;
    margin-right: 10px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content, .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {padding:0px;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {display:flex;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-method-title .label span {
	margin-left:10px;
	display: flex;
    align-items: center;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .label {font-size:16px;text-transform:uppercase;font-weight: bold;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {display:block !important;}

.street {margin-top:20px;}

select, input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
	height:40px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {position: relative;overflow:default;height:auto;width:auto;}

/*.discount-code {display:none;}*/
.payment-method-title {position:relative;}
.amcheckout-wrapper .payment-method:first-child .payment-method-title:after {
    content: url(../../frontend/Piranha/Wec/en_GB/images/cards.png);
    position: absolute;
    right: 0px;
    top: 16px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .totals.shipping .label {display:none !important;}

@media (max-width: 600px) {
	.payment-method-title {position:unset;}
	.payment-method {position:relative;}
	.amcheckout-wrapper .payment-method:first-child .payment-method-title:after {
	    right: 0px;
	    top:auto;
	    bottom:0px;
	}
}

/* Order Success */
.actions-toolbar .action.primary {
	padding: 1rem 1.5rem;
    background: #3FB1DD;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    margin-bottom:10px;
}

.checkout-onepage-success .table-wrapper.order-items td,  .checkout-onepage-success .table-wrapper.order-items th {padding:5px;border:1px solid #e5e5e5;}
.checkout-onepage-success .table-wrapper.order-items th.sku {margin:0px;font-size:16.5px;display: table-cell;}

.block-order-details,
.block-order-details-view .block-title,
.box-order-shipping-address, 
.box-order-shipping-method, 
.box-order-billing-method, 
.box-order-billing-address {margin-bottom:10px;}

#product-printquote-button {display:none !important;}

.items-in-cart .product-image-wrapper {height:auto;}

.block-miniquote .price,
.quotation-quote-index table .price {display:none;}

.quotation-quote-success .page-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
}

.quotation-quote-index .step-title {display:none;}

h4.notice {text-align:center;padding:10px;border:1px solid #000;margin:10px 0px;}
.quotelink {
    color: #3FB1DD;
    font-weight:bold;
    text-transform:uppercase;
}

.quotelink:hover {
    text-decoration:underline;
}

.regBut {display:none;}

.quotation-quote-index .action.primary.checkout.login span {color:#000 !important;}
.quotation-quote-index .action.primary.checkout.login {
    color:#000;
    border:1px solid #000;
    background:#fff;
    margin-bottom:10px;
    cursor: default;
}

.quotation-quote-index .regBut {display:block;}
.quotation-quote-index .secondary {margin-top:10px;}
.quotation-quote-index .action.primary.checkout {margin-bottom:10px;}

.ralcolour .label span {position:relative;}
.ralcolour .label span:after {
	content: '(Leave blank for standard galvanised finish)';
    font-size: 15px;
    clear: both;
    float: left;
    width: 100%;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom:3px;
}

.miniquote-items .action.edit:before, .miniquote-items .action.delete:before {
    display:none;
}

/* Cart to quote */
.quotation-quote-index .control.comment > a,
.quotation-quote-index .action-close,
.quotation-quote-index .checkout-shipping-method,
.quotation-quote-index .checkout-shipping-method::marker,
.quotation-quote-index .checkout-shipping-method,
.quotation-quote-index .form-login .customer-email-fieldset,
.quotation-quote-index .required-captcha {
    display: none !important;
}

.quotation-quote-index .quotation-product-comment {display:block !important;}

.block-new-customer {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .quotation-quote-index .cart-summary {
        top:auto !important;
    }
    .block-new-customer {
        margin-top:20px;
    }
    .quotation-quote-index .cart-summary {
        margin-top:20px;
        padding:0px;
    }
}

/* Blog Style s FISHPIG 06-03-25 */
.wordpress-term-view .section-sm,
.wordpress-post-view .section-sm {
    margin-top:0px;
}

.wordpress-term-view .column.main {
    padding:0px 25px;
}

.wordpress-post-view .page-title,
.wordpress-term-view .page-title {
    text-align: center;
    margin-bottom:20px;
    background:#010101;
    padding:15px 0px;
}

.wordpress-term-view .post-list-description {
    text-align:center;
    padding-top:0px;
    margin-top:0px;
}

.wordpress-post-view .page-title,
.wordpress-term-view .page-title {
    margin-bottom:5px;
    color: #3FB1DD;
}

.wordpress-post-view .page-title span,
.wordpress-term-view .page-title span {
    color: #3FB1DD !important;;
}

.wordpress-term-view .post-list li {
    float: left;
    margin: 0px 20px;
    position: relative;
}

.wordpress-term-view .column.main {
    width:100%;
}

.wordpress-term-view .sidebar {display:none;}

.wordpress-term-view .post-list-wrapper h2 {
    min-height:50px;
}
.wordpress-term-view .post-list-wrapper .post-image {
    position: relative;
    background:#e5e5e5;
    display: flex;
    align-items:center;
    justify-content:center;
    height:350px;
    margin-bottom:20px;
}
.wordpress-term-view .post-list-wrapper .post-image img {
    max-width: 100%;
    height: auto;
    display: block; /* Prevent inline extra space */
}

.wordpress-term-view .post-list-wrapper .post-image a {
    display:block;
}   

.wordpress-term-view .pages .item {
    min-width:0px;
    padding: 0 5px;
}

.wordpress-term-view .pages .action.next,
.wordpress-term-view .pages .action.previous {
    min-width:0px;
    padding:5px;
}

.wordpress-term-view .pager {
    clear:left;
    width:100%;
}

.wordpress-term-view .blog-read-more {
    margin-top:10px;
    display:block;
}

.wordpress-post-view  .post-meta .post-meta-item,
.wordpress-term-view .post-meta .post-meta-item {
    position: absolute;
    top: 30px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    z-index: 99;
    color:#fff;
    padding:5px;
    font-size:12px;
    text-transform: uppercase;
    font-weight: 800;
}

@media (max-width: 479px) {
    .wordpress-term-view .post-list li {
        width: calc(100% - 40px);
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .wordpress-term-view .post-list li {
        width: calc(50% - 40px);
    }

    .wordpress-term-view .post-list li:nth-child(2n + 1) {
        clear:left;
    }
}

@media (min-width: 992px) {
    .wordpress-term-view .post-list li:nth-child(3n + 4) {
        clear:left;
    }

    .wordpress-term-view .post-list li {
        width: calc(33.3% - 40px);
    }
}

.wordpress-post-view .column.main {
    width:100%;
}

.wordpress-post-view .sidebar {
    display:none;
}

.wordpress-post-view .post-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    background: #e5e5e5;
}

.create-account {
    padding: 1rem 1.5rem;
    background: #010101;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
}

.create-account p,
.create-account a {
    color:#fff;
}

.create-account .primary {
    background:#3FB1DD;
    padding:10px 15px;
}

/* Hide an error with C2C */
.quotation-quote-success .page.messages {
    display:none;
}

/* body {
    background:red;
} */.magecomp-cookie-template {
    min-height: 35px;
    position: fixed;
    z-index: 999;
    padding: 5px;
}

.moreinfo {
    margin-top: 15px;
    position: absolute;
}

.top {
    height: auto;
    position: relative;
    z-index: 999;
    padding: 5px;
    min-height: 60px;
    top: 0;
}

.bottom {
    height: auto;
    position: fixed;
    z-index: 999;
    padding: 5px;
    min-height: 60px;
    bottom: 0;
}

.cookietext {
    margin-left: 57px;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 70% !important;
    float: left;
}

.cookiehidelink {
    width: auto;
    border: 1px solid;
    border-radius: 4px;
    float: left;
    margin-right: 16px;
    margin-top: 8px;
    text-decoration: none !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
}.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Piranha/Wec/en_GB/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Piranha/Wec/en_GB/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
/*
 * Copyright (c) 2025. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */

.quick-quote-wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro';
    font-size: 1.5rem;
    font-weight: 300;
}

.quick-quote-wrapper .modals-overlay {
    background: #222;
    opacity: .3;
}

.quick-quote-wrapper .modal-inner-wrap {
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    -webkit-box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    box-sizing: border-box;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 900px;
    z-index: 999;
}

@media (max-width: 991px) {
    .quick-quote-wrapper .modal-inner-wrap {
        width: 96%;
    }
}

.quick-quote-wrapper .modal-header {
    background: #6f7983;
    border-bottom: 1px solid #444f5a;
    margin: 0;
    padding: 12px 20px;
    position: relative;
}

.quick-quote-wrapper .modal-header h1 {
    border: 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 200;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.quick-quote-modal .content {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    .quick-quote-modal .content {
        display: block;
    }
}

.quick-quote-modal .quoted-product {
    background: #edebe4;
    color: #6f6f6f;
    display: table-cell;
    padding: 30px 40px 30px 40px;
    position: relative;
    vertical-align: top;
    width: 30%;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product {
        padding: 20px 20px 40px 20px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product {
        padding: 15px 20px 20px 20px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product {
        display: block;
        width: 100%;
    }
}

.quick-quote-modal .quoted-product:after {
    background: rgb(237, 235, 228);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmUzZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(237, 235, 228, 1)), color-stop(100%, rgba(230, 227, 221, 1)));
    background: -webkit-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -o-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -ms-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: linear-gradient(to right, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    bottom: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edebe4', endColorstr='#e6e3dd', GradientType=1);
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product:after {
        background: rgb(237, 235, 228);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmUzZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 235, 228, 1)), color-stop(100%, rgba(230, 227, 221, 1)));
        background: -webkit-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -o-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -ms-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: linear-gradient(to bottom, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edebe4', endColorstr='#e6e3dd', GradientType=0);
        height: 20px;
        left: 0;
        top: auto;
        width: 100%;
    }
}

.quick-quote-modal .quoted-product p.quoted-product-header span {
    font-size: 2.2rem;
}

.quick-quote-modal .quoted-product .product {
    position: relative;
    z-index: 9;
}

.quick-quote-modal .quoted-product .quoted-items {
    margin: 20px -40px 0 -40px;
    position: relative;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after,
.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
    display: inline-block; /* Force Cart2Quote Iconset */
    font-family: 'cart2quote-iconset' !important;
    font-size: 12px;
    margin-top: 5px;
    position: absolute;
    right: 40px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after,
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
        right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after {
    content: '\e900';
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
    content: '\e903';
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header {
    border-bottom: 1px solid #e0e0df;
    border-top: 1px solid #e0e0df;
    cursor: pointer;
    line-height: 1;
    margin: 0;
    padding: 20px 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header {
    border-bottom-color: transparent;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header span {
    display: inline;
    font-size: 1.8rem;
    line-height: 1;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:before {
    background: #1979c3;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-content {
    padding: 0 40px;
    position: relative;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-content .product-image {
    display: none;
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content {
    margin-top: -15px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content {
        margin-top: 0;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content:before {
    background: #1979c3;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: -1px;
    width: 3px;
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper {
        padding-bottom: 15px;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper:last-child {
    padding-bottom: 0;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header span.quote-counter {
    background: #1979c3;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 16px;
    line-height: 16px;
    margin: -5px 0 0 5px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.quick-quote-modal .quoted-product a.view-request {
    color: inherit;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}

.quick-quote-modal .quoted-product a.view-request:hover {
    text-decoration: none;
}

.quick-quote-modal .quoted-product a.view-request span {
    color: inherit;
}

.quick-quote-modal .quoted-product .product-wrapper:first-of-type {
    display: block;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .product {
        display: table;
    }
}

.quick-quote-modal .quoted-product .product b {
    font-weight: 600;
}

.quick-quote-modal .quoted-product .product-name {
    margin-bottom: 0;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .product-name {
        margin-top: 0;
    }
}

.quick-quote-modal .quoted-product .product-name a {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 600;
}

.quick-quote-modal .quoted-product .product.options .toggle {
    cursor: pointer;
}

.quick-quote-modal .quoted-product .product.options .toggle:after,
.quick-quote-modal .quoted-product .product.options.active .toggle:after {
    font-family: 'cart2quote-iconset' !important; /* Force Cart2Quote Iconset */
    font-size: 12px;
    margin-left: 3px;
}

.quick-quote-modal .quoted-product .product.options .toggle:after {
    content: '\e900';
}

.quick-quote-modal .quoted-product .product.options.active .toggle:after {
    content: '\e903';
}

.quick-quote-modal .quoted-product .price-container .price-wrapper > span:not(.price) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper .price-excluding-tax .price,
.quick-quote-modal .quoted-product .price-container .price-wrapper .price-excluding-tax:before {
    font-size: 1.2rem;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper .price,
.quick-quote-modal .quoted-product .price-container .price-wrapper > b .price-wrapper:first-of-type .price {
    font-size: 1.5rem;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper > b {
    display: block;
    padding: 5px 0;
}

.quick-quote-modal .quoted-product .product-qty {
    margin: 0;
}

.quick-quote-modal .quoted-product .product-qty b {
    padding-left: 3px;
}

.quick-quote-modal .quoted-product .toggle-options {
    margin-bottom: 10px;
}

.quick-quote-modal .quoted-product .toggle-options .icon-c2q_arrow-bottom:before {
    font-size: 1.2rem;
    margin-left: 4px;
    margin-top: 6px;
    position: absolute;
}

.quick-quote-modal .quoted-product .toggle-options #toggle-options[type='checkbox'] {
    display: none;
}

.quick-quote-modal .quoted-product .toggle-options .product-options {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.quick-quote-modal .quoted-product .product.options.list {
    margin: 10px 0 10px 4px;
    padding-left: 10px;
    position: relative;
}

.quick-quote-modal .quoted-product .product.options.active .content {
    display: block;
}

.quick-quote-modal .quoted-product .product.options .content {
    display: none;
}

.quick-quote-modal .quoted-product .product.options.list:before {
    background: #c1c1c1;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.quick-quote-modal .quoted-product .product.options.list dt.label {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2px;
}

.quick-quote-modal .quoted-product .product.options.list dd:last-child {
    margin-bottom: 0;
}

.quick-quote-modal .quoted-product .toggle-options #toggle-options[type='checkbox']:checked + .product-options,
.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
    border-bottom: 1px solid #cac8c3;
    display: block;
    height: auto;
    margin-bottom: 10px;
    opacity: 1;
    overflow: auto;
    padding-bottom: 12px;
    padding-top: 8px;
    position: relative;
    z-index: 9;
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li {
    border-bottom: 1px solid #cac8c3;
    padding-bottom: 8px;
}

.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2),
.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) ~ li {
    border-bottom: 1px solid #cac8c3;
}

.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) .product-name,
.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) ~ li .product-name {
    margin-top: 8px;
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li:last-child {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li:first-child .product-name {
        margin-top: 0;
    }
}

.quick-quote-modal .product-image .image-wrapper {
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    margin-top: 0;
    padding: 10px;
}

.quick-quote-modal .product-image .image-wrapper a {
    display: block;
    margin: 0 auto;
    max-width: 165px;
    width: 165px;
}

.quick-quote-modal .product-image .image-wrapper img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image .image-wrapper img {
        height: auto !important; /* Overwrite default image size for mobile */
        width: 80px !important; /* Overwrite default image size for mobile */
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image {
        display: table-cell;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image .image-wrapper a {
        height: auto;
        margin-top: 4px;
        padding: 3px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-details {
        display: table-cell;
        padding-left: 10px;
        vertical-align: top;
    }
}

.quick-quote-modal .quote-form {
    background: #fff;
    display: table-cell;
    padding: 30px 40px 140px 40px;
    vertical-align: top;
    width: 70%;
}

@media (max-width: 991px) {
    .quick-quote-modal .quote-form {
        padding: 20px 30px 140px 30px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quote-form {
        display: block;
        padding: 15px 20px 140px 20px;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .quick-quote-modal .quote-form {
        padding-bottom: 45px;
    }
}

.quick-quote-modal .quote-form .fieldset .field {
    margin: 0;
}

.quick-quote-modal .quote-form .fieldset .field .label {
    float: none;
    margin: 0 0 2px 0;
    padding: 0;
    text-align: left;
    width: auto;
}

.quick-quote-modal .quote-form .fieldset .field .control {
    float: none;
    width: 100%;
}

.quick-quote-modal .quote-form p.quote-form-header {
    margin: 0;
}

.quick-quote-modal .quote-form p.quote-form-header span {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.quick-quote-modal .quote-form p.quote-form-subheader {
    margin-bottom: 25px;
}

.quick-quote-modal .quote-form p.quote-form-subheader span {
    display: block;
    font-size: 1.6rem;
}

.quick-quote-modal .quote-form p.quote-form-subheader {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}

.quick-quote-modal .quote-form .field.required:after,
.quick-quote-modal .quote-form .fieldset .field .label:after {
    font-size: 1.4rem;
    left: -1px;
    margin: 0;
    position: relative;
    top: -2px;
}

.quick-quote-modal .quote-form input,
.quick-quote-modal .quote-form textarea {
    -webkit-box-shadow: inset 0 2px 2px #eee;
    -webkit-font-smoothing: subpixel-antialiased !important;
    background-color: #fff;
    border: 1px solid #d9d4c6;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px #eee;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 600;
    height: 37px;
    margin: 0 0 12px 0;
    max-width: 100%;
    padding: 0 15px; /* Force Smooth Font */
    width: 100%;
}

.quick-quote-modal .quote-form textarea {
    height: 110px;
    margin-bottom: 0;
    padding: 15px;
}

.quick-quote-modal .quote-form input:focus,
.quick-quote-modal .quote-form textarea:focus {
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.quick-quote-modal .quote-form input.mage-error {
    -webkit-box-shadow: inset 0 2px 2px #ffebeb;
    border-color: #e88676;
    box-shadow: inset 0 2px 2px #ffebeb;
}

.quick-quote-modal .quote-form div.mage-error {
    font-size: 1.2rem;
    margin: 0;
    position: relative;
    top: -8px;
}

.quick-quote-wrapper .modal-header button.action-close {
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 2px;
}

.quick-quote-wrapper .modal-header button.action-close:focus {
    border: 0;
    box-shadow: none;
}

.quick-quote-wrapper .modal-header button.action-close:before {
    color: #fff;
    content: '\e905'; /* Force Cart2Quote Iconset */
    font-family: 'cart2quote-iconset' !important;
    font-size: 2.5rem;
    line-height: 1;
}

.quick-quote-wrapper .modal-header button.action-close:hover {
    text-decoration: none;
}

.quick-quote-wrapper .modal-content {
    padding: 0;
}

.quick-quote-modal .show-remarks {
    position: relative;
}

.quick-quote-modal .show-remarks .remarks {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.quick-quote-modal .show-remarks label.remarks-label {
    background: #fdefc1;
    border: 1px solid #eddfb3;
    border-bottom: 3px solid #eddfb3;
    border-radius: 2px;
    box-sizing: border-box;
    color: #5b584f;
    cursor: pointer;
    display: table;
    line-height: 20px;
    margin: 10px 0 0 0;
    padding: 8px 40px 8px 15px;
    position: absolute;
    width: 100%;
}

.quick-quote-modal .show-remarks label.remarks-label:hover {
    background: #f7e8b8;
    border-color: #f7e8b8;
    padding-bottom: 7px;
    padding-top: 9px;
}

.quick-quote-modal .show-remarks label i {
    border: 1px solid #948e7a;
    border-radius: 50%;
    color: #948e7a;
    display: inline-block;
    height: 15px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 19px;
    text-align: center;
    top: 50%;
    width: 15px;
}

.quick-quote-modal .show-remarks label.remarks-label:hover i {
    margin-top: -7px;
}

.quick-quote-modal .show-remarks label i:before {
    font-size: 1.0rem;
    left: 50%;
    margin-left: -4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.quick-quote-modal .show-remarks .show-remarks-checkbox[type='checkbox'] {
    display: none;
}

.quick-quote-modal .show-remarks .show-remarks-checkbox[type='checkbox']:checked + .remarks {
    background: #fff;
    display: block;
    height: auto;
    margin-bottom: -50px;
    opacity: 1;
    overflow: auto;
    position: relative;
    z-index: 9;
}

.quick-quote-wrapper .modal-footer {
    bottom: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 767px) {
    .quick-quote-wrapper .modal-footer {
        position: relative;
    }
}

.quick-quote-wrapper .modal-footer {
    bottom: 30px;
    padding: 0;
    right: 40px;
}

@media (max-width: 991px) {
    .quick-quote-wrapper .modal-footer {
        right: 30px;
    }
}

@media (max-width: 767px) {
    .quick-quote-wrapper .modal-footer {
        right: 20px;
    }
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer {
        left: 0;
        margin-top: 45px;
        padding: 0 20px 20px 20px;
        right: 0;
        width: auto;
    }
}

.quick-quote-wrapper .modal-footer .primary,
.quick-quote-wrapper .modal-footer .secondary {
    border-radius: 3px;
    box-shadow: none;
    display: inline-table;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer .primary,
    .quick-quote-wrapper .modal-footer .secondary {
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
    }
}

.quick-quote-wrapper .modal-footer .primary:hover,
.quick-quote-wrapper .modal-footer .secondary:hover {
    text-decoration: none;
}

.quick-quote-wrapper .modal-footer .primary span,
.quick-quote-wrapper .modal-footer .secondary span {
    display: block;
    font-weight: 300;
    line-height: 1;
    padding: 11px 27px;
}

.quick-quote-wrapper .modal-footer .primary {
    float: right;
    margin-left: 20px;
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer .primary {
        margin-bottom: 10px;
    }
}

.quick-quote-wrapper .modal-footer .primary:focus {
    -moz-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    -webkit-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
}

.quick-quote-wrapper .modal-footer .secondary {
    background: #fff;
    border: 1px solid #1979c3;
    color: #1979c3;
    float: right;
}

.quick-quote-wrapper .modal-footer .secondary span {
    color: inherit;
}

.quick-quote-wrapper .modal-footer .secondary:hover {
    background: #1979c3;
    color: #fff;
}

.quick-quote-wrapper .modal-footer .secondary:focus {
    -moz-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    -webkit-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
}

.product-image.quick-quote-product {
    text-align: center;
}
.modal-popup .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
.column-one td, th, .column-two td, th {
    padding: 10px;
}
.w3-table-all th {
    font-weight: bold;
    border-radius: 0px 0px;
    background: #3FB1DD;
    color: #fff;
    padding: 25px 15px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.w3-table-all td.charttitle h2 {
    margin-bottom: 0px;
    padding: 8px;
    font-size: 16px;
}
.w3-table-all td {
    border: 1px solid  #e5e5e5;
    padding: 15px;
    width: 50%;
    cursor: pointer;
}
.modal-popup .modal-title {
    border-bottom: none;
}