/******************************************************************
Site Name: Impression Boilerplate
Author: Impression

Stylesheet: Main Stylesheet
******************************************************************/
@import url("https://use.typekit.net/xfw4yvm.css");
body.admin-bar .navbar-fixed-top {
  top: 28px;
}

/*********************
Core variables and mixins
*********************/
/*********************
Fonts
*********************/
/*********************
Breakpoints
*********************/
/*********************
Brand Colours
*********************/
/*********************
Secondary colours
*********************/
/*********************
Font Sizes
*********************/
/*********************
Font Responsive
*********************/
/*********************
Font variables
*********************/
.condensed, .main-nav__navigation li, .banner.product .product__container__stats p .title, section.news .news__category select, .btn, .btn--primary, .btn--secondary, .card__label p, .card__date p, .card--product .card__content p, .product__content__number #product-input {
  font-family: proxima-nova-condensed, sans-serif !important;
}

/*********************
Box sizing
*********************/
/*********************
Transitions
*********************/
/*********************
Border radius
*********************/
/*********************
Responsive
*********************/
/*********************
Font mixin
*********************/
/*********************
Colours map
*********************/
/*********************
Font sizes map
*********************/
/*********************
Font sizes modifier
*********************/
.f--xxxl {
  font-size: 80px !important;
}

.f--xxl {
  font-size: 55px !important;
}

.f--xl {
  font-size: 45px !important;
}

.f--l {
  font-size: 25px !important;
}

.f--m {
  font-size: 20px !important;
}

.f--base {
  font-size: 14px !important;
}

.f--s {
  font-size: 12px !important;
}

.f--xs {
  font-size: 10px !important;
}

.f--xxs {
  font-size: 8px !important;
}

.f--zero {
  font-size: 0px !important;
}

/*********************
Modules files
*********************/
.header {
  z-index: 1000;
  width: 100%;
  height: auto;
  min-height: 90px;
  position: absolute;
}

.header a {
  text-decoration: none;
}

.header .currency-dropdown {
  display: inline-block;
  float: right;
  margin-right: 0px;
  margin-top: -10px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header .currency-dropdown {
    margin-right: 25px;
  }
}

.header .currency-dropdown img {
  max-width: 10px;
  display: none;
}

.header .currency-dropdown.active ul, .header .currency-dropdown.active li {
  background: rgba(0, 0, 0, 0.8);
}

.header .currency-dropdown ul {
  list-style-type: none;
  display: block;
  width: 100%;
  float: right;
}

.header .currency-dropdown ul li {
  line-height: 35px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  opacity: 1;
}

@media (min-width: 768px) {
  .header .currency-dropdown ul li {
    margin-right: 10px;
  }
}

.header .currency-dropdown ul li:hover, .header .currency-dropdown ul li:active {
  opacity: 1;
}

.header .currency-dropdown ul li:hover:before, .header .currency-dropdown ul li:active:before {
  background-color: #0077f8;
}

.header .currency-dropdown ul li.wcml-cs-active-currency {
  display: inline-block;
  opacity: 1;
}

.header .currency-dropdown ul li.wcml-cs-active-currency span {
  padding-right: 0px;
}

@media (min-width: 768px) {
  .header .currency-dropdown ul li.wcml-cs-active-currency span {
    padding-right: 15px;
  }
}

.header .currency-dropdown ul li.wcml-cs-active-currency i {
  font-size: 10px;
  display: none;
  position: absolute;
  line-height: 0px;
  right: 0px;
  top: 16px;
}

@media (min-width: 768px) {
  .header .currency-dropdown ul li.wcml-cs-active-currency i {
    display: inline-block;
  }
}

.header .currency-dropdown ul li.wcml-cs-active-currency ul {
  display: none !important;
}

.header .currency-dropdown ul li.wcml-cs-active-currency ul.active {
  display: block !important;
  position: absolute;
  top: 35px;
  z-index: 20;
  left: 0px;
}

.header .currency-dropdown ul li.wcml-cs-active-currency ul li.animate a:before {
  -webkit-animation: rotation 2s infinite linear;
}

.header .currency-dropdown ul li a, .header .currency-dropdown ul li span {
  font-size: 15px;
  line-height: 35px;
  font-weight: normal;
  padding-left: 40px;
  color: white;
  position: relative;
  float: right;
  width: 100%;
  height: 100%;
  width: 30px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .header .currency-dropdown ul li a, .header .currency-dropdown ul li span {
    width: auto;
  }
}

.header .currency-dropdown ul li a:before, .header .currency-dropdown ul li span:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  line-height: 30px;
  left: 0px;
  top: 3px;
  border-radius: 50%;
  font-family: FontAwesome;
  background-color: #006BDE;
}

.header .currency-dropdown ul li a.USD:before, .header .currency-dropdown ul li span.USD:before {
  content: "\f155";
}

.header .currency-dropdown ul li a.GBP:before, .header .currency-dropdown ul li span.GBP:before {
  content: "\f154";
}

.header .currency-dropdown ul li a.EUR:before, .header .currency-dropdown ul li span.EUR:before {
  content: "\f153";
}

.main-nav {
  display: block;
  min-height: 57px;
  position: relative;
  transition: all 0.1s ease-in-out;
}

@media (min-width: 768px) {
  .main-nav {
    margin-top: 35px;
  }
}

.main-nav .container, .main-nav .woocommerce-notices-wrapper {
  position: relative;
  padding: 0px;
  max-width: 1440px;
  width: 100%;
}

@media (min-width: 992px) {
  .main-nav .container, .main-nav .woocommerce-notices-wrapper {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .main-nav .container, .main-nav .woocommerce-notices-wrapper {
    padding-left: 190px;
  }
}

@media (min-width: 992px) {
  .main-nav .container, .main-nav .woocommerce-notices-wrapper {
    padding-left: 190px;
  }
}

.main-nav__wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .main-nav__wrapper {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .main-nav__wrapper {
    position: relative;
  }
}

.main-nav__shop {
  float: right;
  line-height: 50px;
  margin-top: 14px;
  padding-left: 90px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .main-nav__shop {
    padding-left: 0px;
    float: right;
    margin-top: 14px;
  }
}

.main-nav__shop i, .main-nav__shop a {
  color: #ffffff;
  font-size: 20px;
}

.main-nav__shop i.fa-shopping-cart, .main-nav__shop a.fa-shopping-cart {
  float: right;
  position: relative;
}

.main-nav__shop i.fa-shopping-cart:after, .main-nav__shop a.fa-shopping-cart:after {
  content: "1";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  font-family: titling-gothic-fb-compressed, sans-serif;
  line-height: 25px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 25px;
  top: -20px;
  right: -20px;
  color: #ffffff;
  background-color: #006BDE;
}

.main-nav__shop i.fa-search, .main-nav__shop a.fa-search {
  float: right;
}

.main-nav__shop .log-in i {
  margin-left: 30px;
}

.main-nav__shop__log-in {
  float: right;
  font-weight: bold;
  margin: 0 0 0 30px;
}

.main-nav__shop__log-in p {
  line-height: 1;
}

.main-nav__shop__log-in p i {
  margin-right: 5px;
}

.main-nav__shop__log-in p a {
  color: white;
}

.main-nav__shop__log-in p a:hover {
  text-decoration: none;
}

.main-nav__navigation {
  transition: all 0.1s ease-in-out;
  width: 100%;
  display: none;
  margin-right: 0px;
  max-height: 500px;
  overflow-y: scroll;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .main-nav__navigation > li > ul > li.menu-item-has-children {
    border-left: 1px solid #D0D2E3;
  }
  .main-nav__navigation > li > ul > li.menu-item-has-children:first-of-type {
    border-left: none;
  }
  .main-nav__navigation > li.menu-item-has-children > a {
    position: relative;
    padding-right: 22px;
  }
  .main-nav__navigation > li.menu-item-has-children > a:before {
    position: absolute;
    top: 11px;
    right: 0;
    content: '';
    display: block;
    background-image: url("../images/angle-down-white.svg");
    width: 17px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .main-nav__navigation > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ffffff;
    display: none;
  }
  .main-nav__navigation > li.menu-item-has-children:hover > a:after {
    display: block;
  }
  .main-nav__navigation > li > a {
    padding-bottom: 15px;
  }
}

.main-nav__navigation li {
  display: inline-block;
  margin-right: 20px;
  line-height: 45px;
  font-size: 14px;
  position: relative;
}

.main-nav__navigation li.is-relative {
  position: relative !important;
}

.main-nav__navigation li.is-relative > .sub-menu {
  min-width: 220px;
}

@media (min-width: 992px) {
  .main-nav__navigation li {
    position: initial;
  }
  .main-nav__navigation li:hover, .main-nav__navigation li:focus, .main-nav__navigation li.active {
    color: #ffffff;
  }
  .main-nav__navigation li:hover ul, .main-nav__navigation li:focus ul, .main-nav__navigation li.active ul {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 5px;
    border-bottom: none;
    padding: 20px 0;
  }
  .main-nav__navigation li:hover ul li, .main-nav__navigation li:focus ul li, .main-nav__navigation li.active ul li {
    position: initial;
    margin-right: 0px !important;
    border-right: none;
    border-bottom: none;
  }
  .main-nav__navigation li:hover ul li.js-no-click > a, .main-nav__navigation li:focus ul li.js-no-click > a, .main-nav__navigation li.active ul li.js-no-click > a {
    pointer-events: none;
  }
  .main-nav__navigation li:hover ul li a, .main-nav__navigation li:focus ul li a, .main-nav__navigation li.active ul li a {
    padding: 0 15px 0 25px;
    border-bottom: none;
    color: #7C899D;
    line-height: 1.15;
  }
  .main-nav__navigation li:hover ul li a:hover, .main-nav__navigation li:focus ul li a:hover, .main-nav__navigation li.active ul li a:hover {
    border-color: #1a1818;
    color: #1a1818;
  }
}

@media (min-width: 992px) and (min-width: 1156px) {
  .main-nav__navigation li:hover ul li a:hover .menu-item-meta-image, .main-nav__navigation li:focus ul li a:hover .menu-item-meta-image, .main-nav__navigation li.active ul li a:hover .menu-item-meta-image {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}

@media (min-width: 992px) {
  .main-nav__navigation li:hover ul li ul, .main-nav__navigation li:focus ul li ul, .main-nav__navigation li.active ul li ul {
    position: initial;
    padding: 0;
  }
  .main-nav__navigation li:hover ul li ul:after, .main-nav__navigation li:focus ul li ul:after, .main-nav__navigation li.active ul li ul:after {
    display: none;
  }
  .main-nav__navigation li:hover ul li ul li, .main-nav__navigation li:focus ul li ul li, .main-nav__navigation li.active ul li ul li {
    border: none;
    border-bottom: none;
  }
}

.main-nav__navigation li a {
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.main-nav__navigation li a:hover {
  text-decoration: underline;
}

.main-nav__navigation li ul {
  display: none;
  margin-left: 0px;
  width: auto;
}

@media (min-width: 992px) {
  .main-nav__navigation li ul > li {
    padding-left: 0px;
    width: 100%;
    position: initial;
  }
  .main-nav__navigation li ul > li > ul {
    width: 180px;
  }
  .main-nav__navigation li ul > li.two-columns > ul {
    width: 390px;
  }
  .main-nav__navigation li ul > li.two-columns > ul li {
    width: 50%;
  }
  .main-nav__navigation li ul > li.menu-title {
    width: auto;
  }
  .main-nav__navigation li ul > li.menu-title > a {
    color: #B8C0CD;
  }
  .main-nav__navigation li ul > li.is-blue > a {
    color: #006BDE;
  }
}

.main-nav__navigation li ul.active {
  display: block;
  background-color: #1a1818;
}

.main-nav__navigation li ul.active li {
  border-color: #1a1818;
}

.main-nav__navigation li i {
  display: block;
  color: #ffffff;
  font-size: 25px;
  margin: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.main-nav__navigation li i.mobile-active {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .main-nav__navigation li i {
    display: none;
  }
}

@media (min-width: 992px) {
  .main-nav__navigation {
    width: auto;
    display: block;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .main-nav__navigation {
    margin-right: 0px;
  }
}

@media (min-width: 1156px) {
  .main-nav__navigation {
    margin-right: 30px;
  }
  .main-nav__navigation li {
    margin-right: 40px;
  }
  .main-nav__navigation li a {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-nav__navigation--active {
  display: block !important;
  position: absolute;
  top: 65px;
  z-index: 10;
  background-color: #1a1818;
  margin-left: 0px;
  left: 0;
  box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05);
}

.main-nav__navigation--active li {
  display: block;
  width: 100%;
  padding-left: 0px;
  line-height: 45px !important;
  border-bottom: 1px solid black;
  margin-right: 0px;
}

.main-nav__navigation--active li:hover {
  border: none;
}

@media (min-width: 768px) {
  .main-nav__navigation--active li {
    padding-left: 15px;
  }
}

.main-nav__navigation--active li ul {
  background-color: black;
}

.main-nav__navigation--active li ul li {
  border-bottom: 1px solid;
  border-color: black;
}

.main-nav__navigation--active li a {
  padding-left: 15px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .main-nav__navigation--active li a {
    padding-left: 0px;
  }
}

.main-nav .menu-item-meta-image {
  position: absolute;
  left: calc(100% - 5px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
  width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.main-nav__mega {
  width: 100%;
  min-height: 50px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.95);
  top: 50px;
  margin-top: -3px;
  z-index: 5;
  display: none;
  transition: all 0.35s ease-in-out;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.main-nav__mega:before {
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 70px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media (min-width: 768px) {
  .main-nav__mega:hover {
    display: block;
    transition: all 0.35s ease-in-out;
  }
  .main-nav__mega.active {
    display: block;
    transition: all 0.35s ease-in-out;
  }
}

@media (min-width: 992px) {
  .main-nav__mega {
    margin-top: -1px;
  }
}

.main-nav__mega__title {
  background-color: #ffffff;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.main-nav__mega__content {
  background-color: #EFF0F2;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.main-nav__mega__content h5 a {
  color: #1a1818;
}

.main-nav__mega__content h5 a:hover {
  color: #1a1818;
  text-decoration: none;
}

.main-nav__mega__content ul {
  list-style-type: none;
}

.main-nav__mega__content ul li a {
  text-decoration: underline;
  color: #1a1818;
}

.main-nav__mega__content ul li a:hover {
  color: #006BDE;
}

.main-nav #logo {
  max-width: 100px;
  margin-top: 15px;
  position: absolute;
  left: -10px;
  top: -10px;
}

@media (min-width: 768px) {
  .main-nav #logo {
    max-width: 160px;
    margin-left: -50px;
    margin-top: -15px;
  }
}

@media (min-width: 992px) {
  .main-nav #logo {
    max-width: 200px;
    max-height: 260px;
    margin-left: -50px;
    margin-top: -26px;
  }
}

.main-nav #logo img {
  width: 100%;
}

.main-nav #logo.mantic-narrow-logo {
  margin-left: 15px;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .main-nav #logo.mantic-narrow-logo {
    top: 15px;
  }
}

@media (min-width: 992px) {
  .main-nav #logo.mantic-narrow-logo {
    top: 31px;
  }
}

@media (min-width: 1156px) {
  .main-nav #logo.mantic-narrow-logo {
    margin-left: 15px;
  }
}

@media (min-width: 1440px) {
  .main-nav #logo.mantic-narrow-logo {
    margin-left: -20px;
  }
}

.mobile-nav {
  display: block;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  float: right;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
    position: relative !important;
    top: 0px !important;
  }
}

.mobile-nav li:last-child {
  border-bottom: none !important;
}

/* MOBILE NAV ANIMATIONS */
#nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 10px;
}

#nav-icon span:nth-child(3) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

body.mega-show {
  background-color: #1a1818;
}

body.mega-show #logo, body.mega-show .main-nav__shop, body.mega-show .breadcrumbs, body.mega-show .banner h1, body.mega-show .banner h5 {
  opacity: 0.7;
}

body.mega-show section {
  opacity: 0.7;
}

#search {
  display: inline;
}

@media (min-width: 1156px) {
  #search {
    display: none;
  }
}

.search-site-form {
  float: right;
  width: 380px;
  height: 46px;
  position: relative;
  display: none;
}

@media (min-width: 1156px) {
  .search-site-form {
    display: block;
  }
}

.search-site-form input {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  background-color: white;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  font-size: 14px;
  padding: 0 20px;
  outline: 0;
  font-family: proxima-nova, sans-serif;
  transition: all 0.3s ease;
}

.search-site-form input:focus {
  border-color: #006BDE;
}

.search-site-form button {
  margin: 0;
  padding: 0;
  background-color: #006BDE;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0.35rem;
  border: none;
  outline: 0;
  display: block;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.search-site-form button:hover {
  background-color: #007cba;
}

/*********************
Banner
*********************/
.banner {
  min-height: 200px;
  text-align: left;
  background-color: #293342;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner h1 {
  color: white;
}

.banner h5 {
  margin-bottom: 25px;
}

.banner p, .banner h5 {
  color: #ffffff;
}

.banner p a, .banner h5 a {
  color: #ffffff;
  text-decoration: underline;
}

.banner .container, .banner .woocommerce-notices-wrapper {
  padding-left: 15px;
  position: relative;
  z-index: 3;
  padding-top: 150px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .banner .container, .banner .woocommerce-notices-wrapper {
    padding-top: 150px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .banner .container, .banner .woocommerce-notices-wrapper {
    padding-top: 150px;
    min-height: 240px;
    padding-left: 15px;
  }
}

@media (min-width: 1156px) {
  .banner .container, .banner .woocommerce-notices-wrapper {
    padding-top: 160px;
    padding-left: 160px;
    padding-right: 160px;
    min-height: 450px;
  }
}

@media (min-width: 768px) {
  .banner .container.small, .banner .small.woocommerce-notices-wrapper {
    min-height: 200px;
  }
}

@media (min-width: 992px) {
  .banner .container.small, .banner .small.woocommerce-notices-wrapper {
    min-height: 220px;
  }
}

@media (min-width: 1156px) {
  .banner .container.small, .banner .small.woocommerce-notices-wrapper {
    min-height: 300px;
  }
}

.banner.product.nobg {
  background-image: none;
}

.banner.product .card__label {
  float: left;
  margin: 10px 0px;
}

.banner.product .card__label p {
  margin: 0px;
}

.banner.product .product__container {
  background: #ffffff;
  width: 100%;
  position: relative;
  height: 120%;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 400px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.banner.product .product__container p {
  color: #666665;
}

@media (min-width: 768px) {
  .banner.product .product__container {
    margin-bottom: 0px;
  }
}

@media (min-width: 1156px) {
  .banner.product .product__container {
    margin-bottom: 0px;
  }
}

.banner.product .product__container.single {
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 400px;
  overflow: hidden;
}

.banner.product .product__container.single .product__container__image__logo {
  z-index: 0;
  top: 0px;
  height: 30%;
}

.banner.product .product__container.single .image-slider .slick-track {
  max-width: 100%;
  left: 0px;
  position: absolute;
  transform: none !important;
}

.banner.product .product__container .gallery a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.banner.product .product__container .gallery a img {
  display: none;
}

.banner.product .product__container .gallery .btn--primary {
  background-color: #006BDE;
  border-color: #006BDE;
  color: #ffffff;
  display: block;
  bottom: 30px;
  top: auto;
}

@media (min-width: 992px) {
  .banner.product .product__container .gallery .btn--primary {
    display: none;
    bottom: auto;
    top: 50%;
  }
  .banner.product .product__container .gallery .btn--primary:hover {
    display: block;
  }
}

.banner.product .product__container .gallery:hover .btn--primary {
  display: block;
}

.banner.product .product__container__image {
  width: 100%;
  height: 300px;
  float: left;
  display: inline-block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner.product .product__container__image:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 30%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #1a1818 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1a1818',GradientType=0 );
  /* IE6-9 */
}

.banner.product .product__container__image__logo {
  width: 80%;
  position: absolute;
  height: 40%;
  margin: 0px 10%;
  bottom: 10px;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner.product .product__container__stats {
  width: 100%;
  height: 100px;
  float: left;
  display: inline-block;
  position: relative;
  padding: 20px 0px 15px;
}

.banner.product .product__container__stats p {
  color: #1a1818;
  width: 100%;
  text-align: center;
}

.banner.product .product__container__stats p i {
  font-size: 20px;
  width: 100%;
  display: inline-block;
}

.banner.product .product__container__stats p .title {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}

.banner.product .product__container__stats p .sub-title {
  font-size: 12px;
  color: #666665;
  width: 100%;
  display: inline-block;
  font-weight: 700;
}

.banner .post-info {
  display: table;
  margin: 0px auto;
}

.banner .post-info h5 {
  float: left;
  margin-right: 25px;
  line-height: 45px;
}

.banner .post-info__user-pic {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.banner .post-info__user-name {
  line-height: 50px;
  float: left;
  font-weight: bold;
}

.banner.home {
  min-height: 500px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .banner.home {
    min-height: 567px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .banner.home {
    min-height: 767px;
  }
}

.banner.home h1 {
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

.banner.home .container, .banner.home .woocommerce-notices-wrapper {
  z-index: 3;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .banner.home .container, .banner.home .woocommerce-notices-wrapper {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .banner.home .container, .banner.home .woocommerce-notices-wrapper {
    padding-top: 0px;
  }
}

@media (min-width: 1156px) {
  .banner.home .container, .banner.home .woocommerce-notices-wrapper {
    padding-top: 60px;
  }
}

.banner.home .banner-slide {
  padding-top: 150px;
  display: none;
  height: 100%;
  min-height: 500px;
}

.banner.home .banner-slide__background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .banner.home .banner-slide {
    min-height: 567px;
  }
}

@media (min-width: 992px) {
  .banner.home .banner-slide {
    min-height: 767px;
  }
}

.banner.home .banner-slide.active {
  display: block;
}

.banner.home .slider-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 60% bottom;
  width: 65%;
  height: 75%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  margin-bottom: -2%;
}

@media (min-width: 1156px) {
  .banner.home .slider-image {
    height: 90%;
  }
}

.banner.home .slider-image.landscape {
  height: 100%;
  width: 55%;
  background-position: right center;
}

.banner.home .product-logo {
  max-width: 150px;
}

@media (min-width: 768px) {
  .banner.home .product-logo {
    max-width: 160px;
  }
}

@media (min-width: 992px) {
  .banner.home .product-logo {
    max-width: 220px;
  }
}

@media (min-width: 1156px) {
  .banner.home .product-logo {
    max-width: 320px;
  }
}

.banner__loader {
  height: 10px;
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.banner__loader .load {
  height: 100%;
  width: 0px;
  background-color: #006BDE;
}

.banner__overflow {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner__overflow:before {
  position: absolute;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #293342;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.banner__overflow__image {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__overflow__image.default {
  background-image: url("../images/banner/artwork.jpg");
}

.banner__slide-count {
  position: absolute;
  height: 50px;
  z-index: 3;
  width: 100%;
  bottom: 0px;
  margin: 0px auto;
  display: block;
}

.banner__slide-count__list {
  margin: 0 auto;
  width: auto;
  display: table;
  height: 50px;
}

.banner__slide-count__list li {
  width: 30px;
  margin: 0px 5px;
  height: 5px;
  background-color: #ffffff;
  opacity: 0.5;
  display: inline-block;
  transition: all 0.35s ease-in-out;
}

.banner__slide-count__list li:hover {
  cursor: pointer;
}

.banner__slide-count__list li.active {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
}

.banner__background {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.banner__background .banner-slide {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
}

.banner__background .banner-slide.active {
  display: block;
}

.banner__background .banner-slide .banner-slide__background {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body.home .breadcrumbs {
  display: none;
}

/*********************
Breadcrumbs
*********************/
.breadcrumbs ul.breadcrumb {
  padding: 40px 16px 6px 15px;
  list-style: none;
  margin-left: 0px;
}

@media (min-width: 768px) {
  .breadcrumbs ul.breadcrumb {
    padding: 6px 16px 6px 0px;
  }
}

.breadcrumbs ul.breadcrumb li {
  display: inline;
  color: #ffffff;
  font-size: 12px;
}

.breadcrumbs ul.breadcrumb li + li:before {
  padding: 8px;
  content: "\f105";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #a19b9b;
}

.breadcrumbs ul.breadcrumb li a {
  color: #ffffff;
}

section {
  position: relative;
}

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

section.products, section.bundle {
  overflow: hidden;
}

section.padded-section {
  padding: 12px 0px 10px;
}

@media (min-width: 768px) {
  section.padded-section {
    padding: 20px 0px 14px;
  }
}

@media (min-width: 992px) {
  section.padded-section {
    padding: 45px 0px 25px;
  }
}

section.dark-bg {
  background-color: #293342;
}

section.dark-bg h2, section.dark-bg h3 {
  color: #ffffff;
}

section.dark-bg .slick-slider .slick-dots .slick-active {
  background-color: #ffffff !important;
}

section.dark-bg .slick-slider .slick-next {
  background-image: url("../images/arrow_right_white.svg");
  background-size: 40%;
  background-color: #006BDE;
}

@media (min-width: 768px) {
  section.dark-bg .slick-slider .slick-next {
    background-color: transparent;
    background-size: 100%;
  }
}

section.dark-bg .slick-slider .slick-prev {
  background-image: url("../images/arrow_left_white.svg");
  background-size: 40%;
  background-color: #006BDE;
}

@media (min-width: 768px) {
  section.dark-bg .slick-slider .slick-prev {
    background-color: transparent;
    background-size: 100%;
  }
}

section.article {
  background-color: #ffffff;
}

section.article .article__content ul li a {
  text-decoration: underline;
  color: #006BDE;
}

section.latest-news {
  background-color: #293342;
}

section.latest-news .title h3, section.latest-news .title h2 {
  color: #ffffff;
  float: left;
  line-height: 57px;
}

@media (min-width: 768px) {
  section.latest-news .title h3, section.latest-news .title h2 {
    float: left;
    line-height: 77px;
  }
}

section.latest-news .title .btn, section.latest-news .title .btn--primary, section.latest-news .title .btn--secondary {
  float: right;
  display: inline-block;
}

section .share-article__title {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 40px;
}

section.news {
  background-color: #ffffff;
}

section.news .news__category .select-container {
  margin-right: 5px;
  margin-bottom: 12px;
  background-image: url("../images/arrow_down_blue.svg");
  background-position: center right 10px;
  background-size: 10px auto;
  background-repeat: no-repeat;
}

section.news .news__category select {
  border: none;
  background-color: transparent;
  color: #006BDE;
  opacity: 1;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 50px;
  height: 33px;
  float: left;
  margin-right: 10px;
  font-weight: 700;
}

@media (min-width: 992px) {
  section.news .news__category select {
    padding: 5px 15px;
    font-size: 14px;
  }
}

section.news .news__category .btn--secondary {
  min-width: 50px;
  padding: 5px 10px;
  opacity: 0.6;
  font-size: 12px;
  margin-right: 5px;
}

section.news .news__category .btn--secondary:hover {
  opacity: 1;
}

section.news .news__category .btn--secondary.active {
  background-color: #006BDE;
  border-color: #006BDE;
  color: #ffffff;
  opacity: 1;
}

@media (min-width: 992px) {
  section.news .news__category .btn--secondary {
    padding: 5px 15px;
    font-size: 14px;
  }
}

@media (min-width: 1156px) {
  section.news .news__category .btn--secondary {
    min-width: 70px;
  }
}

section.news .news__search {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  section.news .news__search {
    float: right;
  }
}

section.news .news__search input {
  width: 80%;
  float: left;
  height: 37px;
  line-height: 37px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #006BDE;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #1a1818;
  font-size: 20px;
}

section.news .news__search button {
  width: 10%;
  height: 10%;
  max-width: 37px;
  max-height: 37px;
  min-height: 37px;
  min-width: 37px;
  border-radius: 50%;
  line-height: 34px;
  background: #006BDE;
  font-size: 14px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: table;
  margin: 0% auto 0px;
  float: right;
}

section.news .pagination {
  margin-top: 30px;
  font-size: 45px;
  margin-bottom: 30px;
}

section.news .pagination a {
  color: #1a1818;
}

section.news .pagination .pagination--arrow {
  background-color: #006BDE;
  border: none;
  display: inline-block;
  max-width: 50px;
  padding: 6px 10px;
  text-decoration: none;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  min-width: 37px;
  min-height: 37px;
  margin: 5px;
}

section.news .pagination .pagination--arrow a {
  color: #ffffff !important;
}

section.news .pagination .pagination--arrow.disabled {
  opacity: 0.5;
}

section.news .pagination .pagination--text {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

section.news .pagination .pagination--text a {
  float: left;
  padding: 12px 20px;
  text-decoration: none;
  margin: 0 4px;
  background-color: #e0e0e0;
  border-radius: 5px;
}

section.news .pagination .pagination--text a.active {
  color: white;
  background-color: #006BDE;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.42);
}

/*IMAGE SLIDER*/
.image-slider > div {
  display: block;
  width: 100%;
  padding: 0px 0;
  text-align: center;
  font-size: 2em;
}

.image-slider .slick-slide {
  display: none;
  height: 100%;
}

.image-slider .slick-active {
  display: block;
}

.image-slider .slick-track {
  height: 100%;
}

.image-slider img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 90%;
  max-width: 90%;
  z-index: 0;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Navigation */
.image-slider-nav {
  text-align: center;
  position: absolute !important;
  bottom: 0px;
  width: 100%;
  height: 60px;
  padding: 0px 10px !important;
}

.image-slider-nav.slide {
  display: none;
}

.image-slider-nav .slick-list {
  height: 60px;
}

.image-slider-nav .slick-list .slick-track {
  height: 60px;
}

.image-slider-nav .slick-list .slick-track .slick-slide {
  display: inline-block;
  float: left;
  height: 40px;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}

.image-slider-nav .slick-list .slick-track .slick-slide:hover {
  opacity: 1;
}

.image-slider-nav .slick-list .slick-track .slick-slide.active {
  opacity: 1;
}

.image-slider-nav .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 90%;
  max-width: 90%;
  z-index: 0;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.image-slider-nav > div.slide {
  padding: 3px 0;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
  opacity: 0.5;
}

.image-slider-nav > div.slide.active {
  opacity: 1;
}

.testimonial__slider, .banner__slider, .product__slider, .card__slider, .bundle__slider, .image-slider-nav {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

.testimonial__slider .slick-slide, .banner__slider .slick-slide, .product__slider .slick-slide, .card__slider .slick-slide, .bundle__slider .slick-slide, .image-slider-nav .slick-slide {
  outline: none;
}

.testimonial__slider .slick-arrow, .banner__slider .slick-arrow, .product__slider .slick-arrow, .card__slider .slick-arrow, .bundle__slider .slick-arrow, .image-slider-nav .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -45px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 0px;
  border: none;
  color: #666665;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}

@media (min-width: 768px) {
  .testimonial__slider .slick-arrow, .banner__slider .slick-arrow, .product__slider .slick-arrow, .card__slider .slick-arrow, .bundle__slider .slick-arrow, .image-slider-nav .slick-arrow {
    width: 40px;
    height: 30px;
    padding: 0px;
  }
}

.testimonial__slider .slick-arrow.slick-next, .banner__slider .slick-arrow.slick-next, .product__slider .slick-arrow.slick-next, .card__slider .slick-arrow.slick-next, .bundle__slider .slick-arrow.slick-next, .image-slider-nav .slick-arrow.slick-next {
  right: 3px;
  z-index: 10;
  background-image: url("../images/arrow_right.svg");
}

@media (min-width: 768px) {
  .testimonial__slider .slick-arrow.slick-next, .banner__slider .slick-arrow.slick-next, .product__slider .slick-arrow.slick-next, .card__slider .slick-arrow.slick-next, .bundle__slider .slick-arrow.slick-next, .image-slider-nav .slick-arrow.slick-next {
    right: -10px;
  }
}

@media (min-width: 992px) {
  .testimonial__slider .slick-arrow.slick-next, .banner__slider .slick-arrow.slick-next, .product__slider .slick-arrow.slick-next, .card__slider .slick-arrow.slick-next, .bundle__slider .slick-arrow.slick-next, .image-slider-nav .slick-arrow.slick-next {
    right: -10px;
  }
}

@media (min-width: 1156px) {
  .testimonial__slider .slick-arrow.slick-next, .banner__slider .slick-arrow.slick-next, .product__slider .slick-arrow.slick-next, .card__slider .slick-arrow.slick-next, .bundle__slider .slick-arrow.slick-next, .image-slider-nav .slick-arrow.slick-next {
    right: -40px;
  }
}

.testimonial__slider .slick-arrow.slick-prev, .banner__slider .slick-arrow.slick-prev, .product__slider .slick-arrow.slick-prev, .card__slider .slick-arrow.slick-prev, .bundle__slider .slick-arrow.slick-prev, .image-slider-nav .slick-arrow.slick-prev {
  left: 3px;
  z-index: 10;
  background-image: url("../images/arrow_left.svg");
}

@media (min-width: 768px) {
  .testimonial__slider .slick-arrow.slick-prev, .banner__slider .slick-arrow.slick-prev, .product__slider .slick-arrow.slick-prev, .card__slider .slick-arrow.slick-prev, .bundle__slider .slick-arrow.slick-prev, .image-slider-nav .slick-arrow.slick-prev {
    left: -10px;
  }
}

@media (min-width: 992px) {
  .testimonial__slider .slick-arrow.slick-prev, .banner__slider .slick-arrow.slick-prev, .product__slider .slick-arrow.slick-prev, .card__slider .slick-arrow.slick-prev, .bundle__slider .slick-arrow.slick-prev, .image-slider-nav .slick-arrow.slick-prev {
    left: -10px;
  }
}

@media (min-width: 1156px) {
  .testimonial__slider .slick-arrow.slick-prev, .banner__slider .slick-arrow.slick-prev, .product__slider .slick-arrow.slick-prev, .card__slider .slick-arrow.slick-prev, .bundle__slider .slick-arrow.slick-prev, .image-slider-nav .slick-arrow.slick-prev {
    left: -40px;
  }
}

.testimonial__slider .slick-arrow.slick-disabled, .banner__slider .slick-arrow.slick-disabled, .product__slider .slick-arrow.slick-disabled, .card__slider .slick-arrow.slick-disabled, .bundle__slider .slick-arrow.slick-disabled, .image-slider-nav .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.testimonial__slider .slick-dots, .banner__slider .slick-dots, .product__slider .slick-dots, .card__slider .slick-dots, .bundle__slider .slick-dots, .image-slider-nav .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-left: 0px;
}

.testimonial__slider .slick-dots .slick-active, .banner__slider .slick-dots .slick-active, .product__slider .slick-dots .slick-active, .card__slider .slick-dots .slick-active, .bundle__slider .slick-dots .slick-active, .image-slider-nav .slick-dots .slick-active {
  background: #1a1818 !important;
}

.testimonial__slider .slick-dots li, .banner__slider .slick-dots li, .product__slider .slick-dots li, .card__slider .slick-dots li, .bundle__slider .slick-dots li, .image-slider-nav .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  background: #666665 !important;
  padding: 0;
  cursor: pointer;
  border-radius: 0px;
}

.testimonial__slider .slick-dots li button, .banner__slider .slick-dots li button, .product__slider .slick-dots li button, .card__slider .slick-dots li button, .bundle__slider .slick-dots li button, .image-slider-nav .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.product__slider, .card__slider, .bundle__slider {
  width: 100%;
  overflow: visible;
}

@media (min-width: 768px) {
  .product__slider .slick-slide, .card__slider .slick-slide, .bundle__slider .slick-slide {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
}

@media (min-width: 768px) {
  .product__slider .slick-slide.slick-active, .card__slider .slick-slide.slick-active, .bundle__slider .slick-slide.slick-active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
}

/*********************
Fade In
*********************/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s;
  /*Chrome 16+, Safari 4+*/
  /*FF 5+*/
  /*Not implemented yet*/
  /*IE 10+*/
  animation-fill-mode: forwards;
  /*when the spec is finished*/
}

.fade-in-banner-text {
  opacity: 0;
  animation: fadeIn 8s;
  /*Chrome 16+, Safari 4+*/
  /*FF 5+*/
  /*Not implemented yet*/
  /*IE 10+*/
  animation-fill-mode: forwards;
  /*when the spec is finished*/
}

/*********************
transform in
*********************/

@keyframes transformIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    bottom: 0px;
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    bottom: 0px;
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1);
    bottom: 0px;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    bottom: 0px;
  }
}

.transformIn {
  opacity: 0;
  animation: transformIn 8s;
  /*Chrome 16+, Safari 4+*/
  /*FF 5+*/
  /*Not implemented yet*/
  /*IE 10+*/
  animation-fill-mode: forwards;
  /*when the spec is finished*/
}

/*********************
transform BG
*********************/

@keyframes transformBackground {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
  10% {
    opacity: 0.15;
  }
  90% {
    opacity: 0.15;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}

.transformBackground {
  animation: transformBackground 9s linear infinite;
  /*Chrome 16+, Safari 4+*/
  /*FF 5+*/
  /*Not implemented yet*/
  /*IE 10+*/
  animation-fill-mode: forwards;
  /*when the spec is finished*/
}

/*********************
transform BG ONCE
*********************/

@keyframes transformBackground-once {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
  10% {
    opacity: 0.15;
  }
  90% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.15;
    -webkit-transform: scale(1);
  }
}

.transformBackground-once {
  animation: transformBackground-once 9s linear infinite;
  /*Chrome 16+, Safari 4+*/
  /*FF 5+*/
  /*Not implemented yet*/
  /*IE 10+*/
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  animation-iteration-count: 1;
}

/*********************
woo woo-message
*********************/

@keyframes woo-message {
  0% {
    opacity: 0;
    display: block;
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    display: block;
    -webkit-transform: scale(1);
  }
  90% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/*********************
loader in
*********************/

@keyframes loaderIn {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.loaderIn {
  opacity: 1;
  animation: loaderIn 8.8s linear infinite;
  /*Chrome 16+, Safari 4+*/
  /*FF 5+*/
  /*Not implemented yet*/
  /*IE 10+*/
  animation-fill-mode: forwards;
  /*when the spec is finished*/
}

/*********************
Pulse
*********************/

/*********************
Delays
*********************/
.animation-delay--05 {
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.5s;
}

.animation-delay--1 {
  /* Safari 4.0 - 8.0 */
  animation-delay: 1s;
}

.animation-delay--15 {
  /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s;
}

.animation-delay--2 {
  /* Safari 4.0 - 8.0 */
  animation-delay: 2s;
}

.opacity--zero {
  opacity: 0;
}

/*********************
Float label mixins
*********************/
.has-float-label {
  display: block;
  position: relative;
}

.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 10px;
  top: -4px;
  cursor: text;
  font-size: 60%;
  font-weight: 700;
  opacity: 1;
  transition: all .2s;
}

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-float-label input, .has-float-label select, .has-float-label textarea {
  width: 100%;
  font-size: 10px;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 10px;
  margin-bottom: 5px;
  border: 1px solid #e1e1e1;
  background-color: #F4F4F4;
  color: #1a1818;
  font-weight: 700;
  border-radius: 0;
  -webkit-appearance: none;
}

.has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: all .2s;
}

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 12px;
  color: #666665;
  opacity: 1;
  font-weight: 700;
  top: 8px;
}

.has-float-label input:focus, .has-float-label select:focus, .has-float-label textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
}

.has-float-label textarea {
  min-height: 150px;
}

.has-float-label select {
  padding-right: 20px;
  background-image: url("../images/triangle.svg");
  background-position: right 15px bottom 14px;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  min-width: 140px;
}

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

.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}

/*********************
Form styles
*********************/
/*********************
Checkbox
*********************/
.select-container {
  border: 2px solid #006BDE;
  border-radius: 50px;
  float: left;
  padding: 0px 3px 0px 0px;
  position: relative;
  /* For IE10 */
}

.select-container select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  z-index: 2;
  border: none;
  cursor: pointer;
}

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

.select-container:after {
  content: "\f078";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  display: block;
  right: 0px;
  z-index: -1;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  line-height: 27px;
  color: #006BDE;
}

/* The container */
.radio {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a background */
.radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.footer {
  background-color: #F4F4F4;
}

.footer.product-page {
  margin-bottom: 130px;
}

.footer p {
  color: #1a1818;
}

.footer .full {
  width: auto;
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .footer .full {
    width: 100%;
    padding: 45px 0px;
  }
}

.footer .full .col-sm-4 {
  padding: 0px 5px;
}

.footer__title {
  font-weight: bold;
  color: #1a1818;
  margin-bottom: 5px;
}

.footer ul {
  margin-left: 0px;
  list-style-type: none;
}

.footer ul a {
  color: #666665;
  font-size: 10px;
  text-decoration: none;
}

.footer ul a:hover {
  text-decoration: underline;
}

.footer__logo {
  max-width: 150px;
  margin-top: -20px;
  margin-left: -10px;
  float: none;
  display: table;
  margin: 0px auto;
}

@media (min-width: 768px) {
  .footer__logo {
    max-width: 250px;
    float: left;
    display: inline-block;
    margin: 0px;
  }
}

.footer__links {
  padding: 0px;
}

@media (min-width: 768px) {
  .footer__links {
    padding: 25px 0px;
  }
}

.footer__newsletter {
  background-color: #006BDE;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0px;
}

@media (min-width: 768px) {
  .footer__newsletter {
    border-radius: 3px 0px 0px 3px;
  }
}

.footer__newsletter.col-xs-12 {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .footer__newsletter.col-xs-12 {
    padding-left: 25px;
  }
}

.footer__newsletter h5 {
  color: #ffffff;
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: 500;
  margin-top: 0px;
}

.footer__newsletter input {
  width: 60%;
  background-color: #ffffff;
  float: left;
}

.footer__newsletter button {
  float: left;
  width: 40%;
  background-color: #1a1818;
  color: #ffffff;
  font-family: titling-gothic-fb-compressed, sans-serif;
  height: 40px;
  text-align: center;
  font-weight: 500;
  border: none;
  font-size: 14px;
}

.footer__newsletter .col-xs-3 {
  position: relative;
}

.footer__newsletter__image {
  width: 100%;
  height: 165%;
  min-height: 180px;
  margin-top: -20%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/footer/footer-figure.png");
  background-size: contain;
}

@media (min-width: 992px) {
  .footer__newsletter__image {
    height: 165%;
  }
}

@media (min-width: 1156px) {
  .footer__newsletter__image {
    height: 205%;
  }
}

@media (min-width: 1440px) {
  .footer__newsletter__image {
    height: 255%;
  }
}

.footer__end {
  padding: 25px 0px 5px;
  background-color: #ffffff;
}

.footer__end p {
  color: #1a1818;
  font-size: 10px;
  font-weight: 200;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__end p {
    width: auto;
  }
}

.footer__end p.social {
  font-size: 14px;
}

.footer__end p.social a {
  color: #1a1818;
  margin-right: 10px;
}

.footer__end p.social a:hover {
  color: #1a1818;
}

.footer__end p.copy {
  text-align: left;
  padding-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer__end p.copy {
    text-align: center;
  }
}

.footer__end p.impression {
  color: #666665;
  float: right;
  font-size: 12px;
}

.footer__end p.impression a {
  color: #666665;
  text-decoration: underline;
}

/*********************
HTML
*********************/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

html {
  font-size: 14px;
  box-sizing: border-box;
}

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

body {
  line-height: 1.65rem;
  font-family: proxima-nova, sans-serif;
  background-color: #1a1818;
  -webkit-font-smoothing: antialiased;
  font-smooth: auto;
}

ol {
  list-style: none;
}

/*********************
Text
*********************/
blockquote, q {
  quotes: none;
}

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

a:hover, a:active, a:focus, a:visited, button {
  outline: none !important;
}

b {
  color: inherit;
}

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

img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/*********************
INPUTS
*********************/
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/*********************
FLEX
*********************/
@supports (display: -webkit-flex) {
  .equal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-eq-height > [class*='col-'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/*********************
BEM
*********************/
.no-outline {
  outline: none !important;
}

.float--l {
  float: left !important;
}

.float--r {
  float: right !important;
}

.float--none {
  float: none !important;
}

.text-align--left {
  text-align: left !important;
}

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

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

.middle {
  margin: 0px auto !important;
  float: none !important;
}

.w100 {
  width: 100% !important;
}

.underline {
  text-decoration: underline !important;
}

.no-shadow {
  box-shadow: none !important;
}

/*********************
BACKGROUNDS
*********************/
.bg-lightblue {
  background-color: #deeeff;
}

.bg--border {
  background-color: #F4F4F4 !important;
}

.grecaptcha-badge {
  display: none;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9dd92a51122989a7c1a4c93e976b39f1)
 * Config saved to config.json and https://gist.github.com/9dd92a51122989a7c1a4c93e976b39f1
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container, .woocommerce-notices-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container, .woocommerce-notices-wrapper {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .woocommerce-notices-wrapper {
    width: 970px;
  }
}

@media (min-width: 1156px) {
  .container, .woocommerce-notices-wrapper {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

.col-xs-10 {
  width: 83.23333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.56666667%;
}

.col-xs-7 {
  width: 58.23333333%;
}

.col-xs-6 {
  width: 49.9%;
}

.col-xs-5 {
  width: 41.46666667%;
}

.col-xs-4 {
  width: 33.23333333%;
}

.col-xs-3 {
  width: 24.9%;
}

.col-xs-2 {
  width: 16.56666667%;
}

.col-xs-1 {
  width: 8.23333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.56666667%;
}

.col-xs-pull-10 {
  right: 83.23333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.56666667%;
}

.col-xs-pull-7 {
  right: 58.23333333%;
}

.col-xs-pull-6 {
  right: 49.9%;
}

.col-xs-pull-5 {
  right: 41.46666667%;
}

.col-xs-pull-4 {
  right: 33.23333333%;
}

.col-xs-pull-3 {
  right: 24.9%;
}

.col-xs-pull-2 {
  right: 16.56666667%;
}

.col-xs-pull-1 {
  right: 8.23333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.56666667%;
}

.col-xs-push-10 {
  left: 83.23333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.56666667%;
}

.col-xs-push-7 {
  left: 58.23333333%;
}

.col-xs-push-6 {
  left: 49.9%;
}

.col-xs-push-5 {
  left: 41.46666667%;
}

.col-xs-push-4 {
  left: 33.23333333%;
}

.col-xs-push-3 {
  left: 24.9%;
}

.col-xs-push-2 {
  left: 16.56666667%;
}

.col-xs-push-1 {
  left: 8.23333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.56666667%;
}

.col-xs-offset-10 {
  margin-left: 83.23333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.56666667%;
}

.col-xs-offset-7 {
  margin-left: 58.23333333%;
}

.col-xs-offset-6 {
  margin-left: 49.9%;
}

.col-xs-offset-5 {
  margin-left: 41.46666667%;
}

.col-xs-offset-4 {
  margin-left: 33.23333333%;
}

.col-xs-offset-3 {
  margin-left: 24.9%;
}

.col-xs-offset-2 {
  margin-left: 16.56666667%;
}

.col-xs-offset-1 {
  margin-left: 8.23333333%;
}

.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.56666667%;
  }
  .col-sm-10 {
    width: 83.23333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.56666667%;
  }
  .col-sm-7 {
    width: 58.23333333%;
  }
  .col-sm-6 {
    width: 49.9%;
  }
  .col-sm-5 {
    width: 41.46666667%;
  }
  .col-sm-4 {
    width: 33.23333333%;
  }
  .col-sm-3 {
    width: 24.9%;
  }
  .col-sm-2 {
    width: 16.56666667%;
  }
  .col-sm-1 {
    width: 8.23333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.56666667%;
  }
  .col-sm-pull-10 {
    right: 83.23333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.56666667%;
  }
  .col-sm-pull-7 {
    right: 58.23333333%;
  }
  .col-sm-pull-6 {
    right: 49.9%;
  }
  .col-sm-pull-5 {
    right: 41.46666667%;
  }
  .col-sm-pull-4 {
    right: 33.23333333%;
  }
  .col-sm-pull-3 {
    right: 24.9%;
  }
  .col-sm-pull-2 {
    right: 16.56666667%;
  }
  .col-sm-pull-1 {
    right: 8.23333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.56666667%;
  }
  .col-sm-push-10 {
    left: 83.23333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.56666667%;
  }
  .col-sm-push-7 {
    left: 58.23333333%;
  }
  .col-sm-push-6 {
    left: 49.9%;
  }
  .col-sm-push-5 {
    left: 41.46666667%;
  }
  .col-sm-push-4 {
    left: 33.23333333%;
  }
  .col-sm-push-3 {
    left: 24.9%;
  }
  .col-sm-push-2 {
    left: 16.56666667%;
  }
  .col-sm-push-1 {
    left: 8.23333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.56666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.23333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.56666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.23333333%;
  }
  .col-sm-offset-6 {
    margin-left: 49.9%;
  }
  .col-sm-offset-5 {
    margin-left: 41.46666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.23333333%;
  }
  .col-sm-offset-3 {
    margin-left: 24.9%;
  }
  .col-sm-offset-2 {
    margin-left: 16.56666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.23333333%;
  }
  .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.56666667%;
  }
  .col-md-10 {
    width: 83.23333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.56666667%;
  }
  .col-md-7 {
    width: 58.23333333%;
  }
  .col-md-6 {
    width: 49.9%;
  }
  .col-md-5 {
    width: 41.46666667%;
  }
  .col-md-4 {
    width: 33.23333333%;
  }
  .col-md-3 {
    width: 24.9%;
  }
  .col-md-2 {
    width: 16.56666667%;
  }
  .col-md-1 {
    width: 8.23333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.56666667%;
  }
  .col-md-pull-10 {
    right: 83.23333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.56666667%;
  }
  .col-md-pull-7 {
    right: 58.23333333%;
  }
  .col-md-pull-6 {
    right: 49.9%;
  }
  .col-md-pull-5 {
    right: 41.46666667%;
  }
  .col-md-pull-4 {
    right: 33.23333333%;
  }
  .col-md-pull-3 {
    right: 24.9%;
  }
  .col-md-pull-2 {
    right: 16.56666667%;
  }
  .col-md-pull-1 {
    right: 8.23333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.56666667%;
  }
  .col-md-push-10 {
    left: 83.23333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.56666667%;
  }
  .col-md-push-7 {
    left: 58.23333333%;
  }
  .col-md-push-6 {
    left: 49.9%;
  }
  .col-md-push-5 {
    left: 41.46666667%;
  }
  .col-md-push-4 {
    left: 33.23333333%;
  }
  .col-md-push-3 {
    left: 24.9%;
  }
  .col-md-push-2 {
    left: 16.56666667%;
  }
  .col-md-push-1 {
    left: 8.23333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.56666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.23333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.56666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.23333333%;
  }
  .col-md-offset-6 {
    margin-left: 49.9%;
  }
  .col-md-offset-5 {
    margin-left: 41.46666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.23333333%;
  }
  .col-md-offset-3 {
    margin-left: 24.9%;
  }
  .col-md-offset-2 {
    margin-left: 16.56666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.23333333%;
  }
  .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.56666667%;
  }
  .col-lg-10 {
    width: 83.23333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.56666667%;
  }
  .col-lg-7 {
    width: 58.23333333%;
  }
  .col-lg-6 {
    width: 49.9%;
  }
  .col-lg-5 {
    width: 41.46666667%;
  }
  .col-lg-4 {
    width: 33.23333333%;
  }
  .col-lg-3 {
    width: 24.9%;
  }
  .col-lg-2 {
    width: 16.56666667%;
  }
  .col-lg-1 {
    width: 8.23333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.56666667%;
  }
  .col-lg-pull-10 {
    right: 83.23333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.56666667%;
  }
  .col-lg-pull-7 {
    right: 58.23333333%;
  }
  .col-lg-pull-6 {
    right: 49.9%;
  }
  .col-lg-pull-5 {
    right: 41.46666667%;
  }
  .col-lg-pull-4 {
    right: 33.23333333%;
  }
  .col-lg-pull-3 {
    right: 24.9%;
  }
  .col-lg-pull-2 {
    right: 16.56666667%;
  }
  .col-lg-pull-1 {
    right: 8.23333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.56666667%;
  }
  .col-lg-push-10 {
    left: 83.23333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.56666667%;
  }
  .col-lg-push-7 {
    left: 58.23333333%;
  }
  .col-lg-push-6 {
    left: 49.9%;
  }
  .col-lg-push-5 {
    left: 41.46666667%;
  }
  .col-lg-push-4 {
    left: 33.23333333%;
  }
  .col-lg-push-3 {
    left: 24.9%;
  }
  .col-lg-push-2 {
    left: 16.56666667%;
  }
  .col-lg-push-1 {
    left: 8.23333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.56666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.23333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.56666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.23333333%;
  }
  .col-lg-offset-6 {
    margin-left: 49.9%;
  }
  .col-lg-offset-5 {
    margin-left: 41.46666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.23333333%;
  }
  .col-lg-offset-3 {
    margin-left: 24.9%;
  }
  .col-lg-offset-2 {
    margin-left: 16.56666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.23333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.woocommerce-notices-wrapper:before,
.container:after,
.woocommerce-notices-wrapper:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.woocommerce-notices-wrapper: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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}

/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/*********************
Colour modifier
*********************/
.c--project-primary {
  color: #006BDE;
}

.c--project-secondary {
  color: #293342;
}

.c--project-tertiary {
  color: #007cba;
}

.c--project-quaternary {
  color: #ffc627;
}

.c--project-grey {
  color: #666665;
}

.c--project-lightgrey {
  color: #F4F4F4;
}

.c--project-mediumgrey {
  color: #a19b9b;
}

.c--project-darkgrey {
  color: #3f3e3e;
}

.c--project-border {
  color: #e1e1e1;
}

.c--project-white {
  color: #ffffff;
}

.c--project-black {
  color: #1a1818;
}

/*********************
BG Colour modifier
*********************/
.bg--project-primary {
  background-color: #006BDE;
}

.bg--project-secondary {
  background-color: #293342;
}

.bg--project-tertiary {
  background-color: #007cba;
}

.bg--project-quaternary {
  background-color: #ffc627;
}

.bg--project-grey {
  background-color: #666665;
}

.bg--project-lightgrey {
  background-color: #F4F4F4;
}

.bg--project-mediumgrey {
  background-color: #a19b9b;
}

.bg--project-darkgrey {
  background-color: #3f3e3e;
}

.bg--project-border {
  background-color: #e1e1e1;
}

.bg--project-white {
  background-color: #ffffff;
}

.bg--project-black {
  background-color: #1a1818;
}

/*********************
Border modifier(s)
*********************/
.border-top--project-primary {
  border-top: 1px solid #006BDE;
}

.border-top--project-secondary {
  border-top: 1px solid #293342;
}

.border-top--project-tertiary {
  border-top: 1px solid #007cba;
}

.border-top--project-quaternary {
  border-top: 1px solid #ffc627;
}

.border-top--project-grey {
  border-top: 1px solid #666665;
}

.border-top--project-lightgrey {
  border-top: 1px solid #F4F4F4;
}

.border-top--project-mediumgrey {
  border-top: 1px solid #a19b9b;
}

.border-top--project-darkgrey {
  border-top: 1px solid #3f3e3e;
}

.border-top--project-border {
  border-top: 1px solid #e1e1e1;
}

.border-top--project-white {
  border-top: 1px solid #ffffff;
}

.border-top--project-black {
  border-top: 1px solid #1a1818;
}

.border-right--project-primary {
  border-right: 1px solid #006BDE;
}

.border-right--project-secondary {
  border-right: 1px solid #293342;
}

.border-right--project-tertiary {
  border-right: 1px solid #007cba;
}

.border-right--project-quaternary {
  border-right: 1px solid #ffc627;
}

.border-right--project-grey {
  border-right: 1px solid #666665;
}

.border-right--project-lightgrey {
  border-right: 1px solid #F4F4F4;
}

.border-right--project-mediumgrey {
  border-right: 1px solid #a19b9b;
}

.border-right--project-darkgrey {
  border-right: 1px solid #3f3e3e;
}

.border-right--project-border {
  border-right: 1px solid #e1e1e1;
}

.border-right--project-white {
  border-right: 1px solid #ffffff;
}

.border-right--project-black {
  border-right: 1px solid #1a1818;
}

.border-bottom--project-primary {
  border-bottom: 1px solid #006BDE;
}

.border-bottom--project-secondary {
  border-bottom: 1px solid #293342;
}

.border-bottom--project-tertiary {
  border-bottom: 1px solid #007cba;
}

.border-bottom--project-quaternary {
  border-bottom: 1px solid #ffc627;
}

.border-bottom--project-grey {
  border-bottom: 1px solid #666665;
}

.border-bottom--project-lightgrey {
  border-bottom: 1px solid #F4F4F4;
}

.border-bottom--project-mediumgrey {
  border-bottom: 1px solid #a19b9b;
}

.border-bottom--project-darkgrey {
  border-bottom: 1px solid #3f3e3e;
}

.border-bottom--project-border {
  border-bottom: 1px solid #e1e1e1;
}

.border-bottom--project-white {
  border-bottom: 1px solid #ffffff;
}

.border-bottom--project-black {
  border-bottom: 1px solid #1a1818;
}

.border-left--project-primary {
  border-left: 1px solid #006BDE;
}

.border-left--project-secondary {
  border-left: 1px solid #293342;
}

.border-left--project-tertiary {
  border-left: 1px solid #007cba;
}

.border-left--project-quaternary {
  border-left: 1px solid #ffc627;
}

.border-left--project-grey {
  border-left: 1px solid #666665;
}

.border-left--project-lightgrey {
  border-left: 1px solid #F4F4F4;
}

.border-left--project-mediumgrey {
  border-left: 1px solid #a19b9b;
}

.border-left--project-darkgrey {
  border-left: 1px solid #3f3e3e;
}

.border-left--project-border {
  border-left: 1px solid #e1e1e1;
}

.border-left--project-white {
  border-left: 1px solid #ffffff;
}

.border-left--project-black {
  border-left: 1px solid #1a1818;
}

.btn, .btn--primary, .btn--secondary {
  text-decoration: none;
  color: white;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  font-weight: 500;
  min-width: 130px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 2px solid #ffffff;
  font-weight: bold;
}

@media (min-width: 768px) {
  .btn, .btn--primary, .btn--secondary {
    width: auto;
    min-width: 200px;
    padding: 13px 15px;
    font-size: 14px;
  }
}

.btn.middle, .middle.btn--primary, .middle.btn--secondary {
  display: block;
  margin: 0px auto;
  max-width: 200px;
}

.btn:hover, .btn--primary:hover, .btn--secondary:hover, .btn:focus, .btn--primary:focus, .btn--secondary:focus {
  transition: all 0.35s ease-in-out;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  background-color: #006BDE;
  border: 2px solid transparent;
  text-decoration: none;
}

.btn i, .btn--primary i, .btn--secondary i {
  margin-left: 5px;
}

/*********************
Primary button
*********************/
.btn--primary {
  color: #ffffff;
}

.btn--primary:hover, .btn--primary:focus {
  background-color: #0052ab;
  color: #ffffff;
}

/*********************
Secondary button
*********************/
.btn--secondary {
  color: #006BDE;
  border: 2px solid #006BDE;
  background-color: #ffffff;
}

.btn--secondary:hover, .btn--secondary:focus {
  color: white;
  border: 2px solid transparent;
  background-color: #006BDE;
}

/*********************
Header Styles
*********************/
h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
  color: #1a1818;
  margin-top: 0.333rem;
  margin-bottom: 0.85rem;
  font-weight: 700;
}

h1, .h1, .banner.home h1 {
  font-size: 45px;
  line-height: 1;
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h1, .h1, .banner.home h1 {
    font-size: 45px;
    line-height: 1;
  }
}

@media screen and (min-width: 992px) {
  h1, .h1, .banner.home h1 {
    font-size: 55px;
    line-height: 1;
  }
}

@media screen and (min-width: 1156px) {
  h1, .h1, .banner.home h1 {
    font-size: 80px;
    line-height: 1;
  }
}

h2, .h2, .banner h1, section.article .article__content h1 {
  font-size: 25px;
  line-height: 1.1;
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  h2, .h2, .banner h1, section.article .article__content h1 {
    font-size: 25px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 992px) {
  h2, .h2, .banner h1, section.article .article__content h1 {
    font-size: 45px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 1156px) {
  h2, .h2, .banner h1, section.article .article__content h1 {
    font-size: 55px;
    line-height: 1.1;
  }
}

h3, .h3, section.article .article__content h2 {
  font-size: 20px;
  line-height: 1.15;
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  h3, .h3, section.article .article__content h2 {
    font-size: 20px;
    line-height: 1.15;
  }
}

@media screen and (min-width: 992px) {
  h3, .h3, section.article .article__content h2 {
    font-size: 25px;
    line-height: 1.15;
  }
}

@media screen and (min-width: 1156px) {
  h3, .h3, section.article .article__content h2 {
    font-size: 45px;
    line-height: 1.15;
  }
}

h4, .h4, section.article .article__content h3 {
  font-size: 14px;
  line-height: 1.2;
  font-family: titling-gothic-fb-compressed, sans-serif;
}

@media screen and (min-width: 768px) {
  h4, .h4, section.article .article__content h3 {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 992px) {
  h4, .h4, section.article .article__content h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1156px) {
  h4, .h4, section.article .article__content h3 {
    font-size: 25px;
    line-height: 1.2;
  }
}

h5, .h5 {
  font-size: 12px;
  line-height: 1.25;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 12px;
    line-height: 1.25;
  }
}

@media screen and (min-width: 992px) {
  h5, .h5 {
    font-size: 14px;
    line-height: 1.25;
  }
}

@media screen and (min-width: 1156px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 1.25;
  }
}

/*********************
P Styles
*********************/
p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0.85rem 0;
  color: #666665;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 992px) {
  p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1156px) {
  p {
    font-size: 14px;
    line-height: 1.5;
  }
}

blockquote {
  padding: 20px 30px;
  border-left: 1px solid #006BDE;
  margin: 30px 0px;
}

blockquote p {
  color: #006BDE;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  blockquote {
    padding: 10px 0px 0px 10px;
    border-left: 2px solid #006BDE;
    margin: 0px;
    left: 100%;
    position: absolute;
    width: 28%;
  }
}

/*********************
Link Styles
*********************/
a {
  color: #006BDE;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

a:hover {
  color: #005fc5;
  text-decoration: underline;
  cursor: pointer;
}

/*********************
UL Styles
*********************/
main ul, .content ul, aside ul, .bullet-list ul {
  padding-left: 0px;
  list-style-position: outside;
  margin-left: 15px;
}

main ul > li a, .content ul > li a, aside ul > li a, .bullet-list ul > li a {
  color: #1a1818;
  transition: all 0s ease-in-out;
}

main ul > li a:hover, .content ul > li a:hover, aside ul > li a:hover, .bullet-list ul > li a:hover {
  color: #006BDE;
  text-decoration: underline;
}

.tick-list ul {
  padding-left: 0px;
  list-style-type: none;
  margin-left: 0px;
}

.tick-list ul > li {
  text-indent: 5px;
  width: 100%;
  padding-left: 25px;
  float: left;
}

.tick-list ul > li h5, .tick-list ul > li p {
  float: left;
  width: 100%;
}

.tick-list ul > li:before {
  content: "\f05d";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #006BDE;
  text-indent: 15px;
  float: left;
  font-size: 25px;
  line-height: 32px;
  position: absolute;
  left: 0px;
}

@media (min-width: 768px) {
  .two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

/*********************
Weight Styles
*********************/
.normal {
  font-weight: normal;
}

.b {
  font-weight: bold;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

/*********************
Modifier Styles
*********************/
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/*********************
Padding
*********************/
.p--xxxl {
  padding: 80px !important;
}

.p--xxl {
  padding: 55px !important;
}

.p--xl {
  padding: 45px !important;
}

.p--l {
  padding: 25px !important;
}

.p--m {
  padding: 20px !important;
}

.p--base {
  padding: 14px !important;
}

.p--s {
  padding: 12px !important;
}

.p--xs {
  padding: 10px !important;
}

.p--xxs {
  padding: 8px !important;
}

.p--zero {
  padding: 0px !important;
}

.p-top--xxxl {
  padding-top: 80px !important;
}

.p-top--xxl {
  padding-top: 55px !important;
}

.p-top--xl {
  padding-top: 45px !important;
}

.p-top--l {
  padding-top: 25px !important;
}

.p-top--m {
  padding-top: 20px !important;
}

.p-top--base {
  padding-top: 14px !important;
}

.p-top--s {
  padding-top: 12px !important;
}

.p-top--xs {
  padding-top: 10px !important;
}

.p-top--xxs {
  padding-top: 8px !important;
}

.p-top--zero {
  padding-top: 0px !important;
}

.p-left--xxxl {
  padding-left: 80px !important;
}

.p-left--xxl {
  padding-left: 55px !important;
}

.p-left--xl {
  padding-left: 45px !important;
}

.p-left--l {
  padding-left: 25px !important;
}

.p-left--m {
  padding-left: 20px !important;
}

.p-left--base {
  padding-left: 14px !important;
}

.p-left--s {
  padding-left: 12px !important;
}

.p-left--xs {
  padding-left: 10px !important;
}

.p-left--xxs {
  padding-left: 8px !important;
}

.p-left--zero {
  padding-left: 0px !important;
}

.p-right--xxxl {
  padding-right: 80px !important;
}

.p-right--xxl {
  padding-right: 55px !important;
}

.p-right--xl {
  padding-right: 45px !important;
}

.p-right--l {
  padding-right: 25px !important;
}

.p-right--m {
  padding-right: 20px !important;
}

.p-right--base {
  padding-right: 14px !important;
}

.p-right--s {
  padding-right: 12px !important;
}

.p-right--xs {
  padding-right: 10px !important;
}

.p-right--xxs {
  padding-right: 8px !important;
}

.p-right--zero {
  padding-right: 0px !important;
}

.p-bottom--xxxl {
  padding-bottom: 80px !important;
}

.p-bottom--xxl {
  padding-bottom: 55px !important;
}

.p-bottom--xl {
  padding-bottom: 45px !important;
}

.p-bottom--l {
  padding-bottom: 25px !important;
}

.p-bottom--m {
  padding-bottom: 20px !important;
}

.p-bottom--base {
  padding-bottom: 14px !important;
}

.p-bottom--s {
  padding-bottom: 12px !important;
}

.p-bottom--xs {
  padding-bottom: 10px !important;
}

.p-bottom--xxs {
  padding-bottom: 8px !important;
}

.p-bottom--zero {
  padding-bottom: 0px !important;
}

/*********************
Margin
*********************/
.m--xxxl {
  margin: 80px !important;
}

.m--xxl {
  margin: 55px !important;
}

.m--xl {
  margin: 45px !important;
}

.m--l {
  margin: 25px !important;
}

.m--m {
  margin: 20px !important;
}

.m--base {
  margin: 14px !important;
}

.m--s {
  margin: 12px !important;
}

.m--xs {
  margin: 10px !important;
}

.m--xxs {
  margin: 8px !important;
}

.m--zero {
  margin: 0px !important;
}

.m-top--xxxl {
  margin-top: 80px !important;
}

.m-top--xxl {
  margin-top: 55px !important;
}

.m-top--xl {
  margin-top: 45px !important;
}

.m-top--l {
  margin-top: 25px !important;
}

.m-top--m {
  margin-top: 20px !important;
}

.m-top--base {
  margin-top: 14px !important;
}

.m-top--s {
  margin-top: 12px !important;
}

.m-top--xs {
  margin-top: 10px !important;
}

.m-top--xxs {
  margin-top: 8px !important;
}

.m-top--zero {
  margin-top: 0px !important;
}

.m-bottom--xxxl {
  margin-bottom: 80px !important;
}

.m-bottom--xxl {
  margin-bottom: 55px !important;
}

.m-bottom--xl {
  margin-bottom: 45px !important;
}

.m-bottom--l {
  margin-bottom: 25px !important;
}

.m-bottom--m {
  margin-bottom: 20px !important;
}

.m-bottom--base {
  margin-bottom: 14px !important;
}

.m-bottom--s {
  margin-bottom: 12px !important;
}

.m-bottom--xs {
  margin-bottom: 10px !important;
}

.m-bottom--xxs {
  margin-bottom: 8px !important;
}

.m-bottom--zero {
  margin-bottom: 0px !important;
}

.m-left--xxxl {
  margin-left: 80px !important;
}

.m-left--xxl {
  margin-left: 55px !important;
}

.m-left--xl {
  margin-left: 45px !important;
}

.m-left--l {
  margin-left: 25px !important;
}

.m-left--m {
  margin-left: 20px !important;
}

.m-left--base {
  margin-left: 14px !important;
}

.m-left--s {
  margin-left: 12px !important;
}

.m-left--xs {
  margin-left: 10px !important;
}

.m-left--xxs {
  margin-left: 8px !important;
}

.m-left--zero {
  margin-left: 0px !important;
}

.m-right--xxxl {
  margin-right: 80px !important;
}

.m-right--xxl {
  margin-right: 55px !important;
}

.m-right--xl {
  margin-right: 45px !important;
}

.m-right--l {
  margin-right: 25px !important;
}

.m-right--m {
  margin-right: 20px !important;
}

.m-right--base {
  margin-right: 14px !important;
}

.m-right--s {
  margin-right: 12px !important;
}

.m-right--xs {
  margin-right: 10px !important;
}

.m-right--xxs {
  margin-right: 8px !important;
}

.m-right--zero {
  margin-right: 0px !important;
}

/*********************
Globals
*********************/
.d--block {
  display: block;
}

.d--inline {
  display: inline;
}

.d--iblock {
  display: inline-block;
}

.d--table {
  display: table;
}

/*********************
Border
*********************/
.border {
  border: 1px solid #e1e1e1;
}

/*********************
Image popup
*********************/
.image-popup-vertical-fit .open--image {
  display: none;
  width: 50px;
  padding: 10px;
  text-align: center;
  height: 50px;
  font-size: 30px;
  background-color: #ffffff;
  right: 20px;
  z-index: 100;
  top: 5px;
  position: absolute;
}

.image-popup-vertical-fit:hover .open--image {
  display: block;
}

.video {
  background-color: #ffffff;
}

.video--container {
  position: relative;
}

.video--container .video--link {
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  background-color: #006BDE;
  border-radius: 25px;
  margin: -25px 0px 0px -25px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  line-height: 50px;
}

.video--container .video--link i {
  line-height: 50px;
}

.video--container .video--image {
  overflow: hidden;
  position: relative;
}

.video--container .video--image .video--image--overlay {
  position: absolute;
  background: black;
  opacity: 0.5;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.video--container .video--text {
  position: absolute;
  width: 80%;
  height: 30%;
  margin: 40px 10% 0px;
  z-index: 3;
  text-align: center;
}

.video--container .video--text h5, .video--container .video--text p {
  color: white;
}

.pulse {
  border: 2px solid #abd3ff;
  background: transparent;
  border-radius: 40px;
  height: 50px;
  width: 50px;
  animation: pulse 3s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0px 0px -25px;
  z-index: 1;
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover {
  opacity: 1;
}

.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-hide {
  display: none !important;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
  z-index: 400;
  background-size: 40px;
  background-image: url("../images/x.png");
  height: 40px;
  width: 40px;
}

.mfp-iframe-holder .mfp-close:after {
  content: "";
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-figure {
  line-height: 0;
  max-width: 1000px;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .mfp-iframe-holder .mfp-close {
    right: 0;
  }
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/*********************
Toggle
*********************/
.toggle {
  background-color: white;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.toggle__toggle-title {
  position: relative;
  display: block;
  background-color: #F4F4F4;
}

.toggle__toggle-title.active {
  background-color: #006BDE;
  border-bottom: 1px solid #e1e1e1;
}

.toggle__toggle-title.active h4 {
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.42);
}

.toggle__toggle-title h4 {
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
}

.toggle__toggle-title .title-name {
  display: block;
  padding: 15px 25px 15px 15px;
}

.toggle__toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}

.toggle__toggle-title i {
  position: absolute;
  background: url("../images/plus_minus.png") 0px -58px no-repeat;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  margin: 11px;
  right: 0;
}

.toggle__toggle-title.active i {
  background: url("../images/plus_minus.png") 0px -10px no-repeat;
}

.toggle__toggle-inner {
  padding: 20px 25px 0px 25px;
  display: none;
  margin: -7px 0 6px;
}

.toggle__toggle-inner p {
  margin: 0px;
  color: #1a1818;
  font-weight: 600;
}

.toggle__toggle-inner div {
  max-width: 100%;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.93);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 20px;
  border: none;
  float: left;
  width: 100%;
  background: transparent;
  color: white;
  margin-bottom: 20%;
  border-bottom: 2px solid #ffffff;
}

@media (min-width: 768px) {
  .overlay input[type=text] {
    font-size: 45px;
    width: 90%;
    margin: 0px;
  }
}

.overlay button {
  float: none;
  width: 10%;
  height: 10%;
  max-width: 50PX;
  MAX-HEIGHT: 50PX;
  min-height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: #006BDE;
  font-size: 18px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: table;
  margin: 0% auto 0px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .overlay button {
    display: inline-block;
    margin: 0px;
    float: left;
  }
}

.card {
  background-color: #ffffff;
  height: 100%;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  transform: scale(1);
}

.card:hover p {
  text-decoration: none;
}

@media (min-width: 768px) {
  .card {
    margin-top: 5px;
  }
  .card:hover {
    text-decoration: none;
    transform: scale(1.05);
  }
}

.card--single {
  max-width: 80%;
  margin: 20px 10% 0px;
}

@media (min-width: 768px) {
  .card--single {
    max-width: 100%;
    margin: 0px;
  }
  .card--single:hover {
    margin: 0px;
  }
}

.card--single__wrapper {
  background-color: #ffffff;
  min-height: 240px;
  height: auto;
  float: left;
  padding-bottom: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .card--single__wrapper {
    min-height: 300px;
  }
}

.card--single__wrapper .image-wrapper {
  height: 100%;
}

.card--single__wrapper .card {
  transform: scale(1);
}

.card--single__wrapper .col-xs-12 {
  height: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .card--single__wrapper .col-xs-12 {
    text-align: left;
  }
}

.card--single__wrapper .card__image {
  position: relative;
  width: 100%;
  height: 115%;
  min-height: 150px;
  margin-top: -10%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .card--single__wrapper .card__image {
    position: absolute;
    min-height: 300px;
    margin-top: -7%;
  }
}

.card--single__wrapper .card__image img {
  max-height: 200px;
  width: auto;
}

@media (min-width: 768px) {
  .card--single__wrapper .card__image img {
    max-height: 100%;
  }
}

.card__image {
  position: relative;
  display: inline-block;
  min-height: 120px;
  overflow: hidden;
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .card__image {
    min-height: 120px;
  }
}

@media (min-width: 992px) {
  .card__image {
    min-height: 150px;
  }
}

@media (min-width: 1156px) {
  .card__image {
    min-height: 200px;
  }
}

.card__image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}

.card__image__parent {
  width: 80%;
  margin: 0px 10% 10px;
  display: inline-block;
  height: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.card__image__parent img {
  height: 100%;
  width: auto;
  margin: 0px auto;
  display: table;
}

.card__label {
  background-color: #1a1818;
  font-size: 14px;
  display: table;
  margin: 0px auto 5px;
  width: auto;
  border-radius: 15px;
  padding: 3px 10px 2px;
  line-height: 20px;
  text-align: center;
}

.card__label p {
  margin: 0px;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.card__date {
  padding: 10px 15px 10px 0px;
  float: left;
  width: 100%;
}

.card__date p {
  color: #006BDE;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

.card__calendar {
  width: 75px;
  height: 75px;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.card__calendar__month {
  height: 30px;
  background-color: #006BDE;
}

.card__calendar__month p {
  color: #ffffff;
  margin: 0px;
  line-height: 30px;
  font-weight: bold;
}

.card__calendar__day {
  height: 45px;
  background-color: #ffffff;
  font-family: titling-gothic-fb-compressed, sans-serif;
}

.card__calendar__day p {
  color: #1a1818;
  font-size: 25px;
  margin: 0px;
  line-height: 45px;
}

.card__content {
  padding: 10px 15px;
  float: left;
  width: 100%;
}

.card--product {
  text-align: center;
  padding-bottom: 50px;
}

.card--product .btn, .card--product .btn--primary, .card--product .btn--secondary {
  position: absolute;
  height: 50px;
  background-color: #006BDE;
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  border-radius: 0px;
  border: 1px solid #006BDE;
  line-height: 35px;
  max-width: 100%;
  min-width: 100%;
}

@media (min-width: 768px) {
  .card--product .btn, .card--product .btn--primary, .card--product .btn--secondary {
    line-height: 22px;
  }
}

.card--product .card__label {
  display: none;
}

.card--product .card__label.Unit {
  display: table;
}

.card--product .card__image {
  padding: 10px;
  min-height: 260px;
}

@media (min-width: 768px) {
  .card--product .card__image {
    max-height: 300px;
    max-height: 300px;
  }
}

@media (min-width: 768px) {
  .card--product .card__image {
    max-height: 260px;
    min-height: 260px;
  }
}

.card--product .card__image img {
  width: auto;
  height: auto;
  display: table;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.card--product .card__content {
  padding: 0px 15px;
}

.card--product .card__content p {
  color: #1a1818;
}

.card--news .card__image .card__label {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
}

.card--news .card__content {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.card--news .card__content h5 {
  margin-top: 0px;
}

.card--event {
  margin: 0px 0px 15px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.card--event:hover {
  transform: scale(1);
}

.card--event .card__content {
  padding: 15px 100px 15px 110px;
  min-height: 110px;
}

@media (min-width: 768px) {
  .card--event .card__content {
    padding: 25px 170px 25px 120px;
    min-height: 130px;
  }
}

.card--event .card__content .btn, .card--event .card__content .btn--primary, .card--event .card__content .btn--secondary {
  position: absolute;
  right: 10px;
  top: 30px;
  min-width: 80px;
  padding: 7px 10px;
  font-size: 10px;
}

@media (min-width: 768px) {
  .card--event .card__content .btn, .card--event .card__content .btn--primary, .card--event .card__content .btn--secondary {
    right: 25px;
    top: 40px;
    min-width: 120px;
  }
}

.card--event .card__content h4 {
  min-width: 70px;
}

.card--event .card__calendar {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: 15px;
  top: 15px;
}

.card--event .card__calendar.no-shadow {
  box-shadow: none;
}

@media (min-width: 768px) {
  .card--event .card__calendar {
    left: 25px;
    top: 25px;
  }
}

.card--event .card__calendar h4, .card--event .card__calendar p {
  width: 100%;
  text-align: center;
}

.card--event .card__calendar .card__calendar__day p {
  font-size: 25px;
}

.card--event .card__label {
  float: left;
}

.card--event h4, .card--event p {
  float: left;
  width: 100%;
}

.card--event p {
  margin-bottom: 0px;
  font-size: 12px;
}

.card--event h4 {
  margin-bottom: 5px;
}

.card--event-large {
  margin: 0px 0px 15px 0px;
  background-color: #1a1818;
  min-height: 500px;
}

.card--event-large:hover {
  transform: scale(1);
}

.card--event-large .card__label {
  float: left;
}

.card--event-large .card__content {
  z-index: 10;
  position: absolute;
  bottom: 0px;
  padding: 30px;
}

.card--event-large .card__content h4 {
  font-weight: 500;
}

.card--event-large .card__content h4, .card--event-large .card__content p {
  color: #ffffff;
  width: 100%;
  float: left;
}

.card--event-large .card__content h4 i, .card--event-large .card__content p i {
  margin-right: 5px;
}

.card--event-large .card__content .card__calendar {
  margin-bottom: 15px;
}

.card--event-large .card__content .card__calendar .card__calendar__day p {
  color: #1a1818;
}

.card--event-large .card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.card--event-large .card__image:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #1a1818 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1a1818',GradientType=0 );
  /* IE6-9 */
}

.card--shop-category {
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
  min-height: 350px;
}

.card--shop-category p {
  color: #ffffff;
  position: absolute;
  height: auto;
  bottom: 0px;
  width: 90%;
  z-index: 2;
  text-align: center;
  margin: 0px 5% 40px;
  font-weight: bold;
}

.card--shop-category:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #1a1818 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1a1818',GradientType=0 );
  /* IE6-9 */
}

.card--shop-category .card__image {
  min-height: 120px;
  width: 80%;
  margin: 30px 10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.home .products .product__slider .card--product .card__label {
  display: none;
}

.intro {
  background-color: #ffffff;
  text-align: center;
}

.intro .col-xs-12 .btn--secondary {
  margin: 30px auto 30px;
}

.intro__block {
  border: 1px solid transparent;
  margin-bottom: 15px;
}

.intro__block:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #e1e1e1;
}

.intro__block:hover .intro__image img {
  max-height: 80%;
  max-width: 80%;
  transition: all 0.1s ease-in-out;
}

.intro__block:hover .intro__image:after {
  opacity: 0.2;
  transition: all 0.35s ease-in-out;
}

.intro__block:hover .intro__text .btn, .intro__block:hover .intro__text .btn--primary, .intro__block:hover .intro__text .btn--secondary {
  opacity: 1;
}

.intro__image {
  position: relative;
  min-height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.35s ease-in-out;
}

.intro__image:after {
  content: "";
  transition: all 0.35s ease-in-out;
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: white;
  opacity: 0.5;
}

@media (min-width: 992px) {
  .intro__image {
    min-height: 150px;
  }
}

.intro__image img {
  max-height: 70%;
  transition: all 0.1s ease-in-out;
  max-width: 70%;
  z-index: 2;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.intro__text {
  padding: 10px 15px;
}

.intro__text .btn, .intro__text .btn--primary, .intro__text .btn--secondary {
  margin: 10px 0px;
  padding: 7px 10px;
  opacity: 1;
  background-color: #006BDE;
  color: #ffffff;
}

@media (min-width: 1156px) {
  .intro__text .btn, .intro__text .btn--primary, .intro__text .btn--secondary {
    opacity: 0;
  }
}

.gallery a {
  display: none;
}

.gallery a:first-of-type {
  display: block;
}

.gallery .btn, .gallery .btn--primary, .gallery .btn--secondary {
  top: 50%;
  margin-top: -26px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  display: none;
  background-color: #ffffff;
  color: #1a1818;
}

@media (min-width: 768px) {
  .gallery .btn, .gallery .btn--primary, .gallery .btn--secondary {
    margin-left: -100px;
  }
}

.gallery:hover a {
  opacity: 0.8;
}

.gallery:hover .btn, .gallery:hover .btn--primary, .gallery:hover .btn--secondary {
  display: block;
}

/*********************
Form styles
*********************/
section {
  position: relative;
}

section.content--center {
  background-color: #ffffff;
}

section.content--center .list {
  text-align: center;
  margin: 10px 0px;
}

section.content--center .list ul {
  list-style-type: none;
  width: 100%;
}

section.content--center .list ul li {
  text-align: center;
}

section.content--align {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  section.content--align .content--align__padded {
    padding: 20px;
  }
}

.woo-custom-price.woo-custom-price.woo-custom-price.bundle {
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.woo-custom-price.woo-custom-price.woo-custom-price.bundle .price {
  color: #1a1818;
  width: auto;
}

@media (max-width: 1155px) {
  .woo-custom-price.woo-custom-price.woo-custom-price.bundle .price {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .woo-custom-price.woo-custom-price.woo-custom-price.bundle .price {
    font-size: 14px;
  }
}

.woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn.btn--primary, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn--primary, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn--primary.btn--secondary {
  border-color: #006BDE;
  color: #006BDE;
  margin-left: 15px;
  margin-right: 0px;
  padding-bottom: 11px;
  padding-top: 12px;
  min-width: 140px;
}

.woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn.btn--primary:hover, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn--primary:hover, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn--primary.btn--secondary:hover, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn.btn--primary:focus, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn--primary:focus, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn--primary.btn--secondary:focus {
  background-color: #006BDE;
  color: white;
}

@media (max-width: 600px) {
  .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn.btn--primary, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn--primary, .woo-custom-price.woo-custom-price.woo-custom-price.bundle .btn--primary.btn--secondary {
    min-width: 121px;
  }
}

.woo-custom-price.woo-custom-price.woo-custom-price.bundle .product__content__number {
  margin-left: 15px;
}

@media (max-width: 600px) {
  .woo-custom-price.woo-custom-price.woo-custom-price.bundle .product__content__number {
    margin: 0 -2px 25px;
  }
}

.product__content {
  padding-right: 0px;
}

.product__content p {
  margin-bottom: 20px;
}

.product__content ul {
  padding-left: 15px;
  color: white;
}

.product__content .woo-custom-price {
  margin-top: 20px;
}

.product__content__stars {
  float: left;
  width: 100%;
}

.product__content__stars polygon {
  fill: #d8d8d8;
}

.product__content__stars.one .star-1 polygon {
  fill: #ffd055;
}

.product__content__stars.two .star-1 polygon {
  fill: #ffd055;
}

.product__content__stars.two .star-2 polygon {
  fill: #ffd055;
}

.product__content__stars.three .star-1 polygon {
  fill: #ffd055;
}

.product__content__stars.three .star-2 polygon {
  fill: #ffd055;
}

.product__content__stars.three .star-3 polygon {
  fill: #ffd055;
}

.product__content__stars.four .star-1 polygon {
  fill: #ffd055;
}

.product__content__stars.four .star-2 polygon {
  fill: #ffd055;
}

.product__content__stars.four .star-3 polygon {
  fill: #ffd055;
}

.product__content__stars.four .star-4 polygon {
  fill: #ffd055;
}

.product__content__stars.five .star-1 polygon {
  fill: #ffd055;
}

.product__content__stars.five .star-2 polygon {
  fill: #ffd055;
}

.product__content__stars.five .star-3 polygon {
  fill: #ffd055;
}

.product__content__stars.five .star-4 polygon {
  fill: #ffd055;
}

.product__content__stars.five .star-5 polygon {
  fill: #ffd055;
}

.product__content__price {
  float: left;
  color: #ffffff;
  line-height: 45px;
  margin-right: 10px;
  margin-bottom: 25px;
}

.product__content__number {
  float: left;
  height: 50px;
  background-color: #ffffff;
  box-sizing: border-box;
  width: auto;
  max-width: 112px;
  margin-right: 10px;
  margin-bottom: 25px;
  border: 1px solid #e1e1e1;
}

.product__content__number__minus, .product__content__number__plus {
  height: 50px;
  width: 30px;
  float: left;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.product__content__number__minus:hover, .product__content__number__plus:hover {
  cursor: pointer;
}

.product__content__number__minus i, .product__content__number__plus i {
  width: 100%;
  height: 100%;
}

.product__content__number__minus.disabled, .product__content__number__plus.disabled {
  opacity: 0.5;
}

.product__content__number #product-input {
  width: 50px;
  float: left;
  height: 48px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  padding-left: 0px;
  font-size: 20px;
  border: none;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

@media (min-width: 768px) {
  .product__content__number #product-input {
    padding-left: 12px;
  }
}

.product__content .btn, .product__content .btn--primary, .product__content .btn--secondary {
  min-width: 140px;
  float: left;
}

.product__content .out-of-stock, .product__content .available-on-backorder, .product__content .in-stock {
  width: auto;
  height: 30px;
  position: relative;
  text-align: left;
  float: left;
  line-height: 30px;
  background-color: #006bde;
  border-radius: 10px;
  padding: 0px 15px;
  margin-top: 10px;
  color: white;
  font-weight: bold;
  margin-right: 10px;
}

.product-fixed {
  position: fixed;
  bottom: -150px;
  transition: all 0.35s ease-in-out;
  width: 100%;
  left: 0px;
  right: 0px;
  background-color: #ffffff;
  z-index: 10;
  opacity: 0;
}

.product-fixed.active {
  bottom: 0px;
  transition: all 0.35s ease-in-out;
  opacity: 1;
}

.product-fixed .card--event {
  margin-bottom: 0px;
}

.product-fixed .shop__feature .card__content {
  padding: 5px 100px 5px 110px;
  min-height: 50px;
}

@media (min-width: 768px) {
  .product-fixed .shop__feature .card__content {
    padding: 15px 160px 15px 190px;
  }
}

.product-fixed .shop__feature .card__content h4 {
  line-height: 60px;
}

@media (min-width: 768px) {
  .product-fixed .shop__feature .card__content h4 {
    line-height: 1.2;
  }
}

.product-fixed .shop__feature .card__content p {
  display: none;
}

@media (min-width: 768px) {
  .product-fixed .shop__feature .card__content p {
    display: block;
  }
}

.product-fixed .shop__feature .card__content .btn, .product-fixed .shop__feature .card__content .btn--primary, .product-fixed .shop__feature .card__content .btn--secondary {
  display: block;
  top: 20px;
}

@media (min-width: 768px) {
  .product-fixed .shop__feature .card__content .btn, .product-fixed .shop__feature .card__content .btn--primary, .product-fixed .shop__feature .card__content .btn--secondary {
    top: 25px;
  }
}

.bundle {
  background-color: #ffffff;
}

.bundle.padded-section {
  padding-bottom: 30px;
}

.bundle .bundle__title h3, .bundle .bundle__title p {
  width: 100%;
}

.bundle .bundle__title .product__content {
  width: 100%;
  float: left;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .bundle .bundle__title .product__content {
    padding-top: 50px;
  }
}

.bundle .bundle__title .product__content .btn, .bundle .bundle__title .product__content .btn--primary, .bundle .bundle__title .product__content .btn--secondary, .bundle .bundle__title .product__content .btn--secondary {
  float: left;
  margin-right: 15px;
  padding-bottom: 11px;
  padding-top: 12px;
}

@media (min-width: 768px) {
  .bundle .bundle__title .product__content .btn, .bundle .bundle__title .product__content .btn--primary, .bundle .bundle__title .product__content .btn--secondary, .bundle .bundle__title .product__content .btn--secondary {
    float: right;
    margin-left: 15px;
    margin-right: 0px;
  }
}

.bundle .bundle__title .product__content .product__content__number {
  float: left;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .bundle .bundle__title .product__content .product__content__number {
    float: right;
    margin-left: 15px;
  }
}

.bundle .bundle__title .product__content .product__content__price {
  color: #1a1818;
  float: left;
}

@media (min-width: 768px) {
  .bundle .bundle__title .product__content .product__content__price {
    float: right;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .bundle .slick-slide:after {
    content: "\f067";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    position: absolute;
    display: block;
    right: 100%;
    margin-right: -15px;
    z-index: -1;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    text-align: center;
    line-height: 30px;
    color: #1a1818;
  }
}

.bundle .slick-slide:first-of-type:after {
  content: "";
  background-color: transparent;
}

.bundle__rules {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 30px 0px;
}

.bundle__rules:after {
  content: "";
  position: absolute;
  display: block;
  left: -5%;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  top: -5%;
  width: 110%;
  height: 110%;
  background-color: #deeeff;
}

.bundle__rules .row {
  z-index: 3;
  position: relative;
}

.team__content {
  position: relative;
  z-index: 3;
}

.team__middle-photo {
  width: 40%;
  position: absolute;
  height: 120px;
  z-index: 2;
  left: 0px;
  top: 50%;
  margin-top: -60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .team__middle-photo {
    width: 50%;
    position: absolute;
    left: -25%;
    top: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1156px) {
  .team__middle-photo {
    height: 180px;
  }
}

.team .card--event {
  margin-top: 30px;
}

.team .card--event .card__content {
  padding: 25px;
  min-height: 105px;
}

.team .card--event .card__content h4 {
  line-height: 20px;
}

@media (min-width: 768px) {
  .team .card--event .card__content h4 {
    line-height: 40px;
  }
}

.team .card--event .card__content p {
  line-height: 30px;
  text-align: left;
}

@media (min-width: 768px) {
  .team .card--event .card__content p {
    line-height: 50px;
    text-align: center;
  }
}

.team .card--event .card__content .btn--secondary {
  position: relative;
  top: 0px;
  float: right;
  left: 0px;
  right: 15px;
  max-width: 120px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .team .card--event .card__content .btn--secondary {
    left: auto;
    margin-top: 0px;
    position: absolute;
  }
}

.follow-us {
  background-color: #293342;
}

.follow-us .title {
  margin-bottom: 30px;
}

.follow-us .title h3, .follow-us .title h2 {
  color: #ffffff;
  text-align: center;
  float: none;
}

.follow-us a {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.follow-us a:hover {
  text-decoration: none;
}

.follow-us a p {
  color: #ffffff;
  text-align: center;
}

.follow-us a p i {
  font-size: 25px;
}

.shop {
  background-color: #F4F4F4;
}

.shop__categories {
  background-color: #ffffff;
}

.shop__category {
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.shop__category__title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100px;
}

.shop__category__title__image {
  min-height: 80px;
  width: 80%;
  margin: 30px 10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.shop__category .cat-item-none {
  padding: 5px;
  opacity: 0.5;
}

.shop__category select {
  display: block;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  margin: 10px 10px;
  height: 37px;
  padding-left: 10px;
  width: 100%;
  margin: 15px 0px;
  background-image: url("../images/arrow_down.svg");
  background-size: 15px auto;
  background-position: center right 10px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .shop__category select {
    display: none;
  }
}

.shop__category ul {
  list-style-type: none;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .shop__category ul {
    display: block;
  }
}

.shop__category ul li {
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
}

.shop__category ul li:last-of-type {
  border: none;
}

.shop__category ul li.active {
  background-color: #006BDE;
  color: #ffffff;
}

.shop__category ul li a {
  color: #1a1818;
}

.shop__category ul li a:hover {
  color: #006BDE;
  text-decoration: underline;
}

.shop__category ul li ul.children {
  border: none;
}

.shop__category ul li ul.children li a {
  padding-left: 35px;
  position: relative;
}

.shop__category ul li ul.children li a:hover {
  background: #006BDE;
}

.shop__category ul li ul.children li a:hover:before {
  color: white;
}

.shop__category ul li ul.children li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  width: 20px;
  position: absolute;
  height: 100%;
  left: 20px;
  line-height: 33px;
  font-size: 10px;
  top: 0px;
  color: #006BDE;
}

.shop__header {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  float: left;
}

.shop__header.end {
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
  padding-top: 10px;
}

.shop__header h5 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .shop__header h5 {
    width: auto;
  }
}

.shop__header p {
  float: right;
  color: #1a1818;
  margin: 0px;
  line-height: 28px;
}

.shop__header__filter {
  float: left;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .shop__header__filter {
    float: right;
  }
}

.shop__header__filter .select-container {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background-color: #ffffff;
  padding-right: 20px;
  padding-left: 10px;
  height: 30px;
  margin-bottom: 5px;
  background-image: url("../images/arrow_down.svg");
  background-position: center right 5px;
  background-size: 8px auto;
  background-repeat: no-repeat;
}

.shop__header__filter .select-container select {
  background: transparent;
  width: 100%;
  font-weight: 500;
  float: left;
  height: 25px;
  line-height: 25px;
}

.shop__header__arrow {
  float: right;
  height: 28px;
  width: 28px;
  margin-left: 10px;
  margin-bottom: 5px;
  line-height: 30px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.shop__feature .card__calendar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100px;
}

@media (min-width: 768px) {
  .shop__feature .card__calendar {
    width: 175px;
  }
}

.shop__feature .card__content {
  padding-right: 15px;
}

.shop__feature .card__content h4 a {
  color: #1a1818;
  text-decoration: none;
}

.shop__feature .card__content p a {
  color: #666665;
  text-decoration: none;
}

.shop__feature .card__content .btn, .shop__feature .card__content .btn--primary, .shop__feature .card__content .btn--secondary {
  display: none;
}

@media (min-width: 768px) {
  .shop__feature .card__content .btn, .shop__feature .card__content .btn--primary, .shop__feature .card__content .btn--secondary {
    display: block;
  }
}

@media (min-width: 768px) {
  .shop__feature .card__content {
    padding-right: 150px;
    padding-left: 190px;
  }
}

.shop__alert {
  background-color: #deeeff;
  border: 1px solid #abd3ff;
  width: 100%;
  float: left;
  padding: 20px 10px;
  border-radius: 3px;
  margin: 15px 0px;
}

.shop__alert p {
  color: #1284ff;
  font-weight: bold;
  margin: 0px;
  font-size: 14px;
}

.shop__alert p a {
  text-decoration: underline;
}

.shop .card--product {
  padding-bottom: 0px;
}

.shop .card--product .card__label {
  display: none;
}

.shop .pagination {
  border-top: 1px solid #e1e1e1;
}

.events {
  background-color: #ffffff;
}

.events .title h3, .events .title h2 {
  float: left;
  line-height: 57px;
}

@media (min-width: 768px) {
  .events .title h3, .events .title h2 {
    float: left;
    line-height: 77px;
  }
}

.events .title .btn, .events .title .btn--primary, .events .title .btn--secondary {
  float: right;
  display: inline-block;
}

.log-in {
  background-color: #ffffff;
  height: 100vh;
  background-image: url("../images/banner/artwork.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.log-in .col-xs-12 {
  height: 100vh;
}

.log-in__box {
  background-color: #ffffff;
  border-radius: 3px;
  top: 30%;
  position: relative;
  min-height: 300px;
  padding: 20px;
  margin: 0px auto;
  display: table;
  min-width: 250px;
  text-align: center;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.bottom-con div {
  display: none;
}

.bottom-con div.woocommerce-notices-wrapper {
  display: block !important;
}

.bottom-con div.woocommerce-notices-wrapper .woocommerce-message {
  display: block !important;
}

.woocommerce-notices-wrapper {
  position: fixed;
  top: 100px;
  padding: 0px;
}

.woocommerce-notices-wrapper {
  top: 150px;
  margin: 0px auto;
  display: table;
  z-index: 1000;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

.woocommerce-message {
  position: relative;
  width: 100%;
  border: none;
  background-color: white;
  font-weight: bold;
  margin: 0px;
  animation: woo-message 7s;
  /*Chrome 16+, Safari 4+*/
  /*FF 5+*/
  /*Not implemented yet*/
  /*IE 10+*/
  animation-fill-mode: forwards;
  /*when the spec is finished*/
}

.woocommerce-message .button {
  display: none !important;
}

.wc_payment_method img {
  max-width: 40px;
  float: left;
  margin: 10px 5px 10px 0px;
}

.wc_payment_method label {
  margin-left: 10px;
}

.payment_box {
  float: left;
}

div.woocommerce.woocommerce.woocommerce {
  width: 100%;
  padding: 0 20px;
}

div.woocommerce.woocommerce.woocommerce #respond input#submit,
div.woocommerce.woocommerce.woocommerce a.button,
div.woocommerce.woocommerce.woocommerce button.button,
div.woocommerce.woocommerce.woocommerce input.button,
div.woocommerce.woocommerce.woocommerce #respond input#submit.alt,
div.woocommerce.woocommerce.woocommerce a.button.alt,
div.woocommerce.woocommerce.woocommerce button.button.alt,
div.woocommerce.woocommerce.woocommerce input.button.alt {
  color: #006BDE;
  border: 2px solid #006BDE;
  background-color: #ffffff;
  padding: 13px 15px;
  font-size: 14px;
  border-radius: 50px;
}

div.woocommerce.woocommerce.woocommerce #respond input#submit:hover, div.woocommerce.woocommerce.woocommerce #respond input#submit:focus,
div.woocommerce.woocommerce.woocommerce a.button:hover,
div.woocommerce.woocommerce.woocommerce a.button:focus,
div.woocommerce.woocommerce.woocommerce button.button:hover,
div.woocommerce.woocommerce.woocommerce button.button:focus,
div.woocommerce.woocommerce.woocommerce input.button:hover,
div.woocommerce.woocommerce.woocommerce input.button:focus,
div.woocommerce.woocommerce.woocommerce #respond input#submit.alt:hover,
div.woocommerce.woocommerce.woocommerce #respond input#submit.alt:focus,
div.woocommerce.woocommerce.woocommerce a.button.alt:hover,
div.woocommerce.woocommerce.woocommerce a.button.alt:focus,
div.woocommerce.woocommerce.woocommerce button.button.alt:hover,
div.woocommerce.woocommerce.woocommerce button.button.alt:focus,
div.woocommerce.woocommerce.woocommerce input.button.alt:hover,
div.woocommerce.woocommerce.woocommerce input.button.alt:focus {
  color: white;
  border: 2px solid transparent;
  background-color: #006BDE;
}

div.woocommerce.woocommerce.woocommerce input[name="coupon_code"].input-text.input-text.input-text {
  min-width: 130px;
  margin: 9px 9px 9px 0;
}

@media (max-width: 786px) {
  div.woocommerce.woocommerce.woocommerce input[name="coupon_code"].input-text.input-text.input-text {
    min-width: 100px;
  }
}

div.woocommerce.woocommerce.woocommerce form .form-row input.input-text,
div.woocommerce.woocommerce.woocommerce form .form-row textarea,
div.woocommerce.woocommerce.woocommerce form .form-row select {
  font-size: 10px;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 10px;
  margin-bottom: 5px;
  border: 1px solid #e1e1e1;
  background-color: #F4F4F4;
  color: #1a1818;
  font-weight: 700;
}

.woocommerce-account.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid #e1e1e1;
  background-color: white;
  padding: 14px;
}

.woocommerce-account section.content--align {
  background-color: #F4F4F4;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  background-color: #ffffff;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li:last-of-type {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #1a1818;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #006BDE;
}

.login-page.login-page.login-page .banner.product {
  display: none;
}

.login-page.login-page.login-page .woocommerce form .form-row label,
.login-page.login-page.login-page .woocommerce-page form .form-row label {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 0.85rem 0;
  font-weight: 700;
}

@media (max-width: 768px) {
  .login-page.login-page.login-page .woocommerce form .form-row label,
  .login-page.login-page.login-page .woocommerce-page form .form-row label {
    margin: 0 0 0.05rem 0;
  }
}

.login-page.login-page.login-page .woocommerce form .form-row label span,
.login-page.login-page.login-page .woocommerce-page form .form-row label span {
  display: none;
}

.login-page.login-page.login-page .row.row-eq-height {
  margin: 0;
}

.login-page.login-page.login-page .log-in__box {
  min-width: 370px;
  max-width: 370px;
}

@media (max-width: 991px) {
  .login-page.login-page.login-page .log-in__box {
    min-width: 344px;
    max-width: 344px;
  }
}

@media (max-width: 767px) {
  .login-page.login-page.login-page .log-in__box {
    min-width: 320px;
    max-width: 100%;
    padding: 6px 10px;
  }
}

@media (max-width: 350px) {
  .login-page.login-page.login-page .log-in__box {
    min-width: 290px;
  }
}

.login-page.login-page.login-page .content--align.padded-section {
  padding: 0;
}

.login-page.login-page.login-page .content--align.padded-section > .container, .login-page.login-page.login-page .content--align.padded-section > .woocommerce-notices-wrapper {
  width: 100%;
  padding: 0;
}

.login-page.login-page.login-page .woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

.login-page.login-page.login-page .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce {
  padding: 0;
}

.login-page.login-page.login-page .woocommerce form .form-row-first,
.login-page.login-page.login-page .woocommerce form .form-row-last,
.login-page.login-page.login-page .woocommerce-page form .form-row-first,
.login-page.login-page.login-page .woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
}

.login-page.login-page.login-page .register,
.login-page.login-page.login-page .woocommerce-form-login {
  margin: 0;
  padding: 0;
  border: none;
}

.login-page.login-page.login-page .registration-form.registration-form.registration-form .woocommerce-Button.button,
.login-page.login-page.login-page div.woocommerce.woocommerce.woocommerce button.button {
  min-width: 200px;
  width: 100%;
  margin: 12px 0;
  font-size: 14px;
  padding: 13px 15px;
  font-family: proxima-nova-condensed, sans-serif !important;
}

@media (max-width: 767px) {
  .login-page.login-page.login-page .registration-form.registration-form.registration-form .woocommerce-Button.button,
  .login-page.login-page.login-page div.woocommerce.woocommerce.woocommerce button.button {
    font-size: 12px;
  }
}

.login-page.login-page.login-page .woocommerce-simple-registration-login-link,
.login-page.login-page.login-page .woocommerce-LostPassword {
  text-align: center;
}

.login-page.login-page.login-page .woocommerce-simple-registration-login-link a,
.login-page.login-page.login-page .woocommerce-LostPassword a {
  font-weight: 300;
}

.page-template-template-register.page-template-template-register .log-in__box {
  top: 50%;
  transform: translateY(-50%);
}

.footer__newsletter input[type=submit] {
  float: left;
  width: 40%;
  background-color: #1a1818;
  color: #ffffff;
  font-family: titling-gothic-fb-compressed, sans-serif;
  height: 40px;
  text-align: center;
  font-weight: 500;
  border: none;
  font-size: 14px;
}

.shop__category ul li {
  padding: 0;
}

.shop__category ul li.current-cat a {
  background-color: #006BDE;
  color: #ffffff;
}

.shop__category ul li a {
  padding: 5px 10px 5px 10px;
  display: block;
  text-decoration: none;
}

.shop__category ul li a:hover, .shop__category ul li a:focus {
  background-color: #006BDE;
  color: #ffffff;
  text-decoration: none;
}

.shop__header__arrow {
  position: relative;
}

.shop__header__arrow a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px !important;
  line-height: 28px;
  color: #1a1818;
}

.shop__header__arrow a i {
  line-height: 28px;
}

.shop__header__arrow a:hover {
  color: #006BDE;
}

.woo-custom-price.woo-custom-price.woo-custom-price .price {
  float: left;
  color: #ffffff;
  line-height: 45px;
  margin-right: 10px;
  margin-bottom: 25px;
  font-size: 25px;
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: 700;
  margin-top: 0.333rem;
}

.woo-custom-price.woo-custom-price.woo-custom-price .quantity {
  float: left;
}

.woo-custom-price.woo-custom-price.woo-custom-price .quantity label {
  display: none;
}

.woo-custom-price.woo-custom-price.woo-custom-price .quantity input {
  width: 50px;
  float: left;
  height: 48px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  padding-left: 0px;
  font-size: 20px;
  border: none;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .woo-custom-price.woo-custom-price.woo-custom-price .quantity input {
    padding-left: 0px;
  }
}

.woo-custom-price.woo-custom-price.woo-custom-price .btn.btn--primary, .woo-custom-price.woo-custom-price.woo-custom-price .btn--primary, .woo-custom-price.woo-custom-price.woo-custom-price .btn--primary.btn--secondary {
  background-color: transparent;
}

.woo-custom-price.woo-custom-price.woo-custom-price .btn.btn--primary:hover, .woo-custom-price.woo-custom-price.woo-custom-price .btn--primary:hover, .woo-custom-price.woo-custom-price.woo-custom-price .btn--primary.btn--secondary:hover, .woo-custom-price.woo-custom-price.woo-custom-price .btn.btn--primary:focus, .woo-custom-price.woo-custom-price.woo-custom-price .btn--primary:focus, .woo-custom-price.woo-custom-price.woo-custom-price .btn--primary.btn--secondary:focus {
  background-color: #0052ab;
  border-color: #0052ab;
}

.woo-custom-price.woo-custom-price.woo-custom-price #wc-stripe-payment-request-wrapper {
  display: none;
}

.product-fixed.product-fixed.product-fixed.product-fixed .price,
.product-fixed.product-fixed.product-fixed.product-fixed .product__content__number {
  display: none;
}

.product-fixed.product-fixed.product-fixed.product-fixed .btn.btn--primary.left.m-bottom--s, .product-fixed.product-fixed.product-fixed.product-fixed .btn--primary.left.m-bottom--s, .product-fixed.product-fixed.product-fixed.product-fixed .btn--primary.left.m-bottom--s.btn--secondary {
  color: #006BDE;
  border: 2px solid #006BDE;
  background-color: #ffffff;
  padding: 13px 10px;
}

.product-fixed.product-fixed.product-fixed.product-fixed .btn.btn--primary.left.m-bottom--s:hover, .product-fixed.product-fixed.product-fixed.product-fixed .btn--primary.left.m-bottom--s:hover, .product-fixed.product-fixed.product-fixed.product-fixed .btn--primary.left.m-bottom--s.btn--secondary:hover {
  color: #ffffff;
  background-color: #006BDE;
}

.page-template-template-register-php .form-row-first,
.page-template-template-register-php .form-row-last {
  display: none;
}

.product-template-template-product-template-2-php footer {
  margin-bottom: 130px;
}

.wcml_currency_switcher a {
  font-size: 11px;
  line-height: 24px;
  font-weight: bold;
}

.wcml_currency_switcher .wcml-cs-item-toggle {
  border-radius: 2px;
  background-color: #ffffff;
  padding-right: 20px;
  padding-left: 10px;
  height: 30px;
  margin-bottom: 5px;
  color: #1a1818;
  background-position: center right 5px;
  background-size: 8px auto;
  background-repeat: no-repeat;
}

.wcml_currency_switcher .wcml-cs-item-toggle:hover {
  color: #006BDE;
}

.wcml_currency_switcher .wcml-cs-submenu {
  cursor: pointer;
}

.wcml_currency_switcher .wcml-cs-submenu li a {
  color: #1a1818;
}

.wcml_currency_switcher .wcml-cs-submenu li a:hover {
  cursor: pointer;
  color: #006BDE;
}

/*********************
Accordian
*********************/
.accordian__title {
  background-color: #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 40px;
  margin-top: 10px;
}

.accordian__title p {
  width: 100%;
  margin: 0px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.accordian__title.active {
  background-color: #ffffff;
  border-bottom: none;
  height: 50px;
  margin-top: 0px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.accordian__title.active p {
  line-height: 45px;
}

.accordian__content {
  padding: 15px 10px;
  background-color: #ffffff;
  display: none;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.accordian__content.active {
  display: block;
}

/**
 * WordPress WYSIWYG Editor Styles
 *
 * Some nice SCSS styles. Fixes the alignment left/right issues when using them in the editor.
 * There's a load of more 'defaults' over at http://digwp.com/2010/05/default-wordpress-css-styles-hooks/
 * which is where this was original 'borrowed' from. Cheers Jeff Starr (@perishable)!
 *
 * @author Kevin Ruscoe (@kevdotbadger)
 * @link http://digwp.com/2010/05/default-wordpress-css-styles-hooks/ Original author
 * @link https://twitter.com/perishable                               Twitter of original author
 */
.entry-content img {
  margin: 0 0 1.5em;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
