/* Normalize
---------------------------------------------------------------------------------- */
html {
  font-family: 'Roboto', sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* General
---------------------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #4a6676; }

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

dl, dt, dd {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  /* transition: all 0.3s; */ }

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

/* Typography
---------------------------------------------------------------------------------- */
p {
  font-weight: 100;
  line-height: 1.625; }

/* Layout
---------------------------------------------------------------------------------- */
#cookies {
  position: absolute;
  z-index: 100;
  width: 100%;
  display: none;
  overflow: hidden;
  padding: 20px 40px;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 14px; }
  #cookies p {
    color: rgba(255, 255, 255, 0.8); }
  #cookies a {
    display: inline-block;
    padding: 13px;
    background-color: #23709d;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    #cookies a + a {
      margin-left: 6px; }
    #cookies a:hover {
      background-color: #606060; }
  @media screen and (max-width: 620px) {
    #cookies .right {
      float: left; } }

header {
  position: relative;
  z-index: 20; }

.page .container,
.woocommerce-page .container,
.woocommerce-page .content-area,
.tax-rider_category .container,
.blog .container,
.single .container,
[itemprop="description"] {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0 39px; }

.home .container {
  max-width: inherit;
  padding: 0; }

.single .container {
  max-width: 1020px;
  margin: 0 auto 26px;
  margin-top: 52px; }

.single-product.woocommerce-page .content-area {
  max-width: 100%;
  padding: 0; }

.single-product .container {
  max-width: 1020px;
  margin: 0 auto 26px;
  padding: 26px 39px 0; }

.single-product .container::before,
.single-product .container::after,
.single .container::after {
  content: " ";
  display: table; }

.single-product .container::after,
.single .container::after {
  clear: both; }

.blog .container,
.page-id-5744 .container {
  max-width: 1020px;
  margin: 0 auto 26px;
  padding: 26px 39px 0; }

/* Header
---------------------------------------------------------------------------------- */
.woocommerce-page header,
.page header {
  margin-bottom: 0; }

.home header {
  margin-bottom: 0;
  border: none; }

.header-logo {
  margin-top: 6px; }

.home header::after,
.tax-rider_category header::after,
.single-riders header::after {
  position: absolute;
  top: 146px;
  left: 20px;
  background: url(img/seven_logo.png) no-repeat;
  background-size: 100%;
  content: "";
  width: 10%;
  padding-bottom: 48%;
  z-index: 10; }

/* Shop Menu */
.shopbox {
  position: relative;
  border-bottom: 1px solid #0f1518; }

.shopbox ul {
  float: right;
  padding-right: 16px; }

.shopbox li {
  float: left;
  font-size: .75em;
  text-transform: uppercase;
  line-height: 1; }

.shop-link {
  position: relative;
  background: #39abed;
  display: inline-block;
  color: white; }

.shopbox a:hover {
  color: #23709d; }

.shopbox a,
a.shop-link {
  color: #39abed; }

.shop-b2b,
.shop-cart .shop-link,
.shop-login .shop-link {
  display: inline-block; }

.shop-b2b span,
.shop-cart .shop-link span,
.shop-login .shop-link span {
  display: inline-block; }

.shop-location a,
.shop-b2b span,
.shop-cart .shop-link span,
.shop-login .shop-link span {
  display: inline-block;
  padding: 8px 12px; }

.shop-b2b,
.shop-cart a {
  margin-right: 12px; }

.shop-login a {
  margin: 0 12px; }

.shop-login > a {
  display: inline-block;
  padding: 8px 0; }

.titlebar {
  padding: 36px;
  background-color: #39abed; }
  .titlebar h2 {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1; }
  .home .titlebar {
    display: none; }

/* Breadcrumbs
---------------------------------------------------------------------------------- */
/*
.woocommerce .woocommerce-breadcrumb {
	margin: 0 -40px 0 -40px;
}

.single-product .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
	padding: 12px 38px;
	background-color: darken($color-primary, 30%);
}

.single-product .woocommerce-breadcrumb {
	margin: 0;
}

.woocommerce .woocommerce-breadcrumb {
	overflow: hidden;
	margin-bottom: $base-spacing;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba($color-light-grey, 0.6);
}

.woocommerce .woocommerce-breadcrumb a {
	color: $color-light-grey;
	font-weight: $semibold;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: $color-accent;
}
*/
/* NEW */
#breadcrumbs {
  margin: 0 -40px 0 -40px; }

.single-product #breadcrumbs,
.woocommerce #breadcrumbs {
  padding: 12px 38px;
  background-color: #0c5681; }

.single-product #breadcrumbs {
  margin: 0; }

.woocommerce #breadcrumbs {
  overflow: hidden;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(222, 224, 225, 0.6); }

.woocommerce #breadcrumbs a {
  color: #dee0e1;
  font-weight: 500; }

.woocommerce #breadcrumbs a:hover {
  color: #23709d; }

/* Term Description
---------------------------------------------------------------------------------- */
.term-description {
  margin: 0 -40px 0 -40px; }

.single-product .term-description,
.woocommerce .term-description {
  padding: 12px 38px;
  background-color: #ececed; }

.woocommerce .woocommerce-result-count {
  margin-top: 24px; }

/* Main Menu
---------------------------------------------------------------------------------- */
.menubox {
  padding: 1em 39px 1em; }
  .menubox > a {
    z-index: 10;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .menubox > a:hover {
      opacity: 0.5; }
    .menubox > a img {
      width: 145px; }

@media screen and (min-width: 660px) {
  .menubox nav {
    float: right;
    margin-top: 4px; }
  nav #menu-main-menu > li {
    position: relative;
    display: inline-block; }
  nav #menu-main-menu > li > a {
    display: block;
    padding: 12px 12px;
    font-size: 1.25em;
    text-decoration: none;
    font-weight: 500;
    color: #4a6676;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  nav #menu-main-menu > li > a:hover {
    color: #23709d; }
  .sub-menu {
    width: 160px; }
  nav #menu-main-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: -999em;
    width: 120px;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  nav #menu-main-menu > li:hover > .sub-menu {
    left: 0;
    opacity: 1; }
  #menu-main-menu > li > .sub-menu li {
    position: relative;
    margin-top: 1px; }
  #menu-main-menu > li > .sub-menu li a {
    display: block;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #0f1518;
    background-color: #dee0e1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #menu-main-menu > li > .sub-menu li a:hover {
      background-color: #aaadaf; }
  #menu-main-menu .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: -999em;
    opacity: 0;
    margin-left: 1px;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
    #menu-main-menu .sub-menu .sub-menu li:first-child {
      margin-top: 0; }
    #menu-main-menu .sub-menu .sub-menu a {
      background: #eceeee; }
      #menu-main-menu .sub-menu .sub-menu a:hover {
        background: #bbb; }
  nav #menu-main-menu .sub-menu > li:hover .sub-menu {
    left: 100%;
    opacity: 1; }
  .menu-toggle {
    display: none; } }

@media screen and (max-width: 660px) {
  .menubox {
    position: relative; }
  .menubox nav {
    display: block;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    max-height: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 20;
    -webkit-transition: all 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: all 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    overflow: hidden; }
  .menubox nav.toggled {
    max-height: 900px;
    -webkit-transition: all 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: all 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99); }
  #menu-main-menu {
    padding: 26px 2.25em; }
  nav #menu-main-menu .sub-menu {
    display: none;
    opacity: 0; }
  nav #menu-main-menu li {
    line-height: 2.25; }
    nav #menu-main-menu li a {
      display: block; }
  nav #menu-main-menu > li {
    border-bottom: 1px solid #4a6676; }
    nav #menu-main-menu > li:last-child {
      border: none; }
    nav #menu-main-menu > li:hover > .sub-menu {
      display: block;
      opacity: 1; }
  nav #menu-main-menu > li > a {
    text-transform: uppercase;
    color: #364b57; }
    nav #menu-main-menu > li > a:hover {
      color: #23709d; }
  #menu-main-menu > li > .sub-menu > li {
    border-bottom: 1px dashed #6a8ea2; }
    #menu-main-menu > li > .sub-menu > li:last-child {
      border: none; }
    #menu-main-menu > li > .sub-menu > li:hover > .sub-menu {
      display: block;
      opacity: 1; }
  #menu-main-menu > li > .sub-menu > li > a {
    color: #1a5273; }
    #menu-main-menu > li > .sub-menu > li > a:hover {
      color: #4a6676; }
  #menu-main-menu > li > .sub-menu > li > .sub-menu > li {
    border-top: 1px dotted #4a6676;
    font-size: 14px; }
  #menu-main-menu > li > .sub-menu > li > .sub-menu > li a {
    color: #6a8ea2; }
    #menu-main-menu > li > .sub-menu > li > .sub-menu > li a:hover {
      color: #23709d; }
  .menu-toggle {
    z-index: 20;
    position: absolute;
    top: 52px;
    right: 36px;
    font-size: 24px;
    color: #39abed; }
    .menu-toggle:hover {
      color: #23709d; } }

/* Home Page
---------------------------------------------------------------------------------- */
/* Slider */
#gallery-header {
  position: relative;
  height: 260px;
  margin-bottom: 96px; }
  @media only screen and (max-width: 660px) and (min-width: 375px) {
    #gallery-header {
      height: 380px; } }
  @media screen and (min-width: 660px) {
    #gallery-header {
      height: 800px; } }
  #gallery-header .gallery-item {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #gallery-header .gallery-item.active {
    display: block; }
  #gallery-header .gallery-item,
  #gallery-header .gallery-icon,
  #gallery-header .slide-image {
    height: 100%; }
  #gallery-header .gallery-icon {
    position: relative;
    z-index: 5; }
  #gallery-header .slide-image {
    background: center center no-repeat;
    background-size: cover;
    background-attachment: scroll; }
  #gallery-header .gallery-caption {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    padding: 26px 60px;
    font-size: 10px;
    text-align: center;
    color: white; }
    @media screen and (min-width: 680px) {
      #gallery-header .gallery-caption {
        font-size: 16px; } }
    #gallery-header .gallery-caption h2 {
      padding: 0;
      margin: 0 0 6px 0;
      font-size: 4.5em;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      line-height: 1;
      text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.9);
      text-transform: uppercase; }
    #gallery-header .gallery-caption p {
      margin: 0 0 12px 0;
      font-size: 2.25em;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      line-height: 1;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9); }
  #gallery-header .gallery-caption a {
    display: inline-block;
    padding: 18px 24px;
    margin-top: 12px;
    border-radius: 4px;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
    background-color: #23709d;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    #gallery-header .gallery-caption a:hover {
      background-color: #39abed; }
  #gallery-header .bubbles {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: -52px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  #gallery-header .bubble {
    position: relative;
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 24px;
    border-radius: 50%;
    border: 2px solid #364b57;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  #gallery-header .active,
  #gallery-header .bubble:hover {
    background-color: #364b57; }
  #gallery-header .bubble:first-child {
    margin-left: 0; }
  #gallery-header .larrow,
  #gallery-header .rarrow {
    z-index: 10;
    position: absolute;
    top: 42%;
    font-size: 20px;
    color: white; }
  #gallery-header .larrow {
    left: 24px; }
  #gallery-header .rarrow {
    right: 24px; }
  @media screen and (min-width: 680px) {
    #gallery-header .larrow,
    #gallery-header .rarrow {
      font-size: 36px; }
    #gallery-header .larrow {
      left: 48px; }
    #gallery-header .rarrow {
      right: 48px; } }

/* Catergory Slide Sections
---------------------------------------------------------------------------------- */
.category .products > h2 {
  display: inline-block; }

.category .clipbox {
  width: 100%;
  position: relative; }

.category .clipbox:after {
  padding-top: 40.4%;
  /* 16:9 ratio */
  display: block;
  content: ''; }

.category .clipbox > a.arrow {
  position: absolute;
  width: 34px;
  height: 34px;
  bottom: calc(50% - 17px);
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center; }

.category .clipbox > a.moveleft {
  background-image: url(img/arrow-left.png);
  margin-right: 10px; }

.category .clipbox > a.moveright {
  background-image: url(img/arrow-right.png);
  right: 0; }

.category .productbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
  box-sizing: border-box;
  /* height: 311px;*/
  overflow: hidden;
  background: #ffffff; }

.category .productscroll {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 0;
  height: calc(100% + 15px);
  position: relative;
  margin-left: -1.14%;
  background-color: #23709d; }

.category .products .product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: inherit;
  font-size: 14px;
  width: 20%;
  height: 100%; }

.category .products .product:last-child {
  padding-right: 40%; }

.category .products a.product {
  border: 0px;
  text-decoration: none;
  box-sizing: content-box; }

.category .products .product > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  /*  margin: 0 10px;
    margin-top: 20px;*/ }

.category .products .product.active {
  width: 40%; }

.category .products .product > .expander {
  padding-top: 200%;
  display: block;
  position: static; }

.category .products .product.active > .expander {
  padding-top: 100%; }

.category .products .product img {
  height: 100%;
  width: auto;
  max-width: inherit;
  border: none; }

.category .products .product img.highlight {
  position: absolute;
  opacity: 0;
  left: 0; }

.category .products .product .hover {
  display: none; }

/* News Section
---------------------------------------------------------------------------------- */
#news {
  margin: 0;
  padding: 48px 24px 36px 24px;
  overflow: hidden; }

#news .inner {
  margin: 0 auto;
  max-width: 1044px;
  overflow: hidden; }

#news h1 {
  font-size: 72px;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 12px;
  text-align: center;
  color: white; }
  @media screen and (max-width: 680px) {
    #news h1 {
      margin-bottom: 24px;
      font-size: 36px; } }

#news h1 img {
  margin: -4px 30px 0 0; }
  @media screen and (max-width: 660px) {
    #news h1 img {
      margin: 0 0 0 -12px; } }

#news article {
  margin-bottom: 48px;
  text-align: center; }

@media screen and (min-width: 680px) {
  #news article {
    width: 31%;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px; } }

#news article:last-child {
  margin-right: 0; }

#news article img {
  max-width: 100%;
  height: auto; }

#news .entry-content {
  margin-bottom: 12px; }

#news .entry-content h2 {
  padding: 0;
  margin: 19.5px 0 0 0;
  background-color: transparent;
  font-weight: 100;
  text-align: center;
  line-height: 1; }

#news .entry-content h2 a {
  color: #39abed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#news .entry-content h2 a:hover {
  color: #23709d; }

#news .entry-content h2 span {
  display: none;
  margin-top: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #555555; }

#news .entry-content p {
  color: #222222;
  font-size: 14px;
  text-align: center; }

#news .readmore {
  display: inline-block;
  padding: 19.5px;
  background: #39abed;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#news .readmore:hover {
  background-color: #23709d;
  color: white; }

/* Team
---------------------------------------------------------------------------------- */
.tax-rider_category .container {
  position: relative;
  padding-top: 26px; }
  .tax-rider_category .container h1 {
    display: none;
    position: relative;
    float: left;
    margin-top: 0;
    margin-bottom: .234375em;
    color: #23709d;
    font-size: 2.125em;
    font-weight: 100; }
  .tax-rider_category .container .categories {
    margin-left: 24px;
    text-align: center; }
    .tax-rider_category .container .categories li {
      display: block;
      margin-right: 2px;
      margin-bottom: 2px;
      background: #11354a;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      @media screen and (min-width: 660px) {
        .tax-rider_category .container .categories li {
          display: inline-block; } }
      .tax-rider_category .container .categories li:hover {
        background-color: #23709d; }
    .tax-rider_category .container .categories a {
      display: block;
      padding: 12px 24px;
      font-size: 11px;
      font-weight: normal;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      color: white;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.riders {
  clear: both;
  padding-top: 26px;
  margin: 0 -12px 0 -12px; }

.rider {
  width: 100%;
  margin: 0 12px 24px 12px;
  overflow: hidden;
  display: block;
  float: left;
  background-color: #39abed; }
  @media screen and (min-width: 660px) {
    .rider {
      width: 18%; } }
  .rider img {
    width: 100%;
    display: block;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  .rider:hover img {
    opacity: 0.25; }
  .rider h2 {
    padding: 6px 12px;
    margin: 0;
    border-top: 6px solid white;
    background-color: #aaadaf;
    color: white;
    font-size: .875em;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .rider span {
    display: block; }

.single-riders article h1:first-child {
  display: none;
  position: relative;
  float: left;
  margin: 0;
  color: #23709d;
  font-size: 2.125em;
  font-weight: 100; }
  @media screen and (max-width: 680px) {
    .single-riders article h1:first-child {
      float: none;
      margin-bottom: 26px;
      text-align: center; } }

.single-riders article h1 + img {
  float: left;
  margin: 0 26px 26px 0; }
  @media screen and (max-width: 680px) {
    .single-riders article h1 + img {
      width: 100%;
      margin: 0; } }

.single-riders article h2 {
  margin: 0;
  padding: 36px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  color: #444955; }
  @media screen and (max-width: 680px) {
    .single-riders article h2 {
      font-size: 24px; } }

.kit {
  margin-bottom: 52px;
  text-align: center; }
  .kit a {
    display: inline-block;
    width: 22.5%; }

.articletitle {
  padding: 36px;
  margin: 0;
  background-color: #39abed;
  color: white;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1; }

/* Page
---------------------------------------------------------------------------------- */
.page .container {
  margin-bottom: 0; }
  .page .container h1 {
    margin-bottom: .234375em;
    font-size: 2.125em;
    font-weight: 100;
    text-transform: uppercase; }
    @media screen and (max-width: 660px) {
      .page .container h1 {
        font-size: 24px; } }
    .page .container h1 a {
      color: #23709d; }
      .page .container h1 a:hover {
        color: #4a6676; }
  .page .container h2 {
    margin: 36px 0 12px 0;
    font-weight: 100;
    font-size: 1.25em;
    color: #23709d; }
  .page .container h3 {
    margin: 0;
    font-size: 1em;
    font-weight: 700; }
  .page .container li {
    margin-bottom: 12px;
    font-weight: 100; }

.g-recaptcha {
  margin-bottom: 26px; }

/* Blog
---------------------------------------------------------------------------------- */
.blog .container {
  padding-top: 52px; }

.blog article {
  margin-bottom: 52px; }
  .blog article .feature {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #39abed; }
    .blog article .feature img {
      display: block;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .blog article .feature:hover img {
      opacity: 0.2;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .blog article .readmore {
    display: inline-block;
    padding: 19.5px;
    color: #ffffff;
    background-color: #39abed;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .blog article .readmore:hover {
      background-color: #23709d; }

.blog h1 {
  margin-bottom: 13px;
  font-size: 2.125em;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif; }
  @media screen and (max-width: 660px) {
    .blog h1 {
      font-size: 24px; } }
  .blog h1 a {
    color: #39abed; }
    .blog h1 a:hover {
      color: #23709d; }

.blog .date {
  font-style: .875em;
  color: #c4c7c8; }

.loadmore {
  display: block;
  width: 180px;
  margin: 0 auto;
  padding: 1em;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #23709d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .loadmore:hover {
    background-color: #11354a; }

/* Single */
.single-post .articletitle {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 78px;
  padding: 48px 60px;
  background: rgba(57, 171, 237, 0.8);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 680px) {
    .single-post .articletitle {
      top: 50%;
      bottom: inherit;
      padding: 24px 36px;
      font-size: 10px;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }
  .single-post .articletitle h1 {
    display: block;
    margin: 0;
    color: white;
    font-size: 2.125em;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .single-post .articletitle hr {
    margin: 26px 0;
    height: 1px;
    border: 0;
    background: rgba(255, 255, 255, 0.6); }
  .single-post .articletitle p {
    margin: 0;
    font-size: 1.125em;
    text-align: center;
    font-weight: 400;
    color: white; }

.single-post article p:first-child {
  margin-bottom: 2.166666667em;
  font-size: 1.125em; }

.single-post article #attachment_100 {
  position: relative;
  max-width: 100%; }
  .single-post article #attachment_100 img {
    display: block; }

.single-post article .wp-caption-text {
  margin: .428571429em 0;
  color: #7a9aac;
  font-size: 14px; }

.single-post .alignleft {
  float: left;
  margin-right: 26px; }

.single-post .alignright {
  float: right;
  margin-right: 26px; }

.single-post .wp-embed-aspect-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  margin: 26px 0 39px;
  height: 0;
  overflow: hidden; }

.single-post .wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Single Gallery */
article .gallery {
  position: relative;
  padding-bottom: 66%;
  margin: 26px 0;
  clear: both; }

article .gallery-item > .gallery-icon {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 5; }

article .gallery-item.active > .gallery-icon {
  display: block; }

article .larrow,
article .rarrow {
  z-index: 100;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 30px;
  font-size: 12px;
  color: white;
  background: #23709d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  article .larrow::before,
  article .rarrow::before {
    position: absolute;
    display: block;
    font: normal normal normal 10px/1 'Nucleo Glyph';
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

@media screen and (min-width: 680px) {
  article .larrow,
  article .rarrow {
    width: 40px;
    height: 60px;
    font-size: 20px; }
  article .bubbles {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  article .bubble {
    position: relative;
    float: left;
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 12px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  article .active,
  article .bubble:hover {
    background-color: #23709d; }
  article .bubble:first-child {
    margin-left: 0; }
  article .bubble::after {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    content: "";
    border-radius: 50%; } }

article .larrow {
  left: 24px; }
  article .larrow::before {
    top: 50%;
    left: 50%;
    content: "\eb1a"; }

article .rarrow {
  right: 24px; }
  article .rarrow::before {
    top: 50%;
    left: 50%;
    content: "\eb1b"; }

article a {
  color: #23709d; }
  article a:hover {
    color: #39abed; }

#gallery-footer {
  position: relative;
  margin-top: 78px;
  overflow: hidden;
  padding-bottom: 50%;
  background-color: #eeeeee; }
  #gallery-footer .gallery-item {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; }
  #gallery-footer .gallery-item.active {
    display: block; }
  #gallery-footer .gallery-item,
  #gallery-footer .gallery-icon,
  #gallery-footer .slide-image {
    height: 100%; }
  #gallery-footer .gallery-icon {
    position: relative;
    z-index: 5; }
  #gallery-footer .slide-image {
    background: center center no-repeat;
    background-size: cover;
    background-attachment: scroll; }

/* Catergory Sections
---------------------------------------------------------------------------------- */
.home .cats {
  overflow: hidden; }

.home .cats h2 {
  padding: 36px;
  background-color: #23709d;
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif; }
  @media screen and (max-width: 660px) {
    .home .cats h2 {
      font-size: 32px; } }

.home .cats ul {
  margin: 52px 0;
  text-align: center; }
  .home .cats ul h2 {
    padding: 0;
    background-color: transparent;
    color: #222222; }

.home .cats li {
  margin-right: 24px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase; }
  @media screen and (max-width: 660px) {
    .home .cats li {
      margin-right: 12px;
      font-size: 13px;
      letter-spacing: 0; } }

.home .cats li:last-child {
  margin: 0; }

.home .cats li:last-child::after {
  content: none;
  margin: 0;
  padding: 0; }

.home .cats li a {
  color: #0f1518;
  letter-spacing: 2px;
  font-weight: 100; }

.home .cats li a:hover {
  color: #23709d; }

.home .focus {
  height: 600px;
  color: white;
  font-size: 4.5em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  text-align: center;
  line-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 660px) {
    .home .focus {
      height: 400px;
      font-size: 45px;
      line-height: 400px; } }

.home h2 + div {
  overflow: hidden; }

.home .cat {
  position: relative;
  float: left;
  background-color: #39abed; }
  .home .cat img {
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .home .cat h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    @media screen and (max-width: 660px) {
      .home .cat h3 {
        font-size: 32px; } }
  .home .cat:hover img {
    opacity: 0.5; }

@media screen and (min-width: 680px) {
  .home .range-5 .cat {
    width: 20%;
    z-index: h3;
      z-index-font-size: 28px; }
  .home .range-6 .cat {
    width: 16.666666667%; }
    .home .range-6 .cat h3 {
      font-size: 22px; }
  .home .range-7 .cat {
    width: 14.285714286%; }
    .home .range-7 .cat h3 {
      font-size: 19px; }
  .home .range-8 .cat {
    width: 12.5%; }
    .home .range-8 .cat h3 {
      font-size: 18px; }
  .home .range-9 .cat {
    width: 11.111111111%; }
    .home .range-9 .cat h3 {
      font-size: 16px; } }

.home .range-5,
.home .range-6,
.home .range-7,
.home .range-8,
.home .range-9 {
  overflow: hidden; }

/* Popup */
.popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  padding: 36px;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%) translateY(-20%);
          transform: translateX(-50%) translateY(-20%);
  text-align: center;
  color: #23709d; }
  .popup h1 {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .popup h2 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .popup .close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #c5e7fa;
    border-radius: 50%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
    .popup .close::before {
      font-family: 'Nucleo Glyph';
      content: "\edd7";
      font-size: 16px;
      speak: none;
      color: #ffffff;
      text-transform: none;
      /* Better Font Rendering */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 24px; }
    .popup .close:hover {
      background-color: #39abed; }
  .popup #mc_embed_signup {
    margin-top: 24px;
    color: #666666;
    line-height: 30px; }
  .popup #mc-embedded-subscribe {
    display: inline-block;
    padding: 18px;
    margin-top: 24px;
    background: #23709d;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .popup #mc-embedded-subscribe:hover {
      cursor: pointer;
      background-color: #78bae1; }

/* WooCommerce
---------------------------------------------------------------------------------- */
/* Headings */
.woocommerce-page .page-title,
.woocommerce-page h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  color: #4a6676;
  border: none; }

.woocommerce-page .page-title {
  border: none;
  color: white;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif; }

.woocommerce-products-header__title {
  margin: 0 -42px 0;
  padding: 36px;
  background-color: #39abed;
  font-size: 1.5em; }

.woocommerce .woocommerce-ordering {
  float: right; }
  @media screen and (max-width: 680px) {
    .woocommerce .woocommerce-ordering {
      float: none; } }

.archive.woocommerce-page ul.products {
  margin: -13px;
  padding-top: 26px; }

.archive.woocommerce-page ul.products li.product h3 {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a94a9; }

.woocommerce ul.products li.product a img {
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.woocommerce ul.products li.product a:hover img {
  opacity: 0.5; }

.woocommerce ul.products li.product .price {
  display: inline-block;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #4a6676;
  color: rgba(255, 255, 255, 0.8); }

.woocommerce div.product .product_title {
  margin: 0 0 6px 0;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  color: #39abed; }

.woocommerce div.product div[itemprop=offers] {
  margin-bottom: 12px; }

.woocommerce div.product p.price {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
  color: #39abed; }

div.woocommerce-variation-price {
  padding: 12px 0; }
  div.woocommerce-variation-price span.price {
    color: #39abed !important;
    font-weight: 700; }

div.summary.entry-summary div[itemprop=description] p {
  padding-top: 12px;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  border-top: 1px solid #a5a6aa;
  color: #78797b; }

.product div[itemprop=description] p {
  text-transform: inherit;
  margin-bottom: 52px; }

div.summary.entry-summary .tagline {
  clear: both;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 12px;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.3;
  border-top: 1px solid #a5a6aa;
  color: #78797b; }

.woocommerce-product-gallery .flex-viewport {
  float: right;
  width: 88%; }

.woocommerce div.product div.images {
  overflow: hidden; }

.woocommerce div.product div.images .flex-control-thumbs {
  float: left;
  width: 12%;
  padding: 0; }

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 6px;
  width: 100%; }

.woocommerce #content div.product div.thumbnails a {
  margin: 0 0 6px 0;
  padding: 0;
  display: block;
  background-color: #309ae9; }

@media screen and (max-width: 768px) {
  .woocommerce-product-gallery .flex-viewport {
    float: none;
    width: 100%;
    height: auto !important;
    padding-bottom: 24px; }
  .woocommerce div.product div.images .flex-control-thumbs {
    float: none;
    width: 100%;
    padding: 0; }
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 0;
    width: 12%; }
  .woocommerce div.product div.images .flex-control-thumbs li {
    clear: none !important; } }

.woocommerce #content div.product div.thumbnails a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.woocommerce #content div.product div.thumbnails a:hover img {
  opacity: 0.5; }

div.up-sells {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 1.5em; }

div.up-sells::before,
div.up-sells::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: #444955; }

div.up-sells h2,
.product h2 {
  margin: 0;
  padding: 36px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: #444955; }

.woocommerce ul.products {
  text-align: center; }

.woocommerce ul.products li.product {
  float: none;
  margin: 0 12px 39px 12px;
  padding: 0;
  display: inline-block; }
  .woocommerce ul.products li.product a:first-child {
    display: block; }

@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product {
    float: none !important; } }

.woocommerce ul.products li.product h3 {
  padding: 24px 0;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a94a9; }

.woocommerce .woocommerce-ordering select {
  float: right; }

.description {
  background: url(img/20160307_4443_mattwragg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }

.description .inner {
  margin: 0 auto;
  padding: 96px 24px;
  max-width: 1020px; }

.woocommerce-product-details__short-description {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1020px; }
  .woocommerce-product-details__short-description + h2 {
    padding-left: 36px;
    padding-right: 36px; }

.description .contentbox {
  margin: 0 auto;
  width: 65%;
  padding: 36px;
  background-color: rgba(57, 171, 237, 0.8); }

@media screen and (max-width: 768px) {
  .description .contentbox {
    width: 100%; } }

.description .contentbox h1 {
  margin: 24px 0 12px 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.95); }

.description .contentbox h1:first-child {
  margin-top: 0; }

.description .contentbox p {
  font-size: 15px;
  line-height: 1.714285714;
  color: rgba(255, 255, 255, 0.9); }

@media screen and (min-width: 768px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 60%; }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 36%; } }

/* Sales */
.woocommerce span.onsale {
  min-height: 4.6em;
  min-width: 4.6em;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 4.6;
  border-radius: 100%;
  background-color: #23709d;
  color: #fff;
  font-size: .657em;
  text-transform: uppercase; }

/* Error Messages */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-size: 14px;
  line-height: 30px;
  border: none;
  color: white !important;
  background-color: #23709d; }
  .woocommerce-error a,
  .woocommerce-info a,
  .woocommerce-message a {
    color: white; }
    .woocommerce-error a:hover,
    .woocommerce-info a:hover,
    .woocommerce-message a:hover {
      color: rgba(255, 255, 255, 0.6); }
  .woocommerce-error li,
  .woocommerce-info li,
  .woocommerce-message li {
    margin-bottom: 0 !important; }

.woocommerce-error::before,
.woocommerce-message::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white; }

.woocommerce-info::before {
  color: white !important; }

.woocommerce-info a {
  color: rgba(255, 255, 255, 0.75); }

.woocommerce div.product form.cart .variations {
  margin: 0;
  padding-top: 12px;
  width: inherit;
  border-top: 1px solid #c4c7c8; }

.woocommerce div.product form.cart .variations select {
  width: 100%; }

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  font-size: 14px;
  color: #808186; }

.woocommerce .quantity .qty {
  padding: 10px 6px 10px 2px;
  border: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #4a6676;
  background-color: #ececed;
  border-right: 2px solid #ececed; }

input.woocommerce-Button.button,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .cart input.button,
.woocommerce a.button.wc-backward,
.woocommerce button.button.alt.disabled {
  margin: 0;
  padding: 10px 12px 12px 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  border-radius: 0;
  color: white;
  background-color: #23709d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .cart input.button:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce button.button.alt.disabled:hover {
  background-color: #11354a; }

.woocommerce a.button {
  color: #4a6676;
  background-color: white; }

.woocommerce a.button:hover {
  color: white;
  background-color: #11354a; }

a.reset_variations {
  color: #0f1518; }
  a.reset_variations:hover {
    color: #23709d; }

input#rememberme.woocommerce-Input.woocommerce-Input--checkbox {
  margin-right: 6px; }

.woocommerce form .form-row label.inline {
  display: inline-block;
  margin-left: 12px; }

.poplink {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #78797b; }

.fitguide {
  margin-top: 12px; }

.fitguide .tablepress thead th {
  padding-left: 0;
  font-size: 10px;
  font-weight: 700;
  color: #4a6676;
  border-bottom: 4px solid #39abed;
  background-color: white; }

.fitguide .tablepress td {
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #c4c7c8;
  background-color: white; }

.cert {
  margin: -24px 0 0 0;
  padding: 0;
  font-weight: 100;
  font-style: 22px;
  letter-spacing: 1px;
  text-align: center; }

.tech-details {
  max-width: 576px;
  margin: 0 auto;
  padding: 36px 1.5em 0 1.5em;
  overflow: hidden; }

.tech-details div {
  margin-bottom: 24px;
  overflow: hidden; }

.tech-details div a {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #23709d; }
  @media screen and (max-width: 660px) {
    .tech-details div a {
      float: none;
      margin: 0 auto; } }

.tech-details div a img {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.tech-details div a:hover img {
  opacity: 0.5; }

.tech-details div p {
  float: right;
  margin: 0;
  width: 404px;
  font-size: 14px;
  line-height: 1.714285714; }
  @media screen and (max-width: 660px) {
    .tech-details div p {
      width: 100%;
      text-align: center; } }

/* Forms */
.woocommerce form .form-row label {
  color: #23709d !important; }

.payment_method_paypal a {
  color: #39abed; }

.woocommerce form .form-row .required {
  font-size: 12px;
  text-decoration: none;
  vertical-align: text-top;
  color: #23709d; }

.woocommerce form .form-row label {
  font-size: 14px;
  color: #4a6676; }

.woocomerce-form label {
  color: #23709d !important; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
#order_comments {
  padding: 8px;
  font-size: 12px;
  color: #5d8196;
  border: 1px solid #c4c7c8; }

.woocommerce .woocommerce-checkout h3 {
  font-weight: 100; }

#ship-to-different-address-checkbox {
  margin-left: 13px; }

.address-field label + strong {
  font-size: 14px; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  color: #39abed !important; }

.woocommerce table.shop_table {
  padding: 0;
  border: none;
  font-size: 14px;
  border-collapse: collapse !important; }

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 6.5px 0;
  vertical-align: top; }

.woocommerce table.shop_table thead th {
  padding-bottom: 13px;
  border-bottom: 4px solid #23709d; }

.woocommerce td.product-total {
  vertical-align: top; }

.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  border-top: none;
  border-bottom: 1px solid #c4c7c8; }

.woocommerce table.shop_table tfoot .order-total th,
.woocommerce table.shop_table tfoot .order-total td {
  color: #23709d; }

.woocommerce td.product-name dl.variation {
  border-collapse: collapse !important; }

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dd p {
  margin: 0;
  padding: 0; }

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  padding: 6px 0;
  border-top: 1px solid #c4c7c8;
  border: none; }

.woocommerce-checkout #payment {
  border-radius: 0;
  background-color: #ececed; }

.woocommerce-checkout #payment ul.payment_methods {
  border: none; }

.woocommerce-checkout #payment ul.payment_methods li {
  font-size: 14px;
  color: #7a9aac; }

.woocommerce-checkout #payment div.form-row {
  background-color: #39abed; }

/* Basket */
.woocommerce .cart-collaterals .cart_totals h2 {
  font-weight: 100; }

.woocommerce table.shop_table td {
  padding: 12px 0; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: #ffffff; }

.woocommerce .cart input.button {
  margin: 0; }

.woocommerce a.remove {
  color: #23709d !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .woocommerce a.remove:hover {
    color: white !important;
    background-color: #23709d; }

td.product-name a {
  color: #23709d; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 10px 8px 6px 10px;
  width: 126px;
  border: none;
  background-color: #dee0e1; }

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td {
  border-top: 2px solid #23709d; }

a.shipping-calculator-button {
  color: #23709d; }
  a.shipping-calculator-button:hover {
    color: #4a6676; }

.woocommerce a.button.alt {
  background-color: #23709d; }
  .woocommerce a.button.alt:hover {
    background-color: #39abed; }

.woocommerce-message a {
  color: rgba(255, 255, 255, 0.7); }

.woocommerce-checkout #payment ul.payment_methods li::before {
  display: none !important; }

.woocommerce form .form-row label {
  color: rgba(255, 255, 255, 0.8); }

.woocommerce .dataTables_info {
  clear: both;
  float: left;
  margin: 8px 0 0;
  font-size: 12px; }

.dataTables_filter {
  float: right;
  white-space: nowrap; }

.dataTables_paginate.paging_simple,
.dataTables_length,
.dataTables_filter {
  display: none; }

/* Account Pages */
.woocommerce form.login {
  padding: 0;
  border: none; }

p.woocommerce-LostPassword.lost_password {
  margin-top: 52px; }
  p.woocommerce-LostPassword.lost_password a {
    padding: 13px;
    background-color: #c4c7c8;
    font-size: 13px;
    font-weight: 400;
    color: white;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    p.woocommerce-LostPassword.lost_password a:hover {
      background-color: #39abed; }

div.woocommerce-MyAccount-content h3 {
  font-weight: 100; }

div.woocommerce-MyAccount-content p {
  margin: 0 0 26px 0; }
  div.woocommerce-MyAccount-content p a {
    color: #23709d; }
    div.woocommerce-MyAccount-content p a:hover {
      color: #c4c7c8; }

div.woocommerce-MyAccount-content address {
  font-style: normal; }

div.woocommerce-MyAccount-content fieldset {
  margin-bottom: 26px; }

.woocommerce-account .woocommerce {
  padding: 26px 0 0 0;
  border-top: 4px solid #23709d; }

nav.woocommerce-MyAccount-navigation {
  margin-bottom: 26px; }
  nav.woocommerce-MyAccount-navigation li {
    margin-bottom: 2px; }
    nav.woocommerce-MyAccount-navigation li a {
      display: block;
      padding: 6.5px 13px;
      color: white;
      background-color: #c4c7c8;
      font-size: 13px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      nav.woocommerce-MyAccount-navigation li a:hover {
        background-color: #23709d; }
    nav.woocommerce-MyAccount-navigation li::before {
      display: none; }
  nav.woocommerce-MyAccount-navigation .is-active a {
    background-color: #23709d; }

.woocommerce-Address-title.title {
  margin: 0 0 26px 0;
  border-color: #4a6676; }
  .woocommerce-Address-title.title h3 {
    padding-bottom: 13px;
    margin: 0;
    font-size: 16px; }
  .woocommerce-Address-title.title .edit {
    color: #23709d;
    font-size: 12px;
    text-transform: uppercase; }

.woocommerce input.button {
  margin: 0;
  padding: 10px 12px 12px 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  border-radius: 0;
  color: white;
  background-color: #23709d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.woocommerce h2 {
  font-weight: 100; }

.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }

.woocommerce-page .cart-collaterals .cross-sells {
  float: none;
  width: 100%; }
  .woocommerce-page .cart-collaterals .cross-sells h2 {
    margin: 0;
    padding: 36px 0;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #444955; }
  .woocommerce-page .cart-collaterals .cross-sells li::before {
    content: none; }

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 24%; }
  @media screen and (max-width: 660px) {
    .woocommerce .cart-collaterals .cross-sells ul.products li,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li {
      width: 100%; } }

/* Home Products */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  margin: 26px 0 0 0;
  font-size: 18px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title + span {
    margin-top: 13px; }

.woocommerce ul.products li.product .button {
  display: inline-block;
  padding: 19.5px;
  color: #ffffff;
  background-color: #39abed;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .woocommerce ul.products li.product .button:hover {
    background-color: #23709d; }

.homebuttons {
  display: block;
  width: 220px;
  padding: 19.5px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #39abed;
  font-size: .875em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .homebuttons:hover {
    background-color: #23709d; }
  .cats .homebuttons {
    margin-bottom: 39px; }
  .range-5 + .homebuttons {
    margin: 52px auto; }
  .range-6 + .homebuttons {
    margin: 52px auto; }
  .range-7 + .homebuttons {
    margin: 52px auto; }
  .range-8 + .homebuttons {
    margin: 52px auto; }
  .range-OK9 + .homebuttons {
    margin: 52px auto; }
  #news .homebuttons {
    margin: 52px auto 0; }

/* Dealers
---------------------------------------------------------------------------------- */
.filter-series-head {
  z-index: 1;
  background-color: #39abed;
  padding: 26px 26px 39px;
  border: none !important; }
  .filter-series-head h1 {
    margin: 12px 0 24px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400; }
  .filter-series-head #menu-dealer-filter {
    margin-top: 24px;
    text-align: center; }
    .filter-series-head #menu-dealer-filter li {
      display: inline-block;
      padding: 0 6px;
      margin: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.45; }
      .filter-series-head #menu-dealer-filter li::before {
        display: none; }
    .filter-series-head #menu-dealer-filter a {
      color: rgba(255, 255, 255, 0.75); }
      .filter-series-head #menu-dealer-filter a:hover {
        color: white; }

#dealers h2 {
  padding-bottom: 12px;
  color: #39abed;
  border-bottom: 1px solid #c4c7c8; }

.dealer__list {
  padding-top: 2em;
  margin-left: 0;
  list-style: none; }
  .dealer__list h3 {
    font-size: 1.125em;
    color: red; }
  .dealer__list li.dealer__content {
    width: 24%;
    display: inline-block;
    min-height: 160px;
    color: #4a6676;
    font-size: 14px;
    vertical-align: top; }
    @media screen and (min-width: 660px) and (max-width: 880px) {
      .dealer__list li.dealer__content {
        width: 32%; } }
    @media screen and (max-width: 660px) {
      .dealer__list li.dealer__content {
        width: 100%; } }
    .dealer__list li.dealer__content::before {
      content: none; }
    .dealer__list li.dealer__content h3 {
      color: #23709d; }
    .dealer__list li.dealer__content a {
      color: #39abed;
      font-weight: 700;
      font-size: 12px; }
      .dealer__list li.dealer__content a:hover {
        color: #23709d; }

/* Contact Form
---------------------------------------------------------------------------------- */
#contact {
  padding: 26px 0 0 0;
  border-top: 4px solid #5f5f5f; }
  #contact label {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 2; }
  #contact input {
    width: 100%;
    padding: 8px;
    margin-bottom: 26px;
    font-size: 12px;
    color: #464545;
    border: 1px solid #929292; }
  #contact textarea {
    display: block;
    width: 100%;
    padding: 13px;
    margin-bottom: 26px; }
  #contact [type="file"] {
    border: none;
    padding: 0; }
  #contact [type="submit"] {
    width: 168px;
    padding: 13px;
    background-color: #929292;
    font-size: 13px;
    font-weight: 400;
    color: white;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    #contact [type="submit"]:hover {
      background-color: #555555;
      cursor: pointer; }

/* Mailchimp Signup
---------------------------------------------------------------------------------- */
.mailinglist {
  overflow: hidden;
  padding: 39px;
  margin-top: 52px;
  background-color: #39abed; }
  .mailinglist p {
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    line-height: 49px; }
    @media screen and (min-width: 681px) and (max-width: 990px) {
      .mailinglist p {
        font-size: 18px; } }
    @media screen and (max-width: 660px) {
      .mailinglist p {
        float: none;
        width: 100%;
        margin-bottom: 13px;
        font-size: 18px;
        line-height: 24px;
        text-align: center; } }
    .mailinglist p span {
      font-weight: 700; }
  .mailinglist #mc_embed_signup {
    margin: 0 0 0 26px;
    width: 48%;
    float: left; }
    @media screen and (max-width: 660px) {
      .mailinglist #mc_embed_signup {
        margin: 0 auto;
        float: none; } }
  .mailinglist #mc-embedded-subscribe {
    margin: -2px 0 0 0;
    padding: 16px;
    vertical-align: middle;
    font-size: 12px;
    height: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #39abed;
    border: none;
    background-color: white;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .mailinglist #mc-embedded-subscribe:hover {
      cursor: pointer;
      opacity: 0.8; }
    @media screen and (max-width: 660px) {
      .mailinglist #mc-embedded-subscribe {
        margin: 0px;
        width: 100%; } }
  .mailinglist #mce-EMAIL {
    width: 300px;
    padding-left: 13px;
    margin-right: 0;
    height: 44px;
    border: 1px solid white;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    background-color: transparent; }
    @media screen and (min-width: 681px) and (max-width: 990px) {
      .mailinglist #mce-EMAIL {
        width: 150px; } }
    @media screen and (max-width: 660px) {
      .mailinglist #mce-EMAIL {
        margin-bottom: 13px;
        width: 100%; } }

/* Footer
---------------------------------------------------------------------------------- */
#footer {
  margin-top: 36px; }

#menu-footer-menu {
  padding: 0;
  text-align: left; }

#menu-footer-menu li {
  display: block;
  margin-bottom: 6.5px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6; }

#menu-footer-menu li a {
  color: #dee0e1;
  font-size: 1em;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (max-width: 660px) {
    #menu-footer-menu li a {
      font-size: .777777778em; } }

#menu-footer-menu li a:hover {
  color: #23709d; }

.footer_logo {
  width: 280px;
  height: auto;
  padding: 12px 0 42px 0;
  display: block;
  text-align: center;
  margin: 0 auto; }

#footbar {
  padding: 39px;
  background-color: #364b57;
  font-family: 'Roboto Condensed', sans-serif; }
  #footbar > div {
    float: left;
    width: 100%;
    padding-bottom: 52px; }
    @media screen and (min-width: 680px) {
      #footbar > div {
        width: 50%; } }
    #footbar > div.left {
      float: none;
      clear: both;
      width: 100%; }
    @media screen and (min-width: 680px) {
      #footbar > div.right {
        width: 100%;
        float: left;
        margin-top: 0; }
      #footbar > div.left + .right {
        width: 50%;
        float: right;
        margin-top: -94px; } }
  #footbar h3 {
    padding-bottom: 13px;
    margin-bottom: 13px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #footbar p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7); }
  #footbar div:first-child li {
    display: block;
    margin-bottom: 6.5px;
    color: #dee0e1;
    font-size: 1em;
    line-height: 1.6; }
    #footbar div:first-child li a:hover {
      color: #23709d; }

#footbar a {
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#footbar [class^="nc-icon-glyph"] {
  font-size: 24px;
  vertical-align: middle;
  line-height: 44px;
  margin-right: 6.5px;
  opacity: 0.9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

#footbar [class^="nc-icon-glyph"]:hover {
  color: white;
  opacity: 1; }

/* Helpers
---------------------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }
/*# sourceMappingURL=style.css.map */