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

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

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

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

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

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

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

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

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

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

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

figure {
  margin: 0px; }

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

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

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

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

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

/*********************************************
:: Icon Fonts
********************************************/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);*/
@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; }

@font-face {
  font-family: "Selima";
  src: url("/fonts/Selima.otf");
  font-weight: 400; }

@font-face {
  font-family: "Blacksword";
  src: url("/fonts/Blacksword.otf");
  font-weight: 400; }

@font-face {
  font-family: "Wild Youth";
  src: url("/fonts/WildYouth-Regular.otf");
  font-weight: 400; }

[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-search3:before {
  content: "\e962"; }

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

.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-calendar2:before {
  content: "\e933"; }

.icon-check: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-envelope-o:before {
  content: "\e93d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-times:before {
  content: "\e954"; }

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

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

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

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

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

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

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

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

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

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

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

.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-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-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-behance:before {
  content: "\f1b4"; }

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

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

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

.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-plus2:before {
  content: "\f0d5"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-lock-24:before {
  content: "\e960"; }

/*********************************************
:: Typography
********************************************/
/*******************************************/
html {
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  color: #000; }

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important; }

h1 {
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  /*color: $color-brand-1;*/
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    h1 {
      font-size: 44px;
      line-height: 50px; } }

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

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

h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3.08px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    h4 {
      font-size: 20px; } }

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

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

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

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

small {
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

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

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

dt:after {
  content: ": "; }

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

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

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

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  display: block;
  padding: 20px 10% 20px 10%;
  color: #745D95;
  text-align: left;
  font-style: italic;
  font-size: 20px;
  font-size: 300;
  line-height: 1.7; }
  @media all and (min-width: 64em) {
    blockquote {
      font-size: 34px;
      line-height: 1.42; } }

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: black; }
  @media all and (min-width: 64em) {
    .leadcopy {
      font-size: 17px;
      line-height: 1.33; } }

.wysiwyg {
  text-align: left; }
  .wysiwyg img {
    margin: 0 auto 15px auto;
    display: block; }
  .wysiwyg ul li {
    list-style-type: disc; }

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

.clear {
  clear: both; }

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

button {
  outline: none; }

/*******************************************/
.button {
  display: inline-block;
  text-decoration: none;
  height: auto;
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  transition: all .4s ease-in-out;
  background: transparent;
  color: #745D95;
  padding: 6px 12px; }
  .button:hover, .button:focus, .button:active {
    color: #745D95; }

.button-book {
  width: 140px;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  background: #F13E2B;
  border-radius: 20px;
  font-size: 14px !important;
  margin: 0 !important;
  letter-spacing: 2px;
  font-weight: 700; }

#mobile-menu .button-book {
  display: block;
  width: 130px;
  height: 30px;
  border-radius: 83px;
  border: 1px solid #f13e2b;
  background-color: #fff !important;
  color: #f13e2b !important;
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase; }

.button-transparent {
  width: auto;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  background: transparent;
  border: 1px solid white;
  border-radius: 20px;
  margin: 0px;
  padding: 0 20px; }

.button-purple {
  width: auto;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  background: #745D95;
  border-radius: 20px;
  margin: 0px;
  padding: 0 20px; }

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

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

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

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

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

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

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

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

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

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

/*******************************************/
.main {
  display: block;
  min-height: calc(100vh - 100px);
  padding-top: 95px; }
  @media (min-width: 1000px) {
    .main {
      padding-top: 199px; } }
  .main::after {
    content: "";
    display: block;
    clear: both; }

.main.page-home {
  border-top: none; }

.slide {
  /*cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur), default !important;*/
  cursor: url(/dev/openhand.cur), default !important; }
  .slide:focus {
    outline: none !important; }
  .slide:active {
    /*cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/closedhand.cur), default !important;*/
    cursor: url(/dev/closedhand.cur), default !important; }

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

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

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

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

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

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

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

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

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

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

/*******************************************/
.quarter-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .quarter-col {
      width: 25%; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(2), .quarter-col.padded:nth-child(3) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(4) {
      padding: 0 0 0 1%; } }

.third-col {
  float: right;
  display: none;
  width: 33.33%; }
  @media all and (min-width: 48em) {
    .third-col {
      display: block; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(2) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(3) {
      padding: 0 0 0 1%; } }

.two-third-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 48em) {
    .two-third-col {
      width: 66.66%; } }
  @media all and (min-width: 64em) {
    .two-third-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .two-third-col.padded:nth-child(2) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .two-third-col.padded:nth-child(3) {
      padding: 0 0 0 1%; } }

.half-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .half-col {
      width: 50%; } }
  @media all and (min-width: 64em) {
    .half-col.padded {
      width: 48%; } }
  .half-col.padded:nth-child(2) {
    float: right; }

/*******************************************/
.covered-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.contained-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

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

legend {
  margin-bottom: 15px; }

label {
  color: #000000;
  font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; }

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

/*******************************************/
input,
textarea,
select {
  outline: none;
  width: 100%;
  height: 36px;
  display: inline-block;
  float: left;
  transition: all .5s ease-in-out;
  background: white;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 6px 10px 6px 10px;
  font-size: 0.938em;
  line-height: 1.7; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    transition: all .5s ease-in;
    border: 1px solid #F13E2B; }

.secondary {
  background: #f1f1f1;
  border: 1px solid #F13E2B; }

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

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

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

select {
  color: #999999;
  font-family: "Lato", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 330px;
  width: 100%; }

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

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

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 15px 0; }
  .form-field > label {
    float: left;
    width: 100%;
    margin-bottom: 3px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  position: relative; }
  @media all and (min-width: 64em) {
    .button-field {
      margin-bottom: 80px; } }
  .button-field .form-note {
    color: #999999;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    float: none;
    margin-top: 11px; }
    @media all and (min-width: 64em) {
      .button-field .form-note {
        margin-bottom: 0px;
        width: auto;
        float: left; } }
  .button-field button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f13e2b; }
  .button-field button,
  .button-field input[type="submit"],
  .button-field input[type="reset"] {
    display: block;
    width: 108px;
    height: 30px;
    float: none;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: white;
    background-color: #f13e2b;
    border-radius: 4px;
    margin: auto;
    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 {
      padding: 0;
      margin: 0;
      height: 30px;
      vertical-align: middle;
      line-height: 30px;
      color: #999999;
      font-size: 13px; }
    .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: #F13E2B; }

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

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

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

/*.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect>.CaptionCont {
    color: $form-field-text-color;
    border-color: $form-field-border-color;
}*/
label.error,
label.error-SumoSelect-label,
.php-error li {
  color: #E40000 !important;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0; }

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

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

/*********************************************
:: eEyframes and animation
********************************************/
@keyframes move {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(0px, 0px) rotate(15deg); }
  5% {
    transform: translate(-150px, -100px) rotate(9deg); }
  20% {
    transform: translate(-200px, -90px) rotate(0deg); }
  25% {
    transform: translate(-220px, -80px) rotate(-9deg); }
  27% {
    transform: translate(-220px, -100px) rotate(0deg); }
  50% {
    transform: translate(-260px, -100px) rotate(0deg); }
  52% {
    transform: translate(-280px, -120px) rotate(-19deg); }
  62% {
    transform: translate(-280px, -120px) rotate(-19deg); }
  75% {
    transform: translate(-300px, -100px) rotate(-37deg); }
  77% {
    transform: translate(-370px, -150px) rotate(-20deg); }
  90% {
    transform: translate(-440px, -150px) rotate(-45deg); }
  95% {
    transform: translate(-450px, -190px) rotate(-55deg); }
  100% {
    transform: translate(-450px, -690px) rotate(-55deg); } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes swinging {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    right: -3000px;
    top: 800px;
    transform: rotate(180deg); }
  60% {
    opacity: 1;
    right: 50px;
    top: 0px;
    transform: rotate(0deg); }
  to {
    right: -250px;
    top: 100px;
    transform: rotate(-20deg); } }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  width: 100%;
  height: 95px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }
  @media all and (min-width: 64em) {
    .site-header {
      height: 199px; } }
  .site-header .content-max-width {
    height: calc(100% - 26px);
    position: relative; }
  .site-header .grey {
    width: 100%;
    height: 26px;
    float: left;
    background: rgba(238, 238, 238, 0.61); }
    @media all and (min-width: 64em) {
      .site-header .grey {
        height: 42px; } }
    .site-header .grey nav {
      display: inline-block;
      float: right; }
    .site-header .grey nav li a {
      font-size: 14px;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: 1px;
      color: #999999;
      padding: 0 10px;
      display: none; }
      @media all and (min-width: 64em) {
        .site-header .grey nav li a {
          display: inline-block;
          line-height: 42px; } }
      .site-header .grey nav li a.last-kiwi {
        color: #745d95;
        font-size: 13px;
        font-weight: 700;
        line-height: 30px;
        margin-right: 15px; }
    .site-header .grey nav li a.call {
      color: #F13E2B;
      font-size: 14px !important;
      letter-spacing: 2px !important;
      padding-right: 0;
      margin-left: 15px; }
    .site-header .grey nav li a.cart {
      width: 135px;
      display: inline-block !important;
      background: #B1B1B1;
      line-height: 26px;
      color: black;
      text-align: left;
      padding-left: 10px;
      position: relative;
      vertical-align: top;
      font-weight: 600; }
      @media all and (min-width: 64em) {
        .site-header .grey nav li a.cart {
          vertical-align: middle;
          line-height: 42px; } }
      .site-header .grey nav li a.cart:after {
        content: "";
        position: absolute;
        top: 0;
        left: -9px;
        height: 26px;
        font-size: 0;
        line-height: 0%;
        width: 0;
        border-top: 26px solid rgba(238, 238, 238, 0.61);
        border-right: 10px solid #B1B1B1; }
        @media all and (min-width: 64em) {
          .site-header .grey nav li a.cart:after {
            height: 42px;
            border-top: 42px solid rgba(238, 238, 238, 0.61); } }
      .site-header .grey nav li a.cart span.icon-34568 {
        width: 40px;
        height: 40px;
        display: inline-block;
        font-size: 22px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        color: #666666;
        background: white;
        position: absolute;
        top: -6px;
        right: -10px; }
        @media all and (min-width: 64em) {
          .site-header .grey nav li a.cart span.icon-34568 {
            width: 60px;
            height: 60px;
            line-height: 60px; } }
    .site-header .grey li:hover {
      position: relative; }
      .site-header .grey li:hover ul {
        display: block; }
    .site-header .grey li ul {
      display: none;
      width: 200px;
      background: white;
      border: 1px solid #ECECEC;
      position: absolute;
      top: 42px;
      left: 0;
      z-index: 9;
      padding: 5px; }
      .site-header .grey li ul li {
        width: 100%;
        margin-bottom: 0px;
        border-bottom: 1px solid #ECECEC; }
        .site-header .grey li ul li:last-of-type {
          border-bottom: none; }
  .site-header .logo {
    position: absolute;
    width: 84px;
    height: 89px;
    top: -10px;
    left: 15px;
    background-image: url("/images/logo.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .site-header .logo {
        width: 153px;
        height: 161px;
        top: -26px; } }
  .site-header .right {
    float: right;
    display: none; }
    @media all and (min-width: 64em) {
      .site-header .right {
        display: inline-block; } }
    .site-header .right .bottom {
      width: 100%;
      float: right;
      margin: 40px 0 42px 0; }
      .site-header .right .bottom ul {
        /*margin-left: -10px;*/
        text-align: right; }
      .site-header .right .bottom li {
        font-size: 22px;
        color: #979797; }
      .site-header .right .bottom a {
        margin: 0 25px;
        vertical-align: bottom;
        padding-bottom: 0; }
    .site-header .right .form-area {
      /*width: 100%;*/
      width: 725px;
      text-align: right;
      font-size: 0; }
      .site-header .right .form-area .js-products-toggle {
        width: 185px;
        height: 45px;
        float: left;
        text-align: left;
        background: black;
        line-height: 45px;
        color: white;
        position: relative;
        padding: 0 20px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px; }
        .site-header .right .form-area .js-products-toggle:after {
          content: "";
          position: absolute;
          top: 0px;
          right: -14px;
          height: 45px;
          font-size: 0px;
          line-height: 0%;
          width: 0px;
          border-top: 45px solid white;
          border-left: 15px solid black; }
        .site-header .right .form-area .js-products-toggle span {
          float: right;
          line-height: 45px; }
      .site-header .right .form-area form {
        width: calc(100% - 185px);
        float: right;
        margin-top: 5px; }
        .site-header .right .form-area form input.keyword {
          float: none;
          display: inline-block;
          vertical-align: top;
          width: 52%;
          height: 40px;
          line-height: 40px;
          border: none;
          border-radius: 0;
          border-bottom: 2px solid black;
          padding: 5px 20px;
          margin-left: -1%;
          font-size: 14px; }
          .site-header .right .form-area form input.keyword:hover {
            background: white;
            border-bottom: 2px solid #F13E2B; }
          .site-header .right .form-area form input.keyword :-ms-input-placeholder::before {
            /* IE 10+ */
            content: "hello"; }
          .site-header .right .form-area form input.keyword :-moz-placeholder::before {
            /* Firefox 18- */
            content: "hello"; }
          .site-header .right .form-area form input.keyword ::placeholder::before {
            content: "hello"; }
        .site-header .right .form-area form .select-wrapper {
          width: 211px;
          height: 40px;
          display: inline-block;
          position: relative;
          font-size: 14px; }
          .site-header .right .form-area form .select-wrapper span {
            position: absolute;
            top: 0px;
            right: 20px;
            line-height: 40px;
            color: white; }
          .site-header .right .form-area form .select-wrapper:after {
            content: "";
            position: absolute;
            top: 0px;
            left: -14px;
            height: 40px;
            font-size: 0px;
            line-height: 0%;
            width: 0px;
            border-top: 40px solid white;
            border-right: 15px solid #ffa32a; }
          .site-header .right .form-area form .select-wrapper select {
            width: 100%;
            height: 40px;
            background: #ffa32a;
            color: white;
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0px;
            border-radius: 0px; }
        .site-header .right .form-area form button.submit {
          width: 8%;
          height: 40px;
          background: white;
          vertical-align: top; }
          .site-header .right .form-area form button.submit span {
            text-align: center;
            line-height: 45px;
            color: #745D95;
            font-size: 18px; }
  .site-header nav {
    text-align: left;
    right: 0; }
    @media all and (max-width: 63.9375em) {
      .site-header nav {
        display: none; } }
    .site-header nav li {
      display: inline-block;
      line-height: 30px;
      margin: 0 0 0 30px; }
      @media all and (min-width: 64em) {
        .site-header nav li {
          margin: 0 0 0 0; } }
    .site-header nav .last-menu {
      margin-right: -24px; }
    .site-header nav .cart-header {
      vertical-align: top; }
    .site-header nav a {
      display: inline-block;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 30px;
      text-align: center;
      color: black;
      transition: .25s all; }
      .site-header nav a:hover {
        opacity: 0.8; }
      .site-header nav a:active {
        transition: 0s all;
        opacity: 0.5; }
      .site-header nav a.selected {
        color: #745D95; }
        .site-header nav a.selected:hover {
          opacity: 1; }
        .site-header nav a.selected:active {
          opacity: 1; }
  .site-header .tel-mob {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 114px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    color: #F13E2B; }
    @media all and (min-width: 64em) {
      .site-header .tel-mob {
        display: none; } }
  @media all and (max-width: 63.9375em) {
    .site-header .icon-search {
      display: block;
      position: absolute;
      top: 30px;
      right: 74px;
      color: #745d95; } }
  .site-header .line {
    display: block;
    position: absolute;
    top: 30px;
    right: 58px;
    height: 26px;
    width: 1px;
    background-color: #cccccc; }
  .site-header .hamburger {
    width: 26px;
    height: 17px;
    position: absolute;
    top: 34px;
    right: 16px;
    background-image: url("../images/icons/hamburger.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: transparent;
    border: none; }
    @media all and (min-width: 64em) {
      .site-header .hamburger {
        display: none; } }
    .site-header .hamburger:focus {
      outline: none; }

.products-dropdown {
  width: 100%;
  float: left;
  background: white;
  position: absolute;
  top: 199px;
  left: 0px;
  padding: 45px 0;
  border-top: 1px solid #EEEEEE;
  z-index: 99;
  display: none;
  box-shadow: 0 2px 4px rgba(172, 172, 172, 0.5); }
  .products-dropdown .content-max-width {
    max-width: 840px; }
  .products-dropdown .list {
    width: calc(99.99% * 1/4 - (60px - 60px * 1/4));
    margin-bottom: 20px; }
  .products-dropdown .list:nth-child(1n){
  float: left;
  margin-right: 60px;
  clear: none; }
  .products-dropdown .list:last-child{
  margin-right: 0; }
  .products-dropdown .list:nth-child(4n){
  margin-right: 0;
  float: right; }
  .products-dropdown .list:nth-child(4n + 1){
  clear: left; }
    .products-dropdown .list h4 {
      font-size: 14px;
      font-weight: 600;
      line-height: 30px;
      color: black;
      padding: 0 0 15px;
      border-bottom: 2px solid #2d8793;
      letter-spacing: normal; }
    .products-dropdown .list a {
      width: 100%;
      display: inline-block;
      font-size: 14px;
      line-height: 24px;
      color: black; }
    .products-dropdown .list.red h4 {
      color: #F13E2B;
      border-bottom: 2px solid #F13E2B; }
    .products-dropdown .list.red a {
      color: #F13E2B; }

/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  width: 100%;
  height: 100px;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: white;
  margin: 10px 0 0 0;
  z-index: 3; }
  @media all and (min-width: 64em) {
    .site-footer {
      height: 100px;
      margin: 0; } }
  .site-footer .contacts {
    width: 100%;
    padding: 20px 0;
    text-align: center; }
    @media all and (min-width: 48em) {
      .site-footer .contacts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px 0; } }
    .site-footer .contacts * {
      margin-top: 0;
      margin-bottom: 0; }
    .site-footer .contacts a {
      letter-spacing: 2px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      color: #666666;
      vertical-align: middle;
      font-weight: 400;
      padding: 0;
      margin: 0 5px; }
      @media all and (min-width: 48em) {
        .site-footer .contacts a {
          margin: 0 10px; } }
    .site-footer .contacts a:first-of-type {
      font-weight: 700; }
    .site-footer .contacts span, .site-footer .contacts p {
      color: #333333;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: block;
      margin: 0 10px; }
      @media all and (min-width: 48em) {
        .site-footer .contacts span, .site-footer .contacts p {
          display: inline-block; } }
    .site-footer .contacts span {
      font-size: 20px;
      color: #CCCCCC; }
  .site-footer .footer-legal {
    width: 100%;
    padding: 20px;
    text-align: left;
    border-top: 1px solid #CCCCCC; }
    @media all and (min-width: 48em) {
      .site-footer .footer-legal {
        padding: 25px 0 60px 0; } }
  .site-footer .copyright {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
    color: #9B9B9B;
    text-align: center; }
    @media all and (min-width: 48em) {
      .site-footer .copyright {
        float: left;
        text-align: left;
        width: auto;
        margin-bottom: 0px; } }
    .site-footer .copyright a {
      color: #9B9B9B;
      font-size: 11px;
      line-height: 11px; }
  .site-footer .attribution {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    line-height: 11px;
    color: #9B9B9B;
    text-align: center; }
    @media all and (min-width: 48em) {
      .site-footer .attribution {
        float: right;
        text-align: right;
        width: auto; } }

/*********************************************
  :: Main Menu Toggle                            
********************************************/
body.open-menu #mobile-menu {
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

#mobile-menu {
  transition: transform .25s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 52px);
  max-width: 323px;
  z-index: 999;
  -ms-transform: translateX(calc(100% + 52px));
  transform: translateX(calc(100% + 52px));
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  #mobile-menu .menu-close-icon {
    position: absolute;
    top: 0;
    left: -52px;
    width: 52px;
    height: 56px;
    background-image: url("../images/icons/menu-close.svg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    background-color: #ff0000;
    border: none; }
  #mobile-menu .menu-content {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    #mobile-menu .menu-content::-webkit-scrollbar {
      display: none; }
  #mobile-menu a {
    color: black;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    #mobile-menu a.caps {
      text-transform: uppercase; }
    #mobile-menu a.products {
      font-weight: 600;
      color: #2d8692; }
  #mobile-menu span {
    float: right; }
  #mobile-menu ul {
    padding: 29px 25px 0 27px; }
  #mobile-menu li {
    padding: 13px 0;
    /*border-bottom: 1px solid #eee;*/ }
    #mobile-menu li ul {
      display: none;
      padding: 15px 0px 0px 15px; }
    #mobile-menu li li:last-child {
      border-bottom: none; }

/*********************************************
:: Site Cart Checkout Header
********************************************/
.site-cart-header {
  width: 100%;
  /*float: left;*/
  text-align: center;
  background: white;
  padding: 35px 0; }
  .site-cart-header img {
    height: 100px;
    width: auto; }
  .site-cart-header .back {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 100px;
    color: #F13E2B; }
    .site-cart-header .back span {
      margin-right: 5px; }
  .site-cart-header .logo {
    margin: 0 auto; }
  .site-cart-header .secured {
    display: none;
    float: right;
    font-size: 16px;
    line-height: 24px;
    color: #F13E2B; }
    @media all and (min-width: 64em) {
      .site-cart-header .secured {
        display: block; } }
    .site-cart-header .secured span {
      color: #999;
      margin-right: 5px;
      line-height: 100px; }

/*********************************************
  :: Site Cart Checkout Footer
********************************************/
.site-cart-footer {
  width: 100%;
  background-color: #ececec;
  text-align: center;
  padding: 25px;
  position: relative; }
  .site-cart-footer a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px; }

/*********************************************
  :: Main Menu Toggle                            
********************************************/
body.open-menu #mobile-menu {
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

#mobile-menu {
  transition: transform .25s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 52px);
  max-width: 323px;
  z-index: 999;
  -ms-transform: translateX(calc(100% + 52px));
  transform: translateX(calc(100% + 52px));
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  #mobile-menu .menu-close-icon {
    position: absolute;
    top: 0;
    left: -52px;
    width: 52px;
    height: 56px;
    background-image: url("../images/icons/menu-close.svg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    background-color: #ff0000;
    border: none; }
  #mobile-menu .menu-content {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    #mobile-menu .menu-content::-webkit-scrollbar {
      display: none; }
  #mobile-menu a {
    color: black;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    #mobile-menu a.caps {
      text-transform: uppercase; }
    #mobile-menu a.products {
      font-weight: 600;
      color: #2d8692; }
  #mobile-menu span {
    float: right; }
  #mobile-menu ul {
    padding: 29px 25px 0 27px; }
  #mobile-menu li {
    padding: 13px 0;
    /*border-bottom: 1px solid #eee;*/ }
    #mobile-menu li ul {
      display: none;
      padding: 15px 0px 0px 15px; }
    #mobile-menu li li:last-child {
      border-bottom: none; }

/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  float: left;
  padding-bottom: 30px;
  display: block;
  text-align: left;
  background-color: #000000; }
  @media all and (min-width: 64em) {
    .signup-module {
      padding-bottom: 0px;
      text-align: center; } }
  .signup-module .content-max-width {
    font-size: 0; }
    .signup-module .content-max-width .success, .signup-module .content-max-width .error {
      width: 100%;
      text-align: center; }
    .signup-module .content-max-width .success {
      color: green; }
    .signup-module .content-max-width .error {
      color: red;
      font-size: 14px;
      padding: 10px; }
  .signup-module p {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    padding: 25px 0 0 0;
    margin: 0px;
    color: #ffa32a;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px; }
    @media all and (min-width: 64em) {
      .signup-module p {
        width: 200px;
        font-size: 14px;
        padding: 45px 0; } }
    .signup-module p strong, .signup-module p b {
      display: block;
      color: #ffffff;
      font-family: "Selima";
      font-size: 40px;
      font-weight: 400;
      line-height: 50px;
      text-transform: lowercase; }
      @media all and (min-width: 64em) {
        .signup-module p strong, .signup-module p b {
          font-size: 50px;
          line-height: 40px; } }
  .signup-module .form-wrap {
    display: inline-block;
    height: 100%;
    vertical-align: top; }
    @media all and (max-width: 63.9375em) {
      .signup-module .form-wrap {
        width: 100%; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex; }
    @media all and (min-width: 64em) {
      .signup-module form {
        padding: 45px 0; } }
    .signup-module form *:-ms-input-placeholder {
      color: #aaaaaa;
      font-family: "Lato", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 42px; }
    .signup-module form *::placeholder {
      color: #aaaaaa;
      font-family: "Lato", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 42px; }
    .signup-module form input:first-of-type {
      width: 114px;
      margin-right: 1%;
      border-radius: 6px; }
      @media all and (min-width: 64em) {
        .signup-module form input:first-of-type {
          width: 184px; } }
    .signup-module form input {
      width: 141px;
      height: 42px;
      font-size: 14px;
      line-height: 42px;
      background: white;
      border: 1px solid white;
      border-radius: 6px 0 0 6px;
      float: left;
      padding: 0px 10px 0 10px; }
      @media all and (min-width: 64em) {
        .signup-module form input {
          width: 250px; } }
    .signup-module form button {
      width: 76px;
      height: 42px;
      float: left;
      font-size: 14px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      background: #696969;
      color: white;
      vertical-align: middle;
      border-radius: 0 6px 6px 0;
      padding: 10px; }
      .signup-module form button:hover {
        background: #745D95;
        color: white; }

/*********************************************
:: Title Module                    
********************************************/
.title-module {
  width: 100%;
  /*border-top: 1px solid #CCCCCC;*/ }
  .title-module h1 {
    position: relative;
    color: #2d8692;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px auto 0; }
    @media all and (min-width: 64em) {
      .title-module h1 {
        margin: 40px auto 0;
        font-size: 30px;
        letter-spacing: 2px; } }
    .title-module h1::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: calc(50% - 59px / 2);
      width: 59px;
      height: 2px;
      border-bottom: 3px solid #000000; }
  .title-module .links {
    width: 100%;
    float: left;
    background: whitesmoke;
    padding: 14px 0 0 30px; }
    @media all and (min-width: 64em) {
      .title-module .links {
        border-bottom: 1px solid #F13E2B; } }
    .title-module .links a {
      width: auto;
      height: 42px;
      line-height: 42px;
      font-family: "Selima", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      color: #745D95;
      display: inline-block;
      padding: 0 20px;
      margin: 0; }
    .title-module .links .active {
      background: white;
      border: 1px solid #F13E2B;
      border-bottom: 1px solid white;
      position: relative; }
      .title-module .links .active:before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 5px;
        background: white; }

.special-title {
  position: relative;
  text-align: center;
  width: 100%;
  background: white;
  margin: 40px 0; }
  @media all and (min-width: 64em) {
    .special-title {
      margin: 40px 0; } }
  .special-title h2, .special-title legend {
    color: #000000;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500; }
    @media all and (min-width: 64em) {
      .special-title h2, .special-title legend {
        font-size: 18px; } }
    .special-title h2 strong, .special-title legend strong {
      font-weight: 700; }
  .special-title:before {
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    background-color: #cccccc; }
    @media all and (min-width: 64em) {
      .special-title:before {
        width: 300px; } }
  .special-title:after {
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 60px;
    right: 0;
    background-color: #cccccc; }
    @media all and (min-width: 64em) {
      .special-title:after {
        width: 300px; } }
  .special-title:hover {
    background: white; }
    .special-title:hover:before {
      filter: brightness(120%); }
  .special-title:active:before {
    transition: filter 0s;
    filter: brightness(150%); }

/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px 0;
  display: inline-block;
  text-align: center; }
  .pagination-module ul * {
    display: inline-block; }
  .pagination-module ul li {
    display: inline-block; }
    .pagination-module ul li a {
      font-size: 24px;
      line-height: 24px;
      vertical-align: middle;
      color: #cccccc;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 400;
      margin: 0 10px; }
    .pagination-module ul li.active a {
      color: black; }
  .pagination-module .pag {
    color: #000000;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 15px; }
    .pagination-module .pag span {
      font-size: 14px; }

/*********************************************
:: Featured Module                    
********************************************/
.featured-module {
  width: 100%;
  float: left;
  margin-bottom: 50px; }
  .featured-module .featured-slideshow {
    width: 90%;
    margin: auto; }
  .featured-module article {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
    opacity: 1;
    transition: all .5s ease-in-out; }
    .featured-module article a {
      width: auto;
      height: auto;
      font-size: 14px;
      text-align: center;
      line-height: 18px;
      color: #000000; }
      .featured-module article a span {
        font-size: 1.05em;
        margin-right: 6px; }
    .featured-module article img {
      /*height: 192px;*/
      margin: 0 auto 30px auto; }
    .featured-module article p {
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 18px;
      color: #000000;
      margin: 0 0 4px 0; }
    .featured-module article .price {
      font-size: 15px;
      font-weight: 300;
      color: #745D95; }
  .featured-module article:hover {
    opacity: 0.7; }
  .featured-module .slick-arrow::before {
    font-weight: 400; }

/* CART */
/*********************************************
:: Cart Styles
********************************************/
@media all and (max-width: 63.9375em) {
  .page-cart .title-module h1 {
    color: #000000;
    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-size: 14px; } }
    .page-cart .footer-module .continue span {
      font-weight: 700;
      color: #F13E2B;
      margin-right: 5px; }

.page-cart .continue-shopping {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  /* display: block; */
  width: 190px;
  height: 42px;
  border-radius: 8px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 41px;
  text-transform: uppercase;
  margin: 0 auto 0;
  padding: 0;
  border: 1px solid black; }
  .page-cart .continue-shopping:hover {
    color: white;
    background-color: #745D95;
    border: 1px solid black;
    transition: all .2s ease-in-out; }
    .page-cart .continue-shopping:hover span {
      color: white; }

.shopping-cart-module {
  width: 100%;
  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-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: #F13E2B; }
    .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-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-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-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-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-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-size: 12px;
      font-style: italic;
      line-height: 14px; }
    .shopping-cart-module .cart-totals .add-coupon-row {
      border-top: 2px solid #ccc;
      padding-top: 10px; }
      .shopping-cart-module .cart-totals .add-coupon-row td {
        float: left;
        width: 100%;
        padding: 8px 13px 14px; }
    .shopping-cart-module .cart-totals .button-coupon-toggle {
      padding-top: 5px;
      padding-bottom: 7px;
      float: left;
      width: 100%;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: black;
      font-style: normal;
      text-align: left;
      text-transform: none;
      border-top: 0 !important; }
      .shopping-cart-module .cart-totals .button-coupon-toggle span {
        margin-right: 5px; }
      .shopping-cart-module .cart-totals .button-coupon-toggle.active span {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block; }
    .shopping-cart-module .cart-totals .coupons-container {
      margin: 15px 0;
      width: 100%;
      position: relative; }
      .shopping-cart-module .cart-totals .coupons-container input {
        display: block;
        border-radius: 0;
        border: 1px solid #ffa32a !important;
        font-size: 14px;
        color: #666666; }
        .shopping-cart-module .cart-totals .coupons-container input:-ms-input-placeholder {
          color: #666666; }
        .shopping-cart-module .cart-totals .coupons-container input::placeholder {
          color: #666666; }
      .shopping-cart-module .cart-totals .coupons-container p {
        text-align: left;
        color: #000000;
        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 .do-apply-coupon {
        position: absolute;
        right: 1px;
        top: 0;
        width: 25%;
        border-radius: 0 4px 4px 0;
        height: 100%;
        color: black;
        font-size: 15px;
        background-color: #ffa32a;
        border: 1px solid #ffa32a; }
        .shopping-cart-module .cart-totals .coupons-container .do-apply-coupon:hover {
          color: white;
          background-color: black;
          border: 1px solid #ffa32a;
          transition: all .5s ease-in-out; }
      .shopping-cart-module .cart-totals .coupons-container.active p {
        display: none; }

/*********************************************
:: Module: Checkout Order Summary
********************************************/
@media all and (min-width: 64em) {
  .sidebar-checkout {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-top: 95px !important;
    float: right; } }

.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: #F13E2B; }
  .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 {
      -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 #745D95;
      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; }

/*******************************************/
/*********************************************
:: Module: Checkout Steps
********************************************/
.module-checkout-steps {
  width: 100%;
  float: left; }
  @media all and (min-width: 64em) {
    .module-checkout-steps {
      width: 94%; } }
  .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 #745D95;
    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-content select,
    .module-checkout-steps .checkout-step-footer select {
      color: #745D95;
      font-size: 0.938em; }
  .module-checkout-steps .checkout-step-footer {
    text-align: center; }
    @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: #F13E2B;
    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; }
  @media all and (min-width: 64em) {
    .checkout-billing-address-fields .address-fields .form-field:first-of-type {
      float: left; } }

.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: #F13E2B; }

.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: #F13E2B;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset; }

/*********************************************
:: Module: Shopping Cart
********************************************/
.shopping-cart-module {
  width: 100%;
  text-align: center;
  padding-top: 95px !important; }
  @media all and (min-width: 64em) {
    .shopping-cart-module.has-sidebar {
      width: 67%;
      display: inline-block; } }
  .shopping-cart-module .checkout {
    text-align: center;
    display: block;
    width: 190px;
    height: 42px;
    border-radius: 8px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 auto 0;
    padding: 0;
    border: 1px solid black; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .checkout {
        width: 202px;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 42px;
        text-transform: uppercase; } }
    .shopping-cart-module .checkout:hover {
      color: white;
      background-color: #745D95;
      border: 1px solid black;
      transition: all .2s ease-in-out; }
  .shopping-cart-module .footer-module {
    width: 100%;
    float: left;
    text-align: center; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .footer-module {
        text-align: right; } }
    .shopping-cart-module .footer-module button, .shopping-cart-module .footer-module .button, .shopping-cart-module .footer-module a {
      display: inline-block;
      margin: 0 0 20px 30px; }
      @media all and (min-width: 48em) {
        .shopping-cart-module .footer-module button, .shopping-cart-module .footer-module .button, .shopping-cart-module .footer-module a {
          margin-bottom: 0px; } }
      .shopping-cart-module .footer-module button span, .shopping-cart-module .footer-module .button span, .shopping-cart-module .footer-module a span {
        font-weight: 700;
        color: #745D95;
        margin-right: 5px; }
  .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: center;
    /*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: 0px 20px; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .description-col {
        width: 55%; } }
    .shopping-cart-module .description-col .product-title {
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      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: #F13E2B; }
    .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%;
    font-size: 18px;
    font-weight: 700;
    text-align: right; }
    @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;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #F13E2B;
    margin-top: 5px; }
    .shopping-cart-module .button-remove span {
      font-size: 10px;
      font-weight: 700;
      margin-right: 5px; }
  .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: black;
      font-size: 14px;
      line-height: 2; }
    .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;
        color: black;
        font-weight: 700;
        text-align: right;
        font-size: 20px; }
      .shopping-cart-module .cart-totals tr:last-of-type {
        margin-bottom: 0px;
        padding-top: 15px;
        border-top: 2px solid #ccc; }
        .shopping-cart-module .cart-totals tr:last-of-type td {
          line-height: 30px; }
          .shopping-cart-module .cart-totals tr:last-of-type td:last-of-type {
            color: #d0021b;
            font-size: 24px;
            font-weight: 700;
            line-height: 24px; }
    .shopping-cart-module .cart-totals p {
      margin: 0px;
      color: #666;
      font-size: 10px;
      font-style: italic;
      line-height: 1; }
    .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 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block; }
    .shopping-cart-module .cart-totals .coupons-container {
      display: none;
      margin-top: 15px;
      width: 100%;
      float: left; }
      .shopping-cart-module .cart-totals .coupons-container.active {
        display: block; }
      .shopping-cart-module .cart-totals .coupons-container input {
        float: left;
        background: none;
        height: 55px;
        width: 75%;
        border: 1px solid #745D95;
        border-radius: 4px 0 0 4px; }
      .shopping-cart-module .cart-totals .coupons-container button {
        height: 55px;
        width: 25%;
        float: left;
        padding: 0px;
        border-radius: 4px 0 0 4px;
        font-size: 14px; }
      .shopping-cart-module .cart-totals .coupons-container .button-remove {
        margin-top: 0px; }

.page-thankyou .title-module {
  margin-bottom: 50px; }

/* PRODUCTS */
/*********************************************
:: New Products Module
********************************************/
.new-products-module {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: white;
  margin: 0 auto;
  padding: 40px 0 150px 0; }
  .new-products-module article.slide {
    margin: 20px 0 0 0;
    overflow: visible; }
    .new-products-module article.slide img {
      margin: 0 auto 29px auto; }
    .new-products-module article.slide h4 {
      font-size: 15px;
      font-weight: 700;
      line-height: 20px;
      margin: 0; }
    .new-products-module article.slide .rrp, .new-products-module article.slide .percentage-off {
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
      color: #aaaaaa; }
    .new-products-module article.slide .percentage-off {
      color: #2d8692;
      display: block; }
    .new-products-module article.slide p {
      font-size: 14px;
      font-weight: 400;
      color: #FEC70C;
      margin: 0 0 10px 0; }
      .new-products-module article.slide p strong {
        font-weight: 400;
        color: black;
        margin: 0 5px; }
  .new-products-module article.sale {
    position: relative; }
    .new-products-module article.sale:before {
      content: 'SALE';
      width: 43px;
      height: 43px;
      position: absolute;
      left: 0;
      top: -20px;
      font-size: 12px;
      font-weight: 400;
      line-height: 43px;
      text-align: center;
      text-transform: uppercase;
      color: white;
      background: #F13E2B;
      border-radius: 50%; }
    .new-products-module article.sale .rrp {
      text-decoration: line-through; }

/*********************************************
:: Products Module                    
********************************************/
.products-module {
  width: 100%;
  margin: 35px auto 0;
  display: inline-block;
  text-align: center;
  background: white;
  position: relative; }
  @media all and (min-width: 64em) {
    .products-module {
      margin: 50px auto; } }
  .products-module h3 {
    margin: 20px 0 10px 0;
    font-size: 1.938em;
    font-weight: 300;
    color: black;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .products-module h3 {
        margin: 0 0 20px 0;
        font-size: 2.563em; } }
  .products-module .products {
    width: 100%;
    float: left; }
  .products-module article {
    position: relative;
    width: calc(99.99% * 1/2 - (0px - 0px * 1/2));
    overflow: hidden;
    margin-bottom: 40px;
    overflow: visible;
    padding: 0px 15px; }
  .products-module article:nth-child(1n){
  float: left;
  margin-right: 0px;
  clear: none; }
  .products-module article:last-child{
  margin-right: 0; }
  .products-module article:nth-child(2n){
  margin-right: 0;
  float: right; }
  .products-module article:nth-child(2n + 1){
  clear: left; }
    @media all and (min-width: 37.5em) {
      .products-module article {
        width: calc(99.99% * 1/2 - (0px - 0px * 1/2)); }
      .products-module article:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
      .products-module article:last-child{
    margin-right: 0; }
      .products-module article:nth-child(3n){
    margin-right: 0;
    float: right; }
      .products-module article:nth-child(3n + 1){
    clear: left; } }
    .products-module article:nth-child(2n + 1) {
      clear: left !important; }
    .products-module article .product-img-container {
      position: relative;
      display: inline-block; }
      .products-module article .product-img-container .helper-product {
        vertical-align: middle;
        display: inline-block; }
        @media all and (min-width: 48em) {
          .products-module article .product-img-container .helper-product {
            height: 100%; } }
      .products-module article .product-img-container .product-link {
        height: 10px;
        display: block; }
        @media all and (min-width: 48em) {
          .products-module article .product-img-container .product-link {
            height: 386px; } }
    .products-module article .sale-logo {
      display: none; }
    .products-module article img {
      max-width: 140px;
      max-height: 215px;
      margin: 0 auto 29px auto;
      transition: all .2s ease-in-out;
      transform: perspective(999px) translateZ(1px) scale(1); }
      @media all and (min-width: 48em) {
        .products-module article img {
          max-width: 304px;
          max-height: 325px;
          vertical-align: middle;
          display: inline-block; } }
    .products-module article .cards-image {
      max-width: 186px;
      max-height: 256px;
      border: 1px solid black;
      padding: 0 6px; }
      @media all and (min-width: 48em) {
        .products-module article .cards-image {
          max-width: 308px;
          max-height: 317px; } }
    .products-module article a {
      color: unset; }
    .products-module article h4 {
      font-size: 15px;
      font-weight: 700;
      line-height: 20px;
      margin: 0; }
    .products-module article p {
      color: #2d8692;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 10px 0;
      color: #000000; }
      .products-module article p.was {
        color: #aaaaaa;
        font-family: "Open Sans";
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        text-decoration: line-through; }
      .products-module article p.now {
        color: #000000;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400; }
        .products-module article p.now span {
          color: #c11734;
          font-family: "Open Sans";
          font-size: 14px;
          font-weight: 400; }
      .products-module article p strong {
        font-weight: 400;
        color: black;
        margin: 0 5px; }
    .products-module article .more-info {
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      text-transform: uppercase;
      font-family: "Lucida Grande"; }
  .products-module article.sale {
    position: relative; }
    .products-module article.sale .sale-logo {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      -ms-transform: translate(25%, -25%);
      transform: translate(25%, -25%);
      z-index: 1; }
  .products-module article:hover {
    opacity: 0.7; }
    .products-module article:hover img.product-img {
      transform: perspective(999px) translateZ(1px) scale(1.13); }
    .products-module article:hover img.sale-logo {
      transform: perspective(999px) translateZ(1px) scale(1.05); }
    .products-module article:hover h4 {
      color: #F13E2B; }

/*********************************************
:: Views
********************************************/
/*********************************************
:: Home Page
********************************************/
.page-home .hero-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, #ededed 0%, #ffffff 100%);
  opacity: 0.98; }
  .page-home .hero-container .hero-image {
    display: block;
    margin: auto; }
  .page-home .hero-container .hero-lines {
    width: 50%;
    height: 80%;
    position: relative;
    bottom: 0px;
    animation: lines 3s 2; }
    @media all and (min-width: 64em) {
      .page-home .hero-container .hero-lines {
        height: 100%;
        left: -280px; } }
  .page-home .hero-container .hero-img {
    margin-bottom: -5px;
    width: 50%;
    max-width: 320px;
    height: 80%;
    position: relative;
    left: 0px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .page-home .hero-container .hero-img {
        width: 315px;
        height: 482px;
        left: 140px; } }
  .page-home .hero-container .hero-text {
    width: 100%;
    max-width: 143px;
    position: absolute;
    top: 200px;
    right: 6%; }
    @media all and (min-width: 64em) {
      .page-home .hero-container .hero-text {
        top: 100px;
        max-width: 343px;
        top: 246px;
        right: 6%; } }
    .page-home .hero-container .hero-text h1,
    .page-home .hero-container .hero-text h2,
    .page-home .hero-container .hero-text legend {
      font-family: "Selima", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 60px;
      line-height: 96px;
      letter-spacing: 6px;
      color: #F13E2B; }
      @media all and (min-width: 64em) {
        .page-home .hero-container .hero-text h1,
        .page-home .hero-container .hero-text h2,
        .page-home .hero-container .hero-text legend {
          font-size: 60px;
          line-height: 96px; } }
  .page-home .hero-container .hand {
    width: 326px;
    height: 175px; }
  .page-home .hero-container #animate {
    position: absolute;
    top: 100px;
    right: -250px;
    animation: swinging 2s 1;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    transition: all 2s ease-in-out; }

.page-home .links-container {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 5px; }
  @media all and (min-width: 64em) {
    .page-home .links-container {
      margin-top: 0;
      max-width: none;
      float: left; } }
  .page-home .links-container .book {
    width: 89px;
    height: 136px;
    position: absolute;
    z-index: 10;
    margin-top: 16px;
    left: 28%;
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); }
    @media all and (min-width: 64em) {
      .page-home .links-container .book {
        width: 147px;
        height: 226px;
        position: absolute;
        z-index: 10;
        margin-top: 30px;
        margin-left: 43px;
        left: 0; } }
  .page-home .links-container .book-text {
    position: absolute;
    top: 39%;
    left: 7%; }
    .page-home .links-container .book-text h2, .page-home .links-container .book-text legend {
      color: #000000;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2.2px;
      letter-spacing: 2.42px;
      margin-bottom: 0px;
      line-height: 5px; }
    .page-home .links-container .book-text p {
      color: #bdbdbd;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2.25px; }
    @media all and (min-width: 64em) {
      .page-home .links-container .book-text {
        bottom: 0;
        left: -45px;
        top: unset; }
        .page-home .links-container .book-text h2, .page-home .links-container .book-text legend {
          color: #000000;
          font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 22px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 2.2px;
          letter-spacing: 2.42px;
          margin-bottom: 0px;
          line-height: 24px; }
        .page-home .links-container .book-text p {
          color: #bdbdbd;
          font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 15px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 2px; } }
  .page-home .links-container .arrow-book {
    position: absolute;
    z-index: -1;
    top: 12%;
    left: 9%; }
    @media all and (min-width: 64em) {
      .page-home .links-container .arrow-book {
        position: absolute;
        z-index: -1;
        bottom: 60px;
        left: -30px;
        top: unset; } }
  .page-home .links-container .book-price {
    background-image: url("/images/price-bg.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    text-align: center;
    padding-top: 5px;
    left: 42%;
    top: 5%;
    height: 40px;
    width: 50px;
    color: #000000;
    font-size: 21px;
    font-weight: 600; }
    @media all and (min-width: 64em) {
      .page-home .links-container .book-price {
        padding-top: 10px;
        left: 13%;
        top: 20%;
        height: 60px;
        width: 80px;
        color: #000000;
        font-size: 30px;
        font-weight: 600; } }
    .page-home .links-container .book-price:before {
      content: '$';
      font-size: 14px;
      color: #000000;
      vertical-align: super;
      letter-spacing: 2px;
      font-weight: 300; }
      @media all and (min-width: 64em) {
        .page-home .links-container .book-price:before {
          font-size: 20px; } }
  .page-home .links-container .link {
    display: block;
    position: relative;
    font-size: 0;
    margin-right: 2px; }
    .page-home .links-container .link.book-cont {
      display: block;
      position: relative;
      margin: auto;
      width: 335px;
      margin-top: 15px; }
      @media all and (min-width: 64em) {
        .page-home .links-container .link.book-cont {
          float: right;
          width: 840px;
          margin-top: 0; } }
    .page-home .links-container .link.small {
      display: inline-block;
      width: 167px;
      height: 186px; }
      .page-home .links-container .link.small:first-child {
        margin-right: 1px; }
      .page-home .links-container .link.small:hover {
        opacity: 0.7; }
      @media all and (min-width: 64em) {
        .page-home .links-container .link.small {
          width: 247px;
          height: 276px; } }
    .page-home .links-container .link.large {
      float: right;
      width: 227px;
      height: 184px;
      position: relative;
      margin: -12px auto auto; }
      .page-home .links-container .link.large:hover {
        opacity: 0.7; }
      @media all and (min-width: 64em) {
        .page-home .links-container .link.large {
          float: left;
          width: 346px;
          height: 276px;
          position: relative;
          z-index: 9;
          margin-top: 0px;
          margin-left: -18px;
          margin-right: 2px; } }
      .page-home .links-container .link.large .blurb {
        top: 20%;
        right: 0%;
        display: block;
        position: absolute;
        text-align: center;
        line-height: 20px; }
        @media all and (min-width: 64em) {
          .page-home .links-container .link.large .blurb {
            top: 20%;
            right: 10%; } }
        .page-home .links-container .link.large .blurb h2, .page-home .links-container .link.large .blurb legend {
          margin-bottom: 0px; }
          .page-home .links-container .link.large .blurb h2 p, .page-home .links-container .link.large .blurb legend p {
            font-size: 18px;
            font-weight: 400;
            line-height: 34px;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            color: #FFFFFF; }
            @media all and (min-width: 64em) {
              .page-home .links-container .link.large .blurb h2 p, .page-home .links-container .link.large .blurb legend p {
                font-size: 18px;
                line-height: 40px;
                letter-spacing: 4.5px; } }
          .page-home .links-container .link.large .blurb h2 strong, .page-home .links-container .link.large .blurb legend strong {
            color: #ffa32a;
            font-family: 'Wild Youth';
            text-transform: none;
            font-size: 18px; }
            @media all and (min-width: 64em) {
              .page-home .links-container .link.large .blurb h2 strong, .page-home .links-container .link.large .blurb legend strong {
                font-size: 25px; } }
        .page-home .links-container .link.large .blurb h3 > p {
          max-width: 142px;
          color: #ffffff;
          font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 17px; }
          @media all and (min-width: 64em) {
            .page-home .links-container .link.large .blurb h3 > p {
              font-size: 16px;
              line-height: 24px; } }
        .page-home .links-container .link.large .blurb .line {
          width: 65px;
          height: 1px;
          margin: 0 auto;
          border: 1px solid #979797;
          margin-bottom: 10px; }
    .page-home .links-container .link button {
      width: auto;
      height: 35px;
      margin: auto;
      position: absolute;
      top: 160px;
      left: 0;
      right: 0;
      font-size: 12px; }
      @media all and (min-width: 64em) {
        .page-home .links-container .link button {
          width: 175px;
          height: 45px;
          top: 220px;
          font-size: 14px; } }

.page-home .testimonials-container {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
  overflow: hidden; }
  .page-home .testimonials-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2d8692;
    opacity: 0.75; }
  .page-home .testimonials-container .content-max-width {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media all and (min-width: 64em) {
      .page-home .testimonials-container .content-max-width {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .page-home .testimonials-container .col {
    width: 100%;
    float: left; }
  .page-home .testimonials-container .left-col {
    padding: 25px 0; }
    @media all and (min-width: 64em) {
      .page-home .testimonials-container .left-col {
        width: 45%;
        padding: 50px 0 35px; } }
    .page-home .testimonials-container .left-col a {
      color: #ffffff;
      font-size: 15px; }
    .page-home .testimonials-container .left-col .button-book {
      width: auto;
      height: auto;
      padding: 6px 18px; }
      .page-home .testimonials-container .left-col .button-book:hover {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
        -webkit-animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: 1; }
    .page-home .testimonials-container .left-col iframe {
      margin-bottom: 15px; }
  .page-home .testimonials-container .right-col {
    position: relative; }
    @media all and (min-width: 64em) {
      .page-home .testimonials-container .right-col {
        width: 55%; } }
    .page-home .testimonials-container .right-col img {
      bottom: -1px; }
  .page-home .testimonials-container .centerer {
    position: relative;
    right: 50%;
    text-align: center;
    margin-bottom: -18px;
    z-index: -3; }
    .page-home .testimonials-container .centerer img {
      margin-right: -100%;
      width: auto;
      height: 301px;
      max-width: unset; }
      @media all and (max-width: 28.0625em) {
        .page-home .testimonials-container .centerer img {
          height: 310px;
          margin-right: -111%; } }
      @media all and (min-width: 64em) {
        .page-home .testimonials-container .centerer img {
          margin-right: -108%; } }
  .page-home .testimonials-container iframe {
    width: 100%;
    max-width: 422px; }
    @media all and (max-width: 63.9375em) {
      .page-home .testimonials-container iframe {
        height: 203px; } }
  .page-home .testimonials-container p.top {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    letter-spacing: 3px;
    color: white; }
  .page-home .testimonials-container h2, .page-home .testimonials-container legend {
    width: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: black;
    position: relative;
    padding: 0 20px; }
    .page-home .testimonials-container h2:before, .page-home .testimonials-container legend:before, .page-home .testimonials-container h2:after, .page-home .testimonials-container legend:after {
      content: '';
      width: 65px;
      height: 1px;
      position: absolute;
      left: -65px;
      top: 49%;
      background: white; }
    .page-home .testimonials-container h2:after, .page-home .testimonials-container legend:after {
      left: auto;
      right: -65px; }
  .page-home .testimonials-container .testimonial-slideshow p {
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF; }
    @media all and (min-width: 64em) {
      .page-home .testimonials-container .testimonial-slideshow p {
        font-size: 16px; } }

.page-home .more-container {
  padding: 0 10px;
  margin: auto;
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .page-home .more-container {
      padding: 0;
      margin: 40px 0; } }
  .page-home .more-container .half-col {
    text-align: center;
    margin: 10px 0; }
  .page-home .more-container img {
    vertical-align: bottom;
    margin: 10px auto 0 auto;
    opacity: 1;
    transition: all .5s ease-in-out; }
    @media all and (min-width: 64em) {
      .page-home .more-container img {
        margin: 0px; } }
    .page-home .more-container img:hover {
      opacity: 0.7; }

/*******************************************/
.page-newsletter li {
  position: relative; }

.page-newsletter h1,
.page-newsletter h2,
.page-newsletter legend,
.page-newsletter h3,
.page-newsletter p {
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.page-newsletter .title-module h1 {
  margin: 40px auto; }

.page-newsletter .special {
  margin-bottom: 40px;
  color: #000000;
  font-family: "Aktiv Grotesk";
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  text-align: center; }
  @media all and (max-width: 63.9375em) {
    .page-newsletter .special {
      font-size: 16px;
      line-height: 24px; } }

.page-newsletter .news {
  padding-top: 25px; }

.page-newsletter .news-item {
  position: relative; }
  .page-newsletter .news-item::after {
    content: '';
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    border-bottom: 1px solid #979797;
    margin: 25px auto;
    display: block; }
  .page-newsletter .news-item p {
    line-height: 19px;
    color: #2d8692;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }
  .page-newsletter .news-item time {
    color: #cccccc;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 14px;
    display: inline-block; }

.page-newsletter .newsletter-items {
  width: 100%; }
  @media all and (min-width: 48em) {
    .page-newsletter .newsletter-items {
      float: left;
      width: calc(100% - 250px);
      padding-right: 100px; } }
  .page-newsletter .newsletter-items span {
    position: absolute;
    right: 0;
    top: calc(50% - 12.5px);
    font-size: 25px;
    font-weight: 500; }

.page-newsletter .news-sidebar {
  /*height: 324px;*/
  border-radius: 19px;
  background-color: #2d8692;
  padding: 40px 30px 55px;
  width: 250px;
  margin: 10px auto 50px; }
  @media all and (min-width: 48em) {
    .page-newsletter .news-sidebar {
      float: right; } }
  .page-newsletter .news-sidebar h1 {
    color: #ffffff;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .page-newsletter .news-sidebar span {
    display: block;
    color: #ffffff;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .page-newsletter .news-sidebar input {
    border-radius: 4px;
    height: 46px;
    background: white;
    border: 1px solid white;
    margin-bottom: 10px; }
  .page-newsletter .news-sidebar button {
    background: #000000;
    border-radius: 4px;
    padding: 10px 30px;
    height: 42px;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 16px; }

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

.page-testimonials .item-header h1 {
  font-size: 30px; }

.page-testimonials article {
  width: 100%;
  padding-bottom: 40px;
  font-family: "aktiv-grotesk"; }
  .page-testimonials article::after {
    content: '';
    display: block;
    clear: both; }
  .page-testimonials article.show {
    display: inline-block;
    animation: fade-in .5s; }
  .page-testimonials article:last-child {
    padding-bottom: 100px; }

.page-testimonials .author {
  position: relative;
  margin: 20px 0 0 0;
  padding: 20px 0 30px 0;
  font-family: "museo";
  font-weight: 300;
  line-height: 21px; }
  .page-testimonials .author p {
    color: #333333;
    font-size: 20px;
    margin-bottom: 0px; }
  .page-testimonials .author span {
    display: block;
    color: #aaaaaa;
    font-size: 14px; }
  @media all and (min-width: 64em) {
    .page-testimonials .author {
      margin: 0;
      float: left;
      width: 160px;
      margin-right: 80px; } }
  .page-testimonials .author::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #2d8692; }
  .page-testimonials .author img {
    max-width: 220px;
    margin-top: 30px; }

.page-testimonials .quote {
  position: relative;
  padding: 0 0 0px 0;
  color: #333333; }
  @media all and (min-width: 64em) {
    .page-testimonials .quote {
      float: right;
      width: calc(100% - 240px);
      padding: 0 0 0 20px;
      margin-top: -8px; } }
  @media all and (min-width: 64em) {
    .page-testimonials .quote::before {
      content: "\"";
      position: absolute;
      top: -4px;
      left: 0;
      font-family: "museo-sans";
      font-weight: 900;
      font-size: 20px;
      color: #333333;
      font-style: italic; } }

.page-testimonials .special {
  display: none;
  border-right: 4px solid #2d8692; }
  @media all and (min-width: 48em) {
    .page-testimonials .special {
      display: block;
      width: 80%;
      margin: 5% auto; } }
  .page-testimonials .special p {
    color: #000000;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px; }

/*********************************************
:: Contact Page                   
********************************************/
.page-contact .contact-container {
  width: 100%;
  float: left;
  padding-top: 50px; }
  @media all and (min-width: 64em) {
    .page-contact .contact-container {
      padding-top: 70px; } }
  .page-contact .contact-container h3 {
    color: #000000;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 0 4px 0;
    margin-bottom: 5px; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container h3 {
        font-weight: 400; } }
  .page-contact .contact-container .col1 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .col1 {
        width: 50%;
        max-width: 420px; } }
    .page-contact .contact-container .col1 h3 {
      border-bottom: 1px solid #CCC;
      width: 335px; }
    .page-contact .contact-container .col1 p {
      color: #333333;
      font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 24px;
      margin: 0px 0 4px 0; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col1 p {
          margin: 0px 0 8px 0;
          line-height: 21px; } }
    .page-contact .contact-container .col1 a {
      display: block;
      padding: 5px 0;
      font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      line-height: 20px;
      color: #f13e2b;
      font-weight: 400; }
      .page-contact .contact-container .col1 a.phone-large {
        font-size: 20px; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 a.phone-large {
            font-size: 24px; } }
      .page-contact .contact-container .col1 a.phone-medium {
        color: #333333;
        font-size: 16px; }
      .page-contact .contact-container .col1 a.phone-small {
        font-size: 14px; }
  .page-contact .contact-container .col2 {
    position: relative;
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .col2 {
        width: 50%;
        float: right; } }
  .page-contact .contact-container .map-area {
    width: 100%;
    float: left;
    margin: 30px 0;
    display: inline-block; }
    .page-contact .contact-container .map-area .map {
      width: 100%;
      float: left;
      height: 300px;
      margin: auto; }

/*******************************************/
.page-about .about-container {
  position: relative;
  padding-top: 50px;
  min-height: 700px; }
  .page-about .about-container img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
    max-width: 70%; }
    @media all and (min-width: 48em) {
      .page-about .about-container img {
        max-width: 100%; } }
  .page-about .about-container .about-profile {
    display: inline-block;
    width: 100%; }
    @media all and (min-width: 48em) {
      .page-about .about-container .about-profile {
        margin-left: -20%;
        margin-top: 18px; } }
  .page-about .about-container .red-block {
    position: absolute;
    bottom: 102px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 70px;
    width: 874px;
    background-color: #f83c04;
    border-radius: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-about .about-container .red-block p {
      font-family: "Selima", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 40px;
      color: #ffffff; }
  .page-about .about-container .half-col {
    position: relative;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-about .about-container .half-col:first-of-type {
        width: 52%; }
      .page-about .about-container .half-col:last-child {
        width: 48%; } }
    .page-about .about-container .half-col p {
      color: #666666;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      margin-bottom: 10px; }
      .page-about .about-container .half-col p:first-of-type {
        font-size: 24px !important;
        line-height: 30px;
        color: #8a8989; }
      .page-about .about-container .half-col p:last-of-type {
        margin-bottom: 0; }
    .page-about .about-container .half-col:last-child {
      padding-bottom: 28px;
      margin-bottom: 40px; }
      @media all and (min-width: 48em) {
        .page-about .about-container .half-col:last-child {
          margin-bottom: 0px; } }
      .page-about .about-container .half-col:last-child p:first-child {
        margin-bottom: 20px; }

.page-storytelling .title-module h1 {
  font-size: 30px; }

.page-storytelling .hero-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 238px;
  width: 100%;
  margin-top: 40px;
  background-position: center;
  background-size: cover; }
  @media all and (min-width: 48em) {
    .page-storytelling .hero-container {
      height: 357px; } }
  .page-storytelling .hero-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: opacity(0.39); }
  .page-storytelling .hero-container .content-max-width {
    z-index: 1; }
  .page-storytelling .hero-container h1 {
    font-size: 19px;
    color: #ffffff;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    line-height: 20px; }
    @media all and (min-width: 64em) {
      .page-storytelling .hero-container h1 {
        font-size: 16px; } }
    .page-storytelling .hero-container h1 span {
      display: block;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
      color: #ffffff;
      font-family: "Selima", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 24px;
      line-height: 30px;
      font-weight: 400;
      margin-top: 10px; }
      @media all and (min-width: 64em) {
        .page-storytelling .hero-container h1 span {
          font-size: 50px;
          line-height: 50px;
          margin: 20px 0 30px 0; } }
  .page-storytelling .hero-container a {
    display: inline-block;
    margin: auto;
    width: 179px;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    border-radius: 62px;
    background-color: #ffffff;
    color: #2d8692;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media all and (min-width: 64em) {
      .page-storytelling .hero-container a {
        width: 232px;
        height: 48px;
        line-height: 48px;
        font-size: 13px; } }

.page-storytelling .testimonials-container {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
  min-height: 350px; }
  @media all and (min-width: 64em) {
    .page-storytelling .testimonials-container {
      padding: 50px 0; } }
  .page-storytelling .testimonials-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2d8692;
    filter: opacity(0.7); }
  .page-storytelling .testimonials-container .content-max-width {
    z-index: 1; }
  .page-storytelling .testimonials-container h2, .page-storytelling .testimonials-container legend {
    width: auto;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 4px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    -ms-flex: 0;
    flex: 0;
    z-index: 1; }
    .page-storytelling .testimonials-container h2:before, .page-storytelling .testimonials-container legend:before, .page-storytelling .testimonials-container h2:after, .page-storytelling .testimonials-container legend:after {
      content: '';
      width: 65px;
      height: 1px;
      position: absolute;
      left: -80px;
      top: 49%;
      background: white; }
    .page-storytelling .testimonials-container h2:after, .page-storytelling .testimonials-container legend:after {
      left: auto;
      right: -80px; }
  .page-storytelling .testimonials-container img {
    position: relative;
    top: -50px;
    width: 47px;
    opacity: 0.45; }
  .page-storytelling .testimonials-container .testimonials-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .page-storytelling .testimonials-container .testimonials-slideshow {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (min-width: 64em) {
      .page-storytelling .testimonials-container .testimonials-slideshow {
        margin-top: -30px; } }
    .page-storytelling .testimonials-container .testimonials-slideshow .slick-list {
      margin: auto; }
    .page-storytelling .testimonials-container .testimonials-slideshow p {
      font-size: 14px;
      text-align: center;
      line-height: 24px;
      color: #ffffff;
      font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 300; }
      @media all and (min-width: 64em) {
        .page-storytelling .testimonials-container .testimonials-slideshow p {
          font-size: 16px; } }
    .page-storytelling .testimonials-container .testimonials-slideshow span {
      color: white; }
    .page-storytelling .testimonials-container .testimonials-slideshow .slick-dots {
      left: 0px; }
      .page-storytelling .testimonials-container .testimonials-slideshow .slick-dots li {
        margin: 0; }
        .page-storytelling .testimonials-container .testimonials-slideshow .slick-dots li button::before {
          font-size: 40px; }

.page-storytelling .storytelling-container .content-max-width {
  padding: 0 12.5px; }

.page-storytelling .storytelling-container .half-col {
  position: relative;
  /*div {
                max-width: 400px;
            }*/ }
  .page-storytelling .storytelling-container .half-col:first-child {
    float: right; }

.page-storytelling .storytelling-container .about-storytelling {
  margin: 15px auto;
  min-height: 285px; }
  @media all and (min-width: 64em) {
    .page-storytelling .storytelling-container .about-storytelling {
      margin: 40px auto;
      padding-right: 5px; } }
  .page-storytelling .storytelling-container .about-storytelling p {
    color: #666666;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 24px;
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .page-storytelling .storytelling-container .about-storytelling p {
        margin-bottom: 10px; } }
  .page-storytelling .storytelling-container .about-storytelling p:first-child {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; }

.page-storytelling .storytelling-container .extra-details {
  position: relative;
  top: -20px;
  left: 0;
  width: 354px;
  height: 311px;
  padding: 0 20px;
  border-radius: 22px;
  background-color: #2d8692;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
  margin: auto; }
  @media all and (min-width: 64em) {
    .page-storytelling .storytelling-container .extra-details {
      padding: 20px 40px;
      position: absolute;
      top: -40px;
      left: 10px;
      margin: 0 auto -40px;
      width: 395px;
      height: 350px; } }
  .page-storytelling .storytelling-container .extra-details:before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0;
    width: 354px;
    height: 312px;
    padding: 0 20px;
    border-radius: 22px;
    background-color: #2d8692;
    opacity: 0.8;
    z-index: -1; }
    @media all and (min-width: 64em) {
      .page-storytelling .storytelling-container .extra-details:before {
        width: 395px;
        height: 350px; } }
  .page-storytelling .storytelling-container .extra-details h1, .page-storytelling .storytelling-container .extra-details h2, .page-storytelling .storytelling-container .extra-details legend, .page-storytelling .storytelling-container .extra-details h3, .page-storytelling .storytelling-container .extra-details h4, .page-storytelling .storytelling-container .extra-details h5, .page-storytelling .storytelling-container .extra-details h6 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    padding-top: 25px; }
  .page-storytelling .storytelling-container .extra-details p {
    color: #ffffff;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0; }
  .page-storytelling .storytelling-container .extra-details a {
    color: #ffa32a;
    font-weight: 700; }

.page-storytelling .programs-container {
  padding-top: 50px;
  background-image: linear-gradient(180deg, #ededed 0%, #ffffff 100%);
  opacity: 0.98; }
  .page-storytelling .programs-container .title-programs {
    position: relative;
    width: 334px;
    line-height: 96px;
    color: rgba(241, 62, 43, 0.25);
    font-family: "Blacksword" !important;
    font-size: 60px;
    letter-spacing: 6px;
    margin: auto; }
  .page-storytelling .programs-container span {
    position: absolute;
    left: 10px;
    top: 5px;
    white-space: nowrap;
    color: #000000;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .page-storytelling .programs-container .slide {
    margin: 30px auto 40px;
    text-align: center; }
    .page-storytelling .programs-container .slide img {
      margin: auto;
      border-radius: 100%; }
  .page-storytelling .programs-container p {
    margin-top: 5px;
    color: #666666;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px; }
  .page-storytelling .programs-container p:first-of-type {
    margin-top: 25px;
    color: #000000;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 700; }
  @media all and (min-width: 64em) {
    .page-storytelling .programs-container .slideshow.mobile {
      display: none; } }
  .page-storytelling .programs-container .slideshow.desktop .slide {
    width: 33%;
    float: left;
    padding: 0 17px; }
    .page-storytelling .programs-container .slideshow.desktop .slide:nth-child(3n+4) {
      clear: left; }
    .page-storytelling .programs-container .slideshow.desktop .slide img {
      display: inline; }

.page-draw .draw-container {
  margin-top: 40px;
  width: 100%;
  text-align: center; }
  @media all and (min-width: 64.0625em) {
    .page-draw .draw-container {
      text-align: left; } }

.page-draw #videos {
  font-size: 0; }

.page-draw article {
  display: none; }
  .page-draw article.show {
    display: inline-block;
    text-align: center;
    margin: 0 10px 20px;
    animation: fade-in .5s;
    width: 300px;
    border-bottom: 2px solid #2d8692;
    padding-bottom: 10px;
    /*@media (min-width: 650px) {
                margin: 0 20px 70px;
            }*/
    /*&:last-of-type{
                padding-bottom: 73px;
            }*/ }
    @media all and (max-width: 64em) {
      .page-draw article.show:last-of-type {
        margin-bottom: 70px; } }
    @media (min-width: 1025px) {
      .page-draw article.show {
        margin: 0 0 90px 0; }
        .page-draw article.show:nth-child(3n+2) {
          margin: 0 20px 90px; } }
    .page-draw article.show img {
      width: 300px;
      height: 170px; }
    .page-draw article.show p {
      width: 300px;
      height: 24px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #000000;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; }

.page-draw .load-more {
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
  background: white;
  margin: 20px 0 40px 0;
  color: #000000; }
  @media (min-width: 1025px) {
    .page-draw .load-more {
      margin: 0 0 73px 0;
      color: #cccccc; } }
  .page-draw .load-more:before {
    line-height: 40px;
    content: "LOAD MORE";
    display: inline-block;
    background: white;
    font-size: 14px;
    font-weight: 400;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    position: relative;
    padding: 0 50px;
    z-index: 1;
    transition: filter .25s; }
    @media (min-width: 1025px) {
      .page-draw .load-more:before {
        font-size: 16px; } }
  .page-draw .load-more:after {
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #979797; }
    @media (min-width: 1025px) {
      .page-draw .load-more:after {
        background-color: #cccccc; } }
  .page-draw .load-more:hover {
    background: white; }
    .page-draw .load-more:hover:before {
      filter: brightness(120%); }
  .page-draw .load-more:active:before {
    transition: filter 0s;
    filter: brightness(150%); }

/*********************************************
:: Products Page                   
********************************************/
.page-products .hero-container {
  width: 100%;
  max-width: 1040px;
  position: relative;
  margin: 0 auto; }
  .page-products .hero-container .slide {
    width: 100%;
    position: relative;
    min-height: 190px;
    background-position: center;
    background-size: cover;
    background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg"); }
    @media all and (min-width: 48em) {
      .page-products .hero-container .slide {
        min-height: 282px; } }

.page-products .search-container {
  width: 100%;
  display: inline-block;
  font-size: 0;
  margin: 24px 0; }
  .page-products .search-container a, .page-products .search-container p {
    width: auto;
    display: inline-block;
    font-family: Lato;
    font-size: 12px;
    font-style: italic;
    line-height: 36px;
    color: #666666; }
  .page-products .search-container .breadcrumbs {
    width: 100%;
    display: inline-block;
    text-align: center; }
    @media all and (min-width: 64em) {
      .page-products .search-container .breadcrumbs {
        width: 33.33%;
        text-align: left; } }
    .page-products .search-container .breadcrumbs a {
      padding: 0 5px 0 0; }
  @media all and (min-width: 64em) {
    .page-products .search-container .results {
      width: 33.33%;
      display: inline-block;
      text-align: center; } }
  .page-products .search-container .select-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center; }
    @media all and (min-width: 64em) {
      .page-products .search-container .select-wrapper {
        width: 33.33%;
        text-align: right; } }
    .page-products .search-container .select-wrapper p {
      display: none; }
      @media all and (min-width: 64em) {
        .page-products .search-container .select-wrapper p {
          display: inline-block;
          padding: 0 10px 0 0; } }
    .page-products .search-container .select-wrapper select {
      width: 200px;
      height: 36px;
      color: black;
      background: white;
      margin: 0 auto; }
      @media all and (min-width: 64em) {
        .page-products .search-container .select-wrapper select {
          float: right; } }

.page-products .results-container {
  width: 100%;
  display: inline-block; }
  .page-products .results-container .product-block {
    width: 50%;
    float: left;
    margin: 0 0 10px; }
    @media all and (min-width: 48em) {
      .page-products .results-container .product-block {
        width: 33.33%;
        margin: 0 0 40px; } }

/*******************************************/
/*********************************************
:: Search Summary                  
********************************************/
.page-search .search-title h1 {
  margin: 50px auto 50px;
  padding-bottom: 5px;
  color: #333333;
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #cccccc; }

.page-search .search-container {
  width: 100%;
  float: left;
  padding: 15px 0; }
  .page-search .search-container .col1 {
    width: 85%;
    height: 100%;
    background: #EEE;
    z-index: 9999;
    position: fixed;
    top: 0px;
    right: -85%;
    transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03); }
    @media all and (min-width: 64em) {
      .page-search .search-container .col1 {
        width: 100%;
        background: white;
        position: relative;
        right: auto;
        width: calc(99.99% * 1.5/6 - (0px - 0px * 1.5/6));
        padding: 0px;
        z-index: 1; }
      .page-search .search-container .col1:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
      .page-search .search-container .col1:last-child{
    margin-right: 0; }
      .page-search .search-container .col1:nth-child(2n){
    margin-right: 0;
    float: right; }
      .page-search .search-container .col1:nth-child(2n + 1){
    clear: left; } }
    .page-search .search-container .col1.open-menu {
      right: 0%; }
    .page-search .search-container .col1 h4 {
      display: none; }
      @media all and (min-width: 64em) {
        .page-search .search-container .col1 h4 {
          color: #333333;
          font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 20px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: inline-block;
          border-bottom: 1px solid #CCCCCC;
          text-transform: uppercase;
          margin: 0px 0 30px 0;
          padding: 0px 0 25px 0; } }
    .page-search .search-container .col1 ul {
      float: left;
      margin-left: 40px; }
      @media all and (min-width: 64em) {
        .page-search .search-container .col1 ul {
          margin: 10px 0 0 0px; } }
    .page-search .search-container .col1 ul li {
      width: 100%;
      display: inline-block;
      list-style-type: none;
      padding-bottom: 13px; }
    .page-search .search-container .col1 li a {
      width: 100%;
      display: inline-block;
      font-family: "proxima-nova";
      font-size: 16px;
      font-weight: 400;
      color: black;
      position: relative;
      transition: all .2s ease-in-out; }
      .page-search .search-container .col1 li a:hover {
        color: #745D95; }
    .page-search .search-container .col1 .parent {
      width: 100%;
      display: inline-block; }
      .page-search .search-container .col1 .parent:first-of-type a {
        color: #745d95;
        font-size: 18px;
        font-weight: 700; }
        .page-search .search-container .col1 .parent:first-of-type a:before {
          content: "\e90c";
          font-family: "icomoon";
          font-size: 14px;
          color: #979797;
          position: absolute;
          top: 0px;
          left: -20px; }
      .page-search .search-container .col1 .parent:last-of-type a {
        color: #f13e2b; }
    .page-search .search-container .col1 .sub-menu {
      margin: 0;
      display: none; }
      .page-search .search-container .col1 .sub-menu a:before {
        display: none; }
      .page-search .search-container .col1 .sub-menu .sub-parent {
        padding-bottom: 0; }
        .page-search .search-container .col1 .sub-menu .sub-parent a {
          color: #666666;
          font-family: "proxima-ova";
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          padding-left: 10px; }
      .page-search .search-container .col1 .sub-menu .sub-sub-menu {
        display: none; }
      .page-search .search-container .col1 .sub-menu .sub-sub-menu li a {
        font-size: 13px;
        font-weight: 400;
        line-height: 28px;
        margin-left: 20px;
        color: #666;
        text-transform: none; }
  .page-search .search-container .col2 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .page-search .search-container .col2 {
        width: calc(99.99% * 4.5/6 - (0px - 0px * 4.5/6)); }
      .page-search .search-container .col2:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
      .page-search .search-container .col2:last-child{
    margin-right: 0; }
      .page-search .search-container .col2:nth-child(2n){
    margin-right: 0;
    float: right; }
      .page-search .search-container .col2:nth-child(2n + 1){
    clear: left; } }
    .page-search .search-container .col2 .sort-area {
      width: 100%;
      float: left;
      text-align: right;
      padding: 0 0 15px 0; }
      @media all and (min-width: 64em) {
        .page-search .search-container .col2 .sort-area {
          border-bottom: 1px solid #CCCCCC; } }
      .page-search .search-container .col2 .sort-area .select-wrapper {
        width: 141px;
        height: 34px;
        float: left;
        border: 1px solid #979797;
        position: relative; }
        @media all and (min-width: 64em) {
          .page-search .search-container .col2 .sort-area .select-wrapper {
            float: right; } }
        .page-search .search-container .col2 .sort-area .select-wrapper:before {
          content: "\e926";
          width: 30px;
          height: 100%;
          font-family: "icomoon";
          font-size: 14px;
          line-height: 30px;
          text-align: center;
          color: #979797;
          background: white;
          position: absolute;
          top: 0;
          right: 0;
          border-left: 1px solid #979797;
          z-index: 1; }
        .page-search .search-container .col2 .sort-area .select-wrapper select {
          height: 32px;
          border: none;
          font-size: 14px;
          color: #AAAAAA; }
      .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 .btn-container {
    width: 100%;
    float: left; }
    .page-search .search-container .btn-container p {
      width: auto;
      display: inline-block;
      color: #333;
      margin: 6px 0; }
  .page-search .search-container .filter-trigger,
  .page-search .search-container .filter-close {
    width: auto;
    float: right;
    background: #2d8692;
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px; }
    .page-search .search-container .filter-trigger span,
    .page-search .search-container .filter-close span {
      display: inline-block;
      font-size: 24px;
      vertical-align: sub;
      color: white;
      margin: 0 0 0 5px; }
  .page-search .search-container .filter-close {
    float: left; }

/*********************************************
  :: Product Detail                         
********************************************/
.page-product-detail {
  width: 100%;
  float: left; }
  .page-product-detail .detail-container {
    width: 100%;
    float: left;
    /*margin-bottom: 100px;*/ }
    .page-product-detail .detail-container .col1 {
      width: 100%;
      float: left; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col1 {
          width: 45%;
          margin: 30px 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 {
            border: 1px solid #cccccc;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 378px;
            height: 380px;
            float: left;
            position: relative; } }
        .page-product-detail .detail-container .col1 .product-image span {
          position: absolute;
          bottom: 5px;
          right: 5px; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .product-image #large-img {
            max-height: 100%;
            margin: 0 auto; } }
      .page-product-detail .detail-container .col1 .slick-container {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: 20px auto; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .slick-container {
            float: left;
            margin: 20px 0 32px 0; } }
        .page-product-detail .detail-container .col1 .slick-container .product-slideshow {
          width: 261px;
          margin: 0 auto; }
          @media all and (min-width: 64em) {
            .page-product-detail .detail-container .col1 .slick-container .product-slideshow {
              width: 82%;
              border: 0; } }
          .page-product-detail .detail-container .col1 .slick-container .product-slideshow img {
            max-width: 90%;
            max-height: 90%; }
            .page-product-detail .detail-container .col1 .slick-container .product-slideshow img.border {
              border: 1px solid black; }
        .page-product-detail .detail-container .col1 .slick-container .slide {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 261px;
          height: 261px;
          border: 1px solid #cccccc;
          margin: 0 10px; }
          @media all and (min-width: 64em) {
            .page-product-detail .detail-container .col1 .slick-container .slide {
              width: 71px;
              height: 71px; } }
        .page-product-detail .detail-container .col1 .slick-container .slick-arrow {
          top: 50%; }
          .page-product-detail .detail-container .col1 .slick-container .slick-arrow:before {
            color: #979797; }
    .page-product-detail .detail-container .col2 {
      width: 100%;
      float: left;
      margin: 0 0 30px 0; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col2 {
          width: 55%;
          margin: 30px 0; } }
      .page-product-detail .detail-container .col2 h2, .page-product-detail .detail-container .col2 legend {
        font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin: 0 0 5px 0;
        color: #000000;
        font-size: 30px; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 h2, .page-product-detail .detail-container .col2 legend {
            color: #000000;
            font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            font-size: 30px;
            font-weight: 400; } }
      .page-product-detail .detail-container .col2 .sku {
        color: #9b9b9b;
        font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 400; }
      .page-product-detail .detail-container .col2 .rrp {
        margin-top: 5px;
        color: #2d8692;
        font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 400; }
      .page-product-detail .detail-container .col2 .price {
        color: #2d8692;
        font-family: "aktiv-grotesk", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 20px;
        font-weight: 400;
        margin-top: 20px; }
        .page-product-detail .detail-container .col2 .price span {
          color: #000000;
          font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 26px;
          font-weight: 500; }
      .page-product-detail .detail-container .col2 .scroll {
        color: #1b75bb;
        text-align: center; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 .scroll {
            text-align: left; } }
      .page-product-detail .detail-container .col2 .links {
        width: 100%;
        display: inline-block;
        font-size: 0;
        text-align: center;
        margin: 0 auto 30px auto; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 .links {
            text-align: left; } }
        .page-product-detail .detail-container .col2 .links a {
          width: 80px;
          display: inline-block;
          text-align: center;
          color: black;
          border: 1px solid #979797;
          border-bottom: none;
          padding: 5px 0;
          margin-left: -1px; }
          @media all and (min-width: 64em) {
            .page-product-detail .detail-container .col2 .links a {
              width: 120px; } }
          .page-product-detail .detail-container .col2 .links a.active {
            font-weight: 700; }
      .page-product-detail .detail-container .col2 .tab-content {
        width: 100%;
        display: none; }
        .page-product-detail .detail-container .col2 .tab-content.active {
          display: inline-block; }
        .page-product-detail .detail-container .col2 .tab-content .pdf {
          width: 100%;
          float: left;
          border-bottom: 1px solid #EEEEEE; }
          @media all and (min-width: 64em) {
            .page-product-detail .detail-container .col2 .tab-content .pdf {
              width: 45%;
              margin: 0 5% 30px 0; } }
          .page-product-detail .detail-container .col2 .tab-content .pdf img {
            width: 21px;
            float: left;
            margin: 6px 8px 0 0; }
          .page-product-detail .detail-container .col2 .tab-content .pdf .content {
            width: calc(100% - 30px);
            float: left; }
            .page-product-detail .detail-container .col2 .tab-content .pdf .content p {
              line-height: 20px;
              margin: 0px; }
            .page-product-detail .detail-container .col2 .tab-content .pdf .content span {
              display: inline-block;
              font-size: 11px;
              font-weight: 400;
              line-height: 20px;
              text-decoration: underline;
              color: #666666;
              margin: 0 0 7px 0; }
    .page-product-detail .detail-container .ecommerce-actions {
      width: 100%;
      /*display: inline-block;*/
      margin: 30px 0 20px;
      line-height: 80px; }
      @media all and (max-width: 37.4375em) {
        .page-product-detail .detail-container .ecommerce-actions {
          text-align: center; } }
      .page-product-detail .detail-container .ecommerce-actions .price {
        float: left;
        font-size: 20px;
        color: #745D95;
        margin: 0 20px 50px 0; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .ecommerce-actions .price {
            margin: 0 20px 0 20px; } }
      .page-product-detail .detail-container .ecommerce-actions .product-bundles {
        line-height: 2.5em; }
      .page-product-detail .detail-container .ecommerce-actions .fixed-quantity {
        padding-top: 21px; }
      .page-product-detail .detail-container .ecommerce-actions .inputdiv {
        line-height: 40px;
        width: 90px;
        height: 40px;
        border: 1px solid #CCC;
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle; }
        .page-product-detail .detail-container .ecommerce-actions .inputdiv input {
          width: 55px;
          height: 38px;
          float: left;
          border-radius: 0px;
          border: none;
          border-right: 1px solid #CCC; }
      .page-product-detail .detail-container .ecommerce-actions .button-increment {
        text-indent: -9999px;
        cursor: pointer;
        width: 33px;
        height: 19px;
        float: left;
        text-align: center;
        background: url("/images/office-arrow.png") no-repeat;
        background-position: -5px -5px; }
      .page-product-detail .detail-container .ecommerce-actions .dec {
        background-position: -5px -26px; }
      .page-product-detail .detail-container .ecommerce-actions .add-to-cart {
        line-height: 40px;
        display: inline-block;
        /*margin-top: 5px;*/
        margin: 10px;
        width: 157px;
        height: 40px;
        border-radius: 100px;
        background-color: #2d8692;
        color: #ffffff;
        font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .page-product-detail .detail-container .ecommerce-actions .enquire {
        text-align: center;
        margin: 0 10px;
        line-height: 40px;
        display: inline-block;
        border-radius: 100px;
        width: 115px;
        height: 40px;
        border: 1px solid #2d8692;
        background-color: #ffffff;
        color: #2d8692;
        font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase; }
    .page-product-detail .detail-container .options-available {
      width: 100%;
      display: inline-block;
      margin: 40px 0; }
      .page-product-detail .detail-container .options-available h3 {
        font-size: 20px;
        font-weight: 700;
        color: #1b75bb;
        border-bottom: 1px solid #CCCCCC;
        padding: 0 0 10px 0;
        margin: 0px; }
      .page-product-detail .detail-container .options-available .option {
        padding: 20px 0 0 0;
        border-bottom: 1px solid #CCCCCC; }
      .page-product-detail .detail-container .options-available .title {
        font-size: 16px;
        font-weight: 700;
        color: #262626;
        margin: 0; }
      .page-product-detail .detail-container .options-available .sku {
        font-size: 11px;
        margin: 0 0 5px 0; }
      .page-product-detail .detail-container .options-available .ecommerce-actions {
        margin: 0px; }
      .page-product-detail .detail-container .options-available .price {
        font-size: 16px;
        margin: 6px 20px 0 0; }
        .page-product-detail .detail-container .options-available .price span {
          font-size: 18px; }
      .page-product-detail .detail-container .options-available .price,
      .page-product-detail .detail-container .options-available .inputdiv,
      .page-product-detail .detail-container .options-available button {
        margin: 0 0 20px 0; }

/*@import "views/cart";
@import "views/cart-checkout";*/
.page-gallery .about-container {
  position: relative;
  padding-top: 50px;
  min-height: 700px; }
  .page-gallery .about-container img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
    max-width: 70%; }
    @media all and (min-width: 64em) {
      .page-gallery .about-container img {
        max-width: 100%; } }
  .page-gallery .about-container .top-left-img {
    display: none; }
    @media all and (min-width: 64em) {
      .page-gallery .about-container .top-left-img {
        display: block;
        position: absolute;
        left: -39px;
        top: -5px;
        max-width: 33%; } }
  @media all and (min-width: 64em) {
    .page-gallery .about-container .top-img {
      max-width: 78%;
      margin-left: 0; } }
  .page-gallery .about-container .top-right-img {
    display: none; }
    @media all and (min-width: 64em) {
      .page-gallery .about-container .top-right-img {
        display: block;
        position: absolute;
        right: -7px;
        top: -5px;
        max-width: 33%; } }
  .page-gallery .about-container .top-right-img1 {
    display: none; }
    @media all and (min-width: 64em) {
      .page-gallery .about-container .top-right-img1 {
        display: block;
        position: absolute;
        right: -4%;
        top: 29%;
        max-width: 33%; } }
  .page-gallery .about-container .left-img {
    max-width: 100%; }
    @media all and (min-width: 64em) {
      .page-gallery .about-container .left-img {
        max-width: 118%;
        margin-bottom: -111px; } }
  .page-gallery .about-container .left1-img {
    display: none; }
    @media all and (min-width: 64em) {
      .page-gallery .about-container .left1-img {
        display: block;
        max-width: 50%;
        margin-left: -100px;
        margin-bottom: -81px;
        position: absolute;
        bottom: -63px; } }
  @media all and (min-width: 48em) {
    .page-gallery .about-container .bottom-img {
      margin-right: 0;
      z-index: 99999999;
      position: relative;
      padding-bottom: 0;
      max-width: 159%;
      width: 112%;
      margin-left: -11%;
      margin-top: -81px; } }
  .page-gallery .about-container .about-profile {
    display: inline-block;
    width: 100%; }
    @media all and (min-width: 48em) {
      .page-gallery .about-container .about-profile {
        margin-left: -20%; } }
  .page-gallery .about-container .red-block {
    height: 70px;
    width: 874px;
    background-color: #f83c04;
    border-radius: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-gallery .about-container .red-block p {
      font-family: "Selima", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 40px;
      color: #ffffff; }
      @media all and (min-width: 64em) {
        .page-gallery .about-container .red-block p {
          font-size: 52px; } }
  .page-gallery .about-container .title-custom {
    font-family: "Selima", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
    color: black;
    font-size: 44px;
    text-align: center; }
    @media all and (min-width: 64em) {
      .page-gallery .about-container .title-custom {
        margin-right: 92px;
        line-height: 36px; } }
  .page-gallery .about-container p {
    color: #666666;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px; }
    @media all and (min-width: 64em) {
      .page-gallery .about-container p {
        line-height: 24px;
        margin-bottom: 20px; }
        .page-gallery .about-container p:last-of-type {
          margin-bottom: 0; } }
  .page-gallery .about-container .buy-button {
    text-align: center; }
    .page-gallery .about-container .buy-button a {
      min-width: 148px;
      min-height: 45px;
      font-size: 22px !important;
      border-radius: 10px;
      letter-spacing: 0.5px;
      padding-top: 8px; }
  .page-gallery .about-container .half-col {
    position: relative; }
    @media all and (min-width: 48em) {
      .page-gallery .about-container .half-col:first-of-type {
        width: 45%; }
      .page-gallery .about-container .half-col:last-child {
        width: 55%; } }
    .page-gallery .about-container .half-col:last-of-type {
      margin-bottom: -22px; }
    .page-gallery .about-container .half-col p:first-child {
      font-size: 24px; }
    .page-gallery .about-container .half-col:last-child {
      padding-bottom: 40px;
      margin-bottom: 40px; }
      @media all and (min-width: 48em) {
        .page-gallery .about-container .half-col:last-child {
          margin-bottom: 0;
          padding-bottom: 0; } }
      .page-gallery .about-container .half-col:last-child p:first-child {
        margin-bottom: 20px; }
  .page-gallery .about-container .cards-container {
    max-width: 1054px; }
    .page-gallery .about-container .cards-container .cards {
      padding: 0 73px 30px;
      margin-bottom: 30px;
      margin-top: -10px; }
      @media all and (min-width: 64em) {
        .page-gallery .about-container .cards-container .cards {
          padding: 0 73px 0;
          margin-left: 46px; } }
      .page-gallery .about-container .cards-container .cards img {
        max-width: 161px;
        display: inline-block;
        box-shadow: 0 4px 21px 1px rgba(0, 0, 0, 0.7);
        padding-bottom: 1px;
        padding-top: 1px;
        background-color: white;
        transition: .25s all; }
        .page-gallery .about-container .cards-container .cards img:hover {
          box-shadow: 0 4px 21px 1px rgba(0, 0, 0, 0.9); }
      .page-gallery .about-container .cards-container .cards #card1 {
        -ms-transform: rotate(7deg);
        transform: rotate(7deg); }
      .page-gallery .about-container .cards-container .cards #card2 {
        -ms-transform: rotate(-7deg);
        transform: rotate(-7deg);
        margin-left: 14px; }
      .page-gallery .about-container .cards-container .cards #card3 {
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
        margin-left: 8px; }
      .page-gallery .about-container .cards-container .cards #card4 {
        margin-left: 13px; }
      .page-gallery .about-container .cards-container .cards #card5 {
        margin-left: 5px;
        -ms-transform: rotate(17deg);
        transform: rotate(17deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -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;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

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

.picker__wrap {
  margin: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picker__day--today {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  -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 {
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -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: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 30%;
  -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: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "icomoon";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -15px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -15px; }
  .slick-prev:before {
    content: "\e927"; }
    [dir="rtl"] .slick-prev:before {
      content: "\e928"; }

.slick-next {
  right: -15px; }
  [dir="rtl"] .slick-next {
    left: -15px;
    right: auto; }
  .slick-next:before {
    content: "\e928"; }
    [dir="rtl"] .slick-next:before {
      content: "\e927"; }

/* 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: 32px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

/* 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 {
  -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; }

/*********************************************
:: JS Plugins Overrides
********************************************/
/*********************************************
:: SumoSelect Plugin Styles Override                    
********************************************/
.SumoSelect {
  width: 100%;
  vertical-align: top;
  height: 41px; }
  .SumoSelect .CaptionCont {
    width: 100%;
    height: 41px;
    position: absolute;
    top: 0px;
    border: 1px solid #979797;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    color: #745D95 !important;
    padding: 6px 10px 6px 10px;
    transition: all .5s ease-in-out;
    font-size: 0.938em;
    line-height: 1.7; }
    .SumoSelect .CaptionCont span {
      font-size: 16px;
      font-weight: 300;
      color: #212121;
      text-align: left; }
  .SumoSelect .CaptionCont label i {
    width: auto;
    height: auto;
    opacity: 1;
    font-style: normal;
    text-align: center; }
    .SumoSelect .CaptionCont label i:before {
      content: "\e915";
      font-family: "icomoon";
      display: inline-block;
      width: 100%;
      margin: auto;
      font-size: 20px;
      vertical-align: top;
      line-height: 41px;
      color: #745D95; }
  .SumoSelect ul.options li label {
    margin-bottom: 0px; }

.SumoSelect:focus .CaptionCont, .SumoSelect:hover .CaptionCont {
  border-color: #FEC70C;
  box-shadow: none; }

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

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

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

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

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

.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: 0;
  margin: auto;
  border-radius: 4px; }
  @media all and (min-width: 48em) {
    .mfp-container {
      max-width: 2000px; } }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  -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;
  -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;
  -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; }
