@charset "UTF-8";
/*********************************************
:: SASS Setup
   Load your helper files
   Set them up inside variables
********************************************/
/*********************************************
 
:: Table of Contents
   1. Breakpoints
   2. Typography
   3. Font Management
   4. Buttons
   
:: Note -
   If you can't find something in here...
   a) open up the relevant .scss partial.
   b) At the top of the partial there maybe
   some partial specific variables.
  
********************************************/
/*******************************************
// 1. Breakpoints
/*

    Mappy breakpoints: https://github.com/zellwk/mappy-breakpoints
    Usage: 
    @include mappy-bp(small){
        stuff
    }
    
*/
/*******************************************
// 2. Typography
/*

    Typi: https://github.com/zellwk/typi
    Usage: 
    @include typi($h1-map)
    .element{
    @include typi(whatever-map-youve-defined)
  }
  
*/
/*******************************************
// 3. Font Management
/*

    Usage: 
    .element{
    font-family: $font-family-1;
    font-weight: $font-light;
  }
  
*/
/*******************************************
// 4. Colours
/*

    Usage: 
    .element{
    color: $color-brand-1;
  }
  
*/
/*******************************************
// 5. Buttons
/*

    Usage: 
    .button{
     background: $button-background-color;
     color: $button-text-color;
  }
  
*/
/*******************************************
// 6. Form
/*

    Usage: 
    .input{
     background: $form-field-background-color;
     color: $form-field-text-color;
  }
  
*/
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.                      
********************************************/
/*********************************************
:: Normalize                        
********************************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

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

/*******************************************/

::selection {
  background: #E40000;
  color: white; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  display: inline-block !important; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-angle-double-down:before {
  content: "\e911"; }

.icon-angle-double-left:before {
  content: "\e912"; }

.icon-angle-double-right:before {
  content: "\e913"; }

.icon-angle-double-up:before {
  content: "\e914"; }

.icon-angle-down:before {
  content: "\e915"; }

.icon-angle-left:before {
  content: "\e916"; }

.icon-angle-right:before {
  content: "\e917"; }

.icon-angle-up:before {
  content: "\e918"; }

.icon-arrow-circle-down:before {
  content: "\e919"; }

.icon-arrow-circle-left:before {
  content: "\e91a"; }

.icon-arrow-circle-o-down:before {
  content: "\e91b"; }

.icon-arrow-circle-o-left:before {
  content: "\e91c"; }

.icon-arrow-circle-o-right:before {
  content: "\e91d"; }

.icon-arrow-circle-o-up:before {
  content: "\e91e"; }

.icon-arrow-circle-right:before {
  content: "\e91f"; }

.icon-arrow-circle-up:before {
  content: "\e920"; }

.icon-bars:before {
  content: "\e921"; }

.icon-calendar:before {
  content: "\e922"; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-file:before {
  content: "\e92f"; }

.icon-google-plus-square:before {
  content: "\e930"; }

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

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

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

.icon-linkedin-square:before {
  content: "\e934"; }

.icon-linkedin:before {
  content: "\e935"; }

.icon-map-marker:before {
  content: "\e936"; }

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

.icon-phone:before {
  content: "\e938"; }

.icon-pinterest-square:before {
  content: "\e939"; }

.icon-pinterest:before {
  content: "\e93a"; }

.icon-play:before {
  content: "\e93b"; }

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

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

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

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

.icon-shopping-cart {
  width: 21px;
  height: 20px;
  margin-left: 3px;
  margin-top: -3px;
  margin-right: 9px;
  background-image: url("../images/cart-w.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 4px; }

.icon-sort:before {
  content: "\e941"; }

.icon-tags:before {
  content: "\e942"; }

.icon-times:before {
  content: "\e943"; }

.icon-tumblr-square:before {
  content: "\e944"; }

.icon-tumblr:before {
  content: "\e945"; }

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

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

.icon-user:before {
  content: "\e948"; }

.icon-vimeo-square:before {
  content: "\e949"; }

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

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

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

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

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

.icon-lnr-car:before {
  content: "\e902"; }

.icon-lnr-bubble:before {
  content: "\e903"; }

.icon-lnr-select:before {
  content: "\e90f"; }

.icon-lnr-sync:before {
  content: "\e904"; }

.icon-lnr-star-full:before {
  content: "\e905"; }

.icon-lnr-mail:before {
  content: "\e906"; }

.icon-lnr-phone:before {
  content: "\e907"; }

.icon-lnr-printer:before {
  content: "\e908"; }

.icon-lnr-users:before {
  content: "\e909"; }

.icon-star-outlined:before {
  content: "\e90a"; }

.icon-empty-star-half:before {
  content: "\e901"; }

.icon-pin:before {
  content: "\e955"; }

.icon-close:before {
  content: "\e90c"; }

.icon-lnr-bubble2:before {
  content: "\e90b"; }

.icon-lnr-car2:before {
  content: "\e94d"; }

.icon-lnr-select2:before {
  content: "\e94e"; }

.icon-lnr-sync2:before {
  content: "\e94f"; }

.icon-lnr-star-full2:before {
  content: "\e950"; }

.icon-mail:before {
  content: "\e951"; }

.icon-phone2:before {
  content: "\e952"; }

.icon-printer:before {
  content: "\e953"; }

.icon-lnr-star:before {
  content: "\e956"; }

.icon-lnr-users2:before {
  content: "\e954"; }

.icon-right-arrow:before {
  content: "\e60a"; }

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

.icon-facebook2:before {
  content: "\e602"; }

.icon-instagram2:before {
  content: "\e603"; }

.icon-logout:before {
  content: "\e604"; }

.icon-magnifier:before {
  content: "\e605"; }

.icon-twitter2:before {
  content: "\e607"; }

.icon-user2:before {
  content: "\e608"; }

.icon-file129:before {
  content: "\e900"; }

.icon-ico-bed:before {
  content: "\e957"; }

.icon-ico-bath:before {
  content: "\e958"; }

.icon-ico-call:before {
  content: "\e959"; }

.icon-ico-car:before {
  content: "\e95a"; }

.icon-ico-chair:before {
  content: "\e95b"; }

.icon-ico-chev-down:before {
  content: "\e95c"; }

.icon-ico-dollar:before {
  content: "\e95d"; }

.icon-ico-location:before {
  content: "\e95e"; }

.icon-ico-mail:before {
  content: "\e95f"; }

.icon-ico-map:before {
  content: "\e960"; }

.icon-ico-picture:before {
  content: "\e961"; }

.icon-ico-pool:before {
  content: "\e962"; }

.icon-ico-search2:before {
  content: "\e963"; }

/*********************************************
:: Typography                    
********************************************/
/*******************************************/
html {
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 87.5%;
  line-height: 1.5; }

h1 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h1 {
      font-size: 4.19em;
      line-height: 1.3; } }

h2, legend {
  font-size: 2.94em;
  line-height: 1.2;
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h2, legend {
      font-size: 2.56em;
      line-height: 1.3; } }

h3 {
  font-size: 1.313em;
  line-height: 1.2;
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h3 {
      font-size: 2em;
      line-height: 1.3; } }

h4 {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h4 {
      font-size: 1.25em;
      line-height: 1.3; } }

h5 {
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h5 {
      font-size: 1.15em;
      line-height: 1.3; } }

h6 {
  font-size: 0.813em;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h6 {
      font-size: 0.938em;
      line-height: 1.3; } }

p, li, td, th, a, mark, time, dl, blockquote, label, address {
  font-size: 0.938em;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px; }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, blockquote a, blockquote li, blockquote p, blockquote mark, blockquote cite, blockquote time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  color: #f60;
  font-weight: 400;
  text-decoration: none;
  margin: 0px;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #f60; }

small {
  font-size: 0.938em;
  line-height: 1.7;
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  float: left;
  width: 100%;
  background: #ccc;
  height: 1px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  display: block; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul, ol {
  margin-left: 25px;
  margin-bottom: 15px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0px; }

li {
  margin-bottom: 5px; }

ul li {
  list-style-type: none;
  position: relative;
  text-indent: 0px; }

ol li {
  list-style-type: decimal; }

/*******************************************/
code, pre, samp, kbd, var {
  background: #2D747E;
  color: white;
  padding: 1px 5px 1px 5px;
  white-space: pre-wrap;
  margin: 0px; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 45px 0 60px 0;
  margin-bottom: 15px;
  position: relative; }
  @media all and (min-width: 64em) {
    blockquote {
      width: 55%; } }
  blockquote p {
    color: #f60;
    font-size: 1.875em;
    font-weight: 300;
    font-style: italic;
    margin: 0px; }
  blockquote:before {
    content: '';
    position: absolute;
    top: 15px;
    left: auto;
    width: 28px;
    height: 20px;
    background: url(/images/before-quote.png) no-repeat center;
    background-size: contain; }
    @media all and (min-width: 64em) {
      blockquote:before {
        top: 40px;
        left: -40px; } }
  blockquote:after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: auto;
    width: 28px;
    height: 20px;
    background: url(/images/after-quote.png) no-repeat center;
    background-size: contain; }
    @media all and (min-width: 64em) {
      blockquote:after {
        bottom: 55px;
        right: -40px; } }

/*********************************************
:: Buttons                             
********************************************/
/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  color: white;
  cursor: default; }

/*******************************************/
.button,
button,
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  height: auto;
  transition: all .4s ease-in-out;
  font-size: 0.8em;
  line-height: 1;
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  background: #FFFFFF;
  color: #ffffff;
  padding: 10px 5px 10px 5px; }
  @media all and (min-width: 1024px) {
    .button,
    button,
    button[type="submit"],
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
      font-size: 1em;
      line-height: 1; } }
  @media all and (min-width: 48em) {
    .button:hover, .button:focus, .button:active,
    button:hover,
    button:focus,
    button:active,
    button[type="submit"]:hover,
    button[type="submit"]:focus,
    button[type="submit"]:active,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:active,
    input[type="button"]:hover,
    input[type="button"]:focus,
    input[type="button"]:active,
    input[type="reset"]:hover,
    input[type="reset"]:focus,
    input[type="reset"]:active {
      color: #CB3531; } }

/*******************************************/
.button-small,
button.button-small,
button[type="submit"].button-small,
input[type="submit"].button-small,
input[type="button"].button-small,
input[type="reset"].button-small {
  font-size: 0.6em;
  line-height: 1; }
  @media all and (min-width: 1024px) {
    .button-small,
    button.button-small,
    button[type="submit"].button-small,
    input[type="submit"].button-small,
    input[type="button"].button-small,
    input[type="reset"].button-small {
      font-size: 0.8em;
      line-height: 1; } }

/*******************************************/
.button-large,
button.button-large,
button[type="submit"].button-large,
input[type="submit"].button-large,
input[type="button"].button-large,
input[type="reset"].button-large {
  font-size: 1em;
  line-height: 1;
  padding: 15px 55px 15px 55px; }
  @media all and (min-width: 1024px) {
    .button-large,
    button.button-large,
    button[type="submit"].button-large,
    input[type="submit"].button-large,
    input[type="button"].button-large,
    input[type="reset"].button-large {
      font-size: 1.2em;
      line-height: 1; } }

/*******************************************/
.button-icon span,
button.button-icon span,
button[type="submit"].button-icon span {
  font-size: 0.8em; }

.button-icon .icon-pos-left,
button.button-icon .icon-pos-left,
button[type="submit"].button-icon .icon-pos-left {
  margin-right: 10px; }

.button-icon .icon-pos-right,
button.button-icon .icon-pos-right,
button[type="submit"].button-icon .icon-pos-right {
  margin-left: 10px; }

/*******************************************/
.button-text,
button.button-text,
button[type="submit"].button-text,
input[type="submit"].button-text,
input[type="button"].button-text,
input[type="reset"].button-text {
  background: none;
  padding: 0px;
  border-radius: 0%;
  color: #CB3531; }
  @media all and (min-width: 48em) {
    .button-text:hover, .button-text:focus, .button-text:active,
    button.button-text:hover,
    button.button-text:focus,
    button.button-text:active,
    button[type="submit"].button-text:hover,
    button[type="submit"].button-text:focus,
    button[type="submit"].button-text:active,
    input[type="submit"].button-text:hover,
    input[type="submit"].button-text:focus,
    input[type="submit"].button-text:active,
    input[type="button"].button-text:hover,
    input[type="button"].button-text:focus,
    input[type="button"].button-text:active,
    input[type="reset"].button-text:hover,
    input[type="reset"].button-text:focus,
    input[type="reset"].button-text:active {
      background: none;
      color: #9a2825; } }

/*******************************************/
.button-white,
button.button-white,
button[type="submit"].button-white,
input[type="submit"].button-white,
input[type="button"].button-white,
input[type="reset"].button-white {
  background: #fff;
  color: #FFFFFF; }
  @media all and (min-width: 48em) {
    .button-white:hover, .button-white:focus, .button-white:active,
    button.button-white:hover,
    button.button-white:focus,
    button.button-white:active,
    button[type="submit"].button-white:hover,
    button[type="submit"].button-white:focus,
    button[type="submit"].button-white:active,
    input[type="submit"].button-white:hover,
    input[type="submit"].button-white:focus,
    input[type="submit"].button-white:active,
    input[type="button"].button-white:hover,
    input[type="button"].button-white:focus,
    input[type="button"].button-white:active,
    input[type="reset"].button-white:hover,
    input[type="reset"].button-white:focus,
    input[type="reset"].button-white:active {
      background: #FFFFFF;
      color: #fff; } }

/*******************************************/
.button-transparent,
button.button-transparent,
button[type="submit"].button-transparent,
input[type="submit"].button-transparent,
input[type="button"].button-transparent,
input[type="reset"].button-transparent {
  background: transparent;
  border: 1px solid white;
  color: white; }
  @media all and (min-width: 48em) {
    .button-transparent:hover, .button-transparent:focus, .button-transparent:active,
    button.button-transparent:hover,
    button.button-transparent:focus,
    button.button-transparent:active,
    button[type="submit"].button-transparent:hover,
    button[type="submit"].button-transparent:focus,
    button[type="submit"].button-transparent:active,
    input[type="submit"].button-transparent:hover,
    input[type="submit"].button-transparent:focus,
    input[type="submit"].button-transparent:active,
    input[type="button"].button-transparent:hover,
    input[type="button"].button-transparent:focus,
    input[type="button"].button-transparent:active,
    input[type="reset"].button-transparent:hover,
    input[type="reset"].button-transparent:focus,
    input[type="reset"].button-transparent:active {
      background: #CB3531;
      border-color: #CB3531;
      color: #fff; } }

.button-black,
button.button-transparent,
button[type="submit"].button-transparent,
input[type="submit"].button-transparent,
input[type="button"].button-transparent,
input[type="reset"].button-transparent {
  width: 100px;
  height: 29px;
  background-color: black;
  border-radius: 0.4em;
  font-size: 0.9em; }
  @media all and (min-width: 48em) {
    .button-black:hover, .button-black:focus, .button-black:active,
    button.button-transparent:hover,
    button.button-transparent:focus,
    button.button-transparent:active,
    button[type="submit"].button-transparent:hover,
    button[type="submit"].button-transparent:focus,
    button[type="submit"].button-transparent:active,
    input[type="submit"].button-transparent:hover,
    input[type="submit"].button-transparent:focus,
    input[type="submit"].button-transparent:active,
    input[type="button"].button-transparent:hover,
    input[type="button"].button-transparent:focus,
    input[type="button"].button-transparent:active,
    input[type="reset"].button-transparent:hover,
    input[type="reset"].button-transparent:focus,
    input[type="reset"].button-transparent:active {
      background: #f60;
      border-color: #f60;
      color: #fff; } }

/*******************************************/
.spinner {
  margin: 0px auto;
  width: 70px;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 40px;
  left: 0;
  right: 0; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  animation-delay: -0.32s; }

.spinner .bounce2 {
  animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
    font-weight: 400;
    color: #212121; }
  table th {
    font-weight: 700;
    background: #ececec; }
  table thead {
    width: 100%;
    background: #ececec; }
    table thead td, table thead th {
      padding: 5px 10px 5px 10px; }
  table tfoot {
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121; }
    table tfoot td {
      padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }
  .compact-table td, .compact-table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 400;
    color: #212121;
    background: none;
    border: 1px solid #ccc; }
  .compact-table thead {
    width: auto;
    background: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout                        
********************************************/
body {
  background: #ececec;
  transition: all .5s ease-in-out;
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

/*******************************************/
.site-wrapper {
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden; }

/*******************************************/
.main {
  float: left;
  margin-top: 39px;
  width: 100%;
  min-height: 498px;
  background: #fff; }
  @media all and (min-width: 64em) {
    .main {
      margin-top: 0;
      width: 100%;
      padding: 28px 0px 0px 0px; } }

/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }
  @media all and (min-width: 64em) {
    .sidebar {
      padding: 45px 0px 45px 0px; } }

/*******************************************/
.content-max-width {
  padding: 0 6%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-max-width {
      max-width: 940px;
      padding: 0px;
      margin: 0 auto; } }
  @media all and (min-width: 72.5em) {
    .content-max-width {
      max-width: 950px;
      margin: 0 auto; } }

/*******************************************/
.content-slider-width {
  padding: 0 5%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-slider-width {
      max-width: 940px;
      padding: 0px;
      margin: 0 auto; } }
  @media all and (min-width: 72.5em) {
    .content-slider-width {
      max-width: 1024px;
      margin: 0 auto; } }

/*******************************************/
@media all and (min-width: 64em) {
  .narrow-content-max-width {
    max-width: 940px;
    margin: 0 auto;
    clear: both; } }

@media all and (min-width: 72.5em) {
  .narrow-content-max-width {
    max-width: 1024px;
    margin: 0 auto; } }

.readmore-open .icon-plus-circle:before {
  content: '\e92f'; }

.open-read-more-container {
  height: 100% !important; }

/*********************************************
:: Forms                             
********************************************/
form {
  float: left;
  width: 100%; }

legend {
  margin-bottom: 15px; }

label {
  color: black;
  font-size: 0.938em;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1em; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  outline: none;
  border: none;
  width: 70%;
  display: inline-block;
  float: left;
  transition: all .5s ease-in-out;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  padding: 8px 10px 8px 15px;
  height: 41px;
  font-size: 0.938em;
  line-height: 1.7;
  border-radius: 0.188em; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    transition: all .5s ease-in;
    background: white;
    border: 1px solid #F1F1F1; }

/*******************************************/
*:-ms-input-placeholder {
  color: #ccc; }
*::placeholder {
  color: #ccc; }

textarea, select[multiple] {
  height: 120px; }

input[type=checkbox], input[type=radio] {
  height: auto; }

.lastline {
  margin-top: 5px; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.4;
  cursor: pointer;
  font-weight: 400;
  padding: 0px 15px 0px 15px; }
  .form-field .custom-checkbox-radio input {
    padding: 0;
    width: 15px !important;
    height: 15px !important;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px !important;
    cursor: pointer;
    background: none;
    border: none;
    appearance: checkbox;
    -webkit-appearance: checkbox; }

.form-field .custom-checkbox-radio.field-disabled {
  cursor: default; }
  .form-field .custom-checkbox-radio.field-disabled input {
    cursor: default;
    opacity: 1; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 6% 15px 6%; }
  .form-field:first-of-type {
    padding-top: 15px; }
  .form-field > label {
    float: left;
    width: 30%;
    margin-bottom: 3px;
    padding-top: 8px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 6% 15px 6%; }
  .button-field .form-note {
    float: left;
    font-size: 0.688em;
    color: #FFFFFF;
    margin-top: 11px; }
    @media all and (min-width: 64em) {
      .button-field .form-note {
        margin-bottom: 0px;
        width: auto; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    width: 100px;
    height: 29px;
    background-color: #f60;
    border-radius: 0.188em;
    display: block;
    float: right;
    font-size: 0.875em; }
    @media all and (min-width: 64em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        margin-left: 10px; } }
    .button-field button .icon-angle-right, .button-field input[type="submit"] .icon-angle-right, .button-field input[type="reset"] .icon-angle-right {
      color: #f60;
      border: 1px solid #f60;
      border-radius: 50%;
      margin-left: 7px;
      transition: all .4s ease-in-out; }
    .button-field button:hover, .button-field button:focus, .button-field button:active, .button-field input[type="submit"]:hover, .button-field input[type="submit"]:focus, .button-field input[type="submit"]:active, .button-field input[type="reset"]:hover, .button-field input[type="reset"]:focus, .button-field input[type="reset"]:active {
      color: #CB3531; }
      .button-field button:hover .icon-angle-right, .button-field button:focus .icon-angle-right, .button-field button:active .icon-angle-right, .button-field input[type="submit"]:hover .icon-angle-right, .button-field input[type="submit"]:focus .icon-angle-right, .button-field input[type="submit"]:active .icon-angle-right, .button-field input[type="reset"]:hover .icon-angle-right, .button-field input[type="reset"]:focus .icon-angle-right, .button-field input[type="reset"]:active .icon-angle-right {
        color: #CB3531;
        border: 1px solid #CB3531; }

/*******************************************/
.form-fields-stack.two-column {
  *zoom: 1; }
.form-fields-stack.two-column:before{
  content: '';
  display: table; }
.form-fields-stack.two-column:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
  .form-fields-stack.two-column .form-field:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
  .form-fields-stack.two-column .form-field:last-child{
  margin-right: 0; }
  .form-fields-stack.two-column .form-field:nth-child(2n){
  margin-right: 0;
  float: right; }
  .form-fields-stack.two-column .form-field:nth-child(2n + 1){
  clear: left; }

/*******************************************/
@media all and (min-width: 48em) {
  .form-fields-stack.three-column {
    *zoom: 1; }
  .form-fields-stack.three-column:before{
    content: '';
    display: table; }
  .form-fields-stack.three-column:after{
    content: '';
    display: table;
    clear: both; }
    .form-fields-stack.three-column .form-field {
      width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
    .form-fields-stack.three-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .form-fields-stack.three-column .form-field:last-child{
    margin-right: 0; }
    .form-fields-stack.three-column .form-field:nth-child(3n){
    margin-right: 0;
    float: right; }
    .form-fields-stack.three-column .form-field:nth-child(3n + 1){
    clear: left; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #E40000; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: #000;
  border-color: #fff; }

label.error, label.error-SumoSelect-label {
  color: #E40000 !important;
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  width: 100% !important;
  text-align: right; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400; }

/*********************************************
:: Print                        
********************************************/
@media print {
  /*******************************************/
  header,
  footer,
  .breadcrumbs-module,
  .small-screen-menu-panel,
  .lightbox-popup,
  .tabs-module .buttons,
  .share-module,
  .onclick-lazyload-google-map,
  .lightbox-inline-trigger,
  .slideshow {
    display: none !important; }
  .tabs-module .tab-content {
    display: block !important; }
  .gallery-module, img {
    border-bottom: none !important;
    max-width: 400px;
    max-height: 400px; }
  /*******************************************/ }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.                   
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  float: left;
  width: 100%;
  height: 103px;
  background: white;
  text-align: right;
  padding: 28px 0px 20px 0px;
  position: relative;
  z-index: 999;
  border-top: 10px solid #f60;
  /* Logo */ }
  @media all and (min-width: 64em) {
    .site-header {
      height: 150px;
      padding: 0px 0px 20px 0px;
      background: transparent;
      border-top: none;
      text-align: center; } }
  .site-header .mob-cart {
    display: inline-block;
    background: black;
    height: 38px;
    line-height: 38px;
    width: 112px;
    position: absolute;
    top: -12px;
    right: 6%;
    text-align: center; }
    @media all and (min-width: 64em) {
      .site-header .mob-cart {
        display: none; } }
  .site-header .logo {
    float: left;
    width: auto;
    position: relative;
    z-index: 99999;
    max-width: 100px;
    padding: 0px;
    left: 30px; }
    @media all and (min-width: 64em) {
      .site-header .logo {
        padding: 4px;
        margin-top: -10px;
        max-width: 135px; } }
    .site-header .logo img {
      width: 126px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 99999; }
  .site-header .button-text {
    font-size: 18px;
    float: right;
    color: black;
    line-height: 2.5; }
    @media all and (min-width: 64em) {
      .site-header .button-text {
        display: none;
        width: 55px;
        height: 44px;
        border-radius: 6px;
        background: #f60;
        color: white; } }
  .site-header .large-nav {
    float: right;
    display: none;
    width: auto; }
    @media all and (min-width: 64em) {
      .site-header .large-nav {
        display: inline-block;
        padding: 6px 0 0 0; } }
    .site-header .large-nav li {
      display: inline-block;
      float: left; }
      .site-header .large-nav li a {
        font-size: 30px;
        color: black;
        padding: 0 16px;
        position: relative;
        top: 6px; }
        .site-header .large-nav li a span {
          color: #f60;
          font-size: 18px; }
  .site-header .top-nav {
    display: none; }
    @media all and (min-width: 64em) {
      .site-header .top-nav {
        color: white;
        margin-bottom: 26px;
        float: right;
        display: inline-block;
        height: 38px;
        width: 100%;
        background-color: #f60; } }
    .site-header .top-nav ul {
      float: right;
      margin-right: inherit; }
    .site-header .top-nav li {
      display: inline-block;
      float: left; }
      .site-header .top-nav li:hover {
        background: rgba(0, 0, 0, 0.05); }
      .site-header .top-nav li a {
        font-size: 1.05em;
        font-weight: 300;
        color: white;
        padding: 0 14px 0 14px;
        height: 38px;
        line-height: 38px; }
      .site-header .top-nav li .icon-angle-down {
        vertical-align: sub; }
    .site-header .top-nav #cart-button {
      display: none; }
      @media all and (min-width: 64em) {
        .site-header .top-nav #cart-button {
          display: inline-block;
          padding-right: 14px;
          background-color: black; } }
      .site-header .top-nav #cart-button a {
        padding: 0 0 0 13px; }
  .site-header .cart-header {
    position: absolute;
    top: -14px;
    right: 130px;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background-color: black; }
    .site-header .cart-header a {
      color: #ffffff; }
    @media all and (min-width: 64em) {
      .site-header .cart-header {
        top: -11px;
        right: 0px; } }
  .site-header .search-form {
    width: 100%;
    position: absolute;
    top: 48px;
    left: 15px;
    background: white;
    display: none;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 15px;
    z-index: -1; }
    @media all and (min-width: 64em) {
      .site-header .search-form {
        float: right;
        display: block;
        top: 0px;
        border: none;
        z-index: -1;
        background-color: transparent; } }
    .site-header .search-form form {
      display: inline-block;
      float: none;
      border: 1px solid; }
      @media all and (min-width: 48em) {
        .site-header .search-form form {
          float: none; } }
      @media all and (min-width: 64em) {
        .site-header .search-form form {
          width: 480px; } }
      .site-header .search-form form .SumoSelect {
        width: 44%; }
      .site-header .search-form form .SumoSelect > .CaptionCont > label > i:before {
        color: black; }
      .site-header .search-form form .SumoSelect > .CaptionCont {
        color: black !important;
        padding: 0; }
      .site-header .search-form form .SumoSelect > .CaptionCont > span, .site-header .search-form form input {
        font-size: 18px;
        line-height: 41px; }
      .site-header .search-form form .button-text {
        display: inline-block;
        width: 16%;
        height: 41px;
        background: black;
        color: white; }
        @media all and (min-width: 64em) {
          .site-header .search-form form .button-text {
            width: 55px;
            height: 44px;
            right: -65px;
            top: -4px; } }
      .site-header .search-form form ::-webkit-input-placeholder {
        color: black; }
    .site-header .search-form input, .site-header .search-form select {
      padding: 0px 0px 0px 26px !important;
      width: 39%;
      float: left;
      height: 42px; }
      .site-header .search-form input :focus, .site-header .search-form select :focus {
        border: none; }
      @media all and (min-width: 64em) {
        .site-header .search-form input, .site-header .search-form select {
          width: 42%; } }
  .site-header .products-dropdown {
    width: 100%;
    float: left;
    position: absolute;
    top: 67px;
    left: 0px;
    z-index: 999;
    background: white;
    border-top: 2px solid #f60;
    padding: 44px 0;
    display: none; }
    @media all and (min-width: 64em) {
      .site-header .products-dropdown {
        top: 160px;
        box-shadow: 0 0.125em 0.375em rgba(0, 0, 0, 0.19); } }
    .site-header .products-dropdown:before {
      content: '';
      background: url(/images/organge-tri.png) no-repeat center;
      background-size: contain;
      width: 28px;
      height: 21px;
      position: absolute;
      top: -19px;
      right: calc(50% - 390px); }
    .site-header .products-dropdown a {
      width: 19.6%;
      font-size: 1.04em;
      font-weight: 400;
      line-height: 1.33;
      color: #090909;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      margin: 0 auto 40px auto;
      vertical-align: top; }
      .site-header .products-dropdown a:after {
        content: "  >";
        color: #CB3531; }
    .site-header .products-dropdown .all-prods {
      width: 192px;
      height: 42px;
      font-weight: 600;
      line-height: 42px;
      text-align: center;
      padding: 0 16px;
      margin: 0 auto;
      display: block;
      border-radius: 6px;
      border: 2px solid #f60;
      z-index: 99999; }
      .site-header .products-dropdown .all-prods .icon-angle-right {
        float: right;
        border: none;
        font-size: 24px;
        font-weight: 600;
        padding: 7px 0 0 0; }
    .site-header .products-dropdown .icon-angle-right {
      color: #f60;
      margin-left: 7px; }

/*********************************************
  :: Site Footer                           
********************************************/
.site-footer {
  float: left;
  width: 100%;
  background: #000000;
  text-align: center; }

.footer-nav {
  margin-top: 32px; }
  @media all and (min-width: 64em) {
    .footer-nav {
      text-align: left; } }
  .footer-nav a {
    display: block;
    color: white; }
    @media all and (min-width: 64em) {
      .footer-nav a {
        display: inline; }
        .footer-nav a:first-of-type {
          padding-right: 15px;
          margin-right: 15px;
          border-right: 1px solid #515050; } }

/* Footer Legal */
.footer-legal {
  float: left;
  width: 100%;
  padding: 20px 20px 24px 20px;
  text-align: center; }
  @media all and (min-width: 64em) {
    .footer-legal {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 25px;
      padding-bottom: 60px; } }

/* Copyright */
.copyright {
  display: inline-block;
  width: 100%;
  font-size: 0.788em;
  line-height: 15px;
  margin-bottom: 5px;
  color: white; }
  @media all and (min-width: 48em) {
    .copyright {
      float: left;
      width: auto;
      margin-bottom: 0px; } }

/* Attribution */
.attribution {
  display: inline-block;
  width: 100%;
  font-size: 0.788em;
  line-height: 12px;
  color: white; }
  @media all and (min-width: 48em) {
    .attribution {
      float: right;
      width: auto; } }

/*********************************************
:: Modules                    
********************************************/
/*********************************************
:: Dummy Module                    
********************************************/
.dummy-module-container {
  float: left;
  width: 100%; }

/*******************************************/
/*********************************************
:: SignUp Module                    
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: #000000;
  border-bottom: 1px solid white; }
  .signup-module p {
    font-size: 1.313em;
    font-weight: 300;
    color: white;
    padding: 28px 0 20px 0;
    margin: 0px; }
    @media all and (min-width: 64em) {
      .signup-module p {
        font-size: 1.338em; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important;
    background-color: #ffffff; }
    .signup-module form input {
      width: 70%;
      height: 36px;
      float: left;
      border-radius: 0px 0px 0px 0px; }
      .signup-module form input ::-webkit-input-placeholder {
        color: black; }
      @media all and (min-width: 37.5em) {
        .signup-module form input {
          width: 340px; } }
      @media all and (min-width: 64em) {
        .signup-module form input {
          width: 380px; } }
    .signup-module form button {
      width: 30%;
      height: 36px;
      float: right;
      padding: 10px;
      background: #000000;
      color: white;
      border: 1px solid white;
      vertical-align: middle; }
      @media all and (min-width: 64em) {
        .signup-module form button {
          width: 106px; } }
      .signup-module form button:hover {
        background: #f60;
        color: white; }
      .signup-module form button span {
        margin-left: 3px;
        border-radius: 50%;
        border: 1px solid white;
        background: black;
        color: white; }

/*********************************************
:: Brands Module                    
********************************************/
.brands-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: white; }
  @media all and (min-width: 64em) {
    .brands-module {
      padding: 60px 0; } }
  .brands-module .brand {
    width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
    text-align: center;
    padding: 0 0 20px 0; }
  .brands-module .brand:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
  .brands-module .brand:last-child{
  margin-right: 0; }
  .brands-module .brand:nth-child(1n){
  margin-right: 0;
  float: right; }
  .brands-module .brand:nth-child(1n + 1){
  clear: left; }
    @media all and (min-width: 64em) {
      .brands-module .brand {
        width: calc(99.99% * 1/3 - (30px - 30px * 1/3)); }
      .brands-module .brand:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
      .brands-module .brand:last-child{
    margin-right: 0; }
      .brands-module .brand:nth-child(3n){
    margin-right: 0;
    float: right; }
      .brands-module .brand:nth-child(3n + 1){
    clear: left; } }
    .brands-module .brand:last-of-type {
      padding-bottom: 0px; }
    .brands-module .brand img {
      max-height: 25px; }
      @media all and (min-width: 64em) {
        .brands-module .brand img {
          max-height: 37px; } }

/*********************************************
:: Tiled Prod Categories Module                    
********************************************/
.tilecategories-module {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center; }
  .tilecategories-module .tile {
    float: left;
    width: calc(99.99% * 1/2 - 5px);
    margin-left: 2.5px;
    margin-right: 2.5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70px;
    padding: 10px;
    text-align: center;
    display: table;
    margin-bottom: 5px;
    overflow: hidden; }
    @media all and (min-width: 37.5em) {
      .tilecategories-module .tile {
        height: 100px; } }
    @media all and (min-width: 64em) {
      .tilecategories-module .tile {
        float: left;
        width: calc(99.99% * 1/3 - 5px);
        margin-left: 2.5px;
        margin-right: 2.5px;
        height: 144px;
        padding: 15px; } }
    .tilecategories-module .tile:first-of-type, .tilecategories-module .tile:nth-of-type(2) {
      height: 160px; }
      @media all and (min-width: 64em) {
        .tilecategories-module .tile:first-of-type, .tilecategories-module .tile:nth-of-type(2) {
          height: 292px; } }
    @media all and (min-width: 64em) {
      .tilecategories-module .tile:nth-of-type(5) {
        float: left;
        width: calc(99.99% * 2/3 - 5px);
        margin-left: 2.5px;
        margin-right: 2.5px;
        height: 216px; } }
    @media all and (min-width: 64em) {
      .tilecategories-module .tile:nth-of-type(6) {
        float: left;
        width: calc(99.99% * 1/3 - 5px);
        margin-left: 2.5px;
        margin-right: 2.5px;
        height: 216px; } }
  .tilecategories-module .tile-title {
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 32, 0.6);
    display: table-cell;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    transform: perspective(999px) translateZ(1px) scale(1); }
    .tilecategories-module .tile-title p {
      margin: 0px;
      font-size: 1em;
      color: white;
      display: none; }
      @media all and (min-width: 64em) {
        .tilecategories-module .tile-title p {
          display: inline-block; } }
    .tilecategories-module .tile-title h3 {
      width: 80%;
      margin: 0 auto;
      font-size: 1.313em;
      font-weight: 300;
      color: white; }
      @media all and (min-width: 64em) {
        .tilecategories-module .tile-title h3 {
          width: 40%;
          font-size: 1.875em; } }
  .tilecategories-module .tile-title:hover {
    background-color: rgba(203, 53, 49, 0.6);
    transform: perspective(999px) translateZ(1px) scale(1.02); }

/*********************************************
:: Brands Module                    
********************************************/
.videos-module {
  width: 100%;
  margin: 0px auto 0 auto;
  display: inline-block;
  text-align: center;
  background: #f60;
  position: relative; }
  @media all and (min-width: 64em) {
    .videos-module {
      margin: 70px auto 0 auto; } }
  .videos-module:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: white; }
  .videos-module span {
    display: none; }
    @media all and (min-width: 64em) {
      .videos-module span {
        display: inline-block;
        font-size: 1em;
        color: #CB3531;
        text-align: center;
        position: relative;
        z-index: 1;
        margin: 30px 0 0 0; } }
  .videos-module h3 {
    margin: 20px 0;
    font-size: 1.638em;
    font-weight: 400;
    color: black;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .videos-module h3 {
        margin: 0px 0 39px 0;
        font-size: 2.563em; } }
  .videos-module article {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
    display: none;
    float: none; }
    @media all and (min-width: 64em) {
      .videos-module article {
        width: 33.1%;
        display: inline-block; } }
    .videos-module article img {
      max-height: 25px; }
      @media all and (min-width: 64em) {
        .videos-module article img {
          max-height: 37px; } }
    .videos-module article iframe {
      width: 88%;
      max-width: 420px; }
      @media all and (min-width: 64em) {
        .videos-module article iframe {
          width: 100%;
          height: 270px; } }
    .videos-module article p {
      color: #999; }
    .videos-module article .title {
      font-size: 1.125em;
      color: white; }
      @media all and (min-width: 64em) {
        .videos-module article .title {
          font-size: 1.313em; } }

/*********************************************
:: Products Module
********************************************/
.products-module {
  width: 100%;
  margin: 20px auto 0;
  display: inline-block;
  float: left;
  text-align: center;
  background: white;
  position: relative; }
  @media all and (min-width: 64em) {
    .products-module {
      margin: 28px auto 0 auto; } }
  .products-module h3 {
    margin: 20px 0 10px 0;
    font-size: 1.938em;
    font-weight: 300;
    color: black;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .products-module h3 {
        margin: 0px 0 20px 0;
        font-size: 2.563em; } }
  .products-module .all-prods {
    display: inline-block;
    color: black;
    text-align: center;
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .products-module .all-prods {
        position: absolute;
        top: 23px;
        right: 0px;
        width: 200px;
        text-align: center;
        z-index: 9;
        font-size: 15px; } }
    .products-module .all-prods .icon-angle-right {
      color: #f60;
      margin-left: 1px;
      font-weight: 900; }
  .products-module .products {
    width: 100%;
    float: left; }
  .products-module article {
    width: calc(99.99% * 1/2 - (0px - 0px * 1/2));
    overflow: hidden; }
  .products-module article:nth-child(1n){
  float: left;
  margin-right: 0px;
  clear: none; }
  .products-module article:last-child{
  margin-right: 0; }
  .products-module article:nth-child(2n){
  margin-right: 0;
  float: right; }
  .products-module article:nth-child(2n + 1){
  clear: left; }
    @media all and (min-width: 64em) {
      .products-module article {
        width: calc(99.99% * 1/4 - (20px - 20px * 1/4)); }
      .products-module article:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .products-module article:last-child{
    margin-right: 0; }
      .products-module article:nth-child(4n){
    margin-right: 0;
    float: right; }
      .products-module article:nth-child(4n + 1){
    clear: left; } }
    .products-module article a {
      width: 100%;
      height: 100%;
      display: inline-block;
      opacity: 1; }
    .products-module article img {
      margin: 20px auto;
      transition: all .2s ease-in-out;
      transform: perspective(999px) translateZ(1px) scale(1);
      max-height: 120px; }
      @media all and (min-width: 64em) {
        .products-module article img {
          margin: 10px auto;
          max-width: auto;
          width: auto;
          max-height: 200px; } }
    .products-module article .title {
      font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 300;
      color: #a7a7a7;
      font-size: 0.813em;
      line-height: 29px; }
      @media all and (min-width: 64em) {
        .products-module article .title {
          font-size: 1em; } }
    .products-module article .price {
      font-family: "jaf-bernina-sans-comp", "aktiv-grotesk", "Georgia", "Times New Roman", serif;
      font-size: 1.688em;
      color: #f60;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: calc(100% - 10px);
      margin: 0 5px 0px 5px; }
      @media all and (min-width: 64em) {
        .products-module article .price {
          font-size: 2.5em; } }
      .products-module article .price sup {
        left: 2px;
        font-size: 55%; }
    .products-module article p {
      font-size: 0.875em;
      color: #999999;
      margin-bottom: 40px; }
  .products-module article a:hover {
    opacity: 0.6; }
    .products-module article a:hover img {
      transform: perspective(999px) translateZ(1px) scale(1.1); }
    .products-module article a:hover .title {
      color: #000000; }

/*********************************************
:: Product Extra Detail Module                    
********************************************/
.productextras-module {
  width: 100%;
  float: left;
  text-align: center;
  margin: 21px 0 40px 0;
  position: relative; }
  @media all and (min-width: 64em) {
    .productextras-module {
      margin: 0px 0 0px 0; } }
  .productextras-module .links {
    display: inline-block;
    text-align: center;
    width: 100%; }
    .productextras-module .links a {
      display: inline-block;
      font-size: 1.025em;
      font-weight: 400;
      color: black;
      margin: 15px 12px 0px 12px;
      padding-bottom: 10px; }
      @media all and (min-width: 64em) {
        .productextras-module .links a {
          font-size: 1.125em;
          margin: 15px 28px 0px 28px;
          float: none; } }
      .productextras-module .links a.active {
        color: #f60;
        border-bottom: 3px solid black; }
  .productextras-module .tab-content {
    display: none;
    width: 100%;
    padding: 60px 0 40px 0;
    background: #f1f1f1;
    text-align: center; }
    .productextras-module .tab-content.active {
      display: block; }
    .productextras-module .tab-content h3 {
      font-size: 1.875em;
      font-weight: 300;
      line-height: 1.17;
      color: #f60;
      margin-bottom: 20px;
      text-align: center; }
      @media all and (min-width: 64em) {
        .productextras-module .tab-content h3 {
          margin-bottom: 40px;
          text-align: center; } }
    .productextras-module .tab-content a:hover {
      color: #CB3531; }
  .productextras-module #features {
    width: 100%;
    float: left;
    text-align: center; }
    .productextras-module #features ul {
      width: 100%;
      margin: 0px auto; }
      @media all and (min-width: 64em) {
        .productextras-module #features ul {
          width: 60%; } }
      .productextras-module #features ul li {
        width: 100%;
        float: left;
        display: inline-block;
        margin: 0px 0 8px 0;
        text-align: center;
        font-weight: 400; }
        @media all and (min-width: 64em) {
          .productextras-module #features ul li {
            width: 49%; } }
        .productextras-module #features ul li a {
          color: #f60;
          position: relative; }
          .productextras-module #features ul li a:after {
            content: '\e916';
            font-family: 'icomoon';
            color: #f60;
            border: 1px solid #f60;
            border-radius: 50%;
            margin-left: 7px; }
  .productextras-module #downloads {
    width: 100%;
    float: left;
    text-align: center; }
    .productextras-module #downloads ul {
      width: 100%;
      margin: 0px auto; }
      @media all and (min-width: 64em) {
        .productextras-module #downloads ul {
          width: 60%; } }
      .productextras-module #downloads ul li {
        margin-bottom: 26px; }
      .productextras-module #downloads ul li a {
        font-size: 1.363em;
        font-weight: 400;
        text-align: center;
        color: #a7a7a7;
        position: relative; }
        .productextras-module #downloads ul li a:after {
          content: '';
          position: absolute;
          left: -50px;
          top: -4px;
          background: url(/images/icon-download.png) no-repeat center;
          background-size: contain;
          width: 30px;
          height: 30px; }
  .productextras-module #videos {
    width: 100%;
    text-align: center; }
    .productextras-module #videos .videos-module {
      background: #f1f1f1;
      margin: 0px; }
      .productextras-module #videos .videos-module:before {
        background: #f1f1f1; }
      .productextras-module #videos .videos-module .title {
        font-size: 1.1em;
        color: #999;
        margin: 10px 0 0 0; }

/*********************************************
:: Title Module                    
********************************************/
.title-module {
  width: 100%;
  float: left;
  padding: 0 6%;
  background: white;
  position: relative; }
  .title-module h1 {
    display: block;
    margin: 20px auto 48px auto;
    text-align: center;
    color: #090909;
    font-size: 1.938em;
    font-weight: 400; }
    @media all and (min-width: 64em) {
      .title-module h1 {
        font-size: 2.563em;
        margin: 39px auto; } }
  .title-module h1 + p {
    margin: -10px 6% 20px 6%;
    text-align: center;
    font-size: 1.063em;
    color: #333; }
    @media all and (min-width: 64em) {
      .title-module h1 + p {
        margin: -29px 0 56px 0; } }
  .title-module:before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 94%;
    height: 0.688em;
    background: #f60; }
    @media all and (min-width: 64em) {
      .title-module:before {
        width: calc(50% + 222px); } }

/*********************************************
:: Masonry Module                    
********************************************/
.masonry-module {
  width: 100%;
  height: 100%; }
  .masonry-module article {
    float: left;
    width: calc(99.99% * 1/1 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    padding: 14px;
    background: white;
    border-top: 3px solid #f60;
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .masonry-module article {
        float: left;
        width: calc(99.99% * 1/3 - 30px);
        margin-left: 15px;
        margin-right: 15px; } }
    .masonry-module article h3 {
      color: #333;
      font-size: 1.313em;
      font-weight: 400;
      line-height: 1.2;
      margin: 0px; }
    .masonry-module article table {
      width: 100%; }
      .masonry-module article table .detail:last-of-type .result {
        border-bottom: none;
        padding-bottom: 0px; }
      .masonry-module article table .type {
        width: 40px;
        color: #666;
        vertical-align: top;
        position: relative; }
        .masonry-module article table .type .icon {
          position: absolute;
          top: 18px;
          left: 0px;
          width: 20px;
          height: 20px; }
          .masonry-module article table .type .icon.call {
            background: url(/images/icon-phone.png) no-repeat center;
            background-size: contain; }
          .masonry-module article table .type .icon.email {
            background: url(/images/icon-mail.png) no-repeat center;
            background-size: contain; }
          .masonry-module article table .type .icon.parts {
            background: url(/images/icon-parts.png) no-repeat center;
            background-size: contain; }
          .masonry-module article table .type .icon.marker {
            background: url(/images/icon-marker.png) no-repeat center;
            background-size: contain; }
          .masonry-module article table .type .icon.website {
            background: url(/images/icon-website.png) no-repeat center;
            background-size: contain; }
      .masonry-module article table .result {
        padding-left: 0px;
        border-bottom: 1px solid #CCCCCC; }
        .masonry-module article table .result p {
          font-size: 0.875em;
          color: #212121;
          margin: 0px; }
        .masonry-module article table .result a {
          color: #f60;
          font-weight: 300; }

/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center; }
  .pagination-module ul {
    margin: 0 auto;
    text-align: center; }
    .pagination-module ul li {
      width: 34px;
      height: 34px;
      display: inline-block; }
      .pagination-module ul li a {
        line-height: 34px;
        text-align: center;
        color: #f60;
        font-size: 1.25em; }
      .pagination-module ul li span {
        color: #f60;
        padding: 0px 10px 0 10px; }
      .pagination-module ul li.active {
        border: 1px solid #f60;
        border-radius: 8px; }

/*********************************************
:: Product Gallery Module
********************************************/
.productgallery-module {
  width: 100%;
  float: left; }
  .productgallery-module .desktop-product-image {
    display: none; }
    @media all and (min-width: 64em) {
      .productgallery-module .desktop-product-image {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 20px; } }
    .productgallery-module .desktop-product-image img {
      max-width: 80px;
      height: 80px;
      border: 1px solid #CCCCCC;
      opacity: 0.7;
      cursor: pointer; }
    .productgallery-module .desktop-product-image .active {
      border: 1px solid black;
      opacity: 1; }
  .productgallery-module .owl-carousel {
    width: 100%;
    max-width: 419px;
    margin: 0 auto; }
    @media all and (min-width: 64em) {
      .productgallery-module .owl-carousel {
        float: left;
        max-width: 419px; } }
  .productgallery-module .owl-pagination {
    display: block; }
    @media all and (min-width: 64em) {
      .productgallery-module .owl-pagination {
        display: none; } }
  .productgallery-module .item {
    border: 1px solid #CCCCCC;
    text-align: center;
    position: relative; }
    .productgallery-module .item:before {
      content: "\e93f";
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-family: 'icomoon';
      font-size: 16px;
      color: black;
      z-index: 99; }
    .productgallery-module .item img {
      width: 419px;
      display: inline-block;
      vertical-align: top; }
    .productgallery-module .item .lightbox-popup, .productgallery-module .item .lightbox-content {
      width: 100%;
      display: block;
      padding: 0px;
      margin: 0px; }

.lightbox-popup, .lightbox-content {
  position: relative;
  padding: 0px; }

.mfp-container .save-img {
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  background: url(/images/save-img.png) no-repeat center;
  background-size: contain;
  width: 116px !important;
  height: 22px; }

.mfp-content .owl-item.active {
  width: 100% !important; }
  .mfp-content .owl-item.active img {
    width: 600px; }

.owl-item.mfp-hide, .owl-wrapper.mfp-hide {
  display: block !important; }

/*********************************************
:: Dimensions Module                    
********************************************/
.dimensions-module {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: block;
  padding: 0px 6%;
  text-align: center; }
  @media all and (min-width: 64em) {
    .dimensions-module {
      padding: 60px 0 30px 0; } }
  .dimensions-module h3 {
    color: #666 !important;
    text-align: center !important; }
  .dimensions-module .dimension {
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 0 0 20px 0;
    position: relative; }
    @media all and (min-width: 64em) {
      .dimensions-module .dimension {
        width: 24%; } }
    .dimensions-module .dimension p {
      color: black;
      font-size: 1.75em;
      font-weight: 300;
      line-height: 1.25;
      margin-bottom: 0px; }
    .dimensions-module .dimension span {
      color: #999;
      font-size: 0.875em;
      font-weight: 300;
      line-height: 2.86; }
    .dimensions-module .dimension:after {
      content: "\e943";
      font-family: 'icomoon';
      position: absolute;
      top: 20px;
      right: -9px;
      color: #d8d8d8; }
  .dimensions-module .dimension:nth-of-type(even):after {
    content: ''; }
    @media all and (min-width: 64em) {
      .dimensions-module .dimension:nth-of-type(even):after {
        content: "\e943"; } }
  @media all and (min-width: 64em) {
    .dimensions-module .dimension:last-of-type:after {
      content: ''; } }

/*********************************************
:: Technologies Module                    
********************************************/
.technologies-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block; }
  @media all and (min-width: 64em) {
    .technologies-module {
      padding: 60px 0; } }
  .technologies-module .col1 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .technologies-module .col1 {
        width: 10%;
        float: right; } }
  .technologies-module .col2 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .technologies-module .col2 {
        width: 90%;
        float: left; } }
  .technologies-module .jump-to {
    display: block;
    margin: 0 auto 20px auto;
    font-size: 1em;
    background: none; }
    @media all and (min-width: 64em) {
      .technologies-module .jump-to {
        display: none; } }
    .technologies-module .jump-to .icon {
      border: 1px solid #f60;
      border-radius: 50%;
      margin: 0 4px; }
  .technologies-module .js-letter-triggers {
    text-align: center;
    padding-bottom: 20px;
    display: none; }
    @media all and (min-width: 64em) {
      .technologies-module .js-letter-triggers {
        display: block; } }
    .technologies-module .js-letter-triggers .all {
      cursor: pointer; }
    .technologies-module .js-letter-triggers a {
      margin: 0 5px 0 0;
      color: #f60;
      text-align: center; }
      @media all and (min-width: 64em) {
        .technologies-module .js-letter-triggers a {
          display: block;
          text-align: right; } }
  .technologies-module .technologies-container article {
    width: 100%;
    float: left;
    text-align: center;
    background: white;
    border-top: 3px solid #f60;
    margin-bottom: 20px; }
    .technologies-module .technologies-container article img {
      width: 100%;
      max-width: 375px;
      display: inline-block;
      margin: 0 auto; }
      @media all and (min-width: 64em) {
        .technologies-module .technologies-container article img {
          max-width: 219px;
          float: left; } }
    .technologies-module .technologies-container article .content {
      float: left;
      display: inline-block;
      text-align: left;
      width: 100%;
      padding: 20px 20px 0 20px; }
      @media all and (min-width: 64em) {
        .technologies-module .technologies-container article .content {
          display: block;
          max-width: 70%; } }
    .technologies-module .technologies-container article .js-more-toggle {
      font-size: 0.875em;
      color: #f60;
      padding: 0 0 20px 0; }
    .technologies-module .technologies-container article .js-more {
      display: none; }
    .technologies-module .technologies-container article h3 {
      color: #333;
      font-size: 1.313em;
      font-weight: 400;
      margin-bottom: 5px; }
    .technologies-module .technologies-container article p {
      font-size: 0.875em;
      color: #333; }

/*********************************************
:: Checkout Flow Footer                 
********************************************/
.checkout-flow-footer {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center; }
  @media all and (min-width: 48em) {
    .checkout-flow-footer {
      padding-top: 0px;
      max-width: 100%;
      margin: 30px auto 0 auto;
      display: block;
      float: right; } }
  .checkout-flow-footer .checkout-note {
    font-size: 0.75em;
    line-height: 1;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px; }
    @media all and (min-width: 48em) {
      .checkout-flow-footer .checkout-note {
        float: left; } }
  .checkout-flow-footer .checkout-buttons {
    float: right;
    text-align: right;
    width: 100%; }
    .checkout-flow-footer .checkout-buttons br {
      display: none; }
      @media all and (min-width: 48em) {
        .checkout-flow-footer .checkout-buttons br {
          display: block; } }
  .checkout-flow-footer .button-icon {
    height: 40px;
    display: inline-block;
    font-size: 1.125em;
    margin: 0 auto;
    padding: 7px 0px;
    margin-bottom: 15px;
    background: #f60;
    color: white;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    padding: 7px 20px; }
    .checkout-flow-footer .button-icon:hover {
      color: white;
      background: black; }
    .checkout-flow-footer .button-icon [class^="icon-"] {
      background: transparent !important;
      font-size: 1em !important; }
    @media all and (min-width: 48em) {
      .checkout-flow-footer .button-icon {
        text-align: center;
        margin-left: 30px; } }
  .checkout-flow-footer .button-black {
    background-color: black;
    width: auto;
    display: inline-block;
    padding: 7px 20px; }
  .checkout-flow-footer .button-text span {
    font-size: 0.8em !important; }
  .checkout-flow-footer .button-text [class^="icon-"] {
    font-size: 0.8em !important; }

/*********************************************
  :: Product Table                   
********************************************/
.product-table-module {
  float: left;
  width: 100%;
  text-align: left;
  background: #fff;
  margin-bottom: 62px;
  /*	 Header  */
  /*	 Line Item  */
  /* Table Totals */ }
  @media all and (min-width: 64em) {
    .product-table-module {
      border-bottom: none; } }
  .product-table-module .header {
    float: left;
    width: 100%;
    display: none;
    padding: 5px 20px 5px 20px;
    background: white; }
    @media all and (min-width: 48em) {
      .product-table-module .header {
        display: block;
        background: #ececec;
        padding: 12px 20px 12px 20px; } }
    .product-table-module .header + .line-item {
      border-top: 3px solid #000000; }
      @media all and (min-width: 48em) {
        .product-table-module .header + .line-item {
          border-top: none; } }
    .product-table-module .header .cell {
      float: left;
      width: 100%;
      font-size: 0.875em;
      line-height: 1;
      font-weight: 400;
      color: black; }
    .product-table-module .header .image-cell {
      color: transparent; }
      @media all and (min-width: 48em) {
        .product-table-module .header .image-cell {
          width: 15%;
          text-align: left; } }
    .product-table-module .header .title-cell {
      color: transparent; }
      @media all and (min-width: 48em) {
        .product-table-module .header .title-cell {
          width: 35%;
          text-align: left; } }
    @media all and (min-width: 48em) {
      .product-table-module .header .price-cell {
        width: 22%;
        text-align: left; } }
    @media all and (min-width: 48em) {
      .product-table-module .header .quantity {
        width: 10%;
        text-align: left; } }
    @media all and (min-width: 48em) {
      .product-table-module .header .total {
        width: 18%;
        text-align: right; } }
  .product-table-module .line-item {
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    background: white;
    border-bottom: 1px solid #ccc; }
    @media all and (min-width: 48em) {
      .product-table-module .line-item {
        padding: 25px 0px 25px 0px; }
        .product-table-module .line-item:last-of-type {
          padding-bottom: 65px; } }
    .product-table-module .line-item .cell {
      float: left;
      width: 100%;
      margin-bottom: 5px; }
      @media all and (min-width: 48em) {
        .product-table-module .line-item .cell {
          margin-bottom: 0px; }
          .product-table-module .line-item .cell > *:last-child {
            margin-bottom: 0px; } }
    .product-table-module .line-item .image-cell {
      width: auto;
      margin-bottom: 10px;
      margin-right: 24px; }
      @media all and (min-width: 48em) {
        .product-table-module .line-item .image-cell {
          margin: 0px;
          width: 15%;
          text-align: left; } }
      .product-table-module .line-item .image-cell img {
        max-width: 88px; }
    .product-table-module .line-item .title-cell {
      width: auto; }
      @media all and (min-width: 48em) {
        .product-table-module .line-item .title-cell {
          width: 39%;
          text-align: left;
          margin-bottom: 0px; } }
      .product-table-module .line-item .title-cell .price {
        font-weight: 300; }
    .product-table-module .line-item .title {
      font-size: 1.125em;
      line-height: 1;
      color: #212121;
      margin-bottom: 5px;
      max-width: 80%; }
      .product-table-module .line-item .title a {
        font-size: 0.9em;
        line-height: 1.4;
        color: #212121; }
      @media all and (min-width: 64em) {
        .product-table-module .line-item .title {
          margin-bottom: 16px; }
          .product-table-module .line-item .title:hover a, .product-table-module .line-item .title:focus a {
            color: #000000; } }
    .product-table-module .line-item .price {
      float: left;
      width: 100%;
      color: #f60;
      font-weight: 300;
      font-size: 1em;
      line-height: 1; }
      .product-table-module .line-item .price span {
        font-size: 1em;
        color: #f60;
        margin-right: 3px;
        display: inline-block;
        vertical-align: middle; }
    .product-table-module .line-item .price-larger {
      font-size: 1.125em;
      font-weight: 600; }
      .product-table-module .line-item .price-larger span {
        font-size: 1em; }
    .product-table-module .line-item .price-cell {
      display: none;
      width: 21%;
      text-align: left; }
      @media all and (min-width: 48em) {
        .product-table-module .line-item .price-cell {
          display: block; } }
    .product-table-module .line-item .quantity {
      width: 28%;
      margin-bottom: 0px; }
      @media all and (min-width: 48em) {
        .product-table-module .line-item .quantity {
          width: 16%;
          text-align: left;
          clear: none; } }
      .product-table-module .line-item .quantity > label {
        color: #999;
        font-size: 0.875em;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0px; }
      .product-table-module .line-item .quantity input {
        border-radius: 0;
        padding-right: 23px;
        display: inline-block;
        width: 75px;
        padding: 0px;
        font-weight: 600;
        text-align: center;
        border: 1px solid #999;
        height: 40px; }
        @media all and (min-width: 48em) {
          .product-table-module .line-item .quantity input {
            width: 100px; } }
    .product-table-module .line-item .total {
      float: right;
      width: 50%;
      text-align: right; }
      @media all and (min-width: 48em) {
        .product-table-module .line-item .total {
          margin-top: 10px;
          margin-left: 34px;
          width: 14%;
          text-align: right; } }
  .product-table-module .additional-fields {
    float: left;
    width: 100%;
    padding: 20px;
    background: #ececec; }
    .product-table-module .additional-fields .form-field {
      margin-bottom: 0px; }
    .product-table-module .additional-fields input {
      float: left;
      margin-bottom: 10px; }
      @media all and (min-width: 48em) {
        .product-table-module .additional-fields input {
          max-width: 300px;
          margin-bottom: 0px;
          height: 40px; } }
    .product-table-module .additional-fields button {
      float: left;
      font-size: 1em;
      background: #f60;
      color: white; }
      @media all and (min-width: 48em) {
        .product-table-module .additional-fields button {
          height: 40px;
          width: 108px;
          padding: 0px; } }
  .product-table-module .table-totals {
    float: left;
    width: 100%;
    padding: 15px 0px 0px 0px;
    text-align: right; }
    @media all and (min-width: 48em) {
      .product-table-module .table-totals {
        padding-bottom: 0px;
        padding-top: 30px; } }
    .product-table-module .table-totals .total-item {
      float: right;
      width: 85%;
      text-align: left;
      font-size: 16px; }
      .product-table-module .table-totals .total-item:last-of-type {
        color: black;
        font-size: 20px;
        margin-bottom: 0px; }
        .product-table-module .table-totals .total-item:last-of-type .label span {
          font-size: 14px; }
        .product-table-module .table-totals .total-item:last-of-type span {
          color: black; }
      @media all and (min-width: 48em) {
        .product-table-module .table-totals .total-item {
          width: 40%;
          clear: both; } }
    .product-table-module .table-totals .total-item.order-total {
      margin-top: 11px; }
      .product-table-module .table-totals .total-item.order-total .label {
        color: black; }
    .product-table-module .table-totals .label {
      display: inline-block;
      font-size: 0.875em;
      color: #999;
      font-weight: 400;
      max-width: 200px;
      text-align: left; }
      .product-table-module .table-totals .label:last-of-type {
        color: black;
        font-weight: 700; }
      .product-table-module .table-totals .label span {
        font-weight: 400; }
    .product-table-module .table-totals .price {
      display: inline-block;
      min-width: 130px;
      color: #000;
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1;
      vertical-align: middle;
      float: right;
      text-align: right; }
      .product-table-module .table-totals .price span {
        font-size: 0.8em;
        line-height: 1;
        color: #999;
        font-weight: 700;
        margin-right: 3px;
        display: inline-block;
        vertical-align: middle; }

/* Product Table With Action Column */
@media all and (min-width: 48em) {
  .product-table-with-action-column {
    width: 100%; } }

@media all and (min-width: 64em) {
  .product-table-with-action-column {
    width: 72%; } }

@media all and (min-width: 48em) {
  .product-table-with-action-column .header .title-cell {
    width: 15%; } }

@media all and (min-width: 48em) {
  .product-table-with-action-column .header .title-cell {
    width: 30%; } }

@media all and (min-width: 48em) {
  .product-table-with-action-column .header .price-cell {
    width: 21%; } }

@media all and (min-width: 48em) {
  .product-table-with-action-column .header .quantity {
    width: 10%; } }

@media all and (min-width: 48em) {
  .product-table-with-action-column .header .total {
    width: 13%; } }

.product-table-with-action-column .line-item {
  position: relative; }
  .product-table-with-action-column .line-item .title-cell {
    width: 50%; }
    .product-table-with-action-column .line-item .title-cell p {
      line-height: 0.2;
      color: #999; }
    .product-table-with-action-column .line-item .title-cell .price {
      display: none; }
      @media all and (min-width: 48em) {
        .product-table-with-action-column .line-item .title-cell .price {
          display: block; } }
    @media all and (min-width: 48em) {
      .product-table-with-action-column .line-item .title-cell {
        width: 37%; } }
  @media all and (min-width: 48em) {
    .product-table-with-action-column .line-item .price-cell {
      width: 20%; } }
  @media all and (min-width: 48em) {
    .product-table-with-action-column .line-item .quantity {
      width: 10%; } }
  .product-table-with-action-column .line-item .total {
    width: 25%;
    margin-top: 10px;
    float: left; }
    @media all and (min-width: 48em) {
      .product-table-with-action-column .line-item .total {
        width: 15%; } }
  .product-table-with-action-column .line-item .action {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    width: auto;
    float: right; }
    @media all and (min-width: 48em) {
      .product-table-with-action-column .line-item .action {
        width: 10%;
        position: static;
        float: right;
        right: 0px;
        text-align: right; } }
    .product-table-with-action-column .line-item .action .img-cross {
      background: url(/images/close-icon.png) no-repeat center;
      background-size: contain;
      width: 26px;
      height: 26px;
      display: inline-block; }
      @media all and (min-width: 48em) {
        .product-table-with-action-column .line-item .action .img-cross {
          margin-top: 7px; } }

.product-table-with-action-column .line-item .action button {
  width: 26px;
  height: 26px;
  display: block;
  color: black;
  padding: 0px;
  background: none;
  text-align: center;
  font-size: 1em; }
  @media all and (min-width: 48em) {
    .product-table-with-action-column .line-item .action button {
      display: inline-block;
      float: right;
      margin-right: 0px; } }

/* Product Table With Action Column */
.compact-product-table .line-item {
  position: relative; }
  @media all and (min-width: 48em) {
    .compact-product-table .line-item {
      padding: 15px 0px 15px 0px; } }
  .compact-product-table .line-item .title-cell {
    width: 80%; }
    @media all and (min-width: 48em) {
      .compact-product-table .line-item .title-cell {
        width: 60%; } }
  @media all and (min-width: 48em) {
    .compact-product-table .line-item .quantity {
      width: 20%; } }
  @media all and (min-width: 48em) {
    .compact-product-table .line-item .total {
      width: 20%;
      float: right; } }

.compact-product-table .quantity span {
  color: black;
  font-size: 1.3em;
  margin-left: 6px; }

/*********************************************
  :: Step Indicator                   
********************************************/
.step-indicator-module {
  float: left;
  width: 100%; }
  .step-indicator-module ul {
    float: left;
    width: 100%;
    margin: 0px; }
  .step-indicator-module li {
    float: left;
    width: 23%;
    font-size: 0.825em;
    font-weight: 400;
    line-height: 1;
    color: #999;
    text-align: center;
    padding: 15px 5px 15px 5px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 0px; }
    @media all and (min-width: 64em) {
      .step-indicator-module li {
        text-align: left; } }
    .step-indicator-module li:nth-of-type(2n+2) {
      margin-right: 0%;
      border-right: none; }
    .step-indicator-module li:last-of-type {
      width: 28%; }
    .step-indicator-module li:before {
      display: none; }
    .step-indicator-module li span {
      display: none; }
      @media all and (min-width: 64em) {
        .step-indicator-module li span {
          display: inline-block; } }
    @media all and (min-width: 64em) {
      .step-indicator-module li {
        width: 25%;
        font-size: 0.875em;
        float: left;
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 15px 10px; }
        .step-indicator-module li:last-of-type {
          width: 25%;
          border-right: none; } }
  .step-indicator-module .completed {
    color: #f60;
    font-weight: 600; }

/*********************************************
:: Order Summary Module                  
********************************************/
.order-summary-module {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc; }
  @media all and (min-width: 64em) {
    .order-summary-module {
      padding: 37px 20px 55px 26px;
      max-width: 220px;
      margin-top: 20px; } }
  .order-summary-module .summary-item {
    float: left;
    width: 100%;
    max-width: 240px; }
    .order-summary-module .summary-item:last-of-type {
      border-bottom: none; }
  .order-summary-module .label {
    margin-bottom: 0px;
    color: #212121;
    font-weight: 400;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px; }
    .order-summary-module .label span {
      font-weight: 400;
      font-size: 0.875em; }
  .order-summary-module .value {
    font-size: 1.063em;
    line-height: 1;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px; }
  .order-summary-module .dollar {
    font-size: 0.8em;
    margin-right: 5px;
    line-height: 1;
    color: #999;
    font-weight: 400; }
  .order-summary-module .checkout-flow-footer {
    float: left;
    padding: 0px; }
  .order-summary-module .button-text {
    float: left;
    margin: 20px 0 0 0 !important; }

/*********************************************
:: Views                       
********************************************/
/*********************************************
:: Dummy Page                   
********************************************/
/*******************************************/
/*********************************************
:: Home Page
********************************************/
.page-home .hero-container {
  width: 100%;
  height: 669px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin-top: -67px; }
  @media all and (min-width: 64em) {
    .page-home .hero-container {
      margin-top: -150px; } }
  .page-home .hero-container .hero-text {
    max-width: 780px;
    margin: 0 auto;
    padding: 180px 6% 0px 6%; }
    @media all and (min-width: 64em) {
      .page-home .hero-container .hero-text {
        padding: 259px 0 0px 0; } }
    .page-home .hero-container .hero-text p {
      font-size: 1.125em;
      color: white;
      font-weight: 300;
      margin: 0px; }
      @media all and (min-width: 64em) {
        .page-home .hero-container .hero-text p {
          font-size: 1.313em; } }
    .page-home .hero-container .hero-text h1 {
      font-size: 2.5em;
      font-weight: 600;
      color: white; }
      @media all and (min-width: 64em) {
        .page-home .hero-container .hero-text h1 {
          font-size: 4.18em; } }

.page-home .body-container {
  background: white;
  position: relative;
  top: -10px; }
  @media all and (min-width: 64em) {
    .page-home .body-container {
      height: auto; } }
  .page-home .body-container .home-top {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    background: white;
    overflow: visible; }
    .page-home .body-container .home-top .main-slider {
      width: 100%;
      margin: 15px 0px 1% 0px;
      position: relative;
      float: left;
      overflow: visible; }
      @media all and (min-width: 64em) {
        .page-home .body-container .home-top .main-slider {
          overflow: visible;
          float: left;
          width: 712px;
          max-height: 383px;
          margin-top: 0px; } }
      .page-home .body-container .home-top .main-slider .item img {
        width: 99%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 240px;
        overflow: hidden; }
        @media all and (min-width: 64em) {
          .page-home .body-container .home-top .main-slider .item img {
            background-size: cover;
            width: 100%;
            height: 382px;
            overflow: hidden; } }
      .page-home .body-container .home-top .main-slider .owl-buttons div {
        padding: 0px;
        margin: 0px;
        background: transparent;
        opacity: 1;
        width: 26px;
        height: 41px;
        position: absolute;
        top: 100px;
        right: -10px;
        z-index: 99; }
        @media all and (min-width: 64em) {
          .page-home .body-container .home-top .main-slider .owl-buttons div {
            top: 160px;
            width: 47px;
            height: 69px;
            right: -10px; } }
      .page-home .body-container .home-top .main-slider .owl-prev {
        left: -10px; }
        @media all and (min-width: 64em) {
          .page-home .body-container .home-top .main-slider .owl-prev {
            left: -10px; } }
      .page-home .body-container .home-top .main-slider .owl-next {
        right: -10px; }
        @media all and (min-width: 64em) {
          .page-home .body-container .home-top .main-slider .owl-next {
            right: -10px; } }
    .page-home .body-container .home-top .side-container {
      width: 100%;
      float: left;
      text-align: center;
      margin-top: 265px; }
      @media all and (min-width: 64em) {
        .page-home .body-container .home-top .side-container {
          width: 29%;
          float: right;
          margin-top: 0px; } }
    .page-home .body-container .home-top .delivery-img {
      display: inline-block;
      margin: 0 auto;
      height: 145px;
      width: 49%;
      max-width: 220px;
      border: none;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media all and (min-width: 28.125em) {
        .page-home .body-container .home-top .delivery-img {
          height: 191px; } }
      @media all and (min-width: 64em) {
        .page-home .body-container .home-top .delivery-img {
          margin-top: 0;
          float: right;
          height: 191px;
          width: 100%; } }
    .page-home .body-container .home-top .small-slider {
      display: inline-block;
      margin: 0 auto;
      height: 145px;
      width: 49%;
      max-width: 220px;
      border: 2px solid black;
      overflow: hidden; }
      @media all and (min-width: 28.125em) {
        .page-home .body-container .home-top .small-slider {
          height: 191px; } }
      @media all and (min-width: 64em) {
        .page-home .body-container .home-top .small-slider {
          margin-top: 0;
          float: right;
          height: 191px;
          width: 100%; }
          .page-home .body-container .home-top .small-slider img {
            max-width: none;
            height: 191px; }
          .page-home .body-container .home-top .small-slider .owl-small-slider {
            opacity: 2; } }
  .page-home .body-container .products-module {
    margin-top: 0px;
    margin-bottom: 31px; }
    @media all and (min-width: 64em) {
      .page-home .body-container .products-module {
        margin-top: 50px; } }
    .page-home .body-container .products-module a {
      color: #f60; }
    .page-home .body-container .products-module .products article {
      border: 1px solid #b6b6b6; }
  .page-home .body-container .intro-area {
    width: 100%;
    display: inline-block;
    margin: -207px auto 0 auto;
    background: white; }
    @media all and (min-width: 64em) {
      .page-home .body-container .intro-area {
        max-height: 315px;
        margin: -70px auto 0 auto; } }
    .page-home .body-container .intro-area .text {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      text-align: center;
      padding: 32px 10px; }
    .page-home .body-container .intro-area .text:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
    .page-home .body-container .intro-area .text:last-child{
  margin-right: 0; }
    .page-home .body-container .intro-area .text:nth-child(1n){
  margin-right: 0;
  float: right; }
    .page-home .body-container .intro-area .text:nth-child(1n + 1){
  clear: left; }
      @media all and (min-width: 64em) {
        .page-home .body-container .intro-area .text {
          width: calc(99.99% * 1/3 - (30px - 30px * 1/3)); }
        .page-home .body-container .intro-area .text:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
        .page-home .body-container .intro-area .text:last-child{
    margin-right: 0; }
        .page-home .body-container .intro-area .text:nth-child(3n){
    margin-right: 0;
    float: right; }
        .page-home .body-container .intro-area .text:nth-child(3n + 1){
    clear: left; } }
      .page-home .body-container .intro-area .text h2, .page-home .body-container .intro-area .text legend {
        font-size: 1.938em;
        font-weight: 300;
        color: #f60; }
        @media all and (min-width: 64em) {
          .page-home .body-container .intro-area .text h2, .page-home .body-container .intro-area .text legend {
            font-size: 2.563em; } }
    .page-home .body-container .intro-area .image {
      width: calc(99.99% * 1/1 - (30px - 30px * 1/1));
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      text-align: right;
      display: table;
      height: 222px; }
    .page-home .body-container .intro-area .image:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
    .page-home .body-container .intro-area .image:last-child{
  margin-right: 0; }
    .page-home .body-container .intro-area .image:nth-child(1n){
  margin-right: 0;
  float: right; }
    .page-home .body-container .intro-area .image:nth-child(1n + 1){
  clear: left; }
      @media all and (min-width: 64em) {
        .page-home .body-container .intro-area .image {
          width: calc(99.99% * 2/3 - (30px - 30px * 2/3));
          height: 315px; }
        .page-home .body-container .intro-area .image:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
        .page-home .body-container .intro-area .image:last-child{
    margin-right: 0; }
        .page-home .body-container .intro-area .image:nth-child(3n){
    margin-right: 0;
    float: right; }
        .page-home .body-container .intro-area .image:nth-child(3n + 1){
    clear: left; } }
      .page-home .body-container .intro-area .image p {
        display: table-cell;
        vertical-align: middle;
        color: white;
        padding-right: 10px; }
  .page-home .body-container #home-quote {
    padding: 0px;
    text-align: center;
    display: inline-block;
    margin: 30px 0 20px 0; }
    @media all and (min-width: 64em) {
      .page-home .body-container #home-quote {
        padding: 51px;
        margin: 0px; } }
    .page-home .body-container #home-quote p {
      font-size: 1.235em; }
      .page-home .body-container #home-quote p:last-of-type {
        line-height: 10px;
        font-weight: 900; }
      @media all and (min-width: 64em) {
        .page-home .body-container #home-quote p {
          font-size: 1.975em; }
          .page-home .body-container #home-quote p:last-of-type {
            line-height: 10px; } }

.page-home .videos-module {
  position: inherit;
  margin-top: 18px; }
  .page-home .videos-module .content-max-width article {
    width: 96%; }
    .page-home .videos-module .content-max-width article iframe {
      margin-top: 29px;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-home .videos-module .content-max-width article iframe {
          margin-top: 69px;
          float: left; } }
    .page-home .videos-module .content-max-width article div {
      padding-top: 16px;
      padding-bottom: 25px;
      width: 100%;
      float: left; }
      @media all and (min-width: 64em) {
        .page-home .videos-module .content-max-width article div {
          padding-top: 74px;
          padding-bottom: 102px;
          width: 49%;
          float: right; } }
      .page-home .videos-module .content-max-width article div h3 {
        font-size: 1.688em;
        text-align: left;
        margin-bottom: 14px; }
        @media all and (min-width: 64em) {
          .page-home .videos-module .content-max-width article div h3 {
            font-size: 1.875em; } }
      .page-home .videos-module .content-max-width article div p {
        color: black;
        text-align: left;
        float: left;
        font-size: 1em;
        line-height: 1.33;
        max-height: 192px; }
        @media all and (min-width: 64em) {
          .page-home .videos-module .content-max-width article div p {
            font-size: 1.125em; } }

.page-home .products-module {
  margin-bottom: 169px; }
  .page-home .products-module article img {
    margin-bottom: 12px; }
  .page-home .products-module article .title {
    line-height: 9px; }
  .page-home .products-module article p {
    margin-bottom: 0px; }
  .page-home .products-module article .button-black {
    margin-top: 17px;
    margin-bottom: 27px; }

/*******************************************/
/*********************************************
:: Our Story Page                   
********************************************/
.page-our-story .title-container {
  width: 100%;
  height: 104px;
  float: left;
  display: table;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media all and (min-width: 64em) {
    .page-our-story .title-container {
      height: 221px; } }
  .page-our-story .title-container h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 1.938em;
    font-weight: 300; }
    @media all and (min-width: 64em) {
      .page-our-story .title-container h1 {
        font-size: 2.563em; } }

.page-our-story .body-container {
  width: 100%;
  float: left;
  margin-bottom: 28px; }
  @media all and (min-width: 64em) {
    .page-our-story .body-container {
      margin-bottom: 56px; } }
  .page-our-story .body-container .col1 {
    position: relative;
    width: 100%;
    margin-top: 30px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-our-story .body-container .col1 {
        width: 35%;
        margin-top: 55px;
        float: left;
        text-align: left; } }
    @media all and (min-width: 64em) {
      .page-our-story .body-container .col1 {
        width: 30%; } }
    .page-our-story .body-container .col1 h2, .page-our-story .body-container .col1 legend {
      width: 100%;
      margin: 0 auto 40px auto;
      padding: 22px 40px 22px 22px;
      font-size: 1.938em;
      font-weight: 300;
      line-height: 1.29;
      color: #f60;
      border: 1px solid #f60; }
  .page-our-story .body-container .col2 {
    width: 100%;
    float: left; }
    .page-our-story .body-container .col2 p {
      font-size: 0.938em; }
      .page-our-story .body-container .col2 p:first-of-type {
        font-size: 1.12em;
        font-weight: 400; }
    @media all and (min-width: 48em) {
      .page-our-story .body-container .col2 {
        width: 59%;
        margin-top: 8%;
        float: right; } }
    @media all and (min-width: 64em) {
      .page-our-story .body-container .col2 {
        width: 70%;
        padding: 45px 0px 0px 60px;
        margin-top: 0%; }
        .page-our-story .body-container .col2 p {
          font-size: 1.050em; }
          .page-our-story .body-container .col2 p:first-of-type {
            font-size: 1.225em;
            font-weight: 400; } }
    .page-our-story .body-container .col2 h3 {
      font-size: 1.125em;
      font-weight: 600;
      line-height: 1.7;
      color: #333; }

/*********************************************
:: Contact Us Page                   
********************************************/
.page-contact .body-container {
  width: 100%;
  margin-bottom: 44px;
  float: left; }
  @media all and (min-width: 64em) {
    .page-contact .body-container {
      margin-bottom: 82px; } }
  .page-contact .body-container .col1 {
    width: 100%;
    float: left;
    padding: 20px 0 0 0; }
    @media all and (min-width: 64em) {
      .page-contact .body-container .col1 {
        width: 45%;
        padding: 50px 60px 0 0; } }
    .page-contact .body-container .col1 #caption {
      display: none; }
      @media all and (min-width: 64em) {
        .page-contact .body-container .col1 #caption {
          display: block;
          font-size: 1.225em;
          line-height: 22px; } }
    .page-contact .body-container .col1 p {
      font-size: 1.063em; }
    .page-contact .body-container .col1 .contact-details .type {
      width: 136px;
      margin-right: 20px;
      padding-left: 30px;
      border-bottom: 1px solid #CCCCCC;
      font-size: 1.063em;
      color: #666;
      vertical-align: top;
      position: relative; }
      .page-contact .body-container .col1 .contact-details .type .icon {
        position: absolute;
        top: 18px;
        left: 0px;
        width: 15px;
        height: 15px; }
        .page-contact .body-container .col1 .contact-details .type .icon.call {
          background: url(/images/icon-phone.png) no-repeat center;
          background-size: contain; }
        .page-contact .body-container .col1 .contact-details .type .icon.email {
          background: url(/images/icon-mail.png) no-repeat center;
          background-size: contain; }
        .page-contact .body-container .col1 .contact-details .type .icon.parts {
          background: url(/images/icon-parts.png) no-repeat center;
          background-size: contain; }
        .page-contact .body-container .col1 .contact-details .type .icon.marker {
          background: url(/images/icon-marker.png) no-repeat center;
          background-size: contain; }
    .page-contact .body-container .col1 .contact-details .result {
      padding-left: 0px;
      font-size: 1.063em;
      border-bottom: 1px solid #CCCCCC; }
      .page-contact .body-container .col1 .contact-details .result a {
        color: #f60;
        font-size: 1.063em;
        font-weight: 400; }
      .page-contact .body-container .col1 .contact-details .result p {
        margin-bottom: 0; }
  .page-contact .body-container .col2 {
    width: 113.5%;
    float: left;
    margin: 27px 0 0 -6.6%;
    padding: 20px 0 19px 0;
    background-color: black;
    border-radius: 3px;
    position: relative; }
    @media all and (min-width: 64em) {
      .page-contact .body-container .col2 {
        margin: 43px 0 0 0;
        width: 55%;
        padding: 30px 51px 27px 37px; } }
    .page-contact .body-container .col2 h3 {
      font-size: 1.125em;
      font-weight: 600;
      line-height: 1.7;
      color: #333; }
    .page-contact .body-container .col2 form .form-field {
      margin-bottom: 5px; }
      .page-contact .body-container .col2 form .form-field input, .page-contact .body-container .col2 form .form-field textarea, .page-contact .body-container .col2 form .form-field .SumoSelect {
        width: 78%; }
      .page-contact .body-container .col2 form .form-field select {
        height: 40px; }
      .page-contact .body-container .col2 form .form-field label {
        color: white;
        width: 22%; }
      .page-contact .body-container .col2 form .form-field .options label {
        color: black;
        width: 80%; }
      .page-contact .body-container .col2 form .form-field .SumoSelect, .page-contact .body-container .col2 form .form-field p {
        border-radius: 0.188em;
        color: black; }
        .page-contact .body-container .col2 form .form-field .SumoSelect :hover, .page-contact .body-container .col2 form .form-field p :hover {
          border-color: transparent; }

/*********************************************
:: Retailers Page                   
********************************************/
.page-retailers .body-container {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  background: #f1f1f1;
  border-bottom: 1px solid #CCCCCC; }
  .page-retailers .body-container .custom-select-area {
    width: 100%;
    margin-bottom: 50px; }
    .page-retailers .body-container .custom-select-area .SumoSelect {
      width: 100%;
      margin-top: -32px; }
    .page-retailers .body-container .custom-select-area .SumoSelect > .CaptionCont > span {
      padding-right: 0px;
      color: white; }
    .page-retailers .body-container .custom-select-area .CaptionCont {
      width: 100%;
      height: 55px;
      line-height: 40px;
      text-align: center;
      background: #f60; }
      .page-retailers .body-container .custom-select-area .CaptionCont:hover, .page-retailers .body-container .custom-select-area .CaptionCont:focus {
        background: #000000;
        border-radius: 0px;
        box-shadow: none; }
    .page-retailers .body-container .custom-select-area .SumoSelect > .optWrapper > .options {
      text-align: center; }
    .page-retailers .body-container .custom-select-area .SumoSelect > .CaptionCont > label {
      position: absolute;
      top: 7px;
      right: 38%;
      bottom: 0px;
      width: 30px; }
      .page-retailers .body-container .custom-select-area .SumoSelect > .CaptionCont > label i:before {
        color: white; }
    .page-retailers .body-container .custom-select-area .SumoSelect > .optWrapper.open {
      top: calc(54px - 1px); }

/*********************************************
:: Service Page                   
********************************************/
.page-service .body-container {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  background: #f1f1f1;
  border-bottom: 1px solid #CCCCCC; }
  .page-service .body-container .custom-select-area {
    width: 100%;
    float: left;
    margin-bottom: 50px; }
    .page-service .body-container .custom-select-area .SumoSelect {
      width: 100%;
      height: 60px;
      float: left;
      margin-top: -10px; }
      @media all and (min-width: 64em) {
        .page-service .body-container .custom-select-area .SumoSelect {
          width: 50%;
          height: 44px;
          margin-top: -32px; } }
    .page-service .body-container .custom-select-area .SumoSelect > .CaptionCont > span {
      padding-right: 0px;
      color: white; }
    .page-service .body-container .custom-select-area .CaptionCont {
      width: 100%;
      height: 55px;
      line-height: 40px;
      text-align: center;
      background: black; }
      .page-service .body-container .custom-select-area .CaptionCont:hover, .page-service .body-container .custom-select-area .CaptionCont:focus {
        background: #f60;
        border-radius: 0px;
        box-shadow: none; }
    .page-service .body-container .custom-select-area .SumoSelect > .optWrapper > .options {
      text-align: center; }
    .page-service .body-container .custom-select-area .SumoSelect > .CaptionCont > label {
      position: absolute;
      top: 7px;
      right: 10%;
      bottom: 0px;
      width: 30px; }
      @media all and (min-width: 64em) {
        .page-service .body-container .custom-select-area .SumoSelect > .CaptionCont > label {
          right: 25%; } }
      .page-service .body-container .custom-select-area .SumoSelect > .CaptionCont > label i:before {
        color: white; }
    .page-service .body-container .custom-select-area .SumoSelect > .optWrapper.open {
      top: calc(54px - 1px); }
  .page-service .body-container .masonry-module {
    float: left; }
    .page-service .body-container .masonry-module article {
      border-top: 3px solid black; }

/*********************************************
:: Search Summary
********************************************/
.page-search .body-container {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  padding: 25px 0; }
  @media all and (min-width: 64em) {
    .page-search .body-container {
      padding: 45px 0 45px 0; } }
  .page-search .body-container .header-search h3 {
    font-weight: 100;
    font-size: 1em;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px; }
    @media all and (min-width: 64em) {
      .page-search .body-container .header-search h3 {
        font-size: 1.563em;
        border-bottom: none; } }
    .page-search .body-container .header-search h3 span {
      font-weight: 700; }
  .page-search .body-container .col1 {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: -33px; }
    @media all and (min-width: 64em) {
      .page-search .body-container .col1 {
        width: calc(99.99% * 1.5/6 - (0px - 0px * 1.5/6));
        margin-top: 0px; }
      .page-search .body-container .col1:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
      .page-search .body-container .col1:last-child{
    margin-right: 0; }
      .page-search .body-container .col1:nth-child(2n){
    margin-right: 0;
    float: right; }
      .page-search .body-container .col1:nth-child(2n + 1){
    clear: left; } }
    .page-search .body-container .col1 .sub-menu {
      margin-left: 20px;
      padding: 5px 0; }
      .page-search .body-container .col1 .sub-menu li a {
        font-size: 0.9em; }
    .page-search .body-container .col1 h4 {
      font-size: 1.195em;
      font-weight: 600;
      color: #f60;
      line-height: 21px;
      cursor: pointer; }
    .page-search .body-container .col1 .categorylist-dropdown {
      width: 100%;
      float: left;
      background: #f1f1f1;
      display: none; }
      @media all and (min-width: 64em) {
        .page-search .body-container .col1 .categorylist-dropdown {
          display: inline-block;
          background: white; } }
    .page-search .body-container .col1 ul {
      margin: 0px; }
    .page-search .body-container .col1 li {
      width: 100%;
      float: left;
      border-bottom: 1px solid white;
      padding: 5px 6%; }
      @media all and (min-width: 64em) {
        .page-search .body-container .col1 li {
          padding: 0;
          background: transparent;
          border-bottom: none; } }
      .page-search .body-container .col1 li:last-of-type {
        border-bottom: none; }
    .page-search .body-container .col1 li a {
      font-size: 1.125em;
      font-weight: 300;
      line-height: 1.830em;
      color: #090909;
      display: inline-block;
      transition: all .2s ease-in-out;
      text-transform: uppercase; }
      .page-search .body-container .col1 li a .icon-angle-right {
        color: #f60;
        border: 1px solid #f60;
        border-radius: 50%;
        margin-left: 7px;
        text-align: right; }
      .page-search .body-container .col1 li a:hover {
        color: #f60; }
  .page-search .body-container .col2 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .page-search .body-container .col2 {
        width: calc(99.99% * 4.5/6 - (0px - 0px * 4.5/6)); }
      .page-search .body-container .col2:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
      .page-search .body-container .col2:last-child{
    margin-right: 0; }
      .page-search .body-container .col2:nth-child(2n){
    margin-right: 0;
    float: right; }
      .page-search .body-container .col2:nth-child(2n + 1){
    clear: left; } }
    .page-search .body-container .col2 .products-module {
      margin: 15px auto 0 auto; }
      .page-search .body-container .col2 .products-module article {
        width: calc(99.99% * 1/2 - (0px - 0px * 1/2)); }
      .page-search .body-container .col2 .products-module article:nth-child(1n){
  float: left;
  margin-right: 0px;
  clear: none; }
      .page-search .body-container .col2 .products-module article:last-child{
  margin-right: 0; }
      .page-search .body-container .col2 .products-module article:nth-child(2n){
  margin-right: 0;
  float: right; }
      .page-search .body-container .col2 .products-module article:nth-child(2n + 1){
  clear: left; }
        .page-search .body-container .col2 .products-module article .title {
          line-height: 15px; }
        @media all and (min-width: 64em) {
          .page-search .body-container .col2 .products-module article {
            width: calc(99.99% * 1/3 - (0px - 0px * 1/3)); }
          .page-search .body-container .col2 .products-module article:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
          .page-search .body-container .col2 .products-module article:last-child{
    margin-right: 0; }
          .page-search .body-container .col2 .products-module article:nth-child(3n){
    margin-right: 0;
    float: right; }
          .page-search .body-container .col2 .products-module article:nth-child(3n + 1){
    clear: left; } }
  .page-search .body-container hr {
    width: 80%;
    float: right; }
  .page-search .body-container .custom-select-area {
    width: auto;
    padding: 0 0%;
    position: relative;
    z-index: 99; }
    @media all and (min-width: 64em) {
      .page-search .body-container .custom-select-area {
        margin-bottom: 36px;
        padding: 0px 0 20px 0px;
        border-bottom: 2px solid #CCCCCC; } }
    .page-search .body-container .custom-select-area .sort {
      font-family: 'Open Sans';
      display: inline-block;
      font-size: 0.875em;
      font-weight: 600;
      color: #999;
      float: right;
      margin: 0px; }
    .page-search .body-container .custom-select-area .result {
      display: none;
      font-size: 0.975em;
      margin: 0px;
      color: #999; }
      @media all and (min-width: 64em) {
        .page-search .body-container .custom-select-area .result {
          display: inline-block; } }
      .page-search .body-container .custom-select-area .result b {
        color: #f60; }
    .page-search .body-container .custom-select-area .SumoSelect {
      width: 78px;
      float: right;
      margin: -7px 0px 0 5px; }
    .page-search .body-container .custom-select-area select {
      width: 100%;
      display: none !important; }
    .page-search .body-container .custom-select-area .SumoSelect > .CaptionCont > span {
      padding-right: 0px;
      color: black;
      font-weight: 600; }
    .page-search .body-container .custom-select-area .CaptionCont {
      width: 100%;
      height: 34px;
      line-height: 34px;
      text-align: left;
      background: transparent;
      border: none;
      padding: 0 10px; }
      .page-search .body-container .custom-select-area .CaptionCont:hover, .page-search .body-container .custom-select-area .CaptionCont:focus {
        background: white;
        color: black;
        border-radius: 0px;
        box-shadow: none; }
    .page-search .body-container .custom-select-area .SumoSelect > .optWrapper > .options {
      text-align: left; }
    .page-search .body-container .custom-select-area .SumoSelect > .CaptionCont > label {
      position: absolute;
      top: -4px;
      right: 5px;
      bottom: 0px;
      width: 30px; }
      @media all and (min-width: 64em) {
        .page-search .body-container .custom-select-area .SumoSelect > .CaptionCont > label {
          right: 5px; } }
      .page-search .body-container .custom-select-area .SumoSelect > .CaptionCont > label i:before {
        color: #f60; }
    .page-search .body-container .custom-select-area .SumoSelect > .optWrapper.open {
      top: calc(34px - 1px); }

.page-search .pagination {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #f60;
  line-height: 5.3; }
  .page-search .pagination a, .page-search .pagination p {
    display: inline-block;
    text-align: center;
    font-size: 0.813em;
    font-weight: 400;
    color: #212121;
    margin: 0px; }
  .page-search .pagination p {
    font-weight: 700; }

/*********************************************
:: Product Detail Page                   
********************************************/
.page-product .title-module {
  background: #f1f1f1;
  text-align: center; }
  .page-product .title-module h1 {
    margin-bottom: 13px; }
  .page-product .title-module .links {
    display: inline-block;
    color: black;
    font-size: 1em;
    text-align: center;
    margin: 0 20px 20px 0; }
    .page-product .title-module .links .icon-angle-right {
      color: #f60;
      border: 1px solid #f60;
      border-radius: 50%;
      margin-left: 7px; }
    .page-product .title-module .links .icon-lnr-printer {
      color: #f60;
      margin-left: 7px; }

.page-product .dimensions-module {
  padding: 30px 0 30px 0; }

.page-product .item img {
  height: 420px;
  width: 400px;
  background-size: contian;
  background-position: center; }

.page-product .line {
  color: black !important;
  margin: 0 5px;
  vertical-align: text-bottom; }

.page-product .body-container {
  width: 100%;
  float: left;
  background: white;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0 0 0; }
  @media all and (min-width: 64em) {
    .page-product .body-container {
      padding: 40px 0 0 0; } }
  .page-product .body-container h1 {
    font-size: 1.563em; }
    @media all and (min-width: 64em) {
      .page-product .body-container h1 {
        font-size: 2.663em; } }
  .page-product .body-container .col1 {
    width: 100%;
    float: left;
    margin-top: 20px; }
    @media all and (min-width: 64em) {
      .page-product .body-container .col1 {
        margin-top: 0px;
        padding-right: 60px;
        width: 58%; } }
    .page-product .body-container .col1 h1 {
      display: none; }
      @media all and (min-width: 64em) {
        .page-product .body-container .col1 h1 {
          display: block; } }
    .page-product .body-container .col1 span {
      color: #999; }
      .page-product .body-container .col1 span a {
        color: #999; }
    .page-product .body-container .col1 .js-feature-toggle {
      color: black;
      font-size: 1em;
      font-weight: 500;
      cursor: pointer;
      text-align: left; }
      .page-product .body-container .col1 .js-feature-toggle span {
        margin-left: 5px;
        color: black; }
    .page-product .body-container .col1 .prod-features {
      margin-left: 15px;
      border-top: 1px solid #CCCCCC;
      padding: 20px 0 0 0;
      margin: 0px; }
    .page-product .body-container .col1 .prod-features li {
      position: relative;
      padding-left: 20px; }
      .page-product .body-container .col1 .prod-features li:before {
        content: "\e917";
        position: absolute;
        top: 0px;
        left: -5px;
        font-family: 'icomoon';
        font-size: 14px;
        color: #CB3531; }
  .page-product .body-container .col2 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .page-product .body-container .col2 {
        width: 42%;
        float: right; } }
    .page-product .body-container .col2 h1 {
      display: block; }
      @media all and (min-width: 64em) {
        .page-product .body-container .col2 h1 {
          display: none; } }
    .page-product .body-container .col2 span {
      display: inline-block;
      color: #999;
      font-size: 0.875em;
      font-weight: 300;
      margin-bottom: 12px; }
    .page-product .body-container .col2 .save-img {
      display: none; }
    @media all and (min-width: 64em) {
      .page-product .body-container .col2 p {
        font-size: 1.063em; } }
    .page-product .body-container .col2 .owl-controls {
      margin-top: -30px;
      position: relative;
      z-index: 9999; }
      @media all and (min-width: 64em) {
        .page-product .body-container .col2 .owl-controls {
          display: none; } }
      .page-product .body-container .col2 .owl-controls .owl-pagination {
        position: relative; }
  .page-product .body-container .ecomm-options {
    width: 100%;
    float: left;
    margin: 0px 0 20px 0; }
    .page-product .body-container .ecomm-options form {
      width: 100%;
      padding: 0px 0 0 0; }
    .page-product .body-container .ecomm-options input {
      width: 100px;
      border: 1px solid #CCCCCC;
      margin-right: 5px;
      border-radius: 0px; }
    .page-product .body-container .ecomm-options .btn {
      height: 39px;
      line-height: 39px;
      font-size: 1em;
      display: block;
      margin: 0 auto;
      padding: 0px 20px;
      margin-bottom: 15px;
      background: black;
      color: white;
      border-radius: 5px;
      float: left;
      border: none; }
      .page-product .body-container .ecomm-options .btn:hover {
        color: white;
        background: #f60; }
    .page-product .body-container .ecomm-options .price {
      float: left;
      width: 100%;
      font-family: "jaf-bernina-sans-comp", "aktiv-grotesk", "Georgia", "Times New Roman", serif;
      font-size: 3em;
      font-weight: 700;
      color: #f60;
      margin-bottom: 0px; }
      .page-product .body-container .ecomm-options .price sup {
        left: 0px;
        font-size: 55%; }
    .page-product .body-container .ecomm-options .button-field {
      padding: 0px; }
      .page-product .body-container .ecomm-options .button-field .btn {
        height: 42px;
        margin-left: 25px; }
      .page-product .body-container .ecomm-options .button-field .arrow_container {
        position: relative;
        height: 47px;
        width: 100px;
        display: inline-block;
        float: left;
        font-family: "Aktiv Grotesk"; }
        .page-product .body-container .ecomm-options .button-field .arrow_container .number {
          color: black;
          font-family: "Aktiv Grotesk";
          font-size: 14px;
          font-weight: 400;
          line-height: 42px;
          width: 57px;
          height: 42px;
          border: 1px solid #ccc;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0; }
        .page-product .body-container .ecomm-options .button-field .arrow_container .arrow_box {
          height: 42px;
          border: 1px solid #ccc;
          width: 40px;
          position: absolute;
          left: 56px;
          top: 0; }
        .page-product .body-container .ecomm-options .button-field .arrow_container .top {
          cursor: pointer;
          height: 22px;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          text-align: center;
          line-height: 22px; }
          .page-product .body-container .ecomm-options .button-field .arrow_container .top:hover {
            background-color: rgba(0, 0, 0, 0.03); }
          .page-product .body-container .ecomm-options .button-field .arrow_container .top:active {
            background-color: rgba(0, 0, 0, 0.05); }
          .page-product .body-container .ecomm-options .button-field .arrow_container .top .arrow {
            position: absolute;
            left: 12px;
            bottom: 5px;
            height: 0;
            width: 0;
            border-bottom: 7px #ccc solid;
            border-left: 7px transparent solid;
            border-right: 7px transparent solid; }
        .page-product .body-container .ecomm-options .button-field .arrow_container .bottom {
          cursor: pointer;
          height: 22px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          text-align: center;
          line-height: 22px; }
          .page-product .body-container .ecomm-options .button-field .arrow_container .bottom:hover {
            background-color: rgba(0, 0, 0, 0.03); }
          .page-product .body-container .ecomm-options .button-field .arrow_container .bottom:active {
            background-color: rgba(0, 0, 0, 0.05); }
          .page-product .body-container .ecomm-options .button-field .arrow_container .bottom .arrow {
            position: absolute;
            left: 12px;
            top: 5px;
            height: 0;
            width: 0;
            border-top: 7px #ccc solid;
            border-left: 7px transparent solid;
            border-right: 7px transparent solid; }

.page-product h3 {
  font-size: 1.125em;
  font-weight: 300;
  color: #999;
  text-align: center; }
  @media all and (min-width: 64em) {
    .page-product h3 {
      text-align: left; } }

.page-product h2, .page-product legend {
  color: #090909;
  font-size: 1.938em;
  font-weight: 300;
  line-height: 1.26;
  text-align: center; }

.page-product .colours {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: left;
  padding: 21px 0 21px 0;
  border-top: 0.063em solid #d8d8d8;
  border-bottom: 0.063em solid #d8d8d8; }
  @media all and (min-width: 64em) {
    .page-product .colours {
      float: left;
      margin: 40px auto 0 auto; } }
  .page-product .colours h3 {
    color: #1a1a1a;
    font-weight: 700;
    line-height: 19px;
    text-align: left; }
  .page-product .colours .colour {
    width: 60px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center; }
    @media all and (min-width: 64em) {
      .page-product .colours .colour {
        float: left;
        margin: 0 30px 0 0; } }
    .page-product .colours .colour span {
      width: 60px;
      height: 60px;
      border: 1px solid #CCCCCC;
      margin-bottom: 0px;
      display: inline-block;
      cursor: pointer; }
      .page-product .colours .colour span.active {
        border: 1px solid black;
        box-shadow: 0 0.125em 0.375em rgba(0, 0, 0, 0.59); }
    .page-product .colours .colour p {
      color: black;
      font-size: 0.875em;
      font-weight: 300;
      text-align: center;
      margin: 0px; }

.page-product .pagination {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #f60;
  line-height: 5.3; }
  .page-product .pagination a, .page-product .pagination p {
    display: inline-block;
    text-align: center;
    font-size: 0.813em;
    font-weight: 400;
    color: #212121;
    margin: 0px; }
  .page-product .pagination p {
    font-weight: 700; }

.page-product .products-module {
  margin-bottom: 169px;
  width: auto;
  float: left;
  position: inherit;
  left: auto; }
  @media all and (min-width: 64em) {
    .page-product .products-module {
      width: 850px;
      float: none;
      position: relative;
      left: calc(50% - 435px); } }
  .page-product .products-module img {
    background-size: contain;
    background-position: center;
    height: 140px;
    width: 140px; }
  .page-product .products-module h2, .page-product .products-module legend {
    margin-bottom: 55px;
    margin-top: 40px; }
  .page-product .products-module article .title {
    line-height: 9px; }
  .page-product .products-module article p {
    margin-bottom: 0px; }
  .page-product .products-module article .button-black {
    margin-top: 17px; }

/*********************************************
:: Technologies Page                   
********************************************/
.page-technologies .body-container {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  background: #f1f1f1;
  border-bottom: 1px solid #CCCCCC; }

/*********************************************
:: Warranties Page                   
********************************************/
.page-warranties .body-container {
  width: 100%;
  float: left;
  background: #f1f1f1;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  padding: 20px 0; }
  @media all and (min-width: 64em) {
    .page-warranties .body-container {
      padding: 60px 0px; } }
  .page-warranties .body-container form {
    max-width: 458px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    text-align: left;
    border-top: 3px solid #CB3531; }
    .page-warranties .body-container form label {
      font-weight: 400; }

/*********************************************
:: Checkout General Styles                           
********************************************/
.page-checkout-flow {
  min-height: initial;
  margin-bottom: 16%; }
  @media all and (min-width: 64em) {
    .page-checkout-flow {
      float: right;
      width: 70%;
      padding-left: 0px;
      margin-bottom: 7%; } }
  @media all and (min-width: 90em) {
    .page-checkout-flow {
      width: 75%; } }
  .page-checkout-flow .form-field {
    padding: 5px !important; }
    .page-checkout-flow .form-field label {
      padding: 0px; }

.sidebar.page-checkout-flow {
  padding-top: 0px;
  display: none; }
  @media all and (min-width: 64em) {
    .sidebar.page-checkout-flow {
      float: left;
      margin-top: 24px;
      width: 28%;
      height: 316px;
      display: block; } }
  @media all and (min-width: 90em) {
    .sidebar.page-checkout-flow {
      width: 25%; } }
  .sidebar.page-checkout-flow #cart-aside {
    height: inherit;
    margin-top: 0px;
    width: 100%; }
    @media all and (min-width: 64em) {
      .sidebar.page-checkout-flow #cart-aside {
        width: 220px; } }
    .sidebar.page-checkout-flow #cart-aside .summary-item {
      border-bottom: none; }
    .sidebar.page-checkout-flow #cart-aside .checkout-flow-footer {
      padding-top: 0px;
      margin-top: 0px;
      width: auto; }
      .sidebar.page-checkout-flow #cart-aside .checkout-flow-footer .checkout-buttons a {
        margin-left: 20px; }
  .sidebar.page-checkout-flow .ss-sort-by {
    display: block; }
    .sidebar.page-checkout-flow .ss-sort-by .form-field {
      margin-bottom: 0px; }
    @media all and (min-width: 64em) {
      .sidebar.page-checkout-flow .ss-sort-by {
        display: none; } }

.page-checkout-confirmation p {
  font-size: 1.0625em;
  line-height: 1.5;
  font-weight: 600; }

.page-checkout-confirmation .button-icon {
  font-size: 1.125em; }
  .page-checkout-confirmation .button-icon [class^="icon-"] {
    background: #d8d8d8 !important;
    font-size: 1em !important; }

.checkout-review-section {
  float: left;
  width: 100%;
  margin-top: 30px; }
  @media all and (min-width: 64em) {
    .checkout-review-section {
      width: 50%; } }
  .checkout-review-section:last-of-type {
    margin-bottom: 0px; }
  .checkout-review-section .checkout-review-column {
    float: left;
    width: 100%; }
    .checkout-review-section .checkout-review-column > *:last-child {
      margin-bottom: 0px; }
    .checkout-review-section .checkout-review-column > h2, .checkout-review-section .checkout-review-column > legend {
      font-size: 1.3125em;
      line-height: 1.5;
      color: #000000;
      font-weight: 900;
      margin-bottom: 20px;
      display: none; }
      @media all and (min-width: 64em) {
        .checkout-review-section .checkout-review-column > h2, .checkout-review-section .checkout-review-column > legend {
          display: block; } }

.checkout-review-section.two-columns {
  margin-top: 30px;
  *zoom: 1; }

.checkout-review-section.two-columns:before{
  content: '';
  display: table; }

.checkout-review-section.two-columns:after{
  content: '';
  display: table;
  clear: both; }
  .checkout-review-section.two-columns .checkout-review-column {
    margin-bottom: 20px; }
    .checkout-review-section.two-columns .checkout-review-column:last-of-type {
      margin-bottom: 0px; }
    @media all and (min-width: 48em) {
      .checkout-review-section.two-columns .checkout-review-column {
        width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
      .checkout-review-section.two-columns .checkout-review-column:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .checkout-review-section.two-columns .checkout-review-column:last-child{
    margin-right: 0; }
      .checkout-review-section.two-columns .checkout-review-column:nth-child(3n){
    margin-right: 0;
    float: right; }
      .checkout-review-section.two-columns .checkout-review-column:nth-child(3n + 1){
    clear: left; } }

.checkout-review-contact-details {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 300; }
  .checkout-review-contact-details p {
    margin-bottom: 0; }

.checkout-form {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  display: block; }
  .checkout-form fieldset {
    padding: 30px 0px 30px 0px;
    border-bottom: 1px solid #ccc; }
    .checkout-form fieldset .form-field {
      margin-bottom: 6px; }
      .checkout-form fieldset .form-field input, .checkout-form fieldset .form-field textarea {
        border: 1px solid #ccc;
        width: 100%; }
    .checkout-form fieldset > *:last-child {
      margin-bottom: 0px; }
    .checkout-form fieldset:last-of-type {
      padding-bottom: 0px;
      border-bottom: none; }
  @media all and (min-width: 64em) {
    .checkout-form .checkout-contact-details-2 .form-field {
      margin-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .checkout-form .title-field, .checkout-form .country-field {
      width: 49.6%; } }
  .checkout-form .form-field {
    position: relative;
    transition: all .5s ease-in-out; }
    @media all and (min-width: 64em) {
      .checkout-form .form-field:hover, .checkout-form .form-field:focus {
        border-color: #F1F1F1; } }
    .checkout-form .form-field > label {
      width: 100%;
      margin: 8px 0px 0px 3px; }
    .checkout-form .form-field > label.error {
      margin-top: 0px;
      margin-bottom: 10px; }
  .checkout-form .SumoSelect, .checkout-form .SumoSelect > .CaptionCont, .checkout-form input, .checkout-form select {
    width: 100%; }
    @media all and (min-width: 64em) {
      .checkout-form .SumoSelect:hover, .checkout-form .SumoSelect:focus, .checkout-form .SumoSelect > .CaptionCont:hover, .checkout-form .SumoSelect > .CaptionCont:focus, .checkout-form input:hover, .checkout-form input:focus, .checkout-form select:hover, .checkout-form select:focus {
        border-color: #F1F1F1; } }
  .checkout-form input {
    background: none; }
  .checkout-form .SumoSelect > .CaptionCont {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px; }
    .checkout-form .SumoSelect > .CaptionCont label > i:before {
      color: black; }
  .checkout-form .same-as-billing-field {
    padding: 0px;
    border: none; }
    .checkout-form .same-as-billing-field label {
      margin: 0px; }
    .checkout-form .same-as-billing-field input {
      min-width: initial;
      margin-top: 1px; }
      .checkout-form .same-as-billing-field input #same-w-customer {
        width: 4%; }

.page-checkout-billing-details .checkout-form, .page-checkout-billing-details .checkout-flow-footer, .page-checkout-shipping-details .checkout-form, .page-checkout-shipping-details .checkout-flow-footer {
  float: none;
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto; }

.page-checkout-billing-details .checkout-flow-footer, .page-checkout-shipping-details .checkout-flow-footer {
  margin-top: 30px; }

/*********************************************
:: Checkout Review                         
********************************************/
.page-checkout-review .table-totals .total-item {
  width: 100%;
  max-width: 250px; }

.page-checkout-review .table-totals .price {
  color: #999;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.14; }

.page-checkout-review .table-totals .order-total .label, .page-checkout-review .table-totals .order-total .price .cart-total {
  color: black;
  font-size: 1.2em !important;
  font-weight: 500 !important;
  line-height: 1.13 !important;
  height: 27px; }

.page-checkout-review .compact-product-table .quantity p {
  border: 1px solid #CCC;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center; }

.page-checkout-review .product-table-module .line-item .total {
  margin-left: 0px; }

.page-checkout-review .button-icon {
  width: auto;
  padding: 7px 20px; }

/*********************************************
:: JS Plugins                  
********************************************/
.SumoSelect p {
  margin: 0; }

.SlectBox {
  width: 200px;
  padding: 5px 8px; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
    */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }
  @media all and (min-width: 37.5em) {
    .youtube-player {
      height: 250px; } }
  @media all and (min-width: 48em) {
    .youtube-player {
      height: 300px; } }
  @media all and (min-width: 64em) {
    .youtube-player {
      height: 350px; } }
  @media all and (min-width: 72.5em) {
    .youtube-player {
      height: 550px; } }

img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  transform: translateX(-50%) translateY(-50%); }
  div.play-button:after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent white; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

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

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

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

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

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

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

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

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

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

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

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1; } }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/*********************************************
  :: Multi-Level Push Menu (CoDrops)                           
********************************************/
html.menu-opened,
.menu-opened body,
.menu-opened .container,
.menu-opened .scroller {
  height: 100%;
  overflow: hidden; }

.scroller {
  overflow-y: scroll; }

.scroller,
.scroller-inner {
  position: relative; }

.container {
  position: relative;
  overflow: hidden;
  background: #34495e; }

.mp-pusher {
  position: relative;
  right: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  border-left: 1px solid #CCCCCC;
  transform: translate3d(100%, 0, 0); }

.mp-level {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translate3d(100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: transparent;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  z-index: -1; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  transition: all 0.6s ease-in-out; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  transform: translate3d(0, 0, 0);
  z-index: 1; }

.mp-cover .mp-level.mp-level-open > ul.menu-list > li > .mp-level:not(.mp-level-open) {
  transform: translate3d(100%, 0, 0); }

/* content style */
.mp-menu.mp-overlap .level-title::before {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  transform: translateX(-100%); }

.mp-overlap .mp-level.mp-level-overlay > .level-title::before {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(0%); }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-menu,
.no-js .mp-menu {
  display: none; }

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block; }

/*********************************************
:: JS Plugins Overrides                
********************************************/
/*********************************************
:: SumoSelect Plugin Styles Override                    
********************************************/
.SumoSelect {
  width: 70%;
  vertical-align: top;
  height: 41px; }

.SumoSelect > select {
  display: block !important;
  width: 100%;
  height: 44px; }

.SumoSelect > select[multiple] {
  height: 41px; }

/*******************************************/
.SumoSelect.disabled {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
.SumoSelect > .CaptionCont {
  position: absolute;
  top: 0px;
  outline: none;
  border: none;
  width: 100%;
  outline: none;
  border: none;
  width: 100%;
  transition: all .5s ease-in-out;
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
  color: #999999;
  border: 1px solid #fff;
  padding: 8px 10px 8px 15px;
  height: 41px;
  font-size: 0.938em;
  line-height: 1.7; }
  .SumoSelect > .CaptionCont:hover, .SumoSelect > .CaptionCont:focus {
    background: white;
    border-radius: 0px;
    box-shadow: none; }

.SumoSelect > .CaptionCont {
  font-size: 0.938em;
  line-height: 1.7;
  color: #999999; }
  .SumoSelect > .CaptionCont:hover, .SumoSelect > .CaptionCont:focus {
    border-color: #000;
    box-shadow: none;
    border-radius: 0px; }

.SumoSelect > .CaptionCont > label {
  margin-bottom: 0px; }

/*******************************************/
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  border-color: #F1F1F1;
  box-shadow: none;
  border-radius: 0px; }

/*******************************************/
.SumoSelect > .optWrapper {
  transition: border .5s ease-in-out;
  top: calc(41px - 1px);
  box-shadow: 0px 9px 15px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  border-color: #fff;
  border-top-color: #fff; }

.SumoSelect > .optWrapper.open {
  top: calc(41px - 1px); }

.SumoSelect:focus > .optWrapper.open,
.SumoSelect:hover > .optWrapper.open {
  border-color: #F1F1F1;
  border-top-color: #ececec; }

.SumoSelect > .optWrapper > .options {
  border-radius: 0px; }

.SumoSelect > .optWrapper > .options > li {
  padding: 8px 10px 8px 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0px;
  cursor: pointer;
  list-style-type: none; }

.SumoSelect > .optWrapper > .options > li label {
  font-size: 0.938em;
  line-height: 1.7;
  color: #212121;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 400; }

/*******************************************/
.SumoSelect > .CaptionCont > label > i {
  width: auto;
  height: auto;
  opacity: 1;
  font-style: normal;
  text-align: center; }

.SumoSelect > .CaptionCont > label > i:before {
  content: "\e915";
  font-family: "icomoon";
  display: inline-block;
  width: 100%;
  margin: auto;
  font-size: 20px;
  vertical-align: top;
  line-height: 41px;
  color: #f60; }

/*******************************************/
.SumoSelect > .CaptionCont > span.placeholder,
select .placeholder {
  color: #212121;
  font-style: normal; }

/*******************************************/
.error-SumoSelect > .CaptionCont {
  border: 1px solid #E40000; }

.error-SumoSelect:focus > .CaptionCont,
.error-SumoSelect:hover > .CaptionCont {
  border-color: #E40000; }

.error-SumoSelect select:hover,
.error-SumoSelect select:focus {
  border-color: #E40000; }

.SumoSelect > label.error {
  display: block !important; }

/*********************************************
:: Pickadate.js Plugin Styles Override                    
********************************************/
/*******************************************/
.calendar-fields-container {
  width: 100%;
  max-width: 500px;
  position: relative; }
  .calendar-fields-container > button {
    position: absolute;
    top: 36px;
    right: 15px;
    font-size: 1.3em;
    line-height: 1.3;
    color: #212121; }

/*******************************************/
.picker {
  max-width: 320px;
  display: none; }
  .picker td, .picker th {
    padding: 0px;
    text-align: inherit;
    border: none; }

.picker__holder {
  overflow-y: initial; }

.picker--opened {
  display: block !important; }

.picker__footer {
  display: none; }

.picker select {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  border: none !important;
  margin: 0px !important; }

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)                        
********************************************/
/* Overiding Plugin Styles */
button.mfp-close {
  color: transparent !important;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1100;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #d8d8d8;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }
  button.mfp-close:before {
    content: "\e90c";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    color: black; }

.mfp-ready {
  z-index: 99999042;
  /*@include opaque;*/
  /*@include rgba(#ECECEC, 0.98);*/ }
  .mfp-ready .mfp-wrap {
    z-index: 99999043; }
  .mfp-ready .mfp-content {
    text-align: center;
    vertical-align: top;
    margin-top: 5%; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }

.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  transform: scale(0.9); }

.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.69); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0; }

/* Custom Lightbox Popup Styles */
.lightbox-popup {
  /*display: none;*/
  width: 95%;
  /*position: relative;*/
  text-align: center; }

.mfp-ready .lightbox-popup .lightbox-content {
  display: inline-block; }

/* Title */
.lightbox-title {
  display: inline-block;
  width: 100%;
  max-width: 520px;
  color: #CB3531;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  text-align: center;
  font-family: 'Raleway', 'Helvetica','Arial', sans-serif; }

/* Content */
.lightbox-content {
  display: none;
  width: 100%;
  max-width: 520px;
  text-align: center;
  padding-bottom: 20px; }
  .lightbox-content > *:last-child {
    margin-bottom: 0px; }
  .lightbox-content form {
    float: none;
    display: inline-block;
    max-width: 360px;
    text-align: left; }
  .lightbox-content > button, .lightbox-content > .button {
    font-size: 16px;
    line-height: 22px;
    margin-right: 20px; }
  .lightbox-content input, .lightbox-content textarea {
    border-color: #CB3531; }
  .lightbox-content label a, .lightbox-content label button {
    float: right;
    text-transform: none;
    color: #CB3531;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400; }
  .lightbox-content .button-field {
    padding-top: 10px;
    margin-top: 0px;
    border-top: none;
    text-align: center; }
    .lightbox-content .button-field input {
      float: none;
      display: inline-block; }
  .lightbox-content .lightbox-manual-close-trigger {
    font-size: 14px;
    line-height: 14px; }

/*********************************************
  :: Owl Carousel Custom Styles (for: Owl Carousel v1)                        
********************************************/
/* Owl Controls */
.owl-theme .owl-controls {
  margin-top: -21%; }

/* Pagination Circles */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #fff;
  border: 2px solid #d8d8d8;
  opacity: 1; }

.owl-theme .owl-controls .owl-page.active span {
  background: #d8d8d8;
  opacity: 1; }

/*********************************************
  :: Off Canvas Menu Custom Styles (for: PushMenu, via codrops)                        
********************************************/
/*******************************************/
#small-screen-menu-trigger {
  float: right;
  font-size: 1.45em;
  line-height: 1;
  margin: 10px 0 0 15px; }
  #small-screen-menu-trigger:before {
    font-family: "icomoon";
    content: "\e921";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media all and (min-width: 64em) {
    #small-screen-menu-trigger {
      display: none; } }

.mp-pushed #small-screen-menu-trigger:before {
  content: "\e90c";
  color: white;
  background-color: #f60;
  padding: 12px; }

/*******************************************/
.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  opacity: 0; }

.mp-pusher {
  z-index: 999; }

/*******************************************/
.mp-menu {
  border-left: none; }

/*******************************************/
.mp-level {
  background: #ECECEC;
  padding: 0px 0px 0px 0px; }
  .mp-level ul.menu-list {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    .mp-level ul.menu-list li {
      margin-bottom: 0px;
      position: static; }
      .mp-level ul.menu-list li:before {
        display: none; }
      .mp-level ul.menu-list li > a {
        font-size: 1.1em;
        font-weight: 400;
        line-height: 1;
        padding: 15px 20px 15px 20px;
        display: block;
        position: relative;
        border-bottom: none;
        color: #212121;
        border-bottom: 1px solid white; }
        .mp-level ul.menu-list li > a.bigorange {
          font-weight: 600;
          color: #f60; }
        .mp-level ul.menu-list li > a .icon-angle-right {
          color: #f60;
          border: 1px solid #f60;
          border-radius: 50%;
          margin-left: 7px;
          float: right; }
      .mp-level ul.menu-list li:first-of-type a {
        padding-top: 15px; }
    .mp-level ul.menu-list .active a {
      color: #f60; }

.mp-level.mp-level-overlay {
  background: white; }

/*******************************************/
.mp-forward .arrow {
  float: right;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px; }

/*******************************************/
.mp-menu.mp-cover .level-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  background: black;
  color: white;
  margin-bottom: 0px;
  padding: 15px 15px 15px 10px; }
  .mp-menu.mp-cover .level-title span {
    width: 30px;
    display: inline-block; }

/*******************************************/
.mp-back {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  background: #f60;
  color: white;
  display: block;
  height: 45px;
  padding: 12px 15px 15px 10px; }
  .mp-back:hover, .mp-back:focus {
    color: white; }
  .mp-back .arrow {
    color: white;
    margin-right: 5px; }
