@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize                        
********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);
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; }

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #e76205;
  color: white; }
::-moz-selection, ::selection {
  background: #e76205;
  color: white; }

::-moz-selection {
  background: #e76205;
  color: white; }

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

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

/*********************************************
:: 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-angle-double-down:before {
  content: "\e922"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

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

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

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

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

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

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

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

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

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

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

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

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

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

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

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

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

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

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

.icon-google-plus2:before {
  content: "\f0d5"; }

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

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

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

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

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

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

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

.icon-map3:before {
  content: "\f279"; }

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

.icon-map-o:before {
  content: "\f278"; }

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

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

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

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

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

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

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

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

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

.icon-safari:before {
  content: "\f267"; }

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

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

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

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

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

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

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-tripadvisor:before {
  content: "\f262"; }

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

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

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

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

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

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

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

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

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

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

.icon-vine:before {
  content: "\f1ca"; }

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

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

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

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

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

.icon-newspaper:before {
  content: "\e901"; }

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

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

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

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

.icon-phone-hang-up:before {
  content: "\e906"; }

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

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

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

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

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

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

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

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

.icon-stopwatch:before {
  content: "\e911"; }

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

.icon-display:before {
  content: "\e91f"; }

.icon-laptop:before {
  content: "\e920"; }

.icon-mobile:before {
  content: "\e912"; }

.icon-mobile2:before {
  content: "\e913"; }

.icon-tablet:before {
  content: "\e914"; }

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

.icon-plus2:before {
  content: "\e91a"; }

.icon-minus2:before {
  content: "\e91b"; }

.icon-checkmark:before {
  content: "\e91c"; }

.icon-checkmark2:before {
  content: "\e91d"; }

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

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

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

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

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

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

.icon-left-arrow2:before {
  content: "\e918"; }

.icon-arrow-pointing-to-right:before {
  content: "\e919"; }

.icon-ico-cart-secure:before {
  content: "\e96f"; }

.icon-ico-cart-edit:before {
  content: "\e970"; }

.icon-ico-nav:before {
  content: "\e98a"; }

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

.icon-ico-download:before {
  content: "\e96e"; }

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

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

.icon-ico-secure:before {
  content: "\e965"; }

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

.icon-ico-question:before {
  content: "\e967"; }

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

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

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

.icon-ico-zoom:before {
  content: "\e96b"; }

.icon-ico-cart:before {
  content: "\e96c"; }

.icon-ico-menu:before {
  content: "\e96d"; }

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

.icon-menu:before {
  content: "\e972"; }

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, legend, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-weight: 500;
  color: #e76205; }

h1 {
  font-size: 28px;
  line-height: 32px;
  color: #e76205; }
  @media all and (min-width: 64em) {
    h1 {
      font-size: 44px;
      line-height: 50px; } }

h2, legend {
  font-size: 18px;
  line-height: 28px; }
  @media all and (min-width: 64em) {
    h2, legend {
      font-size: 26px; } }

h3 {
  font-size: 16px;
  line-height: 26px; }
  @media all and (min-width: 64em) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64em) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64em) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64em) {
    h6 {
      font-size: 16px; } }

.special-title {
  position: relative;
  display: block;
  width: auto;
  max-width: 270px;
  margin: auto;
  z-index: 2;
  clear: both; }
  @media all and (min-width: 64em) {
    .special-title {
      margin-bottom: 40px;
      max-width: 310px; } }
  .special-title:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -10%;
    width: 320px;
    height: 1px;
    margin: 0 auto;
    background: #979797;
    z-index: 1; }
    @media all and (min-width: 64em) {
      .special-title:before {
        width: 940px;
        left: -100%; } }
    @media all and (min-width: 72.5em) {
      .special-title:before {
        width: 1200px;
        left: -150%; } }
  .special-title h3 {
    position: relative;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    text-align: center;
    color: black !important;
    background: white;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .special-title h3 {
        padding: 0 25px; } }

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999999; }
  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, 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 {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #e76205;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #ab4904; }

small {
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

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

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

dt:after {
  content: ": "; }

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

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

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

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #5ea5bb; }
  @media all and (min-width: 64em) {
    blockquote {
      padding: 40px 10% 40px 10%;
      font-size: 25px;
      line-height: 35px; } }

/*******************************************/
.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto; }

.wysiwyg ul li {
  list-style-type: disc; }

.leadcopy, .wysiwyg p:first-of-type {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #0c0c0c; }
  @media all and (min-width: 64em) {
    .leadcopy, .wysiwyg p:first-of-type {
      margin-bottom: 20px; } }

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

/*********************************************
:: Buttons                             
********************************************/
button {
  outline: none; }

/*******************************************/
.button, button.button {
  position: relative;
  display: inline-block;
  height: 38px;
  padding: 0px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.93px;
  text-decoration: none;
  color: #e76205;
  background: transparent;
  border: 2px solid transparent;
  transition: all .4s ease-in-out; }
  .button:hover, .button:focus, .button:active, button.button:hover, button.button:focus, button.button:active {
    background: #e76205;
    color: white !important; }
    .button:hover span, .button:focus span, .button:active span, button.button:hover span, button.button:focus span, button.button:active span {
      color: white !important; }
  .button span, button.button span {
    margin-left: 1px;
    font-weight: 300; }
  .button.orange, button.button.orange {
    border-color: #e76205; }
  .button.orange-no-border, button.button.orange-no-border {
    color: white;
    background: #e76205;
    border-color: #e76205; }
  .button.read-more, button.button.read-more {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    color: white;
    background: #e76205;
    border-color: #e76205; }

/*******************************************/
.button-more {
  width: 100%;
  margin: 0px 0 40px 0;
  text-align: center;
  position: relative;
  background: white; }
  @media all and (min-width: 64em) {
    .button-more {
      margin: 40px 0 100px 0; } }
  .button-more:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #979797; }
  .button-more p {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 50px;
    font-size: 14px;
    line-height: 40px;
    color: black;
    background: white;
    z-index: 1;
    transition: all 0.25s ease-in-out; }
    @media all and (min-width: 64em) {
      .button-more p {
        font-size: 24px; } }
  .button-more:hover {
    background: white; }
    .button-more:hover p {
      -webkit-filter: brightness(120%);
      filter: brightness(120%); }

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: black; }
  .button-underline:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 138px;
    height: 5px;
    margin: auto;
    background: black; }

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

/*********************************************
:: Tables                    
********************************************/
table {
  margin-bottom: 15px;
  width: 100%; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    font-weight: 400;
    color: #212121;
    text-align: left; }
  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;
    font-size: 0.8em;
    font-weight: 400;
    color: #212121;
    text-align: left;
    line-height: 1.2;
    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
********************************************/
.titanic {
  float: none; }

* {
  -webkit-tap-highlight-color: transparent; }

/*******************************************/
.main {
  display: block;
  min-height: calc(100vh - 324px); }
  @media all and (min-width: 64em) {
    .main {
      min-height: calc(100vh - 598px); } }

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

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both; }

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

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

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

/*******************************************/
@media all and (min-width: 64em) {
  .mob, .mobile {
    display: none !important; } }

@media all and (max-width: 63.9375em) {
  .desk, .desktop {
    display: none !important; } }

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white; }

legend {
  margin-bottom: 15px; }

label, .note {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4f4f4f; }

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

/*******************************************/
input, textarea, select {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 36px;
  background: white;
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
  transition: all .5s ease-in-out; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    background: #f1f1f1;
    border: 1px solid #e76205;
    transition: all .5s ease-in; }

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #e76205; }
*:-ms-input-placeholder {
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #e76205; }
*::placeholder {
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #e76205; }

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

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

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

.checkbox-container {
  width: 100%;
  margin: 0 0 22px;
  padding: 17px 22px;
  font-size: 0;
  background-color: #fafafa;
  border-radius: 4px; }
  @media all and (min-width: 48em) {
    .checkbox-container {
      width: 437px; } }
  .checkbox-container .check {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    padding: 0 0 0 32px;
    font-size: 12px;
    line-height: 22px;
    color: #626262;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media all and (min-width: 48em) {
      .checkbox-container .check {
        width: 50%; } }
    .checkbox-container .check input {
      display: none; }
    input:checked ~ .checkbox-container .check:after {
      display: block; }
    .checkbox-container .check input:checked ~ .checkmark {
      text-align: center; }
      .checkbox-container .check input:checked ~ .checkmark:before {
        content: "\e91c";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-family: "icomoon";
        color: #e76205; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background: white;
    border: 1px solid #999999;
    border-radius: 50%; }
    .checkbox-container .checkmark:after {
      content: "";
      position: absolute;
      left: 9px;
      top: 5px;
      display: none;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/*******************************************/
.custom-number {
  position: relative;
  float: left;
  width: 58px; }
  .custom-number .plus-minus {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 36px;
    text-align: center; }
    .custom-number .plus-minus .plus, .custom-number .plus-minus .minus {
      display: inline-block;
      width: 100%;
      height: 50%; }
      .custom-number .plus-minus .plus a, .custom-number .plus-minus .minus a {
        font-size: 8px !important;
        line-height: 18px !important;
        top: 10px;
        color: black; }
    .custom-number .plus-minus .minus a {
      position: relative;
      top: -9px; }
  .custom-number input {
    width: 58px;
    height: 38px;
    border-radius: 0px;
    border: 1px solid #CCCCCC; }

/*******************************************/
.form-field.input {
  position: relative; }
  .form-field.input input {
    position: relative;
    padding: 9px 0 0 214px;
    border: none;
    opacity: 0;
    z-index: 9; }
  .form-field.input .upload-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 288px;
    height: 36px;
    background: url(/images/upload1.png) no-repeat center; }

.form-field.artwork .upload-image {
  background: url(/images/upload2.png) no-repeat center; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 15px; }

.form-field.three-quarters {
  width: 75%; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin: 35px 0 15px;
  padding: 60px 0 15px;
  text-align: center; }
  @media all and (min-width: 64em) {
    .button-field {
      margin: -10px 0 15px;
      padding: 0 0 15px; } }
  .button-field .form-note {
    float: none;
    margin-top: 11px;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
    @media all and (min-width: 64em) {
      .button-field .form-note {
        float: left;
        width: auto;
        margin-bottom: 0px; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    display: block;
    width: 134px;
    height: 36px;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: white;
    background: #e76205;
    border-radius: 4px;
    transition: all .4s ease-in-out; }
    @media all and (min-width: 64em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        margin-left: 10px;
        float: right; } }
    .button-field button span, .button-field input[type="submit"] span, .button-field input[type="reset"] span {
      color: white; }
    .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 {
      background: black; }

/*******************************************/
.form-fields-stack {
  *zoom: 1; }
.form-fields-stack:before{
  content: '';
  display: table; }
.form-fields-stack:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.two-column .form-field {
        width: calc(99.99% * 1/2 - (22px - 22px * 1/2)); }
      .form-fields-stack.two-column .form-field:nth-child(1n){
    float: left;
    margin-right: 22px;
    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; } }
  .form-fields-stack.three-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.three-column .form-field {
        width: calc(99.99% * 1/3 - (22px - 22px * 1/3)); }
      .form-fields-stack.three-column .form-field:nth-child(1n){
    float: left;
    margin-right: 22px;
    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: #e76205; }

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

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #e76205 !important; }

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

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important; } }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  position: relative;
  width: 100%;
  height: 144px;
  border-bottom: 4px solid #dbdbdb;
  z-index: 99; }
  @media all and (min-width: 64em) {
    .site-header {
      height: 195px;
      border-bottom: 4px solid  #dbdbdb; } }
  .site-header .border {
    height: 43px;
    border-bottom: 1px solid black; }
    @media all and (min-width: 64em) {
      .site-header .border {
        height: auto;
        border-bottom: none; } }
  .site-header .logo {
    position: absolute;
    top: 64px;
    left: 3%;
    bottom: 5px;
    transition: none; }
    @media all and (min-width: 64em) {
      .site-header .logo {
        top: 37px;
        left: 0;
        width: 248px; } }
    .site-header .logo img {
      width: 202px; }
      @media all and (min-width: 64em) {
        .site-header .logo img {
          width: 248px; } }
  .site-header .product-area {
    position: absolute;
    top: 72px;
    right: 0;
    display: none;
    width: 596px; }
    .site-header .product-area.show {
      display: block; }
    .site-header .product-area #products {
      float: left;
      margin-right: 18px;
      font-size: 18px;
      font-weight: 600;
      line-height: 36px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: black; }
    .site-header .product-area form {
      display: none;
      float: right;
      width: 440px;
      height: 36px;
      font-size: 0;
      vertical-align: middle; }
      @media all and (min-width: 64em) {
        .site-header .product-area form {
          display: inline-block !important; } }
      .site-header .product-area form input {
        float: left;
        width: 230px;
        height: 36px;
        border: 1px solid #bbbbbb;
        border-right: none;
        border-radius: 0;
        vertical-align: top; }
        .site-header .product-area form input[type='submit'] {
          display: none; }
        .site-header .product-area form input::-webkit-input-placeholder {
          color: #666666;
          font-size: 14px;
          font-weight: 300; }
        .site-header .product-area form input:-ms-input-placeholder {
          color: #666666;
          font-size: 14px;
          font-weight: 300; }
        .site-header .product-area form input::placeholder {
          color: #666666;
          font-size: 14px;
          font-weight: 300; }
      .site-header .product-area form .selectric-wrapper {
        width: 175px;
        min-width: 175px; }
        .site-header .product-area form .selectric-wrapper .selectric {
          height: 36px;
          border: 1px solid #bbbbbb;
          border-radius: 0; }
          .site-header .product-area form .selectric-wrapper .selectric .label {
            font-weight: 600;
            color: black; }
          .site-header .product-area form .selectric-wrapper .selectric b.button:after {
            top: -3px;
            color: black; }
      .site-header .product-area form .icon-search {
        float: right;
        width: 31px;
        font-size: 16px;
        line-height: 36px;
        text-align: right;
        cursor: pointer; }
  .site-header nav {
    position: absolute;
    top: 146px;
    left: 0;
    width: 100%;
    background: #626262; }
    @media all and (max-width: 63.9375em) {
      .site-header nav {
        display: none; } }
    .site-header nav ul.top {
      margin: 0 0 0 20px; }
    .site-header nav li {
      position: relative;
      display: inline-block;
      margin: 0 22px 0 0; }
    .site-header nav li.last {
      margin-right: 0; }
    .site-header nav .dark {
      float: right;
      width: auto;
      background: #303030;
      padding: 0 25px;
      text-align: center; }
      .site-header nav .dark li {
        margin: 0;
        padding: 0 12px; }
        .site-header nav .dark li a {
          font-size: 12px;
          letter-spacing: 0.97px; }
          @media all and (min-width: 72.5em) {
            .site-header nav .dark li a {
              font-size: 14px; } }
      .site-header nav .dark li:hover:before, .site-header nav .dark li a.selected:before {
        width: 66%;
        right: 0;
        margin: auto; }
    .site-header nav a {
      display: inline-block;
      padding: 11px 0 10px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: white; }
      @media all and (min-width: 72.5em) {
        .site-header nav a {
          font-size: 16px;
          letter-spacing: 1px; } }
    .site-header nav span {
      margin-left: 3px;
      color: white; }
    .site-header nav li:hover:before, .site-header nav li a.selected:before {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 3px;
      background: #e76205; }
    .site-header nav li:hover ul li a:before, .site-header nav li a.selected ul li a:before {
      display: none; }
    .site-header nav li:hover ul {
      display: block; }
    .site-header nav ul ul {
      display: none;
      position: absolute;
      top: 48px;
      left: 0;
      min-width: 376px;
      padding: 20px 36px 20px;
      background: white; }
      .site-header nav ul ul li {
        width: 100%;
        margin-bottom: 8px; }
        .site-header nav ul ul li a {
          font-size: 13px;
          font-weight: 600;
          line-height: 14px;
          letter-spacing: 0.5px;
          color: black; }
  .site-header .tel {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 3%;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.46px;
    color: #e76205; }
    @media all and (min-width: 64em) {
      .site-header .tel {
        top: 32px;
        left: auto;
        right: 0; } }
  .site-header .hamburger {
    position: absolute;
    top: -28px;
    right: 3%;
    width: 26px;
    height: 17px; }
    .site-header .hamburger span {
      font-size: 17px;
      color: black; }
    .site-header .hamburger:focus {
      outline: none; }

/********************************************/
/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  position: relative;
  width: 100%;
  min-height: 180px;
  background: white;
  border-top: 5px solid #e76205; }
  @media all and (min-width: 64em) {
    .site-footer {
      min-height: 403px; } }
  .site-footer .footer-links {
    display: inline-block;
    width: 100%;
    padding: 28px 0 53px; }
    @media all and (min-width: 64em) {
      .site-footer .footer-links {
        padding: 67px 0 81px; } }
    .site-footer .footer-links .col1 {
      float: left; }
      @media all and (min-width: 64em) {
        .site-footer .footer-links .col1 {
          width: calc(100% - 556px); } }
      .site-footer .footer-links .col1 img {
        width: 198px; }
        @media all and (min-width: 64em) {
          .site-footer .footer-links .col1 img {
            width: 249px; } }
    .site-footer .footer-links .col2 {
      float: right; }
      @media all and (min-width: 64em) {
        .site-footer .footer-links .col2 {
          width: 556px; } }
      .site-footer .footer-links .col2 .col {
        width: 100%; }
        @media all and (min-width: 64em) {
          .site-footer .footer-links .col2 .col {
            width: calc(99.99% * 1/3 - (40px - 40px * 1/3)); }
          .site-footer .footer-links .col2 .col:nth-child(1n){
    float: left;
    margin-right: 40px;
    clear: none; }
          .site-footer .footer-links .col2 .col:last-child{
    margin-right: 0; }
          .site-footer .footer-links .col2 .col:nth-child(3n){
    margin-right: 0;
    float: right; }
          .site-footer .footer-links .col2 .col:nth-child(3n + 1){
    clear: left; } }
        .site-footer .footer-links .col2 .col p {
          margin-bottom: 22px;
          font-size: 13px;
          font-weight: 600;
          line-height: 16px;
          text-transform: uppercase;
          letter-spacing: 0.32px;
          color: #898989; }
        .site-footer .footer-links .col2 .col p.address {
          font-size: 10px;
          font-weight: 500;
          line-height: 13px;
          text-transform: none;
          color: black; }
          @media all and (min-width: 64em) {
            .site-footer .footer-links .col2 .col p.address {
              font-size: 14px;
              line-height: 22px; } }
        .site-footer .footer-links .col2 .col a {
          display: inline-block;
          width: 100%;
          margin-bottom: 9px;
          font-size: 14px;
          font-weight: 500;
          line-height: 14px;
          letter-spacing: 0.32px;
          color: #e76205; }
        .site-footer .footer-links .col2 .col a.tel {
          margin-bottom: 9px;
          font-size: 16px;
          font-weight: 600;
          line-height: 22px;
          letter-spacing: 0.5px; }
          @media all and (min-width: 64em) {
            .site-footer .footer-links .col2 .col a.tel {
              font-size: 20px; } }
  .site-footer .footer-legal {
    display: inline-block;
    width: 100%; }
    .site-footer .footer-legal p, .site-footer .footer-legal a {
      display: inline-block;
      width: auto;
      font-size: 11px;
      line-height: 11px;
      color: #9b9b9b; }
    .site-footer .footer-legal p.copyright {
      float: left;
      margin-bottom: 20px; }
      .site-footer .footer-legal p.copyright a {
        font-size: 11px;
        line-height: 11px;
        color: #5ea5bb; }
    .site-footer .footer-legal a.attribution {
      float: right; }

/*********************************************
  :: Main Mob Menu                             
********************************************/
body.open-menu #mobile-menu {
  right: 0; }
  body.open-menu #mobile-menu .menu-close-icon {
    left: -52px; }

#mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -323px;
  width: calc(100% - 52px);
  max-width: 323px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all .25s;
  -webkit-backface-visibility: hidden; }
  @media all and (min-width: 64em) {
    #mobile-menu {
      display: none; } }
  #mobile-menu .menu-close-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 56px;
    border: none;
    background-color: black;
    outline: none; }
    #mobile-menu .menu-close-icon span {
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      color: white; }
  #mobile-menu .menu-content {
    overflow-y: auto; }
    #mobile-menu .menu-content::-webkit-scrollbar {
      display: none; }
  #mobile-menu a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.88px;
    line-height: 25px;
    text-transform: uppercase;
    color: black; }
    #mobile-menu a.selected {
      font-weight: 700; }
  #mobile-menu .icon {
    float: right; }
  #mobile-menu ul {
    padding: 30px 15px 0 20px; }
  #mobile-menu li {
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #eee; }
    #mobile-menu li ul {
      display: none;
      padding: 15px 0 0 15px; }
    #mobile-menu li li:last-child {
      border-bottom: none; }

/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: white;
  border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64em) {
    .signup-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .signup-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .signup-module .success, .signup-module .error {
    width: 100%;
    text-align: center; }
  .signup-module .success {
    color: green; }
  .signup-module .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .signup-module p {
    font-size: 14px;
    font-weight: 300;
    color: #e76205;
    padding: 17px 0;
    margin: 0px; }
    @media all and (min-width: 64em) {
      .signup-module p {
        width: 50%;
        float: left;
        font-size: 18px;
        padding: 41px 0; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
    @media all and (min-width: 64em) {
      .signup-module form {
        width: 50%;
        float: left;
        padding: 35px 0; } }
    .signup-module form input {
      width: 70%;
      height: 42px;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0 0 6px;
      float: left; }
    .signup-module form button {
      width: 30%;
      height: 42px;
      float: right;
      padding: 10px;
      background: black;
      color: #e76205;
      vertical-align: middle;
      border-radius: 0 6px 6px 0;
      font-size: 18px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .signup-module form button:hover {
        background: #e76205;
        color: white; }
      .signup-module form button .icon-search {
        vertical-align: middle; }

/********************************************/
/*********************************************
:: Title Module                    
********************************************/
.title-module {
  width: 100%;
  display: inline-block;
  padding-bottom: 50px; }
  @media all and (min-width: 64em) {
    .title-module {
      padding-bottom: 30px; } }
  .title-module h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px;
    color: black;
    padding: 40px 0 0; }
    @media all and (min-width: 64em) {
      .title-module h1 {
        font-size: 30px;
        line-height: 36px;
        padding: 20px 0 0; } }
    .title-module h1:after {
      content: '';
      height: 3px;
      width: 60px;
      background: #e76205;
      display: block;
      margin: 15px auto; }

/********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  text-align: center;
  margin-top: 38px; }
  @media all and (min-width: 64em) {
    .pagination-module {
      text-align: left; } }
  .pagination-module ul {
    display: inline-block;
    font-size: 0;
    margin: 0 auto; }
    @media all and (min-width: 64em) {
      .pagination-module ul {
        margin: 0; } }
    .pagination-module ul li {
      display: inline-block;
      list-style-type: none;
      margin-left: -1px;
      padding: 0;
      text-align: center;
      border: 1px solid #CCCCCC; }
      .pagination-module ul li a {
        display: block;
        width: 35px;
        height: 35px;
        padding: 0;
        font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 15px;
        line-height: 35px;
        color: #CCCCCC; }
    .pagination-module ul li.active {
      background: #e76205;
      border-color: #e76205; }
      .pagination-module ul li.active a {
        color: white; }
    .pagination-module ul li.center {
      margin: 0 10px; }
    .pagination-module ul li:first-child {
      margin-right: 20px; }
    .pagination-module ul li:last-child {
      margin-left: 20px; }
    .pagination-module ul li:hover a {
      background: #CCCCCC;
      color: white; }
  .pagination-module .showing {
    display: inline-block;
    margin-top: 20px;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #aaa; }
    @media all and (min-width: 64em) {
      .pagination-module .showing {
        float: right;
        margin-top: 10px;
        padding: 0; } }

/********************************************/
/*********************************************
:: Products Module
********************************************/
.featured-slideshow {
  display: inline-block;
  width: 100%; }
  @media all and (min-width: 64em) {
    .featured-slideshow {
      padding-bottom: 90px; } }
  @media all and (min-width: 37.5em) {
    .featured-slideshow article {
      margin: 0 20px; } }

@media all and (min-width: 72.5em) {
  .upsells {
    max-width: 894px; } }

.upsells .slick-prev, .upsells .slick-next {
  top: 40%; }

article.product {
  position: relative;
  float: left;
  width: 50%;
  min-height: 292px;
  padding: 15px 16px 28px;
  text-align: center;
  border: 1px solid #cccccc;
  transition: all 0.4s ease-in-out; }
  article.product a {
    display: block;
    height: 100%; }
  article.product .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 142px; }
    @media all and (min-width: 37.5em) {
      article.product .img-wrap {
        height: 222px; } }
    article.product .img-wrap img {
      max-height: 100%; }
  article.product h3 {
    min-height: 40px;
    margin-top: 19px;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: black; }
    @media all and (min-width: 64em) {
      article.product h3 {
        margin: 20px 0; } }
    article.product h3 span {
      font-size: 12px;
      vertical-align: bottom;
      color: #e76205; }
  article.product .price {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    color: #e76205; }

article:hover {
  border-color: #e76205; }

/********************************************/
#dropdown-module {
  position: absolute;
  top: 140px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  display: none;
  padding: 34px 0 51px;
  width: 100%;
  border-top: 1px solid #bbbbbb;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(172, 172, 172, 0.5);
  z-index: 1000; }
  @media all and (max-width: 63.9375em) {
    #dropdown-module {
      display: none !important; } }
  #dropdown-module > div {
    max-width: 940px;
    margin: 0 auto -15px;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 32px;
    column-gap: 32px; }
    #dropdown-module > div::before {
      content: "";
      position: absolute;
      top: -8px;
      left: 190px;
      right: 0;
      margin: auto;
      display: block;
      width: 15px;
      height: 15px;
      border-top: 1px solid #bbbbbb;
      border-left: 1px solid #bbbbbb;
      background-color: #ffffff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #dropdown-module .list {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
  #dropdown-module h4 {
    margin-bottom: 13px;
    border-bottom: 2px solid #e76205; }
    #dropdown-module h4 a {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.7px;
      line-height: 30px;
      text-transform: uppercase;
      color: black; }
  #dropdown-module a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666; }

/*********************************************
:: testimonials Module                    
********************************************/
.testimonials-module {
  text-align: center;
  padding: 100px 0 50px 0;
  background-color: rgba(231, 98, 5, 0.1); }
  @media all and (min-width: 64em) {
    .testimonials-module {
      padding: 101px 0; } }
  .testimonials-module .content-max-width {
    max-width: 873px; }
  .testimonials-module .title {
    position: relative;
    margin-bottom: 52px; }
    .testimonials-module .title h3 {
      position: relative;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 24px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3.6px;
      color: #e76205;
      z-index: 2; }
    .testimonials-module .title:before {
      content: '';
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      width: 81px;
      height: 66px;
      margin: auto;
      background: url(/images/white-quotes.png) no-repeat center; }
  .testimonials-module .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #9b9b9b; }
  .testimonials-module p.client {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #e76205; }
  .testimonials-module .slick-prev, .testimonials-module .slick-next {
    top: -70px; }
    @media all and (min-width: 64em) {
      .testimonials-module .slick-prev, .testimonials-module .slick-next {
        top: 30%; } }
    .testimonials-module .slick-prev:before, .testimonials-module .slick-next:before {
      color: #e76205; }

@media all and (min-width: 64em) and (min-width: 64em) {
  .testimonials-module .slick-prev {
    left: -200px; } }
  @media all and (min-width: 64em) {
    .testimonials-module .slick-next {
      right: -200px; } }

/********************************************/
/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page                   
********************************************/
.page-home {
  /********************************************/
  /********************************************/
  /********************************************/ }
  .page-home .hero-container {
    position: relative;
    width: 100%; }
    @media all and (min-width: 37.5em) {
      .page-home .hero-container:after {
        content: '';
        position: absolute;
        bottom: 110px;
        left: 0;
        width: 100%;
        height: 1px;
        background: white; } }
    .page-home .hero-container .content-max-width {
      height: 100%; }
      @media all and (min-width: 64em) {
        .page-home .hero-container .content-max-width:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 470px;
          background: white; } }
    .page-home .hero-container .slide {
      position: relative;
      width: 100%;
      min-height: 378px;
      background-size: cover;
      background-position: top center; }
      @media all and (min-width: 37.5em) {
        .page-home .hero-container .slide {
          min-height: 463px;
          background-position: center; } }
      @media all and (min-width: 64em) {
        .page-home .hero-container .slide {
          min-height: 470px; } }
      @media all and (min-width: 75em) {
        .page-home .hero-container .slide {
          background-size: contain;
          background-color: black;
          background-repeat: no-repeat; } }
    .page-home .hero-container h2, .page-home .hero-container legend {
      position: absolute;
      top: 168px;
      left: 3%;
      max-width: 565px;
      font-size: 27px;
      font-weight: 600;
      letter-spacing: 1.35px;
      color: white;
      z-index: 4; }
      @media all and (min-width: 64em) {
        .page-home .hero-container h2, .page-home .hero-container legend {
          top: 186px;
          left: 0;
          font-size: 36px;
          line-height: 42px; } }
  .page-home .intro-container {
    width: 100%;
    padding: 26px 0;
    text-align: center;
    background: #e76205; }
    @media all and (min-width: 64em) {
      .page-home .intro-container {
        padding: 35px 0 37px; } }
    .page-home .intro-container h1 {
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 21px;
      color: white; }
      @media all and (min-width: 64em) {
        .page-home .intro-container h1 {
          font-size: 18px; } }
  .page-home .info-container {
    width: 100%;
    padding: 35px 0 10pxpx; }
    @media all and (min-width: 64em) {
      .page-home .info-container {
        padding: 87px 0 127px; } }
    .page-home .info-container .links {
      display: inline-block;
      width: 100%;
      padding: 0 0 30px;
      text-align: center; }
      @media all and (min-width: 64em) {
        .page-home .info-container .links {
          padding: 0 0 126px; } }
      .page-home .info-container .links .link {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 297px;
        text-align: center;
        background-size: cover; }
        @media all and (min-width: 37.5em) {
          .page-home .info-container .links .link {
            max-width: 375px;
            height: 289px;
            width: calc(99.99% * 1/3 - (22px - 22px * 1/3)); }
          .page-home .info-container .links .link:nth-child(1n){
    float: left;
    margin-right: 22px;
    clear: none; }
          .page-home .info-container .links .link:last-child{
    margin-right: 0; }
          .page-home .info-container .links .link:nth-child(3n){
    margin-right: 0;
    float: right; }
          .page-home .info-container .links .link:nth-child(3n + 1){
    clear: left; } }
        .page-home .info-container .links .link .dark {
          position: absolute;
          top: 91px;
          left: 0;
          right: 0;
          display: table;
          width: 256px;
          height: 111px;
          margin: auto;
          background-color: rgba(0, 0, 0, 0.6);
          transition: all 0.5s ease-in-out; }
          @media all and (min-width: 37.5em) {
            .page-home .info-container .links .link .dark {
              top: 89px; } }
        .page-home .info-container .links .link h3 {
          display: table-cell;
          vertical-align: middle;
          padding: 0 23px;
          font-size: 20px;
          font-weight: 600;
          line-height: 24px;
          letter-spacing: 3px;
          text-align: center;
          color: white;
          transition: all 0.5s ease-in-out; }
      .page-home .info-container .links .link:hover .dark {
        background-color: rgba(0, 0, 0, 0.8); }
    .page-home .info-container .info {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .page-home .info-container .info .col1 {
        float: left;
        width: 100%;
        padding: 0 3%; }
        @media all and (min-width: 64em) {
          .page-home .info-container .info .col1 {
            width: 471px;
            padding: 0 31px 0 0;
            text-align: right; } }
        .page-home .info-container .info .col1 h4 {
          font-size: 20px;
          font-weight: 700;
          line-height: 30px;
          text-transform: uppercase;
          letter-spacing: 3px;
          color: black; }
          @media all and (min-width: 64em) {
            .page-home .info-container .info .col1 h4 {
              padding: 18px 0 0 20px; } }
      .page-home .info-container .info .col2 {
        float: left;
        width: 100%;
        padding: 0 3%; }
        @media all and (min-width: 64em) {
          .page-home .info-container .info .col2 {
            width: calc(100% - 471px);
            padding: 0 96px 0 34px;
            text-align: left;
            border-left: 1px solid #bbbbbb; } }

/*********************************************
:: Services Pages
********************************************/
.page-services {
  padding: 30px 0 0;
  /********************************************/ }
  @media all and (min-width: 64em) {
    .page-services {
      padding: 121px 0 0; } }
  .page-services .detail-container {
    display: inline-block;
    width: 100%; }
    .page-services .detail-container article {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-bottom: 108px; }
      @media all and (min-width: 64em) {
        .page-services .detail-container article {
          margin-bottom: 108px; } }
      .page-services .detail-container article .col1 {
        float: left;
        width: 100%; }
        @media all and (min-width: 64em) {
          .page-services .detail-container article .col1 {
            width: 626px;
            padding-right: 123px; } }
      .page-services .detail-container article .col2 {
        float: right;
        width: 100%; }
        @media all and (min-width: 64em) {
          .page-services .detail-container article .col2 {
            width: calc(100% - 626px); } }
      .page-services .detail-container article .title {
        position: relative;
        display: inline-block;
        width: auto;
        background: #d8d8d8;
        margin: 0 0 50px;
        padding: 24px 25px 15px 35px; }
        .page-services .detail-container article .title:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 10px;
          width: 100%;
          height: 100%;
          border: 1px solid #979797; }
        .page-services .detail-container article .title h2, .page-services .detail-container article .title legend {
          margin: 0;
          font-size: 24px;
          font-weight: 500;
          line-height: 30px;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 3.6px;
          color: #e76205; }
      @media all and (max-width: 63.9375em) {
        .page-services .detail-container article .content {
          height: 200px;
          overflow: hidden; } }
      .page-services .detail-container article .content button.button {
        margin: 14px 0 0 115px; }
        .page-services .detail-container article .content button.button:before {
          content: '';
          position: absolute;
          top: 49%;
          left: -115px;
          width: 82px;
          height: 2px;
          background: #e76205; }
        .page-services .detail-container article .content button.button a {
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0; }
      @media all and (max-width: 63.9375em) {
        .page-services .detail-container article .content.open {
          height: auto;
          overflow: auto; } }
      .page-services .detail-container article .image {
        position: relative;
        width: 100%;
        max-width: 479px;
        margin: 0 auto 30px; }
        @media all and (min-width: 64em) {
          .page-services .detail-container article .image {
            float: right;
            margin-right: 26px; } }
        .page-services .detail-container article .image:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 10px;
          width: 100%;
          height: 100%;
          border: 2px solid #e76205; }
          @media all and (min-width: 64em) {
            .page-services .detail-container article .image:before {
              top: 26px;
              left: 26px; } }
    .page-services .detail-container article:nth-of-type(even) .col1 {
      float: right; }
      @media all and (min-width: 64em) {
        .page-services .detail-container article:nth-of-type(even) .col1 {
          padding-left: 123px;
          padding-right: 0; } }
    .page-services .detail-container article:nth-of-type(even) .col2 {
      float: left; }
      @media all and (min-width: 64em) {
        .page-services .detail-container article:nth-of-type(even) .col2 {
          padding-right: 0px; } }

/*********************************************
:: Souvenir Pages
********************************************/
.page-souvenir {
  padding: 30px 0;
  /********************************************/ }
  @media all and (min-width: 64em) {
    .page-souvenir {
      padding: 117px 0 12px; } }
  .page-souvenir .detail-container {
    display: inline-block;
    width: 100%; }
    .page-souvenir .detail-container .col1 {
      float: left;
      width: 100%; }
      @media all and (min-width: 72.5em) {
        .page-souvenir .detail-container .col1 {
          width: 388px; } }
      .page-souvenir .detail-container .col1 h1 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 3.6px; }
    .page-souvenir .detail-container .col2 {
      float: left;
      width: 100%;
      text-align: center; }
      @media all and (min-width: 72.5em) {
        .page-souvenir .detail-container .col2 {
          width: calc(100% - 388px);
          margin-top: 4px;
          margin-bottom: 56px; } }
      .page-souvenir .detail-container .col2 article {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        text-align: left; }
        @media all and (min-width: 48em) {
          .page-souvenir .detail-container .col2 article {
            width: calc(99.99% * 1/2 - (89px - 89px * 1/2)); }
          .page-souvenir .detail-container .col2 article:nth-child(1n){
    float: left;
    margin-right: 89px;
    clear: none; }
          .page-souvenir .detail-container .col2 article:last-child{
    margin-right: 0; }
          .page-souvenir .detail-container .col2 article:nth-child(2n){
    margin-right: 0;
    float: right; }
          .page-souvenir .detail-container .col2 article:nth-child(2n + 1){
    clear: left; } }
        .page-souvenir .detail-container .col2 article img {
          max-width: 327px;
          margin: 0 auto 20px; }
          @media all and (min-width: 48em) {
            .page-souvenir .detail-container .col2 article img {
              margin-bottom: 35px; } }
        .page-souvenir .detail-container .col2 article h3 {
          font-size: 15px;
          line-height: 26.4px;
          letter-spacing: 2.3px;
          color: black; }

/*********************************************
:: Products Search Summary                  
********************************************/
.page-search {
  /********************************************/ }
  .page-search .search-container {
    display: inline-block;
    width: 100%;
    padding-top: 20px; }
    @media all and (min-width: 64em) {
      .page-search .search-container {
        padding: 30px 0 105px; } }
    .page-search .search-container .col1 {
      position: fixed;
      top: 0;
      left: -85%;
      float: left;
      width: 85%;
      height: 100%;
      transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03);
      z-index: 9999; }
      @media all and (min-width: 64em) {
        .page-search .search-container .col1 {
          position: static;
          width: 236px;
          padding-top: 60px; } }
      .page-search .search-container .col1.open-menu {
        left: 0%;
        background: white;
        box-shadow: 0 0 12px 12px rgba(0, 0, 0, 0.2);
        overflow: scroll; }
    .page-search .search-container .col2 {
      float: left;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-search .search-container .col2 {
          width: calc(100% - 236px);
          float: right; } }
      .page-search .search-container .col2 .sort-area {
        width: 141px;
        float: left;
        padding: 0 0 31px 0; }
        @media all and (min-width: 64em) {
          .page-search .search-container .col2 .sort-area {
            float: right; } }
        .page-search .search-container .col2 .sort-area .selectric-wrapper {
          width: 141px;
          height: 32px; }
          .page-search .search-container .col2 .sort-area .selectric-wrapper .selectric {
            width: 141px;
            min-width: 141px;
            height: 32px;
            background: black;
            border: none; }
            .page-search .search-container .col2 .sort-area .selectric-wrapper .selectric b.button {
              width: 32px;
              height: 32px;
              line-height: 32px;
              background: black;
              border-left: 1px solid white; }
              .page-search .search-container .col2 .sort-area .selectric-wrapper .selectric b.button:after {
                width: 32px;
                height: 32px;
                font-size: 16px;
                color: white; }
              .page-search .search-container .col2 .sort-area .selectric-wrapper .selectric b.button:hover {
                color: transparent !important; }
            .page-search .search-container .col2 .sort-area .selectric-wrapper .selectric .label {
              margin: 0 30px 0 15px;
              line-height: 34px;
              color: white; }
            .page-search .search-container .col2 .sort-area .selectric-wrapper .selectric.selectric-hover b.button {
              color: transparent; }
        .page-search .search-container .col2 .sort-area p {
          width: auto;
          float: right;
          font-size: 14px;
          font-weight: 400;
          color: #aaaaaa;
          text-align: right;
          margin: 4px 0 0 20px; }
      .page-search .search-container .col2 .products-module {
        display: inline-block;
        width: 100%;
        font-size: 0; }
        .page-search .search-container .col2 .products-module article {
          margin-left: -1px; }
          @media all and (min-width: 37.5em) {
            .page-search .search-container .col2 .products-module article {
              min-height: 320px;
              padding: 15px 36px 28px;
              width: calc(99.99% * 1/2 - (14px - 14px * 1/2)); }
            .page-search .search-container .col2 .products-module article:nth-child(1n){
    float: left;
    margin-right: 14px;
    clear: none; }
            .page-search .search-container .col2 .products-module article:last-child{
    margin-right: 0; }
            .page-search .search-container .col2 .products-module article:nth-child(2n){
    margin-right: 0;
    float: right; }
            .page-search .search-container .col2 .products-module article:nth-child(2n + 1){
    clear: left; } }
          @media all and (min-width: 64em) {
            .page-search .search-container .col2 .products-module article {
              min-height: 347px;
              margin-bottom: 28px;
              width: calc(99.99% * 1/3 - (28px - 28px * 1/3)); }
            .page-search .search-container .col2 .products-module article:nth-child(1n){
    float: left;
    margin-right: 28px;
    clear: none; }
            .page-search .search-container .col2 .products-module article:last-child{
    margin-right: 0; }
            .page-search .search-container .col2 .products-module article:nth-child(3n){
    margin-right: 0;
    float: right; }
            .page-search .search-container .col2 .products-module article:nth-child(3n + 1){
    clear: left; } }
    .page-search .search-container .filter-close {
      position: absolute;
      top: 60px;
      right: 30px; }
      .page-search .search-container .filter-close span {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #e76205; }
    .page-search .search-container .filter-trigger {
      float: right;
      margin-top: 5px;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.7px;
      text-transform: uppercase; }

/*********************************************
  :: Product Detail                         
********************************************/
.page-product-detail {
  /********************************************/
  /********************************************/
  /********************************************/ }
  .page-product-detail .detail-container {
    display: inline-block;
    width: 100%;
    padding-top: 20px; }
    .page-product-detail .detail-container .button-back {
      float: left;
      width: 110px;
      height: 32px;
      margin: 19px 0 0;
      font-size: 14px;
      color: white;
      background: black; }
      .page-product-detail .detail-container .button-back span {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-right: 15px;
        font-weight: 300;
        line-height: 32px;
        text-align: center;
        color: white;
        background: black;
        border-right: 1px solid white; }
    .page-product-detail .detail-container .col1 {
      float: left;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col1 {
          width: 447px;
          margin: 30px 0 0; } }
      .page-product-detail .detail-container .col1 .product-image {
        display: none; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .product-image {
            position: relative;
            display: inline-block;
            width: 100%;
            max-width: 384px;
            min-height: 384px;
            text-align: center;
            border: 1px solid #AAA;
            overflow: hidden; } }
        .page-product-detail .detail-container .col1 .product-image #large-img {
          position: initial;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: auto;
          min-height: 80%;
          margin: auto; }
        .page-product-detail .detail-container .col1 .product-image .label-container {
          min-width: 110px;
          position: absolute;
          z-index: 2;
          bottom: 10px;
          margin: 0 auto;
          background-color: black;
          display: block;
          left: 50%;
          text-align: center;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          padding: 0 5px; }
        .page-product-detail .detail-container .col1 .product-image h2.product-title, .page-product-detail .detail-container .col1 .product-image legend.product-title {
          font-size: 14px;
          color: white;
          margin-bottom: 0px; }
      .page-product-detail .detail-container .col1 .slick-container {
        position: relative;
        width: 100%;
        max-width: 384px;
        margin: 10px auto 32px auto; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .slick-container {
            float: left;
            margin: 23px 0 32px 0; } }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .slick-container .product-slideshow {
            width: 72%;
            margin: 0 auto; } }
        .page-product-detail .detail-container .col1 .slick-container .product-slideshow .image {
          border: 1px solid #cccccc; }
          @media all and (min-width: 64em) {
            .page-product-detail .detail-container .col1 .slick-container .product-slideshow .image {
              width: 71px;
              height: 71px;
              margin: 0 6px; } }
        .page-product-detail .detail-container .col1 .slick-container .product-slideshow img {
          width: auto;
          max-height: 100%;
          margin: 0 auto; }
    .page-product-detail .detail-container .col2 {
      float: left;
      width: 100%;
      margin: 0px 0 30px 0; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col2 {
          float: right;
          width: calc(100% - 447px);
          margin: 32px 0 30px 0; } }
      .page-product-detail .detail-container .col2 h1 {
        margin-bottom: 7px;
        font-size: 28px;
        font-weight: 400;
        line-height: 24px;
        color: black; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 h1 {
            font-size: 28px; } }
      .page-product-detail .detail-container .col2 p {
        font-size: 14px;
        color: #333; }
      .page-product-detail .detail-container .col2 .sku {
        margin: 0 0 2px;
        text-transform: uppercase;
        color: #4a4a4a; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 .sku {
            margin: 0 0 15px; } }
      .page-product-detail .detail-container .col2 .was {
        margin-bottom: 0px;
        font-weight: 400;
        text-decoration: line-through;
        color: #4a4a4a; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 .was {
            margin: 0 0 4px; } }
      .page-product-detail .detail-container .col2 .price {
        margin: 0 0 8px;
        font-size: 26px;
        font-weight: 600;
        color: #e76205; }
      .page-product-detail .detail-container .col2 .note {
        margin-bottom: 30px;
        font-size: 14px;
        font-style: italic;
        color: #4a4a4a; }
  .page-product-detail .ecommerce-actions {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 35px 0;
    font-weight: 400; }
    .page-product-detail .ecommerce-actions .selectric {
      border-color: #CCCCCC; }
    .page-product-detail .ecommerce-actions p {
      float: left;
      margin: 0;
      font-size: 15px;
      line-height: 40px;
      color: #333333; }
    .page-product-detail .ecommerce-actions .colour {
      display: inline-block;
      vertical-align: top;
      width: 221px;
      margin: 0 16px 0 0; }
      .page-product-detail .ecommerce-actions .colour .selectric-wrapper {
        float: right;
        width: 160px;
        margin: 0; }
        .page-product-detail .ecommerce-actions .colour .selectric-wrapper .selectric {
          width: 160px;
          min-width: 160px;
          border-radius: 0; }
          .page-product-detail .ecommerce-actions .colour .selectric-wrapper .selectric b.button:after {
            color: black; }
    .page-product-detail .ecommerce-actions .size, .page-product-detail .ecommerce-actions .quantity {
      display: inline-block;
      vertical-align: top;
      width: 114px;
      margin: 0 16px 0 0; }
      .page-product-detail .ecommerce-actions .size .selectric-wrapper, .page-product-detail .ecommerce-actions .quantity .selectric-wrapper {
        float: right;
        width: 78px;
        margin: 0; }
        .page-product-detail .ecommerce-actions .size .selectric-wrapper .selectric, .page-product-detail .ecommerce-actions .quantity .selectric-wrapper .selectric {
          width: 78px;
          min-width: 78px;
          border-radius: 0; }
          .page-product-detail .ecommerce-actions .size .selectric-wrapper .selectric b.button, .page-product-detail .ecommerce-actions .quantity .selectric-wrapper .selectric b.button {
            width: 24px; }
            .page-product-detail .ecommerce-actions .size .selectric-wrapper .selectric b.button:after, .page-product-detail .ecommerce-actions .quantity .selectric-wrapper .selectric b.button:after {
              color: black; }
    .page-product-detail .ecommerce-actions .bottom {
      width: 100%;
      margin: 10px 0 0; }
      @media all and (min-width: 64em) {
        .page-product-detail .ecommerce-actions .bottom {
          margin: 20px 0 0; } }
    .page-product-detail .ecommerce-actions .quantity {
      display: inline-block;
      margin-right: 16px; }
      .page-product-detail .ecommerce-actions .quantity .custom-number {
        float: right; }
    .page-product-detail .ecommerce-actions button.button {
      vertical-align: top;
      margin-right: 10px;
      padding: 0 28px;
      font-weight: 400; }
  .page-product-detail .tabs-container {
    display: inline-block;
    width: 100%;
    max-width: 555px;
    margin-bottom: 30px; }
    @media all and (min-width: 64em) {
      .page-product-detail .tabs-container {
        margin-bottom: 90px; } }
    .page-product-detail .tabs-container .links {
      display: inline-block;
      width: 100%;
      margin: 0 auto;
      font-size: 0;
      text-align: center;
      border-bottom: 1px solid #979797; }
      @media all and (min-width: 64em) {
        .page-product-detail .tabs-container .links {
          text-align: left; } }
      .page-product-detail .tabs-container .links a {
        display: inline-block;
        width: auto;
        margin: 0 15px 0 0;
        padding: 0 3px 10px 5px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.29px;
        text-align: center;
        color: black;
        border-bottom: 5px solid transparent; }
        @media all and (min-width: 64em) {
          .page-product-detail .tabs-container .links a {
            font-size: 14px; } }
        .page-product-detail .tabs-container .links a.active {
          border-color: black; }
    .page-product-detail .tabs-container .tab-content {
      width: 100%;
      display: none;
      padding: 15px 0; }
      @media all and (min-width: 64em) {
        .page-product-detail .tabs-container .tab-content {
          padding: 40px 0; } }
      .page-product-detail .tabs-container .tab-content.active {
        display: inline-block; }

/********************************************/
/*********************************************
:: About Pages
********************************************/
.page-about {
  padding: 30px 0;
  /********************************************/ }
  @media all and (min-width: 64em) {
    .page-about {
      padding: 117px 0 100px; } }
  .page-about .detail-container {
    display: inline-block;
    width: 100%; }
    .page-about .detail-container .col1 {
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      @media all and (min-width: 64em) {
        .page-about .detail-container .col1 {
          width: 626px;
          padding-right: 55px; } }
      .page-about .detail-container .col1 h1 {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 3.6px; }
      .page-about .detail-container .col1 .section {
        margin: 0 30px 0 0; }
        .page-about .detail-container .col1 .section:last-child {
          margin: 0; }
    .page-about .detail-container .col2 {
      float: right;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-about .detail-container .col2 {
          width: calc(100% - 626px); } }
    .page-about .detail-container .content {
      margin-bottom: 20px; }
      @media all and (min-width: 64em) {
        .page-about .detail-container .content p {
          margin-bottom: 25px; } }
    .page-about .detail-container .image {
      position: relative;
      width: 100%;
      max-width: 479px;
      margin: 0 auto 30px; }
      @media all and (min-width: 64em) {
        .page-about .detail-container .image {
          float: right;
          margin-left: 26px; } }
      .page-about .detail-container .image:before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 100%;
        height: 100%;
        border: 2px solid #e76205; }
        @media all and (min-width: 64em) {
          .page-about .detail-container .image:before {
            top: 26px;
            right: 26px; } }

/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  /********************************************/ }
  .page-contact .contact-container {
    display: inline-block;
    width: 100%;
    margin: 30px 0; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container {
        margin: 117px 0 30px; } }
    .page-contact .contact-container h1, .page-contact .contact-container h2, .page-contact .contact-container legend {
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 3.6px; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container h1, .page-contact .contact-container h2, .page-contact .contact-container legend {
          margin-bottom: 32px; } }
    .page-contact .contact-container .col1 {
      float: left;
      margin-bottom: 35px;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col1 {
          width: 40%;
          max-width: 458px; } }
      .page-contact .contact-container .col1 p {
        margin: 20px 0 10px;
        line-height: 24px; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 p {
            margin: 32px 0 10px; } }
      .page-contact .contact-container .col1 a {
        display: block;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        color: #0c0c0c; }
      .page-contact .contact-container .col1 .remove {
        display: inline-block;
        margin: 5px 0 0 20px;
        font-size: 15px;
        color: red;
        font-weight: 500;
        line-height: 28px; }
    .page-contact .contact-container .col2 {
      float: left;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col2 {
          width: 60%;
          max-width: 670px;
          float: right;
          padding: 0px; } }
    .page-contact .contact-container .map-area {
      display: inline-block;
      margin-bottom: 30px;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .map-area {
          margin-bottom: 64px; } }
      .page-contact .contact-container .map-area .map {
        float: left;
        margin: auto;
        width: 100%;
        height: 239px; }
    .page-contact .contact-container .form p {
      margin: 0 0 3px; }
    .page-contact .contact-container .form .col1 .dropdown {
      width: 171px;
      margin-right: 14px;
      background-color: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, #e76205 50%), linear-gradient(135deg, #e76205 50%, transparent 50%);
      background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
      background-size: 5px 5px, 5px 5px, 1px 1.5em;
      background-repeat: no-repeat; }
    .page-contact .contact-container .form .col1 .quantity {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 22px; }
      .page-contact .contact-container .form .col1 .quantity p {
        max-width: 110px;
        float: left;
        width: auto;
        margin: 9px 20px 0 0;
        font-size: 13px;
        font-weight: 500;
        line-height: 12px;
        color: #626262; }
      .page-contact .contact-container .form .col1 .quantity input {
        border: 1px solid #999;
        border-radius: 4px; }
      .page-contact .contact-container .form .col1 .quantity .plus a, .page-contact .contact-container .form .col1 .quantity .minus a {
        color: #e76205; }
    .page-contact .contact-container .form .col1 .uploads {
      display: inline-block;
      margin-bottom: 22px; }
    .page-contact .contact-container .form .col1 .add {
      margin-bottom: 24px;
      display: block;
      font-size: 13px;
      font-weight: 500;
      line-height: 20px;
      color: #626262; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .form .col2 {
        padding-left: 115px; } }

/*********************************************
:: Stockists Pages
********************************************/
.page-stockists {
  padding: 30px 0;
  /********************************************/ }
  @media all and (min-width: 64em) {
    .page-stockists {
      margin: 0 0 55px;
      padding: 121px 0 12px; } }
  .page-stockists .detail-container {
    display: inline-block;
    width: 100%; }
    .page-stockists .detail-container .col1 {
      float: left;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-stockists .detail-container .col1 {
          width: 607px;
          padding-right: 82px; } }
      .page-stockists .detail-container .col1 h1 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 3.6px; }
        @media all and (min-width: 64em) {
          .page-stockists .detail-container .col1 h1 {
            margin-bottom: 32px; } }
      .page-stockists .detail-container .col1 article {
        width: 100%; }
        .page-stockists .detail-container .col1 article .title {
          border-bottom: 1px solid #999999; }
          .page-stockists .detail-container .col1 article .title h3 {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 500;
            line-height: 43px;
            text-transform: uppercase;
            color: black;
            cursor: pointer; }
        .page-stockists .detail-container .col1 article .stockists {
          display: none;
          width: 100%;
          padding: 10px; }
          @media all and (min-width: 64em) {
            .page-stockists .detail-container .col1 article .stockists {
              padding: 35px 57px 15px; } }
          .page-stockists .detail-container .col1 article .stockists .location {
            width: calc(99.99% * 1/2 - (50px - 50px * 1/2));
            margin-bottom: 20px;
            cursor: pointer; }
          .page-stockists .detail-container .col1 article .stockists .location:nth-child(1n){
  float: left;
  margin-right: 50px;
  clear: none; }
          .page-stockists .detail-container .col1 article .stockists .location:last-child{
  margin-right: 0; }
          .page-stockists .detail-container .col1 article .stockists .location:nth-child(2n){
  margin-right: 0;
  float: right; }
          .page-stockists .detail-container .col1 article .stockists .location:nth-child(2n + 1){
  clear: left; }
            .page-stockists .detail-container .col1 article .stockists .location h5 {
              font-size: 16px;
              font-weight: 400;
              line-height: 19px;
              text-transform: uppercase;
              color: black; }
            .page-stockists .detail-container .col1 article .stockists .location p {
              font-size: 16px;
              color: #999;
              margin: 0px; }
            .page-stockists .detail-container .col1 article .stockists .location a {
              margin-bottom: 10px;
              font-size: 12px; }
      .page-stockists .detail-container .col1 article.active .title h3 {
        color: #e76205; }
      .page-stockists .detail-container .col1 article.active .stockists {
        display: inline-block; }
    .page-stockists .detail-container .col2 {
      float: left;
      width: 100%;
      text-align: center; }
      @media all and (min-width: 64em) {
        .page-stockists .detail-container .col2 {
          width: calc(100% - 607px);
          margin-bottom: 56px; } }
      .page-stockists .detail-container .col2 .map-area {
        display: inline-block;
        margin-bottom: 30px;
        width: 100%; }
        @media all and (min-width: 64em) {
          .page-stockists .detail-container .col2 .map-area {
            margin-bottom: 77px; } }
        .page-stockists .detail-container .col2 .map-area .map {
          float: left;
          margin: auto;
          width: 100%;
          height: 339px; }
          @media all and (min-width: 64em) {
            .page-stockists .detail-container .col2 .map-area .map {
              height: 539px; } }
      .page-stockists .detail-container .col2 .gm-style-iw {
        min-width: 234px;
        padding: 38px 10px;
        text-align: left; }
        .page-stockists .detail-container .col2 .gm-style-iw h3 {
          font-size: 18px;
          font-weight: 400;
          line-height: 14px;
          text-transform: uppercase; }
        .page-stockists .detail-container .col2 .gm-style-iw p {
          font-size: 18px;
          color: black; }
        .page-stockists .detail-container .col2 .gm-style-iw a {
          color: #999; }

/*********************************************
:: Products
********************************************/
/*********************************************
:: Page Template: Cart Checkout
********************************************/
.page-template-cart-checkout {
  padding: 25px 15px 25px 15px; }
  .page-template-cart-checkout .main {
    padding: 0px;
    background-image: none; }
  .page-template-cart-checkout .title-module {
    margin-bottom: 50px; }
  @media all and (min-width: 64em) {
    .page-template-cart-checkout {
      padding: 85px 0px 85px 0px; }
      .page-template-cart-checkout aside {
        float: right;
        width: 35%; }
      .page-template-cart-checkout .main {
        width: 65%;
        padding: 0px 25px 0px 0px; } }

/*********************************************
:: Cart Styles
********************************************/
@media all and (max-width: 63.9375em) {
  .page-cart .title-module h1 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 48px;
    text-transform: uppercase; } }

.page-cart .footer-module {
  clear: both; }
  @media all and (min-width: 64em) {
    .page-cart .footer-module {
      text-align: right; } }
  .page-cart .footer-module .continue {
    display: block;
    margin: 30px 30px 0 0; }
    @media all and (min-width: 64em) {
      .page-cart .footer-module .continue {
        margin-bottom: 0px;
        display: inline-block;
        color: #32434c;
        font-family: "Open Sans";
        font-size: 14px; } }
    .page-cart .footer-module .continue span {
      font-weight: 700;
      color: black;
      margin-right: 5px; }
  .page-cart .footer-module .checkout {
    text-align: center;
    display: block;
    width: 190px;
    height: 42px;
    border-radius: 8px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin: 30px auto 0;
    padding: 0; }
    @media all and (min-width: 64em) {
      .page-cart .footer-module .checkout {
        width: 202px;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 42px;
        text-transform: uppercase; } }

.shopping-cart-module {
  text-align: center;
  margin: 0 0 60px 0;
  /*float: left;*/ }
  .shopping-cart-module.main {
    float: left; }
  .shopping-cart-module .cart-header-items {
    width: 100%;
    float: left;
    display: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    color: #666;
    background: #ececec;
    padding: 15px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .cart-header-items {
        display: block; } }
    .shopping-cart-module .cart-header-items span {
      float: left; }
      .shopping-cart-module .cart-header-items span.item {
        width: 70%; }
      .shopping-cart-module .cart-header-items span.qty {
        width: 15%;
        text-align: center; }
      .shopping-cart-module .cart-header-items span.price {
        float: right;
        width: 15%;
        text-align: right; }
  .shopping-cart-module .cart-line-items {
    width: 100%;
    float: left;
    margin-bottom: 0px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .cart-line-items {
        margin-bottom: 0px; } }
  .shopping-cart-module .cart-line-item {
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px 0px 15px 0px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .cart-line-item {
        padding: 30px 15px 30px 0px; } }
  .shopping-cart-module .image-col {
    width: 25%;
    float: left;
    text-align: left;
    /*background: #f5f5f5;*/
    margin-bottom: 20px; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .image-col {
        width: 15%;
        margin-bottom: 0px; } }
    .shopping-cart-module .image-col img {
      max-height: 108px;
      display: inline-block;
      vertical-align: top; }
  .shopping-cart-module .description-col {
    width: 75%;
    float: left;
    padding: 0 20px 0 0; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .description-col {
        width: 55%; } }
    .shopping-cart-module .description-col .product-title {
      display: block;
      color: #32434c;
      font-family: "Open Sans";
      font-size: 18px;
      margin-bottom: 5px; }
      @media all and (min-width: 64em) {
        .shopping-cart-module .description-col .product-title {
          font-size: 18px;
          margin-bottom: 15px; } }
    .shopping-cart-module .description-col strong {
      color: black; }
    .shopping-cart-module .description-col p {
      margin-bottom: 5px; }
    .shopping-cart-module .description-col > *:last-child {
      margin-bottom: 0px; }
  .shopping-cart-module .quantity-col {
    width: 50%;
    float: left;
    font-size: 18px;
    clear: left; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .quantity-col {
        width: 15%;
        clear: none;
        text-align: center; } }
    .shopping-cart-module .quantity-col input {
      display: inline-block;
      max-width: 85px;
      height: 38px;
      text-align: center;
      float: none; }
  .shopping-cart-module .price-col {
    float: left;
    width: 50%;
    text-align: right;
    color: #333333;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .price-col {
        width: 15%;
        font-size: 20px; } }
  .shopping-cart-module .button-remove {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    color: #32434c;
    font-family: "Open Sans";
    font-size: 14px;
    margin-top: 5px; }
    .shopping-cart-module .button-remove span {
      font-size: 14px;
      margin-right: 10px; }
  .shopping-cart-module .shipping-estimator {
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 800px;
    margin-bottom: 30px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .shipping-estimator {
        float: left;
        max-width: 400px; } }
    .shopping-cart-module .shipping-estimator p {
      margin-bottom: 15px; }
  .shopping-cart-module h3 {
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    color: #333;
    margin-bottom: 10px; }
  .shopping-cart-module .cart-totals {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    background-color: #ececec;
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px;
    padding: 15px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .cart-totals {
        float: right; } }
    .shopping-cart-module .cart-totals table {
      margin: 0px; }
    .shopping-cart-module .cart-totals td {
      float: left;
      padding: 0px;
      vertical-align: top;
      margin: 0px;
      color: #000000;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400;
      line-height: 25px; }
    .shopping-cart-module .cart-totals tr {
      float: left;
      width: 100%;
      margin-bottom: 15px; }
      .shopping-cart-module .cart-totals tr td:last-of-type {
        float: right;
        text-align: right;
        color: #000000;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 700; }
      .shopping-cart-module .cart-totals tr:last-of-type {
        margin-bottom: 0px;
        /*border-top: 2px solid #ccc;*/
        padding-top: 5px; }
        .shopping-cart-module .cart-totals tr:last-of-type td {
          color: #000000;
          font-family: "Open Sans";
          font-size: 14px;
          font-weight: 600;
          line-height: 25px; }
          .shopping-cart-module .cart-totals tr:last-of-type td:last-of-type {
            color: #d0021b;
            font-size: 24px;
            font-weight: 700; }
    .shopping-cart-module .cart-totals .bordered {
      border-top: 2px solid #ccc;
      border-bottom: 2px solid #ccc; }
    .shopping-cart-module .cart-totals p {
      margin: 0;
      padding: 0;
      color: #666666;
      font-family: "Open Sans";
      font-size: 12px;
      font-style: italic;
      line-height: 14px; }
    .shopping-cart-module .cart-totals .add-coupon-row td {
      float: left;
      width: 100%; }
    .shopping-cart-module .cart-totals .button-coupon-toggle {
      float: left;
      text-align: left;
      width: 100%;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: none;
      padding-top: 15px;
      border-top: 2px solid #ccc; }
      .shopping-cart-module .cart-totals .button-coupon-toggle span {
        margin-right: 5px; }
      .shopping-cart-module .cart-totals .button-coupon-toggle.active span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block; }
    .shopping-cart-module .cart-totals .coupons-container {
      margin: 15px 0;
      width: 100%; }
      .shopping-cart-module .cart-totals .coupons-container input {
        display: none;
        border-radius: 0;
        border: 1px solid #e76205; }
      .shopping-cart-module .cart-totals .coupons-container p {
        text-align: left;
        color: #000000;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        font-style: normal; }
        .shopping-cart-module .cart-totals .coupons-container p span {
          margin-right: 6px; }
      .shopping-cart-module .cart-totals .coupons-container.active p {
        display: none; }
      .shopping-cart-module .cart-totals .coupons-container.active input {
        display: block; }

/*********************************************
:: Module: Checkout Order Summary
********************************************/
.module-checkout-order-summary {
  width: 100%;
  float: left;
  background-color: #ececec;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px 0; }
  @media all and (min-width: 64em) {
    .module-checkout-order-summary {
      float: right; } }
  .module-checkout-order-summary table {
    margin: 0px; }
  .module-checkout-order-summary td {
    float: left;
    font-size: 12px;
    line-height: 2;
    color: black;
    vertical-align: top;
    margin: 0px;
    padding: 0px; }
  .module-checkout-order-summary tr {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px; }
    .module-checkout-order-summary tr td:last-of-type {
      float: right;
      color: black;
      font-weight: 700;
      text-align: right;
      font-size: 1.125em; }
    .module-checkout-order-summary tr:last-of-type {
      border-top: 1px solid black;
      margin-bottom: 0px;
      padding-top: 15px; }
      .module-checkout-order-summary tr:last-of-type td {
        line-height: 30px; }
        .module-checkout-order-summary tr:last-of-type td:last-of-type {
          font-size: 16px;
          font-weight: 700;
          line-height: 30px;
          color: black; }
  .module-checkout-order-summary p {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin: 0px; }
  .module-checkout-order-summary .line-item-row {
    text-align: left;
    border-bottom: 2px solid white;
    padding: 0px 15px; }
    .module-checkout-order-summary .line-item-row:first-of-type {
      padding-top: 0px; }
    .module-checkout-order-summary .line-item-row:last-of-type {
      margin-bottom: 20px; }
    .module-checkout-order-summary .line-item-row td:first-of-type {
      width: 30%; }
    .module-checkout-order-summary .line-item-row td:last-of-type {
      width: 70%;
      text-align: left;
      padding-left: 15px; }
    .module-checkout-order-summary .line-item-row img {
      vertical-align: top; }
    .module-checkout-order-summary .line-item-row p {
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      line-height: 26px;
      color: black;
      margin: 0 0 0px; }
    .module-checkout-order-summary .line-item-row p a {
      color: black; }
  .module-checkout-order-summary .add-coupon-row td {
    float: left;
    width: 100%; }
  .module-checkout-order-summary .button-coupon-toggle {
    float: left;
    text-align: left;
    width: 100%;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: none;
    padding-top: 15px;
    border-top: 2px solid #ccc; }
    .module-checkout-order-summary .button-coupon-toggle span {
      margin-right: 5px; }
    .module-checkout-order-summary .button-coupon-toggle.active span {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block; }
  .module-checkout-order-summary .coupons-container {
    display: none;
    margin-top: 15px;
    width: 100%;
    float: left; }
    .module-checkout-order-summary .coupons-container.active {
      display: block; }
    .module-checkout-order-summary .coupons-container input {
      float: left;
      background: none;
      height: 55px;
      width: 75%;
      border: 1px solid #e76205;
      border-radius: 0.313em 0em 0em 0.313em; }
    .module-checkout-order-summary .coupons-container button {
      height: 55px;
      width: 25%;
      float: left;
      padding: 0px;
      border-radius: 0em 0.313em 0.313em 0em;
      font-size: 0.813em; }
    .module-checkout-order-summary .coupons-container .button-remove {
      margin-top: 0px; }

/*******************************************/
/*********************************************
:: Carousel Module
********************************************/
.category-filter {
  padding: 62px 30px 52px 37px; }
  @media all and (min-width: 64em) {
    .category-filter {
      padding: 0; } }
  .category-filter h4 {
    margin: 4px 0 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: black; }
  .category-filter ul {
    margin: 0; }
  .category-filter li a {
    padding: 0 0 0 28px;
    font-size: 15px;
    font-weight: 300;
    color: black; }
    .category-filter li a:hover {
      color: #e76205; }
    .category-filter li a:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0px;
      width: 15px;
      height: 15px;
      background: white;
      border: 1px solid #e76205; }
  .category-filter li.active > a:before {
    background: #e76205; }
  .category-filter .parent {
    margin: 10px 0; }
    .category-filter .parent ul {
      padding: 10px 20px 0; }
  .category-filter .sub-menu {
    display: none;
    margin-left: 6px;
    border-left: 1px solid #cccccc; }
    .category-filter .sub-menu .sub-parent {
      margin: 0 0 14px -10px; }
      .category-filter .sub-menu .sub-parent a {
        color: #4a4a4a; }
        .category-filter .sub-menu .sub-parent a:before {
          content: unset !important; }

/********************************************/
/*********************************************
:: Module: Checkout Steps
********************************************/
.module-checkout-steps {
  width: 100%;
  float: left; }
  .module-checkout-steps .checkout-billing-address-fields input[type='checkbox'] {
    margin: 3px 5px 0 0;
    width: auto; }
  .module-checkout-steps .checkout-billing-address-fields .custom-checkbox-radio p {
    line-height: 16px; }
  .module-checkout-steps .checkout-step-item {
    width: 100%;
    float: left;
    text-align: left; }
  .module-checkout-steps .checkout-step-title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    cursor: pointer;
    color: #555555;
    background: #ececec;
    margin-bottom: 10px;
    padding: 15px; }
    .module-checkout-steps .checkout-step-title .step {
      float: right;
      font-size: 13px;
      font-style: italic;
      line-height: 1.4;
      color: #999; }
  .module-checkout-steps .open-step .checkout-step-title {
    background: white;
    box-shadow: 0px -2px 0px 0px #e76205;
    padding: 15px 0; }
    .module-checkout-steps .open-step .checkout-step-title .step span {
      color: #666; }
  .module-checkout-steps .checkout-step-content,
  .module-checkout-steps .checkout-step-footer {
    width: 100%;
    float: left;
    padding: 15px 0;
    display: none; }
  .module-checkout-steps .checkout-step-footer {
    text-align: center; }
    .module-checkout-steps .checkout-step-footer button {
      width: 202px;
      height: 42px;
      border-radius: 5px;
      background-color: #000000;
      text-align: center;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 600;
      line-height: 25px;
      text-transform: uppercase; }
    @media all and (min-width: 48em) {
      .module-checkout-steps .checkout-step-footer {
        text-align: right; } }
  .module-checkout-steps .checkout-step-item.open-step .checkout-step-content,
  .module-checkout-steps .checkout-step-item.open-step .checkout-step-footer {
    display: block; }
  .module-checkout-steps .gift-option-line-item {
    width: 100%;
    float: left; }
  .module-checkout-steps .gift-option-message-container {
    float: left;
    width: 100%;
    display: none; }
    .module-checkout-steps .gift-option-message-container.active {
      display: block; }
  .module-checkout-steps .cc-image {
    position: relative;
    top: 15px;
    margin-right: 15px; }
  .module-checkout-steps .custom-checkbox-radio {
    width: auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    display: inline-block;
    margin-right: 10px; }
  .module-checkout-steps .button-text {
    text-transform: none;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .module-checkout-steps .button-text span {
      display: inline-block;
      margin-right: 5px; }
  .module-checkout-steps h3 {
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.813em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    text-transform: uppercase;
    color: black;
    margin-bottom: 5px; }
  .module-checkout-steps .js-checkout-new-address-trigger,
  .module-checkout-steps .js-checkout-edit-address-trigger {
    margin: 0 15px 20px 0; }

/*******************************************/
.checkout-delivery-structure {
  width: 100%;
  float: left;
  display: none; }
  .checkout-delivery-structure.active {
    display: block; }

/*******************************************/
.checkout-delivery-option-type {
  width: 100%;
  float: left;
  display: none; }
  .checkout-delivery-option-type.active {
    display: block; }

/*******************************************/
.checkout-edit-address {
  float: left;
  width: 100%;
  display: none;
  background: #eeeeee;
  border: 1px solid #afafaf;
  padding: 20px;
  margin-bottom: 20px; }
  .checkout-edit-address.active {
    display: block; }

/*******************************************/
.checkout-new-address {
  float: left;
  width: 100%;
  display: none;
  background: #eeeeee;
  border: 1px solid #afafaf;
  padding: 20px;
  margin-bottom: 20px; }
  .checkout-new-address.active {
    display: block; }

/*******************************************/
.checkout-line-item {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.313em;
  padding: 25px;
  margin-bottom: 10px; }
  @media all and (min-width: 64em) {
    .checkout-line-item {
      padding-left: 0px;
      padding-right: 0px; } }
  .checkout-line-item .col {
    float: left;
    width: 100%; }
    .checkout-line-item .col:first-of-type {
      text-align: center; }
    @media all and (min-width: 64em) {
      .checkout-line-item .col {
        width: 40%; }
        .checkout-line-item .col:last-of-type {
          width: 60%;
          border-left: 2px solid #ccc;
          padding: 55px 35px 40px 35px; } }
  .checkout-line-item .product-preview {
    text-align: center;
    width: 80%;
    display: inline-block;
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .checkout-line-item .product-preview {
        margin-bottom: 0px; } }
  .checkout-line-item img {
    width: 100%;
    max-width: 70px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
  .checkout-line-item span {
    display: block; }

/*******************************************/
.checkout-billing-address-fields {
  float: left;
  width: 100%; }
  .checkout-billing-address-fields .js-edit-step1-address-trigger,
  .checkout-billing-address-fields .js-save-step1-address-trigger {
    float: right;
    display: none; }
  .checkout-billing-address-fields .form-field:not(.combo-form-field) label {
    display: none; }

.checkout-step-item[data-step="1"].editing-address .checkout-step-footer {
  display: none; }

.checkout-step-item[data-step="1"].editing-address .checkout-billing-address-fields .js-edit-step1-address-trigger {
  display: none; }

.checkout-step-item[data-step="1"].editing-address .checkout-billing-address-fields .js-save-step1-address-trigger {
  display: block; }

.checkout-step-item[data-step="1"].completed-step .checkout-step-footer {
  display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .js-edit-step1-address-trigger {
  display: block;
  margin-top: 10px; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .form-field {
  width: 100%;
  margin-bottom: 5px;
  height: auto;
  min-height: auto;
  padding: 0px;
  border: none;
  transition: none;
  margin: 0px 0px 5px 0px; }
  @media all and (min-width: 64em) {
    .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .form-field {
      width: 50%; } }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields h3 {
  display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields label {
  display: block !important;
  width: 30%;
  margin: 0px;
  line-height: 2;
  font-size: 0.75em;
  font-weight: 400; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields input, .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields select {
  float: left;
  width: 70%;
  height: auto;
  transition: none;
  border: 1px solid white;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
  font-size: 0.9em;
  font-weight: 600;
  color: black; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields select {
  width: 100%; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select {
  width: auto; }
  .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select:before, .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select:after {
    display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill,
.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill:hover,
.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset; }

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left; }

.selectric-responsive {
  width: 100%; }

.selectric {
  min-width: 170px;
  border: 1px solid #999;
  border-radius: 4px;
  background: white;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 36px 0 10px;
    font-size: 14px;
    line-height: 36px;
    color: #444;
    height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: white;
    color: transparent;
    text-align: center; }
    .selectric .button:after {
      content: "\e926";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      font-family: "icomoon";
      font-size: 12px;
      color: #e76205; }

.selectric-focus .selectric {
  border-color: #666666; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: gray; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid gray;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* ==========================================================================
   $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;
  -moz-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;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  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;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  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;
  -moz-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 {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "icomoon";
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  @media all and (min-width: 64em) {
    .slick-prev {
      left: -50px; } }
  .slick-prev:before {
    content: "\e916"; }

.slick-next {
  right: -25px; }
  @media all and (min-width: 64em) {
    .slick-next {
      right: -50px; } }
  .slick-next:before {
    content: "\e917"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #D8D8D8;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #D8D8D8;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

.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 {
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 1100;
  width: 38px;
  height: 38px;
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  border-radius: 50%;
  background: transparent;
  color: white;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.mfp-bg {
  z-index: 999999; }

.mfp-wrap {
  z-index: 9999999; }

.mfp-container {
  max-width: 495px;
  right: 0px;
  margin: auto;
  border-radius: 4px; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  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;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  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; }
