@charset "UTF-8";
/*------------------------------------*    STYLE.CSS
\*------------------------------------*/
/**
 *
 * sass --watch style.scss:style.min.css --style compressed
 *
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*    INUIT.CSS
\*------------------------------------*/
/*!*
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any modules styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
    * Let’s make the box model all nice, shall we...?
    */
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after, .nav:after, .media:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.gform_fields > li,
.media,
.island,
.islet {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
  ul, .islet ol, .islet dl, .islet
  blockquote, .islet p, .islet address, .islet
  table, .islet
  fieldset, .islet figure, .islet
  pre,
  .islet .form-fields > li,
  .islet .gform_fields > li, .islet
  .media, .islet
  .island, .islet
  .islet {
    margin-bottom: 10px;
    margin-bottom: 0.71429rem; }

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 40px;
  margin-bottom: 2.85714rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 18px;
  margin-bottom: 1.28571rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 40px;
  margin-left: 2.85714rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*    $MAIN
\*------------------------------------*/
html {
  font: 0.875em/1.71429 sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

/*------------------------------------*    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 45px;
  font-size: 3.21429rem;
  line-height: 1.06667; }

h2, .beta {
  font-size: 35px;
  font-size: 2.5rem;
  line-height: 1.37143; }

h3, .gamma {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.6; }

h4, .delta {
  font-size: 25px;
  font-size: 1.78571rem;
  line-height: 1.92; }

h5, .epsilon {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.2; }

h6, .zeta {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.33333; }

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 50px;
  font-size: 3.57143rem;
  line-height: 1.44; }

.mega {
  font-size: 45px;
  font-size: 3.21429rem;
  line-height: 1.06667; }

.kilo {
  font-size: 40px;
  font-size: 2.85714rem;
  line-height: 1.2; }

/*------------------------------------*    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.lede,
.lead {
  font-size: 15.75px;
  font-size: 1.125rem;
  line-height: 1.52381; }

/*------------------------------------*    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2; }

.micro {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 2.4; }

/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "‘" "’" "\\201C " "\\201D "; }
  q:before {
    content: "\2018";
    content: open-quote; }
  q:after {
    content: "\2019";
    content: close-quote; }
  q q:before {
    content: "\201C";
    content: open-quote; }
  q q:after {
    content: "\201D";
    content: close-quote; }

blockquote {
  quotes: "\\201C " "\\201D "; }
  blockquote p:before {
    content: "\\201C ";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "\\201D ";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
     * .4em is roughly equal to the width of the opening “ that we wish to hang.
     */
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014"; }

/*------------------------------------*    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
     * Override this setting in your theme stylesheet
     */
  opacity: 0.75;
  filter: alpha(opacity=75); }

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%; }

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 3px; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }

.img--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 100px; }

.img--medium {
  height: 200px; }

.img--tall {
  height: 300px; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

/*------------------------------------*    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal; }

/*------------------------------------*    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 5px;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 10px; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #2f3137; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }

.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }

.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 20px; }

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input, textarea {
  /**
     * Style these via your theme stylesheet.
     */ }

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields, .gform_fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child, .gform_fields > li:last-child {
  margin-bottom: 0; }

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block; }

/**
     * Extra help text in `label`s, e.g.:
     *
       <label>Card number <small class=additional>No spaces</small></label>
     *
     */
.additional {
  display: block;
  font-weight: normal; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list,
ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0; }

/*
     * Labels in check-lists
     */
.check-label, .check-list label,
ul.gfield_radio label,
ul.gfield_checkbox label, .check-list .label,
ul.gfield_radio .label,
ul.gfield_checkbox .label {
  display: inline-block; }

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit; }

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
/*------------------------------------*    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid, #menu-footer-menu {
  margin-left: -20px;
  list-style: none;
  margin-bottom: 0; }

/**
     * Very infrequently occuring grid wrappers as children of grid wrappers.
     */
.grid > .grid, #menu-footer-menu > .grid, .grid > #menu-footer-menu, #menu-footer-menu > #menu-footer-menu {
  margin-left: 0; }

/**
     * Grid
     */
.grid__item, #menu-footer-menu > li {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  vertical-align: top; }

/*------------------------------------*    $FLEXBOX
\*------------------------------------*/
/**
 * Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
 * it, in a way... e.g.:
 *
   <header class=flexbox>

       <div class=flexbox__item>
           <b>Welcome to</b>
       </div>

       <div class=flexbox__item>
           <img src="//csswizardry.com/inuitcss/img/logo.jpg" alt="inuit.css">
       </div>

   </header>
 *
 * We can also combine our grid system classes with `.flexbox__item` classes,
 * e.g.:
 *
   <div class=flexbox>
       <div class="flexbox__item  one-quarter">
       </div>
       <div class="flexbox__item  three-quarters">
       </div>
   </div>
 *
 * It’s pretty poorly named I’m afraid, but it works...
 *
 * Demo: jsfiddle.net/inuitcss/ufUh2
 *
 */
.flexbox {
  display: table;
  width: 100%; }

/**
 * Nasty hack to circumvent Modernizr conflicts.
 */
html.flexbox {
  display: block;
  width: auto; }

.flexbox__item {
  display: table-cell;
  vertical-align: middle; }

/*------------------------------------*    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav {
  list-style: none;
  margin-left: 0; }
  .nav > li,
  .nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item; }
  .nav--stacked > li > a {
    display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a {
      padding: 10px; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 20px; }

/**
     * Reversed image location (right instead of left).
     */
.media__img--rev {
  float: right;
  margin-left: 20px; }

.media__img img,
.media__img--rev img {
  display: block; }

.media__body {
  overflow: hidden; }

.media__body,
.media__body > :last-child {
  margin-bottom: 0; }

/**
     * `.img`s in `.islet`s need an appropriately sized margin.
     */
.islet .media__img {
  margin-right: 10px; }

.islet .media__img--rev {
  margin-left: 10px; }

/*------------------------------------*    $BLOCK-LIST
\*------------------------------------*/
/**
 * Create big blocky lists of content, e.g.:
 *
   <ul class=block-list>
      <li>Foo</li>
      <li>Bar</li>
      <li>Baz</li>
      <li><a href=# class=block-list__link>Foo Bar Baz</a></li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/hR57q
 *
 */
.block-list,
.block-list > li {
  border: 0 solid #2f3137; }

.block-list {
  list-style: none;
  margin-left: 0;
  border-top-width: 1px; }
  .block-list > li {
    border-bottom-width: 1px;
    padding: 10px; }

.block-list__link {
  display: block;
  padding: 10px;
  margin: -10px; }

/*------------------------------------*    $SPRITE
\*------------------------------------*/
/**
 * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
 * a background image e.g.:
 *
   <a class="sprite  sprite--question-mark">More info&hellip;</a>
 *
 * or
 *
   <a href=#><i class="sprite  sprite--question-mark"></i> Help and FAQ</a>
 *
 * Giving an element a class of `.icon` will throw it into ‘icon’ mode and will
 * not add a background, but should be used for icon fonts and is populated
 * through a `data-icon` attribute and the `:after` pseudo-element, e.g.:
 *
   <a href=#><i class=icon data-icon="&#xF000;"></i> View your favourites</a>
 *
 * Where ‘&#xF000;’ might map to a star in your particular icon font.
 *
 * These all require extension in your theme stylesheet, e.g. in your own CSS:
 *
   .sprite{
       background-image:url(path/to/your/sprite.png);
   }
   .sprite--link{ background-position:0   0  ; }
   .sprite--star{ background-position:0 -16px; }
 *
 * Demo: jsfiddle.net/inuitcss/6TKuS
 *
 */
 /* hide price in product field for forms */
 .ginput_product_price_label { display: none; }
 
.sprite, .ginput_card_security_code_icon,
.gform_card_icon,
.icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
     * So using `.icon` on certain elements doesn’t make a visual difference.
     */
  font-style: normal;
  font-weight: normal;
  /**
     * So icons added using `.icon` sit in the centre of the element.
     */
  text-align: center; }

.sprite, .ginput_card_security_code_icon,
.gform_card_icon {
  /**
     * The typical size of most icons. Override in your theme stylesheet.
     */
  width: 16px;
  height: 16px;
  top: -1px;
  /*
     * H5BP method image replacement:
     * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
     */
  overflow: hidden;
  *text-indent: -9999px; }
  .sprite:before, .ginput_card_security_code_icon:before,
  .gform_card_icon:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/**
 * Set up icon font
 */
.icon {
  font-size: 16px;
  /**
     * Place the icon in a box the exact same dimensions as the icon itself.
     */
  width: 1em;
  height: 1em; }
  .icon:before {
    content: attr(data-icon); }

/**
 * Icon size modifiers.
 */
.icon--large {
  font-size: 32px; }

.icon--huge {
  font-size: 64px; }

.icon--natural {
  font-size: inherit; }

/*------------------------------------*    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 3px;
  /* [8] */ }

.btn, .btn:hover {
  text-decoration: none;
  /* [9] */ }

.btn:active, .btn:focus {
  outline: none; }

/*------------------------------------*    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4; }

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/*------------------------------------*    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */ }

/*------------------------------------*    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

/*------------------------------------*    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class=pill>here</span> is a pill!</p>
 *
   <p>This <span class=loz>here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 * Demo: jsfiddle.net/inuitcss/N3pGm
 *
 */
.pill, .loz {
  display: inline-block;
  /**
     * These numbers set in ems mean that, at its narrowest, a lozenge will be
     * the same width as the `line-height` set on the `html` element.
     * This allows us to use the `.loz` in almost any `font-size` we wish.
     */
  min-width: 1.14286em;
  padding-right: 0.28571em;
  padding-left: 0.28571em;
  /* =1.50em */
  text-align: center;
  background-color: #2f3137;
  color: #fff;
  /* Override this color in your theme stylesheet */
  /**
     * Normally we’d use border-radius:100%; but instead here we just use an
     * overly large number; `border-radius:100%;` would create an oval on
     * non-square elements whereas we just want to round the ends of an element.
     */
  border-radius: 100px; }

.loz {
  border-radius: 3px; }

/*------------------------------------*    $RULES
\*------------------------------------*/
/**
 * Horizontal rules, extend `hr`.
 *
 * Demo: jsfiddle.net/inuitcss/L6GuZ
 *
 */
.rule {
  color: #2f3137;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 19px;
  margin-bottom: 1.35714rem; }

/**
 * Dotted rules
 */
.rule--dotted {
  border-bottom-style: dotted; }

/**
 * Dashed rules
 */
.rule--dashed {
  border-bottom-style: dashed; }

/**
 * Ornamental rules. Places a § over the rule.
 */
.rule--ornament {
  position: relative;
  /**
    * Pass in an arbitrary ornament though a data attribute, e.g.:
    *
      <hr class="rule  rule--ornament" data-ornament="!">
    *
    */ }
  .rule--ornament:after {
    content: "\00A7";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 0;
    text-align: center; }
  .rule--ornament[data-ornament]:after {
    content: attr(data-ornament); }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
    * Whole
    */
.one-whole {
  width: 100%; }

/**
    * Halves
    */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
    * Thirds
    */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
    * Quarters
    */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
    * Fifths
    */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
    * Sixths
    */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
    * Eighths
    */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
    * Tenths
    */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
    * Twelfths
    */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 419px) {
  /**
    * Whole
    */
  .palm-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%; }
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%; }
  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }
  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .palm-one-eighth {
    width: 12.5%; }
  .palm-three-eighths {
    width: 37.5%; }
  .palm-five-eighths {
    width: 62.5%; }
  .palm-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .palm-one-tenth {
    width: 10%; }
  .palm-three-tenths {
    width: 30%; }
  .palm-seven-tenths {
    width: 70%; }
  .palm-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .palm-one-twelfth {
    width: 8.333%; }
  .palm-five-twelfths {
    width: 41.666%; }
  .palm-seven-twelfths {
    width: 58.333%; }
  .palm-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  /**
    * Whole
    */
  .lap-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%; }
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%; }
  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }
  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-one-eighth {
    width: 12.5%; }
  .lap-three-eighths {
    width: 37.5%; }
  .lap-five-eighths {
    width: 62.5%; }
  .lap-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-one-tenth {
    width: 10%; }
  .lap-three-tenths {
    width: 30%; }
  .lap-seven-tenths {
    width: 70%; }
  .lap-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-one-twelfth {
    width: 8.333%; }
  .lap-five-twelfths {
    width: 41.666%; }
  .lap-seven-twelfths {
    width: 58.333%; }
  .lap-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 420px) {
  /**
    * Whole
    */
  .lap-and-up-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%; }
  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%; }
  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%; }
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%; }
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%; }
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%; }
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-and-up-one-eighth {
    width: 12.5%; }
  .lap-and-up-three-eighths {
    width: 37.5%; }
  .lap-and-up-five-eighths {
    width: 62.5%; }
  .lap-and-up-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-and-up-one-tenth {
    width: 10%; }
  .lap-and-up-three-tenths {
    width: 30%; }
  .lap-and-up-seven-tenths {
    width: 70%; }
  .lap-and-up-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-and-up-one-twelfth {
    width: 8.333%; }
  .lap-and-up-five-twelfths {
    width: 41.666%; }
  .lap-and-up-seven-twelfths {
    width: 58.333%; }
  .lap-and-up-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (max-width: 768px) {
  /**
    * Whole
    */
  .portable-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%; }
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%; }
  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }
  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .portable-one-eighth {
    width: 12.5%; }
  .portable-three-eighths {
    width: 37.5%; }
  .portable-five-eighths {
    width: 62.5%; }
  .portable-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .portable-one-tenth {
    width: 10%; }
  .portable-three-tenths {
    width: 30%; }
  .portable-seven-tenths {
    width: 70%; }
  .portable-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .portable-one-twelfth {
    width: 8.333%; }
  .portable-five-twelfths {
    width: 41.666%; }
  .portable-seven-twelfths {
    width: 58.333%; }
  .portable-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 769px) {
  /**
    * Whole
    */
  .desk-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%; }
  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%; }
  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%; }
  .desk-two-fifths, .desk-four-tenths {
    width: 40%; }
  .desk-three-fifths, .desk-six-tenths {
    width: 60%; }
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%; }
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .desk-one-eighth {
    width: 12.5%; }
  .desk-three-eighths {
    width: 37.5%; }
  .desk-five-eighths {
    width: 62.5%; }
  .desk-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .desk-one-tenth {
    width: 10%; }
  .desk-three-tenths {
    width: 30%; }
  .desk-seven-tenths {
    width: 70%; }
  .desk-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .desk-one-twelfth {
    width: 8.333%; }
  .desk-five-twelfths {
    width: 41.666%; }
  .desk-seven-twelfths {
    width: 58.333%; }
  .desk-eleven-twelfths {
    width: 91.666%; } }

/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
@media only screen and (min-width: 1180px) {
  /**
    * Whole
    */
  .desk-wide-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .desk-wide-one-half, .desk-wide-two-quarters, .desk-wide-three-sixths, .desk-wide-four-eighths, .desk-wide-five-tenths, .desk-wide-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .desk-wide-one-third, .desk-wide-two-sixths, .desk-wide-four-twelfths {
    width: 33.333%; }
  .desk-wide-two-thirds, .desk-wide-four-sixths, .desk-wide-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .desk-wide-one-quarter, .desk-wide-two-eighths, .desk-wide-three-twelfths {
    width: 25%; }
  .desk-wide-three-quarters, .desk-wide-six-eighths, .desk-wide-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .desk-wide-one-fifth, .desk-wide-two-tenths {
    width: 20%; }
  .desk-wide-two-fifths, .desk-wide-four-tenths {
    width: 40%; }
  .desk-wide-three-fifths, .desk-wide-six-tenths {
    width: 60%; }
  .desk-wide-four-fifths, .desk-wide-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .desk-wide-one-sixth, .desk-wide-two-twelfths {
    width: 16.666%; }
  .desk-wide-five-sixths, .desk-wide-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .desk-wide-one-eighth {
    width: 12.5%; }
  .desk-wide-three-eighths {
    width: 37.5%; }
  .desk-wide-five-eighths {
    width: 62.5%; }
  .desk-wide-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .desk-wide-one-tenth {
    width: 10%; }
  .desk-wide-three-tenths {
    width: 30%; }
  .desk-wide-seven-tenths {
    width: 70%; }
  .desk-wide-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .desk-wide-one-twelfth {
    width: 8.333%; }
  .desk-wide-five-twelfths {
    width: 41.666%; }
  .desk-wide-seven-twelfths {
    width: 58.333%; }
  .desk-wide-eleven-twelfths {
    width: 91.666%; } }

/* endif */
/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: sans-serif!important;
  color: #006ee1!important; }

.brand-face {
  font-family: sans-serif!important; }

.brand-color,
.brand-colour {
  color: #006ee1!important; }

/*------------------------------------*    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

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

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

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

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

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

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

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

/**
 * Add/remove margins
 */
.push {
  margin: 20px !important; }

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

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

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

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

.push--ends {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.push--sides {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.push-half {
  margin: 10px !important; }

.push-half--top {
  margin-top: 10px !important; }

.push-half--right {
  margin-right: 10px !important; }

.push-half--bottom {
  margin-bottom: 10px !important; }

.push-half--left {
  margin-left: 10px !important; }

.push-half--ends {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.push-half--sides {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.flush {
  margin: 0 !important; }

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

.flush--right {
  margin-right: 0 !important; }

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

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 20px !important; }

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

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

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

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

.soft--ends {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.soft--sides {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.soft-half {
  padding: 10px !important; }

.soft-half--top {
  padding-top: 10px !important; }

.soft-half--right {
  padding-right: 10px !important; }

.soft-half--bottom {
  padding-bottom: 10px !important; }

.soft-half--left {
  padding-left: 10px !important; }

.soft-half--ends {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.soft-half--sides {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.hard {
  padding: 0 !important; }

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

.hard--right {
  padding-right: 0 !important; }

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

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -20px !important;
  margin-left: -20px !important; }
  .islet .full-bleed {
    margin-right: -10px !important;
    margin-left: -10px !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media only screen and (max-width: 419px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 420px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (max-width: 768px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 769px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1180px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

/* endif */
/**
 * She’s all yours, cap’n... Begin importing your stuff here.
 */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

@media only screen and (max-width: 419px) {
  .swiper-wrapper .slide__content h3 {
      font-size: 20px !important;
  }

  .swiper-wrapper .slide__content h6 {
      font-size: 15px !important;
  }

  .row--slider_row .slide {
    background-color: white !important; 
  }

}
.swiper-container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}  

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs-accordion-title {
  display: none; }

.r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs-nav {
    display: none; }
  .r-tabs-accordion-title {
    display: block; } }

@font-face {
  font-family: 'enttec-icons';
  src: url("../fonts/enttec-icons.ttf?4a208b") format("truetype"), url("../fonts/enttec-icons.woff?4a208b") format("woff"), url("../fonts/enttec-icons.svg?4a208b#enttec-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico, ul.download-list a:after,
ol.download-list a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'enttec-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-link:before,
.ico-links:before {
  content: ""; }

.ico-arrow-up:before {
  content: ""; }

.ico-accordion-down:before {
  content: ""; }

.ico-accordion-up:before {
  content: ""; }

.ico-cart-add:before {
  content: ""; }

.ico-cart-options:before {
  content: ""; }

.ico-cart:before {
  content: ""; }

.ico-chevron-left-heavy:before {
  content: ""; }

.ico-chevron-left:before {
  content: ""; }

.ico-chevron-right:before {
  content: ""; }

.ico-chevron-right-heavy:before {
  content: ""; }

.ico-close:before {
  content: ""; }

.ico-controllers:before {
  content: ""; }

.ico-download:before {
  content: ""; }

.ico-enlarge:before {
  content: ""; }

.ico-facebook:before {
  content: ""; }

.ico-gplus:before {
  content: ""; }

.ico-marker:before {
  content: ""; }

.ico-menu:before {
  content: ""; }

.ico-search:before {
  content: ""; }

.ico-technical:before {
  content: ""; }

.ico-twitter:before {
  content: ""; }

.ico-user:before {
  content: ""; }

.ico-youtube:before {
  content: ""; }

a.sprite, a.ginput_card_security_code_icon,
a.gform_card_icon,
a.icon,
button.sprite,
button.ginput_card_security_code_icon,
button.gform_card_icon,
button.icon {
  padding: 0;
  border: none;
  background-color: transparent !important;
  text-indent: -9999px;
  outline: none; }
  a.sprite:hover, a.ginput_card_security_code_icon:hover,
  a.gform_card_icon:hover,
  a.icon:hover,
  button.sprite:hover,
  button.ginput_card_security_code_icon:hover,
  button.gform_card_icon:hover,
  button.icon:hover {
    background-color: transparent !important; }
  a.sprite:focus, a.ginput_card_security_code_icon:focus,
  a.gform_card_icon:focus, a.sprite:active, a.ginput_card_security_code_icon:active,
  a.gform_card_icon:active,
  a.icon:focus,
  a.icon:active,
  button.sprite:focus,
  button.ginput_card_security_code_icon:focus,
  button.gform_card_icon:focus,
  button.sprite:active,
  button.ginput_card_security_code_icon:active,
  button.gform_card_icon:active,
  button.icon:focus,
  button.icon:active {
    outline: none; }

.sprite, .ginput_card_security_code_icon,
.gform_card_icon,
.icon {
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%; }

.sprite--logo {
  background-image: url(../images/logo.svg);
  width: 150px;
  height: 18px; }

.sprite--menu,
.sprite--menu--white {
  border: none;
  width: 40px;
  height: 40px;
  position: relative; }
  .sprite--menu:after,
  .sprite--menu--white:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 3px;
    top: 12px;
    left: 16%;
    background: #d9e0e4;
    box-shadow: 0 7px 0 #d9e0e4, 0 14px 0 #d9e0e4;
    transition: background 0.3s linear, box-shadow 0.3s linear; }

.sprite--menu-white:after {
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }

/*
a.sprite--menu:hover:after {
    background: $grey;
    box-shadow: 0 7px 0 $grey, 0 14px 0 $grey;
}
*/
.sprite--close {
  width: 50px;
  height: 50px; }
  .sprite--close::before, .sprite--close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #000;
    height: 8px;
    margin-top: -4px;
    border-radius: 5px; }
  .sprite--close::before {
    transform: rotate(45deg); }
  .sprite--close::after {
    transform: rotate(-45deg); }

.grid, #menu-footer-menu {
  font-size: 0;
  line-height: 0; }
  .grid:after, #menu-footer-menu:after {
    content: "";
    display: table;
    clear: both; }
  .grid.grid--reverse > .grid__item, .grid--reverse#menu-footer-menu > .grid__item, #menu-footer-menu.grid--reverse > li {
    float: right; }

.grid__item, #menu-footer-menu > li {
  font-size: 14px;
  line-height: 24px; }
  .grid__item:after, #menu-footer-menu > li:after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (min-width: 769px) {
  .desk-hide {
    display: none !important; }
  .desk-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .desk-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .desk-text--left {
    text-align: left !important; }
  .desk-text--right {
    text-align: right !important; }
  .desk-text--center {
    text-align: center !important; }
  .desk-float--left {
    float: left !important; }
  .desk-float--right {
    float: right !important; }
  .desk-float-none {
    float: none !important; }
  .desk-hard--left {
    padding-left: 0 !important; }
  .desk-hard--right {
    padding-right: 0 !important; }
  .desk-pull--bottom {
    margin-bottom: 0 !important; }
  .desk-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.desk-one-whole, .grid--reverse#menu-footer-menu > .grid__item.desk-one-whole, #menu-footer-menu.grid--reverse > li.desk-one-whole {
    float: none; } }

@media only screen and (min-width: 420px) {
  .lap-and-up-hide {
    display: none !important; }
  .lap-and-up-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .lap-and-up-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .lap-and-up-text--left {
    text-align: left !important; }
  .lap-and-up-text--right {
    text-align: right !important; }
  .lap-and-up-text--center {
    text-align: center !important; }
  .lap-and-up-float--left {
    float: left !important; }
  .lap-and-up-float--right {
    float: right !important; }
  .lap-and-up-float-none {
    float: none !important; }
  .lap-and-up-hard--left {
    padding-left: 0 !important; }
  .lap-and-up-hard--right {
    padding-right: 0 !important; }
  .lap-and-up-pull--bottom {
    margin-bottom: 0 !important; }
  .lap-and-up-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.lap-and-up-one-whole, .grid--reverse#menu-footer-menu > .grid__item.lap-and-up-one-whole, #menu-footer-menu.grid--reverse > li.lap-and-up-one-whole {
    float: none; } }

@media only screen and (max-width: 768px) {
  .portable-hide {
    display: none !important; }
  .portable-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .portable-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .portable-text--left {
    text-align: left !important; }
  .portable-text--right {
    text-align: right !important; }
  .portable-text--center {
    text-align: center !important; }
  .portable-float--left {
    float: left !important; }
  .portable-float--right {
    float: right !important; }
  .portable-float-none {
    float: none !important; }
  .portable-hard--left {
    padding-left: 0 !important; }
  .portable-hard--right {
    padding-right: 0 !important; }
  .portable-pull--bottom {
    margin-bottom: 0 !important; }
  .portable-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.portable-one-whole, .grid--reverse#menu-footer-menu > .grid__item.portable-one-whole, #menu-footer-menu.grid--reverse > li.portable-one-whole {
    float: none; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  .lap-hide {
    display: none !important; }
  .lap-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .lap-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .lap-text--left {
    text-align: left !important; }
  .lap-text--right {
    text-align: right !important; }
  .lap-text--center {
    text-align: center !important; }
  .lap-float--left {
    float: left !important; }
  .lap-float--right {
    float: right !important; }
  .lap-float-none {
    float: none !important; }
  .lap-hard--left {
    padding-left: 0 !important; }
  .lap-hard--right {
    padding-right: 0 !important; }
  .lap-pull--bottom {
    margin-bottom: 0 !important; }
  .lap-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.lap-one-whole, .grid--reverse#menu-footer-menu > .grid__item.lap-one-whole, #menu-footer-menu.grid--reverse > li.lap-one-whole {
    float: none; } }

@media only screen and (max-width: 419px) {
  .palm-hide {
    display: none !important; }
  .palm-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .palm-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .palm-text--left {
    text-align: left !important; }
  .palm-text--right {
    text-align: right !important; }
  .palm-text--center {
    text-align: center !important; }
  .palm-float--left {
    float: left !important; }
  .palm-float--right {
    float: right !important; }
  .palm-float-none {
    float: none !important; }
  .palm-hard--left {
    padding-left: 0 !important; }
  .palm-hard--right {
    padding-right: 0 !important; }
  .palm-pull--bottom {
    margin-bottom: 0 !important; }
  .palm-pull--top {
    margin-top: 0 !important; }
  .grid.grid--reverse > .grid__item.palm-one-whole, .grid--reverse#menu-footer-menu > .grid__item.palm-one-whole, #menu-footer-menu.grid--reverse > li.palm-one-whole {
    float: none; } }

html, body {
  overflow-x: hidden; }

body {
  background-color: #f2f2f2; }

a:focus,
input[type=button]:focus,
input[type=submit]:focus,
button:focus {
  outline: none; }

main,
header,
footer,
article,
section {
  position: relative; }

.nav,
.nav li {
  margin-bottom: 0; }
  .nav.ignore > a,
  .nav li.ignore > a {
    cursor: default;
    pointer-events: none; }

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

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap.wrap--full {
    max-width: 100%; }
  .wrap.wrap--hard {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.hr {
  font-size: 0;
  padding: 0;
  margin: 20px 0;
  line-height: 0;
  overflow: hidden;
  display: block;
  height: 0;
  border-top: 1px solid #e0e0e0; }

#main {
  background-color: #fff; }

.bg--brand {
  background-color: #006ee1; }

.bg--primary {
  background-color: #006ee1; }

.bg--secondary {
  background-color: #ffa400; }

.bg--tertiary {
  background-color: #a1a1a1; }

.bg--quarternary {
  background-color: #27aae1; }

.bg--light {
  background-color: #f5f5f5; }

.bg--black {
  background-color: #2c2d33; }

.bg--grey {
  background-color: #a1a1a1; }

.bg--light-grey {
  background-color: #e0e0e0; }

.bg--soft {
  background-color: #f2f2f2; }

.bg--white {
  background-color: #fff; }

.bg--image-full {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

img {
  width: auto;
  height: auto; }
  img, img[height], img[width] {
    max-width: 100%; }
  img.full {
    width: 100%; }
  img.lazy {
    opacity: 0; }
  img.lazy-loaded {
    opacity: 1; }

.lazy-before,
.lazy-after {
  position: relative; }

.lazy-before:before,
.lazy-after:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: opacity 0.6s;
  opacity: 0; }

.lazy-before.lazy-loaded:before {
  opacity: 1; }

.lazy-after.lazy-loaded:after {
  opacity: 1; }

.table-responsive > table,
table.easy-table {
  border: none; }
  .table-responsive > table thead,
  table.easy-table thead {
    background-color: #e0e0e0; }
  .table-responsive > table th, .table-responsive > table td,
  table.easy-table th,
  table.easy-table td {
    padding: 14px 10px; }
  .table-responsive > table tbody tr:hover td, .table-responsive > table tbody tr:hover th,
  table.easy-table tbody tr:hover td,
  table.easy-table tbody tr:hover th {
    background-color: #f2f2f2; }

@media only screen and (min-width: 420px) and (max-width: 1180px) {
  .wrap:not(.wrap--hard) {
    padding-left: 40px;
    padding-right: 40px; }
  .category-section .row--banner_row {
    margin-left: -40px;
    margin-right: -40px;
    width: inherit; }}

@media only screen and (max-width: 419px) {
  .wrap:not(.wrap--hard) {
    padding-left: 20px;
    padding-right: 20px; }
  .category-section .row--banner_row {
    margin-left: -20px;
    margin-right: -20px;
    width: inherit; } 
  .product-box__title{
    margin-bottom: 15px !important;
  }
  }

html, body {
  font-family: 'Fira Sans', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2f3137; }

::-moz-selection {
  background-color: #006ee1;
  color: #fff; }

::selection {
  background-color: #006ee1;
  color: #fff; }

a {
  text-decoration: none;
  transition: all 0.3s; }
  a, a:visited {
    color: #006ee1; }
  a .ico + span:not(.visuallyhidden), a ul.download-list a:after + span:not(.visuallyhidden), ul.download-list a a:after + span:not(.visuallyhidden), a
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list a a:after + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  a span:not(.visuallyhidden) + .ico, a ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list a span:not(.visuallyhidden) + a:after, a
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list a span:not(.visuallyhidden) + a:after {
    display: inline-block;
    margin-left: 6px; }

a.link {
  display: inline-block;
  position: relative; }
  a.link, a.link:visited {
    color: #006ee1; }
    a.link:after, a.link:visited:after {
      transition: all 0.3s;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid rgba(0, 110, 225, 0);
      bottom: -3px; }
  a.link:hover, a.link:focus, a.link:active {
    color: #006ee1; }
    a.link:hover:after, a.link:focus:after, a.link:active:after {
      bottom: 3px;
      border-color: #006ee1; }

.main__header p > a:not(.btn):not(.action-link):not(.button),
.section__header p > a:not(.btn):not(.action-link):not(.button),
.section__body p > a:not(.btn):not(.action-link):not(.button),
.section__footer p > a:not(.btn):not(.action-link):not(.button) {
  display: inline-block;
  position: relative; }
  .main__header p > a:not(.btn):not(.action-link):not(.button), .main__header p > a:not(.btn):not(.action-link):not(.button):visited,
  .section__header p > a:not(.btn):not(.action-link):not(.button),
  .section__header p > a:not(.btn):not(.action-link):not(.button):visited,
  .section__body p > a:not(.btn):not(.action-link):not(.button),
  .section__body p > a:not(.btn):not(.action-link):not(.button):visited,
  .section__footer p > a:not(.btn):not(.action-link):not(.button),
  .section__footer p > a:not(.btn):not(.action-link):not(.button):visited {
    color: #006ee1; }
    .main__header p > a:not(.btn):not(.action-link):not(.button):after, .main__header p > a:not(.btn):not(.action-link):not(.button):visited:after,
    .section__header p > a:not(.btn):not(.action-link):not(.button):after,
    .section__header p > a:not(.btn):not(.action-link):not(.button):visited:after,
    .section__body p > a:not(.btn):not(.action-link):not(.button):after,
    .section__body p > a:not(.btn):not(.action-link):not(.button):visited:after,
    .section__footer p > a:not(.btn):not(.action-link):not(.button):after,
    .section__footer p > a:not(.btn):not(.action-link):not(.button):visited:after {
      transition: all 0.3s;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid rgba(0, 110, 225, 0);
      bottom: -3px; }
  .main__header p > a:not(.btn):not(.action-link):not(.button):hover, .main__header p > a:not(.btn):not(.action-link):not(.button):focus, .main__header p > a:not(.btn):not(.action-link):not(.button):active,
  .section__header p > a:not(.btn):not(.action-link):not(.button):hover,
  .section__header p > a:not(.btn):not(.action-link):not(.button):focus,
  .section__header p > a:not(.btn):not(.action-link):not(.button):active,
  .section__body p > a:not(.btn):not(.action-link):not(.button):hover,
  .section__body p > a:not(.btn):not(.action-link):not(.button):focus,
  .section__body p > a:not(.btn):not(.action-link):not(.button):active,
  .section__footer p > a:not(.btn):not(.action-link):not(.button):hover,
  .section__footer p > a:not(.btn):not(.action-link):not(.button):focus,
  .section__footer p > a:not(.btn):not(.action-link):not(.button):active {
    color: #006ee1; }
    .main__header p > a:not(.btn):not(.action-link):not(.button):hover:after, .main__header p > a:not(.btn):not(.action-link):not(.button):focus:after, .main__header p > a:not(.btn):not(.action-link):not(.button):active:after,
    .section__header p > a:not(.btn):not(.action-link):not(.button):hover:after,
    .section__header p > a:not(.btn):not(.action-link):not(.button):focus:after,
    .section__header p > a:not(.btn):not(.action-link):not(.button):active:after,
    .section__body p > a:not(.btn):not(.action-link):not(.button):hover:after,
    .section__body p > a:not(.btn):not(.action-link):not(.button):focus:after,
    .section__body p > a:not(.btn):not(.action-link):not(.button):active:after,
    .section__footer p > a:not(.btn):not(.action-link):not(.button):hover:after,
    .section__footer p > a:not(.btn):not(.action-link):not(.button):focus:after,
    .section__footer p > a:not(.btn):not(.action-link):not(.button):active:after {
      bottom: 3px;
      border-color: #006ee1; }

.action-link:after {
  display: inline-block;
  content: "\203A";
  margin-left: 10px;
  transition: transform 0.3s; }

.action-link:hover:after, .action-link:active:after {
  transform: translateX(6px); }

p,
ul,
ol,
dl,
blockquote,
table,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin-bottom: 20px; }

address {
  font-style: normal; }

blockquote {
  font-family: 'Fira Sans', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 300;
  font-style: italic;
  quotes: none;
  text-indent: 0;
  font-size: 14px;
  border-left: 4px solid #ffa400;
  padding: 0 0 0 40px;
  margin: 0 0 30px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Fira Sans', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5; }

h1, .h1 {
  font-size: 45px; }

h2, .h2 {
  font-size: 35px; }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  font-size: 25px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 18px; }

ul.striped-list,
ol.striped-list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; }
  ul.striped-list li:nth-child(odd),
  ol.striped-list li:nth-child(odd) {
    background-color: #f2f2f2; }
  ul.striped-list:not(.download-list) li,
  ol.striped-list:not(.download-list) li {
    padding: 4px 20px; }
  ul.striped-list.striped-list--alt li:nth-child(odd),
  ol.striped-list.striped-list--alt li:nth-child(odd) {
    background-color: transparent; }
  ul.striped-list.striped-list--alt li:nth-child(even),
  ol.striped-list.striped-list--alt li:nth-child(even) {
    background-color: #f2f2f2; }

ul.download-list,
ol.download-list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  border: 1px solid #f2f2f2;
  width: 100%;
  max-width: 100%; }
  ul.download-list li:not(:last-child),
  ol.download-list li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2; }
  ul.download-list a,
  ol.download-list a {
    padding: 4px 50px 4px 20px !important;
    display: block;
    position: relative;
    color: #2f3137;
    width:100%; 
  }
    ul.download-list a:hover,
    ol.download-list a:hover {
      color: #006ee1;
      background-color: #f7f7f7; }
  ul.download-list a:after,
  ol.download-list a:after {
    content: "\e908";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

ol.striped-list li,
ol.download-list li {
  counter-increment: step-counter; }
  ol.striped-list li:before,
  ol.download-list li:before {
    content: counter(step-counter) ".";
    margin-right: 10px; }

.color-black,
a.color-black {
  color: #2c2d33; }

.color-white,
a.color-white {
  color: #fff; }

.color-red,
a.color-red {
  color: #dd0f0f; }

.color-error,
a.color-error {
  color: #dd0f0f; }

.color-brand,
a.color-brand {
  color: #006ee1; }

.colour-primary,
a.colour-primary {
  color: #006ee1; }

.colour-secondary,
a.colour-secondary {
  color: #ffa400; }

.colour-tertiary,
a.colour-tertiary {
  color: #a1a1a1; }

.colour-quarternary,
a.colour-quarternary {
  color: #27aae1; }

.loz {
  background-color: #006ee1; }

span.br {
  display: block;
  width: 0; }

@media only screen and (max-width: 419px) {
  blockquote,
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 20px; }
  ul.download-list a,
  ol.download-list a {
    padding: 4px 40px 4px 10px; } }

.btn,
.btn--default,
.btn--brand,
.btn--primary {
  border-radius: 26px;
  padding: 12px 22px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #006ee1;
  -webkit-appearance: none;
  border: none; }
  .btn, .btn:focus, .btn:active, .btn:visited, .btn:hover,
  .btn--default,
  .btn--default:focus,
  .btn--default:active,
  .btn--default:visited,
  .btn--default:hover,
  .btn--brand,
  .btn--brand:focus,
  .btn--brand:active,
  .btn--brand:visited,
  .btn--brand:hover,
  .btn--primary,
  .btn--primary:focus,
  .btn--primary:active,
  .btn--primary:visited,
  .btn--primary:hover {
    color: #fff;
    text-decoration: none; }
  .btn:focus, .btn:hover, .btn:active,
  .btn--default:focus,
  .btn--default:hover,
  .btn--default:active,
  .btn--brand:focus,
  .btn--brand:hover,
  .btn--brand:active,
  .btn--primary:focus,
  .btn--primary:hover,
  .btn--primary:active {
    background-color: #0062c8; }
  .btn:focus,
  .btn--default:focus,
  .btn--brand:focus,
  .btn--primary:focus {
    outline: none; }
  .btn .icon,
  .btn .sprite,
  .btn .ginput_card_security_code_icon,
  .btn
  .gform_card_icon,
  .btn--default .icon,
  .btn--default .sprite,
  .btn--default .ginput_card_security_code_icon,
  .btn--default
  .gform_card_icon,
  .btn--brand .icon,
  .btn--brand .sprite,
  .btn--brand .ginput_card_security_code_icon,
  .btn--brand
  .gform_card_icon,
  .btn--primary .icon,
  .btn--primary .sprite,
  .btn--primary .ginput_card_security_code_icon,
  .btn--primary
  .gform_card_icon {
    top: -2px; }
  .btn .ico + span:not(.visuallyhidden), .btn ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .btn a:after + span:not(.visuallyhidden), .btn
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list .btn a:after + span:not(.visuallyhidden),
  .btn--default .ico + span:not(.visuallyhidden),
  .btn--default ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .btn--default a:after + span:not(.visuallyhidden),
  .btn--default
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .btn--default a:after + span:not(.visuallyhidden),
  .btn--brand .ico + span:not(.visuallyhidden),
  .btn--brand ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .btn--brand a:after + span:not(.visuallyhidden),
  .btn--brand
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .btn--brand a:after + span:not(.visuallyhidden),
  .btn--primary .ico + span:not(.visuallyhidden),
  .btn--primary ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .btn--primary a:after + span:not(.visuallyhidden),
  .btn--primary
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .btn--primary a:after + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .btn span:not(.visuallyhidden) + .ico, .btn ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .btn span:not(.visuallyhidden) + a:after, .btn
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list .btn span:not(.visuallyhidden) + a:after,
  .btn--default span:not(.visuallyhidden) + .ico,
  .btn--default ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .btn--default span:not(.visuallyhidden) + a:after,
  .btn--default
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .btn--default span:not(.visuallyhidden) + a:after,
  .btn--brand span:not(.visuallyhidden) + .ico,
  .btn--brand ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .btn--brand span:not(.visuallyhidden) + a:after,
  .btn--brand
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .btn--brand span:not(.visuallyhidden) + a:after,
  .btn--primary span:not(.visuallyhidden) + .ico,
  .btn--primary ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .btn--primary span:not(.visuallyhidden) + a:after,
  .btn--primary
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .btn--primary span:not(.visuallyhidden) + a:after {
    display: inline-block;
    margin-left: 6px; }
  .btn .ico, .btn ul.download-list a:after, ul.download-list .btn a:after, .btn
  ol.download-list a:after,
  ol.download-list .btn a:after,
  .btn .fa,
  .btn--default .ico,
  .btn--default ul.download-list a:after, ul.download-list
  .btn--default a:after,
  .btn--default
  ol.download-list a:after,
  ol.download-list
  .btn--default a:after,
  .btn--default .fa,
  .btn--brand .ico,
  .btn--brand ul.download-list a:after, ul.download-list
  .btn--brand a:after,
  .btn--brand
  ol.download-list a:after,
  ol.download-list
  .btn--brand a:after,
  .btn--brand .fa,
  .btn--primary .ico,
  .btn--primary ul.download-list a:after, ul.download-list
  .btn--primary a:after,
  .btn--primary
  ol.download-list a:after,
  ol.download-list
  .btn--primary a:after,
  .btn--primary .fa {
    font-size: 1.3em;
    color: #fff;
    position: relative;
    top: 2px; }

.woocommerce a.single_add_to_cart_button, .woocommerce a.single_add_to_cart_button.alt,
.woocommerce button.single_add_to_cart_button,
.woocommerce button.single_add_to_cart_button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt {
  border-radius: 26px;
  padding: 12px 22px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  /* Move add to cart button to right and align text center - Fixed on 03/04/2018 */
  /*height: 43px;
  float: right;
  text-align: center;
  */ 
  background-color: #006ee1;
  -webkit-appearance: none;
  border: none; }
  .woocommerce a.single_add_to_cart_button, .woocommerce a.single_add_to_cart_button:focus, .woocommerce a.single_add_to_cart_button:active, .woocommerce a.single_add_to_cart_button:visited, .woocommerce a.single_add_to_cart_button:hover, .woocommerce a.single_add_to_cart_button.alt, .woocommerce a.single_add_to_cart_button.alt:focus, .woocommerce a.single_add_to_cart_button.alt:active, .woocommerce a.single_add_to_cart_button.alt:visited, .woocommerce a.single_add_to_cart_button.alt:hover,
  .woocommerce button.single_add_to_cart_button,
  .woocommerce button.single_add_to_cart_button:focus,
  .woocommerce button.single_add_to_cart_button:active,
  .woocommerce button.single_add_to_cart_button:visited,
  .woocommerce button.single_add_to_cart_button:hover,
  .woocommerce button.single_add_to_cart_button.alt,
  .woocommerce button.single_add_to_cart_button.alt:focus,
  .woocommerce button.single_add_to_cart_button.alt:active,
  .woocommerce button.single_add_to_cart_button.alt:visited,
  .woocommerce button.single_add_to_cart_button.alt:hover,
  .woocommerce a.button,
  .woocommerce a.button:focus,
  .woocommerce a.button:active,
  .woocommerce a.button:visited,
  .woocommerce a.button:hover,
  .woocommerce a.button.alt,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.alt:active,
  .woocommerce a.button.alt:visited,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button,
  .woocommerce button.button:focus,
  .woocommerce button.button:active,
  .woocommerce button.button:visited,
  .woocommerce button.button:hover,
  .woocommerce button.button.alt,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt:active,
  .woocommerce button.button.alt:visited,
  .woocommerce button.button.alt:hover {
    color: #fff;
    text-decoration: none; }
  .woocommerce a.single_add_to_cart_button:focus, .woocommerce a.single_add_to_cart_button:hover, .woocommerce a.single_add_to_cart_button:active, .woocommerce a.single_add_to_cart_button.alt:focus, .woocommerce a.single_add_to_cart_button.alt:hover, .woocommerce a.single_add_to_cart_button.alt:active,
  .woocommerce button.single_add_to_cart_button:focus,
  .woocommerce button.single_add_to_cart_button:hover,
  .woocommerce button.single_add_to_cart_button:active,
  .woocommerce button.single_add_to_cart_button.alt:focus,
  .woocommerce button.single_add_to_cart_button.alt:hover,
  .woocommerce button.single_add_to_cart_button.alt:active,
  .woocommerce a.button:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:active,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:active,
  .woocommerce button.button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:active,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:active {
    background-color: #0062c8; }
  .woocommerce a.single_add_to_cart_button:focus, .woocommerce a.single_add_to_cart_button.alt:focus,
  .woocommerce button.single_add_to_cart_button:focus,
  .woocommerce button.single_add_to_cart_button.alt:focus,
  .woocommerce a.button:focus,
  .woocommerce a.button.alt:focus,
  .woocommerce button.button:focus,
  .woocommerce button.button.alt:focus {
    outline: none; }
  .woocommerce a.single_add_to_cart_button .icon,
  .woocommerce a.single_add_to_cart_button .sprite,
  .woocommerce a.single_add_to_cart_button .ginput_card_security_code_icon,
  .woocommerce a.single_add_to_cart_button
  .gform_card_icon, .woocommerce a.single_add_to_cart_button.alt .icon,
  .woocommerce a.single_add_to_cart_button.alt .sprite,
  .woocommerce a.single_add_to_cart_button.alt .ginput_card_security_code_icon,
  .woocommerce a.single_add_to_cart_button.alt
  .gform_card_icon,
  .woocommerce button.single_add_to_cart_button .icon,
  .woocommerce button.single_add_to_cart_button .sprite,
  .woocommerce button.single_add_to_cart_button .ginput_card_security_code_icon,
  .woocommerce button.single_add_to_cart_button
  .gform_card_icon,
  .woocommerce button.single_add_to_cart_button.alt .icon,
  .woocommerce button.single_add_to_cart_button.alt .sprite,
  .woocommerce button.single_add_to_cart_button.alt .ginput_card_security_code_icon,
  .woocommerce button.single_add_to_cart_button.alt
  .gform_card_icon,
  .woocommerce a.button .icon,
  .woocommerce a.button .sprite,
  .woocommerce a.button .ginput_card_security_code_icon,
  .woocommerce a.button
  .gform_card_icon,
  .woocommerce a.button.alt .icon,
  .woocommerce a.button.alt .sprite,
  .woocommerce a.button.alt .ginput_card_security_code_icon,
  .woocommerce a.button.alt
  .gform_card_icon,
  .woocommerce button.button .icon,
  .woocommerce button.button .sprite,
  .woocommerce button.button .ginput_card_security_code_icon,
  .woocommerce button.button
  .gform_card_icon,
  .woocommerce button.button.alt .icon,
  .woocommerce button.button.alt .sprite,
  .woocommerce button.button.alt .ginput_card_security_code_icon,
  .woocommerce button.button.alt
  .gform_card_icon {
    top: -2px; }
  .woocommerce a.single_add_to_cart_button .ico + span:not(.visuallyhidden), .woocommerce a.single_add_to_cart_button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce a.single_add_to_cart_button a:after + span:not(.visuallyhidden), .woocommerce a.single_add_to_cart_button
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list .woocommerce a.single_add_to_cart_button a:after + span:not(.visuallyhidden), .woocommerce a.single_add_to_cart_button.alt .ico + span:not(.visuallyhidden), .woocommerce a.single_add_to_cart_button.alt ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce a.single_add_to_cart_button.alt a:after + span:not(.visuallyhidden), .woocommerce a.single_add_to_cart_button.alt
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list .woocommerce a.single_add_to_cart_button.alt a:after + span:not(.visuallyhidden),
  .woocommerce button.single_add_to_cart_button .ico + span:not(.visuallyhidden),
  .woocommerce button.single_add_to_cart_button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .woocommerce button.single_add_to_cart_button a:after + span:not(.visuallyhidden),
  .woocommerce button.single_add_to_cart_button
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .woocommerce button.single_add_to_cart_button a:after + span:not(.visuallyhidden),
  .woocommerce button.single_add_to_cart_button.alt .ico + span:not(.visuallyhidden),
  .woocommerce button.single_add_to_cart_button.alt ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .woocommerce button.single_add_to_cart_button.alt a:after + span:not(.visuallyhidden),
  .woocommerce button.single_add_to_cart_button.alt
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .woocommerce button.single_add_to_cart_button.alt a:after + span:not(.visuallyhidden),
  .woocommerce a.button .ico + span:not(.visuallyhidden),
  .woocommerce a.button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .woocommerce a.button a:after + span:not(.visuallyhidden),
  .woocommerce a.button
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .woocommerce a.button a:after + span:not(.visuallyhidden),
  .woocommerce a.button.alt .ico + span:not(.visuallyhidden),
  .woocommerce a.button.alt ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .woocommerce a.button.alt a:after + span:not(.visuallyhidden),
  .woocommerce a.button.alt
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .woocommerce a.button.alt a:after + span:not(.visuallyhidden),
  .woocommerce button.button .ico + span:not(.visuallyhidden),
  .woocommerce button.button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .woocommerce button.button a:after + span:not(.visuallyhidden),
  .woocommerce button.button
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .woocommerce button.button a:after + span:not(.visuallyhidden),
  .woocommerce button.button.alt .ico + span:not(.visuallyhidden),
  .woocommerce button.button.alt ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .woocommerce button.button.alt a:after + span:not(.visuallyhidden),
  .woocommerce button.button.alt
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .woocommerce button.button.alt a:after + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce a.single_add_to_cart_button span:not(.visuallyhidden) + .ico, .woocommerce a.single_add_to_cart_button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce a.single_add_to_cart_button span:not(.visuallyhidden) + a:after, .woocommerce a.single_add_to_cart_button
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list .woocommerce a.single_add_to_cart_button span:not(.visuallyhidden) + a:after, .woocommerce a.single_add_to_cart_button.alt span:not(.visuallyhidden) + .ico, .woocommerce a.single_add_to_cart_button.alt ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce a.single_add_to_cart_button.alt span:not(.visuallyhidden) + a:after, .woocommerce a.single_add_to_cart_button.alt
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list .woocommerce a.single_add_to_cart_button.alt span:not(.visuallyhidden) + a:after,
  .woocommerce button.single_add_to_cart_button span:not(.visuallyhidden) + .ico,
  .woocommerce button.single_add_to_cart_button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .woocommerce button.single_add_to_cart_button span:not(.visuallyhidden) + a:after,
  .woocommerce button.single_add_to_cart_button
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .woocommerce button.single_add_to_cart_button span:not(.visuallyhidden) + a:after,
  .woocommerce button.single_add_to_cart_button.alt span:not(.visuallyhidden) + .ico,
  .woocommerce button.single_add_to_cart_button.alt ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .woocommerce button.single_add_to_cart_button.alt span:not(.visuallyhidden) + a:after,
  .woocommerce button.single_add_to_cart_button.alt
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .woocommerce button.single_add_to_cart_button.alt span:not(.visuallyhidden) + a:after,
  .woocommerce a.button span:not(.visuallyhidden) + .ico,
  .woocommerce a.button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .woocommerce a.button span:not(.visuallyhidden) + a:after,
  .woocommerce a.button
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .woocommerce a.button span:not(.visuallyhidden) + a:after,
  .woocommerce a.button.alt span:not(.visuallyhidden) + .ico,
  .woocommerce a.button.alt ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .woocommerce a.button.alt span:not(.visuallyhidden) + a:after,
  .woocommerce a.button.alt
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .woocommerce a.button.alt span:not(.visuallyhidden) + a:after,
  .woocommerce button.button span:not(.visuallyhidden) + .ico,
  .woocommerce button.button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .woocommerce button.button span:not(.visuallyhidden) + a:after,
  .woocommerce button.button
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .woocommerce button.button span:not(.visuallyhidden) + a:after,
  .woocommerce button.button.alt span:not(.visuallyhidden) + .ico,
  .woocommerce button.button.alt ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .woocommerce button.button.alt span:not(.visuallyhidden) + a:after,
  .woocommerce button.button.alt
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .woocommerce button.button.alt span:not(.visuallyhidden) + a:after {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce a.single_add_to_cart_button .ico, .woocommerce a.single_add_to_cart_button ul.download-list a:after, ul.download-list .woocommerce a.single_add_to_cart_button a:after, .woocommerce a.single_add_to_cart_button
  ol.download-list a:after,
  ol.download-list .woocommerce a.single_add_to_cart_button a:after,
  .woocommerce a.single_add_to_cart_button .fa, .woocommerce a.single_add_to_cart_button.alt .ico, .woocommerce a.single_add_to_cart_button.alt ul.download-list a:after, ul.download-list .woocommerce a.single_add_to_cart_button.alt a:after, .woocommerce a.single_add_to_cart_button.alt
  ol.download-list a:after,
  ol.download-list .woocommerce a.single_add_to_cart_button.alt a:after,
  .woocommerce a.single_add_to_cart_button.alt .fa,
  .woocommerce button.single_add_to_cart_button .ico,
  .woocommerce button.single_add_to_cart_button ul.download-list a:after, ul.download-list
  .woocommerce button.single_add_to_cart_button a:after,
  .woocommerce button.single_add_to_cart_button
  ol.download-list a:after,
  ol.download-list
  .woocommerce button.single_add_to_cart_button a:after,
  .woocommerce button.single_add_to_cart_button .fa,
  .woocommerce button.single_add_to_cart_button.alt .ico,
  .woocommerce button.single_add_to_cart_button.alt ul.download-list a:after, ul.download-list
  .woocommerce button.single_add_to_cart_button.alt a:after,
  .woocommerce button.single_add_to_cart_button.alt
  ol.download-list a:after,
  ol.download-list
  .woocommerce button.single_add_to_cart_button.alt a:after,
  .woocommerce button.single_add_to_cart_button.alt .fa,
  .woocommerce a.button .ico,
  .woocommerce a.button ul.download-list a:after, ul.download-list
  .woocommerce a.button a:after,
  .woocommerce a.button
  ol.download-list a:after,
  ol.download-list
  .woocommerce a.button a:after,
  .woocommerce a.button .fa,
  .woocommerce a.button.alt .ico,
  .woocommerce a.button.alt ul.download-list a:after, ul.download-list
  .woocommerce a.button.alt a:after,
  .woocommerce a.button.alt
  ol.download-list a:after,
  ol.download-list
  .woocommerce a.button.alt a:after,
  .woocommerce a.button.alt .fa,
  .woocommerce button.button .ico,
  .woocommerce button.button ul.download-list a:after, ul.download-list
  .woocommerce button.button a:after,
  .woocommerce button.button
  ol.download-list a:after,
  ol.download-list
  .woocommerce button.button a:after,
  .woocommerce button.button .fa,
  .woocommerce button.button.alt .ico,
  .woocommerce button.button.alt ul.download-list a:after, ul.download-list
  .woocommerce button.button.alt a:after,
  .woocommerce button.button.alt
  ol.download-list a:after,
  ol.download-list
  .woocommerce button.button.alt a:after,
  .woocommerce button.button.alt .fa {
    font-size: 1.3em;
    color: #fff;
    position: relative;
    top: 2px; }
  .woocommerce a.single_add_to_cart_button.working, .woocommerce a.single_add_to_cart_button:disabled, .woocommerce a.single_add_to_cart_button:disabled[disabled], .woocommerce a.single_add_to_cart_button.alt.working, .woocommerce a.single_add_to_cart_button.alt:disabled, .woocommerce a.single_add_to_cart_button.alt:disabled[disabled],
  .woocommerce button.single_add_to_cart_button.working,
  .woocommerce button.single_add_to_cart_button:disabled,
  .woocommerce button.single_add_to_cart_button:disabled[disabled],
  .woocommerce button.single_add_to_cart_button.alt.working,
  .woocommerce button.single_add_to_cart_button.alt:disabled,
  .woocommerce button.single_add_to_cart_button.alt:disabled[disabled],
  .woocommerce a.button.working,
  .woocommerce a.button:disabled,
  .woocommerce a.button:disabled[disabled],
  .woocommerce a.button.alt.working,
  .woocommerce a.button.alt:disabled,
  .woocommerce a.button.alt:disabled[disabled],
  .woocommerce button.button.working,
  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled[disabled],
  .woocommerce button.button.alt.working,
  .woocommerce button.button.alt:disabled,
  .woocommerce button.button.alt:disabled[disabled] {
    background-color: #a1a1a1 !important;
    padding: 12px 22px; }

.btn--secondary {
  background-color: #ffa400; }
  .btn--secondary:focus, .btn--secondary:hover, .btn--secondary:active {
    background-color: #e69400; }

.btn--tertiary {
  background-color: #a1a1a1; }
  .btn--tertiary:focus, .btn--tertiary:hover, .btn--tertiary:active {
    background-color: #949494; }

.btn--quarternary {
  background-color: #27aae1; }
  .btn--quarternary:focus, .btn--quarternary:hover, .btn--quarternary:active {
    background-color: #1d9cd1; }

.btn--light {
  background-color: #fff; }
  .btn--light, .btn--light:focus, .btn--light:active, .btn--light:visited, .btn--light:hover {
    color: #2c2d33;
    text-decoration: none; }
  .btn--light:focus, .btn--light:hover, .btn--light:active {
    background-color: #e0e0e0; }

.btn--dark {
  background-color: #2c2d33; }
  .btn--dark:focus, .btn--dark:hover, .btn--dark:active {
    background-color: #202125; }

.btn--grey {
  background-color: #a1a1a1; }
  .btn--grey:focus, .btn--grey:hover, .btn--grey:active {
    background-color: #949494; }

.btn--ghost,
.btn--ghost-primary {
  background-color: transparent;
  border: 1px solid #006ee1; }
  .btn--ghost, .btn--ghost:focus, .btn--ghost:active, .btn--ghost:visited, .btn--ghost:hover,
  .btn--ghost-primary,
  .btn--ghost-primary:focus,
  .btn--ghost-primary:active,
  .btn--ghost-primary:visited,
  .btn--ghost-primary:hover {
    color: #006ee1; }
  .btn--ghost:focus, .btn--ghost:hover, .btn--ghost:active,
  .btn--ghost-primary:focus,
  .btn--ghost-primary:hover,
  .btn--ghost-primary:active {
    background-color: transparent;
    border-color: #0062c8; }

.btn--ghost-secondary {
  background-color: transparent;
  border: 1px solid #ffa400; }
  .btn--ghost-secondary, .btn--ghost-secondary:focus, .btn--ghost-secondary:active, .btn--ghost-secondary:visited, .btn--ghost-secondary:hover {
    color: #ffa400; }
  .btn--ghost-secondary:focus, .btn--ghost-secondary:hover, .btn--ghost-secondary:active {
    background-color: transparent;
    border-color: #e69400; }

.btn--ghost-tertiary {
  background-color: transparent;
  border: 1px solid #a1a1a1; }
  .btn--ghost-tertiary, .btn--ghost-tertiary:focus, .btn--ghost-tertiary:active, .btn--ghost-tertiary:visited, .btn--ghost-tertiary:hover {
    color: #a1a1a1; }
  .btn--ghost-tertiary:focus, .btn--ghost-tertiary:hover, .btn--ghost-tertiary:active {
    background-color: transparent;
    border-color: #949494; }

.btn--ghost-quarternary {
  background-color: transparent;
  border: 1px solid #27aae1; }
  .btn--ghost-quarternary, .btn--ghost-quarternary:focus, .btn--ghost-quarternary:active, .btn--ghost-quarternary:visited, .btn--ghost-quarternary:hover {
    color: #27aae1; }
  .btn--ghost-quarternary:focus, .btn--ghost-quarternary:hover, .btn--ghost-quarternary:active {
    background-color: transparent;
    border-color: #1d9cd1; }

.btn--ghost-light {
  background-color: transparent;
  border: 1px solid #4c4f55; }
  .btn--ghost-light, .btn--ghost-light:focus, .btn--ghost-light:active, .btn--ghost-light:visited, .btn--ghost-light:hover {
    color: #fff; }
  .btn--ghost-light:focus, .btn--ghost-light:hover, .btn--ghost-light:active {
    background-color: #4c4f55; }

.btn--ghost-dark {
  background-color: transparent;
  border: 1px solid #2c2d33; }
  .btn--ghost-dark, .btn--ghost-dark:focus, .btn--ghost-dark:active, .btn--ghost-dark:visited, .btn--ghost-dark:hover {
    color: #2c2d33; }
  .btn--ghost-dark:focus, .btn--ghost-dark:hover, .btn--ghost-dark:active {
    background-color: transparent;
    border-color: #202125; }

.btn--ghost-grey {
  background-color: transparent;
  border: 1px solid #a1a1a1; }
  .btn--ghost-grey, .btn--ghost-grey:focus, .btn--ghost-grey:active, .btn--ghost-grey:visited, .btn--ghost-grey:hover {
    color: #a1a1a1; }
  .btn--ghost-grey:focus, .btn--ghost-grey:hover, .btn--ghost-grey:active {
    background-color: transparent;
    border-color: #949494; }

.btn--social {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #a1a1a1; }
  .btn--social, .btn--social:focus, .btn--social:active, .btn--social:visited, .btn--social:hover {
    color: #fff; }
  .btn--social:focus, .btn--social:hover, .btn--social:active {
    background-color: #2f3137;
    transform: translateY(-3px); }

.btn--trans {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important; }

.btn#scroll_to_top {
  position: fixed;
  right: 30px;
  bottom: 60px;
  transform: rotate(-90deg);
  padding: 0;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }
  .btn#scroll_to_top.active {
    opacity: 1;
    pointer-events: all; }

.loader, .preloader .spinner {
  margin: 0;
  font-size: 1em;
  position: relative;
  text-indent: -9999em;
  border: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
  animation: load8 0.4s infinite linear; }

.loader, .preloader .spinner,
.loader:after,
.preloader .spinner:after {
  border-radius: 50%;
  width: 3em;
  height: 3em; }

.preloader {
  min-height: 3em;
  min-width: 3em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  margin: -1.5em 0 0 -1.5em; }
  .preloader .spinner {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -1.5em 0 0 -1.5em; }

#main_preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #006ee1;
  z-index: 99999; }

#main .filtering-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5); }
  #main .filtering-loader .spinner {
    border-color: rgba(44, 45, 51, 0.6);
    border-left-color: #2c2d33; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.tabs__item-inner {
  margin: 0 auto; }

/* Tabs container */
.r-tabs {
  position: relative; }

.r-tabs-nav {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0; }

/* Tab element */
.r-tabs-tab {
  background-color: transparent;
  font-size: 18px;
  position: relative;
  top: 1px; }
  .r-tabs-tab:not(:last-child) {
    margin-right: 40px; }

.r-tabs-nav .r-tabs-tab:first-child .r-tabs-anchor {
  border-top-left-radius: 3px; }

.r-tabs-nav .r-tabs-tab:last-child .r-tabs-anchor {
  border-top-right-radius: 3px; }

/* Tab anchor */
.r-tabs-anchor {
  position: relative;
  display: inline-block;
  padding: 0 0 20px;
  text-decoration: none;
  box-shadow: none;
  border: none;
  background: transparent; }
  .r-tabs-anchor, .r-tabs-anchor:hover, .r-tabs-anchor:visited, .r-tabs-anchor:active {
    color: #a1a1a1; }

.r-tabs-nav .r-tabs-anchor {
  border: none; }

/* Disabled tab */
.r-tabs-state-disabled {
  opacity: 0.5; }

/* Active state tab anchor */
.r-tabs-state-active .r-tabs-anchor,
.r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background: transparent;
  color: #2f3137;
  border-bottom: 1px solid #2c2d33; }

/* Tab panel */
.r-tabs-panel {
  padding: 40px 0; }

/* Accordion anchor */
.r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e0e0e0; }

@media only screen and (max-width: 768px) {
  .r-tabs-panel {
    padding: 20px 0; }
  .r-tabs-accordion-title.r-tabs-state-active + .r-tabs-panel.r-tabs-state-active {
    border-bottom: 1px solid #2c2d33; } }

.tabs--alt .r-tabs-nav {
  text-align: center; }

.tabs--alt .r-tabs-tab {
  font-size: 14px; }
  .tabs--alt .r-tabs-tab:not(:last-child) {
    margin-right: 0; }
  .tabs--alt .r-tabs-tab:first-child .r-tabs-anchor {
    border-top-left-radius: 3px; }
  .tabs--alt .r-tabs-tab:last-child .r-tabs-anchor {
    border-top-right-radius: 3px; }

.tabs--alt .r-tabs-anchor {
  padding: 18px 30px;
  border: 1px solid transparent;
  border-bottom-color: #e0e0e0;
  transition: none; }

.tabs--alt .r-tabs-state-active .r-tabs-anchor,
.tabs--alt .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  border-color: #e0e0e0;
  border-bottom: 1px solid #f2f2f2; }

.tabs--alt .r-tabs-panel {
  padding: 30px 0 10px; }

.tabs--alt .r-tabs-accordion-title .r-tabs-anchor {
  border: 1px solid #e0e0e0; }

.tabs--alt .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  border-bottom: none; }

.tabs--alt .r-tabs-accordion-title .r-tabs-anchor {
  padding: 18px 30px; }

@media only screen and (max-width: 768px) {
  .tabs--alt .r-tabs-panel {
    border: 1px solid #a1a1a1;
    border-top: none;
    padding: 20px; }
    .tabs--alt .r-tabs-panel:not(:last-child) {
      border-bottom: none; }
  .tabs--alt .r-tabs-accordion-title .r-tabs-anchor {
    border-color: #a1a1a1; }
  .tabs--alt .r-tabs-state-active .r-tabs-anchor,
  .tabs--alt .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    font-weight: 500;
    border-color: #a1a1a1;
    border-bottom-color: #f2f2f2; }
  .tabs--alt .r-tabs-accordion-title.r-tabs-state-active + .r-tabs-panel.r-tabs-state-active {
    border-bottom: 1px solid #a1a1a1; } }

.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.breadcrumbs li {
  display: inline-block; }
  .breadcrumbs li:not(:last-child):after {
    content: "/";
    color: #a1a1a1;
    margin-left: 10px;
    margin-right: 5px; }

.breadcrumbs .ico, .breadcrumbs ul.download-list a:after, ul.download-list .breadcrumbs a:after, .breadcrumbs
ol.download-list a:after,
ol.download-list .breadcrumbs a:after {
  transition: all 0.3s;
  color: #a1a1a1; }

.breadcrumbs a {
  color: #2f3137; }
  .breadcrumbs a:hover,
  .breadcrumbs a:hover .ico,
  .breadcrumbs a:hover ul.download-list a:after, ul.download-list
  .breadcrumbs a:hover a:after,
  .breadcrumbs a:hover
  ol.download-list a:after,
  ol.download-list
  .breadcrumbs a:hover a:after, .breadcrumbs a:active,
  .breadcrumbs a:active .ico,
  .breadcrumbs a:active ul.download-list a:after, ul.download-list
  .breadcrumbs a:active a:after,
  .breadcrumbs a:active
  ol.download-list a:after,
  ol.download-list
  .breadcrumbs a:active a:after, .breadcrumbs a:focus,
  .breadcrumbs a:focus .ico,
  .breadcrumbs a:focus ul.download-list a:after, ul.download-list
  .breadcrumbs a:focus a:after,
  .breadcrumbs a:focus
  ol.download-list a:after,
  ol.download-list
  .breadcrumbs a:focus a:after {
    color: #006ee1; }

a.product-box {
  border: 1px solid #d3ced2;
  border-radius: 3px;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  background: #fff;
  background: linear-gradient(to right, #fff 10%, #f6f6f8 100%);
  overflow: hidden;
   }
  a.product-box, a.product-box:visited {
    color: #2f3137; }
  a.product-box:hover .product-box__image, a.product-box:focus .product-box__image, a.product-box:active .product-box__image {
    transform: scale(1.1); }
  a.product-box:hover .product-box__cta, a.product-box:focus .product-box__cta, a.product-box:active .product-box__cta {
    background-color: #e0e0e0; }
    a.product-box:hover .product-box__cta:after, a.product-box:focus .product-box__cta:after, a.product-box:active .product-box__cta:after {
      transform: translateX(6px); }

.product-box__header {
  /*padding: 10px 15px 0; */
  margin: 0; 
  }
   
.product-box__body {
  padding: 5px 15px;
  min-height: 190px;
  position: relative; }

.cross-sells .product-box__body {
  min-height: 120px; }

.product-box__content {
  width: 250px;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  .product-box__content p:last-child {
    margin-bottom: 0; }
    
.product-box__title { 
  margin-bottom: 0px;
}      
    
.product-box__description {
  margin-bottom: 12px; }
  
.product-box__price {
  font-size: 30px;
  font-weight: 500;
  color: #006ee1;
  display: inline-block; }
  .product-box__price .price-from {
    display: block;
    font-size: 14px;
    font-weight: 300; }
  .product-box__price .price-from + span.price {
    color: #006ee1 !important;
    font-size: 30px !important; }
  .product-box__price .price-from.dealer-price-from + span.price {
    display: inline-block;
    margin-top: -16px; }
  .product-box__price span.price {
    display: inline-block; }
  .product-box__price .woocommerce-price-suffix {
    font-size: 13px;
    display: block;
    text-align: right;
    font-weight: 300;
    color: #2f3137; }
  .product-box__price del {
    display: block;
    line-height: 1; }
    .product-box__price del .amount {
      text-decoration: line-through;
      font-size: 12px;
      color: #ababab; }
  .product-box__price ins {
    border: none; }

.product-box__image {
  position: absolute;
  right: 0 !important;
  /*z-index: 1;*/
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 1.5s, opacity 0.6s;
  /*
    top: -10px;
    max-width: none !important;//TODO: !important to override woocommerce
    //height: 100% !important;//TODO: !important to override woocommerce
    height: 110% !important;//TODO: !important to override woocommerce
    */
  max-width: 320px !important;
  height: auto !important;
  top: auto;
  bottom: 20px;
  max-height: 105%; }

.product-box__cta {
  color: #2f3137;
  font-weight: 500;
  background-color: #f2f2f2;
  display: block;
  padding: 10px 15px;
  border-radius: 0 0 3px 3px;
  transition: background-color 0.3s; }
  .product-box__cta:after {
    display: inline-block;
    content: "\203A";
    margin-left: 10px;
    transition: transform 0.3s; }

.product-box--simple {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .product-box--simple a.product-box__link {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    display: block; }
  .product-box--simple .product-box__image {
    top: 10px;
    max-width: 90% !important;
    max-height: 80% !important; }
  .product-box--simple .product-box__body {
    padding: 0;
    min-height: 250px; }
  .product-box--simple .product-box__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9; }
  .product-box--simple .product-box__label {
    color: #2f3137;
    font-weight: 500;
    background-color: #f2f2f2;
    display: block;
    padding: 20px 20px 20px 30px;
    border-radius: 0 0 3px 3px;
    transition: background-color 0.3s; }
    .product-box--simple .product-box__label:after {
      display: inline-block;
      content: "\203A";
      margin-left: 10px;
      transition: transform 0.3s; }
  .product-box--simple .product-box__link:hover .product-box__image, .product-box--simple .product-box__link:active .product-box__image {
    transform: scale(1.1); }
  .product-box--simple .product-box__link:hover .product-box__label:after, .product-box--simple .product-box__link:active .product-box__label:after {
    transform: translateX(6px); }
  .product-box--simple .product-box__link:hover .product-box__label, .product-box--simple .product-box__link:focus .product-box__label, .product-box--simple .product-box__link:active .product-box__label {
    background-color: #e0e0e0; }

.product-cat-box{
    margin-bottom: 20px;
    display: block;
}
.product-cat-body{
    overflow: hidden;
    position: relative;
}
.product-cat-img{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 270px;
    transition: transform 1s, opacity 0.5s linear;
    transform: scale(1);
}
.product-cat-box:hover .product-cat-img{
    transform: scale(1.1);
} 
.product-cat-body h3{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: white;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .product-box__content {
    width: 260px; }
  /*.product-box__image {
    max-width: 300px !important;
    max-height: 100%; }*/
  .product-box__picture {
    min-height: 150px; }
  .product-box__image{
    position: relative;
    bottom: auto;}
  .product-box__content {
    width: 100%; }
  .product-box__title, .product-box__description{
    width: 80% !important; }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .product-box__header {
    padding-left: 15px;
    padding-right: 15px; }
  .cross-sells .product-box__body,
  .product-box__body {
    min-height: 0; }
/*
  .product-box__content {
    width: 100%; }
  .product-box__description {
    width: 50%; }
  
    .product-box__image {
        top: 0;
        height: auto !important;//TODO: !important to override
        width: 100%;
    }
*/ }

@media screen and (min-width: 421px) and (max-width: 640px) {
  .product-box__content {
    width: 50%; }
  .product-box__image {
    max-width: 50% !important;
    max-height: 100%; } }

@media only screen and (max-width: 419px) {
  .product-box__header {
    padding-left: 15px;
    padding-right: 15px; }
  .product-box__content {
    width: 100%; }
  .product-box__image {
    position: relative;
    bottom: auto; }
  .product-box__picture {
    margin-bottom: 15px; }
  .product-box--simple .product-box__body {
    padding: 0;
    min-height: 190px; }
  .product-box--simple .product-box__image {
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 100% !important; }
  .product-box__body {
    min-height: 160px;
    padding: 5px 15px 0; }
  .product-box__content {
    min-height: 90px; }
  .product-box__description {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  /*
    .product-box__image {
        position: relative;
        margin-top: - 50px;
        right: -20px !important;
    }
    */ }

.solution-box {
  border-radius: 3px;
  overflow: hidden;
  height: 375px;
  margin-bottom: 8px; }

.solution-box__image,
.solution-box__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.solution-box__image {
  background-color: #2c2d33; }
  .solution-box__image img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 1.5s, opacity 0.6s;
    transform-origin: 50%;
    transform: translateX(-50%) translateY(-50%); }

.solution-box__link {
  color: #fff;
  text-align: center; }
  .solution-box__link:hover .solution-box__image img {
    opacity: 0.6;
    transform: translateX(-50%) translateY(-50%) scale(1.1); }
  .solution-box__link:hover .solution-box__label {
    opacity: 1;
    transform: translateY(0); }
    .solution-box__link:hover .solution-box__label:after {
      opacity: 1;
      transition-delay: 0.1s;
      transform: translateY(0); }

.solution-box__label,
.solution-box__cta {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  color: #fff; }

.solution-box__label {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
  top: 35%;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.3s, top 0.3s, opacity 0.6s; }
  .solution-box__label:after {
    content: "View more \203A";
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    transform: translateY(20px);
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-delay: 0s;
    transition: transform 0.3s, opacity 0.6s; }

.touchevents .solution-box__label {
  opacity: 1;
  transform: translateY(0);
  text-shadow: 0 0 6px rgba(44, 45, 51, 0.6); }

.touchevents .solution-box__link:hover .solution-box__label {
  top: 32%; }

.solution-box__gutter-sizer {
  width: 8px; }

/*
.solution-box:nth-child(6),
.solution-box:nth-child(15),
.solution-box:nth-child(24),
.solution-box:nth-child(33),
.solution-box:nth-child(42),
*/
.solution-box--B {
  width: 30%; }

/*
.solution-box:nth-child(4),
.solution-box:nth-child(13),
.solution-box:nth-child(22),
.solution-box:nth-child(31),
.solution-box:nth-child(40),
*/
.solution-box--E {
  width: 19%; }

/*
.solution-box:nth-child(3),
.solution-box:nth-child(8),
.solution-box:nth-child(12),
.solution-box:nth-child(17),
.solution-box:nth-child(21),
.solution-box:nth-child(26),
.solution-box:nth-child(30),
.solution-box:nth-child(35),
.solution-box:nth-child(39),
.solution-box:nth-child(44),
*/
.solution-box--C {
  width: 26%; }

/*
.solution-box:nth-child(2),
.solution-box:nth-child(9),
.solution-box:nth-child(11),
.solution-box:nth-child(18),
.solution-box:nth-child(20),
.solution-box:nth-child(27),
.solution-box:nth-child(29),
.solution-box:nth-child(36),
.solution-box:nth-child(38),
.solution-box:nth-child(45),
*/
.solution-box--D {
  width: 23%; }

/*
.solution-box:nth-child(1),
.solution-box:nth-child(5),
.solution-box:nth-child(7),
.solution-box:nth-child(10),
.solution-box:nth-child(14),
.solution-box:nth-child(16),
.solution-box:nth-child(19),
.solution-box:nth-child(23),
.solution-box:nth-child(25),
.solution-box:nth-child(28),
.solution-box:nth-child(32),
.solution-box:nth-child(34),
.solution-box:nth-child(37),
.solution-box:nth-child(41),
.solution-box:nth-child(43),
*/
.solution-box--A {
  width: 49%; }

@media only screen and (max-width: 768px) {
  .solution-box__gutter-sizer {
    width: 0; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  .solution-box {
    height: 300px; }
  .solution-box--A,
  .solution-box--B,
  .solution-box--C,
  .solution-box--D,
  .solution-box--E {
    width: 50%; } }

@media only screen and (max-width: 419px) {
  .solution-box {
    height: 240px; }
  .solution-box--A,
  .solution-box--B,
  .solution-box--C,
  .solution-box--D,
  .solution-box--E {
    width: 100%; } }

.swiper-pagination-bullet {
  background: #a1a1a1;
  border: 1px solid #a1a1a1;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: transparent; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  background-image: none ; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  background-image: none ; }

.swiper-button-prev,
.swiper-button-next {
  width: 20px;
  height: 30px;
  color: #fff;
  font-size: 2em;
  line-height: 30px; }
.swiper-button--dark{
  color: #000 !important;
}
.swiper-wrapper {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.slide {
  background-position: 50%;
  background-repeat: no-repeat; }
  .slide .wrap {
    height: 100%; }
  .slide a {
    color: #ffa400; }

.slide__content p:last-child {
  margin-bottom: 0; }

.row--slider_row .slide {
  /*height: 730px;*/
  /*height: calc(width * 0.35);*/
  background-size: cover;
  background-color: #2c2d33; }
  .row--slider_row .slide.text--dark {
    background-color: #fff; }

.row--slider_row .swiper-pagination-fraction,
.row--slider_row .swiper-pagination-custom,
.row--slider_row .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px; }

.row--slider_row .swiper-pagination-bullet {
  background: #fff;
  border-color: #fff; }

.row--slider_row .swiper-pagination-bullet-active {
  background: transparent; }

.row--slider_row .mobile-mode .slide__image {
  min-height: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-top: 20px; }

.row--slider_row .mobile-mode .slide__content {
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  max-width: 100% !important;
  text-align: center !important;
  padding-top: 20px;
  padding-bottom: 20px; }

.row--slider_row .mobile-mode .swiper-pagination {
  bottom: auto;
  top: 45%; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.1; }

@media screen and (min-width: 1600px) {
  .row--slider_row .slide {
    background-size: cover; } }

@media screen and (max-width: 1180px) {
  .slide.content--v-top .slide__content {
    top: 100px; }
  .slide.content--v-bottom .slide__content {
    bottom: 200px; }
  .slide.content--h-right .slide__content {
    right: 40px; } }

@media only screen and (max-width: 768px) {
  .slide .slide__content {
    padding: 0 20px; } }

@media screen and (max-width: 374px) {
  .row--slider_row .mobile-mode .slide__content h1, .row--slider_row .mobile-mode .slide__content h2, .row--slider_row .mobile-mode .slide__content h3, .row--slider_row .mobile-mode .slide__content h4, .row--slider_row .mobile-mode .slide__content h5, .row--slider_row .mobile-mode .slide__content h6, .row--slider_row .mobile-mode .slide__content p {
    margin-bottom: 10px;
    line-height: 1.4; } }

.row--banner_row {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 375px;
  margin-bottom: 20px;
  border-radius: 3px;
  width: 100%; }
  .row--banner_row .wrap {
    display: table;
    height: 100%; }
  .row--banner_row .section__body {
    position: relative;
    height: 100%; }
  .row--banner_row .section__content {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    text-align: center;
    padding-bottom: 60px; }
    .row--banner_row .section__content h2, .row--banner_row .section__content p {
      width: 100%;
      max-width: 720px;
      margin: 0 auto; }
    .row--banner_row .section__content p:last-child {
      margin-bottom: 0; }

.category-section .row--banner_row {
  line-height: 0; }
  .category-section .row--banner_row .banner__content {
    line-height: 1.75; }
  .category-section .row--banner_row img.wpsmartcrop-image {
    display: block;
    width: 100%;
    min-height: 377px; }

.tags {
  font-size: 12px;
  min-height: 60px; }

.tag {
  border: 2px solid #a1a1a1;
  border-radius: 30px;
  padding: 12px 10px 9px 16px;
  margin-bottom: 10px !important; }
  .tag .tag__link {
    color: #2f3137; }
  .tag:not(:first-child) {
    margin-left: 10px; }
  .tag .ico, .tag ul.download-list a:after, ul.download-list .tag a:after, .tag
  ol.download-list a:after,
  ol.download-list .tag a:after {
    color: #a1a1a1;
    font-size: 0.8em;
    font-weight: bold;
    transition: color 0.3s; }
  .tag button:hover .ico, .tag button:hover ul.download-list a:after, ul.download-list .tag button:hover a:after, .tag button:hover
  ol.download-list a:after,
  ol.download-list .tag button:hover a:after,
  .tag button:active .ico,
  .tag button:active ul.download-list a:after, ul.download-list
  .tag button:active a:after,
  .tag button:active
  ol.download-list a:after,
  ol.download-list
  .tag button:active a:after {
    color: #2f3137; }

.popup {
  display: none; }
  .popup .popup-close {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #2c2d33;
    text-align: center;
    border: none;
    transition: background-color 0.3s, transform 0.3s; }
    .popup .popup-close:hover {
      transform: scale(1.1);
      background-color: #141518; }

.popup--variations,
.popup--downloads {
  width: 90%;
  max-width: 750px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); }
  .popup--variations .wrap,
  .popup--downloads .wrap {
    background: #fff;
    padding: 30px; }
  .popup--variations table tbody tr,
  .popup--downloads table tbody tr {
    border-bottom: 1px solid #f2f2f2; }
  .popup--variations table tbody td,
  .popup--downloads table tbody td {
    padding: 10px 5px; }
    .popup--variations table tbody td:first-child,
    .popup--downloads table tbody td:first-child {
      padding-left: 0; }
    .popup--variations table tbody td:last-child,
    .popup--downloads table tbody td:last-child {
      padding-right: 0; }
  .popup--variations .wccf_grand_total,
  .popup--downloads .wccf_grand_total {
    display: none; }
  .popup--variations .thumbcol,
  .popup--downloads .thumbcol {
    display: inline-block;
    vertical-align: middle; }
  .popup--variations .pricecol,
  .popup--variations .cartcol,
  .popup--downloads .pricecol,
  .popup--downloads .cartcol {
    text-align: right; }
  .popup--variations .pricecol,
  .popup--downloads .pricecol {
    color: #006ee1;
    font-size: 25px; }
    .popup--variations .pricecol del,
    .popup--downloads .pricecol del {
      display: block;
      padding-right: 34px;
      line-height: 0.2; }
      .popup--variations .pricecol del .amount,
      .popup--downloads .pricecol del .amount {
        text-decoration: line-through;
        font-size: 12px;
        color: #ababab; }
    .popup--variations .pricecol ins,
    .popup--downloads .pricecol ins {
      border: none; }
  .popup--variations .woocommerce-price-suffix,
  .popup--downloads .woocommerce-price-suffix {
    font-size: 12px;
    color: #2f3137; }
  .popup--variations .cartcol,
  .popup--downloads .cartcol {
    padding-right: 40px !important; }
    .popup--variations .cartcol .added2cartwrap,
    .popup--downloads .cartcol .added2cartwrap {
      top: 50%;
      transform: translateY(-50%); }
    .popup--variations .cartcol .vtspinner,
    .popup--downloads .cartcol .vtspinner {
      visibility: hidden !important;
      display: none !important; }
  .popup--variations .popup__footer a.product_variations_popup_close,
  .popup--variations .popup__footer a.product_downloads_popup_close,
  .popup--downloads .popup__footer a.product_variations_popup_close,
  .popup--downloads .popup__footer a.product_downloads_popup_close {
    text-decoration: underline;
    color: #a1a1a1; }
    .popup--variations .popup__footer a.product_variations_popup_close:hover, .popup--variations .popup__footer a.product_variations_popup_close:active,
    .popup--variations .popup__footer a.product_downloads_popup_close:hover,
    .popup--variations .popup__footer a.product_downloads_popup_close:active,
    .popup--downloads .popup__footer a.product_variations_popup_close:hover,
    .popup--downloads .popup__footer a.product_variations_popup_close:active,
    .popup--downloads .popup__footer a.product_downloads_popup_close:hover,
    .popup--downloads .popup__footer a.product_downloads_popup_close:active {
      color: #006ee1; }
  .popup--variations .popup__footer .btn,
  .popup--downloads .popup__footer .btn {
    font-size: 1.1em;
    padding-left: 2em;
    padding-right: 2em; }
  .popup--variations .popup__footer .nav,
  .popup--downloads .popup__footer .nav {
    text-align: right; }
    .popup--variations .popup__footer .nav li:not(:last-child),
    .popup--downloads .popup__footer .nav li:not(:last-child) {
      text-align: left;
      margin-right: 20px; }

.woocommerce div#vt_added_to_cart_notification {
  display: none !important;
  visibility: hidden !important; }

@media screen and (max-width: 1180px) {
  .popup--gallery .popup-close {
    right: 20px; } }

.row--gallery_row .swiper-container .slide {
  text-align: center;
  color: #2f3137; }
  .row--gallery_row .swiper-container .slide img {
    border-radius: 3px; }

.row--gallery_row .swiper-button-prev,
.row--gallery_row .swiper-button-next {
  color: #2f3137;
  width: 42px; }
  .row--gallery_row .swiper-button-prev .ico, .row--gallery_row .swiper-button-prev ul.download-list a:after, ul.download-list .row--gallery_row .swiper-button-prev a:after, .row--gallery_row .swiper-button-prev
  ol.download-list a:after,
  ol.download-list .row--gallery_row .swiper-button-prev a:after,
  .row--gallery_row .swiper-button-next .ico,
  .row--gallery_row .swiper-button-next ul.download-list a:after, ul.download-list
  .row--gallery_row .swiper-button-next a:after,
  .row--gallery_row .swiper-button-next
  ol.download-list a:after,
  ol.download-list
  .row--gallery_row .swiper-button-next a:after {
    font-size: 2em; }

#search_form .btn,
#mobile_search_form .btn {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px; }
  #search_form .btn,
  #search_form .btn .ico,
  #search_form .btn ul.download-list a:after, ul.download-list
  #search_form .btn a:after,
  #search_form .btn
  ol.download-list a:after,
  ol.download-list
  #search_form .btn a:after,
  #mobile_search_form .btn,
  #mobile_search_form .btn .ico,
  #mobile_search_form .btn ul.download-list a:after, ul.download-list
  #mobile_search_form .btn a:after,
  #mobile_search_form .btn
  ol.download-list a:after,
  ol.download-list
  #mobile_search_form .btn a:after {
    color: #fff; }

#mobile_search_form .btn .ico, #mobile_search_form .btn ul.download-list a:after, ul.download-list #mobile_search_form .btn a:after, #mobile_search_form .btn
ol.download-list a:after,
ol.download-list #mobile_search_form .btn a:after {
  font-size: 1em;
  top: 1px; }

#search_form {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  z-index: 10;
  transform: translateY(-100%);
  transition: transform 0.3s; }
  #search_form.active {
    transform: translateY(0); }

#mobile_search_form {
  position: relative; }

#search_input,
#mobile_search_input {
  background-color: #141519;
  color: #fff;
  padding: 16px 60px 16px 20px;
  height: 60px;
  border: none;
  border-radius: 0;
  /*
    &:focus {
        border-color: $white;
        + .btn {
            &,
            .ico {
                color: $white;
            }
        }
    }
    */ }

#search_input {
  position: relative; }

#mobile_search_input {
  padding-right: 30px; }

#search_input::-webkit-input-placeholder {
  color: #a1a1a1; }

#search_input::-moz-placeholder {
  color: #a1a1a1; }

#search_input:-ms-input-placeholder {
  color: #a1a1a1; }

#search_input:-moz-placeholder {
  color: #a1a1a1; }

.map {
  width: 100%;
  min-height: 400px;
  border: #ccc solid 1px; }

.acf-map {
  width: 100%;
  height: 400px;
  margin: 0;
  display: none; }

.acf-map.init {
  display: block; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

#search_location_indicator_wrap {
  background: #006ee1;
  border: none;
  border-radius: 3px;
  height: 30px !important; }

#search_location_indicator_wrap .gm-style-iw {
  top: 5px !important;
  left: 23px !important; }

#search_location_indicator_wrap .gm-style-iw + div {
  display: none;
  pointer-events: none; }

#search_location_indicator_wrap > div:first-child:not(.gm-style-iw) {
  display: none; }

#search_location_indicator {
  font-family: 'Fira Sans', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff; }

#closest-dealer {
  display: none; }

.pac-icon {
  width: 0;
  background-image: none; }

#dealers .dealers__header {
  border-bottom: 1px solid #a1a1a1;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 100px; }

#dealers .dealers .dealer {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #a1a1a1; }

#dealers .customSelect {
  padding: 14px 20px;
  border: none;
  margin-left: 20px;
  width: 300px; }

#dealers .section__body {
  position: relative;
  padding: 40px 0; }

#dealers .section-spinner-blocker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9;
  pointer-events: none;
  transition: background-color 0.3s;
  visibility: hidden; }

#dealers.loading .section__body .section-spinner-blocker {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
  pointer-events: all; }

#dealers .section-spinner-blocker .spinner {
  position: relative;
  top: 40%; }

#dealers .custom-marker {
  line-height: 1.4;
  font-size: 14px;
  padding-bottom: 30px; }

#dealers .custom-marker h4 {
  margin: 20px 20px 10px !important;
  color: #006ee1 !important;
  font-size: 18px;
  line-height: 1; }

#dealers .custom-marker p {
  font-family: 'Fira Sans', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 20px 0; }

#dealers .custom-marker p.phone,
#dealers .custom-marker p.address {
  text-transform: uppercase; }

#dealers .custom-marker p.website {
  text-transform: none;
  font-size: 15px; }

#dealers .custom-marker a {
  color: #006ee1; }

#dealers .custom-marker a.btn {
  text-align: center;
  font-family: 'Fira Sans', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 500;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  width: 100%;
  background: #006ee1;
  color: #fff;
  border-radius: 0;
  margin: 0;
  padding: 19px 12px 16px;
  border: none;
  height: auto;
  line-height: 1; }

#dealers .custom.gm-style-iw {
  width: 350px !important;
  top: 40px !important;
  left: 25px !important;
  background-color: #fff;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  opacity: 0; }

#dealers .custom.gm-style-iw > div {
  width: 100%;
  height: 100%;
  position: relative;
  top: 5px; }

.form-wrapper {
  position: relative;
  /*
    .form-fields select {
        padding-left: 15px;
    }
    .field select[multiple] {
        height: 100px;
    }
    */ }
  .form-wrapper .form-fields textarea, .form-wrapper .gform_fields textarea,
  .form-wrapper .form-fields input[type="text"],
  .form-wrapper .gform_fields input[type="text"],
  .form-wrapper .form-fields input[type="password"],
  .form-wrapper .gform_fields input[type="password"],
  .form-wrapper .form-fields input[type="name"],
  .form-wrapper .gform_fields input[type="name"],
  .form-wrapper .form-fields input[type="email"],
  .form-wrapper .gform_fields input[type="email"],
  .form-wrapper .form-fields input[type="url"],
  .form-wrapper .gform_fields input[type="url"],
  .form-wrapper .form-fields input[type="tel"],
  .form-wrapper .gform_fields input[type="tel"],
  .form-wrapper .form-fields input[type="color"],
  .form-wrapper .gform_fields input[type="color"],
  .form-wrapper .form-fields input[type="number"],
  .form-wrapper .gform_fields input[type="number"] {
    background: #fff;
    border: 0;
    border-radius: 2px;
    width: 100%;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form-wrapper .screen-reader-text {
    font-size: 12px; }
  .form-wrapper .form-fields textarea, .form-wrapper .gform_fields textarea {
    height: 100px;
    padding-top: 10px; }
  .form-wrapper .form-fields input[type="text"], .form-wrapper .gform_fields input[type="text"],
  .form-wrapper .form-fields input[type="email"],
  .form-wrapper .gform_fields input[type="email"] {
    padding: 0 54px 0 23px; }
  .form-wrapper .form-fields input[type="text"], .form-wrapper .gform_fields input[type="text"],
  .form-wrapper .form-fields input[type="email"],
  .form-wrapper .gform_fields input[type="email"],
  .form-wrapper form input[type="submit"],
  .form-wrapper form button {
    border: 0;
    height: 54px; }
  .form-wrapper input[type="submit"],
  .form-wrapper button {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 54px;
    position: absolute;
    top: 0;
    right: 0; }
  .form-wrapper#dealer_search_form_wrapper {
    background-color: #2f3137;
    /*
        .field select {
            background: $white url(../images/icons/icon-accordion-down.svg) right center no-repeat;
            background-size: 37px 24px;
            width: 182px;
            padding: 0 52px 0 24px;
            margin-left: 8px;
        }
        */ }
    .form-wrapper#dealer_search_form_wrapper form {
      padding: 10px; }
    .form-wrapper#dealer_search_form_wrapper .form-fields, .form-wrapper#dealer_search_form_wrapper .gform_fields {
      padding-right: 180px; }
    .form-wrapper#dealer_search_form_wrapper .field {
      float: left;
      clear: none;
      width: 100%; }
    .form-wrapper#dealer_search_form_wrapper .field-label {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important; }
    .form-wrapper#dealer_search_form_wrapper .form-fields input[type="text"], .form-wrapper#dealer_search_form_wrapper .gform_fields input[type="text"],
    .form-wrapper#dealer_search_form_wrapper input[type="submit"],
    .form-wrapper#dealer_search_form_wrapper button {
      font-family: 'Fira Sans', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
      font-weight: 300;
      font-style: normal; }
    .form-wrapper#dealer_search_form_wrapper .form-fields input[type="text"], .form-wrapper#dealer_search_form_wrapper .gform_fields input[type="text"] {
      color: #333;
      border-radius: 3px;
      height: 52px;
      width: 100%;
      max-width: 100%; }
    .form-wrapper#dealer_search_form_wrapper .field:not(:last-child) {
      margin-bottom: 0; }
    .form-wrapper#dealer_search_form_wrapper .form-fields input[type="text"], .form-wrapper#dealer_search_form_wrapper .gform_fields input[type="text"] {
      background: #fff url(../images/icons/icon-marker.svg) 18px center no-repeat;
      background-size: 13px 16px;
      width: 100%;
      max-width: 100%;
      padding: 0 10px 0 44px; }
    .form-wrapper#dealer_search_form_wrapper input[type="submit"],
    .form-wrapper#dealer_search_form_wrapper button {
      font-weight: 700;
      font-size: 15px;
      line-height: 1;
      text-indent: 0;
      text-align: left;
      color: #fff;
      background-color: #006ee1;
      background-image: url(../images/icons/icon-search.svg);
      background-size: 39px 20px;
      background-position: right center;
      border: 0;
      border-radius: 0;
      width: auto;
      min-width: 170px;
      height: 100%;
      padding: 0 47px;
      transition: background-color .5s; }
    .form-wrapper#dealer_search_form_wrapper input[type="submit"]:hover,
    .form-wrapper#dealer_search_form_wrapper button:hover {
      background-color: #0062c8; }
  .form-wrapper .form-footer {
    padding: 0; }

@media only screen and (max-width: 419px) {
  .form-wrapper#dealer_search_form_wrapper .field {
    float: none;
    margin-bottom: 10px; }
  .form-wrapper#dealer_search_form_wrapper .form-fields input[type="text"], .form-wrapper#dealer_search_form_wrapper .gform_fields input[type="text"] {
    width: 100%;
    margin: 0; }
  .form-wrapper#dealer_search_form_wrapper input[type="submit"],
  .form-wrapper#dealer_search_form_wrapper button {
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; } }

/*
----------------------------------------------------------------

jquery-ui.custom.css
Gravity Forms Custom jQuery UI styles
http: //www.gravityforms.com
updated: March 18, 2013 4:15 PM

Gravity Forms is a Rocketgenius project
copyright 2013 Rocketgenius Inc.
http: //www.rocketgenius.com
copyright 2009 (http://jqueryui.com/about)
dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

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

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

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

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-tabs {
  padding: .2em;
  zoom: 1; }

.ui-tabs[style] {
  border: 1px solid #C2D7EF !important;
  margin: 6px 0 0 !important;
  swidth: 438px !important; }

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: .2em .2em 0 0; }

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0 .2em -1px 0;
  padding: 0;
  text-align: center; }

.ui-tabs .ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  text-align: center;
  font-size: 12px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -ms-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  -o-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center;
  padding-bottom: 4px; }

.ui-datepicker-title select {
  margin-top: 2%;
  -webkit-appearance: menulist;
  width: auto; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAA8CAYAAACTiBHmAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAB3klEQVRYCe1XsUrEQBA1kkJICEGw9oqrrfwAwV+wT3mHHBwIB4K1kC+QtOltbcN9gE1iYxn8AItgKk/jTMjAZcmOu4sXRTYw7O3O7rzZN7vcW6dpmr1df/u7BsD4FkSLZUuXFl0uN9txHM7d83H37U/VZA1pX4EFvfRVO7hNmVGMLMveV6tVFYbhM4wtwDzyUSuL0dLIOrsIZVk2aEVRfCyXy8r3fQSbgR2ogDgtEs0UWio8Amy7qqr6TJLkLU3Tx7quz9HHxmGd3ekSQQhws9k8TafTk+9AjE4XJFZD4Nh13TMC5Fr2nogLMThQeAcWTyaTV9Ev66uCvECAewh+qxOcQJUKT5O5lqutUU04sCEfu5OhBSZjo+zEgmiVxtJl6dJiQGuyPV2WLi0GtCaPcrpYIUHiTiXtX/+PN6UL1T2q/LXKLqWKXrJ9VPMLVPeo8lHtEwjOl5nUIYCgep+hmkdVj+qelL4KCFt4CuB53kMURafz+dwPgkCbYiWQPM+PQFybvbIgU6WsOvUeA4Wo5rU/VkGK9wTqcAgI1wB2Cb72SQcCvH0iCzXsJaIFQis7sBvoXwDIMY7/OAiBbbcciFJNtoOZ/GbpMgk4tGaUnViQIeqlY5YuKTVDjv9D1xdysESNsEdXVAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -ms-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -o-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar th {
  background: none; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* enhanced UI/select styles updated in v.1.8.12 -----------------------------------------------------------------*/
.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.gform_wrapper .chosen-container a {
  cursor: pointer; }

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999; }

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 0 2px; }

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.gform_wrapper .chosen-rtl {
  text-align: right; }

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search.gform_wrapper .chosen-rtl .chosen-drop {
  left: 9999px; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-rtl .chosen-search input[type=text].gform_wrapper .chosen-container-single .chosen-single abbr.gform_wrapper .chosen-container-single .chosen-single div b.gform_wrapper .chosen-container-single .chosen-search input[type=text].gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close.gform_wrapper .chosen-container .chosen-results-scroll-down span.gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url(../../../plugins/gravityforms/images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.customSelect {
  padding: 5px 10px;
  background-color: #fff;
  color: #2c2d33;
  border: 1px solid #2c2d33;
  border-radius: 3px;
  max-width: 100%;
  text-align: left; }
  .customSelect.changed {
    background-color: #fff; }

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */ }

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
  outline: none;
  border-color: #006ee1;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 8px rgba(0, 0, 0, 0.15); }

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */ }

.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */ }
 
.customSelectInner {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjcuOHB4IiB2aWV3Qm94PSIwIDAgMTUgNy44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSA3Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQTFBMUExO30KPC9zdHlsZT4KPHBhdGggaWQ9Imljb24tY2hldnJvbi1yaWdodC1kYXJrLXNtYWxsIiBjbGFzcz0ic3QwIiBkPSJNMSwwYzAuMSwwLDAuMywwLDAuNCwwLjFsNi4xLDUuN2w2LjEtNS42YzAuMi0wLjIsMC41LTAuMiwwLjcsMGwwLjUsMC41CgljMC4yLDAuMiwwLjIsMC41LDAsMC42bDAsMGwtNyw2LjVDNy42LDgsNy4zLDgsNy4xLDcuOGwtNy02LjVDMCwxLjEsMCwwLjgsMC4xLDAuN2wwLDBsMC41LTAuNUMwLjgsMC4xLDAuOSwwLDEsMEwxLDB6Ii8+Cjwvc3ZnPgo=);
  background-position: right 50%;
  background-repeat: no-repeat;
  max-width: 100%; }


input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset; }

.form-fields, .gform_fields,
.gform_fields {
  padding-left: 0 !important; }
  .form-fields:after, .gform_fields:after,
  .gform_fields:after {
    content: "";
    display: table;
    clear: both; }
  .form-fields li, .gform_fields li, .form-fields > .gfield, .gform_fields > .gfield,
  .gform_fields li,
  .gform_fields > .gfield {
    margin-bottom: 20px; }

label,
.label,
.gpoll_field_label {
  font-size: 14px;
  margin-bottom: 2px; }

input {
  border-radius: 3px; }

.gfield {
  clear: both; }
  .gfield img {
    width: auto;
    height: auto; }

.ginput_full,
.ginput_card_expiration_container {
  margin-bottom: 4px;
  display: block;
  width: 100%; }
  .ginput_full:after,
  .ginput_card_expiration_container:after {
    content: "";
    display: table;
    clear: both; }
  .ginput_full input,
  .ginput_card_expiration_container input {
    width: 100%; }

.ginput_left,
.ginput_cardinfo_left,
.ginput_card_expiration_container .styled-select:first-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  float: left; }
  .ginput_left input,
  .ginput_cardinfo_left input,
  .ginput_card_expiration_container .styled-select:first-of-type input {
    width: 100%; }

.ginput_right,
.ginput_cardinfo_right,
.ginput_card_expiration_container .styled-select:last-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  float: right;
  clear: none; }
  .ginput_right input,
  .ginput_cardinfo_right input,
  .ginput_card_expiration_container .styled-select:last-of-type input {
    width: 100%; }

.gfield_required {
  padding-left: 4px; }

.gform_card_icon_container {
  margin-bottom: 6px; }

.ginput_card_security_code_icon,
.gform_card_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 24px; }

.ginput_card_security_code {
  margin-bottom: 6px; }

.ginput_card_security_code_icon {
  background-position: 0 -128px; }
  .ginput_card_security_code_icon + label {
    display: inline-block;
    margin-left: 10px; }

.gform_card_icon {
  margin-left: 6px; }
  .gform_card_icon:first-child {
    margin-left: 0; }
  .gform_card_icon.gform_card_icon_visa {
    background-position: -2px -4px; }
  .gform_card_icon.gform_card_icon_mastercard {
    background-position: -38px -4px; }
  .gform_card_icon.gform_card_icon_amex {
    background-position: -74px -4px; }

::-webkit-input-placeholder {
  color: #a1a1a1; }

::-moz-placeholder {
  color: #a1a1a1; }

:-ms-input-placeholder {
  color: #a1a1a1; }

input:-moz-placeholder {
  color: #a1a1a1; }

input.text-input,
textarea.text-input,
textarea,
.text-input input,
.text-input textarea,
.gform_fields textarea,
.gform_fields input[type="text"],
.gform_fields input[type="password"],
.gform_fields input[type="name"],
.gform_fields input[type="email"],
.gform_fields input[type="url"],
.gform_fields input[type="tel"],
.gform_fields input[type="color"],
.gform_fields input[type="number"] {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #2c2d33;
  color: #2c2d33;
  padding: 6px 20px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.42857143;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  cursor: default;
  border-radius: 3px; }
  input.text-input.placeholder,
  textarea.text-input.placeholder,
  textarea.placeholder,
  .text-input input.placeholder,
  .text-input textarea.placeholder,
  .gform_fields textarea.placeholder,
  .gform_fields input[type="text"].placeholder,
  .gform_fields input[type="password"].placeholder,
  .gform_fields input[type="name"].placeholder,
  .gform_fields input[type="email"].placeholder,
  .gform_fields input[type="url"].placeholder,
  .gform_fields input[type="tel"].placeholder,
  .gform_fields input[type="color"].placeholder,
  .gform_fields input[type="number"].placeholder {
    color: #a1a1a1; }
  input.text-input:focus,
  textarea.text-input:focus,
  textarea:focus,
  .text-input input:focus,
  .text-input textarea:focus,
  .gform_fields textarea:focus,
  .gform_fields input[type="text"]:focus,
  .gform_fields input[type="password"]:focus,
  .gform_fields input[type="name"]:focus,
  .gform_fields input[type="email"]:focus,
  .gform_fields input[type="url"]:focus,
  .gform_fields input[type="tel"]:focus,
  .gform_fields input[type="color"]:focus,
  .gform_fields input[type="number"]:focus {
    outline: none;
    border-color: #006ee1; }
  input.text-input:hover,
  textarea.text-input:hover,
  textarea:hover,
  .text-input input:hover,
  .text-input textarea:hover,
  .gform_fields textarea:hover,
  .gform_fields input[type="text"]:hover,
  .gform_fields input[type="password"]:hover,
  .gform_fields input[type="name"]:hover,
  .gform_fields input[type="email"]:hover,
  .gform_fields input[type="url"]:hover,
  .gform_fields input[type="tel"]:hover,
  .gform_fields input[type="color"]:hover,
  .gform_fields input[type="number"]:hover {
    cursor: text; }

textarea,
.gform_fields textarea,
.text-input textarea {
  height: 120px;
  resize: vertical; }

.gform_fields .file {
  min-height: 43px; }
  .gform_fields .file .ginput_container {
    position: relative; }
  .gform_fields .file .btn {
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px; }
  .gform_fields .file input[type="file"] {
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    height: 40px;
    padding: 0;
    color: white;
    font-weight: normal;
    font-size: 10px;
    opacity: 0;
    cursor: pointer; }

.ginput_container_fileupload input[type="file"] {
  color: #ccc; }

select {
  border-radius: 3px;
  -webkit-appearance: none;
  width: 100%; }
  select:focus {
    outline: none; }

select[multiple] {
  padding: 10px; }

.chzn-drop {
  color: #2c2d33; }

.gfield.with-chzn .ginput_container {
  height: 40px; }

.gfield.with-chzn .chzn-container .chzn-single {
  height: 40px;
  line-height: 40px;
  background-image: none;
  background-color: #fff;
  border-color: #2c2d33;
  padding-left: 12px;
  font-size: 14px; }
  .gfield.with-chzn .chzn-container .chzn-single div b {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjcuOHB4IiB2aWV3Qm94PSIwIDAgMTUgNy44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSA3Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQTFBMUExO30KPC9zdHlsZT4KPHBhdGggaWQ9Imljb24tY2hldnJvbi1yaWdodC1kYXJrLXNtYWxsIiBjbGFzcz0ic3QwIiBkPSJNMSwwYzAuMSwwLDAuMywwLDAuNCwwLjFsNi4xLDUuN2w2LjEtNS42YzAuMi0wLjIsMC41LTAuMiwwLjcsMGwwLjUsMC41CgljMC4yLDAuMiwwLjIsMC41LDAsMC42bDAsMGwtNyw2LjVDNy42LDgsNy4zLDgsNy4xLDcuOGwtNy02LjVDMCwxLjEsMCwwLjgsMC4xLDAuN2wwLDBsMC41LTAuNUMwLjgsMC4xLDAuOSwwLDEsMEwxLDB6Ii8+Cjwvc3ZnPgo=);
    background-position: right 50%; }

.gfield.with-chzn .chzn-container.chzn-container-active .chzn-single {
  outline: none;
  border-color: #2c2d33;
  box-shadow: none; }

.gfield.with-chzn .chzn-container.chzn-container-single .chzn-single div {
  background-image: none;
  background-color: transparent;
  border: none;
  width: 23px; }

.gfield.with-chzn .chzn-container .chzn-search input {
  width: 100% !important;
  height: auto; }

.gfield.with-chzn.gfield_error .chzn-container .chzn-single {
  border-color: #dd0f0f; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 40px; }

.gform_wrapper .chosen-container .chosen-drop {
  color: #2c2d33; }

.check-list,
ul.gfield_radio,
ul.gfield_checkbox,
ul.gfield_radio,
ul.gfield_checkbox {
  padding: 10px 0 0 0; }
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li, .check-list label,
  ul.gfield_radio label,
  ul.gfield_checkbox label,
  ul.gfield_radio li,
  ul.gfield_radio label,
  ul.gfield_checkbox li,
  ul.gfield_checkbox label {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    vertical-align: top; }
  .check-list label,
  ul.gfield_radio label,
  ul.gfield_checkbox label,
  ul.gfield_radio label,
  ul.gfield_checkbox label {
    margin-left: 8px;
    max-width: 85%; }
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li,
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto;
    margin-bottom: 10px;
    margin-right: 20px; }
  .check-list li:last-child,
  ul.gfield_radio li:last-child,
  ul.gfield_checkbox li:last-child,
  ul.gfield_radio li:last-child,
  ul.gfield_checkbox li:last-child {
    margin-right: 0; }
  .check-list input[type="checkbox"],
  ul.gfield_radio input[type="checkbox"],
  ul.gfield_checkbox input[type="checkbox"], .check-list input[type="radio"],
  ul.gfield_radio input[type="radio"],
  ul.gfield_checkbox input[type="radio"],
  ul.gfield_radio input[type="checkbox"],
  ul.gfield_radio input[type="radio"],
  ul.gfield_checkbox input[type="checkbox"],
  ul.gfield_checkbox input[type="radio"] {
    vertical-align: top;
    margin-top: 6px; }
    .check-list input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_radio input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="checkbox"][value="gf_other_choice"], .check-list input[type="radio"][value="gf_other_choice"],
    ul.gfield_radio input[type="radio"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="radio"][value="gf_other_choice"],
    ul.gfield_radio input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_radio input[type="radio"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="radio"][value="gf_other_choice"] {
      margin-top: 14px; }
  .check-list input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_radio input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_checkbox input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_radio input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_checkbox input[value="gf_other_choice"] + input[type="text"] {
    display: inline-block;
    width: 80%;
    margin-left: 20px; }

.list-vertical ul.gfield_radio li,
.list-vertical ul.gfield_checkbox li {
  display: block;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li,
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: 33.333333%; } }

@media only screen and (max-width: 419px) {
  .check-list li,
  ul.gfield_radio li,
  ul.gfield_checkbox li,
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: 50%; } }

.gfield_date_day,
.gfield_date_month,
.gfield_date_year,
.gfield_date_dropdown_day,
.gfield_date_dropdown_month,
.gfield_date_dropdown_year,
.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline-block !important;
  width: 31% !important;
  margin-right: 3.333%; }
  .gfield_date_day i,
  .gfield_date_day label,
  .gfield_date_month i,
  .gfield_date_month label,
  .gfield_date_year i,
  .gfield_date_year label,
  .gfield_date_dropdown_day i,
  .gfield_date_dropdown_day label,
  .gfield_date_dropdown_month i,
  .gfield_date_dropdown_month label,
  .gfield_date_dropdown_year i,
  .gfield_date_dropdown_year label,
  .gfield_time_hour i,
  .gfield_time_hour label,
  .gfield_time_minute i,
  .gfield_time_minute label,
  .gfield_time_ampm i,
  .gfield_time_ampm label {
    display: inline-block;
    font-size: 14px;
    color: #ccc; }

.gfield_date_year,
.gfield_date_dropdown_year,
.gfield_time_ampm {
  margin-right: 0; }

.gfield_time_hour input {
  display: inline-block;
  max-width: 90%; }

.gfield_time_ampm {
  display: block;
  float: right; }

.gf_hide_ampm .gfield_time_ampm {
  display: none !important; }

.ginput_container.ginput_container_date {
  position: relative; }
  .ginput_container.ginput_container_date input {
    padding-right: 60px; }

/*
.datepicker_with_icon {
    max-width: 90% !important;
    display: inline-block !important;
}
*/
.ui-datepicker-trigger {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.gfield .clear-multi {
  height: 40px; }
  .gfield .clear-multi > .ginput_container:last-child {
    float: right; }

.gform_title,
.gsection_title {
  margin-bottom: 0;
  line-height: 1; }

.gsection_title {
  font-size: 18px;
  background: #006ee1;
  padding: 13px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin-top: 20px; }
  .gsection_title:empty {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.gsection_description {
  padding: 14px 14px 0; }

.gform_description {
  display: block;
  padding-top: 20px; }

.gf_page_steps {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 3px;
  overflow: auto;
  padding-left: 10px; }

.gf_step {
  float: left;
  margin-right: 40px;
  font-size: 16px;
  line-height: 60px; }
  .gf_step a {
    color: #445e6f; }
  .gf_step.gf_step_active {
    color: #006ee1; }

.gf_progressbar_wrapper {
  padding: 20px 0;
  margin-bottom: 20px; }

.gf_progressbar_title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #006ee1; }

.gf_progressbar {
  background: transparent;
  height: 20px;
  overflow: hidden;
  border: 1px solid #006ee1;
  border-radius: 3px; }

.gf_progressbar_percentage {
  background: #006ee1;
  height: 14px;
  margin: 2px;
  border-radius: 3px; }
  .gf_progressbar_percentage span {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.gform_page_footer {
  padding: 20px 0;
  margin: 20px 0; }
  .gform_page_footer:after {
    content: "";
    display: table;
    clear: both; }
  .gform_page_footer .gform_previous_button,
  .gform_page_footer .gform_next_button {
    border-radius: 26px;
    padding: 12px 22px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #006ee1;
    -webkit-appearance: none;
    border: none;
    float: right;
    background-color: #ffa400; }
    .gform_page_footer .gform_previous_button, .gform_page_footer .gform_previous_button:focus, .gform_page_footer .gform_previous_button:active, .gform_page_footer .gform_previous_button:visited, .gform_page_footer .gform_previous_button:hover,
    .gform_page_footer .gform_next_button,
    .gform_page_footer .gform_next_button:focus,
    .gform_page_footer .gform_next_button:active,
    .gform_page_footer .gform_next_button:visited,
    .gform_page_footer .gform_next_button:hover {
      color: #fff;
      text-decoration: none; }
    .gform_page_footer .gform_previous_button:focus, .gform_page_footer .gform_previous_button:hover, .gform_page_footer .gform_previous_button:active,
    .gform_page_footer .gform_next_button:focus,
    .gform_page_footer .gform_next_button:hover,
    .gform_page_footer .gform_next_button:active {
      background-color: #0062c8; }
    .gform_page_footer .gform_previous_button:focus,
    .gform_page_footer .gform_next_button:focus {
      outline: none; }
    .gform_page_footer .gform_previous_button .icon,
    .gform_page_footer .gform_previous_button .sprite,
    .gform_page_footer .gform_previous_button .ginput_card_security_code_icon,
    .gform_page_footer .gform_previous_button
    .gform_card_icon,
    .gform_page_footer .gform_next_button .icon,
    .gform_page_footer .gform_next_button .sprite,
    .gform_page_footer .gform_next_button .ginput_card_security_code_icon,
    .gform_page_footer .gform_next_button
    .gform_card_icon {
      top: -2px; }
    .gform_page_footer .gform_previous_button .ico + span:not(.visuallyhidden), .gform_page_footer .gform_previous_button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .gform_page_footer .gform_previous_button a:after + span:not(.visuallyhidden), .gform_page_footer .gform_previous_button
    ol.download-list a:after + span:not(.visuallyhidden),
    ol.download-list .gform_page_footer .gform_previous_button a:after + span:not(.visuallyhidden),
    .gform_page_footer .gform_next_button .ico + span:not(.visuallyhidden),
    .gform_page_footer .gform_next_button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
    .gform_page_footer .gform_next_button a:after + span:not(.visuallyhidden),
    .gform_page_footer .gform_next_button
    ol.download-list a:after + span:not(.visuallyhidden),
    ol.download-list
    .gform_page_footer .gform_next_button a:after + span:not(.visuallyhidden) {
      display: inline-block;
      margin-left: 6px; }
    .gform_page_footer .gform_previous_button span:not(.visuallyhidden) + .ico, .gform_page_footer .gform_previous_button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .gform_page_footer .gform_previous_button span:not(.visuallyhidden) + a:after, .gform_page_footer .gform_previous_button
    ol.download-list span:not(.visuallyhidden) + a:after,
    ol.download-list .gform_page_footer .gform_previous_button span:not(.visuallyhidden) + a:after,
    .gform_page_footer .gform_next_button span:not(.visuallyhidden) + .ico,
    .gform_page_footer .gform_next_button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
    .gform_page_footer .gform_next_button span:not(.visuallyhidden) + a:after,
    .gform_page_footer .gform_next_button
    ol.download-list span:not(.visuallyhidden) + a:after,
    ol.download-list
    .gform_page_footer .gform_next_button span:not(.visuallyhidden) + a:after {
      display: inline-block;
      margin-left: 6px; }
    .gform_page_footer .gform_previous_button .ico, .gform_page_footer .gform_previous_button ul.download-list a:after, ul.download-list .gform_page_footer .gform_previous_button a:after, .gform_page_footer .gform_previous_button
    ol.download-list a:after,
    ol.download-list .gform_page_footer .gform_previous_button a:after,
    .gform_page_footer .gform_previous_button .fa,
    .gform_page_footer .gform_next_button .ico,
    .gform_page_footer .gform_next_button ul.download-list a:after, ul.download-list
    .gform_page_footer .gform_next_button a:after,
    .gform_page_footer .gform_next_button
    ol.download-list a:after,
    ol.download-list
    .gform_page_footer .gform_next_button a:after,
    .gform_page_footer .gform_next_button .fa {
      font-size: 1.3em;
      color: #fff;
      position: relative;
      top: 2px; }
    .gform_page_footer .gform_previous_button:focus, .gform_page_footer .gform_previous_button:hover, .gform_page_footer .gform_previous_button:active,
    .gform_page_footer .gform_next_button:focus,
    .gform_page_footer .gform_next_button:hover,
    .gform_page_footer .gform_next_button:active {
      background-color: #e69400; }
  .gform_page_footer .gform_previous_button {
    float: left; }

.gform_page .gform_page_footer {
  text-align: center;
  min-height: 100px;
  position: relative; }
  .gform_page .gform_page_footer .gform_ajax_spinner {
    float: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%); }
  .gform_page .gform_page_footer input[type="submit"] {
    float: right; }

.gform_page:first-child .gform_page_footer .gform_save_link {
  float: left; }

.gform_page:first-child .gform_page_footer .gform_ajax_spinner {
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
  top: 25px; }

.gform_page:not(:first-child) .gform_page_footer .gform_save_link {
  display: block;
  clear: both;
  margin-top: 100px; }

.submit-on-left .gform_page .gform_page_footer input[type="submit"] {
  float: left; }

.gform_save_link {
  display: inline-block;
  margin-top: 15px; }

@media only screen and (max-width: 419px) {
  .gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
    top: 100px; }
  .gform_page:not(:first-child) .gform_page_footer .gform_save_link {
    margin-top: 150px; } }

.gfield_list {
  margin-bottom: 0; }
  .gfield_list thead + tbody tr:first-child td {
    padding-top: 20px; }
    .gfield_list thead + tbody tr:first-child td.gfield_list_icons {
      padding-top: 23px !important; }
  .gfield_list tr {
    border-bottom: 0; }

.gfield_list td {
  padding-top: 0; }

.gfield_list_cell {
  padding-left: 10px;
  padding-right: 10px; }
  .gfield_list_cell input {
    width: 100%; }
  .gfield_list_cell:first-child {
    padding-left: 0; }

.gfield_list_icons {
  text-align: right;
  padding-right: 0;
  width: 60px;
  padding-top: 10px !important; }

.ginput_complex > span {
  display: block;
  margin-bottom: 20px; }

.ginput_complex label {
  font-size: 14px;
  color: #ccc;
  padding-top: 4px; }

.gfield_description,
.gform_fields .instruction {
  color: #a1a1a1;
  font-size: 13px;
  font-style: italic; }

.gform_fields .instruction {
  padding-top: 4px; }

.validation_error,
.gfield_description.validation_message,
.gfield_error .gfield_label {
  font-style: normal;
  padding: 0;
  font-size: 14px;
  color: #dd0f0f;
  background: none; }

.gfield_error input.text-input,
.gfield_error textarea,
.gfield_error input[type="text"],
.gfield_error input[type="password"],
.gfield_error input[type="name"],
.gfield_error input[type="email"],
.gfield_error input[type="url"],
.gfield_error input[type="tel"],
.gfield_error input[type="color"],
.gfield_error input[type="number"],
.gfield_error.text-input input,
.gfield_error.text-input textarea {
  border-color: #dd0f0f;
  background-color: #fff;
  color: #dd0f0f; }

.gfield_error .styled-select,
.gfield_error .customSelect {
  border-color: #dd0f0f;
  color: #dd0f0f; }

.gform_heading {
  padding-bottom: 20px; }

.validation_error {
  margin-bottom: 20px;
  background: #dd0f0f;
  padding: 8px 20px;
  border-radius: 3px;
  color: #fff; }

.gfield_description.validation_message {
  display: none; }

#gforms_confirmation_message {
  margin-bottom: 20px; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #ccc;
  margin: 0;
  padding: 13px;
  text-align: center;
  min-width: 200px;
  width: 100%;
  background-color: #EEE;
  color: #ccc;
  clear: both;
  border-radius: 3px; }
  .gform_wrapper .gfield_password_strength.bad {
    background-color: #ffe5d5;
    border-color: #FF853C;
    color: #FF853C; }
  .gform_wrapper .gfield_password_strength.good {
    background-color: #ffeb99;
    border-color: #FC0;
    color: #cca300; }
  .gform_wrapper .gfield_password_strength.strong {
    background-color: green;
    border-color: green;
    color: #fff; }
  .gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
    background-color: #fbcece;
    border-color: #f04040;
    color: #f04040; }

.gform_footer {
  padding: 20px 0 0; }
  .gform_footer:after {
    content: "";
    display: table;
    clear: both; }
  .gform_footer input[type="submit"] {
    float: right; }
  .gform_footer .gform_ajax_spinner {
    float: left; }

.submit-on-left .gform_footer input[type="submit"] {
  float: left; }

.submit-on-left .gform_footer .gform_ajax_spinner {
  float: right; }

.gform_ajax_spinner {
  display: block;
  width: 40px;
  height: 40px; }

.gform_validation_container {
  display: none; }

.gform_hidden {
  display: none !important; }

.gform_fields input[type="button"],
form input[type="submit"] {
  border-radius: 26px;
  padding: 12px 22px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #006ee1;
  -webkit-appearance: none;
  border: none;
  /*
    text-align: left;
    min-width: 20%;
    */ }
  .gform_fields input[type="button"], .gform_fields input[type="button"]:focus, .gform_fields input[type="button"]:active, .gform_fields input[type="button"]:visited, .gform_fields input[type="button"]:hover,
  form input[type="submit"],
  form input[type="submit"]:focus,
  form input[type="submit"]:active,
  form input[type="submit"]:visited,
  form input[type="submit"]:hover {
    color: #fff;
    text-decoration: none; }
  .gform_fields input[type="button"]:focus, .gform_fields input[type="button"]:hover, .gform_fields input[type="button"]:active,
  form input[type="submit"]:focus,
  form input[type="submit"]:hover,
  form input[type="submit"]:active {
    background-color: #0062c8; }
  .gform_fields input[type="button"]:focus,
  form input[type="submit"]:focus {
    outline: none; }
  .gform_fields input[type="button"] .icon,
  .gform_fields input[type="button"] .sprite,
  .gform_fields input[type="button"] .ginput_card_security_code_icon,
  .gform_fields input[type="button"]
  .gform_card_icon,
  form input[type="submit"] .icon,
  form input[type="submit"] .sprite,
  form input[type="submit"] .ginput_card_security_code_icon,
  form input[type="submit"]
  .gform_card_icon {
    top: -2px; }
  .gform_fields input[type="button"] .ico + span:not(.visuallyhidden), .gform_fields input[type="button"] ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .gform_fields input[type="button"] a:after + span:not(.visuallyhidden), .gform_fields input[type="button"]
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list .gform_fields input[type="button"] a:after + span:not(.visuallyhidden),
  form input[type="submit"] .ico + span:not(.visuallyhidden),
  form input[type="submit"] ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  form input[type="submit"] a:after + span:not(.visuallyhidden),
  form input[type="submit"]
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  form input[type="submit"] a:after + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .gform_fields input[type="button"] span:not(.visuallyhidden) + .ico, .gform_fields input[type="button"] ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .gform_fields input[type="button"] span:not(.visuallyhidden) + a:after, .gform_fields input[type="button"]
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list .gform_fields input[type="button"] span:not(.visuallyhidden) + a:after,
  form input[type="submit"] span:not(.visuallyhidden) + .ico,
  form input[type="submit"] ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  form input[type="submit"] span:not(.visuallyhidden) + a:after,
  form input[type="submit"]
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  form input[type="submit"] span:not(.visuallyhidden) + a:after {
    display: inline-block;
    margin-left: 6px; }
  .gform_fields input[type="button"] .ico, .gform_fields input[type="button"] ul.download-list a:after, ul.download-list .gform_fields input[type="button"] a:after, .gform_fields input[type="button"]
  ol.download-list a:after,
  ol.download-list .gform_fields input[type="button"] a:after,
  .gform_fields input[type="button"] .fa,
  form input[type="submit"] .ico,
  form input[type="submit"] ul.download-list a:after, ul.download-list
  form input[type="submit"] a:after,
  form input[type="submit"]
  ol.download-list a:after,
  ol.download-list
  form input[type="submit"] a:after,
  form input[type="submit"] .fa {
    font-size: 1.3em;
    color: #fff;
    position: relative;
    top: 2px; }

form input[type="submit"][disabled="disabled"],
.gform_page_footer .gform_next_button[disabled="disabled"] {
  cursor: default;
  opacity: 0.3; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_left_half,
.gfield.gf_right_half {
  float: left; }

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  float: right; }

.gfield.gf_left_half,
.gfield.gf_right_half {
  width: 50%; }

.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third {
  width: 33.333%; }

.gfield.gf_right_two_thirds {
  width: 66.666%; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four {
  width: 25%; }

.gfield.gf_fourth_one,
.gfield.gf_left_third,
.gfield.gf_left_half {
  padding-right: 10px; }

.gfield.gf_fourth_two {
  padding-right: 5px; }

.gfield.gf_fourth_three {
  padding-left: 5px; }

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  padding-left: 10px; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  clear: none; }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0; }
  .gfield.gf_left_third {
    padding-right: 10px; } }

@media only screen and (max-width: 419px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds,
  .gfield.gf_left_half,
  .gfield.gf_right_half {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_three,
  .gfield.gf_fourth_four {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 50%; }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_three {
    float: left;
    padding-right: 5px; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    float: right;
    padding-left: 5px; }
  .gfield.gf_fourth_three {
    clear: both; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    padding-right: 0; } }

.gfield.no-label > .gfield_label {
  display: none; }

.gfield.single-option .check-list li, .gfield.single-option
ul.gfield_radio li, .gfield.single-option
ul.gfield_checkbox li,
.gfield.single-option ul.gfield_radio li,
.gfield.single-option ul.gfield_checkbox li {
  width: 100%; }

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

#header {
  z-index: 12; }

.primary-header {
  background-color: #2c2d33;
  border-bottom: 1px solid #4c4f55;
  min-height: 60px;
  position: relative;
  z-index: 20;
  transition: border-color 0.3s; }
  .primary-header a:not(.btn) > .ico, .primary-header ul.download-list a:not(.btn) > a:after, ul.download-list .primary-header a:not(.btn) > a:after, .primary-header
  ol.download-list a:not(.btn) > a:after,
  ol.download-list .primary-header a:not(.btn) > a:after {
    position: relative;
    top: 2px; }
  .primary-header #logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .primary-header .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 1px;
    margin-top: -8px;
  }
  .primary-header .ico, .primary-header ul.download-list a:after, ul.download-list .primary-header a:after, .primary-header
  ol.download-list a:after,
  ol.download-list .primary-header a:after {
    font-size: 1.2em; }

#primary_nav {
  text-align: right;
  padding: 10px 0;
  display: flex;
}
  #primary_nav > .nav {
    display: inline-block;
    text-align: left; }
    #primary_nav > .nav > li:not(:last-child) {
      margin-right: 40px; }
    #primary_nav > .nav > li.no-label:not(:last-child) {
      margin-right: 20px; }
    #primary_nav > .nav > li:last-child {
      margin-right: 0; }
    #primary_nav > .nav > li {
      position: relative;
      cursor: pointer; }
      #primary_nav > .nav > li:hover > a {
        color: #a1a1a1; }
      #primary_nav > .nav > li:hover > ul {
        display: block; }
    #primary_nav > .nav > li > ul {
      display: none;
      list-style: none;
      position: absolute;
      padding: 0;
      margin: 0;
      left: -10px;
      top: 0;
      min-width: 200px;
      text-align: left;
      padding-top: 40px;
      z-index: 1; }
      #primary_nav > .nav > li > ul > li {
        margin: 0;
        display: block; }
        #primary_nav > .nav > li > ul > li a {
          display: block;
          padding: 5px 10px;
          background: #2f3137;
          transition: all 0.3s; }
          #primary_nav > .nav > li > ul > li a:hover {
            background: #2c2d33;
            color: #a1a1a1; }
  #primary_nav a:not(.btn), #primary_nav a:not(.btn):focus {
    color: #fff; }
  #primary_nav a:not(.btn).active, #primary_nav a:not(.btn):hover, #primary_nav a:not(.btn):active {
    color: #a1a1a1; }

body.submenu-open .primary-header {
  border-color: #4c4f55; }

@media only screen and (max-width: 1180px) {
  .primary-header #logo {
    left: 40px; } }

@media only screen and (max-width: 768px) {
  .primary-header .ico, .primary-header ul.download-list a:after, ul.download-list .primary-header a:after, .primary-header
  ol.download-list a:after,
  ol.download-list .primary-header a:after {
    position: relative;
    top: 2px; }
  #primary_nav {
    padding-right: 50px; }
    #primary_nav > ul > li:not(.no-label) {
      display: none; }
  body.submenu-open .primary-header {
    border-color: #2c2d33; } }

@media only screen and (max-width: 419px) {
  #primary_nav {
    padding-right: 40px; }
    #primary_nav > .nav > li.no-label:not(:last-child) {
      margin-right: 10px; }
  .primary-header #logo {
    left: 20px;
    width: 100px; } }

/* Enttec comment 15/05/2018 */
@media screen and (max-width: 600px) {
  .primary-header > .wrap {
    padding-top: 20px; }
  #primary_nav {
    text-align: center;
    padding-right: 0; }
    #primary_nav > .nav > li.no-label:not(:last-child) {
      margin-right: 20px; } }

.secondary-header {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
  z-index: 10; }
  .secondary-header .breadcrumbs {
    display: inline-block;
    padding: 20px 0; }

@media screen and (max-width: 840px) {
  .secondary-header .breadcrumbs {
    display: none !important; } }

@media screen and (max-width: 540px) {
  .secondary-header .wrap {
    padding: 0 10px 0 0 !important; } }

.product-toolbar {
  float: right; }
  .product-toolbar.no-nav {
    padding-top: 12px; }
  .product-toolbar .nav a {
    padding: 20px;
    border-right: 1px solid #e0e0e0; }
    .product-toolbar .nav a, .product-toolbar .nav a:visited {
      color: #a1a1a1; }
    .product-toolbar .nav a:hover, .product-toolbar .nav a:focus, .product-toolbar .nav a:active {
      color: #006ee1; }
    .product-toolbar .nav a span {
      margin-left: 6px; }
  .product-toolbar,
  .product-toolbar .product-buy-button,
  .product-toolbar .nav {
    display: inline-block; }
  .product-toolbar .product-buy-button {
    position: relative;
    top: -2px;
    padding-left: 20px; }
    .product-toolbar .product-buy-button .btn {
      margin-left: 10px; }
      .product-toolbar .product-buy-button .btn .ico, .product-toolbar .product-buy-button .btn ul.download-list a:after, ul.download-list .product-toolbar .product-buy-button .btn a:after, .product-toolbar .product-buy-button .btn
      ol.download-list a:after,
      ol.download-list .product-toolbar .product-buy-button .btn a:after {
        display: none; }
      .product-toolbar .product-buy-button .btn span {
        margin: 0; }
    .product-toolbar .product-buy-button a.added_to_cart {
      display: none !important; }
  .product-toolbar .product-buy-button__price {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px; }
    .product-toolbar .product-buy-button__price .price-from,
    .product-toolbar .product-buy-button__price .price,
    .product-toolbar .product-buy-button__price .amount {
      line-height: 1;
      vertical-align: middle; }
    .product-toolbar .product-buy-button__price .price-from {
      margin-right: 6px; }
    .product-toolbar .product-buy-button__price .price,
    .product-toolbar .product-buy-button__price .amount {
      display: inline-block;
      color: #006ee1;
      font-size: 25px; }
    .product-toolbar .product-buy-button__price .woocommerce-price-suffix {
      position: relative;
      font-size: 11px;
      top: 5px;
      color: #2f3137; }
    .product-toolbar .product-buy-button__price .price .woocommerce-price-suffix {
      top: 1px; }
    .product-toolbar .product-buy-button__price del {
      display: block;
      line-height: 1; }
      .product-toolbar .product-buy-button__price del .amount {
        text-decoration: line-through;
        font-size: 12px;
        color: #ababab; }
    .product-toolbar .product-buy-button__price ins {
      border: none; }
    .product-toolbar .product-buy-button__price .price-from.dealer-price-from + span.price ins,
    .product-toolbar .product-buy-button__price .price-from.dealer-price-from + span.price .woocommerce-price-suffix {
      display: inline-block;
      position: relative;
      top: -5px; }

@media screen and (max-width: 1024px) {
  .product-toolbar .nav a span {
    display: none !important; } }

@media screen and (max-width: 840px) {
  .product-toolbar {
    float: none;
    width: 100%; }
    .product-toolbar:after {
      content: "";
      display: table;
      clear: both; }
    .product-toolbar .product-buy-button {
      float: right;
      top: 9px; } }

@media screen and (max-width: 540px) {
  .product-toolbar .nav a {
    border: none;
    padding-left: 14px;
    padding-right: 14px; }
  .product-toolbar .product-buy-button .btn .ico, .product-toolbar .product-buy-button .btn ul.download-list a:after, ul.download-list .product-toolbar .product-buy-button .btn a:after, .product-toolbar .product-buy-button .btn
  ol.download-list a:after,
  ol.download-list .product-toolbar .product-buy-button .btn a:after {
    display: inline-block; }
  .product-toolbar .product-buy-button .btn span {
    display: none; } }

@media screen and (max-width: 320px) {
  .product-toolbar .product-buy-button {
    padding-left: 10px; }
    .product-toolbar .product-buy-button .btn {
      margin-left: 5px;
      padding-right: 18px;
      padding-left: 18px; }
  .product-toolbar .product-buy-button__price .price-from {
    font-size: 12px; }
    .product-toolbar .product-buy-button__price .price-from + .price {
      font-size: 18px; } }

@media only screen and (max-width: 419px) {
  .product-toolbar {
    padding-left: 10px; }
    .product-toolbar .nav {
      display: block;
      text-align: center;
      width: 100%;
      border-bottom: 1px solid #e0e0e0; }
    .product-toolbar .product-buy-button {
      padding: 20px;
      float: left;
      text-align: center;
      width: 100%;
      top: 0; }
    .product-toolbar .product-buy-button__price {
      text-align: left; } }

.submenu-wrap {
  position: absolute;
  width: 100%;
  background-color: #2c2d33;
  z-index: 10;
  padding: 20px 0;
  left: 0;
  top: -330px;
  transition: top 0.4s; }
  .submenu-wrap.pre-init {
    top: -9999px; }
  .submenu-wrap .nav__group:after {
    content: "";
    display: table;
    clear: both; }
  .submenu-wrap .submenu .back-btn {
    display: none;
    height: 40px;
    color: #fff;
    float: right;
    padding: 0 20px;
    margin-bottom: 20px; }
    .submenu-wrap .submenu .back-btn .ico, .submenu-wrap .submenu .back-btn ul.download-list a:after, ul.download-list .submenu-wrap .submenu .back-btn a:after, .submenu-wrap .submenu .back-btn
    ol.download-list a:after,
    ol.download-list .submenu-wrap .submenu .back-btn a:after {
      position: relative;
      top: 1px;
      margin-right: 10px; }
  .submenu-wrap .submenu .submenu__group,
  .submenu-wrap .submenu .grid,
  .submenu-wrap .submenu #menu-footer-menu {
    clear: both; }
  .submenu-wrap .submenu .nav {
    display: block;
    width: 100%;
    vertical-align: top;
    /*
            &:not(:last-child) {
                margin-right: $half-spacing-unit;
            }
            */ }
    .submenu-wrap .submenu .nav:after {
      content: "";
      display: table;
      clear: both; }
    .submenu-wrap .submenu .nav > li:not(:last-child) {
      margin-bottom: 10px; }
    .submenu-wrap .submenu .nav > li:first-child {
      width: 100%; }
    .submenu-wrap .submenu .nav > li:not(:first-child) {
      width: 48%;
      display: inline-block;
      vertical-align: top;
      padding-right: 10px; }
  .submenu-wrap .submenu__label {
    transition: color 0.3s; }
  .submenu-wrap a,
  .submenu-wrap .submenu__label {
    color: #fff; }
  .submenu-wrap a:hover,
  .submenu-wrap a:hover .submenu__label {
    color: #a1a1a1; }
  .submenu-wrap .submenu__title {
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px; }
  .submenu-wrap .swiper-container {
    padding: 20px 40px 0; }
    .submenu-wrap .swiper-container:before, .submenu-wrap .swiper-container:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      width: 50px;
      z-index: 2; }
    .submenu-wrap .swiper-container:before {
      left: 0;
      background: linear-gradient(to right, #2c2d33 0%, #2c2d33 39%, rgba(44, 45, 51, 0) 100%); }
    .submenu-wrap .swiper-container:after {
      right: 0;
      background: linear-gradient(to left, #2c2d33 0%, #2c2d33 39%, rgba(44, 45, 51, 0) 100%); }
  .submenu-wrap .slide {
    height: 160px; }
  .submenu-wrap .slide__link {
    display: block;
    text-align: center;
    position: relative;
    height: 100%; }
  .submenu-wrap .submenu__image {
    display: block;
    border-radius: 5px;
    height: 126px; }
  .submenu-wrap .submenu__label {
    width: 100%;
    display: block;
    text-align: center; }
  .submenu-wrap .submenu:not(#solutions_submenu) .submenu__image {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.3s, opacity 0.6s; }
  .submenu-wrap .submenu:not(#solutions_submenu) .slide__link:hover .submenu__image {
    transform: translateY(-10px); }
  .submenu-wrap #solutions_submenu .submenu__image {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background-color: #2c2d33; }
    .submenu-wrap #solutions_submenu .submenu__image img {
      display: block;
      position: absolute;
      width: 100%;
      height: auto;
      left: 0;
      top: 50%;
      transition: transform 1.5s, opacity 0.6s linear;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateY(-50%); }
  .submenu-wrap #solutions_submenu .slide__link:hover .submenu__image img {
    opacity: 0.7;
    transform: translateY(-50%) scale(1.1); }

body.submenu-open .submenu-wrap {
  top: 60px; }

.mobile-menu-wrap {
  display: none; }
  .mobile-menu-wrap .nav {
    width: 100%; }
    .mobile-menu-wrap .nav li {
      border-top: 1px solid #4c4f55; }
      .mobile-menu-wrap .nav li:last-child {
        border-bottom: 1px solid #4c4f55; }
      .mobile-menu-wrap .nav li.has-submenu a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'enttec-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        right: 10px;
        top: 14px; }
      .mobile-menu-wrap .nav li a {
        display: block;
        position: relative;
        padding: 10px 20px; }

@media only screen and (max-width: 768px) {
  .submenu-wrap {
    top: 0;
    left: auto;
    right: -100%;
    z-index: 20;
    height: 100%;
    width: 100%;
    border-left: 1px solid #4c4f55;
    padding: 0;
    transition: right 0.5s; }
    .submenu-wrap .wrap {
      width: 100%;
      height: 100%;
      overflow: hidden;
      box-shadow: 0 0 50px black; }
      .submenu-wrap .wrap > div {
        height: 100%;
        width: 100%;
        border-right: 1px solid #4c4f55;
        padding-bottom: 40px;
        position: absolute;
        top: 0;
        left: 0; }
    .submenu-wrap .mobile-menu-wrap {
      padding-top: 60px; }
    .submenu-wrap .submenu .back-btn {
      display: inline-block; }
    .submenu-wrap .submenu .swiper-container {
      margin: 0 20px;
      padding: 20px 20px 0; }
    .submenu-wrap .submenu .nav {
      margin-bottom: 20px; }
      .submenu-wrap .submenu .nav > li {
        border-top: 1px solid #4c4f55; }
        .submenu-wrap .submenu .nav > li:last-child {
          border-bottom: 1px solid #4c4f55; }
        .submenu-wrap .submenu .nav > li a {
          display: block;
          position: relative;
          padding: 10px 20px; }
      .submenu-wrap .submenu .nav > li:not(last-child) {
        margin-bottom: 0; }
      .submenu-wrap .submenu .nav > li:not(:first-child) {
        width: 100%;
        padding: 0; }
    .submenu-wrap .submenu__title {
      padding: 0 20px; }
  .mobile-menu-wrap {
    display: block; }
  .mobile-menu-wrap,
  .submenu {
    transition: left 0.3s; }
  body.submenu-open .submenu-wrap {
    top: 0; } }

#menu_btn {
  display: none;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 20px;
  transition: color 0.3s; }
  #menu_btn:active, #menu_btn:hover {
    color: #a1a1a1; }

#menu_close_btn {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background: #a1a1a1;
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  height: 40px;
  transition: opacity 0s;
  transition-delay: 0s;
  z-index: 20; }

#menu_mobile_menu > li > ul {
  background-color: #2f3137; }
  #menu_mobile_menu > li > ul > li {
    display: block; }
    #menu_mobile_menu > li > ul > li:last-child {
      border-bottom: none; }
    #menu_mobile_menu > li > ul > li > a {
      padding-left: 40px; }

body.mobilemenu-open #menu_close_btn {
  pointer-events: all;
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  opacity: 1; }

@media only screen and (max-width: 768px) {
  #menu_btn {
    display: inline-block; } }

@media only screen and (max-width: 419px) {
  #menu_btn {
    right: 20px; } }

#footer {
  padding: 80px 0 100px;
  z-index: 11; }
  #footer,
  #footer h6,
  #footer .grid__item,
  #footer #menu-footer-menu > li {
    font-size: 12px; }
  #footer h6 {
    font-weight: 500; }

#menu-footer-menu > li {
  width: 25%; }

#menu-footer-menu > li > a {
  margin-bottom: 20px;
  font-weight: 500; }

#menu-footer-menu > li > ul {
  list-style: none;
  margin-left: 0; }
  #menu-footer-menu > li > ul > li {
    display: list-item; }
    #menu-footer-menu > li > ul > li > a {
      display: block; }

#menu_social_menu:after {
  content: "";
  display: table;
  clear: both; }

#menu_social_menu li {
  float: left; }

#menu_social_menu li:not(:first-child) {
  margin-left: 20px; }

#menu_social_menu .ico, #menu_social_menu ul.download-list a:after, ul.download-list #menu_social_menu a:after, #menu_social_menu
ol.download-list a:after,
ol.download-list #menu_social_menu a:after {
  top: 0; }

.country-select a {
  display: inline-block;
  position: relative; }
  .country-select a, .country-select a:visited {
    color: #2f3137; }
    .country-select a:after, .country-select a:visited:after {
      transition: all 0.3s;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid rgba(47, 49, 55, 0);
      bottom: -3px; }
  .country-select a:hover, .country-select a:focus, .country-select a:active {
    color: #006ee1; }
    .country-select a:hover:after, .country-select a:focus:after, .country-select a:active:after {
      bottom: 3px;
      border-color: #006ee1; }

.country-select li:not(:last-child) {
  margin-right: 10px; }

.country-select .customSelect {
  background-color: transparent;
  border-color: #a1a1a1; }

.country-select label {
  padding-left: 60px;
  background-image: url(../images/icons/icon-globe.svg?v=1);
  background-repeat: no-repeat;
  background-size: 40px;
  min-height: 40px;
  padding-top: 3px; }

@media only screen and (min-width: 420px) {
  #footer #menu-footer-menu a,
  #footer address a {
    display: inline-block;
    position: relative; }
    #footer #menu-footer-menu a, #footer #menu-footer-menu a:visited,
    #footer address a,
    #footer address a:visited {
      color: #2f3137; }
      #footer #menu-footer-menu a:after, #footer #menu-footer-menu a:visited:after,
      #footer address a:after,
      #footer address a:visited:after {
        transition: all 0.3s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(47, 49, 55, 0);
        bottom: -3px; }
    #footer #menu-footer-menu a:hover, #footer #menu-footer-menu a:focus, #footer #menu-footer-menu a:active,
    #footer address a:hover,
    #footer address a:focus,
    #footer address a:active {
      color: #006ee1; }
      #footer #menu-footer-menu a:hover:after, #footer #menu-footer-menu a:focus:after, #footer #menu-footer-menu a:active:after,
      #footer address a:hover:after,
      #footer address a:focus:after,
      #footer address a:active:after {
        bottom: 3px;
        border-color: #006ee1; }
  #footer #menu-footer-menu > li > a {
    pointer-events: none; } }

@media screen and (max-width: 1180px) {
  #menu_social_menu li:not(:first-child) {
    margin-left: 5px; } }

@media screen and (min-width: 769px) and (max-width: 1040px) {
  #menu_social_menu li {
    display: block;
    float: none;
    margin-bottom: 5px !important; }
    #menu_social_menu li:not(:first-child) {
      margin-left: 0; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  #footer h6 {
    margin-bottom: 10px; }
  #menu-footer-menu {
    margin-bottom: 30px; }
    #menu-footer-menu > li > a {
      margin-bottom: 10px; }
  .country-select {
    margin-top: 20px; } }

@media only screen and (max-width: 419px) {
  #footer {
    padding: 0 0 60px; }
    #footer .wrap {
      padding: 0; }
    #footer .hr,
    #footer h6 {
      display: none; }
    #footer .footer-text {
      padding: 40px 20px 10px; }
    #footer .country-select {
      padding: 10px 20px; }
    #footer address h6 {
      cursor: pointer; }
      #footer address h6:focus {
        outline: none; }
    #footer address h6,
    #footer #menu-footer-menu > li > a {
      line-height: 1.5;
      display: block;
      margin-bottom: 0;
      padding: 12px 20px 8px;
      border-bottom: 1px solid #e0e0e0;
      color: #2f3137; }
    #footer address p,
    #footer #menu-footer-menu > li > ul {
      display: none;
      background: #fff;
      padding: 20px;
      border-bottom: 1px solid #e0e0e0; }
      #footer address p a,
      #footer #menu-footer-menu > li > ul a {
        display: inline-block !important;
        display: inline-block;
        position: relative; }
        #footer address p a, #footer address p a:visited,
        #footer #menu-footer-menu > li > ul a,
        #footer #menu-footer-menu > li > ul a:visited {
          color: #2f3137; }
          #footer address p a:after, #footer address p a:visited:after,
          #footer #menu-footer-menu > li > ul a:after,
          #footer #menu-footer-menu > li > ul a:visited:after {
            transition: all 0.3s;
            content: "";
            display: block;
            position: absolute;
            left: 0;
            width: 100%;
            overflow: hidden;
            border-bottom: 1px solid rgba(47, 49, 55, 0);
            bottom: -3px; }
        #footer address p a:hover, #footer address p a:focus, #footer address p a:active,
        #footer #menu-footer-menu > li > ul a:hover,
        #footer #menu-footer-menu > li > ul a:focus,
        #footer #menu-footer-menu > li > ul a:active {
          color: #006ee1; }
          #footer address p a:hover:after, #footer address p a:focus:after, #footer address p a:active:after,
          #footer #menu-footer-menu > li > ul a:hover:after,
          #footer #menu-footer-menu > li > ul a:focus:after,
          #footer #menu-footer-menu > li > ul a:active:after {
            bottom: 3px;
            border-color: #006ee1; }
    #footer .footer-text,
    #footer .country-select {
      text-align: center; }
  #menu-footer-menu {
    margin-bottom: 0; }
    #menu-footer-menu > li {
      width: 100%; }
  #menu_social_menu {
    text-align: center; }
    #menu_social_menu > li {
      float: none; } }

.main__header {
  background-color: #f2f2f2;
  padding-bottom: 20px; }
  .main__header > .wrap {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 720px;
    max-width: 100%;
    margin: 0 auto; }
    .main__header > .wrap *:last-child {
      margin-bottom: 0; }
  .main__header .somdn-download-wrap form {
    text-align: center !important; }

.main__footer {
  padding-bottom: 20px; }
  .main__footer > .wrap {
    text-align: center;
    padding-bottom: 20px; }

.tax-product_cat .main__footer {
  position: relative;
  display: none; }

/*
.section:not(.row--image_row, .has-popup-gallery) {
    padding-bottom: 80px;
}
*/
.section .slide__content p:last-child, .section .slide__content h1:last-child, .section .slide__content h2:last-child, .section .slide__content h3:last-child, .section .slide__content h4:last-child, .section .slide__content h5:last-child, .section .slide__content h6:last-child, .section .slide__content ul:last-child, .section .slide__content ol:last-child,
.section .banner__content p:last-child,
.section .banner__content h1:last-child,
.section .banner__content h2:last-child,
.section .banner__content h3:last-child,
.section .banner__content h4:last-child,
.section .banner__content h5:last-child,
.section .banner__content h6:last-child,
.section .banner__content ul:last-child,
.section .banner__content ol:last-child,
.row .slide__content p:last-child,
.row .slide__content h1:last-child,
.row .slide__content h2:last-child,
.row .slide__content h3:last-child,
.row .slide__content h4:last-child,
.row .slide__content h5:last-child,
.row .slide__content h6:last-child,
.row .slide__content ul:last-child,
.row .slide__content ol:last-child,
.row .banner__content p:last-child,
.row .banner__content h1:last-child,
.row .banner__content h2:last-child,
.row .banner__content h3:last-child,
.row .banner__content h4:last-child,
.row .banner__content h5:last-child,
.row .banner__content h6:last-child,
.row .banner__content ul:last-child,
.row .banner__content ol:last-child {
  margin-bottom: 0; }

.section.text--light, .section.content--light,
.section .wrap.content--light .section__content,
.section .slide.text--light .slide__content,
.section .slide.content--light .slide__content,
.row.text--light,
.row.content--light,
.row .wrap.content--light .section__content,
.row .slide.text--light .slide__content,
.row .slide.content--light .slide__content {
  color: #fff; }

.section.text--dark, .section.content--dark,
.section .wrap.content--dark .section__content,
.section .side.text--dark .slide__content,
.section .slide.content--dark .slide__content,
.row.text--dark,
.row.content--dark,
.row .wrap.content--dark .section__content,
.row .side.text--dark .slide__content,
.row .slide.content--dark .slide__content {
  color: #2c2d33; }

.section.text--shadow .slide__content,
.section.text--shadow .banner__content,
.section .wrap.text--shadow .section__content,
.section .slide.text--shadow .slide__content,
.section .slide.text--shadow .banner__content,
.row.text--shadow .slide__content,
.row.text--shadow .banner__content,
.row .wrap.text--shadow .section__content,
.row .slide.text--shadow .slide__content,
.row .slide.text--shadow .banner__content {
  text-shadow: 0 1px 2px rgba(44, 45, 51, 0.8); }

.section.text--glow .slide__content,
.section.text--glow .banner__content,
.section .wrap.text--glow .section__content,
.section .slide.text--glow .slide__content,
.section .slide.text--glow .banner__content,
.row.text--glow .slide__content,
.row.text--glow .banner__content,
.row .wrap.text--glow .section__content,
.row .slide.text--glow .slide__content,
.row .slide.text--glow .banner__content {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.4); }

.section.content-h--center .slide__content,
.section.content-h--center .section__content,
.section.content-h--center .banner__content,
.section .wrap.content-h--center .slide__content,
.section .wrap.content-h--center .section__content,
.section .wrap.content-h--center .banner__content,
.section .slide.content-h--center .slide__content,
.section .slide.content-h--center .section__content,
.section .slide.content-h--center .banner__content,
.row.content-h--center .slide__content,
.row.content-h--center .section__content,
.row.content-h--center .banner__content,
.row .wrap.content-h--center .slide__content,
.row .wrap.content-h--center .section__content,
.row .wrap.content-h--center .banner__content,
.row .slide.content-h--center .slide__content,
.row .slide.content-h--center .section__content,
.row .slide.content-h--center .banner__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }

.section.content-h--left .slide__content,
.section.content-h--left .section__content,
.section.content-h--left .banner__content,
.section .wrap.content-h--left .slide__content,
.section .wrap.content-h--left .section__content,
.section .wrap.content-h--left .banner__content,
.section .slide.content-h--left .slide__content,
.section .slide.content-h--left .section__content,
.section .slide.content-h--left .banner__content,
.row.content-h--left .slide__content,
.row.content-h--left .section__content,
.row.content-h--left .banner__content,
.row .wrap.content-h--left .slide__content,
.row .wrap.content-h--left .section__content,
.row .wrap.content-h--left .banner__content,
.row .slide.content-h--left .slide__content,
.row .slide.content-h--left .section__content,
.row .slide.content-h--left .banner__content {
  position: absolute;
  left: 20px;
  right: auto;
  text-align: left; }

.section.content-h--right .slide__content,
.section.content-h--right .section__content,
.section.content-h--right .banner__content,
.section .wrap.content-h--right .slide__content,
.section .wrap.content-h--right .section__content,
.section .wrap.content-h--right .banner__content,
.section .slide.content-h--right .slide__content,
.section .slide.content-h--right .section__content,
.section .slide.content-h--right .banner__content,
.row.content-h--right .slide__content,
.row.content-h--right .section__content,
.row.content-h--right .banner__content,
.row .wrap.content-h--right .slide__content,
.row .wrap.content-h--right .section__content,
.row .wrap.content-h--right .banner__content,
.row .slide.content-h--right .slide__content,
.row .slide.content-h--right .section__content,
.row .slide.content-h--right .banner__content {
  position: absolute;
  left: auto;
  right: 20px;
  text-align: right; }

.section.content-v--top .slide__content,
.section.content-v--top .section__content,
.section.content-v--top .banner__content,
.section .wrap.content-v--top .slide__content,
.section .wrap.content-v--top .section__content,
.section .wrap.content-v--top .banner__content,
.section .slide.content-v--top .slide__content,
.section .slide.content-v--top .section__content,
.section .slide.content-v--top .banner__content,
.row.content-v--top .slide__content,
.row.content-v--top .section__content,
.row.content-v--top .banner__content,
.row .wrap.content-v--top .slide__content,
.row .wrap.content-v--top .section__content,
.row .wrap.content-v--top .banner__content,
.row .slide.content-v--top .slide__content,
.row .slide.content-v--top .section__content,
.row .slide.content-v--top .banner__content {
  position: absolute;
  bottom: auto;
  top: 20px; }

.section.content-v--bottom .slide__content,
.section.content-v--bottom .section__content,
.section.content-v--bottom .banner__content,
.section .wrap.content-v--bottom .slide__content,
.section .wrap.content-v--bottom .section__content,
.section .wrap.content-v--bottom .banner__content,
.section .slide.content-v--bottom .slide__content,
.section .slide.content-v--bottom .section__content,
.section .slide.content-v--bottom .banner__content,
.row.content-v--bottom .slide__content,
.row.content-v--bottom .section__content,
.row.content-v--bottom .banner__content,
.row .wrap.content-v--bottom .slide__content,
.row .wrap.content-v--bottom .section__content,
.row .wrap.content-v--bottom .banner__content,
.row .slide.content-v--bottom .slide__content,
.row .slide.content-v--bottom .section__content,
.row .slide.content-v--bottom .banner__content {
  position: absolute;
  top: auto;
  bottom: 20px; }

.section.content-v--middle .slide__content,
.section.content-v--middle .section__content,
.section.content-v--middle .banner__content,
.section .wrap.content-v--middle .slide__content,
.section .wrap.content-v--middle .section__content,
.section .wrap.content-v--middle .banner__content,
.section .slide.content-v--middle .slide__content,
.section .slide.content-v--middle .section__content,
.section .slide.content-v--middle .banner__content,
.row.content-v--middle .slide__content,
.row.content-v--middle .section__content,
.row.content-v--middle .banner__content,
.row .wrap.content-v--middle .slide__content,
.row .wrap.content-v--middle .section__content,
.row .wrap.content-v--middle .banner__content,
.row .slide.content-v--middle .slide__content,
.row .slide.content-v--middle .section__content,
.row .slide.content-v--middle .banner__content {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%); }

.section.content-v--middle.content-h--center .slide__content,
.section.content-v--middle.content-h--center .section__content,
.section.content-v--middle.content-h--center .banner__content,
.section .wrap.content-v--middle.content-h--center .slide__content,
.section .wrap.content-v--middle.content-h--center .section__content,
.section .wrap.content-v--middle.content-h--center .banner__content,
.section .slide.content-v--middle.content-h--center .slide__content,
.section .slide.content-v--middle.content-h--center .section__content,
.section .slide.content-v--middle.content-h--center .banner__content,
.row.content-v--middle.content-h--center .slide__content,
.row.content-v--middle.content-h--center .section__content,
.row.content-v--middle.content-h--center .banner__content,
.row .wrap.content-v--middle.content-h--center .slide__content,
.row .wrap.content-v--middle.content-h--center .section__content,
.row .wrap.content-v--middle.content-h--center .banner__content,
.row .slide.content-v--middle.content-h--center .slide__content,
.row .slide.content-v--middle.content-h--center .section__content,
.row .slide.content-v--middle.content-h--center .banner__content {
  transform: translateY(-50%) translateX(-50%); }

.row--banner_row .slide__content,
.row--banner_row .banner__content,
.row--slider_row .slide__content,
.row--slider_row .banner__content {
  width: 520px;
  max-width: 100%; }

.row--image_row .section__body .wrap {
  line-height: 0; }

/*
.section.row--tabs_row {
    .section__body {
        padding: 70px 0 20px;
    }
}
*/
.section.row--multi_column_row {
  padding-top: 40px;
  padding-bottom: 40px; }
  .section.row--multi_column_row .column-image {
    line-height: 0;
    text-align: center;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 3px; }
    .section.row--multi_column_row .column-image img {
      border-radius: 3px;
      display: inline-block; }

.section.section--bordered {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }

.section__header {
  padding-bottom: 20px;
  text-align: center; }
  .section__header > .wrap {
    padding-top: 70px;
    padding-bottom: 20px; }
    .section__header > .wrap *:last-child {
      margin-bottom: 0; }

.section__header-content {
  width: 720px;
  max-width: 100%;
  margin: 0 auto; }

.section__header.text--left .section__header-content {
  margin: 0; }

.section__header.text--right:after {
  content: "";
  display: table;
  clear: both; }

.section__header.text--right .section__header-content {
  margin: 0;
  float: right; }

.section__body p:last-child, .section__body blockquote:last-child, .section__body ol:last-child, .section__body ul:last-child, .section__body table:last-child, .section__body h1:last-child, .section__body h2:last-child, .section__body h3:last-child, .section__body h4:last-child, .section__body h5:last-child, .section__body h6:last-child, .section__body form:last-child {
  margin-bottom: 0; }

.row--image_row .section__body .wrap {
  text-align: center; }
  .row--image_row .section__body .wrap > * {
    line-height: 0; }

/*
.section__featured-image {
    text-align: center;
    line-height: 0;
}
*/
.section__footer {
  text-align: center;
  padding: 20px 0; }
  .section__footer a {
    color: #ffa400; }

.section__body .woocommerce {
  padding: 40px 0; }

.section__body .wp-activate-container {
  padding: 80px 0;
  text-align: center; }
  .section__body .wp-activate-container #signup-welcome,
  .section__body .wp-activate-container #lead-in {
    margin-bottom: 30px; }

@media only screen and (max-width: 768px) {
  .section__body .grid__item.portable-one-whole:not(:last-child), .section__body #menu-footer-menu > li.portable-one-whole:not(:last-child) {
    margin-bottom: 20px; } }

@media only screen and (min-width: 420px) and (max-width: 768px) {
  .section__body .grid__item.lap-one-whole:not(:last-child), .section__body #menu-footer-menu > li.lap-one-whole:not(:last-child) {
    margin-bottom: 20px; } }

@media only screen and (max-width: 419px) {
  .section__body .grid__item.palm-one-whole:not(:last-child), .section__body #menu-footer-menu > li.palm-one-whole:not(:last-child) {
    margin-bottom: 20px; } }

.row--promo_row {
  height: 620px;
  background-color: #fff;
  padding: 0 !important; }
  .row--promo_row.no-tint .section__body:before {
    display: none; }

.row--promo_row .section__body,
.row--promo_row .wrap {
  height: 100%; }

.row--promo_row .section__body {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
  .row--promo_row .section__body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #000 0%, transparent 100%); }

.row--promo_row .wrap {
  display: table;
  width: 100%; }

.ad__content,
.section__content {
  display: table-cell;
  vertical-align: middle;
  width: 520px;
  max-width: 100%;
  color: #fff; }
  .ad__content a,
  .section__content a {
    color: #ffa400; }
  .ad__content p:last-child,
  .section__content p:last-child {
    margin-bottom: 0; }

/*
@media screen and (min-width: 1600px) {
    //.ad__inner,
    //.ad .wrap {
    .row--promo_row .section__body,
    .row--promo_row .wrap {
        background-size: contain;
    }
}
*/
@media only screen and (max-width: 419px) {
  .row--promo_row {
    height: 340px; }
  .row--promo_row .section__body:before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #000 0%, transparent 100%); }
  .ad__content,
  .section__content {
    vertical-align: bottom;
    padding-bottom: 30px; }
    .ad__content h1,
    .section__content h1 {
      font-size: 30px; }
    .ad__content p,
    .section__content p {
      line-height: 1.4; } }

.row--products_row {
  padding-bottom: 70px; }
  .row--products_row .section__header,
  .row--products_row .section__footer {
    width: 720px;
    max-width: 100%;
    margin: 0 auto; }
    .row--products_row .section__header p:last-child,
    .row--products_row .section__footer p:last-child {
      margin-bottom: 0; }
  .row--products_row .section__header {
    padding-bottom: 80px;
    text-align: center; }
  .row--products_row .section__footer {
    padding-top: 40px;
    text-align: center; }
    .row--products_row .section__footer a, .row--products_row .section__footer a:after {
      color: #ffa400; }

@media only screen and (max-width: 419px) {
  .row--products_row {
    padding: 30px 0 20px; }
    .row--products_row .section__header {
      padding-bottom: 20px; }
    .row--products_row .section__footer {
      padding-top: 20px; } }

.row--featured_content_row {
  background-color: #f2f2f2;
  padding: 80px 0 60px; }
  .row--featured_content_row .section__header {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center; }
    .row--featured_content_row .section__header p:last-child {
      margin-bottom: 0; }
  .row--featured_content_row .swiper-wrapper {
    padding-bottom: 60px; }
  .row--featured_content_row .slide {
    height: 350px;
    background-size: cover;
    background-color: #2c2d33;
    overflow: hidden; }
    .row--featured_content_row .slide:hover .slide__image {
      opacity: 0.7;
      transform: scale(1.1); }
    .row--featured_content_row .slide:hover .slide__content h4,
    .row--featured_content_row .slide:hover .slide__content p {
      transform: translateY(-20px); }
    .row--featured_content_row .slide:hover .slide__content h4 {
      transition-delay: 0s; }
    .row--featured_content_row .slide:hover .slide__content p {
      transition-delay: 0.1s; }
  .row--featured_content_row .slide__image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 1.5s, opacity 0.6s linear;
    transform: scale(1); }
  .row--featured_content_row .slide__content h4,
  .row--featured_content_row .slide__content p {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.4s; }
  .row--featured_content_row .slide__content h4 {
    transition-delay: 0.1s;
    margin-bottom: 10px; }
  .row--featured_content_row .slide__content p {
    transition-delay: 0s; }
  .row--featured_content_row .slide__link {
    display: block;
    height: 100%;
    position: relative; }
  .row--featured_content_row .slide__content {
    color: #fff;
    padding: 40px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0; }
    .row--featured_content_row .slide__content p:last-child {
      margin-bottom: 0; }

@media only screen and (max-width: 419px) {
  .row--featured_content_row {
    padding: 30px 0 20px; }
    .row--featured_content_row .section__header {
      padding-bottom: 20px; }
    .row--featured_content_row .slide {
      height: 260px; } }

.filters-section {
  background-color: #f2f2f2;
  margin-bottom: 30px; }
  .filters-section .r-tabs-tab {
    min-width: 190px; }
  .filters-section .r-tabs-anchor {
    width: 100%; }
  .filters-section footer {
    padding: 20px 50px; }
  .filters-section .remove-filters-wrap {
    text-align: center; }

@media screen and (min-width: 941px) {
  .filters-section .swiper-wrapper {
    -ms-flex-pack: center;
    justify-content: center; } }

.filters input {
  display: none; }
  .filters input:checked + .filter .filter__image {
    border-color: #2c2d33; }

.filter,
.filter__image,
.filter__image img,
.filter__label {
  display: block;
  width: 100%; }

.filter {
  text-align: center;
  margin-bottom: 20px; }
  .filter:hover .filter__image img {
    transform: translateX(-50%) translateY(-50%) scale(1.1); }

.filter__image {
  height: 150px;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 3px; }
  .filter__image img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 1.5s, opacity 0.6s;
    transform-origin: 50%;
    transform: translateX(-50%) translateY(-50%); }

/*
.pageload .filter__image img {
    opacity: 1;
}
*/
@media only screen and (max-width: 419px) {
  .swiper-slide .filter {
    max-width: 90%;
    margin: 0 auto 20px; } }

.solutions-section {
  padding: 30px 0 40px; }

.solutions {
  position: relative; }

.row--gallery_row.has-popup-gallery .popup-thumb {
  position: relative;
  line-height: 0;
  text-align: center; }

.row--gallery_row.has-popup-gallery .popup-trigger:not(.popup-thumb) {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  background-color: rgba(44, 45, 51, 0.6);
  width: 60px;
  border-radius: 5px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: -30px 0 0 -30px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.3s, background-color 0.3s, opacity 0.6s;
  font-size: 1.5em; }
  .row--gallery_row.has-popup-gallery .popup-trigger:not(.popup-thumb) .ico, .row--gallery_row.has-popup-gallery .popup-trigger:not(.popup-thumb) ul.download-list a:after, ul.download-list .row--gallery_row.has-popup-gallery .popup-trigger:not(.popup-thumb) a:after, .row--gallery_row.has-popup-gallery .popup-trigger:not(.popup-thumb)
  ol.download-list a:after,
  ol.download-list .row--gallery_row.has-popup-gallery .popup-trigger:not(.popup-thumb) a:after {
    line-height: inherit; }
  .row--gallery_row.has-popup-gallery .popup-trigger:not(.popup-thumb):hover {
    transform: scale(1.2);
    background-color: #2c2d33; }

.popup-thumbnail-gallery .swiper-container {
  padding-bottom: 70px; }

.popup-thumbnail-gallery .popup-trigger {
  display: block;
  text-align: center;
  margin-bottom: 20px; }
  .popup-thumbnail-gallery .popup-trigger:hover img {
    opacity: 0.7;
    transform: translateX(-50%) translateY(-50%) scale(1.1); }

.popup-thumbnail-gallery .popup-thumb {
  position: relative;
  overflow: hidden;
  height: 130px;
  border-radius: 3px;
  background-color: #2c2d33; }
  .popup-thumbnail-gallery .popup-thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 1.5s, opacity 0.6s;
    transform-origin: 50%;
    transform: translateX(-50%) translateY(-50%); }

.popup--gallery .swiper-container {
  padding: 0 50px; }

.popup--gallery .slide {
  text-align: center; }
  .popup--gallery .slide img {
    display: block;
    margin: 0 auto; }

.popup--gallery .slide__caption {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  min-height: 44px; }

@media screen and (max-width: 1180px) {
  .popup--gallery .swiper-button-prev {
    left: 10px; }
  .popup--gallery .swiper-button-next {
    right: 10px; } }

#search-form-404 {
  text-align: center;
  padding: 40px; }
  #search-form-404 .search-form__input {
    width: 480px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 20px; }
    #search-form-404 .search-form__input input[type="text"] {
      display: block;
      position: relative;
      display: block;
      max-width: 100%;
      width: 100%;
      background: #fff;
      border: 1px solid #2c2d33;
      color: #2c2d33;
      padding: 6px 20px;
      height: 40px;
      vertical-align: middle;
      font-size: 14px;
      line-height: 1.42857143;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      cursor: default;
      border-radius: 3px;
      border-color: #a1a1a1;
      font-size: 16px;
      height: 50px;
      padding-left: 40px; }
      #search-form-404 .search-form__input input[type="text"].placeholder {
        color: #a1a1a1; }
      #search-form-404 .search-form__input input[type="text"]:focus {
        outline: none;
        border-color: #006ee1; }
      #search-form-404 .search-form__input input[type="text"]:hover {
        cursor: text; }
    #search-form-404 .search-form__input .ico, #search-form-404 .search-form__input ul.download-list a:after, ul.download-list #search-form-404 .search-form__input a:after, #search-form-404 .search-form__input
    ol.download-list a:after,
    ol.download-list #search-form-404 .search-form__input a:after {
      position: absolute;
      left: 10px;
      pointer-events: none;
      top: 44%;
      transform: translateY(-50%);
      font-size: 18px;
      color: #a1a1a1; }

#product_category_filters,
#product_solution_filters {
  padding-top: 10px; }
  #product_category_filters .swiper-container,
  #product_solution_filters .swiper-container {
    padding-top: 20px; }
  #product_category_filters .swiper-button-prev,
  #product_category_filters .swiper-button-next,
  #product_solution_filters .swiper-button-prev,
  #product_solution_filters .swiper-button-next {
    top: 47%;
    color: #2f3137; }
  #product_category_filters .swiper-container,
  #product_solution_filters .swiper-container {
    padding: 20px 40px; }
    #product_category_filters .swiper-container:before, #product_category_filters .swiper-container:after,
    #product_solution_filters .swiper-container:before,
    #product_solution_filters .swiper-container:after {
      content: "";
      width: 40px;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #f2f2f2;
      z-index: 2; }
    #product_category_filters .swiper-container:before,
    #product_solution_filters .swiper-container:before {
      left: 0; }
    #product_category_filters .swiper-container:after,
    #product_solution_filters .swiper-container:after {
      right: 0; }

#product_solution_filters .filter__image {
  background-color: #2c2d33;
  border-color: #f2f2f2; }
  #product_solution_filters .filter__image img {
    transition: transform 1.5s, opacity 0.6s linear; }

#product_solution_filters .filter:hover .filter__image img {
  opacity: 0.7; }

#product_category_filters .filter__image {
  border-width: 1px;
  border-color: #e0e0e0; }

#product_category_filters input:checked + .filter .filter__image {
  border-width: 2px; }

#product_category_filters .filter__image,
#product_solution_filters .filter__image {
  transition: border-color 0.3s, box-shadow 0.3s, opacity 0.6s; }

#product_category_filters input:checked + .filter .filter__image,
#product_solution_filters input:checked + .filter .filter__image {
  border-color: #fff;
  box-shadow: 0 0 20px rgba(44, 45, 51, 0.4); }

.category-section {
  padding: 0 0 20px; }

#solution_filters {
  padding: 20px 40px; }
  #solution_filters:before, #solution_filters:after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #f2f2f2;
    z-index: 2; }
  #solution_filters:before {
    left: 0; }
  #solution_filters:after {
    right: 0; }
  #solution_filters .swiper-button-prev,
  #solution_filters .swiper-button-next {
    top: 40%;
    color: #2f3137; }
  #solution_filters .filter__image {
    border-color: #f2f2f2;
    border-width: 2px;
    transition: border-color 0.3s, box-shadow 0.3s, opacity 0.6s; }
  #solution_filters input:checked + .filter .filter__image {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(44, 45, 51, 0.4); }

.blog-section {
  padding: 40px 0 20px; }

.blog-item {
  margin-bottom: 20px; }

.blog-item__image-link {
  display: block;
  line-height: 0;
  margin-bottom: 20px; }

.blog-item__image {
  border-radius: 3px; }

.blog-item__link:after {
  display: inline-block;
  content: "\203A";
  margin-left: 10px;
  transition: transform 0.3s; }

.blog-item__link:hover:after, .blog-item__link:active:after {
  transform: translateX(6px); }

.search-filters {
  padding: 30px 0 20px;
  text-align: center; }

.row--search_results .section__header > .wrap {
  padding-top: 20px; }

.search-filters__search-input {
  width: 480px;
  margin: 0 auto 20px;
  position: relative; }
  .search-filters__search-input input[type="text"] {
    display: block;
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #2c2d33;
    color: #2c2d33;
    padding: 6px 20px;
    height: 40px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor: default;
    border-radius: 3px;
    border-color: #a1a1a1;
    font-size: 16px;
    height: 50px;
    padding-left: 40px; }
    .search-filters__search-input input[type="text"].placeholder {
      color: #a1a1a1; }
    .search-filters__search-input input[type="text"]:focus {
      outline: none;
      border-color: #006ee1; }
    .search-filters__search-input input[type="text"]:hover {
      cursor: text; }
  .search-filters__search-input .ico, .search-filters__search-input ul.download-list a:after, ul.download-list .search-filters__search-input a:after, .search-filters__search-input
  ol.download-list a:after,
  ol.download-list .search-filters__search-input a:after {
    position: absolute;
    left: 10px;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #a1a1a1; }

.search-filters__header,
.search-filters__body {
  margin-bottom: 20px; }

.search-filters__body {
  border-top: 1px solid #ebe9eb;
  border-bottom: 1px solid #ebe9eb;
  padding: 20px 0 0; }

.search-filters__item {
  display: inline-block;
  margin-bottom: 20px; }
  .search-filters__item:not(:last-child) {
    margin-right: 20px; }
  .search-filters__item input {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
    .search-filters__item input:checked + label:before,
    .search-filters__item input [checked="checked"] + label:before {
      border-color: #006ee1;
      background-color: #006ee1; }
  .search-filters__item label {
    display: inline-block;
    position: relative;
    padding-left: 26px; }
    .search-filters__item label:before {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 3px;
      display: block;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 2px solid #a1a1a1;
      background-color: #fff;
      transition: background-color 0.3s, border-color 0.3s; }

.woocommerce-page .select2-results,
.woocommerce .select2-results {
  background: #fff; }

.woocommerce-page .select2-drop-active,
.woocommerce .select2-drop-active {
  border: 1px solid #e0e0e0;
  border-top: 0; }

.woocommerce-page .select2-container .select2-choice,
.woocommerce .select2-container .select2-choice {
  border-color: #e0e0e0;
  padding: 6px 10px; }

.woocommerce-page a.remove,
.woocommerce a.remove {
  color: #dd0f0f !important;
  line-height: 1.1em;
  height: 1.2em;
  width: 1.2em; }
  .woocommerce-page a.remove:hover,
  .woocommerce a.remove:hover {
    background: #dd0f0f; }

.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-info:before {
  color: #006ee1; }

.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-message:before {
  color: #42b50f; }

.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-error:before {
  color: #dd0f0f; }

.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  border: none;
  border-radius: 26px; }

.woocommerce-page form .form-row,
.woocommerce form .form-row {
  margin-bottom: 20px; }
  .woocommerce-page form .form-row .required,
  .woocommerce form .form-row .required {
    color: #dd0f0f; }
  .woocommerce-page form .form-row input.input-text,
  .woocommerce-page form .form-row textarea,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea {
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    text-align: left;
    border-radius: 3px; }
  .woocommerce-page form .form-row textarea,
  .woocommerce form .form-row textarea {
    height: 150px; }
  .woocommerce-page form .form-row.woocommerce-invalid label,
  .woocommerce form .form-row.woocommerce-invalid label {
    color: #dd0f0f; }
  .woocommerce-page form .form-row.woocommerce-invalid .select2-container,
  .woocommerce-page form .form-row.woocommerce-invalid input.input-text,
  .woocommerce-page form .form-row.woocommerce-invalid select,
  .woocommerce form .form-row.woocommerce-invalid .select2-container,
  .woocommerce form .form-row.woocommerce-invalid input.input-text,
  .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #dd0f0f; }
  .woocommerce-page form .form-row.woocommerce-validated .select2-container,
  .woocommerce-page form .form-row.woocommerce-validated input.input-text,
  .woocommerce-page form .form-row.woocommerce-validated select,
  .woocommerce form .form-row.woocommerce-validated .select2-container,
  .woocommerce form .form-row.woocommerce-validated input.input-text,
  .woocommerce form .form-row.woocommerce-validated select {
    border-color: #42b50f; }

/********************************************
*   CART PAGE
********************************************/
.woocommerce-cart .dealer-discount-note {
  font-size: 14px; }

.woocommerce-cart .woocommerce-shipping-calculator,
.woocommerce-cart .shipping-calculator-form {
  font-size: 14px; }
  .woocommerce-cart .woocommerce-shipping-calculator .customSelect,


.woocommerce-cart .shipping-calculator-form .customSelect {
    width: 320px;
    border-color: #e0e0e0;
    font-weight: 300; }
.woocommerce-cart table.cart {
  border: none;
  margin-bottom: 40px; }
  .woocommerce-cart table.cart td {
    padding: 20px 12px; }
    .woocommerce-cart table.cart td.actions {
      padding: 20px 0; }
  .woocommerce-cart table.cart th.product-subtotal,
  .woocommerce-cart table.cart td.product-subtotal {
    text-align: right; }
  .woocommerce-cart table.cart td.product-subtotal {
    font-size: 18px; }
  .woocommerce-cart table.cart img {
    width: 80px; }
  .woocommerce-cart table.cart .product-name a,
  .woocommerce-cart table.cart .product-name a:hover {
    display: inline-block;
    position: relative; }
    .woocommerce-cart table.cart .product-name a, .woocommerce-cart table.cart .product-name a:visited,
    .woocommerce-cart table.cart .product-name a:hover,
    .woocommerce-cart table.cart .product-name a:hover:visited {
      color: #006ee1; }
      .woocommerce-cart table.cart .product-name a:after, .woocommerce-cart table.cart .product-name a:visited:after,
      .woocommerce-cart table.cart .product-name a:hover:after,
      .woocommerce-cart table.cart .product-name a:hover:visited:after {
        transition: all 0.3s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 110, 225, 0);
        bottom: -3px; }
    .woocommerce-cart table.cart .product-name a:hover, .woocommerce-cart table.cart .product-name a:focus, .woocommerce-cart table.cart .product-name a:active,
    .woocommerce-cart table.cart .product-name a:hover:hover,
    .woocommerce-cart table.cart .product-name a:hover:focus,
    .woocommerce-cart table.cart .product-name a:hover:active {
      color: #006ee1; }
      .woocommerce-cart table.cart .product-name a:hover:after, .woocommerce-cart table.cart .product-name a:focus:after, .woocommerce-cart table.cart .product-name a:active:after,
      .woocommerce-cart table.cart .product-name a:hover:hover:after,
      .woocommerce-cart table.cart .product-name a:hover:focus:after,
      .woocommerce-cart table.cart .product-name a:hover:active:after {
        bottom: 3px;
        border-color: #006ee1; }
  .woocommerce-cart table.cart .button,
  .woocommerce-cart table.cart .button:disabled[disabled] {
    border-radius: 26px;
    padding: 12px 22px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none; 
    transition: all 0.3s;
    /* Fixed on 03/04/2018 */
    /* width: 150px; */
   
    background-color: #006ee1;
    -webkit-appearance: none;
    border: none; }
    .woocommerce-cart table.cart .button, .woocommerce-cart table.cart .button:focus, .woocommerce-cart table.cart .button:active, .woocommerce-cart table.cart .button:visited, .woocommerce-cart table.cart .button:hover,
    .woocommerce-cart table.cart .button:disabled[disabled],
    .woocommerce-cart table.cart .button:disabled[disabled]:focus,
    .woocommerce-cart table.cart .button:disabled[disabled]:active,
    .woocommerce-cart table.cart .button:disabled[disabled]:visited,
    .woocommerce-cart table.cart .button:disabled[disabled]:hover {
      color: #fff;
      text-decoration: none; }
    .woocommerce-cart table.cart .button:focus, .woocommerce-cart table.cart .button:hover, .woocommerce-cart table.cart .button:active,
    .woocommerce-cart table.cart .button:disabled[disabled]:focus,
    .woocommerce-cart table.cart .button:disabled[disabled]:hover,
    .woocommerce-cart table.cart .button:disabled[disabled]:active {
      background-color: #0062c8; }
    .woocommerce-cart table.cart .button:focus,
    .woocommerce-cart table.cart .button:disabled[disabled]:focus {
      outline: none; }
    .woocommerce-cart table.cart .button .icon,
    .woocommerce-cart table.cart .button .sprite,
    .woocommerce-cart table.cart .button .ginput_card_security_code_icon,
    .woocommerce-cart table.cart .button
    .gform_card_icon,
    .woocommerce-cart table.cart .button:disabled[disabled] .icon,
    .woocommerce-cart table.cart .button:disabled[disabled] .sprite,
    .woocommerce-cart table.cart .button:disabled[disabled] .ginput_card_security_code_icon,
    .woocommerce-cart table.cart .button:disabled[disabled]
    .gform_card_icon {
      top: -2px; }
    .woocommerce-cart table.cart .button .ico + span:not(.visuallyhidden), .woocommerce-cart table.cart .button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce-cart table.cart .button a:after + span:not(.visuallyhidden), .woocommerce-cart table.cart .button
    ol.download-list a:after + span:not(.visuallyhidden),
    ol.download-list .woocommerce-cart table.cart .button a:after + span:not(.visuallyhidden),
    .woocommerce-cart table.cart .button:disabled[disabled] .ico + span:not(.visuallyhidden),
    .woocommerce-cart table.cart .button:disabled[disabled] ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
    .woocommerce-cart table.cart .button:disabled[disabled] a:after + span:not(.visuallyhidden),
    .woocommerce-cart table.cart .button:disabled[disabled]
    ol.download-list a:after + span:not(.visuallyhidden),
    ol.download-list
    .woocommerce-cart table.cart .button:disabled[disabled] a:after + span:not(.visuallyhidden) {
      display: inline-block;
      margin-left: 6px; }
    .woocommerce-cart table.cart .button span:not(.visuallyhidden) + .ico, .woocommerce-cart table.cart .button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce-cart table.cart .button span:not(.visuallyhidden) + a:after, .woocommerce-cart table.cart .button
    ol.download-list span:not(.visuallyhidden) + a:after,
    ol.download-list .woocommerce-cart table.cart .button span:not(.visuallyhidden) + a:after,
    .woocommerce-cart table.cart .button:disabled[disabled] span:not(.visuallyhidden) + .ico,
    .woocommerce-cart table.cart .button:disabled[disabled] ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
    .woocommerce-cart table.cart .button:disabled[disabled] span:not(.visuallyhidden) + a:after,
    .woocommerce-cart table.cart .button:disabled[disabled]
    ol.download-list span:not(.visuallyhidden) + a:after,
    ol.download-list
    .woocommerce-cart table.cart .button:disabled[disabled] span:not(.visuallyhidden) + a:after {
      display: inline-block;
      margin-left: 6px; }
    .woocommerce-cart table.cart .button .ico, .woocommerce-cart table.cart .button ul.download-list a:after, ul.download-list .woocommerce-cart table.cart .button a:after, .woocommerce-cart table.cart .button
    ol.download-list a:after,
    ol.download-list .woocommerce-cart table.cart .button a:after,
    .woocommerce-cart table.cart .button .fa,
    .woocommerce-cart table.cart .button:disabled[disabled] .ico,
    .woocommerce-cart table.cart .button:disabled[disabled] ul.download-list a:after, ul.download-list
    .woocommerce-cart table.cart .button:disabled[disabled] a:after,
    .woocommerce-cart table.cart .button:disabled[disabled]
    ol.download-list a:after,
    ol.download-list
    .woocommerce-cart table.cart .button:disabled[disabled] a:after,
    .woocommerce-cart table.cart .button:disabled[disabled] .fa {
      font-size: 1.3em;
      color: #fff;
      position: relative;
      top: 2px; }

.woocommerce-cart .cart_totals table.shop_table {
  border: none;
  font-size: 18px; }

.woocommerce-cart .button.wc-backward,
.woocommerce-cart .button.wc-backward:hover {
  border-radius: 26px;
  padding: 12px 22px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #006ee1;
  -webkit-appearance: none;
  border: none; }
  .woocommerce-cart .button.wc-backward, .woocommerce-cart .button.wc-backward:focus, .woocommerce-cart .button.wc-backward:active, .woocommerce-cart .button.wc-backward:visited, .woocommerce-cart .button.wc-backward:hover,
  .woocommerce-cart .button.wc-backward:hover,
  .woocommerce-cart .button.wc-backward:hover:focus,
  .woocommerce-cart .button.wc-backward:hover:active,
  .woocommerce-cart .button.wc-backward:hover:visited,
  .woocommerce-cart .button.wc-backward:hover:hover {
    color: #fff;
    text-decoration: none; }
  .woocommerce-cart .button.wc-backward:focus, .woocommerce-cart .button.wc-backward:hover, .woocommerce-cart .button.wc-backward:active,
  .woocommerce-cart .button.wc-backward:hover:focus,
  .woocommerce-cart .button.wc-backward:hover:hover,
  .woocommerce-cart .button.wc-backward:hover:active {
    background-color: #0062c8; }
  .woocommerce-cart .button.wc-backward:focus,
  .woocommerce-cart .button.wc-backward:hover:focus {
    outline: none; }
  .woocommerce-cart .button.wc-backward .icon,
  .woocommerce-cart .button.wc-backward .sprite,
  .woocommerce-cart .button.wc-backward .ginput_card_security_code_icon,
  .woocommerce-cart .button.wc-backward
  .gform_card_icon,
  .woocommerce-cart .button.wc-backward:hover .icon,
  .woocommerce-cart .button.wc-backward:hover .sprite,
  .woocommerce-cart .button.wc-backward:hover .ginput_card_security_code_icon,
  .woocommerce-cart .button.wc-backward:hover
  .gform_card_icon {
    top: -2px; }
  .woocommerce-cart .button.wc-backward .ico + span:not(.visuallyhidden), .woocommerce-cart .button.wc-backward ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce-cart .button.wc-backward a:after + span:not(.visuallyhidden), .woocommerce-cart .button.wc-backward
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list .woocommerce-cart .button.wc-backward a:after + span:not(.visuallyhidden),
  .woocommerce-cart .button.wc-backward:hover .ico + span:not(.visuallyhidden),
  .woocommerce-cart .button.wc-backward:hover ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
  .woocommerce-cart .button.wc-backward:hover a:after + span:not(.visuallyhidden),
  .woocommerce-cart .button.wc-backward:hover
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list
  .woocommerce-cart .button.wc-backward:hover a:after + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce-cart .button.wc-backward span:not(.visuallyhidden) + .ico, .woocommerce-cart .button.wc-backward ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce-cart .button.wc-backward span:not(.visuallyhidden) + a:after, .woocommerce-cart .button.wc-backward
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list .woocommerce-cart .button.wc-backward span:not(.visuallyhidden) + a:after,
  .woocommerce-cart .button.wc-backward:hover span:not(.visuallyhidden) + .ico,
  .woocommerce-cart .button.wc-backward:hover ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
  .woocommerce-cart .button.wc-backward:hover span:not(.visuallyhidden) + a:after,
  .woocommerce-cart .button.wc-backward:hover
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list
  .woocommerce-cart .button.wc-backward:hover span:not(.visuallyhidden) + a:after {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce-cart .button.wc-backward .ico, .woocommerce-cart .button.wc-backward ul.download-list a:after, ul.download-list .woocommerce-cart .button.wc-backward a:after, .woocommerce-cart .button.wc-backward
  ol.download-list a:after,
  ol.download-list .woocommerce-cart .button.wc-backward a:after,
  .woocommerce-cart .button.wc-backward .fa,
  .woocommerce-cart .button.wc-backward:hover .ico,
  .woocommerce-cart .button.wc-backward:hover ul.download-list a:after, ul.download-list
  .woocommerce-cart .button.wc-backward:hover a:after,
  .woocommerce-cart .button.wc-backward:hover
  ol.download-list a:after,
  ol.download-list
  .woocommerce-cart .button.wc-backward:hover a:after,
  .woocommerce-cart .button.wc-backward:hover .fa {
    font-size: 1.3em;
    color: #fff;
    position: relative;
    top: 2px; }

.woocommerce-cart .quantity input.qty {
  border: 1px solid #e0e0e0;
  padding: 10px 0 10px 15px;
  text-align: left; }

.woocommerce-cart input#coupon_code {
  width: auto;
  padding: 11px 20px;
  margin-right: 20px; }

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  padding-top: 20px;
  padding-bottom: 20px; }

.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right; }

.woocommerce-cart .button.checkout-button {
  border-radius: 26px;
  padding: 12px 22px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #006ee1;
  width: 150px;
     
  -webkit-appearance: none;
  border: none; }
  .woocommerce-cart .button.checkout-button, .woocommerce-cart .button.checkout-button:focus, .woocommerce-cart .button.checkout-button:active, .woocommerce-cart .button.checkout-button:visited, .woocommerce-cart .button.checkout-button:hover {
    color: #fff;
    text-decoration: none; }
  .woocommerce-cart .button.checkout-button:focus, .woocommerce-cart .button.checkout-button:hover, .woocommerce-cart .button.checkout-button:active {
    background-color: #0062c8; }
  .woocommerce-cart .button.checkout-button:focus {
    outline: none; }
  .woocommerce-cart .button.checkout-button .icon,
  .woocommerce-cart .button.checkout-button .sprite,
  .woocommerce-cart .button.checkout-button .ginput_card_security_code_icon,
  .woocommerce-cart .button.checkout-button
  .gform_card_icon {
    top: -2px; }
  .woocommerce-cart .button.checkout-button .ico + span:not(.visuallyhidden), .woocommerce-cart .button.checkout-button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce-cart .button.checkout-button a:after + span:not(.visuallyhidden), .woocommerce-cart .button.checkout-button
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list .woocommerce-cart .button.checkout-button a:after + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce-cart .button.checkout-button span:not(.visuallyhidden) + .ico, .woocommerce-cart .button.checkout-button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce-cart .button.checkout-button span:not(.visuallyhidden) + a:after, .woocommerce-cart .button.checkout-button
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list .woocommerce-cart .button.checkout-button span:not(.visuallyhidden) + a:after {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce-cart .button.checkout-button .ico, .woocommerce-cart .button.checkout-button ul.download-list a:after, ul.download-list .woocommerce-cart .button.checkout-button a:after, .woocommerce-cart .button.checkout-button
  ol.download-list a:after,
  ol.download-list .woocommerce-cart .button.checkout-button a:after,
  .woocommerce-cart .button.checkout-button .fa {
    font-size: 1.3em;
    color: #fff;
    position: relative;
    top: 2px; }

.bestsellers {
  margin-top: 40px;
  border-top: 1px solid #ebe9eb;
  padding-top: 30px; }

.bestsellers__header {
  margin-bottom: 30px;
  text-align: center; }

@media only screen and (max-width: 419px) {
  .woocommerce-cart .coupon input#coupon_code,
  .woocommerce-cart .coupon input[type=submit] {
    max-width: 48%;
    margin: 0; } }

/********************************************
*   CHECKOUT PAGE
********************************************/
.woocommerce {
  /*
    .form-row#billing_country_field,
    .form-row#shipping_country_field {
        display: none !important;
    }
    */
  /*
    td.product-name dl.variation dt {
        display: none;
    }
    */ }
  .woocommerce #e_deliverydate_field {
    clear: both !important; }
  .woocommerce #order_comments_field label {
    font-size: 25px; }
  .woocommerce .orddd_field_note {
    font-size: 15px;
    margin-top: 10px; }

.woocommerce-checkout #ship-to-different-address label {
  /* Alignment & Font size - Fixed on 04/04/2018 */
  /*
  font-size: 25px; 
  font-family: 'Fira Sans', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
  */
  font-weight: 100;
  font-style: normal;
  line-height: 1.5;  
  font-weight: normal;  
  
  padding-right: 30px; }
  .woocommerce-checkout #ship-to-different-address label:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: #2f3137;
    border: 1px solid #2f3137;
    line-height: 20px;
    font-size: 20px;
    font-weight: normal;
    text-align: center; }
  .woocommerce-checkout #ship-to-different-address label.checked:after {
    content: "\2714"; }

.woocommerce-checkout #ship-to-different-address label {
  display: inline-block; }

.woocommerce-checkout #ship-to-different-address input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.woocommerce-checkout .wc_payment_method label {
  display: inline-block; }

.woocommerce-checkout .wc_payment_method .about_paypal {
  margin-left: 10px; }

.woocommerce-checkout .woocommerce h3 {
  margin-bottom: 20px; }

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  border: none; }
  .woocommerce-checkout table.woocommerce-checkout-review-order-table th,
  .woocommerce-checkout table.woocommerce-checkout-review-order-table td {
    padding-top: 20px;
    padding-bottom: 20px; }

.woocommerce-checkout #payment {
  border-radius: 0;
  background: transparent;
  border-top: 1px solid #006ee1;
  padding-top: 40px; }
  .woocommerce-checkout #payment #place_order {
    border-radius: 26px;
    padding: 12px 22px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #006ee1;  
    /* Fixed on 03/04/2018 */ 
    /* width: 150px; */
   
    -webkit-appearance: none;
    border: none; }
    .woocommerce-checkout #payment #place_order, .woocommerce-checkout #payment #place_order:focus, .woocommerce-checkout #payment #place_order:active, .woocommerce-checkout #payment #place_order:visited, .woocommerce-checkout #payment #place_order:hover {
      color: #fff;
      text-decoration: none; }
    .woocommerce-checkout #payment #place_order:focus, .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment #place_order:active {
      background-color: #0062c8; }
    .woocommerce-checkout #payment #place_order:focus {
      outline: none; }
    .woocommerce-checkout #payment #place_order .icon,
    .woocommerce-checkout #payment #place_order .sprite,
    .woocommerce-checkout #payment #place_order .ginput_card_security_code_icon,
    .woocommerce-checkout #payment #place_order
    .gform_card_icon {
      top: -2px; }
    .woocommerce-checkout #payment #place_order .ico + span:not(.visuallyhidden), .woocommerce-checkout #payment #place_order ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce-checkout #payment #place_order a:after + span:not(.visuallyhidden), .woocommerce-checkout #payment #place_order
    ol.download-list a:after + span:not(.visuallyhidden),
    ol.download-list .woocommerce-checkout #payment #place_order a:after + span:not(.visuallyhidden) {
      display: inline-block;
      margin-left: 6px; }
    .woocommerce-checkout #payment #place_order span:not(.visuallyhidden) + .ico, .woocommerce-checkout #payment #place_order ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce-checkout #payment #place_order span:not(.visuallyhidden) + a:after, .woocommerce-checkout #payment #place_order
    ol.download-list span:not(.visuallyhidden) + a:after,
    ol.download-list .woocommerce-checkout #payment #place_order span:not(.visuallyhidden) + a:after {
      display: inline-block;
      margin-left: 6px; }
    .woocommerce-checkout #payment #place_order .ico, .woocommerce-checkout #payment #place_order ul.download-list a:after, ul.download-list .woocommerce-checkout #payment #place_order a:after, .woocommerce-checkout #payment #place_order
    ol.download-list a:after,
    ol.download-list .woocommerce-checkout #payment #place_order a:after,
    .woocommerce-checkout #payment #place_order .fa {
      font-size: 1.3em;
      color: #fff;
      position: relative;
      top: 2px; }

.woocommerce-checkout .create-account > p:first-child {
  font-size: 30px;
  line-height: 1.2; }

.woocommerce-checkout form.login {
  border-width: 2px;
  border-style: dashed; }
  .woocommerce-checkout form.login label[for="rememberme"] {
    margin-left: 30px; }
  .woocommerce-checkout form.login a,
  .woocommerce-checkout form.login a:hover {
    color: #006ee1; }
  .woocommerce-checkout form.login input.button {
    border-radius: 26px;
    padding: 12px 22px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #006ee1;
    -webkit-appearance: none;
    border: none; }
    .woocommerce-checkout form.login input.button, .woocommerce-checkout form.login input.button:focus, .woocommerce-checkout form.login input.button:active, .woocommerce-checkout form.login input.button:visited, .woocommerce-checkout form.login input.button:hover {
      color: #fff;
      text-decoration: none; }
    .woocommerce-checkout form.login input.button:focus, .woocommerce-checkout form.login input.button:hover, .woocommerce-checkout form.login input.button:active {
      background-color: #0062c8; }
    .woocommerce-checkout form.login input.button:focus {
      outline: none; }
    .woocommerce-checkout form.login input.button .icon,
    .woocommerce-checkout form.login input.button .sprite,
    .woocommerce-checkout form.login input.button .ginput_card_security_code_icon,
    .woocommerce-checkout form.login input.button
    .gform_card_icon {
      top: -2px; }
    .woocommerce-checkout form.login input.button .ico + span:not(.visuallyhidden), .woocommerce-checkout form.login input.button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce-checkout form.login input.button a:after + span:not(.visuallyhidden), .woocommerce-checkout form.login input.button
    ol.download-list a:after + span:not(.visuallyhidden),
    ol.download-list .woocommerce-checkout form.login input.button a:after + span:not(.visuallyhidden) {
      display: inline-block;
      margin-left: 6px; }
    .woocommerce-checkout form.login input.button span:not(.visuallyhidden) + .ico, .woocommerce-checkout form.login input.button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce-checkout form.login input.button span:not(.visuallyhidden) + a:after, .woocommerce-checkout form.login input.button
    ol.download-list span:not(.visuallyhidden) + a:after,
    ol.download-list .woocommerce-checkout form.login input.button span:not(.visuallyhidden) + a:after {
      display: inline-block;
      margin-left: 6px; }
    .woocommerce-checkout form.login input.button .ico, .woocommerce-checkout form.login input.button ul.download-list a:after, ul.download-list .woocommerce-checkout form.login input.button a:after, .woocommerce-checkout form.login input.button
    ol.download-list a:after,
    ol.download-list .woocommerce-checkout form.login input.button a:after,
    .woocommerce-checkout form.login input.button .fa {
      font-size: 1.3em;
      color: #fff;
      position: relative;
      top: 2px; }

.woocommerce-checkout .checkout_coupon input.input-text {
  padding: 11px 20px; }

.woocommerce-checkout .checkout_coupon input.button {
  border-radius: 26px;
  padding: 12px 22px;
  line-height: 1.4;
  color: #fff;   
  text-decoration: none;
  transition: all 0.3s;
  background-color: #006ee1;     
  width: 150px;
  -webkit-appearance: none;
  border: none; }
  .woocommerce-checkout .checkout_coupon input.button, .woocommerce-checkout .checkout_coupon input.button:focus, .woocommerce-checkout .checkout_coupon input.button:active, .woocommerce-checkout .checkout_coupon input.button:visited, .woocommerce-checkout .checkout_coupon input.button:hover {
    color: #fff;
    text-decoration: none; }
  .woocommerce-checkout .checkout_coupon input.button:focus, .woocommerce-checkout .checkout_coupon input.button:hover, .woocommerce-checkout .checkout_coupon input.button:active {
    background-color: #0062c8; }
  .woocommerce-checkout .checkout_coupon input.button:focus {
    outline: none; }
  .woocommerce-checkout .checkout_coupon input.button .icon,
  .woocommerce-checkout .checkout_coupon input.button .sprite,
  .woocommerce-checkout .checkout_coupon input.button .ginput_card_security_code_icon,
  .woocommerce-checkout .checkout_coupon input.button
  .gform_card_icon {
    top: -2px; }
  .woocommerce-checkout .checkout_coupon input.button .ico + span:not(.visuallyhidden), .woocommerce-checkout .checkout_coupon input.button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce-checkout .checkout_coupon input.button a:after + span:not(.visuallyhidden), .woocommerce-checkout .checkout_coupon input.button
  ol.download-list a:after + span:not(.visuallyhidden),
  ol.download-list .woocommerce-checkout .checkout_coupon input.button a:after + span:not(.visuallyhidden) {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce-checkout .checkout_coupon input.button span:not(.visuallyhidden) + .ico, .woocommerce-checkout .checkout_coupon input.button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce-checkout .checkout_coupon input.button span:not(.visuallyhidden) + a:after, .woocommerce-checkout .checkout_coupon input.button
  ol.download-list span:not(.visuallyhidden) + a:after,
  ol.download-list .woocommerce-checkout .checkout_coupon input.button span:not(.visuallyhidden) + a:after {
    display: inline-block;
    margin-left: 6px; }
  .woocommerce-checkout .checkout_coupon input.button .ico, .woocommerce-checkout .checkout_coupon input.button ul.download-list a:after, ul.download-list .woocommerce-checkout .checkout_coupon input.button a:after, .woocommerce-checkout .checkout_coupon input.button
  ol.download-list a:after,
  ol.download-list .woocommerce-checkout .checkout_coupon input.button a:after,
  .woocommerce-checkout .checkout_coupon input.button .fa {
    font-size: 1.3em;
    color: #fff;
    position: relative;
    top: 2px; }

.woocommerce-checkout #customer_details,
.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  margin-bottom: 40px; }

.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total {
  text-align: right; }

.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .tax-rate,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .tax-total,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .shipping,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total {
  font-size: 18px; }
  .woocommerce-checkout table.woocommerce-checkout-review-order-table .cart-subtotal td,
  .woocommerce-checkout table.woocommerce-checkout-review-order-table .tax-rate td,
  .woocommerce-checkout table.woocommerce-checkout-review-order-table .tax-total td,
  .woocommerce-checkout table.woocommerce-checkout-review-order-table .shipping td,
  .woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total td {
    text-align: right; }

.woocommerce-checkout table.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout table.woocommerce-checkout-review-order-table th.product-total {
  font-size: 18px; }

.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.cart-item td.product-total {
  font-size: 16px; }

.woocommerce-checkout .form-row.place-order {
  padding-top: 40px; }

/********************************************
*   THANKS PAGE
********************************************/
.woocommerce-thankyou-order-details.order_details {
  font-size: 1.5em; }

.woocommerce-order-received h2,
.woocommerce-order-received h3 {
  font-size: 30px;
  margin-bottom: 20px; }

.woocommerce-order-received .woocommerce p.woocommerce-thankyou-order-received {
  font-size: 45px;
  margin-bottom: 20px; }

.woocommerce-order-received .woocommerce header {
  margin-bottom: 20px; }

.woocommerce-order-received table.shop_table {
  border: none; }
  .woocommerce-order-received table.shop_table .product-name a {
    display: inline-block;
    position: relative; }
    .woocommerce-order-received table.shop_table .product-name a, .woocommerce-order-received table.shop_table .product-name a:visited {
      color: #006ee1; }
      .woocommerce-order-received table.shop_table .product-name a:after, .woocommerce-order-received table.shop_table .product-name a:visited:after {
        transition: all 0.3s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 110, 225, 0);
        bottom: -3px; }
    .woocommerce-order-received table.shop_table .product-name a:hover, .woocommerce-order-received table.shop_table .product-name a:focus, .woocommerce-order-received table.shop_table .product-name a:active {
      color: #006ee1; }
      .woocommerce-order-received table.shop_table .product-name a:hover:after, .woocommerce-order-received table.shop_table .product-name a:focus:after, .woocommerce-order-received table.shop_table .product-name a:active:after {
        bottom: 3px;
        border-color: #006ee1; }
  .woocommerce-order-received table.shop_table.order_details .product-total {
    text-align: right; }
  .woocommerce-order-received table.shop_table.order_details tfoot {
    font-size: 18px; }
    .woocommerce-order-received table.shop_table.order_details tfoot td {
      text-align: right; }
  .woocommerce-order-received table.shop_table.order_details th.product-name,
  .woocommerce-order-received table.shop_table.order_details th.product-total {
    font-size: 18px; }
  .woocommerce-order-received table.shop_table.order_details tr.cart-item td.product-total {
    font-size: 16px; }

.woocommerce-order-received th,
.woocommerce-order-received td {
  padding-top: 20px;
  padding-bottom: 20px; }

/********************************************
*   ACCOUNT PAGE
********************************************/
.woocommerce-account {
  /*
    form.login,
    form.register {
        border-width: 2px;
        border-style: dashed;
    }
    */ }
  .woocommerce-account .woocommerce-LostPassword a,
  .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button) {
    display: inline-block;
    position: relative; }
    .woocommerce-account .woocommerce-LostPassword a, .woocommerce-account .woocommerce-LostPassword a:visited,
    .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button),
    .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):visited {
      color: #006ee1; }
      .woocommerce-account .woocommerce-LostPassword a:after, .woocommerce-account .woocommerce-LostPassword a:visited:after,
      .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):after,
      .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):visited:after {
        transition: all 0.3s;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 110, 225, 0);
        bottom: -3px; }
    .woocommerce-account .woocommerce-LostPassword a:hover, .woocommerce-account .woocommerce-LostPassword a:focus, .woocommerce-account .woocommerce-LostPassword a:active,
    .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):hover,
    .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):focus,
    .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):active {
      color: #006ee1; }
      .woocommerce-account .woocommerce-LostPassword a:hover:after, .woocommerce-account .woocommerce-LostPassword a:focus:after, .woocommerce-account .woocommerce-LostPassword a:active:after,
      .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):hover:after,
      .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):focus:after,
      .woocommerce-account .woocommerce-MyAccount-content a:not(.select2-choice):not(.view):not(.btn):not(.button):active:after {
        bottom: 3px;
        border-color: #006ee1; }
  .woocommerce-account table.my_account_orders {
    font-size: 1em; }
  .woocommerce-account .woocommerce {
    /*
        .order-actions {
            a.button {
                @include button();
            }
        }
        */ }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
      border-right: 1px solid #e0e0e0;
      width: 25%; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
        list-style: none;
        margin: 0; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link {
      padding: 10px 20px;
      font-size: 14px; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a:visited {
        color: #2f3137;
        text-decoration: none; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a:active {
        color: #006ee1; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active {
        background-color: #006ee1; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a:active {
          color: #fff; }
    .woocommerce-account .woocommerce a.button,
    .woocommerce-account .woocommerce input.button,
    .woocommerce-account .woocommerce button.button,
    .woocommerce-account .woocommerce a.button-alt,
    .woocommerce-account .woocommerce input.button-alt,
    .woocommerce-account .woocommerce button.button-alt {
      border-radius: 26px;
      padding: 12px 22px;
      line-height: 1.4;
      color: #fff;
      text-decoration: none;
      transition: all 0.3s;
      width: 150px;
      background-color: #006ee1;
      -webkit-appearance: none;
      border: none; }
      .woocommerce-account .woocommerce a.button, .woocommerce-account .woocommerce a.button:focus, .woocommerce-account .woocommerce a.button:active, .woocommerce-account .woocommerce a.button:visited, .woocommerce-account .woocommerce a.button:hover,
      .woocommerce-account .woocommerce input.button,
      .woocommerce-account .woocommerce input.button:focus,
      .woocommerce-account .woocommerce input.button:active,
      .woocommerce-account .woocommerce input.button:visited,
      .woocommerce-account .woocommerce input.button:hover,
      .woocommerce-account .woocommerce button.button,
      .woocommerce-account .woocommerce button.button:focus,
      .woocommerce-account .woocommerce button.button:active,
      .woocommerce-account .woocommerce button.button:visited,
      .woocommerce-account .woocommerce button.button:hover,
      .woocommerce-account .woocommerce a.button-alt,
      .woocommerce-account .woocommerce a.button-alt:focus,
      .woocommerce-account .woocommerce a.button-alt:active,
      .woocommerce-account .woocommerce a.button-alt:visited,
      .woocommerce-account .woocommerce a.button-alt:hover,
      .woocommerce-account .woocommerce input.button-alt,
      .woocommerce-account .woocommerce input.button-alt:focus,
      .woocommerce-account .woocommerce input.button-alt:active,
      .woocommerce-account .woocommerce input.button-alt:visited,
      .woocommerce-account .woocommerce input.button-alt:hover,
      .woocommerce-account .woocommerce button.button-alt,
      .woocommerce-account .woocommerce button.button-alt:focus,
      .woocommerce-account .woocommerce button.button-alt:active,
      .woocommerce-account .woocommerce button.button-alt:visited,
      .woocommerce-account .woocommerce button.button-alt:hover {
        color: #fff;
        text-decoration: none; }
      .woocommerce-account .woocommerce a.button:focus, .woocommerce-account .woocommerce a.button:hover, .woocommerce-account .woocommerce a.button:active,
      .woocommerce-account .woocommerce input.button:focus,
      .woocommerce-account .woocommerce input.button:hover,
      .woocommerce-account .woocommerce input.button:active,
      .woocommerce-account .woocommerce button.button:focus,
      .woocommerce-account .woocommerce button.button:hover,
      .woocommerce-account .woocommerce button.button:active,
      .woocommerce-account .woocommerce a.button-alt:focus,
      .woocommerce-account .woocommerce a.button-alt:hover,
      .woocommerce-account .woocommerce a.button-alt:active,
      .woocommerce-account .woocommerce input.button-alt:focus,
      .woocommerce-account .woocommerce input.button-alt:hover,
      .woocommerce-account .woocommerce input.button-alt:active,
      .woocommerce-account .woocommerce button.button-alt:focus,
      .woocommerce-account .woocommerce button.button-alt:hover,
      .woocommerce-account .woocommerce button.button-alt:active {
        background-color: #0062c8; }
      .woocommerce-account .woocommerce a.button:focus,
      .woocommerce-account .woocommerce input.button:focus,
      .woocommerce-account .woocommerce button.button:focus,
      .woocommerce-account .woocommerce a.button-alt:focus,
      .woocommerce-account .woocommerce input.button-alt:focus,
      .woocommerce-account .woocommerce button.button-alt:focus {
        outline: none; }
      .woocommerce-account .woocommerce a.button .icon,
      .woocommerce-account .woocommerce a.button .sprite,
      .woocommerce-account .woocommerce a.button .ginput_card_security_code_icon,
      .woocommerce-account .woocommerce a.button
      .gform_card_icon,
      .woocommerce-account .woocommerce input.button .icon,
      .woocommerce-account .woocommerce input.button .sprite,
      .woocommerce-account .woocommerce input.button .ginput_card_security_code_icon,
      .woocommerce-account .woocommerce input.button
      .gform_card_icon,
      .woocommerce-account .woocommerce button.button .icon,
      .woocommerce-account .woocommerce button.button .sprite,
      .woocommerce-account .woocommerce button.button .ginput_card_security_code_icon,
      .woocommerce-account .woocommerce button.button
      .gform_card_icon,
      .woocommerce-account .woocommerce a.button-alt .icon,
      .woocommerce-account .woocommerce a.button-alt .sprite,
      .woocommerce-account .woocommerce a.button-alt .ginput_card_security_code_icon,
      .woocommerce-account .woocommerce a.button-alt
      .gform_card_icon,
      .woocommerce-account .woocommerce input.button-alt .icon,
      .woocommerce-account .woocommerce input.button-alt .sprite,
      .woocommerce-account .woocommerce input.button-alt .ginput_card_security_code_icon,
      .woocommerce-account .woocommerce input.button-alt
      .gform_card_icon,
      .woocommerce-account .woocommerce button.button-alt .icon,
      .woocommerce-account .woocommerce button.button-alt .sprite,
      .woocommerce-account .woocommerce button.button-alt .ginput_card_security_code_icon,
      .woocommerce-account .woocommerce button.button-alt
      .gform_card_icon {
        top: -2px; }
      .woocommerce-account .woocommerce a.button .ico + span:not(.visuallyhidden), .woocommerce-account .woocommerce a.button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list .woocommerce-account .woocommerce a.button a:after + span:not(.visuallyhidden), .woocommerce-account .woocommerce a.button
      ol.download-list a:after + span:not(.visuallyhidden),
      ol.download-list .woocommerce-account .woocommerce a.button a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce input.button .ico + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce input.button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
      .woocommerce-account .woocommerce input.button a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce input.button
      ol.download-list a:after + span:not(.visuallyhidden),
      ol.download-list
      .woocommerce-account .woocommerce input.button a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce button.button .ico + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce button.button ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
      .woocommerce-account .woocommerce button.button a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce button.button
      ol.download-list a:after + span:not(.visuallyhidden),
      ol.download-list
      .woocommerce-account .woocommerce button.button a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce a.button-alt .ico + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce a.button-alt ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
      .woocommerce-account .woocommerce a.button-alt a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce a.button-alt
      ol.download-list a:after + span:not(.visuallyhidden),
      ol.download-list
      .woocommerce-account .woocommerce a.button-alt a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce input.button-alt .ico + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce input.button-alt ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
      .woocommerce-account .woocommerce input.button-alt a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce input.button-alt
      ol.download-list a:after + span:not(.visuallyhidden),
      ol.download-list
      .woocommerce-account .woocommerce input.button-alt a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce button.button-alt .ico + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce button.button-alt ul.download-list a:after + span:not(.visuallyhidden), ul.download-list
      .woocommerce-account .woocommerce button.button-alt a:after + span:not(.visuallyhidden),
      .woocommerce-account .woocommerce button.button-alt
      ol.download-list a:after + span:not(.visuallyhidden),
      ol.download-list
      .woocommerce-account .woocommerce button.button-alt a:after + span:not(.visuallyhidden) {
        display: inline-block;
        margin-left: 6px; }
      .woocommerce-account .woocommerce a.button span:not(.visuallyhidden) + .ico, .woocommerce-account .woocommerce a.button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list .woocommerce-account .woocommerce a.button span:not(.visuallyhidden) + a:after, .woocommerce-account .woocommerce a.button
      ol.download-list span:not(.visuallyhidden) + a:after,
      ol.download-list .woocommerce-account .woocommerce a.button span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce input.button span:not(.visuallyhidden) + .ico,
      .woocommerce-account .woocommerce input.button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
      .woocommerce-account .woocommerce input.button span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce input.button
      ol.download-list span:not(.visuallyhidden) + a:after,
      ol.download-list
      .woocommerce-account .woocommerce input.button span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce button.button span:not(.visuallyhidden) + .ico,
      .woocommerce-account .woocommerce button.button ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
      .woocommerce-account .woocommerce button.button span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce button.button
      ol.download-list span:not(.visuallyhidden) + a:after,
      ol.download-list
      .woocommerce-account .woocommerce button.button span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce a.button-alt span:not(.visuallyhidden) + .ico,
      .woocommerce-account .woocommerce a.button-alt ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
      .woocommerce-account .woocommerce a.button-alt span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce a.button-alt
      ol.download-list span:not(.visuallyhidden) + a:after,
      ol.download-list
      .woocommerce-account .woocommerce a.button-alt span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce input.button-alt span:not(.visuallyhidden) + .ico,
      .woocommerce-account .woocommerce input.button-alt ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
      .woocommerce-account .woocommerce input.button-alt span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce input.button-alt
      ol.download-list span:not(.visuallyhidden) + a:after,
      ol.download-list
      .woocommerce-account .woocommerce input.button-alt span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce button.button-alt span:not(.visuallyhidden) + .ico,
      .woocommerce-account .woocommerce button.button-alt ul.download-list span:not(.visuallyhidden) + a:after, ul.download-list
      .woocommerce-account .woocommerce button.button-alt span:not(.visuallyhidden) + a:after,
      .woocommerce-account .woocommerce button.button-alt
      ol.download-list span:not(.visuallyhidden) + a:after,
      ol.download-list
      .woocommerce-account .woocommerce button.button-alt span:not(.visuallyhidden) + a:after {
        display: inline-block;
        margin-left: 6px; }
      .woocommerce-account .woocommerce a.button .ico, .woocommerce-account .woocommerce a.button ul.download-list a:after, ul.download-list .woocommerce-account .woocommerce a.button a:after, .woocommerce-account .woocommerce a.button
      ol.download-list a:after,
      ol.download-list .woocommerce-account .woocommerce a.button a:after,
      .woocommerce-account .woocommerce a.button .fa,
      .woocommerce-account .woocommerce input.button .ico,
      .woocommerce-account .woocommerce input.button ul.download-list a:after, ul.download-list
      .woocommerce-account .woocommerce input.button a:after,
      .woocommerce-account .woocommerce input.button
      ol.download-list a:after,
      ol.download-list
      .woocommerce-account .woocommerce input.button a:after,
      .woocommerce-account .woocommerce input.button .fa,
      .woocommerce-account .woocommerce button.button .ico,
      .woocommerce-account .woocommerce button.button ul.download-list a:after, ul.download-list
      .woocommerce-account .woocommerce button.button a:after,
      .woocommerce-account .woocommerce button.button
      ol.download-list a:after,
      ol.download-list
      .woocommerce-account .woocommerce button.button a:after,
      .woocommerce-account .woocommerce button.button .fa,
      .woocommerce-account .woocommerce a.button-alt .ico,
      .woocommerce-account .woocommerce a.button-alt ul.download-list a:after, ul.download-list
      .woocommerce-account .woocommerce a.button-alt a:after,
      .woocommerce-account .woocommerce a.button-alt
      ol.download-list a:after,
      ol.download-list
      .woocommerce-account .woocommerce a.button-alt a:after,
      .woocommerce-account .woocommerce a.button-alt .fa,
      .woocommerce-account .woocommerce input.button-alt .ico,
      .woocommerce-account .woocommerce input.button-alt ul.download-list a:after, ul.download-list
      .woocommerce-account .woocommerce input.button-alt a:after,
      .woocommerce-account .woocommerce input.button-alt
      ol.download-list a:after,
      ol.download-list
      .woocommerce-account .woocommerce input.button-alt a:after,
      .woocommerce-account .woocommerce input.button-alt .fa,
      .woocommerce-account .woocommerce button.button-alt .ico,
      .woocommerce-account .woocommerce button.button-alt ul.download-list a:after, ul.download-list
      .woocommerce-account .woocommerce button.button-alt a:after,
      .woocommerce-account .woocommerce button.button-alt
      ol.download-list a:after,
      ol.download-list
      .woocommerce-account .woocommerce button.button-alt a:after,
      .woocommerce-account .woocommerce button.button-alt .fa {
        font-size: 1.3em;
        color: #fff;
        position: relative;
        top: 2px; }
  .woocommerce-account table.shop_table {
    border: none; }
    .woocommerce-account table.shop_table th,
    .woocommerce-account table.shop_table td {
      padding-top: 20px;
      padding-bottom: 20px; }
  .woocommerce-account label[for="rememberme"] {
    margin-left: 30px; }

@media only screen and (max-width: 419px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid #a1a1a1;
    margin-bottom: 30px; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%; } }
    
                  
.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
  margin-left:20px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .required {
  margin-left:0;
}       

/* Shipping dropdown fixes 04/04/2018 */
.customSelect.country_to_state.country_select {
display:none !important;
}

.customSelect.state_select {
    display:none !important;
} 

/* Add margin to buttons on order history page fixes 04/04/2018 */
.woocommerce-button.button.invoice {
    margin-top: 10px;
    margin-left: 10px;
}

.woocommerce-button.button.view { 
    margin-top: 10px;
    margin-left: 10px;
}

.woocommerce-button.button.order-again {
    margin-top: 10px;
    margin-left: 10px;
}
          
/* Align buttons in a row on order history page fixed 04/04/2018 */           
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions
{
    margin-left: 300px;
    width: 100px;               
}

/* Move "Ship to a differnt address?" position on Checkout Page fixed 05/04/2018 */
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.checked {
    position: relative;
    left: -20.1094px;
    font-weight: 320px;
    font-style: normal;
}
                                       
/* Change "Billing details" font size on Checkout page fixed 05/04/2018 */ 
.woocommerce-billing-fields:nth-child(1) > h3:nth-child(1) {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
}

/* Move Checkbox for terms and conditions down fixed 05/04/2018 */
#terms{
    margin-top: 7px;
}

/* Resize "Order notes" on Checkout page fixed 05/04/2018 */
#order_comments_field:nth-child(1) > label:nth-child(1) {
    font-weight: 400;
    font-style: normal;
}

/* Change font size on "Checkout" button on cart page fixed 05/04/2018 */
.checkout-button.button.alt.wc-forward {
    font-size: 15px;
    padding-left: 22px;
    margin-right: 13px;
}

/* button width */
.button {
    width: 150px;
}

/* Align return to shop to the center */
.return-to-shop {          
    justify-content: center;
    display: flex;
}

/* Cart empty text align center fixes 05/04/2018 */
.cart-empty {
    text-align: center;
}

/* Shipping fields align to Billing details fixes 05/04/2018 */
.woocommerce-shipping-fields {
    position: relative;
    top: -19.2585px;
}
   
/* Social icons position on the footer on the page */
.social-icons-lists.social-icons-greyscale.icons-background-square{ 
    width: 250px;
    position: relative;
    left: -39.985;
    opacity: 0.42;
    margin-left: 0px; 
}

/* "Buy Now" button alignment fixes 23/04/2018 */ 
.btn.button.alt.ajax_add_to_cart.add_to_cart_button.product_type_simple {
    position: relative;
    /*top: -7.6px;*/
}

/* Proceed to Paypal button fixes 23/04/2018 */
#place_order {
    width: 200px;
}

.no-label {
  display: block;
  margin: -15px 10px 0 10px;
  z-index: 0;
  -webkit-margin-before: 8px !important;
}

/* Disable menu icon on mobile view */

.menu_right_field {
  display: inline-flex;
}

.prod-order{
  min-height: 60px;
}
.prod-order .selectdiv{
  position: relative;
  max-width: 250px;
  float: right;
}
.prod-order .selectdiv:after{
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #777;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  pointer-events: none;
  top: 8px;
  right: 10px;
}
.prod-order select.orderby{
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  min-width: 250px;
}
.woocommerce .woocommerce-breadcrumb{
  display: inline-block;
  margin-top: 8px;
}
#gform_submit_button_8{
	width: 100%;
}

#input_8_2 {
	width:100%;
}
.elm_download_country .customSelectInner {
	width:100% !important;
}
.elm_download_country .customSelect {
	width:100% !important;
}

.elm_download_country .address_country{
	width:100% !important;
}

.elm_download_country .hasCustomSelect {
	width:100% !important;
	height:auto !important;
}

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

.expo_video {
    width:700px;
}
@media screen and (max-width: 480px) {
  .expo_video{
    width:100%;
  }
}