@charset "UTF-8";
/*theme*/
/*Paths*/
/*theme palete*/
/*theme color variables*/
/*alert colors*/
/*fonts*/
/*spacing*/
@media screen and (max-width: 380px) {
  .mobile-hide {
    display: none;
  }
}

@media screen and (min-width: 1250px) {
  .desktop-hide {
    display: none;
  }
}

@font-face {
  font-family: "icon";
  src: url(../../frontend/flipmind/EliteFitness/en_NZ/fonts/Flaticon.woff?v89) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'luma-icons';
  src: url(../../frontend/flipmind/EliteFitness/en_NZ/fonts/Luma-Icons.woff?v190) format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon-info-circle:before {
  content: "\f100";
}

.icon-alert-circle:before {
  content: "\f101";
}

.icon-info-box:before {
  content: "\f102";
}

.icon-trash:before {
  content: "\f103";
}

.icon-chevron-right-circle:before {
  content: "\f104";
}

.icon-twitter:before {
  content: "\f105";
}

.icon-globe:before {
  content: "\f106";
}

.icon-chevron-left-circle:before {
  content: "\f107";
}

.icon-letter:before {
  content: "\f108";
}

.icon-lock:before {
  content: "\f109";
}

.icon-chevron-right:before {
  content: "\f10a";
}

.icon-chevron-left:before {
  content: "\f10b";
}

.icon-youtube:before {
  content: "\f10c";
}

.icon-minus:before {
  content: "\f10d";
}

.icon-minus-circle:before {
  content: "\f10e";
}

.icon-instagram:before {
  content: "\f10f";
}

.icon-cross-circle:before {
  content: "\f110";
}

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

.icon-facebook:before {
  content: "\f112";
}

.icon-plus-circle:before {
  content: "\f113";
}

.icon-check:before {
  content: "\f114";
}

.icon-plus:before {
  content: "\f115";
}

.icon-rewards:before {
  content: "\f116";
}

.icon-chevron-down:before {
  content: "\f117";
}

.icon-chevron-up:before {
  content: "\f118";
}

.icon-chevron-left-thin:before {
  content: "\f119";
}

.icon-envelope:before {
  content: "\f11a";
}

.icon-check-thin:before {
  content: "\f11b";
}

.icon-cross-thin:before {
  content: "\f11c";
}

.icon-more-circle:before {
  content: "\f11d";
}

.icon-computer-refresh-white:before {
  content: "\f11e";
}

.icon-computer-refresh:before {
  content: "\f11f";
}

.icon-edit-circle:before {
  content: "\f120";
}

.icon-chevron-right-thin:before {
  content: "\f121";
}

.icon-target:before {
  content: "\f122";
}

.icon-cc-check:before {
  content: "\f123";
}

.icon-cc-dollar:before {
  content: "\f124";
}

.icon-basket:before {
  content: "\f125";
}

.icon-search:before {
  content: "\f126";
}

.icon-buy-online:before {
  content: "\f127";
}

.icon-block:before {
  content: "\f128";
}

.icon-cc-down:before {
  content: "\f129";
}

.icon-cross:before {
  content: "\f12a";
}

/*functions*/
@media (max-width: 1000px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .desktop-hide {
    display: none !important;
  }
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/*flexbox*/
/*CSS3 Columns*/
/*base*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  width: 100%;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* Helper Classes */
.align-left, .text-left {
  text-align: left !important;
}

.align-center, .text-center {
  text-align: center !important;
}

.align-right, .text-right {
  text-align: right !important;
}

.margin {
  margin: 1.1rem !important;
}

.padding {
  padding: 1.1rem !important;
}

.no-margin {
  margin: 0 !important;
}

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

.margin-top {
  margin-top: 1.1rem !important;
}

.margin-bottom {
  margin-bottom: 1.1rem !important;
}

.margin-top-lg {
  margin-top: 2.2rem !important;
}

.margin-bottom-lg {
  margin-bottom: 2.2rem !important;
}

.margin-left {
  margin-left: 1.1rem !important;
}

.margin-right {
  margin-right: 1.1rem !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.opacity-half {
  opacity: .5;
}

.full-width {
  width: 100% !important;
}

.displayblock {
  display: block !important;
}

.displayinline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.float-left, .fl_l, .floatleft, .alignleft {
  float: left !important;
}

.float-right, .fl_r, .floatright, .alignright {
  float: right !important;
}

/* wp
.alignleft{
    float:left !important;
    margin:10px 15px 10px 0;
}
.alignright{
    float:right !important;
    margin:10px 0 10px 15px;
}
*/
.flex-end {
  align-self: flex-end;
}

.flex-fit {
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
}

.clear-both, .clear, .clearfix {
  clear: both !important;
}

.box-center {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: table !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.hide-height {
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

.hide-opacity {
  visibility: hidden;
  opacity: 0;
}

.show-opacity {
  visibility: visible;
  opacity: 1;
}

.lock-position {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visually-hidden-focusable:active,
.visually-hidden-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.flexbox {
  display: flex;
}

.bold {
  font-weight: 600 !important;
}

.italic {
  font-style: italic !important;
}

.width-auto {
  width: auto !important;
}

.height-auto {
  height: auto !important;
}

html {
  font-size: 13px;
}

@media screen and (min-width: 481px) {
  html {
    font-size: calc(13px + 3 * ((100vw - 481px) / 959));
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  color: #444;
  font-weight: normal;
  padding-top: 60px;
}

@media (min-width: 1000px) {
  body {
    padding-top: 0;
  }
}

body.catalog-product-view {
  padding-top: 110px;
}

@media (min-width: 1000px) {
  body.catalog-product-view {
    padding-top: 0;
  }
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 380px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 481px) {
  .wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 1440px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrapper.wrapper-full {
  padding-left: 0%;
  padding-right: 0%;
}

.slider-holder ~ main,
.breadcrumbs ~ main {
  padding-top: 0;
}

main {
  padding-top: 0.6rem;
  min-height: 600px;
}

@media (min-width: 1000px) {
  main {
    padding-top: 1rem;
  }
}

.catalog-product-view main {
  padding-top: 1.6rem;
  min-height: 600px;
}

@media (min-width: 1000px) {
  .catalog-product-view main {
    padding-top: 1rem;
  }
}

.catalog-product-view main > .product-brands {
  display: none;
}

@media (min-width: 1000px) {
  .category-page-title {
    margin-left: 1.5rem;
  }
}

.fullwindow main {
  padding: 0;
  height: 100%;
  position: relative;
}

.fullwindow footer {
  margin-top: 0;
}

img,
picture, video {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.bg-grey {
  background: #e0e0e0;
}

.image-grid {
  margin: .5rem 0;
  padding: 1rem 0;
  flex-flow: row wrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  /* &:after {
    content: "";
    flex: auto;
  }*/
}

.image-grid h4, .image-grid .h4, .image-grid h5, .image-grid .h5 {
  padding-top: 1rem;
}

@media (min-width: 1000px) {
  .image-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: nowrap;
  }
}

.image-grid a {
  text-decoration: none;
  display: block;
  text-align: center;
  transition: opacity .2s linear;
}

.image-grid a:hover {
  opacity: .75;
}

.image-grid a img {
  width: 100%;
}

.image-grid > a,
.image-grid > div,
.image-grid > li {
  -moz-box-flex: 1 1 calc(50% - .5rem)  ;
  -webkit-flex: 1 1 calc(50% - .5rem)  ;
  -ms-flex: 1 1 calc(50% - .5rem)  ;
  flex: 1 1 calc(50% - .5rem)  ;
  max-width: calc(50% - .5rem);
  width: 100%;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.image-grid > a:first-child,
.image-grid > div:first-child,
.image-grid > li:first-child {
  margin-left: 0;
}

@media (min-width: 481px) {
  .image-grid > a,
  .image-grid > div,
  .image-grid > li {
    -moz-box-flex: 1 1 calc(33.33% - .5rem)  ;
    -webkit-flex: 1 1 calc(33.33% - .5rem)  ;
    -ms-flex: 1 1 calc(33.33% - .5rem)  ;
    flex: 1 1 calc(33.33% - .5rem)  ;
    max-width: calc(33.33% - .5rem);
    width: 100%;
  }
}

.image-grid > a p,
.image-grid > div p,
.image-grid > li p {
  padding-bottom: .45rem;
}

@media (min-width: 1000px) {
  .image-grid > a,
  .image-grid > div,
  .image-grid > li {
    margin-top: 2rem;
    margin-bottom: 2rem;
    -moz-box-flex: 1  ;
    -webkit-flex: 1  ;
    -ms-flex: 1  ;
    flex: 1  ;
    margin-left: .5rem;
    /*&:first-child {
          margin-left: 0;
        }*/
  }
}

.image-grid.image-grid.text-grid a,
.image-grid.image-grid.text-grid div,
.image-grid.image-grid.text-grid > li {
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-grid.image-grid-2-col {
  flex-flow: row wrap;
}

.image-grid.image-grid-2-col > a,
.image-grid.image-grid-2-col > div,
.image-grid.image-grid-2-col > li {
  -moz-box-flex: 1 1 100%  ;
  -webkit-flex: 1 1 100%  ;
  -ms-flex: 1 1 100%  ;
  flex: 1 1 100%  ;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 767px) {
  .image-grid.image-grid-2-col > a,
  .image-grid.image-grid-2-col > div,
  .image-grid.image-grid-2-col > li {
    -moz-box-flex: 1 1 calc(50% - .5rem)  ;
    -webkit-flex: 1 1 calc(50% - .5rem)  ;
    -ms-flex: 1 1 calc(50% - .5rem)  ;
    flex: 1 1 calc(50% - .5rem)  ;
    max-width: calc(50% - .5rem);
    width: 100%;
  }
}

.image-grid.image-grid-3-col {
  flex-flow: row wrap;
}

.image-grid.image-grid-3-col:after {
  content: "";
  -moz-box-flex: 1 1 calc(33.34% - .5rem)  ;
  -webkit-flex: 1 1 calc(33.34% - .5rem)  ;
  -ms-flex: 1 1 calc(33.34% - .5rem)  ;
  flex: 1 1 calc(33.34% - .5rem)  ;
  max-width: calc(33.34% - .5rem);
  width: 100%;
}

.image-grid.image-grid-3-col > a,
.image-grid.image-grid-3-col > div, .image-grid.image-grid-3-col > li {
  margin-left: 0;
  -moz-box-flex: 1 1 calc(50% - .5rem)  ;
  -webkit-flex: 1 1 calc(50% - .5rem)  ;
  -ms-flex: 1 1 calc(50% - .5rem)  ;
  flex: 1 1 calc(50% - .5rem)  ;
  max-width: calc(50% - .5rem);
  width: 100%;
}

@media (min-width: 767px) {
  .image-grid.image-grid-3-col > a,
  .image-grid.image-grid-3-col > div, .image-grid.image-grid-3-col > li {
    -moz-box-flex: 1 1 calc(33.34% - .5rem)  ;
    -webkit-flex: 1 1 calc(33.34% - .5rem)  ;
    -ms-flex: 1 1 calc(33.34% - .5rem)  ;
    flex: 1 1 calc(33.34% - .5rem)  ;
    max-width: calc(33.34% - .5rem);
    width: 100%;
  }
}

.image-grid.image-grid-4-col {
  flex-flow: row wrap;
}

.image-grid.image-grid-4-col:after {
  content: "";
  -moz-box-flex: 1 1 calc(25% - .5rem)  ;
  -webkit-flex: 1 1 calc(25% - .5rem)  ;
  -ms-flex: 1 1 calc(25% - .5rem)  ;
  flex: 1 1 calc(25% - .5rem)  ;
  max-width: calc(25% - .5rem);
  width: 100%;
}

.image-grid.image-grid-4-col > a,
.image-grid.image-grid-4-col > div,
.image-grid.image-grid-4-col > li {
  margin-left: 0;
  -moz-box-flex: 1 1 calc(50% - .5rem)  ;
  -webkit-flex: 1 1 calc(50% - .5rem)  ;
  -ms-flex: 1 1 calc(50% - .5rem)  ;
  flex: 1 1 calc(50% - .5rem)  ;
  max-width: calc(50% - .5rem);
  width: 100%;
}

@media (min-width: 767px) {
  .image-grid.image-grid-4-col > a,
  .image-grid.image-grid-4-col > div,
  .image-grid.image-grid-4-col > li {
    -moz-box-flex: 1 1 calc(33.34% - .5rem)  ;
    -webkit-flex: 1 1 calc(33.34% - .5rem)  ;
    -ms-flex: 1 1 calc(33.34% - .5rem)  ;
    flex: 1 1 calc(33.34% - .5rem)  ;
    max-width: calc(33.34% - .5rem);
    width: 100%;
  }
}

@media (min-width: 1250px) {
  .image-grid.image-grid-4-col > a,
  .image-grid.image-grid-4-col > div,
  .image-grid.image-grid-4-col > li {
    -moz-box-flex: 1 1 calc(25% - .5rem)  ;
    -webkit-flex: 1 1 calc(25% - .5rem)  ;
    -ms-flex: 1 1 calc(25% - .5rem)  ;
    flex: 1 1 calc(25% - .5rem)  ;
    max-width: calc(25% - .5rem);
    width: 100%;
  }
}

.image-grid.image-grid-overlay a, .image-grid.image-grid-overlay div, .image-grid.image-grid-overlay li {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: .5rem;
}

.image-grid.image-grid-overlay a:after, .image-grid.image-grid-overlay div:after, .image-grid.image-grid-overlay li:after {
  content: "View Guides";
  color: #D5001B;
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: 1rem;
  z-index: 1;
  left: 1.25rem;
}

.image-grid.image-grid-overlay p {
  position: absolute;
  bottom: 2.2rem;
  z-index: 1;
  left: 1.25rem;
  color: #fff;
}

.image-grid.image-grid-columns {
  display: block;
  column-count: 1;
  column-gap: 3rem;
  column-rule: none;
}

@media (min-width: 380px) {
  .image-grid.image-grid-columns {
    column-count: 2;
    column-gap: 1rem;
    column-rule: none;
  }
}

@media (min-width: 767px) {
  .image-grid.image-grid-columns {
    column-count: 3;
    column-gap: 1rem;
    column-rule: none;
  }
}

.image-grid.image-grid-columns > div {
  margin-left: 0;
  margin-top: 0;
  max-width: inherit;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: table;
}

.image-grid.image-grid-columns > div img {
  margin-bottom: .75rem;
}

.image-grid.image-grid-columns > div p:not([class]) {
  font-size: 90%;
  line-height: 1.3;
}

.image-grid.image-grid-columns > div p.name {
  color: #D5001B;
  font-weight: 600;
}

.image-grid.image-grid-alt a, .image-grid.image-grid-alt div {
  position: relative;
  margin-top: .1rem;
  margin-bottom: .1rem;
  display: block;
  margin-left: 0;
}

.image-grid.image-grid-alt a img, .image-grid.image-grid-alt div img {
  float: left;
  width: 50%;
}

.image-grid.image-grid-alt a .image-grid-text, .image-grid.image-grid-alt div .image-grid-text {
  font-size: 90%;
  float: left;
  width: 50%;
  padding: 0 .8rem 0 .8rem;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translate(0%, -50%);
}

.image-grid.image-grid-alt a .image-grid-text p, .image-grid.image-grid-alt div .image-grid-text p {
  line-height: 1.3;
}

.image-grid.image-grid-alt a .image-grid-text h2, .image-grid.image-grid-alt a .image-grid-text h3, .image-grid.image-grid-alt a .image-grid-text h4, .image-grid.image-grid-alt a .image-grid-text h5, .image-grid.image-grid-alt div .image-grid-text h2, .image-grid.image-grid-alt div .image-grid-text h3, .image-grid.image-grid-alt div .image-grid-text h4, .image-grid.image-grid-alt div .image-grid-text h5 {
  padding-bottom: 0;
}

.image-grid.image-grid-alt a .image-grid-text:before, .image-grid.image-grid-alt div .image-grid-text:before {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-right: 1.5rem solid #fff;
  border-bottom: 1.5rem solid transparent;
  border-top: 1.5rem solid transparent;
  position: absolute;
  left: -1.5rem;
  margin-top: -1.5rem;
  top: 50%;
}

.footer-no-margin .image-grid {
  margin-bottom: 0;
}

.image-grid.logo-grid a {
  position: relative;
  display: block;
  text-align: center;
  padding: 4rem 2rem;
}

.image-grid.logo-grid a img {
  display: block;
  position: absolute;
  top: 50%;
  max-width: 130px;
  max-height: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
*/
/*html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}*/
/* Fade in animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
  color: #666;
}

h4, .h4, h5, h6, .h5, h6, .h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.15;
  font-weight: 600;
}

h1, .h1 {
  padding: .7rem 0 1.4rem 0;
  font-size: 2rem;
  font-weight: 500;
}

h2, .h2 {
  padding: 1.25rem 0 .8rem;
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.45rem;
  padding: .85rem 0 .55rem;
}

h4, .h4 {
  padding: .6rem 0 .3rem;
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1.05rem;
  padding: .5rem 0 .2rem;
}

h6, .h6 {
  font-size: 0.9rem;
  padding: .2rem 0 .2rem;
}

a {
  color: inherit;
  transition: color 0.1s linear;
}

a:active, a:focus {
  outline: none;
}

p {
  font-weight: normal;
  margin: 0;
  line-height: 1.55;
  padding: .4rem 0 .85rem;
}

p a {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.intro {
  font-size: 1.1rem;
}

ol, ul {
  margin: 0;
  padding: 0.6rem 0 1.1rem 0;
}

ol li, ul li {
  margin: 0 0 0 1.1rem;
  line-height: 1.25;
  padding: 0 0 0.6rem 0;
  font-weight: normal;
}

ul.list-icons {
  list-style: none;
}

ul.list-icons li {
  padding: 0 0 0.6rem 0.6rem;
}

ul.list-icons li:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: -.2rem 0 0 -1.5rem;
  width: 2rem;
  text-align: left;
}

dl {
  margin-bottom: 0.6rem;
}

dl dt {
  font-weight: 500;
  margin-top: 0.6rem;
}

dl dd {
  margin: 0;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  margin: 1.5rem 0 1.5rem;
}

sub, sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  vertical-align: middle;
}

sup {
  top: -0.55rem;
}

sub {
  bottom: -.3rem;
}

small {
  font-size: 75%;
}

p small {
  font-size: 90%;
}

em, i {
  font-style: italic;
}

/*External 3rd party*/
/*! jQuery UI - v1.10.4 - 2021-07-01
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

/*! jQuery UI - v1.11.4 - 2022-10-05
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.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;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.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: -8px;
}

.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,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.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,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../frontend/flipmind/EliteFitness/en_NZ/css/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../../frontend/flipmind/EliteFitness/en_NZ/css/images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../../frontend/flipmind/EliteFitness/en_NZ/css/images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../frontend/flipmind/EliteFitness/en_NZ/css/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../../frontend/flipmind/EliteFitness/en_NZ/css/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../../frontend/flipmind/EliteFitness/en_NZ/css/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../frontend/flipmind/EliteFitness/en_NZ/css/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../frontend/flipmind/EliteFitness/en_NZ/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../frontend/flipmind/EliteFitness/en_NZ/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../frontend/flipmind/EliteFitness/en_NZ/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../frontend/flipmind/EliteFitness/en_NZ/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../frontend/flipmind/EliteFitness/en_NZ/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../frontend/flipmind/EliteFitness/en_NZ/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.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(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  filter: none;
}

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

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

.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-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

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

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

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

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

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

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

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

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

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

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

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

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

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

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

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

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

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

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

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

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

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

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

.fa-pencil-square:before {
  content: "";
}

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

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

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

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

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

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

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

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

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

.fa-clone:before {
  content: "";
}

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

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

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

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

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#ui-datepicker-div {
  display: none;
}

.browserupgrade {
  margin: 0;
  background: #fff;
  color: #000;
  display: block;
  height: 90%;
  font-size: 16px;
  text-align: center;
  padding: 5%;
  box-sizing: content-box;
  position: fixed;
  top: 0;
  width: 90%;
  z-index: 9999;
}

.browserupgrade img {
  display: block;
  margin: 20px auto;
  width: 250px;
  text-align: center;
}

.browserupgrade a {
  color: #000;
  text-decoration: underline;
}

/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.action.nav-toggle *, .action.nav-toggle *:before, .action.nav-toggle *:after {
  box-sizing: content-box;
}

.action.nav-toggle {
  display: block;
  margin: 0;
  margin-top: 0;
  position: relative;
  z-index: 99;
  overflow: hidden;
  float: right;
  padding: 0;
  width: 41px;
  height: 41px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.action.nav-toggle:focus {
  outline: none;
}

.action.nav-toggle span {
  display: block;
  position: absolute;
  top: 19px;
  left: 8px;
  right: 8px;
  height: 3px;
  background: #333;
}

.action.nav-toggle span::before,
.action.nav-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  content: "";
}

.action.nav-toggle span::before {
  top: -7px;
}

.action.nav-toggle span::after {
  bottom: -7px;
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.action.nav-toggle span::before,
.action.nav-toggle span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}

.action.nav-toggle span::before {
  transition-property: top, transform;
}

.action.nav-toggle span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.open-menu .action.nav-toggle span, .open-search .action.nav-toggle span {
  background: none !important;
}

.open-menu .action.nav-toggle span::before, .open-search .action.nav-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.open-menu .action.nav-toggle span::after, .open-search .action.nav-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.open-menu .action.nav-toggle span::before,
.open-menu .action.nav-toggle span::after, .open-search .action.nav-toggle span::before,
.open-search .action.nav-toggle span::after {
  transition-delay: 0s, 0.2s;
}

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

button.btn,
input[type="button"].btn,
input[type="reset"].btn,
input[type="submit"].btn,
button.btn,
a.btn,
label.btn,
div.btn,
span.btn {
  position: relative;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
}

button.btn:focus,
input[type="button"].btn:focus,
input[type="reset"].btn:focus,
input[type="submit"].btn:focus,
button.btn:focus,
a.btn:focus,
label.btn:focus,
div.btn:focus,
span.btn:focus {
  outline: 0;
}

button.btn:disabled,
input[type="button"].btn:disabled,
input[type="reset"].btn:disabled,
input[type="submit"].btn:disabled,
button.btn:disabled,
a.btn:disabled,
label.btn:disabled,
div.btn:disabled,
span.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button.btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover,
input[type="submit"].btn:hover,
button.btn:hover,
a.btn:hover,
label.btn:hover,
div.btn:hover,
span.btn:hover {
  background-color: #8cb8ed;
}

button.btn i,
input[type="button"].btn i,
input[type="reset"].btn i,
input[type="submit"].btn i,
button.btn i,
a.btn i,
label.btn i,
div.btn i,
span.btn i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

button.btn i,
input[type="button"].btn i,
input[type="reset"].btn i,
input[type="submit"].btn i,
button.btn i,
a.btn i,
label.btn i,
div.btn i,
span.btn i {
  font-size: 1.15rem;
}

button.btn-loading:before,
input[type="button"].btn-loading:before,
input[type="reset"].btn-loading:before,
input[type="submit"].btn-loading:before,
button.btn-loading:before,
a.btn-loading:before,
label.btn-loading:before,
div.btn-loading:before,
span.btn-loading:before {
  animation: spin .75s infinite;
}

button.btn-next:after,
input[type="button"].btn-next:after,
input[type="reset"].btn-next:after,
input[type="submit"].btn-next:after,
button.btn-next:after,
a.btn-next:after,
label.btn-next:after,
div.btn-next:after,
span.btn-next:after {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: -.5rem -1rem -.4rem .5rem;
  line-height: 2;
}

button.btn-prev:before,
input[type="button"].btn-prev:before,
input[type="reset"].btn-prev:before,
input[type="submit"].btn-prev:before,
button.btn-prev:before,
a.btn-prev:before,
label.btn-prev:before,
div.btn-prev:before,
span.btn-prev:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: -.3rem .5rem -.3rem -1rem;
  line-height: 2;
}

button .btn-group.btn-set,
input[type="button"] .btn-group.btn-set,
input[type="reset"] .btn-group.btn-set,
input[type="submit"] .btn-group.btn-set,
button .btn-group.btn-set,
a .btn-group.btn-set,
label .btn-group.btn-set,
div .btn-group.btn-set,
span .btn-group.btn-set {
  margin: 0;
}

button .btn-group.btn-set .btn,
input[type="button"] .btn-group.btn-set .btn,
input[type="reset"] .btn-group.btn-set .btn,
input[type="submit"] .btn-group.btn-set .btn,
button .btn-group.btn-set .btn,
a .btn-group.btn-set .btn,
label .btn-group.btn-set .btn,
div .btn-group.btn-set .btn,
span .btn-group.btn-set .btn {
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
  align-self: center;
  background-color: #eee;
  height: 38px;
  margin: 0 1px 0 0;
}

button .btn-group.btn-set .btn:hover,
input[type="button"] .btn-group.btn-set .btn:hover,
input[type="reset"] .btn-group.btn-set .btn:hover,
input[type="submit"] .btn-group.btn-set .btn:hover,
button .btn-group.btn-set .btn:hover,
a .btn-group.btn-set .btn:hover,
label .btn-group.btn-set .btn:hover,
div .btn-group.btn-set .btn:hover,
span .btn-group.btn-set .btn:hover {
  background-color: white;
}

button .btn-group.btn-set .btn:before, button .btn-group.btn-set .btn:after, button .btn-group.btn-set .btn i,
input[type="button"] .btn-group.btn-set .btn:before,
input[type="button"] .btn-group.btn-set .btn:after,
input[type="button"] .btn-group.btn-set .btn i,
input[type="reset"] .btn-group.btn-set .btn:before,
input[type="reset"] .btn-group.btn-set .btn:after,
input[type="reset"] .btn-group.btn-set .btn i,
input[type="submit"] .btn-group.btn-set .btn:before,
input[type="submit"] .btn-group.btn-set .btn:after,
input[type="submit"] .btn-group.btn-set .btn i,
button .btn-group.btn-set .btn:before,
button .btn-group.btn-set .btn:after,
button .btn-group.btn-set .btn i,
a .btn-group.btn-set .btn:before,
a .btn-group.btn-set .btn:after,
a .btn-group.btn-set .btn i,
label .btn-group.btn-set .btn:before,
label .btn-group.btn-set .btn:after,
label .btn-group.btn-set .btn i,
div .btn-group.btn-set .btn:before,
div .btn-group.btn-set .btn:after,
div .btn-group.btn-set .btn i,
span .btn-group.btn-set .btn:before,
span .btn-group.btn-set .btn:after,
span .btn-group.btn-set .btn i {
  color: #999;
}

button .btn-group.btn-set .btn:last-child,
input[type="button"] .btn-group.btn-set .btn:last-child,
input[type="reset"] .btn-group.btn-set .btn:last-child,
input[type="submit"] .btn-group.btn-set .btn:last-child,
button .btn-group.btn-set .btn:last-child,
a .btn-group.btn-set .btn:last-child,
label .btn-group.btn-set .btn:last-child,
div .btn-group.btn-set .btn:last-child,
span .btn-group.btn-set .btn:last-child {
  margin: 0;
}

button .btn-cancel,
input[type="button"] .btn-cancel,
input[type="reset"] .btn-cancel,
input[type="submit"] .btn-cancel,
button .btn-cancel,
a .btn-cancel,
label .btn-cancel,
div .btn-cancel,
span .btn-cancel {
  color: #D5001B;
  background-color: #fff;
  border: 1px solid #D5001B;
  margin: 2.5em 0 1em;
  max-width: 140px;
}

button .btn-cancel:hover,
input[type="button"] .btn-cancel:hover,
input[type="reset"] .btn-cancel:hover,
input[type="submit"] .btn-cancel:hover,
button .btn-cancel:hover,
a .btn-cancel:hover,
label .btn-cancel:hover,
div .btn-cancel:hover,
span .btn-cancel:hover {
  background-color: white;
}

button .btn-cancel:hover,
input[type="button"] .btn-cancel:hover,
input[type="reset"] .btn-cancel:hover,
input[type="submit"] .btn-cancel:hover,
button .btn-cancel:hover,
a .btn-cancel:hover,
label .btn-cancel:hover,
div .btn-cancel:hover,
span .btn-cancel:hover {
  background-color: #D5001B;
  color: #fff;
}

button .btn-add:before,
input[type="button"] .btn-add:before,
input[type="reset"] .btn-add:before,
input[type="submit"] .btn-add:before,
button .btn-add:before,
a .btn-add:before,
label .btn-add:before,
div .btn-add:before,
span .btn-add:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-right: .5em;
  margin-left: -.2em;
  margin-top: -.3rem;
  font-size: 105%;
  display: inline-block;
}

button .btn-cart:before,
input[type="button"] .btn-cart:before,
input[type="reset"] .btn-cart:before,
input[type="submit"] .btn-cart:before,
button .btn-cart:before,
a .btn-cart:before,
label .btn-cart:before,
div .btn-cart:before,
span .btn-cart:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-right: .5em;
  margin-left: -.2em;
  display: inline-block;
  margin-top: -.3rem;
  font-size: 115%;
}

button.btn.btn-block,
input[type="button"].btn.btn-block,
input[type="reset"].btn.btn-block,
input[type="submit"].btn.btn-block,
button.btn.btn-block,
a.btn.btn-block,
label.btn.btn-block,
div.btn.btn-block,
span.btn.btn-block {
  width: 100%;
  display: block;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

button.btn.btn-secondary,
input[type="button"].btn.btn-secondary,
input[type="reset"].btn.btn-secondary,
input[type="submit"].btn.btn-secondary,
button.btn.btn-secondary,
a.btn.btn-secondary,
label.btn.btn-secondary,
div.btn.btn-secondary,
span.btn.btn-secondary {
  background-color: #666;
}

button.btn.btn-secondary:hover,
input[type="button"].btn.btn-secondary:hover,
input[type="reset"].btn.btn-secondary:hover,
input[type="submit"].btn.btn-secondary:hover,
button.btn.btn-secondary:hover,
a.btn.btn-secondary:hover,
label.btn.btn-secondary:hover,
div.btn.btn-secondary:hover,
span.btn.btn-secondary:hover {
  background-color: #8c8c8c;
}

button.btn.btn-invert,
input[type="button"].btn.btn-invert,
input[type="reset"].btn.btn-invert,
input[type="submit"].btn.btn-invert,
button.btn.btn-invert,
a.btn.btn-invert,
label.btn.btn-invert,
div.btn.btn-invert,
span.btn.btn-invert {
  color: #D5001B;
  background-color: #fff;
  border: 1px solid #D5001B;
}

button.btn.btn-invert:hover,
input[type="button"].btn.btn-invert:hover,
input[type="reset"].btn.btn-invert:hover,
input[type="submit"].btn.btn-invert:hover,
button.btn.btn-invert:hover,
a.btn.btn-invert:hover,
label.btn.btn-invert:hover,
div.btn.btn-invert:hover,
span.btn.btn-invert:hover {
  background-color: white;
}

button.btn.btn-invert:hover,
input[type="button"].btn.btn-invert:hover,
input[type="reset"].btn.btn-invert:hover,
input[type="submit"].btn.btn-invert:hover,
button.btn.btn-invert:hover,
a.btn.btn-invert:hover,
label.btn.btn-invert:hover,
div.btn.btn-invert:hover,
span.btn.btn-invert:hover {
  background-color: #D5001B;
  color: #fff;
}

button.btn-xxl,
input[type="button"].btn-xxl,
input[type="reset"].btn-xxl,
input[type="submit"].btn-xxl,
button.btn-xxl,
a.btn-xxl,
label.btn-xxl,
div.btn-xxl,
span.btn-xxl {
  padding: .8rem 1.5rem;
  font-size: 1.2rem;
  margin-top: .6rem;
  letter-spacing: .5px;
  font-weight: 600;
  margin-bottom: .8rem;
}

button.btn-xl,
input[type="button"].btn-xl,
input[type="reset"].btn-xl,
input[type="submit"].btn-xl,
button.btn-xl,
a.btn-xl,
label.btn-xl,
div.btn-xl,
span.btn-xl {
  padding: 13px 3rem;
  font-size: 16px;
  margin-top: .6rem;
  letter-spacing: .5px;
  font-weight: 600;
  margin-bottom: .8rem;
}

button.btn-lg,
input[type="button"].btn-lg,
input[type="reset"].btn-lg,
input[type="submit"].btn-lg,
button.btn-lg,
a.btn-lg,
label.btn-lg,
div.btn-lg,
span.btn-lg {
  padding: 12px 2.8rem;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 15px;
  margin-top: .3rem;
  margin-bottom: .6rem;
}

button.btn-sm,
input[type="button"].btn-sm,
input[type="reset"].btn-sm,
input[type="submit"].btn-sm,
button.btn-sm,
a.btn-sm,
label.btn-sm,
div.btn-sm,
span.btn-sm {
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
}

button.btn-xs,
input[type="button"].btn-xs,
input[type="reset"].btn-xs,
input[type="submit"].btn-xs,
button.btn-xs,
a.btn-xs,
label.btn-xs,
div.btn-xs,
span.btn-xs {
  padding: .3rem .5rem .25rem .5rem;
  font-size: .85rem;
  font-weight: 400;
  margin: 0;
}

button.btn.btn-danger,
input[type="button"].btn.btn-danger,
input[type="reset"].btn.btn-danger,
input[type="submit"].btn.btn-danger,
button.btn.btn-danger,
a.btn.btn-danger,
label.btn.btn-danger,
div.btn.btn-danger,
span.btn.btn-danger {
  background-color: #D5001B;
}

button.btn.btn-warning,
input[type="button"].btn.btn-warning,
input[type="reset"].btn.btn-warning,
input[type="submit"].btn.btn-warning,
button.btn.btn-warning,
a.btn.btn-warning,
label.btn.btn-warning,
div.btn.btn-warning,
span.btn.btn-warning {
  background-color: #f8492a;
}

button.btn.btn-success,
input[type="button"].btn.btn-success,
input[type="reset"].btn.btn-success,
input[type="submit"].btn.btn-success,
button.btn.btn-success,
a.btn.btn-success,
label.btn.btn-success,
div.btn.btn-success,
span.btn.btn-success {
  background-color: #146318;
}

button.btn.btn-dropdown,
input[type="button"].btn.btn-dropdown,
input[type="reset"].btn.btn-dropdown,
input[type="submit"].btn.btn-dropdown,
button.btn.btn-dropdown,
a.btn.btn-dropdown,
label.btn.btn-dropdown,
div.btn.btn-dropdown,
span.btn.btn-dropdown {
  padding-left: .85em;
  padding-right: .7em;
  margin-left: 1px !important;
  display: inline-block;
  height: 100%;
  min-width: 40px;
  vertical-align: middle;
}

button.btn.btn-dropdown:before,
input[type="button"].btn.btn-dropdown:before,
input[type="reset"].btn.btn-dropdown:before,
input[type="submit"].btn.btn-dropdown:before,
button.btn.btn-dropdown:before,
a.btn.btn-dropdown:before,
label.btn.btn-dropdown:before,
div.btn.btn-dropdown:before,
span.btn.btn-dropdown:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: transform .2s ease;
  display: inline-block;
  margin: 0px;
  margin-bottom: 2px;
  line-height: 1.1;
}

button.btn.btn-dropdown:hover:before,
input[type="button"].btn.btn-dropdown:hover:before,
input[type="reset"].btn.btn-dropdown:hover:before,
input[type="submit"].btn.btn-dropdown:hover:before,
button.btn.btn-dropdown:hover:before,
a.btn.btn-dropdown:hover:before,
label.btn.btn-dropdown:hover:before,
div.btn.btn-dropdown:hover:before,
span.btn.btn-dropdown:hover:before {
  transform: rotate(-90deg);
}

button .reveal-trigger i,
input[type="button"] .reveal-trigger i,
input[type="reset"] .reveal-trigger i,
input[type="submit"] .reveal-trigger i,
button .reveal-trigger i,
a .reveal-trigger i,
label .reveal-trigger i,
div .reveal-trigger i,
span .reveal-trigger i {
  margin: -.25rem 0 0 .2rem;
  transition: all .2s linear;
}

button .reveal-trigger.reveal-triggered i.icon-chevron-down,
input[type="button"] .reveal-trigger.reveal-triggered i.icon-chevron-down,
input[type="reset"] .reveal-trigger.reveal-triggered i.icon-chevron-down,
input[type="submit"] .reveal-trigger.reveal-triggered i.icon-chevron-down,
button .reveal-trigger.reveal-triggered i.icon-chevron-down,
a .reveal-trigger.reveal-triggered i.icon-chevron-down,
label .reveal-trigger.reveal-triggered i.icon-chevron-down,
div .reveal-trigger.reveal-triggered i.icon-chevron-down,
span .reveal-trigger.reveal-triggered i.icon-chevron-down {
  transform: rotate(180deg);
}

button.btn.btn-facebook,
input[type="button"].btn.btn-facebook,
input[type="reset"].btn.btn-facebook,
input[type="submit"].btn.btn-facebook,
button.btn.btn-facebook,
a.btn.btn-facebook,
label.btn.btn-facebook,
div.btn.btn-facebook,
span.btn.btn-facebook {
  padding: 13px 3rem;
  font-size: 16px;
  margin-top: .6rem;
  letter-spacing: .5px;
  font-weight: 600;
  margin-bottom: .8rem;
  background-color: #49639f;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  margin: .8em 0 1em;
  padding-left: 2.5em;
  padding-right: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: table;
  position: relative;
  vertical-align: middle;
}

button.btn.btn-facebook:hover,
input[type="button"].btn.btn-facebook:hover,
input[type="reset"].btn.btn-facebook:hover,
input[type="submit"].btn.btn-facebook:hover,
button.btn.btn-facebook:hover,
a.btn.btn-facebook:hover,
label.btn.btn-facebook:hover,
div.btn.btn-facebook:hover,
span.btn.btn-facebook:hover {
  background-color: #758bc0;
}

button.btn.btn-facebook:before,
input[type="button"].btn.btn-facebook:before,
input[type="reset"].btn.btn-facebook:before,
input[type="submit"].btn.btn-facebook:before,
button.btn.btn-facebook:before,
a.btn.btn-facebook:before,
label.btn.btn-facebook:before,
div.btn.btn-facebook:before,
span.btn.btn-facebook:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: .4em .5em;
  display: table-cell;
  padding-right: 10px;
  color: #fff;
  font-size: 31px;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 1rem 0;
}

.btn-group::after {
  clear: both;
  content: "";
  display: table;
}

.btn-group .btn-next, .btn-group .btn-cancel {
  float: right;
}

.btn-group .add-checked-to-cart {
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
}

@media (min-width: 481px) {
  .btn-group .add-checked-to-cart {
    -moz-box-flex: 0 0 auto  ;
    -webkit-flex: 0 0 auto  ;
    -ms-flex: 0 0 auto  ;
    flex: 0 0 auto  ;
    max-width: auto;
    width: 100%;
    margin-left: auto;
  }
  .btn-group .btn + .btn:not(.btn-block) {
    margin-left: 5px;
  }
  .btn-group .btn-submit {
    align-self: flex-end;
    margin-left: auto;
  }
}

.btn-group-controls {
  border-top: 1px solid #aaa;
  padding: .5rem 0rem 1rem;
  margin: 3rem 0 0;
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn-group-controls .extra {
  align-self: flex-end;
  flex-flow: row wrap;
  display: block;
  width: 100%;
  text-align: center;
}

.btn-group-controls .extra::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 481px) {
  .btn-group-controls .extra {
    float: left;
    text-align: right;
  }
}

.slider-holder {
  background-color: #000;
  position: relative;
}

.slider-holder .wrapper.wrapper-full {
  max-width: 1440px;
}

.slick-dots {
  z-index: 99;
  transition: all .1s linear;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 .3rem;
  padding: 0;
  width: 2.5rem;
  text-align: center;
}

.slick-dots li button {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  opacity: .4;
  background: #D5001B;
  height: .3rem;
  width: 100%;
  cursor: pointer;
}

.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li:hover button {
  opacity: 1;
}

.slideshow .slick-dots {
  padding-bottom: 1rem;
}

@media (min-width: 1000px) {
  .slideshow .slick-dots {
    bottom: 2rem;
    position: absolute;
  }
}

.slideshow .slick-dots li {
  width: 5rem;
}

.slideshow .slick-dots li button {
  background: #fff;
}

.slideshow img {
  display: none;
}

.carousel {
  text-align: center;
  clear: both;
}

.carousel img {
  display: none;
}

.carousel.slick-initialized img,
.slideshow.slick-initialized img {
  display: block;
}

.slick-prev,
.slick-next {
  border-radius: 50%;
  z-index: 1;
  margin-top: -1.5rem;
  width: 3rem;
  text-align: center;
  position: absolute;
  top: 50%;
  height: 3rem;
  border: none;
  color: transparent;
  cursor: pointer;
  padding: 0 .25rem 0 0;
  background-color: #2c2c2c;
  transition: all .1s linear;
  overflow: hidden;
  display: none !important;
  opacity: .75;
  left: 0;
}

@media (min-width: 1000px) {
  .slick-prev,
  .slick-next {
    display: block !important;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #fff;
  line-height: 2.6;
  display: block;
  font-size: 1.2rem;
}

.slick-prev:focus:not(.slick-disabled), .slick-prev:hover:not(.slick-disabled),
.slick-next:focus:not(.slick-disabled),
.slick-next:hover:not(.slick-disabled) {
  opacity: 1;
}

.slick-prev:focus, .slick-prev.slick-disabled,
.slick-next:focus,
.slick-next.slick-disabled {
  opacity: .05;
}

.slick-next {
  right: 0;
  left: auto;
  padding: 0 0 0 .25rem;
}

.slick-next:before {
  content: "";
}

.carousel-holder,
.carousel-group {
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 3rem;
}

.carousel-holder .all-link,
.carousel-group .all-link {
  float: right;
  padding: 1.8rem 0 .5rem;
  font-size: .95rem;
  display: block;
}

.carousel-holder .all-link span,
.carousel-group .all-link span {
  display: none;
}

@media (min-width: 1000px) {
  .carousel-holder .all-link span,
  .carousel-group .all-link span {
    display: inline;
  }
}

.carousel-holder h2,
.carousel-group h2 {
  float: left;
}

.carousel-holder .slick-arrow,
.carousel-group .slick-arrow {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: none;
  padding: .6rem 1.2rem;
  border: 1px solid #666;
  margin: .9rem 0 0rem;
  float: left;
  position: relative;
  height: auto;
}

.carousel-holder .slick-arrow:focus,
.carousel-group .slick-arrow:focus {
  outline: 0;
}

@media (min-width: 1000px) {
  .carousel-holder .slick-arrow,
  .carousel-group .slick-arrow {
    display: inline-block;
  }
}

.carousel-holder .slick-arrow:before,
.carousel-group .slick-arrow:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #666;
  font-size: 1rem;
}

.carousel-holder .slick-arrow.slick-next,
.carousel-group .slick-arrow.slick-next {
  border-left: 0;
  margin-right: 1rem;
}

.carousel-holder .slick-arrow.slick-next:before,
.carousel-group .slick-arrow.slick-next:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.carousel-holder .slick-hidden,
.carousel-group .slick-hidden {
  display: none !important;
}

.slick-next,
.slick-prev {
  display: none;
}

@media (min-width: 1000px) {
  .slick-next,
  .slick-prev {
    display: inline-block;
  }
}

.carousel a {
  text-decoration: none;
  display: none;
  padding: 0 .25rem;
  margin-bottom: .5rem;
  transition: opacity .2s linear;
}

.carousel a img {
  margin-bottom: .6rem;
}

.carousel a p {
  padding: .4rem 5% 0;
}

.carousel a:hover {
  opacity: .75;
}

.sm-carousel p {
  font-size: .8rem;
}

.lg-carousel {
  padding: 1rem 0;
}

/*progressbar*/
.progress-bar {
  max-width: 1200px;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  /*CSS counters to number the steps*/
  counter-reset: step;
  overflow: hidden;
  text-align: center;
  margin: .5rem auto 1.5rem;
  padding: .4rem 0 1.5rem;
  display: flex;
}

.progress-bar li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1440px) {
  .progress-bar {
    /*width: 110%;
		margin: 25px 0 0 -5%;*/
  }
}

.progress-bar li {
  list-style-type: none;
  color: #D5001B;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: .85rem;
  width: 20%;
  text-align: center;
  flex: 1;
  position: relative;
  line-height: 1;
}

/*.progress-bar li:first-child {
	text-align:left;
	&:before{margin:0 5px;}
}*/
.progress-bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  line-height: 1.7;
  z-index: 1;
  display: block;
  border: 4px solid transparent;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background: #D5001B;
  margin: 0 auto .4rem auto;
}

.progress-bar li.uncomplete:before {
  border: 4px solid #D5001B;
  background: #fff;
  color: #D5001B;
}

/*progressbar connectors*/
.progress-bar li:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #edeaf3;
  position: absolute;
  left: -50%;
  top: 1rem;
  overflow: hidden;
  z-index: -1;
  /*put it behind the numbers*/
}

.progress-bar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progress-bar li.complete {
  color: #D5001B;
}

.progress-bar li.complete:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.9;
}

.progress-bar li.complete:after {
  background: #D5001B;
}

.progress-bar li.active:after {
  background: #D5001B;
  color: white;
}

/*.form-group {
    margin: .2em 0;
    display: flex;
    flex-flow: row wrap;
    label {
        @include flex(0 1 4em);
    }
    input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="name"], input[type="url"], input[type="week"], input:not([type]), textarea {
        @include flex(1);
        min-width: 50px;
    }
    .btn {
        margin: 0;
    }
    .form-group{
        @include flex(0 0 50%;)
    }
}*/
.form-bordered {
  transform: translateZ(0);
  background-color: #fff;
  border: 10px solid #ccc;
  margin-bottom: 20px;
  padding: 1% 4%;
}

/* form specific formatting */
.form-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.form-group input[type="color"], .form-group input[type="date"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="email"], .form-group input[type="month"], .form-group input[type="number"], .form-group input[type="password"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="text"], .form-group input[type="time"], .form-group input[type="name"], .form-group input[type="url"], .form-group input[type="week"], .form-group input:not([type]), .form-group textarea,
.form-group .select-holder {
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
  display: block;
  margin: 0;
}

.form-group .btn {
  width: 100%;
}

.form-group p {
  -moz-box-flex: 0 0 100%  ;
  -webkit-flex: 0 0 100%  ;
  -ms-flex: 0 0 100%  ;
  flex: 0 0 100%  ;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  flex-direction: column;
  flex-flow: wrap;
  opacity: .9;
  flex-grow: 0;
  margin: 0 0 .2em;
  font-size: .8rem;
}

.form-group input[type=text].unit-input {
  width: 100px;
  padding-left: 10px;
  padding-right: 5px;
  margin-right: 0px;
  -moz-box-flex: 0 0 auto  ;
  -webkit-flex: 0 0 auto  ;
  -ms-flex: 0 0 auto  ;
  flex: 0 0 auto  ;
  max-width: auto;
  width: 100%;
}

.form-group label {
  flex: none;
  display: inline-block;
  line-height: 1.2;
  width: auto;
  margin: 1em 0 .4em;
}

.form-group label.right-inline {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}

.form-group label.checkbox,
.form-group label.radio {
  flex: 1 1 auto;
}

/*@include media($mobile) {*/
.form-group {
  flex-direction: row;
}

.form-group .btn {
  margin: !important;
  width: auto;
  height: 100% !important;
}

.form-group label {
  line-height: 1.2;
  margin: 0;
}

.form-group label small {
  display: block;
  margin: 2px 0 0 4px;
}

.form-group label.right-inline {
  text-align: right;
  padding-right: 8px;
  padding-left: 10px;
  width: 150px;
}

/*}*/
/*input[required]{
    background-image: radial-gradient(#F00 15%, transparent 16%);
    background-size: 2em 2em;
    background-position: right center;
    background-repeat: no-repeat;
}*/
.gform_wrapper .top_label .gfield_label, .input-heading,
.label,
label {
  line-height: 1.1;
  padding: .2rem 0;
  font-size: 1rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
}

.gform_wrapper .top_label .gfield_label strong, .input-heading strong,
.label strong,
label strong {
  font-weight: 600;
  color: #333;
}

.gform_wrapper .top_label .gfield_label small, .input-heading small,
.label small,
label small {
  text-transform: none;
  font-size: 85%;
  opacity: .8;
}

label + p {
  margin-top: 0;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="name"], input[type="url"], input[type="week"], input:not([type]), textarea,
body .gform_wrapper input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="name"], input[type="url"], input[type="week"], input:not([type]), textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  background-color: #fff;
  font-size: 16px;
  min-width: 10px;
  color: #222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border: 1px solid #aaa;
  margin-bottom: 1rem;
  border-radius: .2rem;
  padding: .6rem 1rem;
  line-height: normal;
}

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="name"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
body .gform_wrapper input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="name"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888;
}

input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="name"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder,
body .gform_wrapper input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="name"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
  color: #888;
}

input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="name"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
body .gform_wrapper input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="name"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}

input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="name"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
body .gform_wrapper input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="name"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888;
}

input[type="color"]:placeholder, input[type="date"]:placeholder, input[type="datetime"]:placeholder, input[type="datetime-local"]:placeholder, input[type="email"]:placeholder, input[type="month"]:placeholder, input[type="number"]:placeholder, input[type="password"]:placeholder, input[type="search"]:placeholder, input[type="tel"]:placeholder, input[type="text"]:placeholder, input[type="time"]:placeholder, input[type="name"]:placeholder, input[type="url"]:placeholder, input[type="week"]:placeholder, input:not([type]):placeholder, textarea:placeholder,
body .gform_wrapper input[type="color"]:placeholder, input[type="date"]:placeholder, input[type="datetime"]:placeholder, input[type="datetime-local"]:placeholder, input[type="email"]:placeholder, input[type="month"]:placeholder, input[type="number"]:placeholder, input[type="password"]:placeholder, input[type="search"]:placeholder, input[type="tel"]:placeholder, input[type="text"]:placeholder, input[type="time"]:placeholder, input[type="name"]:placeholder, input[type="url"]:placeholder, input[type="week"]:placeholder, input:not([type]):placeholder, textarea:placeholder {
  color: #888;
}

input[type="color"]:hover:not([disabled]), input[type="date"]:hover:not([disabled]), input[type="datetime"]:hover:not([disabled]), input[type="datetime-local"]:hover:not([disabled]), input[type="email"]:hover:not([disabled]), input[type="month"]:hover:not([disabled]), input[type="number"]:hover:not([disabled]), input[type="password"]:hover:not([disabled]), input[type="search"]:hover:not([disabled]), input[type="tel"]:hover:not([disabled]), input[type="text"]:hover:not([disabled]), input[type="time"]:hover:not([disabled]), input[type="name"]:hover:not([disabled]), input[type="url"]:hover:not([disabled]), input[type="week"]:hover:not([disabled]), input:not([type]):hover:not([disabled]), textarea:hover:not([disabled]),
body .gform_wrapper input[type="color"]:hover:not([disabled]), input[type="date"]:hover:not([disabled]), input[type="datetime"]:hover:not([disabled]), input[type="datetime-local"]:hover:not([disabled]), input[type="email"]:hover:not([disabled]), input[type="month"]:hover:not([disabled]), input[type="number"]:hover:not([disabled]), input[type="password"]:hover:not([disabled]), input[type="search"]:hover:not([disabled]), input[type="tel"]:hover:not([disabled]), input[type="text"]:hover:not([disabled]), input[type="time"]:hover:not([disabled]), input[type="name"]:hover:not([disabled]), input[type="url"]:hover:not([disabled]), input[type="week"]:hover:not([disabled]), input:not([type]):hover:not([disabled]), textarea:hover:not([disabled]) {
  border: 1px solid #666;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="name"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
body .gform_wrapper input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="name"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  outline: none;
  border: 1px solid #666;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(100, 20, 100, 0.2);
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="name"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
body .gform_wrapper input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="name"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
  opacity: 0.6;
}

input[type="color"] select, input[type="date"] select, input[type="datetime"] select, input[type="datetime-local"] select, input[type="email"] select, input[type="month"] select, input[type="number"] select, input[type="password"] select, input[type="search"] select, input[type="tel"] select, input[type="text"] select, input[type="time"] select, input[type="name"] select, input[type="url"] select, input[type="week"] select, input:not([type]) select, textarea select,
body .gform_wrapper input[type="color"] select, input[type="date"] select, input[type="datetime"] select, input[type="datetime-local"] select, input[type="email"] select, input[type="month"] select, input[type="number"] select, input[type="password"] select, input[type="search"] select, input[type="tel"] select, input[type="text"] select, input[type="time"] select, input[type="name"] select, input[type="url"] select, input[type="week"] select, input:not([type]) select, textarea select {
  padding: .6rem 1rem;
  line-height: normal;
}

.select-holder {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  background-color: #fff;
  font-size: 16px;
  min-width: 10px;
  color: #222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border: 1px solid #aaa;
  margin-bottom: 1rem;
  border-radius: .2rem;
  padding: .6rem 1rem;
  line-height: normal;
  padding: 0 !important;
  transition: all 260ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-appearance: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 100%;
  font-size: normal;
}

.select-holder::-webkit-input-placeholder {
  color: #888;
}

.select-holder:-moz-placeholder {
  color: #888;
}

.select-holder::-moz-placeholder {
  color: #888;
}

.select-holder:-ms-input-placeholder {
  color: #888;
}

.select-holder:placeholder {
  color: #888;
}

.select-holder:hover:not([disabled]) {
  border: 1px solid #666;
}

.select-holder:focus {
  outline: none;
  border: 1px solid #666;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(100, 20, 100, 0.2);
}

.select-holder:disabled {
  opacity: 0.6;
}

.select-holder select {
  padding: .6rem 1rem;
  line-height: normal;
}

.select-holder select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border: 0;
  color: #333;
  outline: none;
  display: block;
  line-height: normal;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  cursor: pointer;
  height: auto;
  position: relative;
  width: 100%;
  margin: 2px 0;
  z-index: 1;
  font-size: 16px;
}

.select-holder select:focus {
  outline: none;
}

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

.select-holder:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #999;
  font-size: 17px;
  position: absolute;
  right: .8rem;
  top: 50%;
  margin-top: -8px;
}

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

input[type="color"].input-xs, input[type="date"].input-xs, input[type="datetime"].input-xs, input[type="datetime-local"].input-xs, input[type="email"].input-xs, input[type="month"].input-xs, input[type="number"].input-xs, input[type="password"].input-xs, input[type="search"].input-xs, input[type="tel"].input-xs, input[type="text"].input-xs, input[type="time"].input-xs, input[type="name"].input-xs, input[type="url"].input-xs, input[type="week"].input-xs, input:not([type]).input-xs, textarea.input-xs {
  padding: .375rem .5rem;
  height: 33px;
  line-height: normal;
}

input[type="color"].input-sm, input[type="date"].input-sm, input[type="datetime"].input-sm, input[type="datetime-local"].input-sm, input[type="email"].input-sm, input[type="month"].input-sm, input[type="number"].input-sm, input[type="password"].input-sm, input[type="search"].input-sm, input[type="tel"].input-sm, input[type="text"].input-sm, input[type="time"].input-sm, input[type="name"].input-sm, input[type="url"].input-sm, input[type="week"].input-sm, input:not([type]).input-sm, textarea.input-sm {
  padding: .5rem .7rem;
  line-height: normal;
}

input[type="color"].input-lg, input[type="date"].input-lg, input[type="datetime"].input-lg, input[type="datetime-local"].input-lg, input[type="email"].input-lg, input[type="month"].input-lg, input[type="number"].input-lg, input[type="password"].input-lg, input[type="search"].input-lg, input[type="tel"].input-lg, input[type="text"].input-lg, input[type="time"].input-lg, input[type="name"].input-lg, input[type="url"].input-lg, input[type="week"].input-lg, input:not([type]).input-lg, textarea.input-lg {
  padding: .7rem 1.2rem;
  line-height: normal;
}

input[type="color"].input-xl, input[type="date"].input-xl, input[type="datetime"].input-xl, input[type="datetime-local"].input-xl, input[type="email"].input-xl, input[type="month"].input-xl, input[type="number"].input-xl, input[type="password"].input-xl, input[type="search"].input-xl, input[type="tel"].input-xl, input[type="text"].input-xl, input[type="time"].input-xl, input[type="name"].input-xl, input[type="url"].input-xl, input[type="week"].input-xl, input:not([type]).input-xl, textarea.input-xl {
  padding: .85rem 1.2rem;
  line-height: normal;
}

.select-holder.select-lg select {
  padding: .7rem 1.2rem;
  line-height: normal;
}

.select-holder.select-sm select {
  padding: .5rem .7rem;
  line-height: normal;
}

form legend {
  font-size: 1.15rem;
  font-weight: 500;
}

/* I use form--complex for forms that have more complex layouts than simple left/right label and field alignment etc */
.form--complex {
  display: flex;
}

.form__object--fillspace {
  /* This element will receive priority of size. 
     All other elements will be sized at the size dictated by their display type */
  flex-grow: 1;
}

.form__object--fillspace + .form__object--fillspace-gap {
  margin-left: .5em;
}

.form__object--fillspace .btn {
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  width: 100%;
  padding: 0;
}

.form-row label {
  margin-top: .8rem;
  margin-bottom: .1rem;
  display: block;
  width: 100%;
}

@media (min-width: 580px) {
  .form-row {
    flex-direction: row;
    margin: 0 0 .8rem;
  }
}

.form-row input[type="color"], .form-row input[type="date"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="email"], .form-row input[type="month"], .form-row input[type="number"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="tel"], .form-row input[type="text"], .form-row input[type="time"], .form-row input[type="name"], .form-row input[type="url"], .form-row input[type="week"], .form-row input:not([type]), .form-row textarea,
.form-row .select-holder {
  margin: 0;
}

.form-row label.hide + input, .form-row label.hide + .select-holder {
  margin-top: .5rem;
}

@media (min-width: 580px) {
  .form-row label.hide + input, .form-row label.hide + .select-holder {
    margin-top: 0;
  }
}

.form-row p {
  flex-direction: column;
  width: 100%;
  margin-top: .1rem;
  margin-bottom: 0;
}

.form-row p.location {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  background-color: #fff;
  font-size: 16px;
  min-width: 10px;
  color: #222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border: 1px solid #aaa;
  margin-bottom: 1rem;
  border-radius: .2rem;
  padding: .6rem 1rem;
  line-height: normal;
  margin-bottom: 0;
  height: auto;
}

.form-row p.location::-webkit-input-placeholder {
  color: #888;
}

.form-row p.location:-moz-placeholder {
  color: #888;
}

.form-row p.location::-moz-placeholder {
  color: #888;
}

.form-row p.location:-ms-input-placeholder {
  color: #888;
}

.form-row p.location:placeholder {
  color: #888;
}

.form-row p.location:hover:not([disabled]) {
  border: 1px solid #666;
}

.form-row p.location:focus {
  outline: none;
  border: 1px solid #666;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(100, 20, 100, 0.2);
}

.form-row p.location:disabled {
  opacity: 0.6;
}

.form-row p.location select {
  padding: .6rem 1rem;
  line-height: normal;
}

.form-cell {
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
}

.form-cell-main {
  -moz-box-flex: 1 1 75%  ;
  -webkit-flex: 1 1 75%  ;
  -ms-flex: 1 1 75%  ;
  flex: 1 1 75%  ;
  max-width: 75%;
  width: 100%;
}

@media (min-width: 580px) {
  .form-cell.form-cell-50 {
    -moz-box-flex: 1 1 52.5%  ;
    -webkit-flex: 1 1 52.5%  ;
    -ms-flex: 1 1 52.5%  ;
    flex: 1 1 52.5%  ;
    max-width: 52.5%;
    width: 100%;
  }
}

@media (min-width: 580px) {
  .form-row .form-cell {
    padding: 0 3% 0 0;
  }
}

.form-row .form-cell:last-child {
  padding: 0 0 0 0;
}

textarea {
  resize: vertical;
  height: 6em;
}

.overlay-loading:before {
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 9999;
}

.width-ty {
  max-width: 70px;
}

.width-xs {
  max-width: 91px;
}

.width-sm {
  max-width: 175px;
}

.width-md {
  max-width: 250px;
}

label.label-required:after {
  content: "*";
  display: inline-block;
  color: #777;
  padding-left: .2rem;
}

.table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  margin: .75rem 0 1.2rem;
  /*td .price{
        font-size:1.2rem;
    }*/
}

.table caption {
  display: none;
}

.table td,
.table th {
  vertical-align: middle;
  padding: .75rem .25rem;
  font-size: .95rem;
  text-align: left;
}

@media (min-width: 380px) {
  .table td,
  .table th {
    padding: .75rem .7rem;
  }
}

.table tr {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.table td {
  width: auto;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.table td ol,
.table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table td ol li,
.table td ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table .qty {
  text-align: center;
}

.table .price {
  text-align: right;
}

.table .subtotal {
  text-align: right;
}

.table .subtotal .price {
  color: #D5001B;
}

.table thead tr th, .table tfoot tr td {
  font-weight: 600;
}

.table thead tr {
  text-transform: uppercase;
}

.table thead tr th {
  font-size: .85rem;
}

.table tfoot tr {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

.table tfoot tr.minor-row {
  border-top: 1px dashed #ddd;
}

.table tfoot tr.minor-row td {
  font-weight: normal;
  font-size: .9rem;
  padding-top: .55rem;
  padding-bottom: .55rem;
}

.table tfoot tr.major-row {
  border-top: 1px solid #bbb;
}

.table tfoot tr.major-row td {
  font-size: 1.3rem;
}

.table .desc {
  width: 25%;
}

.table-selectable tbody tr {
  transition: all .2s linear;
  cursor: pointer;
}

.table-selectable tbody tr:hover {
  background-color: #f4f4f4;
}

.table-selectable tbody tr:hover .action i:before {
  transition: all .2s linear;
  color: #D5001B;
}

.table-selectable a {
  display: block;
}

.table-selectable a.btn {
  display: inline-block;
}

.table-selectable .icon-pdf-file-symbol {
  font-size: 19px;
  margin: -1px 0;
}

.table-rows tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}

.cel-nowrap {
  white-space: nowrap;
}

table.table-xl td {
  padding: 12px 12px;
}

table.table-xl .btn {
  margin: -2px 0;
}

table.table-lg {
  font-size: 1rem;
}

table.table-lg td {
  padding: .8rem .9rem;
}

table.table-lg .btn {
  margin: -2px 0;
}

table.table-md .btn {
  margin: -2px 0;
}

table.table-sm td,
table.table-sm th {
  padding: .7rem .4rem;
  font-size: .9rem;
}

table.table-sm td {
  padding: .6rem .4rem;
}

table.table-sm .btn {
  margin: -2px 0;
}

table.table-xs {
  margin: 5px 0;
  font-size: 14px;
}

table.table-xs td {
  padding: 2px 5px;
}

table.table-xs .btn {
  margin: 0;
}

.tip-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
}

.tip-holder:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #4a90e2;
  display: inline-block;
  font-size: 75%;
  line-height: inherit;
  vertical-align: top;
}

.tip-holder .tip {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: #fff;
  bottom: 100%;
  z-index: 9999;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #fff;
  font-size: .9rem;
  display: block;
  left: 50%;
  min-width: 240px;
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 5px);
  transition: all 0.25s ease-out;
}

.tip-holder .tip p {
  color: #fff;
  font-size: .8rem;
  padding: 2px 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}

/*IE9 & IE10 hack
@media screen and (min-width:0\0) {
  .tip-holder {
    height: 35px;
    overflow: hidden;
  }
  .tip-holder:hover {
    overflow: visible;
    height: auto;
  }
  .tip-holder .tip {
    transition: none;
  }
}*/
/* This bridges the gap so you can mouse into the tooltip without it disappearing 
.tip-holder .tip:before {
  bottom: -20px;
  content: " ";
  display: block;
  background-color:#333;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
*/
.tip-holder .tip:after {
  border-left: solid transparent 11px;
  border-right: solid transparent 11px;
  border-top: solid #fff 11px;
  bottom: -11px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  width: 0;
}

.tip-holder .tip:before {
  border-left: solid transparent 12px;
  border-right: solid transparent 12px;
  border-top: solid #aaa 12px;
  bottom: -12px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 0;
}

.tip-holder:hover .tip {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

/*.tip-holder:hover{
  img,a {
    opacity: 0.75;
    transition: opacity 0.3s linear;
  }
}*/
.tip-holder.tip-left .tip {
  left: 0;
  margin-left: 0%;
}

.tip-holder.tip-left .tip:after {
  left: 10%;
  margin-left: 0;
}

.tip-holder.tip-right .tip {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 0%;
}

.tip-holder.tip-right .tip:after {
  left: auto;
  right: 10%;
  margin-right: 0;
  margin-left: 0;
}

ul.social-icons {
  margin: 0;
  text-align: left;
  width: 100%;
  padding: 0;
  text-align: center;
}

ul.social-icons > li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.social-icons > li > a {
  margin: 0 .3rem;
  display: inline-block;
  text-align: center;
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 50%;
  background: #333;
  text-decoration: none;
}

ul.social-icons > li > a:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  line-height: 1.7;
  text-align: center;
  font-size: 1.55rem;
  color: #fff;
}

ul.social-icons > li > a:hover {
  opacity: .7;
}

ul.social-icons > li.social-facebook a {
  background-color: #3b5998;
}

ul.social-icons > li.social-facebook a:before {
  content: "";
}

ul.social-icons > li.social-twitter a {
  background-color: #00aced;
}

ul.social-icons > li.social-twitter a:before {
  content: "";
}

ul.social-icons > li.social-instagram a {
  background-color: #8a3ab9;
}

ul.social-icons > li.social-instagram a:before {
  content: "";
}

ul.social-icons > li.social-pinterest a {
  background-color: #C92228;
}

ul.social-icons > li.social-pinterest a:before {
  content: "";
}

ul.social-icons > li.social-youtube a {
  background-color: #C92228;
}

ul.social-icons > li.social-youtube a:before {
  content: "";
}

ul.social-icons > li.social-googleplus a {
  background-color: #d34836;
}

ul.social-icons > li.social-googleplus a:before {
  content: "";
  font-size: 1.3rem;
  line-height: 2;
}

.product-share,
.product-zoom-link {
  padding: 1rem .5rem 1rem 2rem;
  margin: 1rem auto;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.product-share a,
.product-zoom-link a {
  text-decoration: none;
}

.product-share:before,
.product-zoom-link:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #777;
  font-size: 1.3rem;
  margin-right: .3rem;
  content: "";
}

.product-zoom-link:before {
  content: "";
}

input[type=radio], input[type=checkbox] {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  user-select: none;
}

input[type=radio]:checked + .radio-btn, input[type=checkbox]:checked + .radio-btn {
  opacity: 1;
}

input[type=radio]:checked + .radio-btn:before, input[type=checkbox]:checked + .radio-btn:before {
  transform: scale(1);
  opacity: 1;
  margin: -.2rem .5rem 0 -.3rem;
  display: inline-block;
}

input[type=radio]:checked + .radio-btn.radio-select span.text-unchecked, input[type=checkbox]:checked + .radio-btn.radio-select span.text-unchecked {
  display: none;
}

input[type=radio]:checked + .radio-btn.radio-select span.text-checked, input[type=checkbox]:checked + .radio-btn.radio-select span.text-checked {
  display: inline;
}

input[type=radio] + .radio-btn.radio-select span.text-checked, input[type=checkbox] + .radio-btn.radio-select span.text-checked {
  display: none;
}

input[type=radio]:checked + .radio:after, input[type=checkbox]:checked + .checkbox:after {
  visibility: visible;
  transform: scale(1);
}

input[type=radio]:checked + .radio:before, input[type=checkbox]:checked + .radio:before {
  border: solid 1px #4a90e2;
}

input[type=radio]:checked + .checkbox:before,
input[type=checkbox]:checked + .checkbox:before,
input[type=checkbox]:checked + label:before {
  visibility: visible;
  color: #4a90e2;
  transform: scale(1);
}

input[type=radio]:disabled + .checkbox, input[type=checkbox]:disabled + .checkbox {
  cursor: not-allowed;
  opacity: .4;
}

input[type=radio] + label.radio,
input[type=checkbox] + label.checkbox,
input[type=checkbox] + label {
  user-select: none;
  display: inline-block;
}

input[type=radio] + label .sub, input[type=checkbox] + label .sub {
  color: #b7b7b7;
  display: block;
  margin-top: -3px;
}

label.radio-btn {
  opacity: .85;
  display: inline-block;
  width: auto;
}

label.radio-btn:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: all .1s ease;
  margin: -.3rem -.3rem 0 -.3rem;
  transform: scale(0.01);
  opacity: 0;
  font-size: 1.2em;
}

.radio-btn.radio-btn--inline {
  width: auto;
  display: inline-block;
}

.radio-btn.radio-btn--inline:after {
  margin-left: 0.75rem;
}

.radio-btn:hover {
  cursor: pointer;
}

.radio-btn:after {
  display: none;
}

.radio-btn + .radio-btn {
  margin-right: .5rem;
}

.radio {
  margin: .2rem 0.7rem 0.7rem 0;
  width: 100%;
  padding-top: .2em;
  position: relative;
  padding-left: 1.7rem !important;
}

.radio.radio--inline {
  width: auto !important;
  display: inline-block;
}

.radio:hover {
  cursor: pointer;
}

.radio:before {
  content: "";
  display: block;
  border-radius: 50%;
  border: solid 1px #aaa;
  transition: border-color .1s ease;
  width: 20px;
  height: 20px;
  top: 0;
  position: absolute;
  left: 0;
}

.radio:after {
  content: "";
  display: block;
  border-radius: 50%;
  transition: transform .1s ease;
  visibility: hidden;
  background: #4a90e2;
  width: 12px;
  height: 12px;
  transform: scale(0.5);
  position: absolute;
  left: 4px;
  top: 4px;
  margin: 0;
}

input[type=radio].input-lg + .radio {
  font-size: 115%;
  margin-top: 1em;
  padding-left: 2em !important;
  margin-right: 1.5em;
  line-height: 20px;
}

input[type=radio].input-lg + .radio:before {
  width: 24px;
  height: 24px;
}

input[type=radio].input-lg + .radio:after {
  width: 14px;
  height: 14px;
  left: 5px;
  top: 5px;
}

.checkbox,
input[type=checkbox] + label {
  margin: .2rem 0.6rem 0.5rem 0;
  padding-top: .4rem;
  display: inline-block;
  position: relative;
  padding-left: 1rem !important;
}

@media (min-width: 1000px) {
  .checkbox,
  input[type=checkbox] + label {
    padding-top: .3rem;
  }
}

.checkbox.checkbox--inline {
  width: auto;
  display: inline-block;
}

.checkbox:hover {
  cursor: pointer;
}

.checkbox:before,
input[type=checkbox] + label:before {
  transition: transform .1s ease;
  display: block;
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: absolute;
  left: .1rem;
  transform: scale(0.01);
  top: .2em;
  font-size: 1.2rem;
  color: #222;
  z-index: 1;
}

.checkbox:after,
input[type=checkbox] + label:after {
  content: '';
  color: #fff;
  border: solid 1px #bbb;
  width: 1.25rem;
  background-color: #f0f0f0;
  height: 1.25rem;
  border-radius: .25rem;
  display: block;
  position: absolute;
  left: 0;
  top: .1rem;
  margin: 0;
  z-index: 0;
}

.radio, .checkbox {
  transition: color .2s ease;
}

.radio:before, .checkbox:before {
  transition: border-color .2s ease;
}

.radio:hover, .checkbox:hover {
  color: #000;
}

.radio:hover:before, .checkbox:hover:before {
  border-color: #000;
}

.reveal-area {
  transition: all .3s ease-out;
  max-height: 600px;
  overflow: hidden;
}

input[type=radio].reveal-checkbox:checked + label + .reveal-area ~ .btn-group #activate-card-btn,
input[type=checkbox].reveal-checkbox:checked + label + .reveal-area ~ .btn-group #activate-card-btn {
  display: none;
}

input[type=radio].reveal-checkbox:checked + label + .reveal-area ~ .btn-group #confirm-email-btn,
input[type=checkbox].reveal-checkbox:checked + label + .reveal-area ~ .btn-group #confirm-email-btn {
  display: inline-block;
}

input[type=radio].reveal-checkbox + label + .reveal-area ~ .btn-group #confirm-email-btn,
input[type=checkbox].reveal-checkbox + label + .reveal-area ~ .btn-group #confirm-email-btn {
  display: none;
}

input[type=radio].reveal-checkbox + label + .reveal-area ~ .btn-group #activate-card-btn,
input[type=checkbox].reveal-checkbox + label + .reveal-area ~ .btn-group #activate-card-btn {
  display: inline-block;
}

.toggle-hidden.reveal-area {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  border-bottom: 0;
}

#pay-cc:not(:checked) ~ .pay-cc {
  display: none;
}

#pay-cc:checked ~ .pay-cc {
  display: table;
}

#pay-bt:not(:checked) ~ .pay-bt {
  display: none;
}

#pay-bt:checked ~ .pay-bt {
  display: table;
}

.page.messages {
  margin: 0;
  overflow: hidden;
  clear: both;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 380px) {
  .page.messages {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 481px) {
  .page.messages {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 1440px) {
  .page.messages {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.messages {
  width: 100%;
}

.message {
  padding: 1rem 1.2rem 1rem 3rem;
  font-size: 90%;
  border: 1px solid;
  font-weight: normal;
  margin: .4rem auto .75rem;
  color: #333;
  width: 100%;
  display: block;
  vertical-align: middle;
  line-height: 1.3;
  position: relative;
}

.message span.close {
  display: none;
}

.message li, .message p {
  text-transform: none;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.message h5, .message p {
  padding-bottom: 0;
}

.message p:last-child, .message li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message:before {
  font-size: 1.2rem;
  position: absolute;
  left: 1.2rem;
  top: 1.05rem;
}

@media (min-width: 481px) {
  .message {
    font-size: 100%;
    padding: 1.15rem 1.5rem 1.15rem 3.5rem;
  }
  .message:before {
    font-size: 1.4rem;
    left: 1.5rem;
    top: 1.15rem;
  }
}

.message.radius {
  border-radius: 0.6rem;
}

.message.primary {
  border-color: #D5001B;
  background-color: #D5001B;
  color: #fff;
}

.message.primary:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.message.primary h1, .message.primary h2, .message.primary h3, .message.primary h4, .message.primary h5, .message.primary p {
  color: #fff;
}

.message.primary h1:first-child, .message.primary h2:first-child, .message.primary h3:first-child, .message.primary h4:first-child, .message.primary h5:first-child, .message.primary p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.message.primary h1:last-child, .message.primary h2:last-child, .message.primary h3:last-child, .message.primary h4:last-child, .message.primary h5:last-child, .message.primary p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message.primary a {
  color: #fff;
}

.message.secondary {
  border-color: #D5001B;
  background-color: #666;
  color: #fff;
}

.message.secondary:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.message.secondary h1, .message.secondary h2, .message.secondary h3, .message.secondary h4, .message.secondary h5, .message.secondary p {
  color: #fff;
}

.message.secondary h1:first-child, .message.secondary h2:first-child, .message.secondary h3:first-child, .message.secondary h4:first-child, .message.secondary h5:first-child, .message.secondary p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.message.secondary h1:last-child, .message.secondary h2:last-child, .message.secondary h3:last-child, .message.secondary h4:last-child, .message.secondary h5:last-child, .message.secondary p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message.secondary a {
  color: #fff;
}

.message.info {
  border-color: #d2a0ca;
  background-color: #f5e9f3;
  color: #68315f;
}

.message.info:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.message.info h1, .message.info h2, .message.info h3, .message.info h4, .message.info h5, .message.info p {
  color: #68315f;
}

.message.info h1:first-child, .message.info h2:first-child, .message.info h3:first-child, .message.info h4:first-child, .message.info h5:first-child, .message.info p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.message.info h1:last-child, .message.info h2:last-child, .message.info h3:last-child, .message.info h4:last-child, .message.info h5:last-child, .message.info p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message.error, .message.danger {
  border-color: #ff8b9a;
  background-color: #ffe4e8;
  color: #D5001B;
}

.message.error:before, .message.danger:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.message.error h1, .message.error h2, .message.error h3, .message.error h4, .message.error h5, .message.error p, .message.danger h1, .message.danger h2, .message.danger h3, .message.danger h4, .message.danger h5, .message.danger p {
  color: #D5001B;
}

.message.error h1:first-child, .message.error h2:first-child, .message.error h3:first-child, .message.error h4:first-child, .message.error h5:first-child, .message.error p:first-child, .message.danger h1:first-child, .message.danger h2:first-child, .message.danger h3:first-child, .message.danger h4:first-child, .message.danger h5:first-child, .message.danger p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.message.error h1:last-child, .message.error h2:last-child, .message.error h3:last-child, .message.error h4:last-child, .message.error h5:last-child, .message.error p:last-child, .message.danger h1:last-child, .message.danger h2:last-child, .message.danger h3:last-child, .message.danger h4:last-child, .message.danger h5:last-child, .message.danger p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message.success {
  border-color: #80e585;
  background-color: #e2f9e3;
  color: #146318;
}

.message.success:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.message.success h1, .message.success h2, .message.success h3, .message.success h4, .message.success h5, .message.success p {
  color: #146318;
}

.message.success h1:first-child, .message.success h2:first-child, .message.success h3:first-child, .message.success h4:first-child, .message.success h5:first-child, .message.success p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.message.success h1:last-child, .message.success h2:last-child, .message.success h3:last-child, .message.success h4:last-child, .message.success h5:last-child, .message.success p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message.warning {
  border-color: #fad6b2;
  background-color: #fef6ed;
  color: #f3963a;
}

.message.warning:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.message.warning h1, .message.warning h2, .message.warning h3, .message.warning h4, .message.warning h5, .message.warning p {
  color: #f3963a;
}

.message.warning h1:first-child, .message.warning h2:first-child, .message.warning h3:first-child, .message.warning h4:first-child, .message.warning h5:first-child, .message.warning p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.message.warning h1:last-child, .message.warning h2:last-child, .message.warning h3:last-child, .message.warning h4:last-child, .message.warning h5:last-child, .message.warning p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message ul, .message ol {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message.alert-block {
  display: block;
  width: 100%;
}

.alert-dismissible {
  padding-right: 2.5em;
  transition: all .3s ease;
}

.alert-dismissible:after {
  cursor: pointer;
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  float: right;
  opacity: .4;
  display: block;
  text-align: center;
  position: absolute;
  right: 1.2rem;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  margin-top: -15px;
  top: 50%;
  background-color: #fff;
}

.alert-dismissible:hover:after {
  opacity: 1;
}

input[type="color"].parsley-success, input[type="date"].parsley-success, input[type="datetime"].parsley-success, input[type="datetime-local"].parsley-success, input[type="email"].parsley-success, input[type="month"].parsley-success, input[type="number"].parsley-success, input[type="password"].parsley-success, input[type="search"].parsley-success, input[type="tel"].parsley-success, input[type="text"].parsley-success, input[type="time"].parsley-success, input[type="name"].parsley-success, input[type="url"].parsley-success, input[type="week"].parsley-success, input:not([type]).parsley-success, textarea.parsley-success {
  border: 1px solid #146318;
}

._error input[type="color"], ._error input[type="date"], ._error input[type="datetime"], ._error input[type="datetime-local"], ._error input[type="email"], ._error input[type="month"], ._error input[type="number"], ._error input[type="password"], ._error input[type="search"], ._error input[type="tel"], ._error input[type="text"], ._error input[type="time"], ._error input[type="name"], ._error input[type="url"], ._error input[type="week"], ._error input:not([type]), ._error textarea {
  border: 1px solid #D5001B;
}

._error .checkbox:after {
  border: 1px solid #D5001B;
}

._error .select-holder {
  border: 1px solid #D5001B;
}

div.mage-error {
  line-height: 1;
  margin: 0rem 0 1rem;
  padding: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  position: relative;
  color: #D5001B;
  padding: 0;
  font-size: .95rem;
  text-align: left;
  display: block;
}

div.mage-error li {
  display: block;
}

.form-row div.mage-error {
  margin: .2rem 0 0 0;
  padding: .3rem 0;
}

.parsley-error input[type=radio].radio-btn:required + label, .parsley-error input[type=checkbox].radio-btn:required + label {
  border: 3px solid #D5001B;
}

dl {
  margin: 1rem 0;
}

dt {
  cursor: pointer;
  font-weight: normal;
  transition: all 0.3s ease;
  margin: 1rem 0 0rem;
  font-size: 1.2rem;
  outline: none;
  font-weight: 500;
  position: relative;
  padding: .6rem .8rem 1rem 3rem;
}

@media (min-width: 1000px) {
  dt {
    padding: 1rem 1.5rem 1rem 3.2rem;
  }
}

dt:hover {
  color: #4a90e2;
}

dt.expand:before {
  content: "";
}

dt:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease;
  display: block;
  padding: .6rem 1rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #D5001B;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media (min-width: 1000px) {
  dt:before {
    padding: .7rem 1.3rem;
  }
}

dd {
  margin: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  max-height: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 1000px) {
  dd {
    padding: 0 2.75rem .5rem;
  }
}

dd.expand {
  max-height: 500px;
}

.category-warranty-information dd.expand {
  max-height: 5000px;
}

.editable-container.editable-inline {
  display: block;
  margin-bottom: .9rem;
}

.editable-click, a.editable-click, a.editable-click:hover {
  text-decoration: none;
  border-bottom: 0;
}

.editable-submit, .editable-cancel {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
  margin: 0;
}

.editable-submit:focus, .editable-cancel:focus {
  outline: 0;
}

.editable-submit:disabled, .editable-cancel:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.editable-submit:hover, .editable-cancel:hover {
  background-color: #8cb8ed;
}

.editable-submit i, .editable-cancel i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.editable-submit {
  text-indent: -1000px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.editable-submit:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  position: absolute;
  font-size: .95rem;
  margin: .2rem 0;
  text-indent: 500px;
}

.editable-cancel {
  color: #D5001B;
  background-color: #fff;
  border: 1px solid #D5001B;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.editable-cancel:hover {
  background-color: white;
}

.editable-cancel:hover {
  background-color: #D5001B;
  color: #fff;
}

.editable-cancel:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  position: absolute;
  font-size: .85rem;
  margin: .2rem .8rem;
  text-indent: 500px;
}

.editable-clear-x {
  display: none;
  position: relative;
}

.editable-input input {
  margin-bottom: .2rem;
}

.editable-buttons {
  display: block;
}

@media (min-width: 380px) {
  .editable-buttons {
    display: inline-block;
  }
}

.editable-inline + .edit-item {
  display: none !important;
}

#wpsl-wrap, .wpsl-gmap-canvas {
  margin-bottom: 20px;
  width: 100%;
}

#wpsl-result-list a, #wpsl-wrap [class*=" wpsl-icon-"]:focus, #wpsl-wrap [class^=wpsl-icon-]:active {
  outline: 0;
}

#wpsl-map-controls div:hover, #wpsl-reset-map:hover, #wpsl-search-btn:hover, .wpsl-dropdown {
  cursor: pointer;
}

#wpsl-wrap, .wpsl-clearfix:after, .wpsl-contact-details {
  clear: both;
}

#wpsl-gmap {
  float: right;
  width: 66.5%;
  height: 350px;
  margin-bottom: 0;
}

.wpsl-store-below #wpsl-gmap {
  float: none;
  width: 100%;
}

.wpsl-gmap-canvas {
  height: 300px;
}

.gm-style-mtc, .gmnoprint {
  z-index: 9999 !important;
}

#wpsl-gmap div:not[class^=gv-iv], #wpsl-gmap img, .wpsl-gmap-canvas div:not[class^=gv-iv], .wpsl-gmap-canvas img {
  box-shadow: none !important;
  max-width: none !important;
  background: 0 0;
}

#wpsl-gmap img, .wpsl-gmap-canvas img {
  display: inline !important;
  opacity: 1 !important;
  max-height: none !important;
}

#wpsl-gmap * {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}

#wpsl-gmap div.gm-iv-marker, .wpsl-gmap-canvas div.gm-iv-marker {
  backgroud-image: inherit;
}

#wpsl-wrap {
  position: relative;
  overflow: hidden;
}

#wpsl-search-wrap {
  float: left;
  width: 100%;
}

#wpsl-search-wrap form {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
}

#wpsl-gmap #wpsl-map-controls {
  position: absolute;
  height: 28px;
  right: 10px;
  bottom: 24px;
  border-radius: 2px;
  z-index: 3;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
}

#wpsl-gmap #wpsl-map-controls.wpsl-street-view-exists {
  right: 48px;
}

#wpsl-map-controls .wpsl-direction-preloader {
  margin: 5px 5px 0;
}

#wpsl-map-controls div {
  float: left;
  background: #fff;
  border-radius: 2px;
}

#wpsl-wrap [class*=" wpsl-icon-"], #wpsl-wrap [class^=wpsl-icon-] {
  position: relative;
  float: left;
  padding: 7px 9px 7px 8px;
  display: inline-block;
  font-weight: 400;
  font-size: 1.3em;
  color: #737373;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wpsl-map-controls span {
  font-family: inherit;
  font-size: inherit;
}

#wpsl-wrap .wpsl-ie [class*=" wpsl-icon-"], #wpsl-wrap .wpsl-ie [class^=wpsl-icon-] {
  padding: 9px 8px 4px;
}

#wpsl-wrap.wpsl-mobile [class*=" wpsl-icon-"], #wpsl-wrap.wpsl-mobile [class^=wpsl-icon-] {
  padding: 8px 10px;
}

#wpsl-wrap .wpsl-icon-reset {
  border-radius: 2px 0 0 2px;
  z-index: 2;
  padding-left: 9px;
  padding-right: 4px;
}

#wpsl-wrap .wpsl-icon-direction {
  z-index: 1;
}

#wpsl-map-controls.wpsl-reset-exists .wpsl-icon-direction {
  border-radius: 0 2px 2px 0;
}

#wpsl-wrap .wpsl-active-icon, #wpsl-wrap [class*=" wpsl-icon-"]:hover, #wpsl-wrap [class^=wpsl-icon-]:hover {
  color: #000;
}

#wpsl-wrap .wpsl-in-progress, #wpsl-wrap .wpsl-in-progress:hover {
  color: #c6c6c6;
}

#wpsl-gmap #wpsl-reset-map {
  position: absolute;
  display: none;
  right: 37px;
  top: 37px;
  padding: 6px 14px;
  background: #fff !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  z-index: 3;
}

.gm-style-cc {
  word-wrap: normal;
}

#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
  display: table;
}

#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label {
  display: table-cell;
}

#wpsl-search-wrap label {
  margin-bottom: 0;
}

#wpsl-search-input {
  width: 179px;
  margin: 0;
  padding: .5rem .7rem;
  line-height: normal;
}

#wpsl-search-btn {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  margin: 0;
}

#wpsl-search-btn:focus {
  outline: 0;
}

#wpsl-search-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#wpsl-search-btn:hover {
  background-color: #8cb8ed;
}

#wpsl-search-btn i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

#wpsl-search-input.wpsl-error {
  border: 1px solid #bd0028 !important;
}

.wpsl-search {
  margin-bottom: 12px;
  padding: 12px 12px 0;
  background: #f4f3f3;
}

.wpsl-search.wpsl-checkboxes-enabled {
  padding: .75rem 1rem;
}

.wpsl-back {
  display: inline-block;
}

#wpsl-result-list {
  width: 33%;
  margin-right: .5%;
}

.wpsl-store-below #wpsl-result-list {
  width: 100%;
  margin: 12px 0 0;
}

#wpsl-direction-details, #wpsl-stores {
  height: 350px;
  overflow-y: auto;
}

#wpsl-direction-details, .wpsl-hide {
  display: none;
}

#wpsl-result-list p {
  padding-left: 10px;
}

.wpsl-store-below #wpsl-result-list p {
  padding-left: 0;
}

.wpsl-direction-before {
  margin: 14px 0 21px;
  padding-left: 10px;
}

.wpsl-store-below .wpsl-direction-before {
  padding-left: 0;
}

.wpsl-direction-before div {
  margin-top: 10px;
}

#wpsl-wrap #wpsl-result-list li {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  margin-left: 0;
  overflow: hidden;
  list-style: none !important;
  text-indent: 0;
}

#wpsl-wrap #wpsl-result-list li li {
  padding: 0;
  border-bottom: 0;
  margin-left: 14px;
  overflow: visible;
}

#wpsl-wrap #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
  padding: 10px 10px 10px 0;
}

#wpsl-result-list li p {
  padding-left: 0;
  margin: 0 0 20px;
}

#wpsl-result-list li p img {
  display: none;
}

.wpsl-store-details.wpsl-store-listing {
  position: relative;
  padding-right: 20px;
}

.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before, .wpsl-store-details.wpsl-store-listing:before {
  position: absolute;
  content: '';
  bottom: 6px;
  right: 0;
  border-top: 5px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before {
  border-bottom: 5px solid #000;
  border-top: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

#wpsl-stores .wpsl-store-thumb {
  float: right;
  border-radius: 3px;
  margin: 7px 0 0 10px;
  padding: 0;
  border: none;
}

.wpsl-direction-index {
  float: left;
  width: 8%;
  margin: 0 5% 0 0;
}

.wpsl-direction-txt {
  float: left;
  width: 62%;
}

.wpsl-direction-distance {
  float: left;
  width: 20%;
  margin: 0 0 0 5%;
}

.wpsl-direction-txt span {
  display: block;
  margin-top: 10px;
}

.wpsl-country, .wpsl-directions, .wpsl-street {
  display: block;
  border-bottom: none !important;
}

#wpsl-wrap #wpsl-result-list li.wpsl-preloader {
  position: relative;
  border-bottom: none;
  padding: 10px 10px 10px 35px;
}

.wpsl-preloader img {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  box-shadow: none !important;
  border: none !important;
}

.wpsl-preloader span {
  float: left;
  margin: -5px 0 0 11px;
}

#wpsl-search-wrap .wpsl-select-wrap {
  position: relative;
  z-index: 2;
  margin-right: 0;
}

#wpsl-search-wrap .wpsl-input-field {
  position: relative;
}

#wpsl-radius, #wpsl-results {
  float: left;
  margin-right: 15px;
  display: inline;
}

#wpsl-category {
  z-index: 1;
  clear: both;
}

#wpsl-search-wrap .wpsl-dropdown div {
  position: absolute;
  float: none;
  margin: -1px 0 0;
  top: 100%;
  left: -1px;
  right: -1px;
  border: 1px solid #ccc;
  background: #fff;
  border-top: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#wpsl-search-wrap .wpsl-dropdown.wpsl-active div {
  opacity: 1;
}

#wpsl-search-wrap .wpsl-input label {
  margin-right: 0;
}

#wpsl-radius {
  margin-right: 10px;
}

#wpsl-search select, #wpsl-search-wrap select, .wpsl-direction-details {
  display: none;
}

#wpsl-search-wrap div label {
  float: left;
  margin-right: 10px;
  line-height: 32px;
}

#wpsl-results label {
  width: auto;
}

#wpsl-result-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wpsl-gmap .wpsl-info-window, .wpsl-gmap-canvas .wpsl-info-window {
  max-width: 225px;
}

.wpsl-info-window span, .wpsl-more-info-listings span {
  display: block;
}

.wpsl-info-window .wpsl-no-margin {
  margin: 0;
}

.wpsl-more-info-listings {
  display: none;
}

.wpsl-info-window span span {
  display: inline !important;
}

#wpsl-wrap .wpsl-info-window p {
  line-height: 16px;
  padding: .2rem 0;
}

#wpsl-wrap .wpsl-info-window p strong {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: .2rem;
}

.wpsl-info-window p strong span {
  display: inline;
}

.wpsl-store-hours {
  margin-top: 10px;
}

.wpsl-store-hours strong {
  display: block;
}

#wpsl-gmap .wpsl-info-actions {
  display: block;
  margin: 10px 0 !important;
}

.wpsl-info-actions a {
  float: left;
  margin-right: 7px;
}

.wpsl-info-actions .wpsl-zoom-here {
  margin-right: 0;
}

.wpsl-dropdown {
  position: relative;
  width: 90px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 0 !important;
  z-index: 2;
}

#wpsl-results .wpsl-dropdown {
  width: 70px;
}

.wpsl-dropdown ul {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  overflow: hidden;
}

.wpsl-dropdown:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li {
  position: relative;
  display: block;
  line-height: normal;
  color: #000;
  overflow: hidden;
}

#wpsl-radius .wpsl-dropdown .wpsl-selected-item, #wpsl-radius .wpsl-dropdown li, #wpsl-results .wpsl-dropdown .wpsl-selected-item, #wpsl-results .wpsl-dropdown li {
  white-space: nowrap;
}

.wpsl-selected-item:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #000;
}

.wpsl-active .wpsl-selected-item:after {
  margin-top: -10px;
  border: 6px solid transparent;
  border-bottom: 8px solid #000;
}

.wpsl-dropdown li:hover {
  background: #f8f9f8;
  position: relative;
  z-index: 3;
  color: #000;
}

.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
  list-style: none;
  padding: 9px 12px !important;
  margin: 0 !important;
}

.wpsl-selected-dropdown {
  font-weight: 700;
}

.wpsl-clearfix:after, .wpsl-clearfix:before {
  content: " ";
  display: table;
}

#wpsl-wrap .wpsl-selected-item {
  position: static;
  padding-right: 35px !important;
}

#wpsl-category, .wpsl-input, .wpsl-select-wrap {
  position: relative;
  margin-bottom: 10px;
}

#wpsl-search-wrap .wpsl-scroll-required div {
  overflow-y: scroll;
}

.wpsl-scroll-required ul {
  overflow: visible;
}

.wpsl-provided-by {
  float: right;
  padding: 5px 0;
  text-align: right;
  font-size: 12px;
  width: 100%;
}

#wpsl-wrap .wpsl-results-only label {
  width: auto;
}

.wpsl-contact-details, .wpsl-location-address, .wpsl-locations-details {
  margin-bottom: 15px;
}

table.wpsl-opening-hours td {
  vertical-align: top;
  padding: 2px 15px 2px 0;
  text-align: left;
}

table.wpsl-opening-hours time {
  display: block;
}

table.wpsl-opening-hours {
  margin: .2rem 0;
  width: auto;
}

table.wpsl-opening-hours, table.wpsl-opening-hours td {
  border: none !important;
}

.wpsl-gmap-canvas .wpsl-infobox {
  min-width: 155px;
  max-width: 350px !important;
  padding: 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #ccc;
  background: #fff !important;
}

.wpsl-gmap-canvas .wpsl-infobox:after, .wpsl-gmap-canvas .wpsl-infobox:before {
  position: absolute;
  content: "";
  left: 40px;
  bottom: -11px;
}

.wpsl-gmap-canvas .wpsl-infobox:after {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
}

.wpsl-gmap-canvas .wpsl-infobox:before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #ccc;
  bottom: -13px;
  left: 38px;
}

#wpsl-checkbox-filter li, .wpsl-custom-checkboxes li {
  float: left;
  list-style: none;
  margin: 0 1% 0 0;
}

#wpsl-result-list .wpsl-contact-details span {
  display: block !important;
}

@media (max-width: 825px) {
  #wpsl-search-input {
    width: 348px;
  }
  .wpsl-results-only #wpsl-search-wrap .wpsl-dropdown {
    width: 70px;
  }
  #wpsl-search-wrap .wpsl-input {
    width: 100%;
    margin-bottom: 10px;
  }
  #wpsl-category label, #wpsl-radius label, .wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input, .wpsl-input label, .wpsl-no-filters #wpsl-search-wrap .wpsl-input, .wpsl-results-only #wpsl-search-wrap .wpsl-input {
    width: auto;
  }
}

@media (max-width: 720px) {
  #wpsl-search-wrap .wpsl-dropdown {
    width: 114px;
  }
}

@media (max-width: 675px) {
  .wpsl-dropdown, .wpsl-results-only #wpsl-search-wrap .wpsl-input {
    width: 100%;
  }
  .wpsl-search {
    padding: 2%;
  }
  #wpsl-result-list p, #wpsl-wrap #wpsl-result-list li, .wpsl-direction-before {
    padding-left: 0;
  }
  .wpsl-input {
    margin-right: 0;
  }
  #wpsl-gmap, #wpsl-result-list {
    float: none;
    width: 100%;
  }
  #wpsl-gmap {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #wpsl-result-list, .wpsl-cat-results-filter .wpsl-select-wrap, .wpsl-filter .wpsl-select-wrap {
    margin-bottom: 10px;
  }
  #wpsl-wrap #wpsl-result-list li.wpsl-preloader {
    padding-left: 25px;
  }
  .wpsl-preloader img {
    left: 0;
  }
  #wpsl-stores.wpsl-not-loaded {
    height: 25px;
  }
  #wpsl-reset-map {
    top: 25px;
  }
  #wpsl-category, #wpsl-search-btn, .wpsl-input, .wpsl-no-filters #wpsl-search-wrap .wpsl-input, .wpsl-select-wrap {
    margin-bottom: 0;
  }
  #wpsl-stores.wpsl-no-autoload {
    height: auto !important;
  }
}

@media (max-width: 570px) {
  #wpsl-search-wrap #wpsl-search-btn {
    margin-bottom: 5px;
  }
  .wpsl-search {
    padding: 4%;
  }
  #wpsl-search-input {
    width: 98% !important;
  }
  .wpsl-cat-results-filter #wpsl-search-input, .wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input, .wpsl-no-results #wpsl-search-input, .wpsl-results-only #wpsl-search-input {
    width: 100% !important;
  }
  .wpsl-search-btn-wrap {
    margin-top: 15px;
    clear: both;
  }
  .wpsl-checkboxes-enabled #wpsl-search-wrap div label {
    display: block;
    width: 100%;
  }
  .wpsl-select-wrap {
    width: 100%;
  }
  #wpsl-radius, #wpsl-results {
    width: 50%;
  }
  #wpsl-radius {
    margin-right: 4%;
  }
  #wpsl-search-wrap .wpsl-dropdown {
    width: 96% !important;
  }
  .wpsl-no-filters #wpsl-search-input, .wpsl-no-filters #wpsl-search-wrap .wpsl-input {
    width: 100% !important;
  }
}

#wpsl-stores,
#wpsl-direction-details,
#wpsl-gmap {
  height: 650px;
}

#wpsl-gmap .wpsl-info-window {
  max-width: 250px !important;
}

#wpsl-search-wrap {
  text-align: center;
}

#wpsl-search-btn,
#wpsl-search-wrap div {
  margin: .75rem 10px 0 0;
}

@media (min-width: 1000px) {
  #wpsl-search-btn,
  #wpsl-search-wrap div {
    margin: 0 10px 0 0;
    float: left;
  }
}

body #wpsl-wrap #wpsl-result-list {
  margin-right: 0;
  width: 100%;
  float: left;
}

body #wpsl-wrap #wpsl-result-list .store-marker {
  float: left;
  width: 38px;
  margin: .7rem .7rem .2rem .2rem;
}

@media (min-width: 1000px) {
  body #wpsl-wrap #wpsl-result-list {
    width: 26%;
    padding-right: 1rem;
  }
}

body #wpsl-wrap #wpsl-result-list li {
  padding: .3rem 0;
  overflow: unset;
  display: flex;
  flex-direction: column;
}

body #wpsl-wrap #wpsl-result-list li .wpsl-direction-wrap {
  display: none;
}

body #wpsl-wrap #wpsl-result-list li p {
  margin: 0;
  padding: .4rem 0 .4rem;
  line-height: 1.3rem;
  font-size: 95%;
}

body #wpsl-wrap #wpsl-result-list li p strong span {
  display: none;
}

body #wpsl-wrap #wpsl-result-list li p strong {
  position: relative;
}

body #wpsl-wrap #wpsl-result-list li[data-terms*="service-centre"] strong:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #D5001B;
  display: inline-block;
  border-radius: 50%;
  margin-left: 3px;
}

body #wpsl-wrap #wpsl-result-list li[data-terms*="hire-collection-enabled"] strong:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #4a90e2;
  display: inline-block;
  position: absolute;
  right: -16px;
  top: 4px;
  border-radius: 50%;
  margin-left: 3px;
}

body #wpsl-wrap #wpsl-result-list li a {
  text-decoration: none;
}

body #wpsl-wrap #wpsl-result-list li:hover, body #wpsl-wrap #wpsl-result-list li.selected {
  opacity: 1;
  border-bottom: 1px solid #D5001B;
}

body #wpsl-wrap #wpsl-result-list li:hover strong, body #wpsl-wrap #wpsl-result-list li.selected strong {
  color: #D5001B;
}

body #wpsl-gmap {
  float: right;
  width: 100% !important;
}

@media (min-width: 1000px) {
  body #wpsl-gmap {
    width: 74% !important;
  }
}

body .detail-page-wpsl-gmap {
  float: right;
  width: 100% !important;
  padding-left: 0;
}

@media (min-width: 1000px) {
  body .detail-page-wpsl-gmap {
    width: 74% !important;
    padding-left: 2rem;
  }
}

body .wpsl-input {
  display: none !important;
}

body #wpsl-checkbox-filter.wpsl-checkbox-3-columns {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
}

body #wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1000px) {
  body #wpsl-checkbox-filter.wpsl-checkbox-3-columns {
    float: right;
  }
}

body #wpsl-checkbox-filter.wpsl-checkbox-3-columns li:last-child {
  /* display: none; */
}

body #wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
  width: 50%;
  display: inline-block;
  padding: .1rem .2rem 0 0;
}

@media (min-width: 1000px) {
  body #wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
    width: auto;
  }
}

body .wpsl-checkbox-3-columns label {
  padding-top: .6em;
  padding-bottom: 0;
  margin-bottom: 0;
  opacity: .4;
}

body .wpsl-checkbox-3-columns label:after, body .wpsl-checkbox-3-columns label:before {
  display: none !important;
}

body .wpsl-checkbox-3-columns label img {
  float: left;
  width: 34px;
  margin: -.6em 0 0 0;
}

body .wpsl-checkbox-3-columns input:checked + label {
  opacity: 1;
}

body .wpsl-checkbox-3-columns input:checked + label:before {
  opacity: 1;
}

#wpsl-stores.wpsl-stores-list-detail {
  height: 950px;
}

#wpsl-stores.wpsl-stores-list-detail li {
  opacity: .7;
}

.address-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: .5rem;
  padding-bottom: 2rem;
  flex-direction: column;
}

@media (min-width: 580px) {
  .address-grid {
    flex-direction: row;
  }
}

.address-grid .address-cell {
  width: 100%;
  font-size: 1.05rem;
}

@media (min-width: 580px) {
  .address-grid .address-cell {
    font-size: .95rem;
  }
  .address-grid .address-cell:nth-child(1) {
    width: 25%;
    padding-right: 1rem;
  }
  .address-grid .address-cell:nth-child(2) {
    width: 36.5%;
    padding-right: 1rem;
  }
  .address-grid .address-cell:nth-child(3) {
    width: 36.5%;
  }
}

.address-grid .address-cell strong a {
  color: #D5001B;
  text-decoration: none;
}

.minicart-wrapper {
  display: inline-block;
  float: right;
}

.minicart-wrapper .ui-widget-content {
  border: 0px;
}

.minicart-wrapper .ui-dialog {
  display: none;
}

@media (min-width: 1000px) {
  .minicart-wrapper {
    position: relative;
    z-index: 99;
  }
  .minicart-wrapper .ui-dialog {
    display: block !important;
  }
  .minicart-wrapper:hover {
    background: #fff;
  }
  .minicart-wrapper > :first-child:after {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    display: inline-block;
    font-size: 9px;
    padding: 0 0 .2rem .3rem;
    color: #999;
    height: 100%;
    vertical-align: middle;
  }
  .minicart-wrapper .ui-dialog {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: -15px;
    left: 0;
    border: 3px solid #ececec;
    background-color: #fff;
    z-index: -1;
    border-radius: 0 0 5px 5px;
    transition: all .2s linear;
    padding: 1rem 1.2rem;
  }
  .minicart-wrapper:hover .ui-dialog {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .minicart-wrapper:hover .ui-dialog {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .minicart-wrapper {
    margin-left: .1rem;
  }
}

.minicart-wrapper:hover {
  background: #ececec;
}

.minicart-wrapper .subtotal {
  width: 100%;
  border-top: 1px solid #ececec;
  padding: 8px 0;
  text-align: right;
}

.minicart-wrapper .subtotal label {
  font-size: .9rem;
}

.minicart-wrapper .subtotal .amount.price-container {
  display: inline-block;
  color: #D5001B;
  padding-left: 2px;
}

.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 4px 5px;
}

.minicart-wrapper .action.showcart:after {
  display: none;
}

.minicart-wrapper .action.showcart:before {
  content: '\e611';
  font-family: 'luma-icons';
  margin: -.2rem 0 0 0rem;
  vertical-align: middle;
  font-size: 23px;
  padding: 0px;
  display: inline-block;
}

@media (min-width: 1000px) {
  .minicart-wrapper .action.showcart {
    padding: 9px 11px 11px 11px;
  }
}

.minicart-wrapper .action.showcart .counter.qty {
  background: #111;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0 -5px -4px;
  width: 20px;
  font-size: 12px;
  letter-spacing: -1px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
}

@media (min-width: 1000px) {
  .minicart-wrapper .action.showcart .counter.qty {
    margin-left: -2px;
  }
}

.minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label {
  display: none;
}

@media (min-width: 1000px) {
  .minicart-wrapper .ui-dialog {
    max-width: 320px;
    min-width: 320px;
    border-radius: 6px 0 6px 6px;
    max-height: 800px;
    padding: 0;
    left: auto;
    background: #ffffff;
    z-index: 100;
    box-sizing: border-box;
    position: absolute;
    right: -3px;
    padding: 15px 15px;
  }
  .minicart-wrapper .ui-dialog .subtitle {
    text-align: center;
    display: block;
    font-size: .95rem;
    padding: .25rem;
    line-height: 1;
  }
  .minicart-wrapper .ui-dialog .action.close,
  .minicart-wrapper .ui-dialog .block-title,
  .minicart-wrapper .ui-dialog .items-total {
    display: none;
  }
  .minicart-wrapper .ui-dialog .actions .primary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .minicart-wrapper .ui-dialog .viewcart, .minicart-wrapper .ui-dialog button.action.checkout {
    border: none;
    border-radius: 0;
    background: none;
    text-decoration: none;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: all .15s linear;
    letter-spacing: .5px;
    font-weight: 600;
    padding: 12px 2.6rem;
    font-size: 14px;
    margin-top: .2rem;
    margin-bottom: .2rem;
    background-color: #4a90e2;
    padding: 0.55rem 1.2rem;
    font-size: .9rem;
    margin: .1rem 0;
    padding-left: 0;
    padding-right: 0;
    -moz-box-flex: 1  ;
    -webkit-flex: 1  ;
    -ms-flex: 1  ;
    flex: 1  ;
  }
  .minicart-wrapper .ui-dialog .viewcart:focus, .minicart-wrapper .ui-dialog button.action.checkout:focus {
    outline: 0;
  }
  .minicart-wrapper .ui-dialog .viewcart:disabled, .minicart-wrapper .ui-dialog button.action.checkout:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .minicart-wrapper .ui-dialog .viewcart:hover, .minicart-wrapper .ui-dialog button.action.checkout:hover {
    background-color: #8cb8ed;
  }
  .minicart-wrapper .ui-dialog .viewcart i, .minicart-wrapper .ui-dialog button.action.checkout i {
    margin-left: -.2em;
    margin-right: .2em;
    margin-top: -.2rem;
  }
  .minicart-wrapper .ui-dialog .viewcart {
    background-color: #666;
    margin-right: 2%;
  }
  .minicart-wrapper .ui-dialog .viewcart:hover {
    background-color: #8c8c8c;
  }
}

.minicart-items-wrapper {
  height: auto !important;
}

.minicart-items-wrapper .price {
  color: #D5001B;
  font-size: 1rem;
}

.minicart-wrapper .price {
  color: #D5001B;
  font-size: 1rem;
}

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .85rem;
  font-weight: normal;
}

.minicart-items li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.minicart-items li {
  position: relative;
  padding: 5px 0;
  height: 60px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}

.minicart-items li a {
  text-decoration: none;
  display: block;
}

.minicart-items li .product-image-container {
  float: left;
  margin: 0 10px 0 0;
}

.minicart-items li .product-image-container img {
  display: block;
  width: 50px !important;
  height: 50px !important;
}

.minicart-items li .details-qty.qty {
  display: none;
}

.minicart-items li .product.actions {
  float: right;
  position: absolute;
  right: 2px;
  top: 2px;
}

.minicart-items li .product.actions .edit {
  display: none;
}

.search-trigger {
  cursor: pointer;
  padding: 13px 8px;
  float: right;
  position: relative;
  z-index: 99;
  font-weight: 500;
  display: inline-block;
}

.search-trigger:after {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 21px;
  line-height: 16px;
  color: #000;
  padding: 10px 0;
  transition: opacity .1s linear;
  opacity: .75;
}

@media (min-width: 1000px) {
  .search-trigger:after {
    padding: 2px;
    float: right;
  }
}

.search-trigger span {
  display: none;
}

@media (min-width: 1000px) {
  .search-trigger {
    border: none;
    border-radius: 0;
    background: none;
    text-decoration: none;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: all .15s linear;
    letter-spacing: .5px;
    font-weight: 600;
    padding: 12px 2.6rem;
    font-size: 14px;
    margin-top: .2rem;
    margin-bottom: .2rem;
    background-color: #4a90e2;
    padding: 12px 2.8rem;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 15px;
    margin-top: .3rem;
    margin-bottom: .6rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
    text-align: left;
    padding: .6rem;
    width: 13rem;
  }
  .search-trigger:focus {
    outline: 0;
  }
  .search-trigger:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .search-trigger:hover {
    background-color: #8cb8ed;
  }
  .search-trigger i {
    margin-left: -.2em;
    margin-right: .2em;
    margin-top: -.2rem;
  }
  .search-trigger:hover {
    background: #eee;
  }
  .search-trigger span {
    color: #aaa;
    display: inline;
    text-transform: none;
  }
}

.block-search {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: #000;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition: all .3s linear;
  padding-top: 3rem;
  /*@include media($mobile-menu-break) {
        float: right;
        padding-left: 15px;
        position: relative;
        margin-top:8px;
        width: 200px;
        margin-top:25px;    
        z-index: 10;
        .block-title{
            display:none !important;
        }
        .action.search {
            display: inline-block;
            background: #fff;
            border: 0;
            line-height: inherit;
            margin: 0;
            padding: 17px .8rem;
            @include media($mobile-menu-break) {
                border-left: 1px solid #eee;
                top: 1px;
                position: absolute;
                right: 2px;
                padding: 12px;
            }
            font-weight: 400;
            z-index: 1;
            cursor: pointer;
            &:before {
                @include font-awesome($fa-var-search);
                font-size: 20px;
                line-height: 16px;
                color: #444;
                padding: 10px 0;
                @include media($mobile-menu-break) {
                padding: 0;
                }
                transition:opacity .1s linear;
                opacity: .6;
            }
            &:hover:before {
                opacity: 1;
            }
            >span {
                border: 0;
                clip: rect(0, 0, 0, 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
            }
        }

    }*/
}

@media (min-width: 380px) {
  .block-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 481px) {
  .block-search {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 1440px) {
  .block-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.block-search .action.nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.block-search .action.nav-toggle span {
  background: #fff;
}

.block-search .action.nav-toggle span::before,
.block-search .action.nav-toggle span::after {
  background-color: #fff;
}

.block-search .block-content {
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.block-search .block-title {
  font-size: 1.25rem;
  color: #fff;
  padding: 1rem;
}

.block-search .block-title strong {
  font-weight: normal;
}

.block-search .label {
  display: none !important;
}

.block-search .control input {
  padding: .7rem 1.2rem;
  line-height: normal;
  padding-right: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  background: #000;
  transition: all .2s linear;
}

.block-search .control input:focus {
  background: #fff;
  color: #111;
}

.block-search .action.search {
  display: inline-block;
  background: transparent;
  border: 0;
  line-height: inherit;
  margin: 0;
  border-left: 1px solid #555;
  top: 0;
  position: absolute;
  left: auto;
  right: 0;
  padding: .95rem 1rem;
  font-weight: 400;
  z-index: 1;
  cursor: pointer;
}

.block-search .action.search:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 21px;
  line-height: .9;
  color: #999;
  padding: 0;
  transition: opacity .1s linear;
  opacity: .6;
}

.block-search .action.search:hover:before {
  opacity: 1;
}

.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.block-search .search-terms h6,
.block-search .search-terms .h6 {
  color: #fff;
  padding: 2rem 0 1.2rem;
}

.block-search .search-terms ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 3rem;
  column-rule: none;
  font-size: 1.05rem;
}

.block-search .search-terms ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 481px) {
  .block-search .search-terms ul {
    column-count: 3;
    column-gap: 3rem;
    column-rule: none;
  }
}

.block-search .search-terms ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: table;
  padding-left: 1.5rem;
}

.block-search .search-terms ul li:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  font-size: .8rem;
  line-height: .8;
  margin-left: -1.5rem;
  /* same as padding-left set on li */
  width: 1.6rem;
  color: #4a90e2;
  /* same as padding-left set on li */
}

.block-search .search-terms ul li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 0 0 .6rem;
}

.block-search .search-autocomplete {
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 0 1rem;
  border: 1px solid #222;
}

.block-search .search-autocomplete dt {
  text-transform: uppercase;
  padding: 5px 0;
}

.block-search .search-autocomplete dt:before {
  display: none;
}

.block-search .search-autocomplete dd {
  position: relative;
  padding: 5px 0;
  overflow: hidden;
  font-size: .9rem;
  max-height: 100%;
}

.block-search .search-autocomplete dd a {
  text-decoration: none;
  display: block;
}

.block-search .search-autocomplete dd .product-image-box {
  float: left;
  margin: 0 10px 0 0;
}

.block-search .search-autocomplete dd .product-image-box img {
  display: block;
  width: 50px !important;
  height: 50px !important;
}

.block-search .search-autocomplete dd .product-item-details {
  float: left;
}

.block-search .search-autocomplete dd .price {
  color: #D5001B;
}

.block-search .search-autocomplete dd .details-qty.qty {
  display: none;
}

.block-search .search-autocomplete dd .product.actions {
  float: right;
  position: absolute;
  right: 2px;
  top: 2px;
}

.open-search .block-search {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

@media (min-width: 1000px) {
  .dropdown {
    position: relative;
    z-index: 99;
  }
  .dropdown:hover {
    background: #fff;
  }
  .dropdown > :first-child:after {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    display: inline-block;
    font-size: 9px;
    padding: 0 0 .2rem .3rem;
    color: #999;
    height: 100%;
    vertical-align: middle;
  }
  .dropdown .dropdown-holder {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: -15px;
    left: 0;
    border: 3px solid #ececec;
    background-color: #fff;
    z-index: -1;
    border-radius: 0 0 5px 5px;
    transition: all .2s linear;
    padding: 1rem 1.2rem;
  }
  .dropdown:hover .dropdown-holder {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .dropdown .dropdown-holder {
    max-width: 800px;
    min-width: 600px;
    max-height: 300px;
    left: -3px;
    background-color: #fff;
    border-top: none;
  }
  .dropdown .dropdown-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dropdown .dropdown-holder ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dropdown .dropdown-holder ul li {
    display: block;
    font-size: .8rem;
  }
  .dropdown .dropdown-holder ul li a {
    text-decoration: none;
    display: block;
    color: #797979;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
  .dropdown .dropdown-holder ul li a:hover {
    color: #D5001B;
  }
  .dropdown .dropdown-holder .stores-list {
    width: 66%;
    float: left;
    border-right: 2px solid #ececec;
  }
  .dropdown .dropdown-holder .stores-list ul {
    column-count: 2;
    column-gap: 3rem;
    column-rule: none;
  }
  .dropdown .dropdown-holder .stores-list ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: table;
  }
  .dropdown .dropdown-holder .service-list {
    width: 33%;
    height: 100%;
    float: left;
    padding-left: 1.5rem;
  }
  .dropdown .dropdown-holder h5 {
    font-size: .8rem;
    padding: 0;
  }
  .dropdown .dropdown-holder h5 a {
    text-decoration: none;
    display: block;
    color: #797979;
    padding: .4rem 0;
  }
}

.header-stores ul li span {
  display: none;
}

@media (min-width: 1000px) {
  /*body[class*=categorypath-commercial] {
  header.page-header {
    height:220px;
  }
  nav ul > li.selected > ul{
    display: block;
    padding-top:8px;
    @include media($desktop) {
      padding-right:8rem;
      &:after{
            border-left:1px solid #ccc;
            width:13rem;
            height:calc(100% - 30px);
            position: absolute;
            right:0;
            z-index: -1;
            top:18px;
            content:'';
      }
    }
    &>li{
      float:left;
      height: 38px;
      @include media($desktop) {
        &:nth-last-child(3),
        &:nth-last-child(2),
        &:last-child {
          float:right;
          position: absolute;
          right:0;
        }
        &:nth-last-child(3){
            right:70px;
            top:48px;
        }
        &:nth-last-child(1) {
            top:48px;
        }
      }
    }
  }
}*/
  body[class*=categorypath-commercial] nav ul > li.selected > ul {
    display: block;
  }
  body[class*=categorypath-commercial] nav ul > li.selected > ul > li {
    float: left;
  }
  body[class*=categorypath-commercial] nav ul > li.selected > ul > li > a {
    padding: .4rem .5rem;
  }
  body[class*=categorypath-commercial] nav ul > li.selected > ul > li:nth-last-child(3), body[class*=categorypath-commercial] nav ul > li.selected > ul > li:nth-last-child(2), body[class*=categorypath-commercial] nav ul > li.selected > ul > li:last-child {
    float: right;
  }
  body[class*=categorypath-hire] nav ul > li.selected > ul,
  body[class*=categorypath-service] nav ul > li.selected > ul {
    display: block;
  }
  body[class*=categorypath-hire] nav ul > li.selected > ul > li,
  body[class*=categorypath-service] nav ul > li.selected > ul > li {
    float: left;
  }
  body[class*=categorypath-hire] nav ul > li.selected > ul > li > a,
  body[class*=categorypath-service] nav ul > li.selected > ul > li > a {
    padding: .4rem .6rem;
  }
  body[class*=categorypath-hire] nav ul > li.selected > ul > li:last-child,
  body[class*=categorypath-service] nav ul > li.selected > ul > li:last-child {
    float: right;
  }
}

@media (min-width: 1000px) {
  .nav-header {
    clear: both;
    /*border-bottom:1px solid rgba(0, 0, 0, .1);*/
    height: 100px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .nav-header .wrapper {
    clear: both;
  }
}

.open-menu .nav-header {
  top: 60px;
}

@media (max-width: 1000px) {
  .nav-header {
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(100% - 60px);
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: -100%;
    transition: all .3s linear;
    z-index: 901;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-header .search-trigger {
    padding: 8px;
    background-color: #eee;
    width: 100%;
    display: flex;
    margin: 0 !important;
  }
  .nav-header .search-trigger span {
    flex: 1;
    padding: 8px;
    display: inline-block;
    flex: 1;
    background-color: #fff;
  }
  .nav-header .search-trigger:after {
    background-color: #fff;
    padding: 0 8px;
    margin-left: 1px;
    display: flex;
    align-items: center;
  }
  .nav-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-header .header-links-right {
    width: 320px;
    background-color: #fff;
    border-top: 1px solid #eee;
    height: 38px;
    padding: 0 .4em 0 1.25em !important;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .nav-header .header-links-right li > a {
    color: #999 !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
    font-size: 1.05em !important;
    height: 38px;
    line-height: 38px;
  }
  .nav-header .wrapper {
    position: absolute;
    top: 0;
    height: auto;
    left: 0;
    height: 100%;
    padding: 0;
    overflow: hidden;
    width: 100%;
    transform: translateX(0);
  }
  .nav-header .wrapper ul.header-links-left {
    display: flex;
    width: 100%;
    border: 5px solid #000;
  }
  .nav-header .wrapper ul.header-links-left li {
    flex: 0 0 50%;
    background: black;
  }
  .nav-header .wrapper ul.header-links-left li:first-child a {
    border-right: 1px solid #ccc;
  }
  .nav-header .wrapper ul.header-links-left li a {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0.55em 0;
    color: white;
    align-items: center;
    font-size: 1.1rem;
    text-decoration: none;
  }
  .nav-header .wrapper ul.header-links-left li a svg {
    fill: white;
    margin-right: .5rem;
  }
  .nav-header .wrapper nav {
    transition: transform .3s ease;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 135px);
  }
  .nav-header .wrapper .header-links-left h5 {
    padding: .4em 0 0 0;
    margin-bottom: -.4em;
  }
  .nav-header .wrapper .header-links-left .carousel {
    text-align: left;
  }
  .nav-header .wrapper .header-links-left .carousel p {
    font-size: 1rem;
    padding: 0;
    line-height: 1;
  }
  .nav-header .wrapper .header-links-left .header-contact a {
    width: 100%;
  }
  .nav-header .wrapper .header-links-left .header-contact:after {
    display: none;
  }
  .nav-header .wrapper .header-links-left .dropdown-holder {
    position: absolute;
    min-height: 200px;
    top: 0;
  }
  .nav-header .wrapper nav > ul {
    width: 100%;
    padding: 6px 0 12px;
    height: 100%;
  }
  .nav-header .wrapper nav > ul > li > a {
    text-transform: uppercase;
    color: #333;
  }
  .nav-header .wrapper nav > ul > li > a:after {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #444;
    float: right;
    padding: 13px 8px 0 8px;
    font-size: .75em;
  }
  .nav-header .wrapper nav > ul > li > a > span.ui-menu-icon {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999;
  }
  .nav-header .wrapper nav > ul li {
    margin: 0 1.4em;
    position: relative;
  }
  .nav-header .wrapper nav > ul > li.active, .nav-header .wrapper nav > ul > li.selected {
    max-height: 550px;
  }
  .nav-header .wrapper nav > ul > li {
    overflow: hidden;
    max-height: 38px;
    background-color: transparent;
    transition: all .2s ease;
  }
  .nav-header .wrapper nav > ul > li .image-grid a {
    padding: 0;
  }
  .nav-header .wrapper nav > ul > li li a {
    font-size: 1.2em;
  }
  .nav-header .wrapper nav > ul > li a {
    padding: 0;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0;
    text-transform: normal;
    position: relative;
    color: #666;
    padding: 0 .4em 0 .2em;
    cursor: pointer;
    font-size: 1.275em;
    text-decoration: none;
  }
  .nav-header .wrapper nav > ul > li a i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 1em;
    line-height: 3.1;
    cursor: pointer;
    padding: 0;
    background: #f4f4f4;
    text-align: center;
    border-left: 1px solid #ddd;
    vertical-align: middle;
    width: 40px;
    height: 100%;
    margin: 0;
    display: block;
    text-align: center;
  }
  .nav-header .wrapper nav > ul > li a i:before {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #aaa;
    vertical-align: middle;
    font-size: 1.6em;
    line-height: 1.95;
  }
  .nav-header .wrapper nav > ul > li a i:hover {
    background-color: #f0f0f0;
  }
  .nav-header .wrapper nav > ul > li > a {
    color: #222;
  }
  .nav-header .wrapper nav > ul > li.active > ul, .nav-header .wrapper nav > ul > li.selected > ul {
    z-index: 9999;
    background: #fff;
    display: block;
  }
  .nav-header .wrapper nav > ul > li.active > a, .nav-header .wrapper nav > ul > li.selected > a {
    color: #D5001B;
  }
  .nav-header .wrapper nav > ul > li.active > a:after, .nav-header .wrapper nav > ul > li.selected > a:after {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #D5001B;
    float: left;
  }
  .nav-header .wrapper nav > ul > li > ul, .nav-header .wrapper nav > ul > li .dropdown-holder {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .nav-header .wrapper nav > ul > li > ul li, .nav-header .wrapper nav > ul > li .dropdown-holder li {
    border-bottom: 1px solid #dfdfdf;
  }
  .nav-header .wrapper nav > ul > li > ul li:last-child, .nav-header .wrapper nav > ul > li .dropdown-holder li:last-child {
    border: none;
  }
  .nav-header .wrapper nav > ul > li > ul li > a, .nav-header .wrapper nav > ul > li .dropdown-holder li > a {
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 1.5em;
  }
  .nav-header .wrapper nav > ul > li > ul .image-grid a, .nav-header .wrapper nav > ul > li .dropdown-holder .image-grid a {
    line-height: 1;
    height: auto;
  }
  .nav-header .wrapper nav > ul > li.sidebar-footer {
    overflow: hidden;
    margin: 0;
    height: 100%;
    width: 315px;
    float: none;
    padding: .7em 1em 1em 1.3em;
  }
  .nav-header .wrapper nav > ul > li.sidebar-footer ul.social-icons > li {
    width: auto;
    background-color: transparent;
    border: none;
  }
  .nav-header .wrapper nav > ul > li.sidebar-footer ul.social-icons > li > a {
    color: #aaa;
    margin: 0;
    padding: 10px 5px 0 0;
  }
  .nav-header.sub-cat nav {
    transform: translateX(-320px);
  }
  .nav-header.sub-cat2 > nav {
    transform: translateX(-640px);
  }
  .nav-header.sub-cat3 > .sidebar-content {
    transform: translateX(-960px);
  }
  .nav-header.sub-cat4 > .sidebar-content {
    transform: translateX(-1280px);
  }
}

@media (min-width: 1000px) {
  nav {
    position: absolute;
    padding: 0;
    width: auto;
    transition: all 0.6s ease;
    top: 0px;
    left: 0;
    width: 100%;
  }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav > ul:first-child {
    padding: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
    padding: 0 25rem 0 13rem;
    position: relative;
    background-color: transparent;
    vertical-align: middle;
  }
  nav > ul:first-child > li:first-child > a > span:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: -13rem;
    bottom: 0;
  }
  nav > ul:first-child > li {
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    font-size: 1.05em;
  }
  nav > ul:first-child > li > a {
    display: block;
    vertical-align: middle;
    color: #666;
    width: 100%;
    position: relative;
    font-weight: 500;
    position: relative;
    height: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    padding: 0 .25rem;
  }
  nav > ul:first-child > li > a span {
    display: block;
    transition: all .3s linear;
    padding-bottom: 0;
  }
  nav > ul:first-child > li:not(.selected):hover span,
  nav > ul:first-child > li:focus span {
    color: #000;
    padding-top: .4rem;
  }
  nav > ul:first-child > li.selected > a {
    padding-top: 3.25rem;
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
    opacity: 1;
    /*&:after {
            @include triangle(bottom, #fff, 14px);
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -14px;
          }*/
  }
  nav > ul:first-child > li.selected > a:after {
    content: "";
    padding-top: .3rem;
    border-bottom: 2px solid #000;
    width: 100%;
    display: block;
  }
  nav > ul:first-child > li.selected ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  nav > ul:first-child > li > ul {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100px;
    display: none;
    justify-content: space-between;
  }
  nav > ul:first-child > li > ul > li {
    height: 40px;
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  nav > ul:first-child > li > ul > li.active {
    border-bottom: 2px solid #666;
  }
  nav > ul:first-child > li > ul > li.active a {
    color: #D5001B;
    margin-bottom: -2px;
  }
  nav > ul:first-child > li > ul > li > a {
    text-decoration: none;
    color: #111;
    display: block;
    font-weight: 400;
    font-size: .9rem;
    line-height: .9;
    padding: .4rem .3rem;
  }
  nav > ul:first-child > li > ul > li > a:hover {
    color: #D5001B;
  }
}

.cms-home nav > ul > li > ul {
  border-bottom: none;
}

.close-menu {
  display: inline-block;
  float: right;
  display: none !important;
}

.close-menu:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1.2em;
  padding: 16px;
  display: inline-block;
  cursor: pointer;
}

.close-menu:hover:before {
  color: #666;
}

.menuitem-clearance > a {
  color: #D5001B !important;
}

.catalog-product-view .breadcrumbs {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}

.breadcrumbs {
  background-color: #F5F5F5;
  margin-top: 1.5rem;
  padding: .5rem .75rem;
  margin-bottom: .4rem;
}

@media (min-width: 1000px) {
  .breadcrumbs {
    margin-top: 1.5rem;
    padding: .75rem .75rem;
  }
}

.breadcrumbs .category-page-title {
  margin: 0;
  padding: .2rem 0 0;
}

.breadcrumbs .items {
  font-size: .8rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs .items li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs .item {
  margin: 0;
}

.breadcrumbs a {
  color: #666;
  text-decoration: none;
}

.breadcrumbs a:visited {
  color: #666;
}

.breadcrumbs a:hover {
  color: #333;
  text-decoration: underline;
}

.breadcrumbs strong {
  font-weight: 400;
}

.breadcrumbs .item {
  display: inline-block;
  text-decoration: none;
}

.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  font-size: .8rem;
  content: '/';
  margin: 0 2px;
  color: #a3a3a3;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

@media (min-width: 1000px) {
  .breadcrumbs .item:not(:last-child):after {
    margin: 0 3px;
  }
}

.breadcrumbs + .page-title-wrapper {
  margin-top: 1rem;
}

.cms-home .breadcrumbs {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 380px) {
  .cms-home .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 481px) {
  .cms-home .breadcrumbs {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 1440px) {
  .cms-home .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rating-summary {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.rating-summary .rating-result {
  width: 85px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 15px;
  height: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}

.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #F9B34A;
  font-family: 'luma-icons';
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  font-size: 15px;
  height: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.data.switch .counter,
.reviews-actions .view, .count {
  text-decoration: none;
  color: #7d7d7d;
}

.data.switch .counter span,
.reviews-actions .view span, .count span {
  display: none;
}

.data.switch .counter span[itemprop=reviewCount],
.reviews-actions .view span[itemprop=reviewCount], .count span[itemprop=reviewCount] {
  display: inline-block;
}

.data.switch .counter:before,
.reviews-actions .view:before, .count:before {
  content: '(';
  margin-right: 1px;
}

.data.switch .counter:after,
.reviews-actions .view:after, .count:after {
  content: ')';
  margin-left: 1px;
}

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-control-vote {
  overflow: hidden;
}

.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  font-size: 15px;
  height: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  z-index: 1;
}

.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}

.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 0;
}

.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-control-vote label:before {
  color: #F9B34A;
  font-family: 'luma-icons';
  font-size: 15px;
  height: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}

.review-control-vote label:hover:before {
  opacity: 1;
}

.review-control-vote label:hover ~ label:before {
  opacity: 0;
}

.review-control-vote .rating-5 {
  z-index: 2;
}

.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}

.review-control-vote .rating-4 {
  z-index: 3;
}

.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}

.review-control-vote .rating-3 {
  z-index: 4;
}

.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}

.review-control-vote .rating-2 {
  z-index: 5;
}

.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}

.review-control-vote .rating-1 {
  z-index: 6;
}

.review-control-vote .rating-1:before {
  content: '\e605';
}

.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}

.review-toolbar {
  margin: 0 0 .3rem;
  padding: 0;
  text-align: center;
}

.review-toolbar:first-child {
  display: none;
}

.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}

.review-toolbar .limiter {
  display: none;
}

.review-add .block-title {
  display: none;
}

.review-form .action.submit.primary {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
}

.review-form .action.submit.primary:focus {
  outline: 0;
}

.review-form .action.submit.primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.review-form .action.submit.primary:hover {
  background-color: #8cb8ed;
}

.review-form .action.submit.primary i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.review-form .actions-toolbar .actions-primary {
  padding: 0;
}

.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  padding: 0;
  margin-bottom: -1.5rem;
}

.fieldset .review-legend.legend span {
  margin: 0;
}

.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
}

.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}

.review-control-vote label:before, .review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}

.review-field-rating .label {
  margin-bottom: 0;
  padding-bottom: 0;
}

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 5px;
}

.review-list {
  margin-bottom: 30px;
}

.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.75rem;
  margin-top: 2.2rem;
  margin-bottom: 1.5rem;
}

.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}

.review-item:after {
  clear: both;
  content: '';
  display: table;
}

.review-ratings {
  display: table;
  max-width: 100%;
}

.review-author {
  padding: .2rem 0 .6rem;
}

.review-author .review-details-value {
  font-weight: 600;
}

time.review-details-value {
  display: inline-block;
  margin: -.1rem 0 0 .5rem;
}

.review-date {
  display: inline;
}

.review-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-items li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-items li {
  padding: .6rem 0 1.5rem;
  margin-bottom: .9rem;
}

.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem;
  margin: 0 0 .5rem;
}

.review-content {
  margin-bottom: .5rem;
}

.page-main .column .review-add {
  margin-bottom: 0;
}

.data.table.reviews .rating-summary {
  margin-top: -4px;
}

.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}

.product-reviews-summary {
  margin-bottom: 1rem;
}

.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}

.review-field-ratings legend {
  display: none;
}

.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}

.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: .875rem;
  padding: .2rem 0 0;
  margin-left: -1px;
  vertical-align: middle;
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: .25rem;
}

.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}

.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}

.block-reviews-dashboard .product-name {
  display: inline-block;
}

.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}

.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}

.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}

.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}

.customer-review .review-details {
  margin: 0;
}

.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}

.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}

.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}

.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}

.customer-review .review-details .review-date {
  color: #a6a6a6;
}

.toolbar {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.toolbar-amount {
  opacity: .8;
  padding-top: .75rem;
}

.limiter,
.toolbar-sorter {
  display: inline-block;
  margin-right: 10px;
  float: right;
  opacity: .8;
}

.limiter .control,
.toolbar-sorter .control {
  display: inline-block;
}

.limiter label,
.toolbar-sorter label {
  display: inline-block;
}

.limiter select,
.toolbar-sorter select {
  border-radius: 3px;
  margin: 0 .2rem 0 .2rem;
  -webkit-appearance: none;
  display: inline-block;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url(../../frontend/flipmind/EliteFitness/en_NZ/img/select-bg.svg) no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 1px solid #cccccc;
  height: 36px;
  padding-right: 25px;
  text-indent: .01em;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  min-width: 5rem;
  vertical-align: baseline;
  box-sizing: border-box;
  text-overflow: '';
}

@media (max-width: 380px) {
  .limiter label {
    display: none;
  }
}

.sorter-action {
  display: none;
}

.toolbar-amount {
  float: left;
}

.products-grid + .toolbar-products .limiter,
.products-grid + .toolbar-products .toolbar-sorter {
  display: none;
}

.products-grid + .toolbar-products .pages {
  display: block;
}

.pages {
  float: right;
  display: none;
  margin-top: 1rem;
}

.pages ~ .pages {
  display: block;
}

.pages .label {
  display: none;
}

.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages .items li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages .items .label {
  display: none;
}

.pages .items .item {
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0 5px 0 0;
  display: inline-block;
  border-top: 4px solid #e5e5e5;
}

.pages .items .item:hover a {
  color: #000;
}

.pages .items .page,
.pages .items .action {
  display: inline-block;
  padding: 0 .6rem;
  color: #D5001B;
  text-decoration: none;
  text-transform: uppercase;
}

.pages .items .item.current {
  border-color: #D5001B;
}

.brands-holder {
  width: 100%;
  position: relative;
  margin: 0 0 1.5rem;
  padding: 3rem 0.8rem;
  background-color: #000;
  overflow: hidden;
  max-height: 9.5rem;
  min-height: 100px;
  transition: max-height .2s linear;
}

@media (min-width: 1000px) {
  .brands-holder {
    padding: 3rem 10% 2.5rem 1rem;
  }
}

.brands-holder.brands-reveal {
  max-height: 320px;
}

.brands-holder.brands-reveal ul {
  max-height: 15rem;
}

.brands-holder.brands-reveal .brands-link {
  display: none;
}

.brands-holder.brands-reveal .brands-link.brands-less {
  display: block;
}

.brands-holder p {
  color: #ccc;
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 1;
  margin: 0;
}

.brands-holder .brands-link {
  position: absolute;
  bottom: 1.1rem;
  left: 2rem;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
}

.brands-holder .brands-link:after {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: .8rem;
  margin-left: .5rem;
  display: inline-block;
}

.brands-holder .brands-link.brands-less {
  display: none;
}

.brands-holder .brands-link.brands-less:after {
  content: "";
}

.brands-holder .brands-link:hover {
  color: #fff;
}

.brands-holder ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1rem;
  transition: max-height .2s linear;
  overflow: hidden;
  max-height: 4.9rem;
  max-width: 1350px;
  display: flex;
  z-index: 1;
  flex-flow: row wrap;
}

.brands-holder ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.brands-holder ul li {
  display: inline-block;
  padding: .25em .5rem;
  margin: 0;
  -moz-box-flex: 1 1 25%  ;
  -webkit-flex: 1 1 25%  ;
  -ms-flex: 1 1 25%  ;
  flex: 1 1 25%  ;
  max-width: 25%;
  width: 100%;
  height: 4rem;
  text-align: center;
}

@media (min-width: 481px) {
  .brands-holder ul li {
    padding: .1em 1.5rem;
    height: 4.5rem;
  }
}

.brands-holder ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  display: block;
}

.brands-holder ul li a img {
  z-index: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brands-holder > img {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  min-width: 1150px;
}

.page-layout-1column-full .brand-image,
.page-layout-1column-full .brand-view h1 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 380px) {
  .page-layout-1column-full .brand-image,
  .page-layout-1column-full .brand-view h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 481px) {
  .page-layout-1column-full .brand-image,
  .page-layout-1column-full .brand-view h1 {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 1440px) {
  .page-layout-1column-full .brand-image,
  .page-layout-1column-full .brand-view h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brand-view .brand-image {
  padding-bottom: 1rem;
  overflow: hidden;
}

.brand-view .brand-image img {
  display: block;
  margin: 0 auto;
  max-width: 20rem;
}

@media (min-width: 481px) {
  .brand-view .brand-image img {
    float: left;
  }
}

.brand-view .brand-image .btn {
  display: block;
  padding: .7rem 0rem;
  margin-top: 2em;
  background: #000;
}

@media (min-width: 481px) {
  .brand-view .brand-image .btn {
    float: right;
    padding: .7rem 1rem;
    display: inline-block;
  }
}

.brand-view .brand-image .btn:hover {
  background: #555;
}

/* For brands /brands page */
.brandlist img {
  max-height: 5rem;
}

.brandlist .brand-name {
  margin-top: .25rem;
}

.brandlist .brand-toolbar {
  display: none;
}

.columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .columns {
    flex-direction: row;
  }
}

.columns .column.main {
  width: 100%;
}

.page-layout-1column-full .page-title-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 380px) {
  .page-layout-1column-full .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 481px) {
  .page-layout-1column-full .page-title-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 1440px) {
  .page-layout-1column-full .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-layout-1column-full .column.main {
  display: block;
}

.page-layout-1column-full.catalog-product-view .column.main {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 380px) {
  .page-layout-1column-full.catalog-product-view .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 481px) {
  .page-layout-1column-full.catalog-product-view .column.main {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 1440px) {
  .page-layout-1column-full.catalog-product-view .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-layout-1column .column.main {
  width: 100%;
}

.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main {
  order: 1;
}

@media (min-width: 1000px) {
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main {
    -moz-box-flex: 1 1 73%  ;
    -webkit-flex: 1 1 73%  ;
    -ms-flex: 1 1 73%  ;
    flex: 1 1 73%  ;
    max-width: 73%;
    width: 100%;
  }
}

.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-right .sidebar-main {
  font-size: 90%;
  order: 0;
}

@media (min-width: 1000px) {
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-right .sidebar-main {
    -moz-box-flex: 1 1 27%  ;
    -webkit-flex: 1 1 27%  ;
    -ms-flex: 1 1 27%  ;
    flex: 1 1 27%  ;
    max-width: 27%;
    width: 100%;
    padding-right: 2.25rem;
  }
}

.page-layout-2columns-left .sidebar-main.sidebar-right,
.page-layout-2columns-right .sidebar-main.sidebar-right {
  order: 2;
  padding-right: 0;
}

@media (min-width: 1000px) {
  .page-layout-2columns-left .sidebar-main.sidebar-right,
  .page-layout-2columns-right .sidebar-main.sidebar-right {
    padding-left: 2.25rem;
  }
}

.page-layout-2columns-right .column.main {
  border-top: 2px solid #cfcfcf;
}

.page-layout-2columns-right .sidebar-main {
  order: 2;
  padding-right: 0;
}

@media (min-width: 1000px) {
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2.25rem;
  }
}

.page-layout-2columns-right .sidebar-main dl a {
  color: #D5001B;
  text-decoration: none;
}

.page-layout-2columns-right .sidebar-main dt {
  padding-left: 2.2rem;
  font-size: 1.1rem;
}

.page-layout-2columns-right .sidebar-main dt:before {
  padding: .7rem .7rem;
  font-size: 1.1rem;
}

.page-layout-2columns-right .sidebar-main dd {
  padding: 0 1rem .2rem;
}

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 0.3s, opacity 0.3s ease;
}

.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity 0.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: #fff;
  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 .3s ease-in-out;
  transition: transform .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-footer {
  padding: 0 2.6rem 2.6rem;
}

.modal-slide .modal-header {
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}

.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
  margin: .5rem auto;
  width: 98%;
  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 .2s ease;
  transition: transform 0.2s ease;
}

@media (min-width: 481px) {
  .modal-popup .modal-inner-wrap {
    width: 75%;
    max-width: 700px;
    margin: 5rem auto;
  }
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.modal-popup .modal-content {
  padding: 0 2.6rem 2.6rem;
}

.ie11 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie9 .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,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .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: 2rem;
  padding-right: 2rem;
}

.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: 2rem;
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.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;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
  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,
.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] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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,
.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 .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: 20px;
}

.modal-slide .action-close {
  padding: 2.1rem 3rem;
}

.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;
}

.about {
  position: relative;
  width: 100%;
  height: auto;
}

.about .wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.about .wrapper h2,
.about .wrapper h3,
.about .wrapper h4 {
  font-weight: 400;
}

@media (min-width: 767px) {
  .about .wrapper h2,
  .about .wrapper h3,
  .about .wrapper h4 {
    max-width: 35rem;
  }
}

.about .wrapper h2 {
  padding-bottom: 1rem;
}

.about .wrapper .about-blurb {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 767px) {
  .about .wrapper .about-blurb {
    width: 50%;
  }
}

.about .wrapper .about-columns {
  column-count: 2;
  column-gap: 1rem;
  column-rule: none;
}

.about .wrapper .about-columns p {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: table;
}

@media (min-width: 767px) {
  .about .wrapper .about-columns {
    column-count: 1;
    column-gap: 3rem;
    column-rule: none;
  }
}

@media (min-width: 1250px) {
  .about .wrapper .about-columns {
    column-count: 2;
    column-gap: 3rem;
    column-rule: none;
  }
}

.about img {
  opacity: .5;
  right: -50px;
  position: absolute;
  top: 50%;
  width: auto;
  max-width: initial !important;
  transform: translate(0%, -50%);
}

@media (min-width: 767px) {
  .about img {
    opacity: 1;
    right: 0;
  }
}

.about p {
  font-weight: 500;
}

@media (min-width: 767px) {
  .about p {
    font-weight: 400;
  }
}

.about.about-gradient:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%);
}

.about.about-inverse .wrapper:after {
  background-position: left bottom;
}

@media (min-width: 767px) {
  .about.about-inverse .about-blurb {
    float: right;
  }
}

.about.about-inverse img {
  left: -10%;
  right: auto;
}

@media (min-width: 767px) {
  .about.about-inverse img {
    left: 0;
  }
}

.about-black {
  background-color: #000;
}

.about-black h2, .about-black h3, .about-black h4 {
  color: #ddd;
}

.about-black p {
  color: #fff;
}

.about-full .outer-wrapper {
  max-width: 1440px;
  width: 100%;
  padding: .5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media (min-width: 380px) {
  .about-full .outer-wrapper {
    padding: 2rem;
  }
}

@media (min-width: 1000px) {
  .about-full .outer-wrapper {
    padding: 3.4rem;
  }
}

.full-image {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  overflow: hidden;
}

.full-image img, .full-image video {
  width: 100%;
  display: block;
}

.full-image img.black-bg, .full-image video.black-bg {
  background-color: #000;
}

@media (min-width: 1000px) {
  .full-image .half-image {
    width: 50%;
    float: left;
  }
}

.action.primary,
.action-primary {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
}

.action.primary:focus,
.action-primary:focus {
  outline: 0;
}

.action.primary:disabled,
.action-primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.action.primary:hover,
.action-primary:hover {
  background-color: #8cb8ed;
}

.action.primary i,
.action-primary i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.action.action-show-popup {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
}

.action.action-show-popup:focus {
  outline: 0;
}

.action.action-show-popup:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.action.action-show-popup:hover {
  background-color: #8cb8ed;
}

.action.action-show-popup i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.action.primary.small {
  padding: .3rem .5rem .25rem .5rem;
  font-size: .85rem;
  font-weight: 400;
  margin: 0;
}

.action.clear {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  color: #D5001B;
  background-color: #fff;
  border: 1px solid #D5001B;
  padding: .3rem .5rem .25rem .5rem;
  font-size: .85rem;
  font-weight: 400;
  margin: 0;
}

.action.clear:focus {
  outline: 0;
}

.action.clear:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.action.clear:hover {
  background-color: #8cb8ed;
}

.action.clear i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.action.clear:hover {
  background-color: white;
}

.action.clear:hover {
  background-color: #D5001B;
  color: #fff;
}

.action.secondary,
.action-secondary {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  background-color: #666;
}

.action.secondary:focus,
.action-secondary:focus {
  outline: 0;
}

.action.secondary:disabled,
.action-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.action.secondary:hover,
.action-secondary:hover {
  background-color: #8cb8ed;
}

.action.secondary i,
.action-secondary i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.action.secondary:hover,
.action-secondary:hover {
  background-color: #8c8c8c;
}

.action.action-edit,
.action.edit,
.action.delete,
.action.remove {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}

.action.action-edit:focus,
.action.edit:focus,
.action.delete:focus,
.action.remove:focus {
  outline: 0;
}

.action.action-edit span,
.action.edit span,
.action.delete span,
.action.remove span {
  display: none;
}

.action.action-edit:before,
.action.edit:before,
.action.delete:before,
.action.remove:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  color: #D5001B;
}

.action.action-edit:hover,
.action.edit:hover,
.action.delete:hover,
.action.remove:hover {
  opacity: .7;
}

.action.edit:before,
.action.action-edit:before {
  content: "";
}

.table .amount {
  text-align: right;
}

body .gform_wrapper {
  display: block !important;
  margin: 0 0 .3rem;
}

body .gform_wrapper h1,
body .gform_wrapper h2,
body .gform_wrapper h3 {
  font-weight: 600;
}

body .gform_wrapper div.validation_error {
  font-size: 1.25rem;
  background-color: white;
  padding: 3rem 0;
}

body .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin: 15px 0 15px !important;
}

body .gform_wrapper .gform_body > ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: .2rem 0 1rem;
}

body .gform_wrapper .gform_body > ul.gform_fields li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body .gform_wrapper .gform_body > ul.gform_fields > li {
  padding-top: .25rem;
  padding-bottom: 1.1rem;
  margin: 0;
}

body .gform_wrapper .gform_body > ul.gform_fields > li.gfield_html {
  padding-top: 1.6rem;
  padding-bottom: 0rem;
}

body .gform_wrapper .gform_body > ul.gform_fields > li.sub-field {
  padding-top: 0rem !important;
  margin-top: -1.6rem;
  padding-left: 1.6rem !important;
}

body .gform_wrapper .gform_body > ul.gform_fields > li.sub-field label {
  font-size: .95rem;
}

body .gform_wrapper .gform_body > ul.gform_fields > li.hide-label label.gfield_label {
  display: none !important;
}

body .gform_wrapper .gform_body > ul.gform_fields .ginput_full {
  clear: both;
}

body .gform_wrapper .gform_body > ul.gform_fields .ginput_left {
  float: left;
  width: 48%;
  margin-right: 2%;
}

body .gform_wrapper .gform_body > ul.gform_fields .ginput_right {
  float: right;
  margin-left: 2%;
  width: 48%;
}

body .gform_wrapper .gform_body > ul.gform_fields .field_description_below .gfield_description {
  padding-top: 0;
  font-size: .775rem;
  color: #888;
}

body .gform_wrapper .gform_body > ul.gform_fields .gfield_time_hour input,
body .gform_wrapper .gform_body > ul.gform_fields .gfield_time_minute input {
  width: 4rem;
}

body .gform_wrapper .gform_body > ul.gform_fields div.ginput_container {
  margin-top: 0 !important;
}

body .gform_wrapper .gform_body > ul.gform_fields .ginput_container.ginput_container_time label {
  display: none !important;
}

body .gform_wrapper .gform_body > ul.gform_fields .ginput_container.ginput_container_time.gfield_time_ampm {
  margin-top: .5rem !important;
}

body .gform_wrapper .gform_body > ul.gform_fields .ginput_container.ginput_container_time i {
  margin-top: -1.9rem;
}

body .gform_wrapper .gform_body > ul.gform_fields .ginput_container_radio,
body .gform_wrapper .gform_body > ul.gform_fields .ginput_container_checkbox,
body .gform_wrapper .gform_body > ul.gform_fields ul.gfield_checkbox,
body .gform_wrapper .gform_body > ul.gform_fields ul.gfield_radio {
  margin: 0;
  padding: 0;
}

body .gform_wrapper .gform_body > ul.gform_fields .ginput_container_radio li,
body .gform_wrapper .gform_body > ul.gform_fields .ginput_container_checkbox li,
body .gform_wrapper .gform_body > ul.gform_fields ul.gfield_checkbox li,
body .gform_wrapper .gform_body > ul.gform_fields ul.gfield_radio li {
  margin: 0 0 .1rem;
  overflow: inherit;
}

body .gform_wrapper .gform_body > ul.gform_fields .gfield_radio li {
  display: inline-block;
  margin-right: .5rem !important;
}

body .gform_wrapper .gform_body > ul.gform_fields img.ui-datepicker-trigger {
  width: 19px !important;
  height: 17px !important;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: -.3rem 0 0 -1.8rem;
}

body .gform_wrapper .gform_body > ul.gform_fields .field_description_below .gfield_description.validation_message {
  color: #D5001B;
  font-size: .9rem;
}

body .gform_wrapper .gform_body > ul.gform_fields .field_description_below .gfield_description.validation_message:before {
  display: inline-block;
  margin: -.2rem .2rem 0 0;
}

body .gform_wrapper .gform_body > ul.gform_fields li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
}

body .gform_wrapper .gform_body > ul.gform_fields .Confirmation table table tbody {
  background-color: #eee;
}

body .gform_wrapper .gform_body > ul.gform_fields .Confirmation table table tbody tr {
  vertical-align: top;
  border-top: 2px solid #fff;
}

body .gform_wrapper .gform_body > ul.gform_fields .Confirmation td.review-label {
  padding: .5rem .2rem;
  line-height: 16px !important;
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
}

@media (min-width: 481px) {
  body .gform_wrapper .gform_body > ul.gform_fields .Confirmation td.review-label {
    font-size: 15px !important;
  }
}

body .gform_wrapper .gform_body > ul.gform_fields .Confirmation td.review-field {
  padding: .5rem .2rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
  line-height: 16px !important;
}

@media (min-width: 481px) {
  body .gform_wrapper .gform_body > ul.gform_fields .Confirmation td.review-field {
    font-size: 15px !important;
  }
}

body .gform_wrapper .gform_body > ul.gform_fields .Confirmation td.review-field ul.bulleted {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 0 0 !important;
  padding: 0;
}

body .gform_wrapper .gform_body > ul.gform_fields .Confirmation td.review-field ul.bulleted li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body .gform_wrapper .gform_body > ul.gform_fields .Confirmation td.review-field ul.bulleted li {
  list-style: none !important;
}

body .gform_wrapper .gform_page_footer {
  overflow: hidden;
}

body .gform_wrapper .gform_page_footer .button.gform_next_button,
body .gform_wrapper .gform_page_footer .gform_button.button {
  float: right;
  margin-top: 5px;
  margin-right: 0;
}

body .gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

body .gform_wrapper .gform_page_footer a.gform_save_link {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  color: #D5001B;
  background-color: #fff;
  border: 1px solid #D5001B;
  float: left;
  font-size: .9em;
  padding-bottom: .75rem;
  width: 100%;
  margin-top: 5px;
}

body .gform_wrapper .gform_page_footer a.gform_save_link:focus {
  outline: 0;
}

body .gform_wrapper .gform_page_footer a.gform_save_link:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body .gform_wrapper .gform_page_footer a.gform_save_link:hover {
  background-color: #8cb8ed;
}

body .gform_wrapper .gform_page_footer a.gform_save_link i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

body .gform_wrapper .gform_page_footer a.gform_save_link:hover {
  background-color: white;
}

body .gform_wrapper .gform_page_footer a.gform_save_link:hover {
  background-color: #D5001B;
  color: #fff;
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper .gform_page_footer a.gform_save_link {
    width: auto;
  }
}

body .gform_wrapper input[type=button].gform_previous_button.button {
  background-color: #666;
}

body .gform_wrapper input[type=button].gform_previous_button.button:hover {
  background-color: #8c8c8c;
}

body .gform_wrapper textarea.large {
  height: 200px;
  width: 100%;
}

body .gform_wrapper .form_saved_message {
  border: none;
  background: #faf9f9;
  padding: 1rem;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text] {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  background-color: #fff;
  font-size: 16px;
  min-width: 10px;
  color: #222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border: 1px solid #aaa;
  margin-bottom: 1rem;
  border-radius: .2rem;
  padding: .6rem 1rem;
  line-height: normal;
  max-width: 320px;
  margin: .2rem auto;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text]::-webkit-input-placeholder {
  color: #888;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text]:-moz-placeholder {
  color: #888;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text]::-moz-placeholder {
  color: #888;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text]:-ms-input-placeholder {
  color: #888;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text]:placeholder {
  color: #888;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text]:hover:not([disabled]) {
  border: 1px solid #666;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text]:focus {
  outline: none;
  border: 1px solid #666;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(100, 20, 100, 0.2);
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text]:disabled {
  opacity: 0.6;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=text] select {
  padding: .6rem 1rem;
  line-height: normal;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=submit] {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=submit]:focus {
  outline: 0;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
  background-color: #8cb8ed;
}

body .gform_wrapper .form_saved_message div.form_saved_message_emailform form input[type=submit] i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.gform_confirmation_wrapper {
  background: #faf9f9;
  padding: 3rem 1rem;
  margin: 2rem 0;
  clear: both;
  font-size: 1.1rem;
  text-align: center;
}

.gform_button {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 12px 2.8rem;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 15px;
  margin-top: .3rem;
  margin-bottom: .6rem;
}

.gform_button:focus {
  outline: 0;
}

.gform_button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.gform_button:hover {
  background-color: #8cb8ed;
}

.gform_button i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Ĺukasz PaweĹ‚czak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
  width: 100% !important;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.easy-autocomplete-container ul li .eac-item,
.easy-autocomplete-container ul .eac-category .eac-item {
  padding: .4rem .8rem;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: 600;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*# sourceMappingURL=easy-autocomplete.css.map */
.smile-es-range-slider {
  margin-top: .25rem;
}

.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  margin-left: -.2rem;
  padding: 0 0 6px;
}

.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  margin-right: -.2rem;
  padding: 0 0 6px;
}

.smile-es-range-slider [data-role=message-box] {
  font-size: 90%;
  flex: 1;
  padding: 6px 0 0;
}

.smile-es-range-slider [data-role=message-box].empty {
  padding: 0;
}

.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}

.smile-es-range-slider .ui-slider {
  margin: 6px;
  clear: both;
}

.smile-es-range-slider .ui-slider-handle {
  padding: 0;
  margin: 0px 0 0 -9px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: #4a90e2;
}

.filter .field.search input[type="text"] {
  font-size: 85%;
}

.filter .actions {
  text-align: right;
  margin: 10px 0 0;
}

.filter .actions div.secondary {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

.filter .actions div.secondary:hover {
  background: transparent;
}

.filter .actions div.secondary.show-more span:after {
  content: " +";
}

.filter .actions div.secondary.show-less span:after {
  content: " \2212";
}

.filter .no-results-message p {
  margin: 9px 10px 0;
  background-color: #FFEEEE;
  padding: 5px;
  color: #AA0000;
}

.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0 5px;
  width: 55px;
}

.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  white-space: normal;
  width: 60%;
}

.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 5px 0;
}

.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 0.2em;
  font-size: 85%;
  color: #929292;
}

.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 63%;
  color: #777;
}

.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: block;
}

[data-role=range-slider-weight_of_heaviest_user] [data-role=from-label]:after,
[data-role=range-slider-weight_of_heaviest_user] [data-role=to-label]:after {
  content: 'kg';
  display: inline-block;
  margin-left: 1px;
}

.loading-mask {
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 999999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader p {
  text-align: center;
  padding: 0;
  margin-top: -2em;
}

.loader img {
  position: relative !important;
}

.gallery-placeholder .loading-mask {
  padding-bottom: 0 !important;
}

.gallery-placeholder .loading-mask .loader img {
  margin-top: -2rem;
  max-width: 50%;
}

ul.user-manuals {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.user-manuals li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.user-manuals li {
  -moz-box-flex: 1 1 100%  ;
  -webkit-flex: 1 1 100%  ;
  -ms-flex: 1 1 100%  ;
  flex: 1 1 100%  ;
  max-width: 100%;
  width: 100%;
  margin-bottom: 1.5%;
}

@media (min-width: 481px) {
  ul.user-manuals li {
    -moz-box-flex: 1 1 50%  ;
    -webkit-flex: 1 1 50%  ;
    -ms-flex: 1 1 50%  ;
    flex: 1 1 50%  ;
    max-width: 50%;
    width: 100%;
    padding-right: 1.5%;
    margin-bottom: 1.5%;
  }
}

ul.user-manuals li a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 1rem;
  display: block;
  color: #D5001B;
  font-weight: 600;
}

ul.user-manuals li a:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  color: #aaa;
  margin: -.3rem .5rem 0 0;
}

ul.user-manuals li a:hover {
  border-color: #333;
}

[v-cloak] {
  display: none !important;
}

#financelink {
  text-decoration: none;
}

.product-item-finance {
  font-size: .825rem;
  color: #555555;
  display: inline-block;
  text-decoration: none;
}

.product-item-finance.product-item-finance--lg {
  font-size: .9rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.product-item-finance.product-item-finance--lg em {
  color: #878787;
  font-style: normal;
  font-weight: 500;
  font-size: 2.25rem;
}

.product-item-finance.product-item-finance--lg .finance-text {
  display: inline-flex;
  flex-direction: column;
  padding: 0 0 0 .5rem;
  font-size: .75rem;
}

.product-item-finance em {
  font-style: normal;
  color: #4a90e2;
  font-size: 1rem;
}

.product.details .product-item-finance--lg {
  display: none;
}

.products-grid .product-item-finance {
  padding: 0;
  line-height: .9;
}

.finance-popup {
  max-width: 600px;
  width: 100%;
}

.finance-or {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  height: 6rem;
  width: 3rem;
  justify-content: center;
  position: relative;
}

.finance-or:before {
  content: "";
  height: 5.5rem;
  border-left: 1px solid #aaa;
  z-index: -2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.finance-or:after {
  content: "";
  z-index: -1;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.finance-header {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

@media (min-width: 481px) {
  .finance-header {
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
  }
}

.finance-header h3 {
  margin: 1.5rem 0;
  font-size: 1.55rem;
  flex: 1 0 40%;
}

@media (min-width: 481px) {
  .finance-header h3 {
    margin: 0 0 1rem;
  }
}

.finance-header .finance-tabs {
  flex: 1 0 60%;
  display: flex;
  margin-top: 20px;
}

.finance-header .finance-tab {
  position: relative;
}

.finance-header .finance-tab.selected:before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: 18px solid #ddd;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -18px;
}

.finance-header .finance-tab.selected:after {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: 16px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -16px;
}

#financepopup {
  width: 100%;
}

.finance-option {
  position: relative;
  margin: 2px 0 0;
}

.finance-result {
  padding: 1px 5px 8px 25px;
}

@media (min-width: 481px) {
  .finance-result {
    padding: 8px 15px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #eee;
    text-align: right;
  }
}

.finance-result p {
  padding: 1px 0 0;
}

@media (min-width: 481px) {
  .finance-option:last-child .finance-result,
  .finance-option:nth-last-child(2) .finance-result {
    top: auto;
    bottom: 0;
  }
}

.finance-term em {
  color: #D5001B;
  font-style: normal;
  font-weight: bold;
}

@media (min-width: 481px) {
  .finance-term.active label span {
    background-color: #eee;
  }
}

.finance-term label {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.finance-term label:before {
  top: 6px;
}

.finance-term label:after {
  top: 10px;
}

.finance-term label > span {
  display: block;
  padding: .5rem 6px;
}

.finance-term label > span > small {
  display: block;
  margin: 3px 0 0;
}

/* Used on the /commercial page */
.collapsable {
  overflow: hidden;
  height: 50px;
}

.collapsable h5 {
  cursor: pointer;
}

.collapsable h5:hover {
  color: #444;
}

.collapsable.active {
  overflow: hidden;
  height: auto;
}

.spec-grid {
  flex: 1 0 100%;
  display: flex;
  background-color: #F5F5F5;
  padding: 0;
  margin-top: 2rem;
  flex-flow: row wrap;
}

@media (min-width: 380px) {
  .spec-grid {
    padding: 2rem;
  }
}

@media (min-width: 1000px) {
  .spec-grid {
    padding: 4rem 2rem;
  }
}

.spec-grid .spec {
  font-size: 4rem;
  font-weight: 300;
  display: flex;
  flex: 0 1 50%;
  padding: 2rem 0;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

@media (min-width: 1000px) {
  .spec-grid .spec {
    flex: 1 1 25%;
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .spec-grid .spec {
    border-left: 1px solid #DDDDDD;
  }
}

.spec-grid .spec:first-child {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

@media (min-width: 1000px) {
  .spec-grid .spec:first-child {
    border: 0;
  }
}

.spec-grid .spec:last-child {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  margin: -1px 0 0 -1px;
}

@media (min-width: 1000px) {
  .spec-grid .spec:last-child {
    border-top: 0;
  }
}

.spec-grid .spec svg, .spec-grid .spec img {
  width: 75%;
  max-width: 100%;
}

.spec-grid .spec-value {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.spec-grid .spec-value span {
  line-height: .7;
}

.spec-grid .spec-top {
  align-self: flex-start;
  font-size: 2rem;
}

.spec-grid .spec-mid {
  font-size: 2rem;
}

.spec-grid .spec-btm {
  align-self: flex-end;
  font-size: 2rem;
}

.spec-grid .spec-desc {
  font-size: 1rem;
  margin-bottom: auto;
  text-align: center;
  flex: 0 0 100%;
  padding: .75rem 0 0 0;
  line-height: 1.3;
}

.product-header {
  background-color: #444;
  position: fixed;
  z-index: 900;
  left: 0;
  width: 100%;
  top: 60px;
  height: 50px;
  display: flex;
  align-items: center;
}

.product-header p {
  padding: 0 0 0 4%;
  color: #fff;
  margin: 0;
  display: block;
  flex: 1;
}

@media (min-width: 1000px) {
  .product-header {
    display: none;
  }
}

.product-header .action.primary,
.product-header .action-primary {
  border-radius: 0;
  margin: 0;
  height: 50px;
  padding: 12px 0.7rem;
}

.page-layout-1column-full.catalog-product-view .product-nav {
  width: 100%;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
  left: 0;
  background-color: #444;
  position: sticky;
  z-index: 899;
  top: 110px;
  height: 50px;
  display: flex;
  align-items: center;
}

@media (min-width: 1000px) {
  .page-layout-1column-full.catalog-product-view .product-nav {
    height: auto;
    top: 0;
    background-color: transparent;
  }
}

.page-layout-1column-full.catalog-product-view .product-nav .column.main {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1000px) {
  .page-layout-1column-full.catalog-product-view .product-nav .column.main {
    background-color: #444;
    padding: 0 1rem;
  }
}

.page-layout-1column-full.catalog-product-view .product-nav .product-brands {
  flex: 1 0 100%;
  order: 3;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  display: none;
}

.page-layout-1column-full.catalog-product-view .product-nav .product-brands .brand-name {
  display: none;
}

@media (min-width: 1000px) {
  .page-layout-1column-full.catalog-product-view .product-nav .product-brands {
    flex: initial;
    display: block;
    order: 0;
    margin: 0;
  }
}

.page-layout-1column-full.catalog-product-view .product-nav .addtocart-holder {
  display: none;
}

@media (min-width: 1000px) {
  .page-layout-1column-full.catalog-product-view .product-nav .addtocart-holder {
    display: block;
    margin: 0;
  }
}

.page-layout-1column-full.catalog-product-view .product-nav img {
  max-height: auto;
}

@media (min-width: 1000px) {
  .page-layout-1column-full.catalog-product-view .product-nav img {
    max-height: 4rem;
  }
}

.page-layout-1column-full.catalog-product-view .product-nav .req-btn {
  margin: 0;
}

.page-layout-1column-full.catalog-product-view .product-nav ul.product-links {
  background-color: #444;
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: sticky;
  top: 0;
  left: 0;
  justify-content: space-between;
  display: flex;
}

.page-layout-1column-full.catalog-product-view .product-nav ul.product-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1000px) {
  .page-layout-1column-full.catalog-product-view .product-nav ul.product-links {
    position: relative;
    padding: 0 3rem;
    justify-content: space-around;
  }
}

.page-layout-1column-full.catalog-product-view .product-nav ul.product-links li {
  display: inline-block;
}

.page-layout-1column-full.catalog-product-view .product-nav ul.product-links a {
  color: #fff;
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  font-size: 1.15rem;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .page-layout-1column-full.catalog-product-view .product-nav ul.product-links a {
    font-size: 1.3rem;
  }
}

.page-layout-1column-full.catalog-product-view .product-nav ul.product-links a:hover {
  text-decoration: underline;
}

.category-icons {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.category-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  white-space: nowrap;
}

.category-icons ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-icons ul li {
  flex: 1 0 7rem;
  max-width: 7rem;
  display: inline-block;
  margin: 0 .25rem;
}

@media (min-width: 1250px) {
  .category-icons ul li {
    flex: 1;
  }
}

.category-icons ul li a:hover .over {
  fill: #D5001B !important;
  display: inline;
}

/*layout*/
.authorization-link .sign-out {
  display: none;
}

.authenticated .authorization-link .sign-out {
  display: inline-block;
}

.authenticated .authorization-link .sign-in {
  display: none;
}

.myaccount-link {
  display: none !important;
}

.authenticated .myaccount-link {
  display: inline-block !important;
}

.authenticated .register-link {
  display: none !important;
}

header.page-header {
  top: auto;
  left: auto;
  width: 100%;
  z-index: 11;
  height: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
}

@media (min-width: 1000px) {
  header.page-header {
    height: 190px;
    border: none;
  }
}

header.page-header .panel.header {
  display: none;
}

@media (min-width: 1000px) {
  header.page-header .panel.header {
    display: block;
  }
}

header.page-header .panel.header .panel.wrapper {
  height: 36px;
  border-bottom: 1px solid #ececec;
}

header.page-header .header-links-right {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.page-header .header-links-right li {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.page-header .header-links-right > li:last-child > a {
  padding-right: 0;
}

header.page-header .header-links-right > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  padding: 0;
}

header.page-header .header-links-right > li li {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.page-header .header-links-right > li > a,
header.page-header .header-links-right > li > span {
  text-decoration: none;
  color: #444444;
  font-size: .9rem;
  line-height: 36px;
  font-weight: 600;
  padding: 0 .4rem;
}

header.page-header .header-links-right > li.phone-num {
  display: none;
}

@media (min-width: 1000px) {
  header.page-header .header-links-right > li.phone-num {
    display: inline-block;
  }
  header.page-header .header-links-right > li.phone-num a {
    font-size: 1.05rem;
    color: #D5001B;
    font-weight: 500;
    padding: 0 1rem;
  }
}

@media (min-width: 1000px) {
  header.page-header .header-links-left {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -36px;
  }
  header.page-header .header-links-left li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header.page-header .header-links-left > li {
    display: inline-block;
    padding: 0;
  }
  header.page-header .header-links-left > li svg {
    margin-right: 8px;
  }
  header.page-header .header-links-left > li > a {
    text-decoration: none;
    display: inline-block;
    color: #444444;
    font-size: .9rem;
    line-height: 36px;
    padding: 0 .6rem;
    font-weight: 600;
  }
  header.page-header .header-links-left > li > a:hover, header.page-header .header-links-left > li > a.selected {
    border-bottom: 2px solid #D5001B;
  }
  header.page-header .header-links-left li:first-child a {
    border-right: 1px solid #fff;
  }
  header.page-header .header-links-right {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -36px;
    right: 0;
  }
  header.page-header .header-links-right li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

header.page-header .phone-num.desktop-hide {
  display: none;
}

@media (min-width: 350px) {
  header.page-header .phone-num.desktop-hide {
    display: block;
    float: right;
  }
  header.page-header .phone-num.desktop-hide a {
    margin-top: 11px;
    border-right: 1px solid #ddd;
    text-decoration: none;
    display: block;
    font-size: 1.1rem;
    color: #D5001B;
    font-weight: 500;
    padding: 0 .6rem 0 0;
  }
}

@media (min-width: 380px) {
  header.page-header .phone-num.desktop-hide a {
    padding-right: 1rem;
  }
}

@media (min-width: 481px) {
  header.page-header .phone-num.desktop-hide a {
    padding-right: 2rem;
  }
}

header.page-header .phone-num,
header.page-header .minicart-wrapper,
header.page-header .menu-trigger.action.nav-toggle {
  margin-top: 10px;
}

header.page-header .minicart-wrapper {
  margin-top: 10px;
}

@media (min-width: 380px) {
  header.page-header .minicart-wrapper {
    margin-right: .5%;
    margin-left: 2%;
  }
}

@media (min-width: 1000px) {
  header.page-header .minicart-wrapper {
    margin-top: 21px;
  }
}

header.page-header .search-trigger {
  margin-top: 12px;
  margin-left: 0.5%;
}

@media (min-width: 380px) {
  header.page-header .search-trigger {
    margin-left: 2%;
  }
}

@media (min-width: 1000px) {
  header.page-header .search-trigger {
    margin-top: 26px;
  }
}

@media (min-width: 1000px) {
  header.page-header .menu-trigger.action.nav-toggle {
    display: none;
  }
}

header.page-header a.logo {
  float: left;
  margin: 5px 0 0 0px;
  width: 105px;
  background: url("../../frontend/flipmind/EliteFitness/en_NZ/img/elite-mobile-logo.svg") left top;
  background-size: 100%;
  height: 50px;
  display: block;
}

@media (min-width: 1000px) {
  header.page-header a.logo {
    width: 150px;
    height: 80px;
    margin: 10px 0 0;
    background: url("../../frontend/flipmind/EliteFitness/en_NZ/img/elite-logo.svg") left top;
    background-size: 100%;
  }
}

@media (min-width: 1000px) {
  header.page-header.fixed {
    position: fixed;
    z-index: 999;
  }
}

.header.content {
  clear: both;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 900;
}

@media (min-width: 1000px) {
  .header.content {
    position: static;
    background-color: transparent;
  }
}

.header.content .wrapper {
  clear: both;
  height: 60px;
}

@media (min-width: 1000px) {
  .header.content .wrapper {
    height: 190px;
  }
}

.mobile-nav {
  display: none;
}

/*
.mobile-nav{
    margin-top:$mobile-top-height;
    &>ul{
        @include list-reset;
        @include flexbox;
        text-align: center;
        width:100%;
        padding:0 1.5rem;
        li{
            @include flex(1);
            font-size:1.2em;
            font-weight:600;
            a{
                @include link-reset;
                padding:.75em 0;
                position: relative;
            }
            &.selected>a {
                font-weight: 600;
                opacity: 1;
                &:before {
                    @include triangle(bottom, #ddd, 10px);
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    margin-left: -10px;
                }
                &:after {
                    @include triangle(bottom, #fff, 8px);
                    position: absolute;
                    bottom : -1px;
                    left: 50%;
                    margin-left: -8px;
                }
            }

        }
    }
}

.mobile-childnav{
        position: relative;
        &:before,&:after{
            content:"";
            width:1.5rem;
            top:0;
            height:100%;
            position:absolute;
            z-index: 1;
            left:0;
            background:linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        }
        &:after{
            left:auto;
            right:0;
            background:linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        }
        .category-nav{
                border-top:1px solid rgba(0, 0, 0, .1);
                padding-left:10px;
                padding-right:10px;
                @include media($mobile) {
                    padding-left: 15px;
                    padding-right: 15px;
                }
                @include media($phablet) {
                    padding-left: 4%;
                    padding-right: 4%;
                }
                overflow: hidden;
                overflow-x: auto;
                white-space:nowrap;
        }

        ul{
          @include list-reset;
          width: 100%;
          white-space:nowrap;

          &>li {
            //@include flex(1);
            display:inline-block;
            margin-left: -4px;
            &.active {
              border-bottom: 2px solid $first-color;
              a{
                margin-bottom:-2px;
              }
            }
            &>a {
              text-decoration: none;
              color: #111;
              display: block;
              font-weight: 400;
              font-size: 1.05rem;
              line-height: 1.1;
              padding: 1.5rem .5rem;
              &:hover {
                color: $first-color;
              }
            }
          }
        }
}

*/
.open-menu {
  overflow: hidden;
}

/*
.open-menu:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: $zIndex;
  background-color: rgba(0, 0, 0, .5);
}*/
.pay-options img {
  margin: .3rem .1rem 0 .1rem;
  width: 50px;
  background-color: #eee;
}

footer {
  margin-top: 5rem;
  background-color: #000;
  overflow: hidden;
  background: #000000;
  /*.footer-order{
        .btn{
            margin:.3rem auto .5rem auto;
            width:100%;
            display: block;
            max-width:220px;
        }
        text-align: center;
        padding:0 5%;
        order:1;
        @include media($footer-bp) {
            order:0;
            @include flex(0 0 30%);
        }
    }*/
}

footer .content .newsletter {
  display: none;
}

footer p {
  font-size: 14px;
}

@media (min-width: 767px) {
  footer p {
    font-size: .975rem;
  }
}

footer .wrapper {
  padding-top: 3rem;
}

footer .footer-links {
  display: flex;
  padding: 0 1% 1rem;
  width: 100%;
  flex-flow: wrap;
}

footer .footer-links .footer-links-col {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 481px) {
  footer .footer-links .footer-links-col {
    -moz-box-flex: 0 0 50%  ;
    -webkit-flex: 0 0 50%  ;
    -ms-flex: 0 0 50%  ;
    flex: 0 0 50%  ;
    max-width: 50%;
    width: 100%;
  }
}

@media (min-width: 767px) {
  footer .footer-links .footer-links-col {
    -moz-box-flex: 1  ;
    -webkit-flex: 1  ;
    -ms-flex: 1  ;
    flex: 1  ;
  }
}

footer .footer-links .footer-links-col a:hover {
  text-decoration: underline;
}

footer .footer-links .footer-links-col p {
  padding-bottom: .2rem;
}

@media (max-width: 481px) {
  footer .footer-links .footer-links-col p {
    padding-left: .8rem;
    cursor: pointer;
  }
  footer .footer-links .footer-links-col p:before {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #D5001B;
    display: inline-block;
    margin: -.2rem .3rem 0 0;
  }
}

footer .footer-content {
  clear: both;
  width: 100%;
  display: flex;
  margin: .5rem 0;
  padding: .5rem 0;
  flex-direction: column;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

@media (min-width: 1000px) {
  footer .footer-content {
    flex-direction: row;
    border: none;
  }
}

footer .footer-content .footer-box {
  text-align: center;
  width: 100%;
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
  padding: 1rem;
  margin: .75%;
  border-radius: .2em;
}

footer .footer-content .footer-box form {
  margin: 0 auto;
  max-width: 310px;
}

footer .footer-content .footer-box p {
  color: #fff;
}

footer .footer-content .footer-box p.h6 {
  color: #666;
  margin-top: 0;
  font-weight: 500;
}

footer .footer-content .footer-box .gilrose-logo {
  max-width: 150px;
  margin: -.75rem 0 .5rem;
}

@media (min-width: 1000px) {
  footer .footer-content .footer-box {
    padding: 1.6rem 1.2rem 1.6rem 1.2rem;
  }
}

@media (min-width: 1000px) {
  footer .footer-content .footer-box {
    border: 1px solid #666;
  }
}

footer .footer-content .footer-box .newsletter {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}

footer .footer-content .footer-box .newsletter input {
  padding: .5rem .7rem;
  line-height: normal;
  margin: 0;
  border-radius: 0;
}

footer .footer-content .footer-box .newsletter button {
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
  background-color: #D5001B;
  margin: 0 .2rem;
  border-radius: 0;
}

footer .footer-content .footer-box .newsletter button:hover {
  background-color: #ff233e;
}

footer a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

footer p {
  color: #fff;
  font-weight: 600;
  padding: .2rem 0 .8rem;
}

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

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

@media (max-width: 481px) {
  footer ul {
    margin: .2rem 0 .2rem;
    padding-left: 2rem;
    max-height: 0;
    transition: max-height .3s linear;
    overflow: hidden;
  }
  footer ul.reveal {
    max-height: 100px;
  }
}

footer ul li {
  line-height: 1.4;
  padding: 0 0 .4rem;
}

footer ul li a {
  font-size: 12px;
}

@media (min-width: 481px) {
  footer ul li {
    padding: 0 0 .4rem;
  }
  footer ul li a {
    font-size: .9rem;
  }
}

footer .footer-icons {
  -moz-box-flex: 1 1 100%  ;
  -webkit-flex: 1 1 100%  ;
  -ms-flex: 1 1 100%  ;
  flex: 1 1 100%  ;
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

footer .footer-icons i {
  font-size: 1.5rem;
  padding: .75rem;
  color: #fff;
}

footer .footer-end {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}

footer .footer-end a {
  padding: .5rem;
  font-size: 12px;
}

@media (min-width: 481px) {
  footer .footer-end a {
    font-size: .85rem;
  }
}

@media (min-width: 580px) {
  footer .footer-end {
    margin: 1.5rem 0 3rem;
  }
  footer .footer-end a {
    padding: 1rem 4rem;
  }
}

footer .footer-end a:first-child, footer .footer-end a:last-child {
  padding-left: 0;
  padding-right: 0;
}

.footer-no-margin {
  margin-bottom: -5rem;
}

.home-guarantee {
  height: 100px;
  background-color: #ececec;
  position: relative;
  width: 100%;
}

@media (min-width: 767px) {
  .home-guarantee {
    height: 150px;
  }
}

.home-guarantee .wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  background-color: #333;
  padding: 0;
}

@media (min-width: 767px) {
  .home-guarantee .wrapper {
    display: flex;
  }
}

.home-guarantee .wrapper img {
  height: 100px;
  float: left;
}

@media (min-width: 767px) {
  .home-guarantee .wrapper img {
    height: 150px;
  }
}

.home-guarantee:after {
  content: "";
  background-color: #333;
  width: 50%;
  height: 100%;
  margin-right: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.home-guarantee .home-guarantee-blurb {
  text-indent: 2rem;
  padding-top: .75rem;
}

.home-guarantee .home-guarantee-blurb + .home-guarantee-blurb {
  text-indent: 1.5rem;
  padding-top: 0;
}

.home-guarantee .home-guarantee-blurb + .home-guarantee-blurb + .home-guarantee-blurb {
  text-indent: 1rem;
  padding-top: 0;
}

@media (min-width: 767px) {
  .home-guarantee .home-guarantee-blurb {
    flex: 1;
    flex-flow: row wrap;
    padding: 1.4rem 1.3rem 0 !important;
    text-align: center;
    text-indent: 0 !important;
  }
}

.home-guarantee .home-guarantee-blurb h4,
.home-guarantee .home-guarantee-blurb p {
  color: #fff;
}

.home-guarantee .home-guarantee-blurb h4 {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .home-guarantee .home-guarantee-blurb h4 {
    font-size: 1.4rem;
  }
}

.home-guarantee .home-guarantee-blurb p {
  font-size: .825rem;
  display: none;
}

@media (min-width: 767px) {
  .home-guarantee .home-guarantee-blurb p {
    display: block;
  }
}

.cms-home .about .wrapper {
  background: url("../../frontend/flipmind/EliteFitness/en_NZ/img/nz.svg") no-repeat bottom center;
  background-size: contain;
}

@media (min-width: 481px) {
  .cms-home .about .wrapper {
    background-position: bottom left;
  }
}

.home-desc {
  padding: .75rem 3rem;
}

.home-desc h5, .home-desc p {
  color: #878787;
  font-size: 1.2rem;
  padding: .5rem 0 .5rem;
}

.home-link-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}

@media (min-width: 767px) {
  .home-link-list {
    flex-direction: row;
  }
}

.home-link-list a {
  padding: 1rem 0;
  border-top: 1px solid #DDDDDD;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #878787;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 767px) {
  .home-link-list a {
    border: none;
    width: auto;
  }
}

.home-link-list a svg {
  margin-right: 1rem;
}

.home-link-list a:first-child {
  border: none;
}

.home-ads {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.home-ads .home-ads-text {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 1rem;
  width: 60%;
  max-width: 350px;
}

@media (min-width: 767px) {
  .home-ads .home-ads-text {
    width: 60%;
  }
}

.home-ads .home-ads-text.home-ads-text-l {
  left: 5%;
  text-align: left;
  transform: none;
}

.home-ads .home-ads-holder {
  margin: 1rem 0;
}

.home-ads .home-ads-holder h2 {
  color: white;
}

.home-ads .home-ads-holder h3, .home-ads .home-ads-holder h4 {
  padding: 0 0 .45rem;
}

.home-ads .home-ads-holder h3 {
  font-size: 1.8rem;
}

@media (min-width: 767px) {
  .home-ads .home-ads-holder h3 {
    font-size: 2.1rem;
  }
}

.home-ads .home-ads-holder h4 {
  color: red;
  font-size: 1.4rem;
}

@media (min-width: 767px) {
  .home-ads .home-ads-holder h4 {
    font-size: 1.6rem;
  }
}

.home-ads .home-ads-holder .col {
  position: relative;
  margin: .5rem 0;
  display: block;
}

.home-ads .home-ads-holder .col img {
  width: 100%;
}

.home-ads .home-ads-holder .col2 {
  display: inline-flex;
  flex-flow: row wrap;
  align-content: space-between;
}

@media (min-width: 767px) {
  .home-ads .home-ads-holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .home-ads .home-ads-holder .col {
    margin: 0;
    -moz-box-flex: 1 0 49%  ;
    -webkit-flex: 1 0 49%  ;
    -ms-flex: 1 0 49%  ;
    flex: 1 0 49%  ;
    max-width: 49%;
    width: 100%;
  }
  .home-ads .home-ads-holder .col2 .col {
    -moz-box-flex: 1 0 100%  ;
    -webkit-flex: 1 0 100%  ;
    -ms-flex: 1 0 100%  ;
    flex: 1 0 100%  ;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .home-ads .home-ads-holder .col, .home-ads .home-ads-holder .col2 {
    -moz-box-flex: 1 0 705px  ;
    -webkit-flex: 1 0 705px  ;
    -ms-flex: 1 0 705px  ;
    flex: 1 0 705px  ;
    max-width: 705px;
    width: 100%;
  }
}

.account .page-main .sidebar-additional,
.account .page-main .country,
.account .page-main .order-links,
.account .page-main .box-newsletter, .account .page-main .fax {
  display: none !important;
}

.account .page-main .main .block {
  margin: 0 0 2rem;
}

.account .page-main .main a {
  display: inline-block;
  color: #4a90e2;
  text-decoration: none;
  float: none;
}

.account .page-main .main a:before {
  display: none;
}

.account .page-main .main a:hover {
  text-decoration: underline;
}

.account .page-main .main a span {
  display: inline-block;
}

.account .page-main .main a + a {
  border-left: 1px solid #ccc;
  padding-left: .6rem;
  margin-left: .4rem;
}

.account .page-main .fieldset {
  margin-bottom: 1rem;
}

.account .page-main .action.back {
  display: none;
}

.account .page-main .block-title,
.account .page-main .legend,
.account .page-main .order-title {
  padding: .9rem 0 .9rem;
  color: #666;
  font-size: 1.75rem;
  margin: 0 0 .75rem;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.account .page-main .block-title strong,
.account .page-main .legend strong,
.account .page-main .order-title strong {
  font-weight: 400;
}

.account .page-main .block-title a,
.account .page-main .legend a,
.account .page-main .order-title a {
  font-size: 1rem;
  padding: .5rem 0 0;
  float: right;
}

.account .page-main .block-title .action.edit,
.account .page-main .legend .action.edit,
.account .page-main .order-title .action.edit {
  display: none;
}

.account .page-main .block-content {
  margin: .4rem 0 1.2rem;
}

.account .page-main .block-content .box-content {
  margin: .3rem 0 1rem;
}

.account .page-main .block-content address, .account .page-main .block-content dl, .account .page-main .block-content dt, .account .page-main .block-content p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.account .page-main .block-content address:before, .account .page-main .block-content dl:before, .account .page-main .block-content dt:before, .account .page-main .block-content p:before {
  display: none;
}

.account .page-main .block-content .box-title {
  padding: 1rem 0 .4rem;
  display: block;
}

.account .page-main .block-content address {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.account .page-main .block-content .box-actions {
  margin-bottom: 1rem;
}

.account .page-main .block-content .box-actions a {
  margin-top: -.2rem;
}

.account .page-main .table.table-order-items td,
.account .page-main .table.table-order-items th {
  padding: .7rem .4rem;
  font-size: .9rem;
}

.account .page-main .table.table-order-items td {
  padding: .6rem .4rem;
}

.account .page-main .table.table-order-items .btn {
  margin: -2px 0;
}

.account .page-main .table.table-order-items .actions {
  white-space: nowrap;
}

.account .page-main .table.table-order-items .actions a + a {
  padding-left: .3rem;
  margin-left: .1rem;
}

.account .page-main .addresses {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account .page-main .addresses li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account .page-main .addresses > .item {
  padding: 1rem 0 .4rem;
}

.account .page-main .addresses > .item address {
  margin: .3rem 0 1rem;
}

.account-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: .75rem 0 2rem;
  display: flex;
  justify-content: space-around;
}

.account-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-nav li:first-child {
  display: none;
}

.account-nav li {
  border-bottom: 1px solid #ccc;
}

.account-nav li > a,
.account-nav li > strong {
  text-decoration: none;
  display: block;
  padding: 1rem 0;
}

.account-nav li.current {
  border-bottom: 2px solid #D5001B;
}

@media (min-width: 1000px) {
  .account-nav {
    display: block;
    border-top: 1px solid #ccc;
  }
  .account-nav li > a, .account-nav li > strong {
    padding: 1rem;
    display: block;
  }
}

.order-status {
  font-weight: 700;
  text-transform: uppercase;
  margin: .1rem .2rem .2rem 0;
  background-color: #D5001B;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: .9rem;
  display: inline-block;
  float: left;
}

.sales-order-view .page-title {
  padding-bottom: .5rem;
}

.sales-order-view .order-actions-toolbar {
  float: right;
  margin: -2.8rem 0 .75rem 0;
}

.sales-order-view .order-actions-toolbar a {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
}

.sales-order-view .order-actions-toolbar a:focus {
  outline: 0;
}

.sales-order-view .order-actions-toolbar a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.sales-order-view .order-actions-toolbar a:hover {
  background-color: #8cb8ed;
}

.sales-order-view .order-actions-toolbar a i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.sales-order-view .order-actions-toolbar a.print {
  background-color: #666;
  margin-left: .2rem;
}

.sales-order-view .order-actions-toolbar a.print:hover {
  background-color: #8c8c8c;
}

.table-order-items tfoot td, .table-order-items tfoot th {
  text-align: right;
}

.cart-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.cart-container .form-cart .actions.main {
  text-align: right;
}

.cart-container .widget {
  float: left;
}

.cart-container .action-towishlist {
  display: none;
}

.abs-shopping-cart-items-desktop,
.block-cart-failed,
.cart-container .form-cart,
.cart-container .cart-gift-item {
  width: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  position: relative;
}

@media (min-width: 767px) {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    -moz-box-flex: 0 0 70%  ;
    -webkit-flex: 0 0 70%  ;
    -ms-flex: 0 0 70%  ;
    flex: 0 0 70%  ;
    max-width: 70%;
    width: 100%;
    padding-right: 3%;
  }
}

.cart-summary {
  width: 100%;
  z-index: 9;
  top: 0 !important;
  order: 2;
  padding: 1px 20px 25px;
  position: relative;
}

@media (min-width: 767px) {
  .cart-summary {
    -moz-box-flex: 0 0 30%  ;
    -webkit-flex: 0 0 30%  ;
    -ms-flex: 0 0 30%  ;
    flex: 0 0 30%  ;
    max-width: 30%;
    width: 100%;
  }
}

.cart-summary > .title {
  display: block;
}

.cart-summary .fieldset .actions-toolbar {
  margin-left: 0;
}

.cart-summary .fieldset .actions-toolbar > .secondary {
  float: none;
}

.cart-summary .totals th {
  padding-left: 0;
}

.cart-summary .totals td {
  padding-right: 0;
}

.cart-summary .shipping .title {
  display: none;
}

.cart-summary .amount {
  text-align: right;
}

.cart-summary .amount .price {
  font-size: 1rem;
}

.cart-summary .block > .title {
  padding-left: 0;
}

.cart-summary .block > .title:after {
  right: 3px;
}

.cart-summary .block .fieldset .field {
  margin: 0 0 20px;
  margin: 0 0 10px;
}

.cart-summary .block .fieldset .field:not(.choice) > .label {
  box-sizing: content-box;
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
}

.cart-summary .block .fieldset .field:not(.choice) > .control {
  float: none;
  width: auto;
}

.cart-summary .block .fieldset .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}

.cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
  display: none;
}

.cart-summary .checkout-methods-items {
  padding: 0;
}

.cart.table-wrapper .table {
  margin-bottom: .5rem;
}

.cart.table-wrapper .items {
  min-width: 100%;
  width: auto;
}

.cart.table-wrapper tbody td {
  padding-top: 15px;
}

.cart.table-wrapper .item-actions td {
  padding: 0;
}

.cart.table-wrapper .col.qty {
  text-align: center;
}

.cart.table-wrapper .col.qty .control.qty {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.cart.table-wrapper .col.qty .control.qty div.mage-error {
  text-align: center;
  order: 4;
  margin: 1rem 0 0;
}

.cart.table-wrapper .col.qty label {
  display: none;
}

.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: 10px;
  vertical-align: middle;
  text-align: center;
  width: 45px;
  display: inline;
}

@media (max-width: 767px) {
  .cart.table-wrapper th.col {
    display: none;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    color: #333;
    font-weight: 600;
    padding-bottom: 5px;
  }
  .cart.table-wrapper tbody td {
    padding-top: 5px;
  }
  .cart.table-wrapper td.col {
    display: block;
  }
  .cart.table-wrapper td.col.qty,
  .cart.table-wrapper td.col.price,
  .cart.table-wrapper td.col.subtotal,
  .cart.table-wrapper td.col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper td.col.qty .input-text,
  .cart.table-wrapper td.col.price .input-text,
  .cart.table-wrapper td.col.subtotal .input-text,
  .cart.table-wrapper td.col.msrp .input-text {
    margin-top: -2px;
  }
}

.cart.table-wrapper .cart td {
  text-align: center;
}

@media (min-width: 767px) {
  .cart.table-wrapper .cart td {
    text-align: left;
  }
  .cart.table-wrapper .cart td.price, .cart.table-wrapper .cart td.subtotal {
    text-align: right;
  }
}

.cart.table-wrapper .product-item-photo {
  text-align: center;
  max-width: 100%;
  vertical-align: top;
}

@media (min-width: 767px) {
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    padding-right: 2rem;
  }
}

.cart.table-wrapper .product-item-photo img {
  max-width: 120px;
}

.cart.table-wrapper .product-item-details {
  vertical-align: middle;
  white-space: normal;
  width: 99%;
}

@media (min-width: 767px) {
  .cart.table-wrapper .product-item-details {
    display: table-cell;
  }
}

.cart.table-wrapper .product-item-details a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
}

.cart.table-wrapper tr.item-info {
  border: 0;
}

.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: right;
}

@media (min-width: 767px) {
  .cart.table-wrapper .actions-toolbar {
    margin-top: -20px;
  }
}

.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}

.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}

.cart.table-wrapper .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}

.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}

.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}

.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}

.cart.table-wrapper .action {
  margin-right: 25px;
}

.cart-products-toolbar {
  margin: 2px 0 0;
}

.cart-products-toolbar .toolbar-amount {
  line-height: 30px;
  margin: 0;
}

.cart-products-toolbar .pages {
  float: right;
}

.cart-products-toolbar .pages .item:last-child {
  margin-right: 0;
}

.cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
  padding-bottom: 10px;
  padding-top: 10px;
}

.cart.table-wrapper .cart + .cart-products-toolbar {
  margin-top: 25px;
}

.cart-discount {
  width: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  border: 0;
  box-sizing: border-box;
  padding-right: 4%;
  max-width: 500px;
}

@media (max-width: 767px) {
  .cart-discount {
    margin: 1rem 0;
  }
}

.cart-discount .discount {
  padding: 8px;
  border-radius: 4px;
}

.cart-discount .active {
  background-color: #eee;
}

.cart-discount .block .title {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  background-color: #666;
  margin: 0 0 15px 0;
}

.cart-discount .block .title:focus {
  outline: 0;
}

.cart-discount .block .title:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.cart-discount .block .title:hover {
  background-color: #8cb8ed;
}

.cart-discount .block .title i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.cart-discount .block .title:hover {
  background-color: #8c8c8c;
}

.cart-discount .block .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.cart-discount .fieldset {
  display: table;
  width: 100%;
  padding: 0;
}

.cart-discount .fieldset .field {
  display: table-cell;
  width: 100px;
}

.cart-discount .fieldset .field input {
  padding: .5rem .7rem;
  line-height: normal;
  margin: 0;
}

.cart-discount .fieldset .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}

.cart-discount .label {
  display: none;
}

.cart-discount button.primary {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
  word-wrap: wrap none;
  margin: 0 10px 0 10px;
  white-space: nowrap;
  padding: 0.725rem 1rem;
}

.cart-discount button.primary:focus {
  outline: 0;
}

.cart-discount button.primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.cart-discount button.primary:hover {
  background-color: #8cb8ed;
}

.cart-discount button.primary i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.block.crosssell {
  width: 75%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding: 0 4% 0 0;
}

.block.crosssell .products-grid .product-item {
  width: 25%;
}

.cart.actions {
  float: right;
}

.cart.actions .clear, .cart.actions .continue {
  display: none;
}

.cart.actions button {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 12px 2.8rem;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 15px;
  margin-top: .3rem;
  margin-bottom: .6rem;
  color: #666;
  background: none;
  display: none;
  padding-right: 0;
  float: right;
}

.cart.actions button:focus {
  outline: 0;
}

.cart.actions button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.cart.actions button:hover {
  background-color: #8cb8ed;
}

.cart.actions button i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.cart.actions button:hover {
  background: none;
  color: #000;
}

.cart.actions button:after {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
}

@media (min-width: 1000px) {
  .block-customer-login,
  .form-create-account {
    float: left;
    width: 100%;
    max-width: 650px;
    padding: 1rem 0 0;
    border-top: 1px solid #eee;
  }
  .block-customer-login .field-name-firstname label,
  .block-customer-login .field-name-lastname label,
  .form-create-account .field-name-firstname label,
  .form-create-account .field-name-lastname label {
    display: none;
  }
  .block-customer-login .back,
  .form-create-account .back {
    display: none;
  }
}

.login-container {
  width: 100%;
}

.fieldset.login {
  margin-bottom: 1rem;
  max-width: 400px;
}

.form-message {
  background-color: #ececec;
  border-radius: .5rem;
  padding: 2rem;
  width: 100%;
}

.form-message h3,
.form-message h4 {
  text-align: center;
}

@media (min-width: 1000px) {
  .form-message {
    max-width: 380px;
  }
}

@media (min-width: 580px) {
  .form-message {
    float: right;
  }
}

a.forgot-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: #D5001B;
  float: left;
  padding: 1rem 0 1rem 0;
  margin: 0;
}

@media (min-width: 580px) {
  a.forgot-link {
    margin: 0;
    padding: 0;
  }
}

#password-strength-meter-container {
  margin: .25rem 0 .75rem;
  display: none;
  font-size: 95%;
}

#password-strength-meter-container span {
  font-weight: 700;
  text-transform: uppercase;
  margin: .1rem .2rem .2rem 0;
  background-color: #D5001B;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: .9rem;
  display: inline-block;
}

#password-strength-meter-container.password-strength-meter-1, #password-strength-meter-container.password-strength-meter-2, #password-strength-meter-container.password-strength-meter-3, #password-strength-meter-container.password-strength-meter-4 {
  display: block;
}

#password-strength-meter-container.password-strength-meter-2 span {
  background-color: #f8492a;
}

#password-strength-meter-container.password-strength-meter-3 span {
  background-color: #146318;
}

#password-strength-meter-container.password-strength-meter-4 span {
  background-color: #146318;
}

form.forget, .form.reset {
  width: 100%;
  max-width: 650px;
  padding: 1rem 0 0;
  border-top: 1px solid #eee;
}

form.forget .field.note, .form.reset .field.note {
  margin: 0 0 1rem;
}

form.forget .actions-toolbar .back, .form.reset .actions-toolbar .back {
  display: none;
}

.product.media {
  text-align: center;
  width: 100%;
  order: 0;
}

@media (min-width: 767px) {
  .product.media {
    -moz-box-flex: 1 1 50%  ;
    -webkit-flex: 1 1 50%  ;
    -ms-flex: 1 1 50%  ;
    flex: 1 1 50%  ;
    max-width: 50%;
    width: 100%;
  }
}

.product.media .fotorama__stage {
  border: 1px solid #ddd;
}

.product.media .fotorama__thumb-border {
  border: 2px solid #ddd !important;
}

.product.media .product.media .fotorama__thumb {
  border: none;
}

.product.media .fotorama__arr,
.product.media .fotorama__thumb__arr {
  z-index: 999999;
}

.fotorama__caption {
  display: none;
}

.video-thumb-icon .fotorama__thumb:before,
.fotorama-item:not(.fotorama--fullscreen) .fotorama-video-container:before,
.play-button-wrapper:before {
  content: "";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
  opacity: .85;
  transition: opacity .1s linear;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.fotorama-video-container:before {
  font-size: 7rem;
}

.play-button-wrapper {
  position: relative;
  clear: both;
  cursor: pointer;
}

.play-button-wrapper:hover:before {
  opacity: 1;
}

.play-button-wrapper:before {
  font-size: 9rem;
}

.play-button-wrapper.play-button-wrapper-play:before {
  opacity: 0;
}

.fotorama__nav-wrap {
  text-align: center;
}

.product-video.responsive, .fotorama--fullscreen .fotorama__stage__frame iframe {
  height: 100%;
}

.product-info-main {
  width: 100%;
  order: 1;
}

@media (min-width: 767px) {
  .product-info-main {
    -moz-box-flex: 1 1 50%  ;
    -webkit-flex: 1 1 50%  ;
    -ms-flex: 1 1 50%  ;
    flex: 1 1 50%  ;
    max-width: 50%;
    width: 100%;
    padding: 0 0 0 3.5rem;
  }
}

.product-info-main .page-title-wrapper.product {
  padding: 0;
}

.product-info-main .product-info-price {
  overflow: hidden;
  clear: both;
}

.product-info-main .product.attribute.overview {
  font-size: 90%;
}

.product-info-main .price-box {
  overflow: hidden;
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
}

.product-info-main .price-box .price-label {
  display: block;
  margin-bottom: -.75rem;
  text-transform: uppercase;
  font-size: .925rem;
}

.product-info-main .price-box .price-container {
  float: left;
  margin: 0;
}

.product-info-main .finance-msg {
  display: inline-block;
  color: #4a90e2;
  font-size: .9rem;
  padding-left: 1.5rem;
  margin-top: 1.35rem;
}

.product-info-main .finance-msg small {
  display: block;
  color: #666;
}

.product-info-main .call-msg {
  margin: 1.75rem 0 .5rem;
  text-align: center;
  font-size: .9rem;
}

.product-info-main .call-msg strong {
  font-weight: 600;
  margin-right: .5rem;
  display: inline-block;
}

@media (min-width: 767px) {
  .product-info-main .call-msg {
    text-align: left;
  }
}

.product-info-main .online-only {
  clear: both;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  background-color: #666;
  display: table;
  cursor: default;
  opacity: .75;
  margin: 1rem auto 2rem;
}

.product-info-main .online-only:focus {
  outline: 0;
}

.product-info-main .online-only:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.product-info-main .online-only:hover {
  background-color: #8cb8ed;
}

.product-info-main .online-only i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.product-info-main .online-only:hover {
  background-color: #8c8c8c;
}

@media (min-width: 767px) {
  .product-info-main .online-only {
    margin: 1rem 0 2rem;
    display: inline-block;
  }
}

.product-info-main .online-only:hover {
  background-color: #666;
}

.product-info-main .page-title {
  padding: .2rem 0 .1rem;
}

@media (min-width: 767px) {
  .product-info-main .page-title {
    padding: 0 0 .1rem;
  }
}

.product-info-main .rrp-wrapper {
  font-size: .775rem;
  display: block;
  margin: -.5rem 0 .1rem;
}

.product-info-main .rrp-wrapper .rrp {
  text-decoration: line-through;
}

.product-info-main .elite-price {
  display: block;
  line-height: .8;
  margin-bottom: -.3rem;
  font-weight: 600;
  font-size: .875rem;
}

.product-info-main .price-box .price {
  font-size: 2.25rem;
}

.product-info-main .price-box .price small {
  font-size: 60%;
}

.main > .tabs {
  flex-wrap: row;
  -moz-box-flex: 1 0 100%  ;
  -webkit-flex: 1 0 100%  ;
  -ms-flex: 1 0 100%  ;
  flex: 1 0 100%  ;
  max-width: 100%;
  width: 100%;
  order: 2;
}

@media (min-width: 767px) {
  .main > .tabs {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 767px) {
  .product.info.detailed:first-child {
    -moz-box-flex: 1 1 63%  ;
    -webkit-flex: 1 1 63%  ;
    -ms-flex: 1 1 63%  ;
    flex: 1 1 63%  ;
    max-width: 63%;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .product.info.detailed:first-child + .product.info.detailed {
    -moz-box-flex: 1 1 34%  ;
    -webkit-flex: 1 1 34%  ;
    -ms-flex: 1 1 34%  ;
    flex: 1 1 34%  ;
    max-width: 34%;
    width: 100%;
  }
}

.product-avail-msg {
  font-size: 110%;
  margin-top: -.6rem;
  padding-bottom: 1rem;
}

.product-item-details .product-avail-msg {
  font-size: 90%;
  margin: 0;
  padding: 0;
  color: #999;
  text-align: left;
}

.product-add-form {
  clear: both;
  margin: 1rem 0 1rem;
}

.box-tocart {
  clear: both;
}

@media (min-width: 767px) {
  .box-tocart {
    max-width: 450px;
  }
}

.box-tocart .select-holder {
  margin: 0 .4rem 0 0;
  height: 50px;
}

.box-tocart .select-holder:before {
  right: 1.6rem;
  color: #D5001B;
}

.box-tocart .select-holder select {
  height: 100%;
  margin: 0;
  padding: 12px 1.8rem;
}

.cart-qty {
  display: flex;
  width: 100%;
  margin: .4rem 0 .4rem;
}

.select-qty.select-holder {
  -moz-box-flex: 1 1 31%  ;
  -webkit-flex: 1 1 31%  ;
  -ms-flex: 1 1 31%  ;
  flex: 1 1 31%  ;
  max-width: 31%;
  width: 100%;
}

.select-qty.select-holder + .tocart {
  max-width: 100%;
}

.req-btn {
  width: 100%;
}

.req-btn a.inquiry-form {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 13px 3rem;
  font-size: 16px;
  margin-top: .6rem;
  letter-spacing: .5px;
  font-weight: 600;
  margin-bottom: .8rem;
  height: 50px;
  width: 100%;
}

.req-btn a.inquiry-form:focus {
  outline: 0;
}

.req-btn a.inquiry-form:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.req-btn a.inquiry-form:hover {
  background-color: #8cb8ed;
}

.req-btn a.inquiry-form i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

@media (min-width: 767px) {
  .req-btn a.inquiry-form {
    max-width: 275px;
  }
}

.applytohire-btn + .req-btn {
  -moz-box-flex: 1 0 48%  ;
  -webkit-flex: 1 0 48%  ;
  -ms-flex: 1 0 48%  ;
  flex: 1 0 48%  ;
  max-width: 48%;
  width: 100%;
}

.applytohire-btn + .req-btn a.inquiry-form {
  color: #D5001B;
  background-color: #fff;
  border: 1px solid #D5001B;
  border-color: #4a90e2;
  margin-left: .4rem;
  color: #333;
}

.applytohire-btn + .req-btn a.inquiry-form:hover {
  background-color: white;
}

.applytohire-btn + .req-btn a.inquiry-form:hover {
  background-color: #D5001B;
  color: #fff;
}

.applytohire-btn + .req-btn a.inquiry-form:hover {
  background-color: #4a90e2;
}

.fancybox-content {
  padding: 10px;
}

@media (min-width: 481px) {
  .fancybox-content {
    padding: 20px;
  }
}

@media (min-width: 767px) {
  .fancybox-content {
    padding: 40px;
  }
}

#inquiryform {
  display: none;
}

#inquiryform.fancybox-content {
  width: 100%;
  max-width: 500px;
}

.orhire-btn {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 13px 3rem;
  font-size: 16px;
  margin-top: .6rem;
  letter-spacing: .5px;
  font-weight: 600;
  margin-bottom: .8rem;
  color: #D5001B;
  background-color: #fff;
  border: 1px solid #D5001B;
  height: 50px;
  width: 100%;
  border-color: #4a90e2;
}

.orhire-btn:focus {
  outline: 0;
}

.orhire-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.orhire-btn:hover {
  background-color: #8cb8ed;
}

.orhire-btn i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.orhire-btn:hover {
  background-color: white;
}

.orhire-btn:hover {
  background-color: #D5001B;
  color: #fff;
}

.orhire-btn span {
  color: #333;
}

.orhire-btn:hover {
  border-color: #D5001B;
}

.applytohire-btn {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 13px 3rem;
  font-size: 16px;
  margin-top: .6rem;
  letter-spacing: .5px;
  font-weight: 600;
  margin-bottom: .8rem;
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
  height: 50px;
  width: 100%;
}

.applytohire-btn:focus {
  outline: 0;
}

.applytohire-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.applytohire-btn:hover {
  background-color: #8cb8ed;
}

.applytohire-btn i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

@media (min-width: 767px) {
  .applytohire-btn {
    max-width: 275px;
  }
}

.actions button.tocart {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 13px 3rem;
  font-size: 16px;
  margin-top: .6rem;
  letter-spacing: .5px;
  font-weight: 600;
  margin-bottom: .8rem;
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
  height: 50px;
  margin: 0;
  width: 100%;
}

.actions button.tocart:focus {
  outline: 0;
}

.actions button.tocart:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.actions button.tocart:hover {
  background-color: #8cb8ed;
}

.actions button.tocart i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.actions button.tocart:before {
  content: '\e611';
  font-family: 'luma-icons';
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  margin: -.2rem .5rem 0 -.5rem;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .actions button.tocart {
    max-width: 275px;
  }
}

.product-addto-links,
.mailto,
.product-info-stock-sku {
  display: none;
}

table.data.grouped {
  font-size: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 0 0 .5rem 0;
  padding: .5rem;
}

table.data.grouped td {
  padding: .8rem .9rem;
}

table.data.grouped .btn {
  margin: -2px 0;
}

table.data.grouped tbody:nth-child(2n) tr {
  background-color: #eee;
}

table.data.grouped .price-box .price-container {
  margin: 0;
}

table.data.grouped span.price {
  font-size: 1.1rem;
}

table.data.grouped td, table.data.grouped .price, table.data.grouped .qty {
  text-align: left;
}

.product.data.items {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  width: 100%;
}

@media (min-width: 767px) {
  .product.data.items {
    margin: 2rem 0;
  }
}

.product.data.items:before {
  content: '';
  display: table;
}

.product.data.items:after {
  content: '';
  display: table;
  clear: both;
}

.product.data.items > .item.title {
  width: auto;
}

@media (min-width: 767px) {
  .product.data.items > .item.title {
    float: left;
  }
}

.product.data.items > .item.title > .switch {
  height: 20px;
  display: block;
  position: relative;
  z-index: 2;
}

.product.data.items > .item.content {
  margin-top: 20px;
  box-sizing: border-box;
  width: 100%;
  width: 100%;
}

@media (min-width: 767px) {
  .product.data.items > .item.content {
    float: right;
    margin-left: -100%;
  }
}

.product.data.items > .item.content:before {
  content: '';
  display: table;
}

.product.data.items > .item.content:after {
  content: '';
  display: table;
  clear: both;
}

.product.data.items > .item.content.active {
  display: block;
}

.product.data.items > .item.title {
  margin: 0 -1px 0 0;
}

.product.data.items > .item.title a {
  border-bottom: 1px solid #ccc;
}

.product.data.items > .item.title > .switch {
  font-weight: 500;
  line-height: 50px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #7d7d7d;
  text-decoration: none;
  height: 50px;
  padding: .1rem .2rem;
}

@media (min-width: 380px) {
  .product.data.items > .item.title > .switch {
    padding: .1rem 1rem;
  }
}

@media (min-width: 1000px) {
  .product.data.items > .item.title > .switch {
    padding: .1rem .5rem;
    margin-right: 1rem;
  }
}

.product.data.items > .item.title > .switch:visited, .product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}

.product.data.items > .item.title > .switch:active {
  color: #333333;
  border-bottom: 2px solid #D5001B;
  text-decoration: none;
}

.product.data.items > .item.title:not(.disabled) > .switch:active {
  color: #333333;
}

.product.data.items > .item.title.active > .switch {
  color: #333333;
  border-bottom: 2px solid #D5001B;
  padding-bottom: 2px;
}

.product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
  color: #333333;
}

.product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 2px;
}

.product.data.items > .item.content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 767px) {
  .product.data.items > .item.content {
    border-top: 2px solid #ddd;
    margin-top: 48px;
    padding: 1rem 0;
  }
}

@media (min-width: 1000px) {
  .product.data.items > .item.content {
    padding: 2rem .5rem;
  }
}

.product.data.items .item.title a:after {
  display: none;
}

.price:not(th) {
  color: #D5001B;
  font-size: 1rem;
  font-weight: 500;
}

.price:not(th) small {
  font-weight: 400;
}

.product-brands {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 1rem;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.product-brands li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-brands img {
  width: 175px;
}

.product-brands img[src*=".svg"] {
  max-width: 165px;
  padding: 0 0 .5rem;
  max-height: 90px;
  width: auto;
  height: auto;
}

.product-brands a:last-child {
  display: none;
}

.block.related,
.block.upsell {
  flex-wrap: row;
  -moz-box-flex: 1 0 100%  ;
  -webkit-flex: 1 0 100%  ;
  -ms-flex: 1 0 100%  ;
  flex: 1 0 100%  ;
  max-width: 100%;
  width: 100%;
  order: 3;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.block.related .title,
.block.upsell .title {
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.block.related .title strong,
.block.upsell .title strong {
  font-weight: 500;
}

.block.related .block-actions,
.block.upsell .block-actions {
  display: none;
}

.dropdown-button-holder {
  clear: both;
  margin: 0rem 0 2rem 0;
  width: 100%;
  padding: .25rem;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color .2s linear;
}

@media (min-width: 380px) {
  .dropdown-button-holder {
    padding: 1.5rem;
  }
}

@media (min-width: 767px) {
  .dropdown-button-holder {
    margin: .5rem 0 2rem -1.5rem;
  }
}

.dropdown-button-holder .dropdown-content {
  max-height: 0;
  transition: max-height .2s linear;
  overflow: hidden;
}

.dropdown-button-holder.dropdown-open {
  background-color: #eee;
}

.dropdown-button-holder.dropdown-open .dropdown-content {
  max-height: 575px;
}

.dropdown-button-holder.dropdown-open .dropdown-button:after {
  transform: rotate(180deg);
}

.dropdown-button-holder .dropdown-button {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 12px 2.8rem;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 15px;
  margin-top: .3rem;
  margin-bottom: .6rem;
  background-color: #111;
  margin: 0 auto .2rem auto;
  display: block;
  width: 100%;
}

.dropdown-button-holder .dropdown-button:focus {
  outline: 0;
}

.dropdown-button-holder .dropdown-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.dropdown-button-holder .dropdown-button:hover {
  background-color: #8cb8ed;
}

.dropdown-button-holder .dropdown-button i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.dropdown-button-holder .dropdown-button:hover {
  background-color: #555;
}

@media (min-width: 767px) {
  .dropdown-button-holder .dropdown-button {
    display: inline-block;
    width: auto;
  }
}

.dropdown-button-holder .dropdown-button:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  transition: transform .2s linear;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.dropdown-button-holder .table-store-avail {
  margin-bottom: 0;
}

.dropdown-button-holder .table-store-avail th {
  text-transform: uppercase;
}

.dropdown-button-holder .table-store-avail tbody {
  background-color: #fff;
}

.dropdown-button-holder .table-store-avail tbody a {
  text-decoration: none;
  color: #D5001B;
  font-weight: 600;
}

.dropdown-button-holder .table-store-avail tbody a:hover {
  text-decoration: underline;
}

.dropdown-button-holder .table-store-avail tbody i {
  margin-right: .2rem;
}

.dropdown-button-holder .table-store-avail tbody .slr-low i {
  color: #146318;
}

.dropdown-button-holder .table-store-avail tbody .slr-high i {
  color: #f3963a;
}

.dropdown-button-holder .table-store-avail tbody .slr-call i {
  color: #D5001B;
}

.control.qty {
  display: flex;
}

.down-btn, .up-btn {
  padding: 4px 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin: -.4rem 0;
  color: #D5001B;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  height: 35px;
  width: 35px;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
}

.up-btn {
  border-radius: 0 4px 4px 0;
}

[data-trigger=spinner] .input-text.qty {
  height: 35px !important;
  border-radius: 0;
  border: none;
  min-width: 2rem;
  margin: -.4rem 0 !important;
  padding-left: 0;
  padding-right: 0;
  max-width: 3rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center !important;
  -moz-box-flex: 1  ;
  -webkit-flex: 1  ;
  -ms-flex: 1  ;
  flex: 1  ;
}

.category-subnav {
  display: none;
}

.category-view {
  display: flex;
  flex-direction: column;
}

.category-view .brands-holder {
  margin-top: 0.6rem;
  order: 10;
}

.category-view .category-description {
  order: 11;
}

.page-layout-2columns-left .category-subnav {
  display: block;
  margin: .1rem 0 1rem;
}

@media (min-width: 1000px) {
  .page-layout-2columns-left .category-subnav {
    display: none;
  }
}

.page-layout-2columns-left .category-subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.page-layout-2columns-left .category-subnav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-layout-2columns-left .category-subnav ul li {
  display: block;
  flex: 1 1 50px;
  max-width: 50%;
  white-space: nowrap;
  margin: 2px;
}

.page-layout-2columns-left .category-subnav ul li:first-child {
  padding: 0.6rem .7rem 0.5rem;
  text-align: left;
}

.page-layout-2columns-left .category-subnav ul li a {
  display: block;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
  width: 100%;
  font-weight: 400;
  letter-spacing: -.01rem;
  text-decoration: none;
  padding: 0.55rem .5rem 0.5rem;
}

.page-layout-2columns-left .category-subnav ul li a:focus {
  outline: 0;
}

.page-layout-2columns-left .category-subnav ul li a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.page-layout-2columns-left .category-subnav ul li a:hover {
  background-color: #8cb8ed;
}

.page-layout-2columns-left .category-subnav ul li a i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.page-layout-2columns-left .category-subnav ul li a:hover {
  background-color: white;
}

.page-layout-2columns-left .category-subnav ul li a:hover {
  background-color: #666;
  color: #fff;
}

.mobile-category-head {
  display: none;
}

.page-layout-2columns-left .mobile-category-head {
  display: flex;
  margin-top: 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .page-layout-2columns-left .mobile-category-head {
    display: none;
  }
}

.page-layout-2columns-left .mobile-category-head div {
  flex: 1;
  padding-left: 1rem;
}

.page-layout-2columns-left .mobile-category-head a {
  padding: 1rem;
  float: right;
  display: inline-block;
  text-decoration: none;
}

.page-layout-2columns-left .mobile-category-head a.selected-open {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.categorypath-hire-treadmills .mobile-category-filters {
  display: none;
}

input + .toolbar-products {
  overflow: hidden;
  max-height: 0;
  padding: 1rem 0 0;
  transition: max-height .3s linear;
}

input + .toolbar-products .toolbar-amount {
  display: none;
}

@media (min-width: 1000px) {
  input + .toolbar-products {
    max-height: 100%;
    padding: 0;
  }
  input + .toolbar-products .toolbar-amount {
    display: block;
  }
}

.page-layout-2columns-left .sidebar-main {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s linear;
}

@media (min-width: 1000px) {
  .page-layout-2columns-left .sidebar-main {
    overflow: inherit;
    max-height: 100%;
  }
}

.toolbar-products.toggle-open {
  max-height: 5rem;
}

.page-layout-2columns-left .sidebar-main.toggle-open {
  max-height: 50rem;
}

.category-description.category-read-more {
  overflow: hidden;
  clear: both;
  padding-bottom: .5rem;
}

@media (min-width: 481px) {
  .category-description.category-read-more {
    padding: 0 1.75rem .6rem 1.75rem;
  }
}

.category-description.category-read-more p {
  padding: .2rem 0 .45rem;
  font-size: .95rem;
}

.category-description.category-read-more span.extra {
  position: relative;
  overflow: hidden;
  display: block;
  transition: max-height .2s linear;
}

.category-description.category-read-more span.extra:before {
  pointer-events: none;
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (min-width: 1000px) {
  .category-description.category-read-more {
    margin-bottom: 1.5rem;
  }
  .category-description.category-read-more span.extra {
    max-height: 3.5rem;
  }
}

.category-description.category-read-more .read-more-link {
  display: none;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: .3rem .5rem .25rem .5rem;
  font-size: .85rem;
  font-weight: 400;
  margin: 0;
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
  max-width: 150px;
  font-weight: 500;
  position: relative;
  display: block;
  margin: .4rem auto 1rem;
  clear: both;
}

.category-description.category-read-more .read-more-link:before {
  content: 'show more';
}

.category-description.category-read-more .read-more-link:focus {
  outline: 0;
}

.category-description.category-read-more .read-more-link:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.category-description.category-read-more .read-more-link:hover {
  background-color: #8cb8ed;
}

.category-description.category-read-more .read-more-link i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.category-description.category-read-more .read-more-link:hover {
  background-color: white;
}

.category-description.category-read-more .read-more-link:hover {
  background-color: #666;
  color: #fff;
}

.category-description.category-read-more.description-reveal span.extra {
  max-height: 775px;
}

.category-description.category-read-more.description-reveal span.extra:before {
  background: transparent;
}

.category-description.category-read-more.description-reveal .read-more-link:before {
  content: 'hide more';
}

.page-products .products-grid .product-items.slick-slider {
  display: block;
}

.page-products .products-grid .product-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.page-products .products-grid .product-items > li {
  -moz-box-flex: 1 1 50%  ;
  -webkit-flex: 1 1 50%  ;
  -ms-flex: 1 1 50%  ;
  flex: 1 1 50%  ;
  max-width: 50%;
  width: 100%;
}

@media (min-width: 1250px) {
  .page-products .products-grid .product-items > li {
    -moz-box-flex: 1 1 33.33%  ;
    -webkit-flex: 1 1 33.33%  ;
    -ms-flex: 1 1 33.33%  ;
    flex: 1 1 33.33%  ;
    max-width: 33.33%;
    width: 100%;
  }
}

.vesbrand-brand-view .products-grid .product-items {
  margin: 4rem 0 1rem;
}

.products-grid {
  padding: 0;
}

.products-grid .product-reviews-summary {
  margin: 0;
}

.products-grid > .product-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-grid > .product-items li.product {
  margin: 0;
  padding: 1.1rem 1.5rem;
}

.products-grid > .product-items li.product .product-item-info {
  text-align: center;
}

.products-grid > .product-items li.product .product-list-head {
  padding: .25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-grid > .product-items li.product .product-list-brand {
  font-size: .975rem;
  color: #878787;
}

.products-grid > .product-items li.product .product-list-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-grid > .product-items li.product .product-image-photo {
  max-width: 245px;
  width: 100%;
}

.products-grid > .product-items li.product .product-item-details {
  text-align: center;
  position: relative;
  /*@include media($mobile-menu-break) {
                    .product-reviews-summary+.price-box .price {
                        float:right;
                    }
                }*/
}

.products-grid > .product-items li.product .product-item-details .product-item-name {
  width: 100%;
  min-height: 3.5rem;
  border-bottom: 1px solid #eee;
  line-height: 1.1;
}

.products-grid > .product-items li.product .product-item-details .product-item-name a.product-item-link {
  font-weight: 500;
  display: flex;
  flex-flow: row wrap;
  text-align: left;
  padding: .25rem 0 .6rem 0;
  line-height: 1;
  font-size: 1.1rem;
}

.products-grid > .product-items li.product .product-item-details .product-item-name a.product-item-link strong {
  font-weight: 600;
  margin-right: 4px;
}

.products-grid > .product-items li.product .product-item-details .price-box {
  padding: .4rem 0;
}

@media (min-width: 380px) {
  .products-grid > .product-items li.product .product-item-details .price-box {
    float: right;
  }
}

.products-grid > .product-items li.product .product-item-details .price-box .price {
  font-size: 1.1rem;
  font-weight: 600;
}

.products-grid > .product-items li.product a {
  text-decoration: none;
}

.products-grid > .product-items .choice.related, .products-grid > .product-items .product-item-actions {
  display: none;
}

.block-title.filter-title,
.block-subtitle.filter-subtitle,
.filter-divider {
  display: none;
}

dl.filter-options {
  margin: 0;
  padding: 0 1rem;
}

dl.filter-options .filter-options-content {
  display: block !important;
}

@media (min-width: 1000px) {
  dl.filter-options {
    padding: 0 0 .75rem;
  }
}

dl.filter-options .filter-options-title {
  font-size: 1.05rem;
  font-weight: 500;
}

dl.filter-options dt {
  /*font-weight: 600;
        margin: 0;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        word-break: break-all;
        z-index: 1;
        display: block;
        text-decoration: none;
        font-size:1.1rem;
        */
  padding: .2rem 0 .3rem 1.75rem;
}

dl.filter-options dt:before {
  padding: 0rem .5rem;
  line-height: 1.5;
  font-size: 1.15rem;
}

@media (min-width: 1000px) {
  dl.filter-options dt:before {
    content: "";
    display: none;
  }
}

dl.filter-options dt:after {
  display: none;
}

dl.filter-options dd {
  padding: 0rem 1.75rem .3rem 1.75rem;
}

@media (min-width: 1000px) {
  dl.filter-options dd {
    max-height: 100%;
    margin-bottom: 1rem;
    padding: .2rem 1.75rem .75rem 1.75rem;
  }
}

dl.filter-options dd .items {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl.filter-options dd .items li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl.filter-options dd .items li.item {
  margin: .4rem 0 .4rem 0rem;
  font-size: .925rem;
}

dl.filter-options dd .items li.item a {
  text-decoration: none;
  padding: .2rem 0;
}

dl.filter-options dd .items li.item a:hover {
  color: #000;
}

dl.filter-options dd .items li.item input[type=checkbox] + label {
  margin: 0em 0 -.2em 0;
  padding-top: .2em;
  font-size: .925rem;
  display: inline-block;
  position: relative;
  padding-left: 1.8rem !important;
}

@media (min-width: 1000px) {
  dl.filter-options dt.expand:before {
    content: "";
  }
}

.filter-current {
  padding: .2rem 1rem .5rem 1rem;
}

.filter-current .filter-current-subtitle {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 1rem 0 .5rem;
  display: block;
}

@media (min-width: 1000px) {
  .filter-current .filter-current-subtitle {
    margin: .4rem 0 .5rem;
  }
}

.filter-current ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-current ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-current ol li {
  font-size: .9rem;
  margin: .2rem 0;
  padding: .4rem 0;
}

.filter-current ol li .filter-label {
  font-weight: 500;
}

.filter-actions {
  padding: 0rem 1rem 1.1rem 1rem;
  border-bottom: 1px solid #ccc;
}

/*#shipTo_Me,
#shipTo_Me + label,
#shipTo_Store,
#shipTo_Store + label {
  display:none;
}
*/
.stores-holder option span {
  display: none;
}

.store-selected {
  background-color: #f0f0f0;
  padding: .5rem 1rem;
}

.checkout-index-index .page-title-wrapper {
  padding: 1rem 0 1rem;
}

.checkout-index-index div[name='shippingAddress.country_id'],
.checkout-index-index div[name='shippingAddress.street.1'],
.checkout-index-index div[name='shippingAddress.street.2'],
.checkout-index-index div[name='shippingAddress.city'],
.checkout-index-index div[name='shippingAddress.region'] {
  display: none;
}

@media (min-width: 580px) {
  .form-row .city-autocomplete-holder.form-cell {
    -moz-box-flex: 1 1 75%  ;
    -webkit-flex: 1 1 75%  ;
    -ms-flex: 1 1 75%  ;
    flex: 1 1 75%  ;
    max-width: 75%;
    width: 100%;
  }
}

.form-row div[name='shippingAddress.postcode'] input,
.form-row input.validate-zip-international {
  max-width: 150px;
}

.checkout-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.opc-wrapper {
  order: 1;
  width: 100%;
}

@media (min-width: 1000px) {
  .opc-wrapper {
    -moz-box-flex: 1 1 66.67%  ;
    -webkit-flex: 1 1 66.67%  ;
    -ms-flex: 1 1 66.67%  ;
    flex: 1 1 66.67%  ;
    max-width: 66.67%;
    width: 100%;
    padding-right: 30px;
  }
}

.opc-wrapper .opc {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opc-wrapper .opc li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opc-wrapper .opc > li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
  padding-bottom: .75rem;
}

.opc-wrapper .step-title,
#opc-new-shipping-address .step-title {
  font-size: 1.3rem;
  padding: 0 0 .75rem;
  font-weight: 600;
  width: 100%;
}

.opc-estimated-wrapper {
  display: none;
}

.opc-progress-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -1rem 0 2rem;
  counter-reset: i;
  display: inline-block;
  font-size: 0;
  width: 100%;
  text-align: right;
}

.opc-progress-bar li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 481px) {
  .opc-progress-bar {
    margin: -5.5rem 0 1.5rem;
  }
}

.opc-progress-bar-item {
  margin: 0 0 10px;
  width: 12.5rem;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.opc-progress-bar-item:before {
  background: #ddd;
  top: 17px;
  transition: background 0.3s;
  content: '';
  height: .4rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 3rem;
  width: 100%;
  word-wrap: break-word;
  color: #aaa;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.1rem;
}

.opc-progress-bar-item > span:before {
  background: #ddd;
  height: 38px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}

.opc-progress-bar-item > span:after {
  transition: background 0.3s;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  background: #ffffff;
  height: 30px;
  margin-left: -15px;
  top: 4px;
  width: 30px;
  content: counter(i);
  counter-increment: i;
  font-size: 19px;
  color: #333333;
  font-weight: 600;
}

.opc-progress-bar-item._complete {
  cursor: pointer;
}

.opc-progress-bar-item._complete:hover:before,
.opc-progress-bar-item._complete:hover > span:before {
  background: #d7d7d7;
}

.opc-progress-bar-item._complete > span {
  color: #1979c3;
}

.opc-progress-bar-item._complete > span:after {
  font-family: 'luma-icons';
  content: '\e610';
}

.opc-progress-bar-item._active:before {
  background: #4a90e2;
}

.opc-progress-bar-item._active > span {
  color: #333333;
}

.opc-progress-bar-item._active > span:before {
  background: #4a90e2;
}

.opc-progress-bar-item._active > span:after {
  font-family: 'luma-icons';
  content: '\e610';
}

.modal-popup .action-save-address,
.modal-popup .action-accept {
  float: right;
  margin: 0 0 0 20px;
}

.checkout-shipping-method .actions-toolbar > .primary {
  float: right;
}

.checkout-shipping-method .actions-toolbar .action.primary {
  margin: 0;
}

.opc-wrapper .form-login {
  padding-bottom: 20px;
}

.opc-sidebar {
  margin: 0 0 20px;
  width: 100%;
  order: 0;
  outline: 0;
}

@media (min-width: 1000px) {
  .opc-sidebar {
    -moz-box-flex: 1 1 33.33%  ;
    -webkit-flex: 1 1 33.33%  ;
    -ms-flex: 1 1 33.33%  ;
    flex: 1 1 33.33%  ;
    max-width: 33.33%;
    width: 100%;
    order: 2;
  }
}

.opc-summary-wrapper .modal-header .action-close {
  display: none;
}

.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  padding-top: 10px;
  color: #555;
  display: block;
}

.opc-wrapper .shipping-address-items {
  font-size: 0;
}

.opc-wrapper .shipping-address-item {
  border: 2px solid #eee;
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: .6rem;
  padding: 1rem;
  transition: 0.3s border-color;
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}

@media (min-width: 580px) {
  .opc-wrapper .shipping-address-item {
    width: 49%;
    margin-right: 1%;
  }
}

.opc-wrapper .shipping-address-item.selected-item {
  border-color: #4a90e2;
}

.opc-wrapper .shipping-address-item.selected-item:after {
  background: #4a90e2;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}

.opc-wrapper .action-show-popup {
  margin: .5rem 0 1rem;
}

.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}

.opc-wrapper .action-select-shipping-item {
  margin: .4rem .2rem 0 0;
}

.opc-wrapper .edit-address-link {
  margin: .4rem .2rem 0 0;
}

.checkout-shipping-method .step-title {
  margin-bottom: 0;
}

.checkout-shipping-method .no-quotes-block {
  margin: 1rem 0;
}

.methods-shipping .actions-toolbar .action.primary {
  margin: 1.5rem 0 0;
}

.table-checkout-shipping-method {
  width: 100%;
  margin-bottom: 1rem;
}

.table-checkout-shipping-method thead th {
  display: none;
}

.table-checkout-shipping-method tbody td {
  padding: .2rem 0 .8rem 0;
}

.table-checkout-shipping-method tbody td .checkbox,
.table-checkout-shipping-method tbody td .radio {
  padding: 0 0 .4em;
  margin-top: 0;
}

.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}

.table-checkout-shipping-method tbody td:first-child .radio {
  margin-right: .5rem;
}

.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}

.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
  text-align: right;
}

.table-checkout-shipping-method tbody .col-price .price {
  font-size: 1.15rem;
}

.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}

.checkout-shipping-method {
  position: relative;
}

.shipping-policy-block.field-tooltip {
  top: 12px;
}

.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}

.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}

.opc-block-shipping-information {
  padding: .5rem 2rem;
}

.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}

.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}

.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}

.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}

.modal-content .delivery-options-elm {
  display: none;
}

.opc-block-summary, .cart-summary {
  margin: 0 0 .5rem;
  padding: 1.5rem;
  overflow: hidden;
  background-color: #eee;
}

.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount, .cart-summary .grand.incl + .grand.excl .mark,
.cart-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  padding-top: 0;
}

.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong, .cart-summary .grand.incl + .grand.excl .mark strong,
.cart-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}

.opc-block-summary .totals-tax, .cart-summary .totals-tax {
  display: none;
}

.opc-block-summary > .title, .cart-summary > .title {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: .6rem;
}

.opc-block-summary .mark .value, .cart-summary .mark .value {
  color: #777;
  font-size: .9rem;
  display: block;
}

.opc-block-summary .excl, .opc-block-summary .multicheckout, .cart-summary .excl, .cart-summary .multicheckout {
  display: none;
}

.opc-block-summary .checkout-methods-items, .cart-summary .checkout-methods-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opc-block-summary .checkout-methods-items li, .cart-summary .checkout-methods-items li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opc-block-summary .checkout-methods-items button, .cart-summary .checkout-methods-items button {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 12px 2.8rem;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 15px;
  margin-top: .3rem;
  margin-bottom: .6rem;
  width: 100%;
  display: block;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

.opc-block-summary .checkout-methods-items button:focus, .cart-summary .checkout-methods-items button:focus {
  outline: 0;
}

.opc-block-summary .checkout-methods-items button:disabled, .cart-summary .checkout-methods-items button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.opc-block-summary .checkout-methods-items button:hover, .cart-summary .checkout-methods-items button:hover {
  background-color: #8cb8ed;
}

.opc-block-summary .checkout-methods-items button i, .cart-summary .checkout-methods-items button i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.opc-block-summary .not-calculated, .cart-summary .not-calculated {
  font-style: italic;
}

.opc-block-summary .items-in-cart > .title, .cart-summary .items-in-cart > .title {
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}

.opc-block-summary .items-in-cart > .title > span, .cart-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.opc-block-summary .items-in-cart > .title:after, .cart-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
}

.opc-block-summary .items-in-cart > .title strong, .cart-summary .items-in-cart > .title strong {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
}

.opc-block-summary .items-in-cart.active > .title:after, .cart-summary .items-in-cart.active > .title:after {
  content: '\e621';
}

.opc-block-summary .items-in-cart .product, .cart-summary .items-in-cart .product {
  position: relative;
}

.opc-block-summary .minicart-items-wrapper, .cart-summary .minicart-items-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
}

.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}

.opc-block-summary .product-item {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  height: 70px;
  clear: both;
}

.opc-block-summary .product-item .product-item-inner {
  width: 100%;
}

.opc-block-summary .product-item .subtotal {
  text-align: right;
  float: right;
}

.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}

.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}

.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}

.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}

.authentication-dropdown {
  box-sizing: border-box;
}

.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}

._has-auth-shown .authentication-wrapper {
  z-index: 900;
}

.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}

.block-authentication .block-title strong {
  font-weight: 300;
}

.block-authentication .field .label {
  font-weight: 400;
}

.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}

.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}

.block-authentication .block[class] {
  margin: 0;
}

.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}

.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}

.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.checkout-payment-method {
  border-bottom: none !important;
}

.checkout-payment-method legend {
  display: none;
}

.checkout-payment-method .payment-option-inner {
  max-width: 400px;
}

.checkout-payment-method .action-apply {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
}

.checkout-payment-method .action-apply:focus {
  outline: 0;
}

.checkout-payment-method .action-apply:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.checkout-payment-method .action-apply:hover {
  background-color: #8cb8ed;
}

.checkout-payment-method .action-apply i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.checkout-payment-method .step-title {
  margin-top: -1rem;
  padding-bottom: 1rem;
}

.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}

.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}

.checkout-payment-method .payment-method-title {
  padding: 0;
  margin: 0;
}

.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 .75rem 2.2em !important;
}

.checkout-payment-method .payment-method-content .checkout-billing-address {
  display: none;
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 .5rem;
}

.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: .5rem 0 0;
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}

.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 .5rem;
}

.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}

.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: .5rem;
}

.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}

.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
  outline: none;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}

.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 2rem 0 2rem;
  margin: 1rem 0 0;
}

.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}

.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}

.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}

.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}

.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}

.checkout-payment-method .credit-card-types {
  padding: 0;
}

.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}

.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}

.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}

.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}

.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}

.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}

.checkout-payment-method .ccard .month .select {
  width: 140px;
}

.checkout-payment-method .ccard .year .select {
  width: 80px;
}

.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}

.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}

.checkout-payment-method .ccard .cvv .label {
  display: block;
}

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}

.checkout-agreements-block .action-show {
  vertical-align: baseline;
  border: none;
  background: transparent;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  color: #444444;
  text-align: left;
}

.checkout-agreements-block .action-show .hire-terms-check {
  display: flex;
  flex-direction: row;
}

.checkout-agreements-block .action-show .hire-terms-check div:last-of-type {
  padding-left: 3rem;
}

.checkout-agreements-block .action-show .hire-terms-check div:last-of-type a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
}

.checkout-agreements-block .action-show .hire-terms-check div:last-of-type a svg {
  width: 2rem;
  height: 2rem;
}

.checkout-agreements-block .action-show .hire-terms-check div:last-of-type a .download-text {
  margin-left: 0.5rem;
  color: #4a90e2;
  letter-spacing: 0.025em;
  font-weight: 500;
}

.checkout-agreements-items {
  padding-bottom: 30px;
}

.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}

.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}

.checkout-agreement-item-content {
  overflow: auto;
}

.table-totals .amount {
  font-size: 1rem;
}

.shipping-information-title {
  padding: .4rem 0;
  font-size: 1.2rem;
}

.action-select-shipping-item {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
  background-color: #4a90e2;
  margin-top: .5rem;
}

.action-select-shipping-item:focus {
  outline: 0;
}

.action-select-shipping-item:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.action-select-shipping-item:hover {
  background-color: #8cb8ed;
}

.action-select-shipping-item i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.action-select-shipping-item:hover {
  background-color: #8cb8ed;
}

.edit-address-link {
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: all .15s linear;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 12px 2.6rem;
  font-size: 14px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  background-color: #4a90e2;
  padding: 0.55rem 1.2rem;
  font-size: .9rem;
  margin: .1rem 0;
  background-color: #666;
  margin-top: .5rem;
}

.edit-address-link:focus {
  outline: 0;
}

.edit-address-link:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.edit-address-link:hover {
  background-color: #8cb8ed;
}

.edit-address-link i {
  margin-left: -.2em;
  margin-right: .2em;
  margin-top: -.2rem;
}

.edit-address-link:hover {
  background-color: #8c8c8c;
}

dl.payment-method dd {
  max-height: inherit;
}

.payment-method-note img {
  width: 175px;
  margin: .5rem;
}

@media (min-width: 1000px) {
  .payment-method-note img {
    float: right;
  }
}

.article-image-header {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 15rem;
  max-height: 225px;
  margin-bottom: 2rem;
  background-color: #000;
}

.article-image-header img {
  opacity: .75;
  min-width: 1150px;
  height: 225px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 767px) {
  .article-image-header img {
    opacity: 1;
  }
}

.article-info {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translate(0%, -50%);
  text-align: left;
}

.article-info p {
  font-size: 1rem;
  font-weight: 300;
  text-shadow: 0 0 3rem black;
  color: #fff;
  margin: .65rem 0;
}

.article-info p strong {
  color: #aaa;
  font-weight: 300;
  width: 12rem;
  display: inline-block;
}

@media (min-width: 767px) {
  .article-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .article-content .article-sidebar {
    -moz-box-flex: 1 1 25%  ;
    -webkit-flex: 1 1 25%  ;
    -ms-flex: 1 1 25%  ;
    flex: 1 1 25%  ;
    max-width: 25%;
    width: 100%;
    padding-right: 3rem;
  }
  .article-content .article-main {
    -moz-box-flex: 1 1 75%  ;
    -webkit-flex: 1 1 75%  ;
    -ms-flex: 1 1 75%  ;
    flex: 1 1 75%  ;
    max-width: 75%;
    width: 100%;
  }
}

.article-toc {
  margin-bottom: 2rem;
}

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

.article-toc ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-toc ul li a {
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.article-toc ul li a:hover {
  color: #D5001B;
  border-bottom: 1px solid #D5001B;
}

.advert {
  position: relative;
  margin-top: 1rem;
}

.advert .advert-text {
  position: absolute;
  max-width: 279px;
  top: 0;
  left: 0;
  width: 100%;
  margin: 1.5rem auto;
  padding: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.advert .advert-text .btn {
  margin: 1.5rem 0;
}

.about-author {
  margin: .5rem 0 1rem;
  border: 1px solid #ececec;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: row;
  padding: 3%;
}

.about-author h3, .about-author h4 {
  margin: 0 0 .4rem;
  padding: 0;
}

.about-author p {
  padding: 0.4rem 0 0.4rem;
}

.about-author-image {
  width: 90px;
  margin-right: 3%;
  height: 90px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid #ececec;
}

@media (min-width: 767px) {
  .about-author-image {
    width: 150px;
    height: 150px;
  }
}

.about-author-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-author-text {
  flex: 1;
}

.post-list {
  margin: 2rem 0 2rem;
  display: flex;
  gap: 1.3%;
  flex-flow: row wrap;
}

.post-list p {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  padding: 0;
  line-height: 1.1;
}

.post-list a {
  text-decoration: none;
  display: flex;
  border: 1px solid #eee;
  flex-direction: column;
  flex: 0 0 49%;
  margin-bottom: .75rem;
}

@media (min-width: 767px) {
  .post-list a {
    flex: 0 0 24%;
  }
}

.post-list a img {
  width: 100%;
}

.post-list-detail {
  padding: 1rem;
}

.no-thumb {
  background-color: #eee;
  padding-bottom: 65%;
  width: 100%;
  display: block;
}

.wrapper.contact-index {
  margin-bottom: 2rem;
}

.wrapper.contact-index form.contact {
  background-color: #ececec;
  border-radius: 4px;
  -moz-box-flex: 0 0 100%  ;
  -webkit-flex: 0 0 100%  ;
  -ms-flex: 0 0 100%  ;
  flex: 0 0 100%  ;
  max-width: 100%;
  width: 100%;
  padding: 2rem 2rem 1rem 2rem;
}

.wrapper.contact-index .address-cell {
  width: 100%;
}

@media (min-width: 1000px) {
  .wrapper.contact-index {
    display: flex;
  }
  .wrapper.contact-index .address-grid, .wrapper.contact-index form.contact {
    -moz-box-flex: 1 1 50%  ;
    -webkit-flex: 1 1 50%  ;
    -ms-flex: 1 1 50%  ;
    flex: 1 1 50%  ;
    max-width: 50%;
    width: 100%;
  }
  .wrapper.contact-index .address-cell {
    width: 50%;
  }
}

.equipment-item {
  background-color: #efeff1;
}

.equipment-item__svg {
  max-width: 10rem;
}

.equipment-item__st0 {
  fill: #4b90e2;
}

.equipment-item__line {
  display: none;
}

.equipment-wrapper {
  text-align: center;
}

@media (min-width: 767px) {
  .equipment-wrapper {
    text-align: left;
  }
}

.equipment-wrapper--content {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .equipment-wrapper--content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.equipment-wrapper--content--text-right {
  text-align: right;
}

.equipment-wrapper__col-reverse {
  flex-direction: column-reverse !important;
}

@media (min-width: 767px) {
  .equipment-wrapper__col-reverse {
    flex-direction: row !important;
    text-align: right;
  }
}

@media (min-width: 767px) {
  .faqs-wrapper {
    max-width: 800px;
  }
}

.faqs-wrapper--title {
  padding-top: 17.5px;
  cursor: pointer;
}

.faqs-wrapper--collapsable {
  visibility: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.faqs-wrapper--collapsable__active {
  visibility: visible;
  max-height: 400px;
  transition: max-height 0.5s ease-in;
}

.faqs-wrapper .fa {
  color: #d5001b;
}

.testimonial-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 400px;
  margin-bottom: 5rem;
  background: linear-gradient(180deg, #020024 0%, black 64%, #666262 100%, #e3e2e2 100%, #eeeeee 100%);
}

.testimonial-wrapper--inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
}

@media (min-width: 767px) {
  .testimonial-wrapper--inner {
    padding: 2%;
  }
}

.testimonial-wrapper--center {
  display: flex;
  flex-grow: 1;
  width: 65%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial-wrapper--center .slider-holder {
  width: 100%;
  background-color: unset;
}

.testimonial-wrapper--center .slider-holder .testimonial-slideshow .testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.5;
  transition: all 300ms ease;
  margin-bottom: 1rem !important;
  margin: 10px;
  padding: 2%;
  width: 350px;
}

.testimonial-wrapper--center .slider-holder .testimonial-slideshow .testimonial-container p {
  color: #ffffff;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.75rem;
  /* 28px */
  text-align: center;
}

.testimonial-wrapper--center .slider-holder .testimonial-slideshow .testimonial-container .star-container {
  display: flex;
  margin-top: 0.625rem;
}

.testimonial-wrapper--center .slider-holder .testimonial-slideshow .testimonial-container .star-container img {
  opacity: 0.5;
  width: 28px;
  height: 28px;
}

.testimonial-wrapper--center .slider-holder .testimonial-slideshow .testimonial-container .star-container img:not(:last-of-type) {
  margin-right: 1rem;
}

.testimonial-wrapper--center .slider-holder .testimonial-slideshow .testimonial-container h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
  color: #ffffff;
}

.testimonial-wrapper--center .slider-holder .testimonial-slideshow .slick-center .testimonial-container {
  opacity: 1 !important;
  transform: scale(1.08) !important;
}

.testimonial-wrapper--center .slider-holder .testimonial-slideshow .slick-dots li button {
  background-color: #ffffff;
}

.testimonial-wrapper--left, .testimonial-wrapper--right {
  display: none;
  flex-direction: column;
  height: max-content;
  justify-content: space-evenly;
}

@media (min-width: 767px) {
  .testimonial-wrapper--left, .testimonial-wrapper--right {
    display: flex;
  }
}

.testimonial-wrapper--left img, .testimonial-wrapper--right img {
  width: 200px;
  height: 130px;
  margin-bottom: 1rem;
}

.img-container {
  text-align: center;
  padding: 10px;
}

@media (min-width: 767px) {
  .img-container {
    height: 205px;
  }
}

.img-container img {
  height: 180px;
}

.img-container svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 767px) {
  .img-container svg {
    width: 80%;
  }
}

.treadmill-hire--promotion-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.treadmill-hire p {
  text-align: center;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.75rem;
  /* 28px */
}

.treadmill-hire--img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}

.treadmill-hire--img-container h2 {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  background-color: #c6c6c6;
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
  letter-spacing: 0.05em;
}

.treadmill-hire--img-container img {
  mix-blend-mode: multiply;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.treadmill-hire--img-container--btn-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}

.slider-actions .wrap {
  width: 500px;
  text-align: center;
  margin: 10%;
}

.slider-actions .wrap h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.slider-actions .wrap h4 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.slider-actions .wrap .btn {
  font-size: 16px;
}

.slider-actions:after {
  position: absolute;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slider-actions .wrap {
  position: relative;
  z-index: 9999;
}

.slider-actions {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.commercial-tabs {
  display: flex;
  width: 600px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 40px;
}

.commercial-tabs li {
  color: #888;
  font-size: 18px;
  list-style: none;
}

.commercial-tabs li a {
  text-decoration: none;
}

.commercial-tabs li span {
  margin-right: 14px;
}

@media (max-width: 768px) {
  .commercial-tabs {
    display: block;
    width: 100%;
  }
  .commercial-tabs li {
    margin: 0 auto;
    width: 160px;
    margin-bottom: 8px;
    font-size: 18px;
  }
}

.categorypath-commercial .category-icons ul {
  justify-content: center;
}

.store-availability {
  display: none;
}

.cms-index-index .page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}.uk-flex{display:flex}@font-face{font-family:'FontAwesome';src:url("../../frontend/flipmind/EliteFitness/en_NZ/Aheadworks_Rbslider/fonts/fontawesome-webfont.woff2") format('woff2'),url("../../frontend/flipmind/EliteFitness/en_NZ/Aheadworks_Rbslider/fonts/fontawesome-webfont.woff") format("woff"),url("../../frontend/flipmind/EliteFitness/en_NZ/Aheadworks_Rbslider/fonts/fontawesome-webfont.ttf") format("truetype");font-weight:400;font-style:normal}[class*=uk-icon-]{font-family:FontAwesome;display:inline-block;font-weight:400;font-style:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=uk-icon-],[class*=uk-icon-]:hover,[class*=uk-icon-]:focus{text-decoration:none}.uk-icon-small{font-size:150%;vertical-align:-10%}.uk-icon-medium{font-size:200%;vertical-align:-16%}.uk-icon-large{font-size:250%;vertical-align:-22%}.uk-icon-justify{width:1em;text-align:center}.uk-icon-spin{display:inline-block;-webkit-animation:uk-rotate 2s infinite linear;animation:uk-rotate 2s infinite linear}.uk-icon-hover{color:#999}.uk-icon-hover:hover{color:#444}.uk-icon-button{box-sizing:border-box;display:inline-block;width:35px;height:35px;border-radius:100%;background:#eee;line-height:35px;color:#444;font-size:18px;text-align:center}.uk-icon-button:hover,.uk-icon-button:focus{background-color:#f5f5f5;color:#444;outline:none}.uk-icon-button:active{background-color:#ddd;color:#444}.uk-icon-glass:before{content:"\f000"}.uk-icon-music:before{content:"\f001"}.uk-icon-search:before{content:"\f002"}.uk-icon-envelope-o:before{content:"\f003"}.uk-icon-heart:before{content:"\f004"}.uk-icon-star:before{content:"\f005"}.uk-icon-star-o:before{content:"\f006"}.uk-icon-user:before{content:"\f007"}.uk-icon-film:before{content:"\f008"}.uk-icon-th-large:before{content:"\f009"}.uk-icon-th:before{content:"\f00a"}.uk-icon-th-list:before{content:"\f00b"}.uk-icon-check:before{content:"\f00c"}.uk-icon-remove:before,.uk-icon-close:before,.uk-icon-times:before{content:"\f00d"}.uk-icon-search-plus:before{content:"\f00e"}.uk-icon-search-minus:before{content:"\f010"}.uk-icon-power-off:before{content:"\f011"}.uk-icon-signal:before{content:"\f012"}.uk-icon-gear:before,.uk-icon-cog:before{content:"\f013"}.uk-icon-trash-o:before{content:"\f014"}.uk-icon-home:before{content:"\f015"}.uk-icon-file-o:before{content:"\f016"}.uk-icon-clock-o:before{content:"\f017"}.uk-icon-road:before{content:"\f018"}.uk-icon-download:before{content:"\f019"}.uk-icon-arrow-circle-o-down:before{content:"\f01a"}.uk-icon-arrow-circle-o-up:before{content:"\f01b"}.uk-icon-inbox:before{content:"\f01c"}.uk-icon-play-circle-o:before{content:"\f01d"}.uk-icon-rotate-right:before,.uk-icon-repeat:before{content:"\f01e"}.uk-icon-refresh:before{content:"\f021"}.uk-icon-list-alt:before{content:"\f022"}.uk-icon-lock:before{content:"\f023"}.uk-icon-flag:before{content:"\f024"}.uk-icon-headphones:before{content:"\f025"}.uk-icon-volume-off:before{content:"\f026"}.uk-icon-volume-down:before{content:"\f027"}.uk-icon-volume-up:before{content:"\f028"}.uk-icon-qrcode:before{content:"\f029"}.uk-icon-barcode:before{content:"\f02a"}.uk-icon-tag:before{content:"\f02b"}.uk-icon-tags:before{content:"\f02c"}.uk-icon-book:before{content:"\f02d"}.uk-icon-bookmark:before{content:"\f02e"}.uk-icon-print:before{content:"\f02f"}.uk-icon-camera:before{content:"\f030"}.uk-icon-font:before{content:"\f031"}.uk-icon-bold:before{content:"\f032"}.uk-icon-italic:before{content:"\f033"}.uk-icon-text-height:before{content:"\f034"}.uk-icon-text-width:before{content:"\f035"}.uk-icon-align-left:before{content:"\f036"}.uk-icon-align-center:before{content:"\f037"}.uk-icon-align-right:before{content:"\f038"}.uk-icon-align-justify:before{content:"\f039"}.uk-icon-list:before{content:"\f03a"}.uk-icon-dedent:before,.uk-icon-outdent:before{content:"\f03b"}.uk-icon-indent:before{content:"\f03c"}.uk-icon-video-camera:before{content:"\f03d"}.uk-icon-photo:before,.uk-icon-image:before,.uk-icon-picture-o:before{content:"\f03e"}.uk-icon-pencil:before{content:"\f040"}.uk-icon-map-marker:before{content:"\f041"}.uk-icon-adjust:before{content:"\f042"}.uk-icon-tint:before{content:"\f043"}.uk-icon-edit:before,.uk-icon-pencil-square-o:before{content:"\f044"}.uk-icon-share-square-o:before{content:"\f045"}.uk-icon-check-square-o:before{content:"\f046"}.uk-icon-arrows:before{content:"\f047"}.uk-icon-step-backward:before{content:"\f048"}.uk-icon-fast-backward:before{content:"\f049"}.uk-icon-backward:before{content:"\f04a"}.uk-icon-play:before{content:"\f04b"}.uk-icon-pause:before{content:"\f04c"}.uk-icon-stop:before{content:"\f04d"}.uk-icon-forward:before{content:"\f04e"}.uk-icon-fast-forward:before{content:"\f050"}.uk-icon-step-forward:before{content:"\f051"}.uk-icon-eject:before{content:"\f052"}.uk-icon-chevron-left:before{content:"\f053"}.uk-icon-chevron-right:before{content:"\f054"}.uk-icon-plus-circle:before{content:"\f055"}.uk-icon-minus-circle:before{content:"\f056"}.uk-icon-times-circle:before{content:"\f057"}.uk-icon-check-circle:before{content:"\f058"}.uk-icon-question-circle:before{content:"\f059"}.uk-icon-info-circle:before{content:"\f05a"}.uk-icon-crosshairs:before{content:"\f05b"}.uk-icon-times-circle-o:before{content:"\f05c"}.uk-icon-check-circle-o:before{content:"\f05d"}.uk-icon-ban:before{content:"\f05e"}.uk-icon-arrow-left:before{content:"\f060"}.uk-icon-arrow-right:before{content:"\f061"}.uk-icon-arrow-up:before{content:"\f062"}.uk-icon-arrow-down:before{content:"\f063"}.uk-icon-mail-forward:before,.uk-icon-share:before{content:"\f064"}.uk-icon-expand:before{content:"\f065"}.uk-icon-compress:before{content:"\f066"}.uk-icon-plus:before{content:"\f067"}.uk-icon-minus:before{content:"\f068"}.uk-icon-asterisk:before{content:"\f069"}.uk-icon-exclamation-circle:before{content:"\f06a"}.uk-icon-gift:before{content:"\f06b"}.uk-icon-leaf:before{content:"\f06c"}.uk-icon-fire:before{content:"\f06d"}.uk-icon-eye:before{content:"\f06e"}.uk-icon-eye-slash:before{content:"\f070"}.uk-icon-warning:before,.uk-icon-exclamation-triangle:before{content:"\f071"}.uk-icon-plane:before{content:"\f072"}.uk-icon-calendar:before{content:"\f073"}.uk-icon-random:before{content:"\f074"}.uk-icon-comment:before{content:"\f075"}.uk-icon-magnet:before{content:"\f076"}.uk-icon-chevron-up:before{content:"\f077"}.uk-icon-chevron-down:before{content:"\f078"}.uk-icon-retweet:before{content:"\f079"}.uk-icon-shopping-cart:before{content:"\f07a"}.uk-icon-folder:before{content:"\f07b"}.uk-icon-folder-open:before{content:"\f07c"}.uk-icon-arrows-v:before{content:"\f07d"}.uk-icon-arrows-h:before{content:"\f07e"}.uk-icon-bar-chart-o:before,.uk-icon-bar-chart:before{content:"\f080"}.uk-icon-twitter-square:before{content:"\f081"}.uk-icon-facebook-square:before{content:"\f082"}.uk-icon-camera-retro:before{content:"\f083"}.uk-icon-key:before{content:"\f084"}.uk-icon-gears:before,.uk-icon-cogs:before{content:"\f085"}.uk-icon-comments:before{content:"\f086"}.uk-icon-thumbs-o-up:before{content:"\f087"}.uk-icon-thumbs-o-down:before{content:"\f088"}.uk-icon-star-half:before{content:"\f089"}.uk-icon-heart-o:before{content:"\f08a"}.uk-icon-sign-out:before{content:"\f08b"}.uk-icon-linkedin-square:before{content:"\f08c"}.uk-icon-thumb-tack:before{content:"\f08d"}.uk-icon-external-link:before{content:"\f08e"}.uk-icon-sign-in:before{content:"\f090"}.uk-icon-trophy:before{content:"\f091"}.uk-icon-github-square:before{content:"\f092"}.uk-icon-upload:before{content:"\f093"}.uk-icon-lemon-o:before{content:"\f094"}.uk-icon-phone:before{content:"\f095"}.uk-icon-square-o:before{content:"\f096"}.uk-icon-bookmark-o:before{content:"\f097"}.uk-icon-phone-square:before{content:"\f098"}.uk-icon-twitter:before{content:"\f099"}.uk-icon-facebook-f:before,.uk-icon-facebook:before{content:"\f09a"}.uk-icon-github:before{content:"\f09b"}.uk-icon-unlock:before{content:"\f09c"}.uk-icon-credit-card:before{content:"\f09d"}.uk-icon-rss:before{content:"\f09e"}.uk-icon-hdd-o:before{content:"\f0a0"}.uk-icon-bullhorn:before{content:"\f0a1"}.uk-icon-bell:before{content:"\f0f3"}.uk-icon-certificate:before{content:"\f0a3"}.uk-icon-hand-o-right:before{content:"\f0a4"}.uk-icon-hand-o-left:before{content:"\f0a5"}.uk-icon-hand-o-up:before{content:"\f0a6"}.uk-icon-hand-o-down:before{content:"\f0a7"}.uk-icon-arrow-circle-left:before{content:"\f0a8"}.uk-icon-arrow-circle-right:before{content:"\f0a9"}.uk-icon-arrow-circle-up:before{content:"\f0aa"}.uk-icon-arrow-circle-down:before{content:"\f0ab"}.uk-icon-globe:before{content:"\f0ac"}.uk-icon-wrench:before{content:"\f0ad"}.uk-icon-tasks:before{content:"\f0ae"}.uk-icon-filter:before{content:"\f0b0"}.uk-icon-briefcase:before{content:"\f0b1"}.uk-icon-arrows-alt:before{content:"\f0b2"}.uk-icon-group:before,.uk-icon-users:before{content:"\f0c0"}.uk-icon-chain:before,.uk-icon-link:before{content:"\f0c1"}.uk-icon-cloud:before{content:"\f0c2"}.uk-icon-flask:before{content:"\f0c3"}.uk-icon-cut:before,.uk-icon-scissors:before{content:"\f0c4"}.uk-icon-copy:before,.uk-icon-files-o:before{content:"\f0c5"}.uk-icon-paperclip:before{content:"\f0c6"}.uk-icon-save:before,.uk-icon-floppy-o:before{content:"\f0c7"}.uk-icon-square:before{content:"\f0c8"}.uk-icon-navicon:before,.uk-icon-reorder:before,.uk-icon-bars:before{content:"\f0c9"}.uk-icon-list-ul:before{content:"\f0ca"}.uk-icon-list-ol:before{content:"\f0cb"}.uk-icon-strikethrough:before{content:"\f0cc"}.uk-icon-underline:before{content:"\f0cd"}.uk-icon-table:before{content:"\f0ce"}.uk-icon-magic:before{content:"\f0d0"}.uk-icon-truck:before{content:"\f0d1"}.uk-icon-pinterest:before{content:"\f0d2"}.uk-icon-pinterest-square:before{content:"\f0d3"}.uk-icon-google-plus-square:before{content:"\f0d4"}.uk-icon-google-plus:before{content:"\f0d5"}.uk-icon-money:before{content:"\f0d6"}.uk-icon-caret-down:before{content:"\f0d7"}.uk-icon-caret-up:before{content:"\f0d8"}.uk-icon-caret-left:before{content:"\f0d9"}.uk-icon-caret-right:before{content:"\f0da"}.uk-icon-columns:before{content:"\f0db"}.uk-icon-unsorted:before,.uk-icon-sort:before{content:"\f0dc"}.uk-icon-sort-down:before,.uk-icon-sort-desc:before{content:"\f0dd"}.uk-icon-sort-up:before,.uk-icon-sort-asc:before{content:"\f0de"}.uk-icon-envelope:before{content:"\f0e0"}.uk-icon-linkedin:before{content:"\f0e1"}.uk-icon-rotate-left:before,.uk-icon-undo:before{content:"\f0e2"}.uk-icon-legal:before,.uk-icon-gavel:before{content:"\f0e3"}.uk-icon-dashboard:before,.uk-icon-tachometer:before{content:"\f0e4"}.uk-icon-comment-o:before{content:"\f0e5"}.uk-icon-comments-o:before{content:"\f0e6"}.uk-icon-flash:before,.uk-icon-bolt:before{content:"\f0e7"}.uk-icon-sitemap:before{content:"\f0e8"}.uk-icon-umbrella:before{content:"\f0e9"}.uk-icon-paste:before,.uk-icon-clipboard:before{content:"\f0ea"}.uk-icon-lightbulb-o:before{content:"\f0eb"}.uk-icon-exchange:before{content:"\f0ec"}.uk-icon-cloud-download:before{content:"\f0ed"}.uk-icon-cloud-upload:before{content:"\f0ee"}.uk-icon-user-md:before{content:"\f0f0"}.uk-icon-stethoscope:before{content:"\f0f1"}.uk-icon-suitcase:before{content:"\f0f2"}.uk-icon-bell-o:before{content:"\f0a2"}.uk-icon-coffee:before{content:"\f0f4"}.uk-icon-cutlery:before{content:"\f0f5"}.uk-icon-file-text-o:before{content:"\f0f6"}.uk-icon-building-o:before{content:"\f0f7"}.uk-icon-hospital-o:before{content:"\f0f8"}.uk-icon-ambulance:before{content:"\f0f9"}.uk-icon-medkit:before{content:"\f0fa"}.uk-icon-fighter-jet:before{content:"\f0fb"}.uk-icon-beer:before{content:"\f0fc"}.uk-icon-h-square:before{content:"\f0fd"}.uk-icon-plus-square:before{content:"\f0fe"}.uk-icon-angle-double-left:before{content:"\f100"}.uk-icon-angle-double-right:before{content:"\f101"}.uk-icon-angle-double-up:before{content:"\f102"}.uk-icon-angle-double-down:before{content:"\f103"}.uk-icon-angle-left:before{content:"\f104"}.uk-icon-angle-right:before{content:"\f105"}.uk-icon-angle-up:before{content:"\f106"}.uk-icon-angle-down:before{content:"\f107"}.uk-icon-desktop:before{content:"\f108"}.uk-icon-laptop:before{content:"\f109"}.uk-icon-tablet:before{content:"\f10a"}.uk-icon-mobile-phone:before,.uk-icon-mobile:before{content:"\f10b"}.uk-icon-circle-o:before{content:"\f10c"}.uk-icon-quote-left:before{content:"\f10d"}.uk-icon-quote-right:before{content:"\f10e"}.uk-icon-spinner:before{content:"\f110"}.uk-icon-circle:before{content:"\f111"}.uk-icon-mail-reply:before,.uk-icon-reply:before{content:"\f112"}.uk-icon-github-alt:before{content:"\f113"}.uk-icon-folder-o:before{content:"\f114"}.uk-icon-folder-open-o:before{content:"\f115"}.uk-icon-smile-o:before{content:"\f118"}.uk-icon-frown-o:before{content:"\f119"}.uk-icon-meh-o:before{content:"\f11a"}.uk-icon-gamepad:before{content:"\f11b"}.uk-icon-keyboard-o:before{content:"\f11c"}.uk-icon-flag-o:before{content:"\f11d"}.uk-icon-flag-checkered:before{content:"\f11e"}.uk-icon-terminal:before{content:"\f120"}.uk-icon-code:before{content:"\f121"}.uk-icon-mail-reply-all:before,.uk-icon-reply-all:before{content:"\f122"}.uk-icon-star-half-empty:before,.uk-icon-star-half-full:before,.uk-icon-star-half-o:before{content:"\f123"}.uk-icon-location-arrow:before{content:"\f124"}.uk-icon-crop:before{content:"\f125"}.uk-icon-code-fork:before{content:"\f126"}.uk-icon-unlink:before,.uk-icon-chain-broken:before{content:"\f127"}.uk-icon-question:before{content:"\f128"}.uk-icon-info:before{content:"\f129"}.uk-icon-exclamation:before{content:"\f12a"}.uk-icon-superscript:before{content:"\f12b"}.uk-icon-subscript:before{content:"\f12c"}.uk-icon-eraser:before{content:"\f12d"}.uk-icon-puzzle-piece:before{content:"\f12e"}.uk-icon-microphone:before{content:"\f130"}.uk-icon-microphone-slash:before{content:"\f131"}.uk-icon-shield:before{content:"\f132"}.uk-icon-calendar-o:before{content:"\f133"}.uk-icon-fire-extinguisher:before{content:"\f134"}.uk-icon-rocket:before{content:"\f135"}.uk-icon-maxcdn:before{content:"\f136"}.uk-icon-chevron-circle-left:before{content:"\f137"}.uk-icon-chevron-circle-right:before{content:"\f138"}.uk-icon-chevron-circle-up:before{content:"\f139"}.uk-icon-chevron-circle-down:before{content:"\f13a"}.uk-icon-html5:before{content:"\f13b"}.uk-icon-css3:before{content:"\f13c"}.uk-icon-anchor:before{content:"\f13d"}.uk-icon-unlock-alt:before{content:"\f13e"}.uk-icon-bullseye:before{content:"\f140"}.uk-icon-ellipsis-h:before{content:"\f141"}.uk-icon-ellipsis-v:before{content:"\f142"}.uk-icon-rss-square:before{content:"\f143"}.uk-icon-play-circle:before{content:"\f144"}.uk-icon-ticket:before{content:"\f145"}.uk-icon-minus-square:before{content:"\f146"}.uk-icon-minus-square-o:before{content:"\f147"}.uk-icon-level-up:before{content:"\f148"}.uk-icon-level-down:before{content:"\f149"}.uk-icon-check-square:before{content:"\f14a"}.uk-icon-pencil-square:before{content:"\f14b"}.uk-icon-external-link-square:before{content:"\f14c"}.uk-icon-share-square:before{content:"\f14d"}.uk-icon-compass:before{content:"\f14e"}.uk-icon-toggle-down:before,.uk-icon-caret-square-o-down:before{content:"\f150"}.uk-icon-toggle-up:before,.uk-icon-caret-square-o-up:before{content:"\f151"}.uk-icon-toggle-right:before,.uk-icon-caret-square-o-right:before{content:"\f152"}.uk-icon-euro:before,.uk-icon-eur:before{content:"\f153"}.uk-icon-gbp:before{content:"\f154"}.uk-icon-dollar:before,.uk-icon-usd:before{content:"\f155"}.uk-icon-rupee:before,.uk-icon-inr:before{content:"\f156"}.uk-icon-cny:before,.uk-icon-rmb:before,.uk-icon-yen:before,.uk-icon-jpy:before{content:"\f157"}.uk-icon-ruble:before,.uk-icon-rouble:before,.uk-icon-rub:before{content:"\f158"}.uk-icon-won:before,.uk-icon-krw:before{content:"\f159"}.uk-icon-bitcoin:before,.uk-icon-btc:before{content:"\f15a"}.uk-icon-file:before{content:"\f15b"}.uk-icon-file-text:before{content:"\f15c"}.uk-icon-sort-alpha-asc:before{content:"\f15d"}.uk-icon-sort-alpha-desc:before{content:"\f15e"}.uk-icon-sort-amount-asc:before{content:"\f160"}.uk-icon-sort-amount-desc:before{content:"\f161"}.uk-icon-sort-numeric-asc:before{content:"\f162"}.uk-icon-sort-numeric-desc:before{content:"\f163"}.uk-icon-thumbs-up:before{content:"\f164"}.uk-icon-thumbs-down:before{content:"\f165"}.uk-icon-youtube-square:before{content:"\f166"}.uk-icon-youtube:before{content:"\f167"}.uk-icon-xing:before{content:"\f168"}.uk-icon-xing-square:before{content:"\f169"}.uk-icon-youtube-play:before{content:"\f16a"}.uk-icon-dropbox:before{content:"\f16b"}.uk-icon-stack-overflow:before{content:"\f16c"}.uk-icon-instagram:before{content:"\f16d"}.uk-icon-flickr:before{content:"\f16e"}.uk-icon-adn:before{content:"\f170"}.uk-icon-bitbucket:before{content:"\f171"}.uk-icon-bitbucket-square:before{content:"\f172"}.uk-icon-tumblr:before{content:"\f173"}.uk-icon-tumblr-square:before{content:"\f174"}.uk-icon-long-arrow-down:before{content:"\f175"}.uk-icon-long-arrow-up:before{content:"\f176"}.uk-icon-long-arrow-left:before{content:"\f177"}.uk-icon-long-arrow-right:before{content:"\f178"}.uk-icon-apple:before{content:"\f179"}.uk-icon-windows:before{content:"\f17a"}.uk-icon-android:before{content:"\f17b"}.uk-icon-linux:before{content:"\f17c"}.uk-icon-dribbble:before{content:"\f17d"}.uk-icon-skype:before{content:"\f17e"}.uk-icon-foursquare:before{content:"\f180"}.uk-icon-trello:before{content:"\f181"}.uk-icon-female:before{content:"\f182"}.uk-icon-male:before{content:"\f183"}.uk-icon-gittip:before,.uk-icon-gratipay:before{content:"\f184"}.uk-icon-sun-o:before{content:"\f185"}.uk-icon-moon-o:before{content:"\f186"}.uk-icon-archive:before{content:"\f187"}.uk-icon-bug:before{content:"\f188"}.uk-icon-vk:before{content:"\f189"}.uk-icon-weibo:before{content:"\f18a"}.uk-icon-renren:before{content:"\f18b"}.uk-icon-pagelines:before{content:"\f18c"}.uk-icon-stack-exchange:before{content:"\f18d"}.uk-icon-arrow-circle-o-right:before{content:"\f18e"}.uk-icon-arrow-circle-o-left:before{content:"\f190"}.uk-icon-toggle-left:before,.uk-icon-caret-square-o-left:before{content:"\f191"}.uk-icon-dot-circle-o:before{content:"\f192"}.uk-icon-wheelchair:before{content:"\f193"}.uk-icon-vimeo-square:before{content:"\f194"}.uk-icon-turkish-lira:before,.uk-icon-try:before{content:"\f195"}.uk-icon-plus-square-o:before{content:"\f196"}.uk-icon-space-shuttle:before{content:"\f197"}.uk-icon-slack:before{content:"\f198"}.uk-icon-envelope-square:before{content:"\f199"}.uk-icon-wordpress:before{content:"\f19a"}.uk-icon-openid:before{content:"\f19b"}.uk-icon-institution:before,.uk-icon-bank:before,.uk-icon-university:before{content:"\f19c"}.uk-icon-mortar-board:before,.uk-icon-graduation-cap:before{content:"\f19d"}.uk-icon-yahoo:before{content:"\f19e"}.uk-icon-google:before{content:"\f1a0"}.uk-icon-reddit:before{content:"\f1a1"}.uk-icon-reddit-square:before{content:"\f1a2"}.uk-icon-stumbleupon-circle:before{content:"\f1a3"}.uk-icon-stumbleupon:before{content:"\f1a4"}.uk-icon-delicious:before{content:"\f1a5"}.uk-icon-digg:before{content:"\f1a6"}.uk-icon-pied-piper:before{content:"\f1a7"}.uk-icon-pied-piper-alt:before{content:"\f1a8"}.uk-icon-drupal:before{content:"\f1a9"}.uk-icon-joomla:before{content:"\f1aa"}.uk-icon-language:before{content:"\f1ab"}.uk-icon-fax:before{content:"\f1ac"}.uk-icon-building:before{content:"\f1ad"}.uk-icon-child:before{content:"\f1ae"}.uk-icon-paw:before{content:"\f1b0"}.uk-icon-spoon:before{content:"\f1b1"}.uk-icon-cube:before{content:"\f1b2"}.uk-icon-cubes:before{content:"\f1b3"}.uk-icon-behance:before{content:"\f1b4"}.uk-icon-behance-square:before{content:"\f1b5"}.uk-icon-steam:before{content:"\f1b6"}.uk-icon-steam-square:before{content:"\f1b7"}.uk-icon-recycle:before{content:"\f1b8"}.uk-icon-automobile:before,.uk-icon-car:before{content:"\f1b9"}.uk-icon-cab:before,.uk-icon-taxi:before{content:"\f1ba"}.uk-icon-tree:before{content:"\f1bb"}.uk-icon-spotify:before{content:"\f1bc"}.uk-icon-deviantart:before{content:"\f1bd"}.uk-icon-soundcloud:before{content:"\f1be"}.uk-icon-database:before{content:"\f1c0"}.uk-icon-file-pdf-o:before{content:"\f1c1"}.uk-icon-file-word-o:before{content:"\f1c2"}.uk-icon-file-excel-o:before{content:"\f1c3"}.uk-icon-file-powerpoint-o:before{content:"\f1c4"}.uk-icon-file-photo-o:before,.uk-icon-file-picture-o:before,.uk-icon-file-image-o:before{content:"\f1c5"}.uk-icon-file-zip-o:before,.uk-icon-file-archive-o:before{content:"\f1c6"}.uk-icon-file-sound-o:before,.uk-icon-file-audio-o:before{content:"\f1c7"}.uk-icon-file-movie-o:before,.uk-icon-file-video-o:before{content:"\f1c8"}.uk-icon-file-code-o:before{content:"\f1c9"}.uk-icon-vine:before{content:"\f1ca"}.uk-icon-codepen:before{content:"\f1cb"}.uk-icon-jsfiddle:before{content:"\f1cc"}.uk-icon-life-bouy:before,.uk-icon-life-buoy:before,.uk-icon-life-saver:before,.uk-icon-support:before,.uk-icon-life-ring:before{content:"\f1cd"}.uk-icon-circle-o-notch:before{content:"\f1ce"}.uk-icon-ra:before,.uk-icon-rebel:before{content:"\f1d0"}.uk-icon-ge:before,.uk-icon-empire:before{content:"\f1d1"}.uk-icon-git-square:before{content:"\f1d2"}.uk-icon-git:before{content:"\f1d3"}.uk-icon-hacker-news:before{content:"\f1d4"}.uk-icon-tencent-weibo:before{content:"\f1d5"}.uk-icon-qq:before{content:"\f1d6"}.uk-icon-wechat:before,.uk-icon-weixin:before{content:"\f1d7"}.uk-icon-send:before,.uk-icon-paper-plane:before{content:"\f1d8"}.uk-icon-send-o:before,.uk-icon-paper-plane-o:before{content:"\f1d9"}.uk-icon-history:before{content:"\f1da"}.uk-icon-genderless:before,.uk-icon-circle-thin:before{content:"\f1db"}.uk-icon-header:before{content:"\f1dc"}.uk-icon-paragraph:before{content:"\f1dd"}.uk-icon-sliders:before{content:"\f1de"}.uk-icon-share-alt:before{content:"\f1e0"}.uk-icon-share-alt-square:before{content:"\f1e1"}.uk-icon-bomb:before{content:"\f1e2"}.uk-icon-soccer-ball-o:before,.uk-icon-futbol-o:before{content:"\f1e3"}.uk-icon-tty:before{content:"\f1e4"}.uk-icon-binoculars:before{content:"\f1e5"}.uk-icon-plug:before{content:"\f1e6"}.uk-icon-slideshare:before{content:"\f1e7"}.uk-icon-twitch:before{content:"\f1e8"}.uk-icon-yelp:before{content:"\f1e9"}.uk-icon-newspaper-o:before{content:"\f1ea"}.uk-icon-wifi:before{content:"\f1eb"}.uk-icon-calculator:before{content:"\f1ec"}.uk-icon-paypal:before{content:"\f1ed"}.uk-icon-google-wallet:before{content:"\f1ee"}.uk-icon-cc-visa:before{content:"\f1f0"}.uk-icon-cc-mastercard:before{content:"\f1f1"}.uk-icon-cc-discover:before{content:"\f1f2"}.uk-icon-cc-amex:before{content:"\f1f3"}.uk-icon-cc-paypal:before{content:"\f1f4"}.uk-icon-cc-stripe:before{content:"\f1f5"}.uk-icon-bell-slash:before{content:"\f1f6"}.uk-icon-bell-slash-o:before{content:"\f1f7"}.uk-icon-trash:before{content:"\f1f8"}.uk-icon-copyright:before{content:"\f1f9"}.uk-icon-at:before{content:"\f1fa"}.uk-icon-eyedropper:before{content:"\f1fb"}.uk-icon-paint-brush:before{content:"\f1fc"}.uk-icon-birthday-cake:before{content:"\f1fd"}.uk-icon-area-chart:before{content:"\f1fe"}.uk-icon-pie-chart:before{content:"\f200"}.uk-icon-line-chart:before{content:"\f201"}.uk-icon-lastfm:before{content:"\f202"}.uk-icon-lastfm-square:before{content:"\f203"}.uk-icon-toggle-off:before{content:"\f204"}.uk-icon-toggle-on:before{content:"\f205"}.uk-icon-bicycle:before{content:"\f206"}.uk-icon-bus:before{content:"\f207"}.uk-icon-ioxhost:before{content:"\f208"}.uk-icon-angellist:before{content:"\f209"}.uk-icon-cc:before{content:"\f20a"}.uk-icon-shekel:before,.uk-icon-sheqel:before,.uk-icon-ils:before{content:"\f20b"}.uk-icon-meanpath:before{content:"\f20c"}.uk-icon-buysellads:before{content:"\f20d"}.uk-icon-connectdevelop:before{content:"\f20e"}.uk-icon-dashcube:before{content:"\f210"}.uk-icon-forumbee:before{content:"\f211"}.uk-icon-leanpub:before{content:"\f212"}.uk-icon-sellsy:before{content:"\f213"}.uk-icon-shirtsinbulk:before{content:"\f214"}.uk-icon-simplybuilt:before{content:"\f215"}.uk-icon-skyatlas:before{content:"\f216"}.uk-icon-cart-plus:before{content:"\f217"}.uk-icon-cart-arrow-down:before{content:"\f218"}.uk-icon-diamond:before{content:"\f219"}.uk-icon-ship:before{content:"\f21a"}.uk-icon-user-secret:before{content:"\f21b"}.uk-icon-motorcycle:before{content:"\f21c"}.uk-icon-street-view:before{content:"\f21d"}.uk-icon-heartbeat:before{content:"\f21e"}.uk-icon-venus:before{content:"\f221"}.uk-icon-mars:before{content:"\f222"}.uk-icon-mercury:before{content:"\f223"}.uk-icon-transgender:before{content:"\f224"}.uk-icon-transgender-alt:before{content:"\f225"}.uk-icon-venus-double:before{content:"\f226"}.uk-icon-mars-double:before{content:"\f227"}.uk-icon-venus-mars:before{content:"\f228"}.uk-icon-mars-stroke:before{content:"\f229"}.uk-icon-mars-stroke-v:before{content:"\f22a"}.uk-icon-mars-stroke-h:before{content:"\f22b"}.uk-icon-neuter:before{content:"\f22c"}.uk-icon-facebook-official:before{content:"\f230"}.uk-icon-pinterest-p:before{content:"\f231"}.uk-icon-whatsapp:before{content:"\f232"}.uk-icon-server:before{content:"\f233"}.uk-icon-user-plus:before{content:"\f234"}.uk-icon-user-times:before{content:"\f235"}.uk-icon-hotel:before,.uk-icon-bed:before{content:"\f236"}.uk-icon-viacoin:before{content:"\f237"}.uk-icon-train:before{content:"\f238"}.uk-icon-subway:before{content:"\f239"}.uk-icon-medium-logo:before{content:"\f23a"}.uk-icon-500px:before{content:"\f26e"}.uk-icon-amazon:before{content:"\f270"}.uk-icon-balance-scale:before{content:"\f24e"}.uk-icon-battery-empty:before,.uk-icon-battery-0:before{content:"\f244"}.uk-icon-battery-quarter:before,.uk-icon-battery-1:before{content:"\f243"}.uk-icon-battery-half:before,.uk-icon-battery-2:before{content:"\f242"}.uk-icon-battery-three-quarters:before,.uk-icon-battery-3:before{content:"\f241"}.uk-icon-battery-full:before,.uk-icon-battery-4:before{content:"\f240"}.uk-icon-black-tie:before{content:"\f27e"}.uk-icon-calendar-check-o:before{content:"\f274"}.uk-icon-calendar-minus-o:before{content:"\f272"}.uk-icon-calendar-plus-o:before{content:"\f271"}.uk-icon-calendar-times-o:before{content:"\f273"}.uk-icon-cc-diners-club:before{content:"\f24c"}.uk-icon-cc-jcb:before{content:"\f24b"}.uk-icon-chrome:before{content:"\f268"}.uk-icon-clone:before{content:"\f24d"}.uk-icon-commenting:before{content:"\f27a"}.uk-icon-commenting-o:before{content:"\f27b"}.uk-icon-contao:before{content:"\f26d"}.uk-icon-creative-commons:before{content:"\f25e"}.uk-icon-expeditedssl:before{content:"\f23e"}.uk-icon-firefox:before{content:"\f269"}.uk-icon-fonticons:before{content:"\f280"}.uk-icon-get-pocket:before{content:"\f265"}.uk-icon-gg:before{content:"\f260"}.uk-icon-gg-circle:before{content:"\f261"}.uk-icon-hand-lizard-o:before{content:"\f258"}.uk-icon-hand-stop-o:before,.uk-icon-hand-paper-o:before{content:"\f256"}.uk-icon-hand-peace-o:before{content:"\f25b"}.uk-icon-hand-pointer-o:before{content:"\f25a"}.uk-icon-hand-grab-o:before,.uk-icon-hand-rock-o:before{content:"\f255"}.uk-icon-hand-scissors-o:before{content:"\f257"}.uk-icon-hand-spock-o:before{content:"\f259"}.uk-icon-hourglass:before{content:"\f254"}.uk-icon-hourglass-o:before{content:"\f250"}.uk-icon-hourglass-1:before,.uk-icon-hourglass-start:before{content:"\f251"}.uk-icon-hourglass-2:before,.uk-icon-hourglass-half:before{content:"\f252"}.uk-icon-hourglass-3:before,.uk-icon-hourglass-end:before{content:"\f253"}.uk-icon-houzz:before{content:"\f27c"}.uk-icon-i-cursor:before{content:"\f246"}.uk-icon-industry:before{content:"\f275"}.uk-icon-internet-explorer:before{content:"\f26b"}.uk-icon-map:before{content:"\f279"}.uk-icon-map-o:before{content:"\f278"}.uk-icon-map-pin:before{content:"\f276"}.uk-icon-map-signs:before{content:"\f277"}.uk-icon-mouse-pointer:before{content:"\f245"}.uk-icon-object-group:before{content:"\f247"}.uk-icon-object-ungroup:before{content:"\f248"}.uk-icon-odnoklassniki:before{content:"\f263"}.uk-icon-odnoklassniki-square:before{content:"\f264"}.uk-icon-opencart:before{content:"\f23d"}.uk-icon-opera:before{content:"\f26a"}.uk-icon-optin-monster:before{content:"\f23c"}.uk-icon-registered:before{content:"\f25d"}.uk-icon-safari:before{content:"\f267"}.uk-icon-sticky-note:before{content:"\f249"}.uk-icon-sticky-note-o:before{content:"\f24a"}.uk-icon-tv:before,.uk-icon-television:before{content:"\f26c"}.uk-icon-trademark:before{content:"\f25c"}.uk-icon-tripadvisor:before{content:"\f262"}.uk-icon-vimeo:before{content:"\f27d"}.uk-icon-wikipedia-w:before{content:"\f266"}.uk-icon-yc:before,.uk-icon-y-combinator:before{content:"\f23b"}.uk-icon-yc-square:before,.uk-icon-y-combinator-square:before{content:"\f1d4"}.uk-icon-bluetooth:before{content:"\f293"}.uk-icon-bluetooth-b:before{content:"\f294"}.uk-icon-codiepie:before{content:"\f284"}.uk-icon-credit-card-alt:before{content:"\f283"}.uk-icon-edge:before{content:"\f282"}.uk-icon-fort-awesome:before{content:"\f286"}.uk-icon-hashtag:before{content:"\f292"}.uk-icon-mixcloud:before{content:"\f289"}.uk-icon-modx:before{content:"\f285"}.uk-icon-pause-circle:before{content:"\f28b"}.uk-icon-pause-circle-o:before{content:"\f28c"}.uk-icon-percent:before{content:"\f295"}.uk-icon-product-hunt:before{content:"\f288"}.uk-icon-reddit-alien:before{content:"\f281"}.uk-icon-scribd:before{content:"\f28a"}.uk-icon-shopping-bag:before{content:"\f290"}.uk-icon-shopping-basket:before{content:"\f291"}.uk-icon-stop-circle:before{content:"\f28d"}.uk-icon-stop-circle-o:before{content:"\f28e"}.uk-icon-usb:before{content:"\f287"}.uk-icon-american-sign-language-interpreting:before,.uk-icon-asl-interpreting:before{content:"\f2a3"}.uk-icon-assistive-listening-systems:before{content:"\f2a2"}.uk-icon-audio-description:before{content:"\f29e"}.uk-icon-blind:before{content:"\f29d"}.uk-icon-braille:before{content:"\f2a1"}.uk-icon-deaf:before,.uk-icon-deafness:before{content:"\f2a4"}.uk-icon-envira:before{content:"\f299"}.uk-icon-font-awesome:before,.uk-icon-fa:before{content:"\f2b4"}.uk-icon-first-order:before{content:"\f2b0"}.uk-icon-gitlab:before{content:"\f296"}.uk-icon-glide:before{content:"\f2a5"}.uk-icon-glide-g:before{content:"\f2a6"}.uk-icon-hard-of-hearing:before{content:"\f2a4"}.uk-icon-low-vision:before{content:"\f2a8"}.uk-icon-question-circle-o:before{content:"\f29c"}.uk-icon-sign-language:before,.uk-icon-signing:before{content:"\f2a7"}.uk-icon-snapchat:before{content:"\f2ab"}.uk-icon-snapchat-ghost:before{content:"\f2ac"}.uk-icon-snapchat-square:before{content:"\f2ad"}.uk-icon-themeisle:before{content:"\f2b2"}.uk-icon-universal-access:before{content:"\f29a"}.uk-icon-viadeo:before{content:"\f2a9"}.uk-icon-viadeo-square:before{content:"\f2aa"}.uk-icon-volume-control-phone:before{content:"\f2a0"}.uk-icon-wheelchair-alt:before{content:"\f29b"}.uk-icon-wpbeginner:before{content:"\f297"}.uk-icon-wpforms:before{content:"\f298"}.uk-icon-yoast:before{content:"\f2b1"}[class*=uk-animation-]{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media screen{[data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]){opacity:0}}.uk-animation-fade{-webkit-animation-name:uk-fade;animation-name:uk-fade;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:linear !important;animation-timing-function:linear !important}.uk-animation-scale-up{-webkit-animation-name:uk-fade-scale-02;animation-name:uk-fade-scale-02}.uk-animation-scale-down{-webkit-animation-name:uk-fade-scale-18;animation-name:uk-fade-scale-18}.uk-animation-slide-top{-webkit-animation-name:uk-fade-top;animation-name:uk-fade-top}.uk-animation-slide-bottom{-webkit-animation-name:uk-fade-bottom;animation-name:uk-fade-bottom}.uk-animation-slide-left{-webkit-animation-name:uk-fade-left;animation-name:uk-fade-left}.uk-animation-slide-right{-webkit-animation-name:uk-fade-right;animation-name:uk-fade-right}.uk-animation-scale{-webkit-animation-name:uk-scale-12;animation-name:uk-scale-12}.uk-animation-shake{-webkit-animation-name:uk-shake;animation-name:uk-shake}.uk-animation-reverse{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.uk-animation-15{-webkit-animation-duration:15s;animation-duration:15s}.uk-animation-top-left{-webkit-transform-origin:0 0;transform-origin:0 0}.uk-animation-top-center{-webkit-transform-origin:50% 0;transform-origin:50% 0}.uk-animation-top-right{-webkit-transform-origin:100% 0;transform-origin:100% 0}.uk-animation-middle-left{-webkit-transform-origin:0 50%;transform-origin:0 50%}.uk-animation-middle-right{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.uk-animation-bottom-left{-webkit-transform-origin:0 100%;transform-origin:0 100%}.uk-animation-bottom-center{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.uk-animation-bottom-right{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.uk-animation-hover:not(:hover),.uk-animation-hover:not(:hover) [class*=uk-animation-],.uk-touch .uk-animation-hover:not(.uk-hover),.uk-touch .uk-animation-hover:not(.uk-hover) [class*=uk-animation-]{-webkit-animation-name:none;animation-name:none}@-webkit-keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes uk-fade-top{0%{opacity:0;-webkit-transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-fade-bottom{0%{opacity:0;-webkit-transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-fade-left{0%{opacity:0;-webkit-transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes uk-fade-right{0%{opacity:0;-webkit-transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes uk-fade-scale-02{0%{opacity:0;-webkit-transform:scale(.2)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-02{0%{opacity:0;transform:scale(.2)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-fade-scale-15{0%{opacity:0;-webkit-transform:scale(1.5)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-15{0%{opacity:0;transform:scale(1.5)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-fade-scale-18{0%{opacity:0;-webkit-transform:scale(1.8)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-18{0%{opacity:0;transform:scale(1.8)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-slide-left{0%{-webkit-transform:translateX(-100%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-right{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-right{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-left-33{0%{-webkit-transform:translateX(33%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-left-33{0%{transform:translateX(33%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-right-33{0%{-webkit-transform:translateX(-33%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-right-33{0%{transform:translateX(-33%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-scale-12{0%{-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@keyframes uk-scale-12{0%{transform:scale(1.2)}100%{transform:scale(1)}}@-webkit-keyframes uk-rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@keyframes uk-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-webkit-keyframes uk-shake{0%,100%{-webkit-transform:translateX(0)}10%{-webkit-transform:translateX(-9px)}20%{-webkit-transform:translateX(8px)}30%{-webkit-transform:translateX(-7px)}40%{-webkit-transform:translateX(6px)}50%{-webkit-transform:translateX(-5px)}60%{-webkit-transform:translateX(4px)}70%{-webkit-transform:translateX(-3px)}80%{-webkit-transform:translateX(2px)}90%{-webkit-transform:translateX(-1px)}}@keyframes uk-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@-webkit-keyframes uk-slide-top-fixed{0%{opacity:0;-webkit-transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-slide-top-fixed{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-slide-bottom-fixed{0%{opacity:0;-webkit-transform:translateY(10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-slide-bottom-fixed{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.uk-container{box-sizing:border-box;max-width:980px;padding:0 25px}@media (min-width:1220px){.uk-container{max-width:1200px;padding:0 35px}}.uk-container:before,.uk-container:after{content:"";display:table}.uk-container:after{clear:both}.uk-container-center{margin-left:auto;margin-right:auto}.uk-clearfix:before{content:"";display:table-cell}.uk-clearfix:after{content:"";display:table;clear:both}.uk-nbfc{overflow:hidden}.uk-nbfc-alt{display:table-cell;width:10000px}.uk-float-left{float:left}.uk-float-right{float:right}[class*=uk-float-]{max-width:100%}[class*=uk-align-]{display:block;margin-bottom:15px}.uk-align-left{margin-right:15px;float:left}.uk-align-right{margin-left:15px;float:right}@media (min-width:768px){.uk-align-medium-left{margin-right:15px;float:left}.uk-align-medium-right{margin-left:15px;float:right}}.uk-align-center{margin-left:auto;margin-right:auto}.uk-vertical-align{font-size:.001px}.uk-vertical-align:before{content:'';display:inline-block;height:100%;vertical-align:middle}.uk-vertical-align-middle,.uk-vertical-align-bottom{display:inline-block;max-width:100%;font-size:1rem}.uk-vertical-align-middle{vertical-align:middle}.uk-vertical-align-bottom{vertical-align:bottom}[class*=uk-height]{box-sizing:border-box}.uk-height-1-1{height:100%}.uk-height-viewport{height:100vh;min-height:600px}.uk-responsive-width,.uk-responsive-height{box-sizing:border-box}.uk-responsive-width{max-width:100% !important;height:auto}.uk-responsive-height{max-height:100%;width:auto}.uk-margin{margin-bottom:15px}*+.uk-margin{margin-top:15px}.uk-margin-top{margin-top:15px !important}.uk-margin-bottom{margin-bottom:15px !important}.uk-margin-left{margin-left:15px !important}.uk-margin-right{margin-right:15px !important}.uk-margin-large{margin-bottom:50px}*+.uk-margin-large{margin-top:50px}.uk-margin-large-top{margin-top:50px !important}.uk-margin-large-bottom{margin-bottom:50px !important}.uk-margin-large-left{margin-left:50px !important}.uk-margin-large-right{margin-right:50px !important}.uk-margin-small{margin-bottom:5px}*+.uk-margin-small{margin-top:5px}.uk-margin-small-top{margin-top:5px !important}.uk-margin-small-bottom{margin-bottom:5px !important}.uk-margin-small-left{margin-left:5px !important}.uk-margin-small-right{margin-right:5px !important}.uk-margin-remove{margin:0 !important}.uk-margin-top-remove{margin-top:0 !important}.uk-margin-bottom-remove{margin-bottom:0 !important}.uk-padding-remove{padding:0 !important}.uk-padding-top-remove{padding-top:0 !important}.uk-padding-bottom-remove{padding-bottom:0 !important}.uk-padding-vertical-remove{padding-top:0 !important;padding-bottom:0 !important}.uk-border-circle{border-radius:50%}.uk-border-rounded{border-radius:5px}.uk-heading-large{font-size:36px;line-height:42px}@media (min-width:768px){.uk-heading-large{font-size:52px;line-height:64px}}.uk-link-muted,.uk-link-muted a{color:#444}.uk-link-muted:hover,.uk-link-muted a:hover{color:#444}.uk-link-reset,.uk-link-reset a,.uk-link-reset:hover,.uk-link-reset a:hover,.uk-link-reset:focus,.uk-link-reset a:focus{color:inherit;text-decoration:none}.uk-scrollable-text{height:300px;overflow-y:scroll;-webkit-overflow-scrolling:touch;resize:both}.uk-scrollable-box{box-sizing:border-box;height:170px;padding:10px;border:1px solid #ddd;overflow:auto;-webkit-overflow-scrolling:touch;resize:both}.uk-scrollable-box>:last-child{margin-bottom:0}.uk-overflow-hidden{overflow:hidden}.uk-overflow-container{overflow:auto;-webkit-overflow-scrolling:touch}.uk-overflow-container>:last-child{margin-bottom:0}.uk-position-absolute,[class*=uk-position-top],[class*=uk-position-bottom]{position:absolute !important}.uk-position-top{top:0;left:0;right:0}.uk-position-bottom{bottom:0;left:0;right:0}.uk-position-top-left{top:0;left:0}.uk-position-top-right{top:0;right:0}.uk-position-bottom-left{bottom:0;left:0}.uk-position-bottom-right{bottom:0;right:0}.uk-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.uk-position-relative{position:relative !important}.uk-position-z-index{z-index:1}.uk-display-block{display:block !important}.uk-display-inline{display:inline !important}.uk-display-inline-block{display:inline-block !important;max-width:100%}@media (min-width:960px){.uk-visible-small{display:none !important}.uk-visible-medium{display:none !important}.uk-hidden-large{display:none !important}}@media (min-width:768px) and (max-width:959px){.uk-visible-small{display:none !important}.uk-visible-large{display:none !important}.uk-hidden-medium{display:none !important}}@media (max-width:767px){.uk-visible-medium{display:none !important}.uk-visible-large{display:none !important}.uk-hidden-small{display:none !important}}.uk-hidden{display:none !important;visibility:hidden !important}.uk-invisible{visibility:hidden !important}.uk-visible-hover:hover .uk-hidden,.uk-visible-hover:hover .uk-invisible{display:block !important;visibility:visible !important}.uk-visible-hover-inline:hover .uk-hidden,.uk-visible-hover-inline:hover .uk-invisible{display:inline-block !important;visibility:visible !important}.uk-touch .uk-hidden-touch,.uk-notouch .uk-hidden-notouch{display:none !important}.uk-flex{display:-ms-flexbox;display:-webkit-flex;display:flex}.uk-flex-inline{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.uk-flex>*,.uk-flex-inline>*{-ms-flex-negative:1}.uk-flex-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.uk-flex-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.uk-flex-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.uk-flex-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.uk-flex-right{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.uk-flex-space-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.uk-flex-space-around{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.uk-flex-row-reverse{-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.uk-flex-column{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.uk-flex-column-reverse{-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.uk-flex-nowrap{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.uk-flex-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uk-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.uk-flex-wrap-top{-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start}.uk-flex-wrap-middle{-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center}.uk-flex-wrap-bottom{-ms-flex-line-pack:end;-webkit-align-content:flex-end;align-content:flex-end}.uk-flex-wrap-space-between{-ms-flex-line-pack:justify;-webkit-align-content:space-between;align-content:space-between}.uk-flex-wrap-space-around{-ms-flex-line-pack:distribute;-webkit-align-content:space-around;align-content:space-around}.uk-flex-order-first{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last{-ms-flex-order:99;-webkit-order:99;order:99}@media (min-width:480px){.uk-flex-order-first-small{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-small{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:768px){.uk-flex-order-first-medium{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-medium{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:960px){.uk-flex-order-first-large{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-large{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:1220px){.uk-flex-order-first-xlarge{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-xlarge{-ms-flex-order:99;-webkit-order:99;order:99}}.uk-flex-item-none{-ms-flex:none;-webkit-flex:none;flex:none}.uk-flex-item-auto{-ms-flex:auto;-webkit-flex:auto;flex:auto;-ms-flex-negative:1}.uk-flex-item-1{-ms-flex:1;-webkit-flex:1;flex:1}.uk-slideshow{position:relative;z-index:0;width:100%;margin:0;padding:0;list-style:none;overflow:hidden;touch-action:pan-y}.uk-slideshow>li{position:absolute;top:0;left:0;width:100%;opacity:0}.uk-slideshow>.uk-active{z-index:10;opacity:1}.uk-slideshow>li>img{visibility:hidden}[data-uk-slideshow-slide]{cursor:pointer}.uk-slideshow-fullscreen,.uk-slideshow-fullscreen>li{height:100vh}.uk-slideshow-fade-in{-webkit-animation:uk-fade .5s linear;animation:uk-fade .5s linear}.uk-slideshow-fade-out{-webkit-animation:uk-fade .5s linear reverse;animation:uk-fade .5s linear reverse}.uk-slideshow-scroll-forward-in{-webkit-animation:uk-slide-right .5s ease-in-out;animation:uk-slide-right .5s ease-in-out}.uk-slideshow-scroll-forward-out{-webkit-animation:uk-slide-left .5s ease-in-out reverse;animation:uk-slide-left .5s ease-in-out reverse}.uk-slideshow-scroll-backward-in{-webkit-animation:uk-slide-left .5s ease-in-out;animation:uk-slide-left .5s ease-in-out}.uk-slideshow-scroll-backward-out{-webkit-animation:uk-slide-right .5s ease-in-out reverse;animation:uk-slide-right .5s ease-in-out reverse}.uk-slideshow-scale-out{-webkit-animation:uk-fade-scale-15 .5s ease-in-out reverse;animation:uk-fade-scale-15 .5s ease-in-out reverse}.uk-slideshow-swipe-forward-in{-webkit-animation:uk-slide-left-33 .5s ease-in-out;animation:uk-slide-left-33 .5s ease-in-out}.uk-slideshow-swipe-forward-out{-webkit-animation:uk-slide-left .5s ease-in-out reverse;animation:uk-slide-left .5s ease-in-out reverse}.uk-slideshow-swipe-backward-in{-webkit-animation:uk-slide-right-33 .5s ease-in-out;animation:uk-slide-right-33 .5s ease-in-out}.uk-slideshow-swipe-backward-out{-webkit-animation:uk-slide-right .5s ease-in-out reverse;animation:uk-slide-right .5s ease-in-out reverse}.uk-slideshow-swipe-forward-in:before,.uk-slideshow-swipe-backward-in:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(0,0,0,.6);-webkit-animation:uk-fade .5s ease-in-out reverse;animation:uk-fade .5s ease-in-out reverse}.uk-dotnav{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-top:-15px;padding:0;list-style:none}.uk-dotnav>*{-ms-flex:none;-webkit-flex:none;flex:none;padding-left:15px;margin-top:15px}.uk-dotnav:before,.uk-dotnav:after{content:"";display:block;overflow:hidden}.uk-dotnav:after{clear:both}.uk-dotnav>*{float:left}.uk-dotnav>*>*{display:block;box-sizing:content-box;width:20px;height:20px;border-radius:50%;background:rgba(50,50,50,.1);text-indent:100%;overflow:hidden;white-space:nowrap}.uk-dotnav>*>:hover,.uk-dotnav>*>:focus{background:rgba(50,50,50,.4);outline:none}.uk-dotnav>*>:active{background:rgba(50,50,50,.6)}.uk-dotnav>.uk-active>*{background:rgba(50,50,50,.4)}.uk-dotnav-contrast>*>*{background:rgba(255,255,255,.4)}.uk-dotnav-contrast>*>:hover,.uk-dotnav-contrast>*>:focus{background:rgba(255,255,255,.7)}.uk-dotnav-contrast>*>:active{background:rgba(255,255,255,.9)}.uk-dotnav-contrast>.uk-active>*{background:rgba(255,255,255,.9)}.uk-dotnav-vertical{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.uk-dotnav-vertical>*{float:none}.uk-slidenav{display:inline-block;box-sizing:border-box;width:60px;height:60px;line-height:60px;color:rgba(50,50,50,.4);font-size:60px;text-align:center}.uk-slidenav:hover,.uk-slidenav:focus{outline:none;text-decoration:none;color:rgba(50,50,50,.7);cursor:pointer}.uk-slidenav:active{color:rgba(50,50,50,.9)}.uk-slidenav-previous:before{content:"\f104";font-family:FontAwesome}.uk-slidenav-next:before{content:"\f105";font-family:FontAwesome}.uk-slidenav-position{position:relative}.uk-slidenav-position .uk-slidenav{display:none;position:absolute;top:50%;z-index:1;margin-top:-30px}.uk-slidenav-position:hover .uk-slidenav{display:block}.uk-slidenav-position .uk-slidenav-previous{left:20px}.uk-slidenav-position .uk-slidenav-next{right:20px}.uk-slidenav-contrast{color:rgba(255,255,255,.5)}.uk-slidenav-contrast:hover,.uk-slidenav-contrast:focus{color:rgba(255,255,255,.7)}.uk-slidenav-contrast:active{color:rgba(255,255,255,.9)}.aw-rbslider-container{margin:0 auto 10px}.uk-slidenav-position:hover .uk-dotnav{display:flex}.uk-dotnav{margin-bottom:10px;display:none}.uk-dotnav>*>*{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:13px;height:13px}.uk-dotnav>.uk-active>*{-webkit-transform:scale(1.3);transform:scale(1.3)}.uk-dotnav-contrast>*>*{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.uk-slidenav-contrast{text-shadow:3px 3px 10px rgba(0,0,0,.5)}.uk-slidenav-position .uk-slidenav-next{right:0}.uk-slidenav-position .uk-slidenav-previous{left:0}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper,.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube,.swiper-container.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip,.swiper-container.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards,.swiper-container.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.testimonials-list .testimonials{margin:0 10px}.testimonials-list figure.testimonial.loaded{animation-name:testimonialsSlideInUp;animation-duration:.7s;animation-fill-mode:both}.testimonials-list figure.testimonial:nth-child(2n) .info{text-align:right}.testimonials-list figure.testimonial:nth-child(2n) .info .author{right:0;padding:0 120px 0 10px}.testimonials-list figure.testimonial:nth-child(2n) .arrow{border-left-width:25px;border-right-width:0;left:auto;right:50px}.testimonials-list figure.testimonial:nth-child(2n) .contacts-info a:last-child img{margin-right:0}.testimonials-list figure.testimonial blockquote .extra-info{display:flex;justify-content:space-between;position:relative;top:5px}.testimonials-list figure.testimonial blockquote .extra-info .date{padding-top:3px}.testimonials-list figure.testimonial blockquote .extra-info .rating:before{content:''}.testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings{float:none}.testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings .rating-label{padding:3px 20px 5px 0}.testimonials-list figure.testimonial .contacts-info a{white-space:nowrap}.testimonials-list figure.testimonial .contacts-info a:first-child img{margin-left:0}.testimonials-list figure.testimonial .contacts-info img{margin:0 5px;width:auto;height:auto;border-radius:0}.testimonials-list .more-button{width:100%;margin:20px 0;display:inline-block;border-radius:1px;font-size:18px;text-align:center}.testimonials-list .more-button a{color:#fff;background:#479ccf;border:1px solid #3793cb;text-shadow:0 1px 0 #3188bc;text-decoration:none;padding:11px 30px;transition:background .2s linear 0s}.testimonials-list .more-button a:focus,.testimonials-list .more-button a:hover{background:#5ba7d4;color:#fff}.testimonials-list .more-button a:focus{box-shadow:inset 0 0 8px #3188bc}.testimonials-list .more-button .disabled{opacity:.5;cursor:wait}.testimonials-list .page-title button{float:right}.testimonials-list .page-title h1{float:left;border-bottom:none}.testimonials-list .page-title:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden}.testimonials-list figure.testimonial,.testimonials-slider figure.testimonial{position:relative;margin:40px 1%;padding:0 20px;text-align:left;box-shadow:none !important}.testimonials-list figure.testimonial blockquote,.testimonials-slider figure.testimonial blockquote{background-color:#fff;display:block;font-size:20px;font-weight:400;font-style:normal;line-height:1.5em;margin:0;padding:25px 50px 30px;position:relative;-webkit-filter:drop-shadow(0 3px 15px rgba(0,0,0,.1));filter:drop-shadow(0 3px 15px rgba(0,0,0,.1))}.testimonials-list figure.testimonial blockquote:before,.testimonials-slider figure.testimonial blockquote:before,.testimonials-list figure.testimonial blockquote:after,.testimonials-slider figure.testimonial blockquote:after{content:"\201C";position:absolute;color:#2b00f7;font-size:50px;font-style:normal}.testimonials-list figure.testimonial blockquote:before,.testimonials-slider figure.testimonial blockquote:before{top:25px;left:20px}.testimonials-list figure.testimonial blockquote:after,.testimonials-slider figure.testimonial blockquote:after{content:"\201D";right:20px;bottom:0}.testimonials-list figure.testimonial img,.testimonials-slider figure.testimonial img{display:inline-block;max-width:100%;vertical-align:middle;height:90px;width:90px;border-radius:50%;margin:40px 0 0 10px}.testimonials-list figure.testimonial .arrow,.testimonials-slider figure.testimonial .arrow{top:100%;left:50px;width:0;height:0;border-left:0 solid transparent;border-right:25px solid transparent;border-top:25px solid #fff;margin:0;position:absolute}.testimonials-list figure.testimonial .author,.testimonials-slider figure.testimonial .author{position:absolute;bottom:45px;padding:0 10px 0 120px;margin:0;-webkit-transform:translateY(50%);transform:translateY(50%)}.testimonials-list figure.testimonial .author h5,.testimonials-slider figure.testimonial .author h5{font-family:sans-serif;font-weight:400;font-size:1.4em;line-height:1.4em;opacity:.9;margin:0}.form.testimonial .review-field-rating .field-error,.form.testimonial .review-field-rating div.mage-error[generated]{margin-top:38px}.form.testimonial .review-field-rating .label{font-weight:600}.block-testimonials .block-content .testimonial-container{min-height:130px;display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.block-testimonials .block-content .testimonial-container>div{grid-column:1;grid-row:1}.block-testimonials .block-content .content .content-wrapper{height:85px;min-height:85px;display:block;overflow:hidden}.block-testimonials .block-content .content .testimonial-message{clear:both}.block-testimonials .block-content .content .name{float:right;margin-top:10px;font-style:italic}.block-testimonials .block-content .read-more,.block-testimonials .block-content .read-less{padding-top:10px;display:inline-block}.block-testimonials .block-content .review{text-align:center}.block-testimonials .block-content .review .score{font-weight:700;font-size:40px;color:#e26703}.block-testimonials.empty-design,.block-testimonials.empty-design .block-content{background:0 0;border:none}.block-testimonials.empty-design .block-content .content{padding:0}.block-testimonials.empty-design .actions-toolbar,.block-testimonials.empty-design .block-title{display:none}.testimonials-slider .content-heading{text-align:center}.testimonials-slider .block-content{max-width:1200px;margin:0 auto}.testimonials-slider figure.testimonial{box-sizing:border-box;margin:0;padding:40px 20px 0;height:100%}.testimonials-slider figure.testimonial blockquote{font-size:16px}.testimonials-slider .review-ratings{float:none}.std .testimonialForm li{list-style:none}@media (max-width:480px){.testimonials-slider figure.testimonial blockquote{padding:25px 0 30px;-webkit-filter:none;filter:none}.testimonials-slider figure.testimonial blockquote:before,.testimonials-slider figure.testimonial blockquote:after{content:''}.testimonials-list figure.testimonial{padding:0}.testimonials-list figure.testimonial blockquote{padding:25px 20px 30px;font-size:16px}.testimonials-list figure.testimonial blockquote:before,.testimonials-list figure.testimonial blockquote:after{content:''}}@media (min-width:1025px){.testimonials-slider:not(.swiper-container-initialized) figure.testimonial{max-width:33.33%}}@keyframes testimonialsSlideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/flipmind/EliteFitness/en_NZ/Ves_Brand/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-nav .disabled{opacity:.5;cursor:default}.owl-nav.disabled+.owl-dots{margin-top:10px}.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-dots .owl-dot{display:inline-block;zoom:1}.owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.ves_brand_do_nothing{color:red}.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(.1,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:.333s}.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/flipmind/EliteFitness/en_NZ/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:0 0 !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 #00699d;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:#fff;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,.25),rgba(64,64,64,.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;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,.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,.005);color:#000}.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:#fff;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:.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:.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,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(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,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(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,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 50% 0,rgba(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,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 50% 100%,rgba(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 #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,.5);border:solid 1px #bbb;color:#fff;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:#fff}.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:.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:#fff;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:.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:.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,.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,.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,.3);transition:background-color .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,.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,.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px,-80px,0);transition:opacity .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/flipmind/EliteFitness/en_NZ/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}#inquiryform{display:none}.req-btn{clear:both}.req-btn a,#btnSub{background:none repeat scroll 0 0 #1979c3;border-radius:3px;color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-top:10px;padding:10px 15px;text-decoration:none;outline:none;border:1px solid #1979c3}.req-btn a:hover,#btnSub:hover{background:#006bb4;text-decoration:none;border:1px solid #006bb4}#inquiryform .input-text{width:350px}.inquiry-count{margin-top:5px;font-style:italic}@media (max-width:479px){#inquiryform .input-text{width:230px}}