@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600");
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

/* Misc modifiers */
.hidden {
  display: none;
}

button,
button:focus,
.btn:focus {
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
}

.alert {
  border-radius: 0;
}

.cookieConsentWrapper {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  color: #222;
  padding: 2em;
  transition: 200ms;
}

@media (max-width: 768px) {
  .cookieConsentWrapper {
    padding: 1em;
  }
}
.cookieConsentOperations__Item label::after {
  background: #555;
}
.cookieConsentOperations__Item input:checked + label::after {
  background: #00ac00;
}

.cookieConsent__Title {
  font-size: 1em;
}

.cookieConsent__Description {
  font-size: 1em;
}
.cookieConsent__Description a {
  color: #333;
  text-decoration: none;
}

.cookieConsent__Button {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 768px) {
  .cookieConsent__Button {
    padding: 0.5em 1em;
  }
}
.cookieConsent__Button[type=submit] {
  background: #fff;
  border: 1px solid #555;
}

.cookieConsent__Button--Close {
  color: #222;
}

.cookieConsentToggle__text {
  position: relative;
  display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "jaf-domus", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

h1 small {
  font-weight: 100;
}

h1 {
  margin: 0;
  font-weight: 300;
  font-size: 4em;
  color: #23a2d2;
}

h2 {
  font-size: 3em;
  margin: 0;
  font-weight: 300;
  color: #23a2d2;
}

h4.page-sub-header {
  font-weight: 300;
  color: #23a2d2;
}

/* Paragraph & Typographic */
p,
ul,
ol {
  line-height: 2em;
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #000;
  font-weight: 300;
}

label {
  font-weight: 400;
}

/* Links */
a {
  color: #000;
  word-wrap: break-word;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #23a2d2;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

blockquote {
  background: rgba(0, 0, 0, 0.05);
  margin: 1.5em 0 0;
  padding: 1em;
  quotes: '"“""”""‘""’"';
}

blockquote:before {
  color: rgba(0, 0, 0, 0.15);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

cite a {
  color: #222;
}

/* Quantity button modifier */
.increment-up {
  margin-left: -1px;
}

.form-control {
  border-radius: 0;
}

input[type=text] {
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
}

/* Buttons */
.btn {
  border-radius: 0;
}

.validator {
  display: none;
}

.row {
  overflow: hidden;
}

.equal-height > div {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.qty {
  width: 4.5em;
}

.grecaptcha-badge {
  display: none;
}

/* Accordion */
.accordion .card {
  border: 0;
}

.accordion .card-header {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  color: #0094cc;
}

.accordion .card-header i {
  font-size: 1em;
  line-height: 1em;
}

/* centered columns styles */
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: -4px;
}

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.row-flex,
.row-flex > div[class*=col-] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

.row-flex > div[class*=col-],
.container-flex > div[class*=col-] {
  margin: 0;
  /* hack adjust for wrapping */
}

.container-flex > div[class*=col-] div,
.row-flex > div[class*=col-] div {
  width: 100%;
}

.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}

/* Pagination modifier */
.pagination > li > a,
.pagination > li > span {
  color: #000;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #000;
}

.pagination > li.active > a {
  color: #000;
}

.pagination > li.active > a:hover {
  color: #000;
}

/* Opacity and colour helpers */
.grayscale-20 {
  filter: grayscale(20%);
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
}

.grayscale-50 {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  opacity: 0.8;
}

.grayscale-80 {
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  opacity: 0.8;
}

.grayscale-20:hover,
.grayscale-50:hover,
.grayscale-80:hover {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.grayscale-100 {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.85;
}

.grayscale-100:hover {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.grey-opacity-80 {
  background: rgba(0, 0, 0, 0.8);
}

.grey-opacity-20 {
  background: rgba(0, 0, 0, 0.2);
}

.grey-opacity-10 {
  background: rgba(0, 0, 0, 0.1);
}

.grey-opacity-05 {
  background: rgba(0, 0, 0, 0.05);
}

.grey-opacity-02 {
  background: rgba(0, 0, 0, 0.02);
}

.white-opacity-80 {
  background: rgba(255, 255, 255, 0.8);
}

.white-opacity-90 {
  background: rgba(255, 255, 255, 0.9);
}

.ribbon-wrapper {
  overflow: hidden;
}

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.925rem;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */
.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #39d;
}

.corner-ribbon.green {
  background: #169c59;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #e43;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #ec0;
}

/**
 * Basket stuff
 */
.basket-separator-wrapper {
  background: linear-gradient(to right, transparent 0%, transparent calc(50% - 0.81px), #23a2d2 calc(50% - 0.8px), #23a2d2 calc(50% + 0.8px), transparent calc(50% + 0.8px), transparent 100%);
}

.basket-separator {
  height: 3em;
  width: 3em;
  border-radius: 8em;
  line-height: 2.5em;
  font-weight: 300;
}

.bs-wizard {
  padding: 0 0 2em 0;
  border-bottom: solid 1px #e0e0e0;
}

.bs-wizard > .bs-wizard-step {
  position: relative;
  padding: 0;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  margin-bottom: 5px;
  color: #595959;
  font-size: 16px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  top: 47px;
  left: 50%;
  display: block;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5bb300;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  content: " ";
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  margin: 20px 0;
  height: 8px;
  border-radius: 0px;
  background: #e4e4e4;
  box-shadow: none;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  background: #5bb300;
  box-shadow: none;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #e4e4e4;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item,
.label,
.post {
  border-radius: 0;
}

.list-group-item {
  padding: 0;
}

.list-group-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.centered {
  text-align: center;
}

.icon {
  color: #ddd;
  font-size: 2em;
  margin: 0.5em 0;
}

.scroll {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kbw-signature {
  width: 280px;
  height: 220px;
  margin: 1em auto 0;
}

.ease-in-out {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/**
 * Block styles
*/
.blur {
  background: rgba(35, 162, 210, 0.9);
  background-size: cover;
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

.loader-inner {
  position: relative;
  margin: 20% 50%;
}

.loader-inner > div {
  border: 2px solid rgba(35, 162, 210, 0.9);
  height: 100px;
  width: 100px;
}

.well,
.img-thumbnail,
.list-group {
  border-radius: 0;
}

.shadow-inset {
  box-shadow: inset 0 0.5em 0.5em rgba(0, 0, 0, 0.15);
}

.margin-top-2em {
  position: relative;
  margin-top: 2em;
}

.padding-top-2em {
  position: relative;
  padding-top: 2em;
}

.extra-padding {
  padding: 1.5em 3em;
}

.no-padding {
  padding: 0 0 0 0;
}

.no-top-bottom-margin-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card {
  border-radius: 0;
}

/**
* Breadcrumb
*/
.breadcrumb-wrapper {
  background: rgba(0, 0, 0, 0.1);
}

.breadcrumb li {
  text-transform: uppercase;
}

/**
 * Pages block styles
 */
.alert-ticker {
  position: relative;
  background: rgba(224, 114, 24, 0.9);
  color: #fff;
  margin-bottom: 0;
  z-index: 2;
  padding: 0.25em;
}

.alert-ticker h5 {
  margin: 0;
  padding: 0;
}

.alert-ticker p {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

/* col-md- */
@media (max-width: 768px) {
  .alert-ticker p {
    color: #fff;
    line-height: 1.5;
    padding: 0;
    margin: 0 auto;
    font-size: 0.85em;
    width: 90vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.content-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.page-list .list-group-item:first-child {
  border-top: 0;
}

.page-list .list-group-item {
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  text-transform: uppercase;
}

.page-list .list-group-item a {
  display: block;
  padding: 0.5em 0.75em;
  color: #23a2d2;
  background: rgba(0, 0, 0, 0.03);
  font-weight: 300;
}

.page-list .list-group-item a:hover {
  background: rgba(0, 0, 0, 0.08);
}

.page-list .list-group-item a.active {
  background: rgba(0, 0, 0, 0.08);
  font-weight: 500;
}

.child-pages {
  margin: 0;
}

.right-col .child-pages h3 {
  padding: 0.5em;
  margin: 0;
}

.child-pages .child-page {
  position: relative;
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0);
}

.child-pages .child-page:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.child-pages .child-page a {
  font-size: 1em;
  font-weight: 300;
  color: #111;
}

.child-pages .child-page img {
  margin-bottom: 0.5em;
}

.related-pages {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.related-pages img {
  height: 4em;
  width: auto;
}

.related-pages .media-body p {
  font-size: 0.85em;
  line-height: 1.5em;
}

.gallery {
  padding: 1em;
}

.gallery h3 {
  margin: 0;
  padding: 0;
}

.gallery-thumbs {
  margin: 1em 0;
}

.brands {
  position: relative;
}

.brands img {
  display: inline-block;
  max-width: auto;
  height: 40px;
  margin: 1em 2em 2em 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.8;
}

.brands img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.file-downloads .file-title {
  font-size: 1.5em;
  font-weight: 400;
}

.file-downloads .file-title i {
  font-size: 1em;
  font-weight: 200;
}

.file-downloads .file-overview {
  color: #000;
}

.file-downloads .file-title {
  font-size: 1.5em;
  font-weight: 400;
}

.file-downloads .file-title i {
  font-size: 1em;
  font-weight: 200;
}

.file-downloads .file-overview {
  color: #000;
}

/* Overview Contacts */
.cta {
  margin: 2em 0;
}

.cta h3 {
  font-weight: 300;
  margin-bottom: 1em;
}

.cta-top {
  padding: 1em 0;
}

/* FAQ accordion styles */
#faqs-accordion .panel {
  padding-bottom: 0.5em;
}

#faqs-accordion .panel-title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Enquiry form */
/**
 * Contact panel
 */
.contact-panel > div {
  padding: 2.5em 3em;
  color: #fff;
}

.contact-panel h2 {
  color: #fff;
  font-size: 3.4em;
}

.contact-panel a.tel {
  font-size: 3em;
}

.contact-panel a.tel i {
  font-size: 0.85em;
}

.contact-panel a.email {
  font-size: 1.85em;
}

.contact-panel a.email i {
  font-size: 0.75em;
}

.contact-panel label {
  color: #fff;
}

.contact-panel .well {
  padding: 0;
}

/**
 * Products stuff
 */
.filters-wrapper .list-group-item:not(.colour-options) {
  margin: 1em 0;
  padding: 0 0 0.5em;
}

.filters-wrapper .list-group-item:hover,
.filters-wrapper .list-group-item.active {
  max-height: 16em;
}

.filters-wrapper .button-list {
  max-height: 12em;
  overflow-y: scroll;
  overflow-x: hidden;
}

.filters-wrapper h3 {
  font-size: 2em;
  color: #0094cc;
  text-transform: uppercase;
  margin: 0;
}

.filters-wrapper h4,
.filters h4 {
  color: #0094cc;
  margin: 0.5em 0 0.5em;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
}

.filters-wrapper h4 sup {
  font-size: 0.6em;
}

.filter-slider {
  padding: 1em 1.5em;
}

.filter-button {
  padding: 0;
}

.filter-button > button {
  margin: 0;
  padding: 0.5em 1.2em;
  border: none;
  font-size: 1em;
  width: 100%;
  text-align: left;
}

.price-range-filter {
  position: relative;
  margin: 0;
}

.price-range-filter h4 {
  color: #0094cc;
  margin: 0.5em 0;
  font-size: 1.5em;
  font-weight: 300;
}

.card-body.button-list {
  padding: 0;
}

.filters-wrapper .colour-options {
  position: relative;
  margin: 0;
  padding-bottom: 0.5em;
}

.filters-wrapper.colour-options h4 {
  color: #0094cc;
  margin: 0.5em 0;
}

.colour-options span {
  position: relative;
  margin: 0 0.33em 0.33em 0;
  display: inline-block;
  height: 2.75em;
  width: 2.75em;
  border-radius: 2.9em;
  border: 3px solid #fff;
  opacity: 0.85;
  cursor: pointer;
}

.colour-options span:hover,
.colour-options span:active {
  border: 3px solid #c3efff;
  opacity: 1;
}

.colour-options span.active {
  border: 3px solid #4cceff;
  opacity: 1;
}

.colour-options span.reds {
  background-color: #ed2024;
}

.colour-options span.oranges {
  background-color: #ed7220;
}

.colour-options span.browns {
  background-color: #5b341a;
}

.colour-options span.beiges {
  background-color: #c3a591;
}

.colour-options span.yellows {
  background-color: #ffd800;
}

.colour-options span.creams {
  background-color: #fff286;
}

.colour-options span.light-greys {
  background-color: #d2d2d2;
}

.colour-options span.mid-greys {
  background-color: #888;
}

.colour-options span.dark-greys {
  background-color: #444;
}

.colour-options span.greens {
  background-color: #0b8d25;
}

.colour-options span.cyans {
  background-color: #14ecd0;
}

.colour-options span.blues {
  background-color: #0039ac;
}

.colour-options span.purples {
  background-color: #9311c9;
}

.colour-options span.pinks {
  background-color: #e8007e;
}

.colour-options span.blacks {
  background-color: #000;
}

.range-slide-wrapper {
  padding: 0;
}

.apply-clear-filters {
  width: 100%;
}

.apply-clear-filters > .btn {
  width: 50%;
}

.product-categories-nav a.child {
  padding-left: 1.5em;
  background: none;
}

.password-verdict {
  padding: 0.5em;
  text-align: center;
}

.progress {
  background: #aaa;
  border-radius: 0;
}

/* Products list view */
#products-list-wrapper {
  padding: 0;
}

#products-list .pagination-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  overflow-y: scroll;
}

#products-list .pagination {
  padding: 0 0 1em;
  margin: 0;
}

.page-item.active .page-link {
  z-index: inherit;
}

.product-thumbnail-wrapper {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.03);
}

.product-thumbnail-wrapper:hover {
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.product-thumbnail {
  text-align: center;
  padding: 0;
  font-size: 1.25em;
}

.product-list-item {
  margin-bottom: 2em;
}

.product-list-item .card-footer {
  border-radius: 0;
}

.product-list-item .title {
  padding: 0;
  width: 100%;
  color: #31a8d5;
  font-weight: 400;
  text-transform: uppercase;
}

.product-list-item .price {
  font-weight: 500;
  color: #31a8d5;
  font-size: 1.25em;
}

.product-list-item .colour-options {
  margin: 0.5em 0 0;
  padding: 0;
}

.product-list-item .colour-options span {
  height: 1.25em;
  width: 1.25em;
  border-radius: 1.75em;
  border: none;
  cursor: default;
  opacity: 1;
}

.product-list-item .colour-options span:hover {
  border: none;
}

.product-list-item a.path {
  width: 100%;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  color: #aaa;
}

.product-list-item a.path:hover {
  color: #4cceff;
}

.product-list-item a.path i {
  font-weight: 200;
}

.product-thumbnail-wrapper .view {
  margin-top: 0.5em;
}

/* Categories */
.category-panel {
  position: relative;
}

.category-panel .panel-body {
  padding: 0;
}

.category-panel .panel-footer {
  font-size: 1.25em;
  font-weight: 400;
}

.category-panel .cat-thumbnail {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.category-panel .cat-thumbnail a {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0.5em 0 0.5em 0;
  width: 100%;
  background: rgba(135, 201, 66, 0.8);
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1em;
}

.category-panel .cat-thumbnail a:hover {
  background: rgba(135, 201, 66, 0.9);
  text-decoration: none;
}

.category-panel .cat-thumbnail a.cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 1;
}

.category-panel .cat-thumbnail a.cover:hover {
  background: rgba(255, 255, 255, 0.1);
}

.pagination > li > a,
.pagination > li > span {
  white-space: nowrap;
  text-align: center;
  width: 3em;
  height: 3em;
  border-radius: 80% !important;
  margin: 0 3px;
}

.pagination .page-link {
  padding-top: 0.666em;
}

/**
	  * Products detail view
	  */
.pages-hero.product {
  min-height: 20em;
}

.container.products {
  margin-top: 2em;
}

.container.products h1 {
  padding: 0;
  margin: 0;
  font-size: 3.5em;
  text-transform: uppercase;
}

.container.products h2 {
  margin-bottom: 0;
}

.product-detail img:first-child {
  margin-bottom: 20px;
}

.product-detail .nav-tabs {
  margin-top: 1rem;
}

.product-detail .nav-tabs a:hover {
  color: #000;
}

.product-detail .tab-content {
  max-height: 30em;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1em 1em 0;
  text-align: justify;
  line-height: 1.5em;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.product-detail .item-total {
  font-size: 2em;
  font-weight: 600;
  color: #26677f;
}

.product-detail-tabs {
  margin-bottom: 2em;
}

.product-detail .main-image img,
.product-detail .main-thumbs img {
  width: 100%;
  height: auto;
}

.product-detail .main-thumbs img:hover {
  cursor: pointer;
}

.product-detail-tabs,
.product-detail-tabs td p,
.product-detail-tabs th p {
  font-size: 1em;
  line-height: 1.5em;
}

.product-detail-tabs td {
  padding: 1em;
}

.product-detail .sku-thumbnail-wrapper {
  position: relative;
  margin-top: 0.5em;
  padding: 0;
  max-height: 25em;
  overflow-y: scroll;
  overflow-x: hidden;
}

.product-detail .sku-thumbnail {
  position: relative;
  text-align: center;
  line-height: 1em;
  margin: 0 0 1em;
}

.product-detail .sku-thumbnail img {
  border: 2px solid #fff;
  margin: 0em;
  width: 100%;
  height: auto;
}

.product-detail .sku-thumbnail img:hover,
.product-detail .sku-thumbnail img:active {
  border: 2px solid #c3efff;
  opacity: 1;
  cursor: pointer;
}

.product-detail .sku-thumbnail img.active {
  border: 2px solid #4cceff;
  opacity: 1;
}

.product-detail .sku-thumbnail span {
  position: relative;
  font-size: 0.85em;
  line-height: 0.85em;
  text-align: center;
  cursor: pointer;
}

.product-detail .sku-thumbnail span strong {
  display: block;
  margin-top: 0.33em;
  font-size: 1.25em;
}

.product-detail .sku-thumbnail .card-footer {
  border: none;
  padding: 0;
  background: #fff;
  padding-bottom: 0.5em;
}

.product-detail .sku-thumbnail .card-body {
  padding: 0 0 0.2em 0;
}

.product-detail .sku-thumbnail button:hover {
  cursor: pointer;
}

.product-detail .sku-detail-wrapper {
  position: relative;
  min-height: 5em;
  padding-top: 1em;
}

.sku-options-wrapper,
.product-add {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e4e4e4;
  padding: 1em;
  margin: 1em auto;
}

.sku-option,
.sku-detail-wrapper .sku-optionless,
.product-add .product-add-row {
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 0 0 1em;
  font-size: 1.25em;
}

.sku-option,
.sku-detail-wrapper .sku-optionless span {
  font-size: 1em;
}

.sku-options-wrapper h3 {
  margin: 0 0 0.5em;
  font-size: 2.5em;
  color: #23a2d2;
}

.sku-options-wrapper h3 sup {
  font-size: 0.5em;
}

.sku-options-wrapper h3 small {
  font-weight: 200;
  font-size: 0.65em;
}

.sku-option span {
  white-space: nowrap;
}

#sku-detail-wrapper .attribute {
  position: relative;
  text-align: center;
  color: #26677f;
  padding: 0;
  margin-bottom: 0.5em;
}

#sku-detail-wrapper .attribute img {
  margin: 0 auto 0.25em;
  padding: 0;
}

#sku-detail-wrapper .attribute span {
  display: block;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.25em;
}

#sku-detail-wrapper .attribute span.attribute-value {
  font-weight: 600;
  font-size: 0.85em;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sku-detail-wrapper .attribute span.attribute-label {
  font-weight: 500;
  color: #26677f;
}

#sku-detail-wrapper .attribute span.attribute-unit {
  font-weight: 200;
  font-size: 0.65em;
}

#sku-detail-wrapper span.attribute-price {
  font-weight: 600;
  font-size: 1.5em;
  color: #26677f;
}

/* Footer */
footer {
  margin-top: 2em;
  background: #23a2d2;
}

@media (max-width: 768px) {
  footer {
    margin-top: 2em;
    padding: 2rem 15px;
    background: #23a2d2;
  }

  footer .phone {
    margin: 0.5em 0 0.5em 0;
  }

  footer .phone a {
    font-size: 1.3em;
  }

  footer .phone img {
    height: 1.1em;
    width: auto;
    margin-top: -5px;
  }

  footer .small {
    font-size: 60%;
  }
}
@media (min-width: 769px) {
  footer {
    margin-top: 2em;
    padding: 4rem 15px;
    background: #23a2d2;
  }

  footer .phone {
    margin-top: 0.5em;
  }

  footer .phone a {
    font-size: 1.5em;
  }

  footer .phone img {
    height: 1.2em;
    width: auto;
    margin-top: -5px;
  }
}
footer p,
footer a {
  color: #fff;
  font-size: 1.15em;
  line-height: 1.5em;
  margin-bottom: 0;
  font-weight: 300;
}

footer a:hover,
footer a:active {
  color: #64dee0;
}

footer h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.85em;
  font-weight: 400;
}

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

footer ul li {
  margin: 0;
  padding: 0;
  color: #fff;
}

footer .footer-logo-row {
  font-size: 0.85em;
}

footer .footer-logo-row img {
  width: auto;
}

@media (max-width: 768px) {
  footer .footer-logo-row img {
    height: 3rem;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  footer .footer-logo-row img {
    height: 5rem;
    margin-bottom: 2em;
  }
}
footer .email {
  font-size: 0.95em;
}

footer sub {
  font-size: 0.5em;
}

/**
 * Media queries
 */
/* >= col-sm- */
@media (max-width: 576px) {
  .panel-heading h1 {
    font-size: 2.8em;
    padding-bottom: 0.5em;
  }

  .masthead {
    position: relative;
    background-color: #23a2d2;
    height: 5em;
    padding: 0;
    margin: 0;
  }

  .masthead .container {
    position: fixed;
    padding: 1em 0;
    background-color: #23a2d2;
    z-index: 3;
  }

  .masthead .logo-sm img {
    position: relative;
    height: 3em;
    width: auto;
    margin: 0 auto;
  }

  .masthead .phone img {
    position: fixed;
    background-color: #23a2d2;
    top: 1em;
    right: 1em;
    height: 3em;
    width: auto;
    z-index: 10;
    border-radius: 10em;
  }

  .masthead .slide-nav-toggle {
    position: fixed;
    background-color: #23a2d2;
    top: 1em;
    height: 3em;
    width: auto;
    z-index: 10;
    border-radius: 10em;
  }

  .masthead .search-sm img {
    position: fixed;
    background-color: #23a2d2;
    top: 1.5em;
    left: 25.5%;
    height: 2.2em;
    width: auto;
    z-index: 10;
    border-radius: 10em;
  }

  .masthead .basket-sm img {
    position: fixed;
    background-color: #23a2d2;
    top: 1.5em;
    right: 25.5%;
    height: 2.2em;
    width: auto;
    z-index: 10;
    border-radius: 10em;
  }

  .info-bar {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgba(230, 230, 230, 0.9);
  }

  .info-bar .info-item {
    padding: 0.5em 0.5em 0.75em;
  }

  .info-bar .info-item a img {
    height: 1.25em;
    width: auto;
    margin-right: 5px;
  }

  .info-bar .info-item a {
    color: #26677f;
    font-size: 1em;
    text-transform: uppercase;
  }

  .slide-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #23a2d2;
    opacity: 0;
    padding: 0;
    z-index: 50;
  }

  .slide-nav a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    text-align: left;
    color: #fff;
  }

  .slide-nav .slide-nav-close {
    position: relative;
    height: 2.95em;
    width: auto;
    z-index: 50;
    margin: 0.5em 0 1.5em 0.5em;
  }

  #slide-nav-accordion a {
    text-transform: uppercase;
  }

  #slide-nav-accordion .card-body {
    position: relative;
    max-height: 20em;
    overflow-x: scroll;
  }

  .slide-nav .slide-nav-items {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 99999;
    overflow-x: scroll;
    text-align: left;
  }

  .slide-nav .slide-nav-items .category {
    padding: 0 1em 0;
  }

  .slide-nav .slide-nav-items .category a {
    font-weight: 400;
    color: #23a2d2;
    text-transform: uppercase;
  }

  .slide-nav .slide-nav-items .card img {
    width: 3em;
    height: 3em;
    border: 1px solid #fff;
    margin-right: 0.3em;
  }

  .search-nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #23a2d2;
    opacity: 0;
    padding: 0;
    z-index: 50;
  }

  .search-nav .search-nav-close {
    position: relative;
    height: 2.95em;
    width: auto;
    z-index: 50;
    margin: 1em 0 1.5em 0.5em;
  }

  #sm-filter-form input[type=text] {
    width: calc(100% - 1.5em);
    margin: auto 0.75em;
    border: none;
    border-bottom: 2px solid #fff;
    background: none;
    border-radius: 0;
    padding: 0.5em;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
  }

  #sm-autosuggest-results .autosuggest {
    position: absolute;
    display: flex;
    height: 2em;
    align-content: center;
    box-shadow: 0;
    width: calc(100%);
    z-index: 50;
    font-size: 0.95em;
    line-height: 1.25em;
    background: none;
  }

  #sm-autosuggest-results .m-autosuggest_option {
    position: relative;
    color: #fff;
    line-height: 1.15;
    padding: 1em 2em;
  }

  #sm-autosuggest-results .m-autosuggest_option img {
    padding: 0;
    margin-right: 1em;
    height: 2.5em;
    width: 2.5em;
  }

  #sm-autosuggest-results .m-autosuggest_option a {
    color: #fff;
    font-weight: 500;
  }

  #masthead.carousel {
    position: relative;
    margin-top: 0em;
    height: 100%;
  }

  #masthead .carousel-inner .item,
#masthead .carousel-inner .active,
#masthead .carousel-item-left,
#masthead .carousel-item-right {
    display: block;
    height: calc(100% - 5em);
  }

  #masthead .carousel-inner {
    height: 100%;
    cursor: grab;
  }

  #masthead .carousel-inner:hover {
    cursor: grab;
  }

  #masthead .carousel-caption {
    bottom: 30%;
  }

  #masthead .carousel-indicators {
    position: absolute;
    text-align: center;
    bottom: 0.5em;
    height: 0.5em;
    z-index: 2;
  }

  #masthead .carousel-indicators li:not(:last-child) {
    margin-right: 15px;
  }

  #masthead .carousel-indicators li {
    height: 5px;
    width: 5px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }

  #masthead .carousel-indicators li.active {
    height: 8px;
    width: 8px;
    background: rgba(255, 255, 255, 0.9);
  }

  #masthead.carousel.pages {
    position: relative;
  }

  #masthead.carousel.pages .fill {
    width: 100%;
    height: 100%;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }

  #masthead.carousel.pages .carousel-caption {
    bottom: 30px;
    text-align: center;
    width: 100%;
    height: 10em;
  }

  #masthead.carousel.pages p {
    color: #000;
    font-size: 1em;
    width: 80%;
    line-height: 1.35em;
    margin: 0 auto;
  }

  #masthead.carousel.pages .static-caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 75%;
    width: 80%;
    z-index: 1;
    text-align: left;
  }

  #masthead.carousel.pages .static-caption h1 {
    display: inline-block;
    padding: 0.5em;
    background: rgba(255, 255, 255, 0.9);
    color: #26677f;
    font-size: 2.2em;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.25;
  }

  #masthead.carousel.pages .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 2;
  }

  #masthead.carousel.pages .caption .blur {
    position: absolute;
    height: calc(100% + 0.5em);
    width: 100%;
    top: -10px;
    filter: blur(15px);
    background-position: bottom center;
    background-size: cover;
    opacity: 0.25;
    overflow: hidden;
  }

  #masthead.carousel.pages .caption div {
    padding: 0;
  }

  #masthead.carousel.pages .caption div.caption-title {
    margin: auto 20px auto 20px;
    padding: 1em 0;
  }

  #masthead.carousel.pages .caption div.caption-title a,
#masthead.carousel.pages .caption p {
    color: #fff;
  }

  #masthead.carousel.pages .caption div.caption-title a {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 100%;
    border: 2px solid #fff;
    padding: 0.333em 0.5em;
  }

  #masthead.carousel.pages .caption p,
#masthead.carousel.pages .caption p a {
    color: #fff;
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: right;
    padding: 1em 0;
  }

  #masthead.carousel.pages .carousel-controls {
    display: none;
  }

  .pages-hero {
    position: relative;
    margin-top: 0em;
    min-height: 50%;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
  }

  .pages-hero .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }

  .pages-hero .caption .blur {
    position: absolute;
    height: calc(100% + 20px);
    width: 100%;
    top: 0;
    filter: blur(15px);
    background-position: center bottom;
    background-size: cover;
    opacity: 0.55;
    overflow: hidden;
  }

  .pages-hero .caption div {
    padding: 0;
  }

  .pages-hero .caption div.caption-title {
    margin-left: 15px;
    padding: 1em 0;
    border: none;
  }

  .pages-hero .caption h1,
.pages-hero .caption h2 {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .pages-hero .caption.light h1,
.pages-hero .caption.light h2,
.pages-hero .caption.light p {
    color: #fff;
  }

  .pages-hero .caption.dark h1,
.pages-hero .caption.dark h2,
.pages-hero .caption.dark p {
    color: #111;
  }

  .pages-hero .caption div.caption-title a,
.pages-hero .caption p {
    color: #fff;
  }

  .pages-hero .caption p {
    font-size: 0.5em;
    line-height: 1.5em;
    padding: 1em 0;
    margin: -0.15em 0 0 2em;
  }

  .breadcrumb-wrapper.margin-top {
    margin-top: 2.5em;
  }

  .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
  }

  .breadcrumb a {
    color: #23a2d2;
    padding: 0;
    font-size: 0.75em;
    text-transform: uppercase;
  }

  .breadcrumb > li + li:before {
    content: "/";
    padding: 0 5px;
    font-size: 0.75em;
  }

  .container.categories {
    position: relative;
    margin: 2em auto 0;
    text-align: center;
    padding: 0.5em;
  }

  .container.categories.home {
    margin-top: -5em;
  }

  .container.categories .category {
    padding: 0;
    min-height: 8em;
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
  }

  .container.categories .category a.active {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }

  .container.categories .category a.active:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .container.categories > div {
    margin: 1em 0;
  }

  .container.categories span {
    margin-top: 0;
    width: calc(80%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.5em;
    font-size: 0.75em;
    text-transform: uppercase;
  }

  .container.categories a {
    color: #fff;
  }

  .container.products {
    padding-top: 0;
    margin-top: 1em;
  }

  .container.products h1 {
    font-size: 2em;
    margin-top: 0;
  }

  .product-detail .sku-detail-wrapper h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #26677f;
  }

  .product-detail .sku-detail-wrapper h3 {
    margin: 0 0 0.5em;
    font-size: 2.5em;
  }

  .product-detail .sku-detail-row h2 {
    margin: 0 0 0.25em 0;
    font-size: 2em;
    text-transform: uppercase;
    color: #26677f;
  }

  .product-detail .sku-detail-row h3 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #26677f;
  }

  .sku-options-wrapper .qty,
.product-add .qty {
    width: 3em;
    font-size: 1.25em;
    font-weight: 600;
  }

  .pages-overview {
    padding-bottom: 2em;
  }

  .pages-overview h1 {
    margin-top: 0;
    padding: 0 0 0.5em;
    color: #23a2d2;
    font-size: 2.25em;
    text-transform: uppercase;
  }

  .pages-overview h2 {
    color: #26677f;
    line-height: 1.25em;
    font-size: 1.6em;
    margin: 0 0 0.5em 0;
    font-weight: 300;
    text-transform: uppercase;
  }

  .pages-overview h3 {
    color: #26677f;
    font-weight: 300;
    line-height: 1.5em;
    text-align: left;
    text-transform: uppercase;
  }

  .pages-overview p,
ul,
ol {
    font-size: 1em;
    color: #222;
    font-weight: 400;
  }

  .pages-overview li ul,
.pages-overview li ol {
    font-size: 1em;
  }

  .pages-overview a {
    font-size: 0.95em;
    color: #365898;
  }

  .pages-overview a:hover {
    color: #92ade0;
  }

  .basket-separator-wrapper {
    background: linear-gradient(to top, transparent 0%, transparent calc(50% - 0.8px), #23a2d2 calc(50% - 0.8px), #23a2d2 calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
  }

  .basket-separator {
    position: relative;
    margin-top: 5px;
  }

  .bs-wizard {
    margin-top: 4em;
  }

  .air-ambulance img {
    margin-top: 0.5em;
  }

  .well.form-wrapper {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    box-shadow: none;
    padding: 1.5em;
    margin: 2em auto;
  }

  .well.form-wrapper h2 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1em;
  }

  /** 
  	 * Blog/News
  	 */
  .blog-list .card-columns {
    column-count: 1;
  }

  .blog-list .card {
    margin-bottom: 1.5em;
    line-height: 1em;
  }

  .blog-list .card-title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: #26677f;
  }

  .blog-list .card-text {
    font-size: 1em;
  }

  .blog-list .card:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
  }

  .archive-list {
    max-height: 10em;
    overflow-x: scroll;
  }
}
/* col-sm- */
@media (min-width: 576px) {
  .top-bar {
    display: flex;
    align-items: center;
    background-color: #26677f;
    color: #fff;
    padding: 0.5em;
    width: 100%;
    line-height: 1em;
    z-index: 3;
  }

  .top-bar a i {
    margin-right: 0.2em;
    font-size: 1.25em;
  }

  .top-bar a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.1em 0;
  }

  #basket-count {
    color: #26677f;
    margin-left: 0.2em;
    border-radius: 2em;
    font-size: 1em;
  }

  .breadcrumb-wrapper.margin-top {
    margin-top: 2.5em;
  }

  /**
   * Search / autosuggest
   */
  .searchbox-wrapper {
    position: relative;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
  }

  .searchbox-wrapper .form-control,
.searchbox-wrapper .form-control:focus {
    border: none;
    box-shadow: none;
  }

  .autosuggest {
    position: relative;
    box-shadow: 0;
    width: calc(100%);
    z-index: 9999;
    font-size: 0.95em;
    line-height: 1.25em;
  }

  .searchbox-wrapper .list-group-item.autosuggest_option:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 1px solid #d4d4d4;
  }

  .searchbox-wrapper .list-group-item.autosuggest_option {
    border-radius: 0;
    padding: 1em;
    margin: -1px 0;
  }

  #searchbox {
    position: relative;
    width: 100%;
  }

  #q {
    width: calc(100%);
    border-radius: 0;
    padding: 0.5em 1em;
    border: 1px solid #fff;
    text-align: left;
  }

  #searchbox > * {
    width: 100%;
    border-radius: 0;
  }

  #searchbox div:first-child {
    position: absolute;
    z-index: 2;
    width: 100%;
  }

  #searchbox a {
    color: #23a2d2;
    line-height: 1.25em;
    text-align: left;
    text-transform: uppercase;
  }

  #searchbox .category-and-code {
    line-height: 1.25em;
  }

  #searchbox img {
    height: 3em;
    width: 3em;
    margin-right: 0.5em;
  }

  #searchbox > div div:hover {
    background: #eee;
  }

  .left-col {
    padding: 2em 1em;
  }

  .right-col {
    padding: 0 3em 3em 3em;
  }

  .pages-overview {
    padding-bottom: 2em;
  }

  .pages-overview h1 {
    padding: 0.5em 0;
    color: #23a2d2;
    font-size: 2.4em;
    text-transform: uppercase;
  }

  .pages-overview h2 {
    color: #26677f;
    line-height: 1.25em;
    font-size: 1.8em;
    margin: 0 0 0.5em 0;
    font-weight: 300;
    text-transform: uppercase;
  }

  .pages-overview h3 {
    color: #26677f;
    font-weight: 300;
    line-height: 1.5em;
    text-align: left;
    text-transform: uppercase;
  }

  .pages-overview p,
ul,
ol {
    font-size: 1em;
    color: #222;
    font-weight: 400;
  }

  .pages-overview li ul,
.pages-overview li ol {
    font-size: 1em;
  }

  .pages-overview a {
    font-size: 1em;
    color: #365898;
  }

  .pages-overview a:hover {
    color: #92ade0;
  }

  .basket-separator-wrapper {
    background: linear-gradient(to top, transparent 0%, transparent calc(50% - 0.8px), #23a2d2 calc(50% - 0.8px), #23a2d2 calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
  }

  .basket-separator {
    position: relative;
    margin-top: 5px;
  }

  .bs-wizard {
    margin-top: 2em;
  }

  /** 
  	 * Blog/News
  	 */
  .blog-list .card-columns {
    column-count: 1;
  }

  .blog-list .card {
    margin-bottom: 1.5em;
    line-height: 1em;
  }

  .blog-list .card-title {
    margin-bottom: 0;
    line-height: 1.5em;
    color: #26677f;
  }

  .blog-list .card-text {
    font-size: 1em;
  }

  .blog-list .card:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
  }

  .archive-list-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.03);
  }

  .archive-list {
    max-height: 15em;
    overflow-x: scroll;
    border-radius: 0;
  }

  .archive-list a.list-group-item {
    padding: 0.75em 1em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.02);
    font-size: 0.85em;
    text-transform: uppercase;
  }
}
/* col-md- */
@media (min-width: 768px) {
  .masthead {
    position: relative;
    background-color: #23a2d2;
    width: 100%;
    padding: 1.5em 1em;
  }

  .masthead .container {
    padding: 0;
  }

  .masthead .logo {
    position: relative;
    height: 4em;
    z-index: 1;
  }

  .masthead .phone a {
    position: relative;
    font-size: 1.4em;
    color: #fff;
    font-weight: 300;
  }

  .masthead .phone img {
    margin-top: -3px;
    height: 1.2em;
    width: 1.5em;
  }

  .top-bar {
    display: flex;
    align-items: center;
    background-color: #26677f;
    color: #fff;
    padding: 0.5em;
    width: 100%;
    line-height: 1em;
    z-index: 3;
  }

  .top-bar a i {
    margin-right: 0.2em;
    font-size: 1.25em;
  }

  .top-bar a {
    color: #fff;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.1em 0;
  }

  #basket-count {
    background: #fff;
    color: #26677f;
    margin-left: 0.2em;
    border-radius: 2em;
    font-size: 1em;
  }

  .masthead,
.top-bar {
    position: relative;
    z-index: 3;
  }

  .nav-bar {
    position: relative;
    background-color: #26677f;
    width: 100%;
    text-align: left;
    font-family: "jaf-domus";
    text-transform: uppercase;
    padding: 0.25em 0 0 0;
    z-index: 2;
  }

  .nav-bar > .container h4 {
    color: #0094cc;
    margin: 0.25em 0 0.5em;
  }

  .nav-bar > .container::before,
.nav-bar > .container::before {
    margin: 0;
    content: none;
    padding: 0;
  }

  .nav-bar > .container .nav-bar-item {
    padding: 0.5em 0 0.5em;
  }

  .nav-bar > .container .nav-bar-item > a {
    padding: 0.33em 0.5em;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
  }

  .nav-bar > .container > a:hover,
.nav-bar > .container a.active {
    background: #e2e1e1;
    color: #26677f;
  }

  /* parent / top level nav links */
  .nav-bar > .container .nav-bar-item.home a {
    border-radius: 10em;
  }

  .nav-bar > .container .nav-bar-item.home a:hover,
.nav-bar > .container .nav-bar-item.home a.active {
    background: rgba(0, 0, 0, 0.3);
  }

  .dropdown-container {
    position: absolute;
    top: 2.4em;
    left: 0;
    width: 100%;
    background: #e2e1e1;
    color: #fff;
    display: none;
    z-index: 3;
    padding: 1em 0 1em 0;
  }

  .dropdown-container .category-wrapper a {
    display: inline-block;
    height: 5em;
    width: auto;
  }

  .info-bar {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: rgba(230, 230, 230, 0.9);
  }

  .info-bar .info-item {
    padding: 0.5em 0;
  }

  .info-bar .info-item a img {
    height: 1.25em;
    width: auto;
    margin-right: 5px;
  }

  .info-bar .info-item a {
    color: #26677f;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 400;
  }

  #masthead.carousel {
    position: relative;
    margin-top: 0;
    height: 100%;
    overflow: visible;
  }

  #masthead .carousel-inner .item,
#masthead .carousel-inner .active,
#masthead .carousel-item-left,
#masthead .carousel-item-right {
    display: block;
    height: 100%;
  }

  #masthead .carousel-inner {
    display: block;
    height: 100%;
    cursor: grab;
  }

  #masthead .carousel-inner:hover {
    cursor: grab;
  }

  #masthead .carousel-caption {
    bottom: 30%;
  }

  #masthead .carousel-indicators {
    position: absolute;
    text-align: center;
    bottom: 0.5em;
    height: 0.5em;
    z-index: 2;
  }

  #masthead .carousel-indicators li:not(:last-child) {
    margin-right: 15px;
  }

  #masthead .carousel-indicators li {
    height: 5px;
    width: 5px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }

  #masthead .carousel-indicators li.active {
    height: 8px;
    width: 8px;
    background: rgba(255, 255, 255, 0.9);
  }

  #masthead h1 {
    font-size: 3.5em;
    padding: 0.5em;
    background: rgba(255, 255, 255, 0.9);
    color: #26677f;
  }

  #masthead p {
    color: #fff;
    font-size: 1.5em;
    width: 80%;
    line-height: 1.35em;
    margin: 0 auto;
  }

  #masthead.carousel.pages {
    height: 60%;
  }

  #masthead.carousel.pages .fill {
    width: 100%;
    height: 100%;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }

  #masthead.carousel.pages .carousel-caption {
    bottom: 30px;
    text-align: center;
    width: 100%;
    height: 10em;
  }

  #masthead.carousel.pages p {
    color: #000;
    font-size: 1.5em;
    width: 80%;
    line-height: 1.35em;
    margin: 0 auto;
  }

  #masthead.carousel.pages .static-caption {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    height: 80%;
    z-index: 1;
    text-align: left;
  }

  #masthead.carousel.pages .static-caption h1 {
    font-size: 3em;
    margin-top: 1.25em;
    margin-left: 1.5em;
    width: 70%;
  }

  #masthead.carousel.pages .carousel-controls img {
    height: 3em;
    width: 3em;
  }

  #masthead.carousel.pages .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  #masthead.carousel.pages .caption .blur {
    position: absolute;
    height: calc(100% + 20px);
    width: 100%;
    top: -10px;
    filter: blur(15px);
    background-position: bottom center;
    background-size: cover;
    opacity: 0.25;
    overflow: hidden;
  }

  #masthead.carousel.pages .caption div {
    padding: 0;
  }

  #masthead.carousel.pages .caption div.caption-title {
    margin: auto 30px auto 15px;
    padding: 2em 0;
    z-index: 2;
  }

  #masthead.carousel.pages .caption div.caption-title a,
#masthead.carousel.pages .caption p {
    color: #fff;
  }

  #masthead.carousel.pages .caption div.caption-title a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 100%;
    border: 2px solid #fff;
    padding: 0.333em 0.5em;
    z-index: 2;
  }

  #masthead.carousel.pages .caption p,
#masthead.carousel.pages .caption p a {
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    padding: 1em 0;
    margin: -0.15em 0 0 0;
  }

  .pages-hero {
    position: relative;
    margin-top: -4em;
    min-height: 30em;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
  }

  .pages-hero.blog {
    position: relative;
    margin-top: -4em;
    min-height: 20em;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
  }

  .pages-hero.product {
    position: relative;
    margin-top: -4em;
    min-height: 30em;
  }

  .pages-hero .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }

  .pages-hero .caption .blur {
    position: absolute;
    height: calc(100% + 20px);
    width: 100%;
    top: -10px;
    filter: blur(15px);
    background-position: center bottom;
    background-size: cover;
    opacity: 0.55;
    overflow: hidden;
  }

  .pages-hero .caption div {
    padding: 0;
  }

  .pages-hero .caption div.caption-title {
    margin-left: 15px;
    padding: 1em 0;
    border: none;
  }

  .pages-hero .caption h1,
.pages-hero .caption h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .pages-hero .caption.light h1,
.pages-hero .caption.light h2,
.pages-hero .caption.light p {
    color: #fff;
  }

  .pages-hero .caption.dark h1,
.pages-hero .caption.dark h2,
.pages-hero .caption.dark p {
    color: #111;
  }

  .pages-hero .caption div.caption-title a,
.pages-hero .caption p {
    color: #fff;
  }

  .pages-hero .caption p {
    font-size: 0.85em;
    line-height: 1.5em;
    padding: 1em 0;
    margin: -0.15em 0 0 2em;
  }

  .breadcrumb {
    background: none;
    padding: 0.5em 0;
    margin: 0;
  }

  .breadcrumb a {
    color: #23a2d2;
    padding: 0.5em 0;
    font-size: 1em;
    text-transform: uppercase;
  }

  .breadcrumb > li + li:before {
    content: "/";
    padding: 0 5px;
  }

  .container.categories {
    margin: 2em auto 0;
    text-align: center;
    padding: 0;
  }

  .container.categories .category a.active {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }

  .container.categories .category a.active:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .container.categories > div {
    margin: 1em 0;
  }

  .container.categories .category {
    padding: 1em;
    min-height: 10em;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
  }

  .container.categories span {
    display: inline-block;
    margin-top: 0.25em;
    width: calc(100%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.25em 0.5em;
    font-size: 1em;
    text-transform: uppercase;
    word-break: keep-all;
  }

  .container.categories a {
    color: #fff;
    word-break: keep-all;
  }

  #filters-accordion.accordion .card-header {
    padding: 0.75em 1em 0.75em 0.85em;
    font-size: 1em;
  }

  #filters-accordion.accordion .filter-button > button {
    font-size: 0.85em;
    cursor: pointer;
  }

  .product-detail .sku-detail-wrapper h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #26677f;
  }

  .product-detail .sku-detail-wrapper h3 {
    margin: 0 0 0.5em;
    font-size: 2.5em;
  }

  .product-detail .sku-detail-row h2 {
    margin: 0 0 0.25em 0;
    font-size: 3em;
    text-transform: uppercase;
    color: #26677f;
  }

  .product-detail .sku-detail-row h3 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #26677f;
  }

  .sku-options-wrapper .qty,
.product-add .qty {
    width: 4em;
    font-size: 1.25em;
    font-weight: 600;
  }

  .well.form-wrapper {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    box-shadow: none;
    padding: 1.5em;
    margin: 2em auto;
  }

  .well.form-wrapper h2 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .well.form-wrapper p {
    font-size: 1em;
  }

  .well.form-wrapper .form-group label {
    font-size: 0.85em;
  }

  .bs-wizard {
    margin-top: 2em;
  }
}
/* col-lg- */
@media (min-width: 992px) {
  .masthead,
.top-bar {
    position: relative;
    z-index: 3;
  }

  .masthead {
    position: relative;
    background-color: #23a2d2;
    width: 100%;
    padding: 1.5em 1em;
  }

  .masthead .container {
    padding: 0.5em 0;
  }

  .masthead .logo {
    position: relative;
    height: 4.5em;
    z-index: 1;
  }

  .masthead .phone a {
    position: relative;
    font-size: 2em;
    color: #fff;
    font-weight: 300;
  }

  .masthead .phone img {
    margin-top: -3px;
    height: 1.2em;
    width: 1.5em;
  }

  .nav-bar {
    position: relative;
    background-color: #26677f;
    width: 100%;
    text-align: left;
    font-family: "jaf-domus";
    text-transform: uppercase;
    padding: 0.25em 0 0 0;
    z-index: 2;
  }

  .nav-bar > .container h4 {
    color: #0094cc;
    margin: 0.25em 0 0.5em;
  }

  .nav-bar > .container::before,
.nav-bar > .container::before {
    margin: 0;
    content: none;
    padding: 0;
  }

  .nav-bar > .container .nav-bar-item {
    padding: 1em 0 1em;
  }

  .nav-bar > .container .nav-bar-item > a {
    padding: 0.33em 0.5em;
    color: #fff;
    font-size: 1.1em;
    line-height: 1em;
  }

  .nav-bar > .container > a:hover,
.nav-bar > .container a.active {
    background: #e2e1e1;
    color: #26677f;
  }

  /* parent / top level nav links */
  .nav-bar > .container .nav-bar-item.home a {
    border-radius: 10em;
  }

  .nav-bar > .container .nav-bar-item.home a:hover,
.nav-bar > .container .nav-bar-item.home a.active {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .dropdown-container {
    position: absolute;
    top: 3em;
    left: 0;
    width: 100%;
    background: #e2e1e1;
    color: #fff;
    display: none;
    z-index: 999;
    padding: 1em 0 1em 0;
  }

  .breadcrumb-wrapper.margin-top {
    margin-top: 2.5em;
  }

  .breadcrumb {
    background: none;
    padding: 0.5em 0;
    margin: 0;
  }

  .breadcrumb a {
    color: #23a2d2;
    padding: 1em 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
  }

  .breadcrumb > li:last-child a {
    font-weight: 700;
  }

  .breadcrumb > li + li:before {
    content: "/";
    padding: 0 5px;
  }

  #masthead.carousel.pages .static-caption h1 {
    font-size: 3em;
    margin-top: 1.25em;
    margin-left: 1.5em;
    width: 70%;
  }

  #masthead.carousel.pages .carousel-controls img {
    height: 3em;
    width: 3em;
  }

  .container.categories {
    margin: 2em auto 0;
    text-align: center;
    padding: 0;
  }

  .container.categories .category a.active {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }

  .container.categories .category a.active:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .container.categories > div {
    margin: 1em 0;
  }

  .container.categories .category {
    padding: 1em;
    min-height: 13em;
    display: flex;
    justify-content: center;
  }

  .container.categories span {
    margin-top: 1em;
    width: calc(80%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.25em;
    font-size: 1.2em;
    text-transform: uppercase;
  }

  .container.categories a {
    color: #fff;
  }

  .left-col {
    padding: 1em 1em;
  }

  .air-ambulance img {
    margin-top: 0.5em;
  }

  .container.blog-list {
    margin-top: 2em;
  }

  .basket-separator-wrapper {
    background: linear-gradient(to left, transparent 0%, transparent calc(50% - 0.8px), #23a2d2 calc(50% - 0.8px), #23a2d2 calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
  }
}
/* col-xl- */
@media (min-width: 1200px) {
  #masthead.carousel.pages .static-caption h1 {
    font-size: 3em;
    margin-top: 1.25em;
    margin-left: 1.5em;
    width: 70%;
  }

  #masthead.carousel.pages .carousel-controls img {
    height: 4em;
    width: 4em;
  }

  .info-bar {
    position: relative;
    z-index: 1;
    background: rgba(230, 230, 230, 0.9);
    margin-top: 0;
    padding-top: 0;
  }

  .info-bar .info-item {
    padding: 1em;
  }

  .info-bar .info-item a img {
    height: 1.5em;
    width: auto;
    margin-right: 7px;
  }

  .info-bar .info-item a {
    color: #26677f;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
  }

  .breadcrumb-wrapper.margin-top {
    margin-top: 0;
  }

  .pages-hero {
    position: relative;
    margin-top: -4em;
    min-height: 40em;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
  }

  .pages-hero.blog {
    position: relative;
    margin-top: -4em;
    min-height: 30em;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
  }

  .pages-hero.product {
    position: relative;
    margin-top: -4em;
    min-height: 30em;
  }

  .pages-hero .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }

  .pages-hero .caption .blur {
    position: absolute;
    height: calc(100% + 20px);
    width: 100%;
    top: -10px;
    filter: blur(15px);
    background-position: center bottom;
    background-size: cover;
    opacity: 0.55;
    overflow: hidden;
  }

  .pages-hero .caption div {
    padding: 0;
  }

  .pages-hero .caption div.caption-title {
    margin-left: 15px;
    padding: 1em 0;
    border: none;
  }

  .pages-hero .caption h1,
.pages-hero .caption h2 {
    font-size: 2.6em;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .pages-hero .caption.light h1,
.pages-hero .caption.light h2,
.pages-hero .caption.light p {
    color: #fff;
  }

  .pages-hero .caption.dark h1,
.pages-hero .caption.dark h2,
.pages-hero .caption.dark p {
    color: #111;
  }

  .pages-hero .caption div.caption-title a,
.pages-hero .caption p {
    color: #fff;
  }

  .pages-hero .caption p {
    font-size: 1em;
    line-height: 1.5em;
    padding: 1em 0;
    margin: -0.15em 0 0 2em;
  }

  .container.categories .category {
    padding: 1em;
    min-height: 16em;
    display: flex;
    justify-content: center;
  }

  /**
   * Blog/news
   */
  .blog-list h1 {
    margin-bottom: 0.25em;
  }

  .blog-list .card-columns {
    column-count: 2;
  }

  .blog-list .card {
    margin-bottom: 1.5em;
  }

  .blog-list .card-title {
    margin: 0;
    color: #23a2d2;
    line-height: 1.25em;
  }

  .blog-list .card-title:hover {
    color: #26677f;
  }

  .blog-list p {
    font-size: 1em;
    line-height: 1.75em;
  }

  .blog-detail {
    margin-top: 2em;
  }

  .post-list {
    border-radius: 0;
  }

  .post-list:first-child {
    margin-top: 1em;
  }

  .post-list h3,
.latest-news h3 {
    margin: 0.25em 0;
    background: none;
  }

  .latest-news li {
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
  }

  .latest-news h3 {
    color: #ccc;
  }

  .latest-news h3:hover {
    color: #fff;
  }

  .latest-news img {
    float: right;
    margin: 0 1em 1em 0;
    width: auto;
    height: 8em;
  }
}
.dropdown-categories {
  text-align: center;
  padding: 0;
  margin: 0;
}

.dropdown-categories .dropdown-category a.active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.5s ease-in-out;
}

.dropdown-categories .dropdown-category a.active:hover {
  background: rgba(255, 255, 255, 0.15);
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}

.dropdown-categories .dropdown-category > div {
  margin: 1em 0;
}

.dropdown-categories .dropdown-category {
  padding: 1em;
  min-height: 13em;
  display: flex;
  justify-content: center;
}

.dropdown-categories .dropdown-category span {
  margin-top: 1em;
  width: calc(80%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.25em;
  font-size: 1.2em;
  text-transform: uppercase;
}

.dropdown-categories .dropdown-category a {
  color: #fff;
}

@media (min-width: 1440px) {
  #masthead.carousel.pages .static-caption h1 {
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  #masthead.carousel.pages .static-caption h1 {
    font-size: 4em;
  }
}

/*# sourceMappingURL=main.css.map */
