@charset "UTF-8";
/* ==========================================================================
   style.scss - imports settings & project specific styles
   ========================================================================== */
/**
* Common Styles
*
* Include common css libraries we use across most sites.
*
* TODO: - Flag commonly used libraries and add them.
*/
/* ==========================================================================
   normalize.scss - A browser standards css tool. Overview and reasonings at http://nicolasgallagher.com/about-normalize-css
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../assets/images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../assets/images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../assets/images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../../assets/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  border-radius: 4px;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  font-size: 0px; }

.flex-direction-nav .flex-prev {
  left: 0px;
  opacity: 1;
  cursor: w-resize; }

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
  opacity: 1;
  cursor: e-resize; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 270px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #D6D6D6;
  font-size: 17px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  padding-top: 20px; }

.pushy a {
  display: block;
  font-family: GillSansMTStd-Medium,Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.1em;
  padding-left: 35px;
  text-decoration: none; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0); }

.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.container-push, .push-push {
  -webkit-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0); }

/* Menu Transitions */
.pushy, #container, .push {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.7s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.7s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.7s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.7s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

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

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Example Media Query */
@media screen and (max-width: 768px) {
  .pushy {
    font-size: 1.0em; } }

/* Magnific Popup CSS */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  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;
  touch-action: manipulation; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

/**
* Project Base Styles
*
* Include a link to each of the project based styles.
*
* TODO: - Build a project base folder and file structure. How does everyone
*       else structure their files?
*
*/
/* ==========================================================================
   settings.scss - setup project settings and vars
   ========================================================================== */
/* Framework Setup
 ========================================================================== */
/* Colours
  ========================================================================== */
/* Font Families
 ========================================================================== */
/* Breakpoints - Max widths
  ========================================================================== */
/* ==========================================================================
   jockstrap.scss - Wordpress Starter Kit
   ========================================================================== */
/* Only use jockstrap if it has been set as true in _settings.scss */
/* Import Jockstrap Elements */
/* ==========================================================================
   jockstrap/grid
   ========================================================================== */
.clear {
  display: block;
  clear: both; }

.row {
  width: 101.517241379%;
  margin-left: -0.747282608696%; }

[class*="col-"] {
  float: left;
  margin: 0 0.747282608696%;
  min-height: 1px; }

.col-1 {
  width: 4.75543478261%; }

.col-2 {
  width: 11.0054347826%; }

.col-3 {
  width: 17.2554347826%; }

.col-4 {
  width: 23.5054347826%; }

.col-5 {
  width: 29.7554347826%; }

.col-6 {
  width: 36.0054347826%; }

.col-7 {
  width: 42.2554347826%; }

.col-8 {
  width: 48.5054347826%; }

.col-9 {
  width: 54.7554347826%; }

.col-10 {
  width: 61.0054347826%; }

.col-11 {
  width: 67.2554347826%; }

.col-12 {
  width: 73.5054347826%; }

.col-13 {
  width: 79.7554347826%; }

.col-14 {
  width: 86.0054347826%; }

.col-15 {
  width: 92.2554347826%; }

.col-16 {
  width: 98.5054347826%; }

.col-16 .row {
  width: 101.517241379%;
  margin-left: -0.758620689655%; }

.col-16 [class*="col-"] {
  margin: 0 0.747282608696%; }

.col-16 .col-16 {
  width: 98.5054347826%; }

.col-16 .col-15 {
  width: 92.2554347826%; }

.col-16 .col-14 {
  width: 86.0054347826%; }

.col-16 .col-13 {
  width: 79.7554347826%; }

.col-16 .col-12 {
  width: 73.5054347826%; }

.col-16 .col-11 {
  width: 67.2554347826%; }

.col-16 .col-10 {
  width: 61.0054347826%; }

.col-16 .col-9 {
  width: 54.7554347826%; }

.col-16 .col-8 {
  width: 48.5054347826%; }

.col-16 .col-7 {
  width: 42.2554347826%; }

.col-16 .col-6 {
  width: 36.0054347826%; }

.col-16 .col-5 {
  width: 29.7554347826%; }

.col-16 .col-4 {
  width: 23.5054347826%; }

.col-16 .col-3 {
  width: 17.2554347826%; }

.col-16 .col-2 {
  width: 11.0054347826%; }

.col-16 .col-1 {
  width: 4.75543478261%; }

.col-15 .row {
  width: 101.620029455%;
  margin-left: -0.810014727541%; }

.col-15 [class*="col-"] {
  margin: 0 0.797101449275%; }

.col-15 .col-15 {
  width: 98.4057971014%; }

.col-15 .col-14 {
  width: 91.7391304348%; }

.col-15 .col-13 {
  width: 85.0724637681%; }

.col-15 .col-12 {
  width: 78.4057971014%; }

.col-15 .col-11 {
  width: 71.7391304348%; }

.col-15 .col-10 {
  width: 65.0724637681%; }

.col-15 .col-9 {
  width: 58.4057971014%; }

.col-15 .col-8 {
  width: 51.7391304348%; }

.col-15 .col-7 {
  width: 45.0724637681%; }

.col-15 .col-6 {
  width: 38.4057971014%; }

.col-15 .col-5 {
  width: 31.7391304348%; }

.col-15 .col-4 {
  width: 25.0724637681%; }

.col-15 .col-3 {
  width: 18.4057971014%; }

.col-15 .col-2 {
  width: 11.7391304348%; }

.col-15 .col-1 {
  width: 5.07246376812%; }

.col-14 .row {
  width: 101.737756714%;
  margin-left: -0.86887835703%; }

.col-14 [class*="col-"] {
  margin: 0 0.854037267081%; }

.col-14 .col-14 {
  width: 98.2919254658%; }

.col-14 .col-13 {
  width: 91.149068323%; }

.col-14 .col-12 {
  width: 84.0062111801%; }

.col-14 .col-11 {
  width: 76.8633540373%; }

.col-14 .col-10 {
  width: 69.7204968944%; }

.col-14 .col-9 {
  width: 62.5776397516%; }

.col-14 .col-8 {
  width: 55.4347826087%; }

.col-14 .col-7 {
  width: 48.2919254658%; }

.col-14 .col-6 {
  width: 41.149068323%; }

.col-14 .col-5 {
  width: 34.0062111801%; }

.col-14 .col-4 {
  width: 26.8633540373%; }

.col-14 .col-3 {
  width: 19.7204968944%; }

.col-14 .col-2 {
  width: 12.5776397516%; }

.col-14 .col-1 {
  width: 5.4347826087%; }

.col-13 .row {
  width: 101.873935264%;
  margin-left: -0.936967632027%; }

.col-13 [class*="col-"] {
  margin: 0 0.919732441472%; }

.col-13 .col-13 {
  width: 98.1605351171%; }

.col-13 .col-12 {
  width: 90.4682274247%; }

.col-13 .col-11 {
  width: 82.7759197324%; }

.col-13 .col-10 {
  width: 75.0836120401%; }

.col-13 .col-9 {
  width: 67.3913043478%; }

.col-13 .col-8 {
  width: 59.6989966555%; }

.col-13 .col-7 {
  width: 52.0066889632%; }

.col-13 .col-6 {
  width: 44.3143812709%; }

.col-13 .col-5 {
  width: 36.6220735786%; }

.col-13 .col-4 {
  width: 28.9297658863%; }

.col-13 .col-3 {
  width: 21.237458194%; }

.col-13 .col-2 {
  width: 13.5451505017%; }

.col-13 .col-1 {
  width: 5.85284280936%; }

.col-12 .row {
  width: 102.033271719%;
  margin-left: -1.01663585952%; }

.col-12 [class*="col-"] {
  margin: 0 0.996376811594%; }

.col-12 .col-12 {
  width: 98.0072463768%; }

.col-12 .col-11 {
  width: 89.6739130435%; }

.col-12 .col-10 {
  width: 81.3405797101%; }

.col-12 .col-9 {
  width: 73.0072463768%; }

.col-12 .col-8 {
  width: 64.6739130435%; }

.col-12 .col-7 {
  width: 56.3405797101%; }

.col-12 .col-6 {
  width: 48.0072463768%; }

.col-12 .col-5 {
  width: 39.6739130435%; }

.col-12 .col-4 {
  width: 31.3405797101%; }

.col-12 .col-3 {
  width: 23.0072463768%; }

.col-12 .col-2 {
  width: 14.6739130435%; }

.col-12 .col-1 {
  width: 6.34057971014%; }

.col-11 .row {
  width: 102.222222222%;
  margin-left: -1.11111111111%; }

.col-11 [class*="col-"] {
  margin: 0 1.08695652174%; }

.col-11 .col-11 {
  width: 97.8260869565%; }

.col-11 .col-10 {
  width: 88.7351778656%; }

.col-11 .col-9 {
  width: 79.6442687747%; }

.col-11 .col-8 {
  width: 70.5533596838%; }

.col-11 .col-7 {
  width: 61.4624505929%; }

.col-11 .col-6 {
  width: 52.371541502%; }

.col-11 .col-5 {
  width: 43.2806324111%; }

.col-11 .col-4 {
  width: 34.1897233202%; }

.col-11 .col-3 {
  width: 25.0988142292%; }

.col-11 .col-2 {
  width: 16.0079051383%; }

.col-11 .col-1 {
  width: 6.91699604743%; }

.col-10 .row {
  width: 102.449888641%;
  margin-left: -1.22494432071%; }

.col-10 [class*="col-"] {
  margin: 0 1.19565217391%; }

.col-10 .col-10 {
  width: 97.6086956522%; }

.col-10 .col-9 {
  width: 87.6086956522%; }

.col-10 .col-8 {
  width: 77.6086956522%; }

.col-10 .col-7 {
  width: 67.6086956522%; }

.col-10 .col-6 {
  width: 57.6086956522%; }

.col-10 .col-5 {
  width: 47.6086956522%; }

.col-10 .col-4 {
  width: 37.6086956522%; }

.col-10 .col-3 {
  width: 27.6086956522%; }

.col-10 .col-2 {
  width: 17.6086956522%; }

.col-10 .col-1 {
  width: 7.60869565217%; }

.col-9 .row {
  width: 102.729528536%;
  margin-left: -1.36476426799%; }

.col-9 [class*="col-"] {
  margin: 0 1.32850241546%; }

.col-9 .col-9 {
  width: 97.3429951691%; }

.col-9 .col-8 {
  width: 86.231884058%; }

.col-9 .col-7 {
  width: 75.1207729469%; }

.col-9 .col-6 {
  width: 64.0096618357%; }

.col-9 .col-5 {
  width: 52.8985507246%; }

.col-9 .col-4 {
  width: 41.7874396135%; }

.col-9 .col-3 {
  width: 30.6763285024%; }

.col-9 .col-2 {
  width: 19.5652173913%; }

.col-9 .col-1 {
  width: 8.45410628019%; }

.col-8 .row {
  width: 103.081232493%;
  margin-left: -1.5406162465%; }

.col-8 [class*="col-"] {
  margin: 0 1.49456521739%; }

.col-8 .col-8 {
  width: 97.0108695652%; }

.col-8 .col-7 {
  width: 84.5108695652%; }

.col-8 .col-6 {
  width: 72.0108695652%; }

.col-8 .col-5 {
  width: 59.5108695652%; }

.col-8 .col-4 {
  width: 47.0108695652%; }

.col-8 .col-3 {
  width: 34.5108695652%; }

.col-8 .col-2 {
  width: 22.0108695652%; }

.col-8 .col-1 {
  width: 9.51086956522%; }

.col-7 .row {
  width: 103.536977492%;
  margin-left: -1.76848874598%; }

.col-7 [class*="col-"] {
  margin: 0 1.70807453416%; }

.col-7 .col-7 {
  width: 96.5838509317%; }

.col-7 .col-6 {
  width: 82.298136646%; }

.col-7 .col-5 {
  width: 68.0124223602%; }

.col-7 .col-4 {
  width: 53.7267080745%; }

.col-7 .col-3 {
  width: 39.4409937888%; }

.col-7 .col-2 {
  width: 25.1552795031%; }

.col-7 .col-1 {
  width: 10.8695652174%; }

.col-6 .row {
  width: 104.150943396%;
  margin-left: -2.07547169811%; }

.col-6 [class*="col-"] {
  margin: 0 1.99275362319%; }

.col-6 .col-6 {
  width: 96.0144927536%; }

.col-6 .col-5 {
  width: 79.347826087%; }

.col-6 .col-4 {
  width: 62.6811594203%; }

.col-6 .col-3 {
  width: 46.0144927536%; }

.col-6 .col-2 {
  width: 29.347826087%; }

.col-6 .col-1 {
  width: 12.6811594203%; }

.col-5 .row {
  width: 105.02283105%;
  margin-left: -2.51141552511%; }

.col-5 [class*="col-"] {
  margin: 0 2.39130434783%; }

.col-5 .col-5 {
  width: 95.2173913043%; }

.col-5 .col-4 {
  width: 75.2173913043%; }

.col-5 .col-3 {
  width: 55.2173913043%; }

.col-5 .col-2 {
  width: 35.2173913043%; }

.col-5 .col-1 {
  width: 15.2173913043%; }

.col-4 .row {
  width: 106.358381503%;
  margin-left: -3.17919075145%; }

.col-4 [class*="col-"] {
  margin: 0 2.98913043478%; }

.col-4 .col-4 {
  width: 94.0217391304%; }

.col-4 .col-3 {
  width: 69.0217391304%; }

.col-4 .col-2 {
  width: 44.0217391304%; }

.col-4 .col-1 {
  width: 19.0217391304%; }

.col-3 .row {
  width: 108.661417323%;
  margin-left: -4.33070866142%; }

.col-3 [class*="col-"] {
  margin: 0 3.98550724638%; }

.col-3 .col-3 {
  width: 92.0289855072%; }

.col-3 .col-2 {
  width: 58.6956521739%; }

.col-3 .col-1 {
  width: 25.3623188406%; }

.col-2 .row {
  width: 113.580246914%;
  margin-left: -6.79012345679%; }

.col-2 [class*="col-"] {
  margin: 0 5.97826086957%; }

.col-2 .col-2 {
  width: 88.0434782609%; }

.col-2 .col-1 {
  width: 38.0434782609%; }

.col-1 .row {
  width: 131.428571429%;
  margin-left: -15.7142857143%; }

.col-1 [class*="col-"] {
  margin: 0 11.9565217391%; }

.col-1 .col-1 {
  width: 76.0869565217%; }

@media (max-width: 1023px) {
  img.unveil {
    opacity: 1 !important; }
  .tablet-col-1 {
    width: 4.75543478261%; }
  .tablet-col-2 {
    width: 11.0054347826%; }
  .tablet-col-3 {
    width: 17.2554347826%; }
  .tablet-col-4 {
    width: 23.5054347826%; }
  .tablet-col-5 {
    width: 29.7554347826%; }
  .tablet-col-6 {
    width: 36.0054347826%; }
  .tablet-col-7 {
    width: 42.2554347826%; }
  .tablet-col-8 {
    width: 48.5054347826%; }
  .tablet-col-9 {
    width: 54.7554347826%; }
  .tablet-col-10 {
    width: 61.0054347826%; }
  .tablet-col-11 {
    width: 67.2554347826%; }
  .tablet-col-12 {
    width: 73.5054347826%; }
  .tablet-col-13 {
    width: 79.7554347826%; }
  .tablet-col-14 {
    width: 86.0054347826%; }
  .tablet-col-15 {
    width: 92.2554347826%; }
  .tablet-col-16 {
    width: 98.5054347826%; }
  .tablet-col-16 .row {
    width: 101.517241379%;
    margin-left: -0.758620689655%; }
  .tablet-col-16 [class*="col-"] {
    margin: 0 0.747282608696%; }
  .tablet-col-16 .tablet-col-16 {
    width: 98.5054347826%; }
  .tablet-col-16 .tablet-col-15 {
    width: 92.2554347826%; }
  .tablet-col-16 .tablet-col-14 {
    width: 86.0054347826%; }
  .tablet-col-16 .tablet-col-13 {
    width: 79.7554347826%; }
  .tablet-col-16 .tablet-col-12 {
    width: 73.5054347826%; }
  .tablet-col-16 .tablet-col-11 {
    width: 67.2554347826%; }
  .tablet-col-16 .tablet-col-10 {
    width: 61.0054347826%; }
  .tablet-col-16 .tablet-col-9 {
    width: 54.7554347826%; }
  .tablet-col-16 .tablet-col-8 {
    width: 48.5054347826%; }
  .tablet-col-16 .tablet-col-7 {
    width: 42.2554347826%; }
  .tablet-col-16 .tablet-col-6 {
    width: 36.0054347826%; }
  .tablet-col-16 .tablet-col-5 {
    width: 29.7554347826%; }
  .tablet-col-16 .tablet-col-4 {
    width: 23.5054347826%; }
  .tablet-col-16 .tablet-col-3 {
    width: 17.2554347826%; }
  .tablet-col-16 .tablet-col-2 {
    width: 11.0054347826%; }
  .tablet-col-16 .tablet-col-1 {
    width: 4.75543478261%; }
  .tablet-col-15 .row {
    width: 101.620029455%;
    margin-left: -0.810014727541%; }
  .tablet-col-15 [class*="col-"] {
    margin: 0 0.797101449275%; }
  .tablet-col-15 .tablet-col-15 {
    width: 98.4057971014%; }
  .tablet-col-15 .tablet-col-14 {
    width: 91.7391304348%; }
  .tablet-col-15 .tablet-col-13 {
    width: 85.0724637681%; }
  .tablet-col-15 .tablet-col-12 {
    width: 78.4057971014%; }
  .tablet-col-15 .tablet-col-11 {
    width: 71.7391304348%; }
  .tablet-col-15 .tablet-col-10 {
    width: 65.0724637681%; }
  .tablet-col-15 .tablet-col-9 {
    width: 58.4057971014%; }
  .tablet-col-15 .tablet-col-8 {
    width: 51.7391304348%; }
  .tablet-col-15 .tablet-col-7 {
    width: 45.0724637681%; }
  .tablet-col-15 .tablet-col-6 {
    width: 38.4057971014%; }
  .tablet-col-15 .tablet-col-5 {
    width: 31.7391304348%; }
  .tablet-col-15 .tablet-col-4 {
    width: 25.0724637681%; }
  .tablet-col-15 .tablet-col-3 {
    width: 18.4057971014%; }
  .tablet-col-15 .tablet-col-2 {
    width: 11.7391304348%; }
  .tablet-col-15 .tablet-col-1 {
    width: 5.07246376812%; }
  .tablet-col-14 .row {
    width: 101.737756714%;
    margin-left: -0.86887835703%; }
  .tablet-col-14 [class*="col-"] {
    margin: 0 0.854037267081%; }
  .tablet-col-14 .tablet-col-14 {
    width: 98.2919254658%; }
  .tablet-col-14 .tablet-col-13 {
    width: 91.149068323%; }
  .tablet-col-14 .tablet-col-12 {
    width: 84.0062111801%; }
  .tablet-col-14 .tablet-col-11 {
    width: 76.8633540373%; }
  .tablet-col-14 .tablet-col-10 {
    width: 69.7204968944%; }
  .tablet-col-14 .tablet-col-9 {
    width: 62.5776397516%; }
  .tablet-col-14 .tablet-col-8 {
    width: 55.4347826087%; }
  .tablet-col-14 .tablet-col-7 {
    width: 48.2919254658%; }
  .tablet-col-14 .tablet-col-6 {
    width: 41.149068323%; }
  .tablet-col-14 .tablet-col-5 {
    width: 34.0062111801%; }
  .tablet-col-14 .tablet-col-4 {
    width: 26.8633540373%; }
  .tablet-col-14 .tablet-col-3 {
    width: 19.7204968944%; }
  .tablet-col-14 .tablet-col-2 {
    width: 12.5776397516%; }
  .tablet-col-14 .tablet-col-1 {
    width: 5.4347826087%; }
  .tablet-col-13 .row {
    width: 101.873935264%;
    margin-left: -0.936967632027%; }
  .tablet-col-13 [class*="col-"] {
    margin: 0 0.919732441472%; }
  .tablet-col-13 .tablet-col-13 {
    width: 98.1605351171%; }
  .tablet-col-13 .tablet-col-12 {
    width: 90.4682274247%; }
  .tablet-col-13 .tablet-col-11 {
    width: 82.7759197324%; }
  .tablet-col-13 .tablet-col-10 {
    width: 75.0836120401%; }
  .tablet-col-13 .tablet-col-9 {
    width: 67.3913043478%; }
  .tablet-col-13 .tablet-col-8 {
    width: 59.6989966555%; }
  .tablet-col-13 .tablet-col-7 {
    width: 52.0066889632%; }
  .tablet-col-13 .tablet-col-6 {
    width: 44.3143812709%; }
  .tablet-col-13 .tablet-col-5 {
    width: 36.6220735786%; }
  .tablet-col-13 .tablet-col-4 {
    width: 28.9297658863%; }
  .tablet-col-13 .tablet-col-3 {
    width: 21.237458194%; }
  .tablet-col-13 .tablet-col-2 {
    width: 13.5451505017%; }
  .tablet-col-13 .tablet-col-1 {
    width: 5.85284280936%; }
  .tablet-col-12 .row {
    width: 102.033271719%;
    margin-left: -1.01663585952%; }
  .tablet-col-12 [class*="col-"] {
    margin: 0 0.996376811594%; }
  .tablet-col-12 .tablet-col-12 {
    width: 98.0072463768%; }
  .tablet-col-12 .tablet-col-11 {
    width: 89.6739130435%; }
  .tablet-col-12 .tablet-col-10 {
    width: 81.3405797101%; }
  .tablet-col-12 .tablet-col-9 {
    width: 73.0072463768%; }
  .tablet-col-12 .tablet-col-8 {
    width: 64.6739130435%; }
  .tablet-col-12 .tablet-col-7 {
    width: 56.3405797101%; }
  .tablet-col-12 .tablet-col-6 {
    width: 48.0072463768%; }
  .tablet-col-12 .tablet-col-5 {
    width: 39.6739130435%; }
  .tablet-col-12 .tablet-col-4 {
    width: 31.3405797101%; }
  .tablet-col-12 .tablet-col-3 {
    width: 23.0072463768%; }
  .tablet-col-12 .tablet-col-2 {
    width: 14.6739130435%; }
  .tablet-col-12 .tablet-col-1 {
    width: 6.34057971014%; }
  .tablet-col-11 .row {
    width: 102.222222222%;
    margin-left: -1.11111111111%; }
  .tablet-col-11 [class*="col-"] {
    margin: 0 1.08695652174%; }
  .tablet-col-11 .tablet-col-11 {
    width: 97.8260869565%; }
  .tablet-col-11 .tablet-col-10 {
    width: 88.7351778656%; }
  .tablet-col-11 .tablet-col-9 {
    width: 79.6442687747%; }
  .tablet-col-11 .tablet-col-8 {
    width: 70.5533596838%; }
  .tablet-col-11 .tablet-col-7 {
    width: 61.4624505929%; }
  .tablet-col-11 .tablet-col-6 {
    width: 52.371541502%; }
  .tablet-col-11 .tablet-col-5 {
    width: 43.2806324111%; }
  .tablet-col-11 .tablet-col-4 {
    width: 34.1897233202%; }
  .tablet-col-11 .tablet-col-3 {
    width: 25.0988142292%; }
  .tablet-col-11 .tablet-col-2 {
    width: 16.0079051383%; }
  .tablet-col-11 .tablet-col-1 {
    width: 6.91699604743%; }
  .tablet-col-10 .row {
    width: 102.449888641%;
    margin-left: -1.22494432071%; }
  .tablet-col-10 [class*="col-"] {
    margin: 0 1.19565217391%; }
  .tablet-col-10 .tablet-col-10 {
    width: 97.6086956522%; }
  .tablet-col-10 .tablet-col-9 {
    width: 87.6086956522%; }
  .tablet-col-10 .tablet-col-8 {
    width: 77.6086956522%; }
  .tablet-col-10 .tablet-col-7 {
    width: 67.6086956522%; }
  .tablet-col-10 .tablet-col-6 {
    width: 57.6086956522%; }
  .tablet-col-10 .tablet-col-5 {
    width: 47.6086956522%; }
  .tablet-col-10 .tablet-col-4 {
    width: 37.6086956522%; }
  .tablet-col-10 .tablet-col-3 {
    width: 27.6086956522%; }
  .tablet-col-10 .tablet-col-2 {
    width: 17.6086956522%; }
  .tablet-col-10 .tablet-col-1 {
    width: 7.60869565217%; }
  .tablet-col-9 .row {
    width: 102.729528536%;
    margin-left: -1.36476426799%; }
  .tablet-col-9 [class*="col-"] {
    margin: 0 1.32850241546%; }
  .tablet-col-9 .tablet-col-9 {
    width: 97.3429951691%; }
  .tablet-col-9 .tablet-col-8 {
    width: 86.231884058%; }
  .tablet-col-9 .tablet-col-7 {
    width: 75.1207729469%; }
  .tablet-col-9 .tablet-col-6 {
    width: 64.0096618357%; }
  .tablet-col-9 .tablet-col-5 {
    width: 52.8985507246%; }
  .tablet-col-9 .tablet-col-4 {
    width: 41.7874396135%; }
  .tablet-col-9 .tablet-col-3 {
    width: 30.6763285024%; }
  .tablet-col-9 .tablet-col-2 {
    width: 19.5652173913%; }
  .tablet-col-9 .tablet-col-1 {
    width: 8.45410628019%; }
  .tablet-col-8 .row {
    width: 103.081232493%;
    margin-left: -1.5406162465%; }
  .tablet-col-8 [class*="col-"] {
    margin: 0 1.49456521739%; }
  .tablet-col-8 .tablet-col-8 {
    width: 97.0108695652%; }
  .tablet-col-8 .tablet-col-7 {
    width: 84.5108695652%; }
  .tablet-col-8 .tablet-col-6 {
    width: 72.0108695652%; }
  .tablet-col-8 .tablet-col-5 {
    width: 59.5108695652%; }
  .tablet-col-8 .tablet-col-4 {
    width: 47.0108695652%; }
  .tablet-col-8 .tablet-col-3 {
    width: 34.5108695652%; }
  .tablet-col-8 .tablet-col-2 {
    width: 22.0108695652%; }
  .tablet-col-8 .tablet-col-1 {
    width: 9.51086956522%; }
  .tablet-col-7 .row {
    width: 103.536977492%;
    margin-left: -1.76848874598%; }
  .tablet-col-7 [class*="col-"] {
    margin: 0 1.70807453416%; }
  .tablet-col-7 .tablet-col-7 {
    width: 96.5838509317%; }
  .tablet-col-7 .tablet-col-6 {
    width: 82.298136646%; }
  .tablet-col-7 .tablet-col-5 {
    width: 68.0124223602%; }
  .tablet-col-7 .tablet-col-4 {
    width: 53.7267080745%; }
  .tablet-col-7 .tablet-col-3 {
    width: 39.4409937888%; }
  .tablet-col-7 .tablet-col-2 {
    width: 25.1552795031%; }
  .tablet-col-7 .tablet-col-1 {
    width: 10.8695652174%; }
  .tablet-col-6 .row {
    width: 104.150943396%;
    margin-left: -2.07547169811%; }
  .tablet-col-6 [class*="col-"] {
    margin: 0 1.99275362319%; }
  .tablet-col-6 .tablet-col-6 {
    width: 96.0144927536%; }
  .tablet-col-6 .tablet-col-5 {
    width: 79.347826087%; }
  .tablet-col-6 .tablet-col-4 {
    width: 62.6811594203%; }
  .tablet-col-6 .tablet-col-3 {
    width: 46.0144927536%; }
  .tablet-col-6 .tablet-col-2 {
    width: 29.347826087%; }
  .tablet-col-6 .tablet-col-1 {
    width: 12.6811594203%; }
  .tablet-col-5 .row {
    width: 105.02283105%;
    margin-left: -2.51141552511%; }
  .tablet-col-5 [class*="col-"] {
    margin: 0 2.39130434783%; }
  .tablet-col-5 .tablet-col-5 {
    width: 95.2173913043%; }
  .tablet-col-5 .tablet-col-4 {
    width: 75.2173913043%; }
  .tablet-col-5 .tablet-col-3 {
    width: 55.2173913043%; }
  .tablet-col-5 .tablet-col-2 {
    width: 35.2173913043%; }
  .tablet-col-5 .tablet-col-1 {
    width: 15.2173913043%; }
  .tablet-col-4 .row {
    width: 106.358381503%;
    margin-left: -3.17919075145%; }
  .tablet-col-4 [class*="col-"] {
    margin: 0 2.98913043478%; }
  .tablet-col-4 .tablet-col-4 {
    width: 94.0217391304%; }
  .tablet-col-4 .tablet-col-3 {
    width: 69.0217391304%; }
  .tablet-col-4 .tablet-col-2 {
    width: 44.0217391304%; }
  .tablet-col-4 .tablet-col-1 {
    width: 19.0217391304%; }
  .tablet-col-3 .row {
    width: 108.661417323%;
    margin-left: -4.33070866142%; }
  .tablet-col-3 [class*="col-"] {
    margin: 0 3.98550724638%; }
  .tablet-col-3 .tablet-col-3 {
    width: 92.0289855072%; }
  .tablet-col-3 .tablet-col-2 {
    width: 58.6956521739%; }
  .tablet-col-3 .tablet-col-1 {
    width: 25.3623188406%; }
  .tablet-col-2 .row {
    width: 113.580246914%;
    margin-left: -6.79012345679%; }
  .tablet-col-2 [class*="col-"] {
    margin: 0 5.97826086957%; }
  .tablet-col-2 .tablet-col-2 {
    width: 88.0434782609%; }
  .tablet-col-2 .tablet-col-1 {
    width: 38.0434782609%; }
  .tablet-col-1 .row {
    width: 131.428571429%;
    margin-left: -15.7142857143%; }
  .tablet-col-1 [class*="col-"] {
    margin: 0 11.9565217391%; }
  .tablet-col-1 .tablet-col-1 {
    width: 76.0869565217%; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px), (max-device-width: 736px) and (orientation: landscape) {
  .phone-col-1 {
    width: 4.75543478261%; }
  .phone-col-2 {
    width: 11.0054347826%; }
  .phone-col-3 {
    width: 17.2554347826%; }
  .phone-col-4 {
    width: 23.5054347826%; }
  .phone-col-5 {
    width: 29.7554347826%; }
  .phone-col-6 {
    width: 36.0054347826%; }
  .phone-col-7 {
    width: 42.2554347826%; }
  .phone-col-8 {
    width: 48.5054347826%; }
  .phone-col-9 {
    width: 54.7554347826%; }
  .phone-col-10 {
    width: 61.0054347826%; }
  .phone-col-11 {
    width: 67.2554347826%; }
  .phone-col-12 {
    width: 73.5054347826%; }
  .phone-col-13 {
    width: 79.7554347826%; }
  .phone-col-14 {
    width: 86.0054347826%; }
  .phone-col-15 {
    width: 92.2554347826%; }
  .phone-col-16 {
    width: 98.5054347826%; }
  .phone-col-16 .row {
    width: 101.517241379%;
    margin-left: -0.758620689655%; }
  .phone-col-16 [class*="col-"] {
    margin: 0 0.747282608696%; }
  .phone-col-16 .phone-col-16 {
    width: 98.5054347826%; }
  .phone-col-16 .phone-col-15 {
    width: 92.2554347826%; }
  .phone-col-16 .phone-col-14 {
    width: 86.0054347826%; }
  .phone-col-16 .phone-col-13 {
    width: 79.7554347826%; }
  .phone-col-16 .phone-col-12 {
    width: 73.5054347826%; }
  .phone-col-16 .phone-col-11 {
    width: 67.2554347826%; }
  .phone-col-16 .phone-col-10 {
    width: 61.0054347826%; }
  .phone-col-16 .phone-col-9 {
    width: 54.7554347826%; }
  .phone-col-16 .phone-col-8 {
    width: 48.5054347826%; }
  .phone-col-16 .phone-col-7 {
    width: 42.2554347826%; }
  .phone-col-16 .phone-col-6 {
    width: 36.0054347826%; }
  .phone-col-16 .phone-col-5 {
    width: 29.7554347826%; }
  .phone-col-16 .phone-col-4 {
    width: 23.5054347826%; }
  .phone-col-16 .phone-col-3 {
    width: 17.2554347826%; }
  .phone-col-16 .phone-col-2 {
    width: 11.0054347826%; }
  .phone-col-16 .phone-col-1 {
    width: 4.75543478261%; }
  .phone-col-15 .row {
    width: 101.620029455%;
    margin-left: -0.810014727541%; }
  .phone-col-15 [class*="col-"] {
    margin: 0 0.797101449275%; }
  .phone-col-15 .phone-col-15 {
    width: 98.4057971014%; }
  .phone-col-15 .phone-col-14 {
    width: 91.7391304348%; }
  .phone-col-15 .phone-col-13 {
    width: 85.0724637681%; }
  .phone-col-15 .phone-col-12 {
    width: 78.4057971014%; }
  .phone-col-15 .phone-col-11 {
    width: 71.7391304348%; }
  .phone-col-15 .phone-col-10 {
    width: 65.0724637681%; }
  .phone-col-15 .phone-col-9 {
    width: 58.4057971014%; }
  .phone-col-15 .phone-col-8 {
    width: 51.7391304348%; }
  .phone-col-15 .phone-col-7 {
    width: 45.0724637681%; }
  .phone-col-15 .phone-col-6 {
    width: 38.4057971014%; }
  .phone-col-15 .phone-col-5 {
    width: 31.7391304348%; }
  .phone-col-15 .phone-col-4 {
    width: 25.0724637681%; }
  .phone-col-15 .phone-col-3 {
    width: 18.4057971014%; }
  .phone-col-15 .phone-col-2 {
    width: 11.7391304348%; }
  .phone-col-15 .phone-col-1 {
    width: 5.07246376812%; }
  .phone-col-14 .row {
    width: 101.737756714%;
    margin-left: -0.86887835703%; }
  .phone-col-14 [class*="col-"] {
    margin: 0 0.854037267081%; }
  .phone-col-14 .phone-col-14 {
    width: 98.2919254658%; }
  .phone-col-14 .phone-col-13 {
    width: 91.149068323%; }
  .phone-col-14 .phone-col-12 {
    width: 84.0062111801%; }
  .phone-col-14 .phone-col-11 {
    width: 76.8633540373%; }
  .phone-col-14 .phone-col-10 {
    width: 69.7204968944%; }
  .phone-col-14 .phone-col-9 {
    width: 62.5776397516%; }
  .phone-col-14 .phone-col-8 {
    width: 55.4347826087%; }
  .phone-col-14 .phone-col-7 {
    width: 48.2919254658%; }
  .phone-col-14 .phone-col-6 {
    width: 41.149068323%; }
  .phone-col-14 .phone-col-5 {
    width: 34.0062111801%; }
  .phone-col-14 .phone-col-4 {
    width: 26.8633540373%; }
  .phone-col-14 .phone-col-3 {
    width: 19.7204968944%; }
  .phone-col-14 .phone-col-2 {
    width: 12.5776397516%; }
  .phone-col-14 .phone-col-1 {
    width: 5.4347826087%; }
  .phone-col-13 .row {
    width: 101.873935264%;
    margin-left: -0.936967632027%; }
  .phone-col-13 [class*="col-"] {
    margin: 0 0.919732441472%; }
  .phone-col-13 .phone-col-13 {
    width: 98.1605351171%; }
  .phone-col-13 .phone-col-12 {
    width: 90.4682274247%; }
  .phone-col-13 .phone-col-11 {
    width: 82.7759197324%; }
  .phone-col-13 .phone-col-10 {
    width: 75.0836120401%; }
  .phone-col-13 .phone-col-9 {
    width: 67.3913043478%; }
  .phone-col-13 .phone-col-8 {
    width: 59.6989966555%; }
  .phone-col-13 .phone-col-7 {
    width: 52.0066889632%; }
  .phone-col-13 .phone-col-6 {
    width: 44.3143812709%; }
  .phone-col-13 .phone-col-5 {
    width: 36.6220735786%; }
  .phone-col-13 .phone-col-4 {
    width: 28.9297658863%; }
  .phone-col-13 .phone-col-3 {
    width: 21.237458194%; }
  .phone-col-13 .phone-col-2 {
    width: 13.5451505017%; }
  .phone-col-13 .phone-col-1 {
    width: 5.85284280936%; }
  .phone-col-12 .row {
    width: 102.033271719%;
    margin-left: -1.01663585952%; }
  .phone-col-12 [class*="col-"] {
    margin: 0 0.996376811594%; }
  .phone-col-12 .phone-col-12 {
    width: 98.0072463768%; }
  .phone-col-12 .phone-col-11 {
    width: 89.6739130435%; }
  .phone-col-12 .phone-col-10 {
    width: 81.3405797101%; }
  .phone-col-12 .phone-col-9 {
    width: 73.0072463768%; }
  .phone-col-12 .phone-col-8 {
    width: 64.6739130435%; }
  .phone-col-12 .phone-col-7 {
    width: 56.3405797101%; }
  .phone-col-12 .phone-col-6 {
    width: 48.0072463768%; }
  .phone-col-12 .phone-col-5 {
    width: 39.6739130435%; }
  .phone-col-12 .phone-col-4 {
    width: 31.3405797101%; }
  .phone-col-12 .phone-col-3 {
    width: 23.0072463768%; }
  .phone-col-12 .phone-col-2 {
    width: 14.6739130435%; }
  .phone-col-12 .phone-col-1 {
    width: 6.34057971014%; }
  .phone-col-11 .row {
    width: 102.222222222%;
    margin-left: -1.11111111111%; }
  .phone-col-11 [class*="col-"] {
    margin: 0 1.08695652174%; }
  .phone-col-11 .phone-col-11 {
    width: 97.8260869565%; }
  .phone-col-11 .phone-col-10 {
    width: 88.7351778656%; }
  .phone-col-11 .phone-col-9 {
    width: 79.6442687747%; }
  .phone-col-11 .phone-col-8 {
    width: 70.5533596838%; }
  .phone-col-11 .phone-col-7 {
    width: 61.4624505929%; }
  .phone-col-11 .phone-col-6 {
    width: 52.371541502%; }
  .phone-col-11 .phone-col-5 {
    width: 43.2806324111%; }
  .phone-col-11 .phone-col-4 {
    width: 34.1897233202%; }
  .phone-col-11 .phone-col-3 {
    width: 25.0988142292%; }
  .phone-col-11 .phone-col-2 {
    width: 16.0079051383%; }
  .phone-col-11 .phone-col-1 {
    width: 6.91699604743%; }
  .phone-col-10 .row {
    width: 102.449888641%;
    margin-left: -1.22494432071%; }
  .phone-col-10 [class*="col-"] {
    margin: 0 1.19565217391%; }
  .phone-col-10 .phone-col-10 {
    width: 97.6086956522%; }
  .phone-col-10 .phone-col-9 {
    width: 87.6086956522%; }
  .phone-col-10 .phone-col-8 {
    width: 77.6086956522%; }
  .phone-col-10 .phone-col-7 {
    width: 67.6086956522%; }
  .phone-col-10 .phone-col-6 {
    width: 57.6086956522%; }
  .phone-col-10 .phone-col-5 {
    width: 47.6086956522%; }
  .phone-col-10 .phone-col-4 {
    width: 37.6086956522%; }
  .phone-col-10 .phone-col-3 {
    width: 27.6086956522%; }
  .phone-col-10 .phone-col-2 {
    width: 17.6086956522%; }
  .phone-col-10 .phone-col-1 {
    width: 7.60869565217%; }
  .phone-col-9 .row {
    width: 102.729528536%;
    margin-left: -1.36476426799%; }
  .phone-col-9 [class*="col-"] {
    margin: 0 1.32850241546%; }
  .phone-col-9 .phone-col-9 {
    width: 97.3429951691%; }
  .phone-col-9 .phone-col-8 {
    width: 86.231884058%; }
  .phone-col-9 .phone-col-7 {
    width: 75.1207729469%; }
  .phone-col-9 .phone-col-6 {
    width: 64.0096618357%; }
  .phone-col-9 .phone-col-5 {
    width: 52.8985507246%; }
  .phone-col-9 .phone-col-4 {
    width: 41.7874396135%; }
  .phone-col-9 .phone-col-3 {
    width: 30.6763285024%; }
  .phone-col-9 .phone-col-2 {
    width: 19.5652173913%; }
  .phone-col-9 .phone-col-1 {
    width: 8.45410628019%; }
  .phone-col-8 .row {
    width: 103.081232493%;
    margin-left: -1.5406162465%; }
  .phone-col-8 [class*="col-"] {
    margin: 0 1.49456521739%; }
  .phone-col-8 .phone-col-8 {
    width: 97.0108695652%; }
  .phone-col-8 .phone-col-7 {
    width: 84.5108695652%; }
  .phone-col-8 .phone-col-6 {
    width: 72.0108695652%; }
  .phone-col-8 .phone-col-5 {
    width: 59.5108695652%; }
  .phone-col-8 .phone-col-4 {
    width: 47.0108695652%; }
  .phone-col-8 .phone-col-3 {
    width: 34.5108695652%; }
  .phone-col-8 .phone-col-2 {
    width: 22.0108695652%; }
  .phone-col-8 .phone-col-1 {
    width: 9.51086956522%; }
  .phone-col-7 .row {
    width: 103.536977492%;
    margin-left: -1.76848874598%; }
  .phone-col-7 [class*="col-"] {
    margin: 0 1.70807453416%; }
  .phone-col-7 .phone-col-7 {
    width: 96.5838509317%; }
  .phone-col-7 .phone-col-6 {
    width: 82.298136646%; }
  .phone-col-7 .phone-col-5 {
    width: 68.0124223602%; }
  .phone-col-7 .phone-col-4 {
    width: 53.7267080745%; }
  .phone-col-7 .phone-col-3 {
    width: 39.4409937888%; }
  .phone-col-7 .phone-col-2 {
    width: 25.1552795031%; }
  .phone-col-7 .phone-col-1 {
    width: 10.8695652174%; }
  .phone-col-6 .row {
    width: 104.150943396%;
    margin-left: -2.07547169811%; }
  .phone-col-6 [class*="col-"] {
    margin: 0 1.99275362319%; }
  .phone-col-6 .phone-col-6 {
    width: 96.0144927536%; }
  .phone-col-6 .phone-col-5 {
    width: 79.347826087%; }
  .phone-col-6 .phone-col-4 {
    width: 62.6811594203%; }
  .phone-col-6 .phone-col-3 {
    width: 46.0144927536%; }
  .phone-col-6 .phone-col-2 {
    width: 29.347826087%; }
  .phone-col-6 .phone-col-1 {
    width: 12.6811594203%; }
  .phone-col-5 .row {
    width: 105.02283105%;
    margin-left: -2.51141552511%; }
  .phone-col-5 [class*="col-"] {
    margin: 0 2.39130434783%; }
  .phone-col-5 .phone-col-5 {
    width: 95.2173913043%; }
  .phone-col-5 .phone-col-4 {
    width: 75.2173913043%; }
  .phone-col-5 .phone-col-3 {
    width: 55.2173913043%; }
  .phone-col-5 .phone-col-2 {
    width: 35.2173913043%; }
  .phone-col-5 .phone-col-1 {
    width: 15.2173913043%; }
  .phone-col-4 .row {
    width: 106.358381503%;
    margin-left: -3.17919075145%; }
  .phone-col-4 [class*="col-"] {
    margin: 0 2.98913043478%; }
  .phone-col-4 .phone-col-4 {
    width: 94.0217391304%; }
  .phone-col-4 .phone-col-3 {
    width: 69.0217391304%; }
  .phone-col-4 .phone-col-2 {
    width: 44.0217391304%; }
  .phone-col-4 .phone-col-1 {
    width: 19.0217391304%; }
  .phone-col-3 .row {
    width: 108.661417323%;
    margin-left: -4.33070866142%; }
  .phone-col-3 [class*="col-"] {
    margin: 0 3.98550724638%; }
  .phone-col-3 .phone-col-3 {
    width: 92.0289855072%; }
  .phone-col-3 .phone-col-2 {
    width: 58.6956521739%; }
  .phone-col-3 .phone-col-1 {
    width: 25.3623188406%; }
  .phone-col-2 .row {
    width: 113.580246914%;
    margin-left: -6.79012345679%; }
  .phone-col-2 [class*="col-"] {
    margin: 0 5.97826086957%; }
  .phone-col-2 .phone-col-2 {
    width: 88.0434782609%; }
  .phone-col-2 .phone-col-1 {
    width: 38.0434782609%; }
  .phone-col-1 .row {
    width: 131.428571429%;
    margin-left: -15.7142857143%; }
  .phone-col-1 [class*="col-"] {
    margin: 0 11.9565217391%; }
  .phone-col-1 .phone-col-1 {
    width: 76.0869565217%; } }

@media (max-width: 480px) {
  .phone-col-1 {
    width: 4.75543478261%; }
  .phone-col-2 {
    width: 11.0054347826%; }
  .phone-col-3 {
    width: 17.2554347826%; }
  .phone-col-4 {
    width: 23.5054347826%; }
  .phone-col-5 {
    width: 29.7554347826%; }
  .phone-col-6 {
    width: 36.0054347826%; }
  .phone-col-7 {
    width: 42.2554347826%; }
  .phone-col-8 {
    width: 48.5054347826%; }
  .phone-col-9 {
    width: 54.7554347826%; }
  .phone-col-10 {
    width: 61.0054347826%; }
  .phone-col-11 {
    width: 67.2554347826%; }
  .phone-col-12 {
    width: 73.5054347826%; }
  .phone-col-13 {
    width: 79.7554347826%; }
  .phone-col-14 {
    width: 86.0054347826%; }
  .phone-col-15 {
    width: 92.2554347826%; }
  .phone-col-16 {
    width: 98.5054347826%; }
  .phone-col-16 .row {
    width: 101.517241379%;
    margin-left: -0.758620689655%; }
  .phone-col-16 [class*="col-"] {
    margin: 0 0.747282608696%; }
  .phone-col-16 .phone-col-16 {
    width: 98.5054347826%; }
  .phone-col-16 .phone-col-15 {
    width: 92.2554347826%; }
  .phone-col-16 .phone-col-14 {
    width: 86.0054347826%; }
  .phone-col-16 .phone-col-13 {
    width: 79.7554347826%; }
  .phone-col-16 .phone-col-12 {
    width: 73.5054347826%; }
  .phone-col-16 .phone-col-11 {
    width: 67.2554347826%; }
  .phone-col-16 .phone-col-10 {
    width: 61.0054347826%; }
  .phone-col-16 .phone-col-9 {
    width: 54.7554347826%; }
  .phone-col-16 .phone-col-8 {
    width: 48.5054347826%; }
  .phone-col-16 .phone-col-7 {
    width: 42.2554347826%; }
  .phone-col-16 .phone-col-6 {
    width: 36.0054347826%; }
  .phone-col-16 .phone-col-5 {
    width: 29.7554347826%; }
  .phone-col-16 .phone-col-4 {
    width: 23.5054347826%; }
  .phone-col-16 .phone-col-3 {
    width: 17.2554347826%; }
  .phone-col-16 .phone-col-2 {
    width: 11.0054347826%; }
  .phone-col-16 .phone-col-1 {
    width: 4.75543478261%; }
  .phone-col-15 .row {
    width: 101.620029455%;
    margin-left: -0.810014727541%; }
  .phone-col-15 [class*="col-"] {
    margin: 0 0.797101449275%; }
  .phone-col-15 .phone-col-15 {
    width: 98.4057971014%; }
  .phone-col-15 .phone-col-14 {
    width: 91.7391304348%; }
  .phone-col-15 .phone-col-13 {
    width: 85.0724637681%; }
  .phone-col-15 .phone-col-12 {
    width: 78.4057971014%; }
  .phone-col-15 .phone-col-11 {
    width: 71.7391304348%; }
  .phone-col-15 .phone-col-10 {
    width: 65.0724637681%; }
  .phone-col-15 .phone-col-9 {
    width: 58.4057971014%; }
  .phone-col-15 .phone-col-8 {
    width: 51.7391304348%; }
  .phone-col-15 .phone-col-7 {
    width: 45.0724637681%; }
  .phone-col-15 .phone-col-6 {
    width: 38.4057971014%; }
  .phone-col-15 .phone-col-5 {
    width: 31.7391304348%; }
  .phone-col-15 .phone-col-4 {
    width: 25.0724637681%; }
  .phone-col-15 .phone-col-3 {
    width: 18.4057971014%; }
  .phone-col-15 .phone-col-2 {
    width: 11.7391304348%; }
  .phone-col-15 .phone-col-1 {
    width: 5.07246376812%; }
  .phone-col-14 .row {
    width: 101.737756714%;
    margin-left: -0.86887835703%; }
  .phone-col-14 [class*="col-"] {
    margin: 0 0.854037267081%; }
  .phone-col-14 .phone-col-14 {
    width: 98.2919254658%; }
  .phone-col-14 .phone-col-13 {
    width: 91.149068323%; }
  .phone-col-14 .phone-col-12 {
    width: 84.0062111801%; }
  .phone-col-14 .phone-col-11 {
    width: 76.8633540373%; }
  .phone-col-14 .phone-col-10 {
    width: 69.7204968944%; }
  .phone-col-14 .phone-col-9 {
    width: 62.5776397516%; }
  .phone-col-14 .phone-col-8 {
    width: 55.4347826087%; }
  .phone-col-14 .phone-col-7 {
    width: 48.2919254658%; }
  .phone-col-14 .phone-col-6 {
    width: 41.149068323%; }
  .phone-col-14 .phone-col-5 {
    width: 34.0062111801%; }
  .phone-col-14 .phone-col-4 {
    width: 26.8633540373%; }
  .phone-col-14 .phone-col-3 {
    width: 19.7204968944%; }
  .phone-col-14 .phone-col-2 {
    width: 12.5776397516%; }
  .phone-col-14 .phone-col-1 {
    width: 5.4347826087%; }
  .phone-col-13 .row {
    width: 101.873935264%;
    margin-left: -0.936967632027%; }
  .phone-col-13 [class*="col-"] {
    margin: 0 0.919732441472%; }
  .phone-col-13 .phone-col-13 {
    width: 98.1605351171%; }
  .phone-col-13 .phone-col-12 {
    width: 90.4682274247%; }
  .phone-col-13 .phone-col-11 {
    width: 82.7759197324%; }
  .phone-col-13 .phone-col-10 {
    width: 75.0836120401%; }
  .phone-col-13 .phone-col-9 {
    width: 67.3913043478%; }
  .phone-col-13 .phone-col-8 {
    width: 59.6989966555%; }
  .phone-col-13 .phone-col-7 {
    width: 52.0066889632%; }
  .phone-col-13 .phone-col-6 {
    width: 44.3143812709%; }
  .phone-col-13 .phone-col-5 {
    width: 36.6220735786%; }
  .phone-col-13 .phone-col-4 {
    width: 28.9297658863%; }
  .phone-col-13 .phone-col-3 {
    width: 21.237458194%; }
  .phone-col-13 .phone-col-2 {
    width: 13.5451505017%; }
  .phone-col-13 .phone-col-1 {
    width: 5.85284280936%; }
  .phone-col-12 .row {
    width: 102.033271719%;
    margin-left: -1.01663585952%; }
  .phone-col-12 [class*="col-"] {
    margin: 0 0.996376811594%; }
  .phone-col-12 .phone-col-12 {
    width: 98.0072463768%; }
  .phone-col-12 .phone-col-11 {
    width: 89.6739130435%; }
  .phone-col-12 .phone-col-10 {
    width: 81.3405797101%; }
  .phone-col-12 .phone-col-9 {
    width: 73.0072463768%; }
  .phone-col-12 .phone-col-8 {
    width: 64.6739130435%; }
  .phone-col-12 .phone-col-7 {
    width: 56.3405797101%; }
  .phone-col-12 .phone-col-6 {
    width: 48.0072463768%; }
  .phone-col-12 .phone-col-5 {
    width: 39.6739130435%; }
  .phone-col-12 .phone-col-4 {
    width: 31.3405797101%; }
  .phone-col-12 .phone-col-3 {
    width: 23.0072463768%; }
  .phone-col-12 .phone-col-2 {
    width: 14.6739130435%; }
  .phone-col-12 .phone-col-1 {
    width: 6.34057971014%; }
  .phone-col-11 .row {
    width: 102.222222222%;
    margin-left: -1.11111111111%; }
  .phone-col-11 [class*="col-"] {
    margin: 0 1.08695652174%; }
  .phone-col-11 .phone-col-11 {
    width: 97.8260869565%; }
  .phone-col-11 .phone-col-10 {
    width: 88.7351778656%; }
  .phone-col-11 .phone-col-9 {
    width: 79.6442687747%; }
  .phone-col-11 .phone-col-8 {
    width: 70.5533596838%; }
  .phone-col-11 .phone-col-7 {
    width: 61.4624505929%; }
  .phone-col-11 .phone-col-6 {
    width: 52.371541502%; }
  .phone-col-11 .phone-col-5 {
    width: 43.2806324111%; }
  .phone-col-11 .phone-col-4 {
    width: 34.1897233202%; }
  .phone-col-11 .phone-col-3 {
    width: 25.0988142292%; }
  .phone-col-11 .phone-col-2 {
    width: 16.0079051383%; }
  .phone-col-11 .phone-col-1 {
    width: 6.91699604743%; }
  .phone-col-10 .row {
    width: 102.449888641%;
    margin-left: -1.22494432071%; }
  .phone-col-10 [class*="col-"] {
    margin: 0 1.19565217391%; }
  .phone-col-10 .phone-col-10 {
    width: 97.6086956522%; }
  .phone-col-10 .phone-col-9 {
    width: 87.6086956522%; }
  .phone-col-10 .phone-col-8 {
    width: 77.6086956522%; }
  .phone-col-10 .phone-col-7 {
    width: 67.6086956522%; }
  .phone-col-10 .phone-col-6 {
    width: 57.6086956522%; }
  .phone-col-10 .phone-col-5 {
    width: 47.6086956522%; }
  .phone-col-10 .phone-col-4 {
    width: 37.6086956522%; }
  .phone-col-10 .phone-col-3 {
    width: 27.6086956522%; }
  .phone-col-10 .phone-col-2 {
    width: 17.6086956522%; }
  .phone-col-10 .phone-col-1 {
    width: 7.60869565217%; }
  .phone-col-9 .row {
    width: 102.729528536%;
    margin-left: -1.36476426799%; }
  .phone-col-9 [class*="col-"] {
    margin: 0 1.32850241546%; }
  .phone-col-9 .phone-col-9 {
    width: 97.3429951691%; }
  .phone-col-9 .phone-col-8 {
    width: 86.231884058%; }
  .phone-col-9 .phone-col-7 {
    width: 75.1207729469%; }
  .phone-col-9 .phone-col-6 {
    width: 64.0096618357%; }
  .phone-col-9 .phone-col-5 {
    width: 52.8985507246%; }
  .phone-col-9 .phone-col-4 {
    width: 41.7874396135%; }
  .phone-col-9 .phone-col-3 {
    width: 30.6763285024%; }
  .phone-col-9 .phone-col-2 {
    width: 19.5652173913%; }
  .phone-col-9 .phone-col-1 {
    width: 8.45410628019%; }
  .phone-col-8 .row {
    width: 103.081232493%;
    margin-left: -1.5406162465%; }
  .phone-col-8 [class*="col-"] {
    margin: 0 1.49456521739%; }
  .phone-col-8 .phone-col-8 {
    width: 97.0108695652%; }
  .phone-col-8 .phone-col-7 {
    width: 84.5108695652%; }
  .phone-col-8 .phone-col-6 {
    width: 72.0108695652%; }
  .phone-col-8 .phone-col-5 {
    width: 59.5108695652%; }
  .phone-col-8 .phone-col-4 {
    width: 47.0108695652%; }
  .phone-col-8 .phone-col-3 {
    width: 34.5108695652%; }
  .phone-col-8 .phone-col-2 {
    width: 22.0108695652%; }
  .phone-col-8 .phone-col-1 {
    width: 9.51086956522%; }
  .phone-col-7 .row {
    width: 103.536977492%;
    margin-left: -1.76848874598%; }
  .phone-col-7 [class*="col-"] {
    margin: 0 1.70807453416%; }
  .phone-col-7 .phone-col-7 {
    width: 96.5838509317%; }
  .phone-col-7 .phone-col-6 {
    width: 82.298136646%; }
  .phone-col-7 .phone-col-5 {
    width: 68.0124223602%; }
  .phone-col-7 .phone-col-4 {
    width: 53.7267080745%; }
  .phone-col-7 .phone-col-3 {
    width: 39.4409937888%; }
  .phone-col-7 .phone-col-2 {
    width: 25.1552795031%; }
  .phone-col-7 .phone-col-1 {
    width: 10.8695652174%; }
  .phone-col-6 .row {
    width: 104.150943396%;
    margin-left: -2.07547169811%; }
  .phone-col-6 [class*="col-"] {
    margin: 0 1.99275362319%; }
  .phone-col-6 .phone-col-6 {
    width: 96.0144927536%; }
  .phone-col-6 .phone-col-5 {
    width: 79.347826087%; }
  .phone-col-6 .phone-col-4 {
    width: 62.6811594203%; }
  .phone-col-6 .phone-col-3 {
    width: 46.0144927536%; }
  .phone-col-6 .phone-col-2 {
    width: 29.347826087%; }
  .phone-col-6 .phone-col-1 {
    width: 12.6811594203%; }
  .phone-col-5 .row {
    width: 105.02283105%;
    margin-left: -2.51141552511%; }
  .phone-col-5 [class*="col-"] {
    margin: 0 2.39130434783%; }
  .phone-col-5 .phone-col-5 {
    width: 95.2173913043%; }
  .phone-col-5 .phone-col-4 {
    width: 75.2173913043%; }
  .phone-col-5 .phone-col-3 {
    width: 55.2173913043%; }
  .phone-col-5 .phone-col-2 {
    width: 35.2173913043%; }
  .phone-col-5 .phone-col-1 {
    width: 15.2173913043%; }
  .phone-col-4 .row {
    width: 106.358381503%;
    margin-left: -3.17919075145%; }
  .phone-col-4 [class*="col-"] {
    margin: 0 2.98913043478%; }
  .phone-col-4 .phone-col-4 {
    width: 94.0217391304%; }
  .phone-col-4 .phone-col-3 {
    width: 69.0217391304%; }
  .phone-col-4 .phone-col-2 {
    width: 44.0217391304%; }
  .phone-col-4 .phone-col-1 {
    width: 19.0217391304%; }
  .phone-col-3 .row {
    width: 108.661417323%;
    margin-left: -4.33070866142%; }
  .phone-col-3 [class*="col-"] {
    margin: 0 3.98550724638%; }
  .phone-col-3 .phone-col-3 {
    width: 92.0289855072%; }
  .phone-col-3 .phone-col-2 {
    width: 58.6956521739%; }
  .phone-col-3 .phone-col-1 {
    width: 25.3623188406%; }
  .phone-col-2 .row {
    width: 113.580246914%;
    margin-left: -6.79012345679%; }
  .phone-col-2 [class*="col-"] {
    margin: 0 5.97826086957%; }
  .phone-col-2 .phone-col-2 {
    width: 88.0434782609%; }
  .phone-col-2 .phone-col-1 {
    width: 38.0434782609%; }
  .phone-col-1 .row {
    width: 131.428571429%;
    margin-left: -15.7142857143%; }
  .phone-col-1 [class*="col-"] {
    margin: 0 11.9565217391%; }
  .phone-col-1 .phone-col-1 {
    width: 76.0869565217%; } }

/* ==========================================================================
   jockstrap/typography
   ========================================================================== */
p, li, td, th {
  line-height: 1.75em; }

a:hover,
a:focus {
  outline: none;
  text-decoration: none; }

.no-underline {
  text-decoration: none; }

.no-underline:hover {
  text-decoration: underline; }

hr {
  border: 0 none;
  background: #e2e2e2;
  height: 1px;
  display: block;
  margin: 20px 0; }

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

/* ==========================================================================
   jockstrap/wordpress
   ========================================================================== */
.alignright {
  float: right;
  margin-left: 20px; }

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

.aligncenter {
  float: left;
  margin: 0 auto; }

/* ==========================================================================
   jockstrap/animation
   ========================================================================== */
.fade-show {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.25s linear, opacity 0.25s 0s linear;
  transition: visibility 0s 0.25s linear, opacity 0.25s 0s linear; }

.fade-show.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s 0s linear;
  transition: opacity 0.25s 0s linear; }

/* ==========================================================================
   jockstrap/helpers
   ========================================================================== */
/* Image Replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  font-size: 0;
  line-height: 0; }

input.ir {
  border: 0 none;
  background: none; }

/* Horizontal List */
.hl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative; }

.hl > li {
  float: left;
  display: block;
  margin: 0;
  padding: 0; }

.hl > li.fr {
  float: right; }

/* Horizontal List: Clearfix */
.hl:before, .hl:after {
  content: "";
  display: table;
  line-height: 0; }

.hl:after {
  clear: both; }

/* Block List */
.bl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative; }

.bl > li {
  display: block;
  margin: 0;
  padding: 0;
  float: none; }

/* Full width */
img.fw {
  width: 100%; }

/* icon */
[class^="sprite-"],
[class*=" sprite-"] {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  background: url(../images/sprite.png);
  margin: 0; }

/* Browser */
.visible {
  display: block;
  visibility: visible; }

.hidden {
  display: none;
  visibility: visible; }

/* Float */
.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

/* Align */
.al {
  text-align: left; }

.ar {
  text-align: right; }

.ac {
  text-align: center; }

/* Tablet */
@media (max-width: 768px) {
  .tablet-visible {
    display: block; }
  .tablet-hidden {
    display: none; }
  /* Horizontal List */
  .tablet-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative; }
  .tablet-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0; }
  .tablet-hl > li.fr {
    float: right; }
  /* Block List */
  .tablet-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative; }
  .tablet-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none; }
  /* Float */
  .tablet-fl {
    float: left; }
  .tablet-fr {
    float: right; }
  .tablet-fn {
    float: none; }
  /* Align */
  .tablet-al {
    text-align: left; }
  .tablet-ar {
    text-align: right; }
  .tablet-ac {
    text-align: center; }
  .tablet-margin {
    margin-top: 20px !important; } }

/* Phone */
@media (max-width: 480px) {
  .phone-visible {
    display: block; }
  .phone-hidden {
    display: none; }
  /* Horizontal List */
  .phone-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative; }
  .phone-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0; }
  .phone-hl > li.fr {
    float: right; }
  /* Block List */
  .phone-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative; }
  .phone-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none; }
  /* Float */
  .phone-fl {
    float: left; }
  .phone-fr {
    float: right; }
  .phone-fn {
    float: none; }
  /* Align */
  .phone-al {
    text-align: left; }
  .phone-ar {
    text-align: right; }
  .phone-ac {
    text-align: center; }
  .phone-margin {
    margin-top: 20px !important; } }

/*
*  Retina
*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^="sprite-"],
  [class*=" sprite-"] {
    background-image: url(../images/sprite@2x.png);
    background-size: 500px 500px; } }

/* ==========================================================================
   global.scss - Project specific global styles
   ========================================================================== */
* {
  padding: 0px;
  margin: 0px; }

::-moz-selection {
  background: #b3d4fc; }

::selection {
  background: #b3d4fc; }

::-moz-selection {
  background: #b3d4fc; }

html {
  overflow: hidden; }

html, body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  touch-action: manipulation;
  text-transform: none; }

body {
  -webkit-overflow-scrolling: touch; }

.container, .page, .single, .archive {
  width: 100%;
  max-width: 1563px;
  margin: 0 auto;
  padding-left: 11px;
  padding-right: 11px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  letter-spacing: 0.2em;
  color: #6A696C; }

h1 {
  font-size: 14px; }

h2 {
  font-size: 14px; }

h3 {
  font-size: 13px; }

h4 {
  font-size: 12px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 12px; }

p, li, td, th {
  font-size: 11px;
  color: #6A696C;
  letter-spacing: 0.2em;
  line-height: 20px; }

li {
  text-transform: none; }

ol li {
  list-style-type: decimal;
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px; }

.category-menu-tree #narrow-by-list li {
  margin-left: 0px;
  list-style-type: none; }

p {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px; }

.page-content {
  position: relative;
  margin-top: 50px !important; }
  .page-content p {
    margin: 0 0 15px 0; }
  .page-content h2 {
    padding: 20px 0 20px 0; }
  .page-content .text-area ul > li {
    letter-spacing: 0.05em; }

a {
  color: #6A696C;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:hover,
a:focus {
  outline: none;
  color: #9EA1A2 !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

a.share {
  color: #6A696C;
  padding: 0px 0 7px 0; }

a.share:hover {
  color: #9EA1A2; }

a.share-multi {
  color: #6A696C;
  padding: 0px 0 7px 0;
  display: block;
  font-size: 11px; }

a.share-multi:hover {
  color: #9EA1A2; }

.ct {
  text-align: center; }

.no-underline {
  text-decoration: none; }

.no-underline:hover {
  text-decoration: underline; }

hr {
  border: 0 none;
  background: #6A696C;
  height: 1px;
  display: block;
  margin: 20px 0; }

hr.retailers {
  border: 0 none;
  background: #6A696C;
  height: 1px;
  display: block;
  margin: 20px 0px 40px 0px; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out; }
  img.hover:hover {
    opacity: .9; }

.smo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.unveil {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-backface-visibility: hidden; }

.vid-wrapper {
  position: relative;
  padding-bottom: 54.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.vid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mobile-show {
  display: none; }

/* ==========================================================================
   Header - Header Styles
   ========================================================================== */
.header-container {
  padding-bottom: 16px;
  height: 47px;
  margin-bottom: 0px;
  width: 97%; }
  .header-container #topnav {
    background: #fff;
    padding: 22px 0 0px 0; }

header h1.logo {
  margin-top: 17px;
  position: absolute;
  z-index: 9999;
  height: auto;
  width: 22%; }
  header h1.logo a {
    opacity: 1; }

/* ==========================================================================
   Navigation - Navigation styles
   ========================================================================== */
#sticky-nav {
  z-index: 999; }

.arrow-nav {
  background-image: url("../../assets/images/arrow.svg");
  width: 30px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background-size: 29px;
  float: left;
  margin-top: 50px; }

.arrow-nav-up {
  background-image: url("../../assets/images/arrow.svg");
  width: 30px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background-size: 29px;
  float: left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0px;
  display: none;
  position: relative;
  top: -7px; }

.main-nav {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s; }

.nav-show {
  opacity: 1 !important;
  -webkit-transition: 1s;
  transition: 1s; }

.menu-main-menu-container {
  width: 80%;
  z-index: 998;
  position: relative; }
  .menu-main-menu-container a {
    font-family: Gill Sans W01 Medium, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 24px;
    color: #6A696C; }
  .menu-main-menu-container .current-menu-item a {
    color: #9EA1A2; }
  .menu-main-menu-container .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .menu-main-menu-container ul.sub-menu {
    margin-left: 10px;
    margin-bottom: 25px;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .menu-main-menu-container .current-menu-ancestor ul.sub-menu {
    opacity: 1;
    display: block; }
  .menu-main-menu-container .menu-item-has-children {
    opacity: 1;
    display: block; }
  .menu-main-menu-container #menu-item-373 {
    margin: 20px 0 0 0; }
  .menu-main-menu-container #menu-item-330 ul.sub-menu {
    display: none; }
  .menu-main-menu-container .current-menu-ancestor #menu-item-330.current-menu-item ul.sub-menu {
    display: block !important;
    opacity: 1;
    margin-left: 0px; }
  .menu-main-menu-container .active {
    color: #6A696C; }

#meta-nav li {
  float: left;
  display: block;
  margin-left: 3px;
  margin-right: 3px; }
  #meta-nav li a {
    letter-spacing: 0.13em;
    font-size: 11px;
    font-family: Gill Sans W01 Medium, Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.3em; }
    #meta-nav li a img {
      height: 17px;
      margin-top: -4px; }
  #meta-nav li .mini-cart-amount a {
    text-align: center;
    color: #ffffff;
    margin-top: -19px;
    font-size: 9px;
    letter-spacing: -1px;
    margin-right: 1px; }

#meta-nav li:last-child a {
  border: 0px; }

#meta-nav li:last-child .mini-cart-amount a {
  border-left: 0px solid rgba(102, 102, 102, 0.59);
  margin-right: 1px;
  margin-top: -12.5px; }

#meta-nav li:nth-child(2) {
  border-right: 1px solid rgba(102, 102, 102, 0.59); }

/* ==========================================================================
   Navigation - Navigation styles
   ========================================================================== */
/*  HAMBURGER MOBILE ICON */
.navicon-button {
  display: inline-block;
  position: relative;
  padding: 0.6rem 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1; }
  .navicon-button .navicon:before, .navicon-button .navicon:after {
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  .navicon-button:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1; }
    .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
      -webkit-transition: 0.25s;
      transition: 0.25s; }

.mobile-menu {
  padding-top: 45px; }
  .mobile-menu .menu li {
    margin-bottom: 5px;
    width: 100%; }

.navicon {
  position: relative;
  width: 2em;
  height: 5px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .navicon:before, .navicon:after {
    display: block;
    content: "";
    height: 5px;
    width: 2em;
    background: #000;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.5s 0.25s;
    transition: 0.5s 0.25s; }
  .navicon:before {
    top: .625rem; }
  .navicon:after {
    top: -.625rem; }

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important; }

/* × */
.open .navicon {
  background: transparent; }
  .open .navicon:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .open .navicon:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* ==========================================================================
   Footer - styles
   ==========================================================================
   */
.contact-popup {
  background: rgba(255, 255, 255, 0.7) !important; }

.contact-details {
  display: inline-block;
  width: 100%;
  line-height: 1.6em;
  letter-spacing: 3px;
  margin-bottom: 6px;
  text-transform: uppercase; }

.contact-email {
  display: inline-block;
  width: 100%;
  line-height: 1.6em;
  letter-spacing: 3px;
  margin-bottom: 35px; }

.phone {
  letter-spacing: 3px; }

#newsletter {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  #newsletter .text {
    display: inline-block;
    width: 100%;
    line-height: 1.6em;
    letter-spacing: 3px;
    margin-bottom: 15px;
    width: 100%; }
  #newsletter .gender-row {
    display: inline-block;
    padding: 20px 0 4px;
    text-transform: uppercase;
    float: left;
    width: 100%; }
    #newsletter .gender-row .gender-label {
      width: 25%;
      float: left;
      text-align: center;
      margin-top: 0px;
      letter-spacing: 3px;
      padding-bottom: 17px;
      margin-bottom: 23px; }
    #newsletter .gender-row div {
      width: 29%;
      float: left; }
    #newsletter .gender-row .checkbox-container {
      width: 19%;
      float: left; }
    #newsletter .gender-row .radio span {
      background-color: #000;
      float: left;
      height: 20px;
      position: relative;
      width: 20px; }
    #newsletter .gender-row .checkboxFour {
      width: 20px;
      height: 20px;
      background: #fff;
      margin: 0px;
      border-radius: 100%;
      position: relative;
      border: 1px solid #444; }
    #newsletter .gender-row .checkboxFour label {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 100px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      cursor: pointer;
      position: absolute;
      top: 1.4px;
      left: 6.4px;
      z-index: 1;
      background: #fff; }
    #newsletter .gender-row #fieldakttky-0 {
      display: none; }
    #newsletter .gender-row #fieldakttky-1 {
      display: none; }
    #newsletter .gender-row .checkboxFour input[type=checkbox]:checked + label {
      background: #444; }
    #newsletter .gender-row .gender-lab {
      margin-left: 29px;
      margin-top: 2px;
      display: inline-block;
      letter-spacing: 3px;
      width: 48px; }
    #newsletter .gender-row label {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      display: block;
      width: 100%;
      letter-spacing: 3px;
      margin: 5px 0 5px 0; }
  #newsletter .first {
    margin-right: 59px; }
  #newsletter #fieldEmail {
    width: 80%;
    text-align: center;
    text-transform: uppercase; }
  #newsletter input {
    display: inline-block;
    border: 1px solid #979797;
    background-color: #fff;
    padding: 15px 50px 15px 50px;
    letter-spacing: 3px; }
  #newsletter button {
    border: 1px solid #979797;
    background-color: #fff;
    padding: 15px 50px 15px 50px;
    display: inline-block;
    width: 55%;
    letter-spacing: 3px;
    background: none;
    border-radius: 0;
    line-height: 0px;
    text-transform: uppercase; }
  #newsletter button:hover {
    border: 1px solid #000; }

.footer-container {
  display: inline-block;
  width: 100%;
  padding: 50px 0 20px 0;
  border: 0px; }

footer {
  border-top: 0px solid #7f8286; }
  footer .footer-right-container {
    float: left; }

footer address {
  font-size: 8px;
  letter-spacing: 0.2em; }

.footer {
  padding: 40px 0 0 0;
  display: inline-block;
  width: 100%; }
  .footer .footer-social {
    padding: 10px 0 0 0; }

.insta {
  background-image: url("../../assets/images/instagram.svg");
  width: 19px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  background-size: 22px;
  float: left;
  margin-right: 15px; }

.facebook {
  background-image: url("../../assets/images/facebook.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  background-size: 22px;
  float: left;
  margin-right: 15px; }

.twitter {
  background-image: url("../../assets/images/twitter.svg");
  width: 16px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  background-size: 16px;
  float: left;
  margin-right: 15px; }

.youtube {
  background-image: url("../../assets/images/youtube.svg");
  width: 22px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background-size: 24px;
  float: left;
  margin-right: 15px; }

.pinterest {
  background-image: url("../../assets/images/pinterest.svg");
  width: 22px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  background-size: 23px;
  float: left;
  margin-right: 15px; }

.email {
  background-image: url("../../assets/images/email.svg");
  width: 17px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background-size: 17px;
  float: left;
  margin-right: 15px;
  margin: 3px 0 0 0; }

/* ==========================================================================
   Home - Page styles
   ==========================================================================
   */
.primary-slider {
  position: relative; }

#home-slider {
  margin: 0px;
  background: #fff;
  border: 0px;
  position: relative;
  border-radius: 0px;
  box-shadow: none;
  zoom: 1;
  max-height: 90vh;
  width: auto;
  height: 90vh; }

.flex-control-nav {
  bottom: 40px;
  max-width: 920px;
  position: absolute;
  text-align: center;
  width: 100%; }

ul.slides {
  max-height: 90vh;
  width: auto; }
  ul.slides li {
    text-align: center; }

.home .control-container {
  padding: 0px; }

.flexslider .slides img {
  max-height: 90vh;
  width: auto;
  display: inline; }

.feature-slider {
  max-height: 90vh;
  width: auto; }

.slider-container {
  margin-bottom: 55px;
  max-height: 90vh;
  width: auto;
  z-index: 1; }

.block-container {
  padding-bottom: 160px; }
  .block-container h2 {
    padding: 0px; }
  .block-container h2.title {
    padding: 32px 0 11px 0;
    font-size: 13px;
    color: #6A696C;
    line-height: inherit; }
    .block-container h2.title a {
      font-size: 13px; }
  .block-container h2.title-two-col {
    padding: 32px 0px 0px 0; }
  .block-container a {
    font-size: 13px;
    color: #6A696C;
    text-transform: uppercase;
    line-height: 0; }
  .block-container .links-container {
    padding: 0 0 0px 0; }
  .block-container ul.lookbook-links {
    list-style: none; }
    .block-container ul.lookbook-links li {
      float: left;
      width: 50%; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

/* ==========================================================================
   About - Page styles
   ==========================================================================
   */
.about-feature img {
  margin: 0 auto;
  max-height: 90vh;
  width: auto;
  max-width: 488px; }

.top-banner-container {
  padding: 0 0 28px 0;
  display: inline-block;
  width: 100%; }

.block-container {
  padding: 85px 0 85px 0;
  display: inline-block;
  width: 100%; }

.block-details {
  padding: 67px 0 0px 0; }

.block-first {
  padding: 0px 0 80px 0;
  display: inline-block; }

.text-area {
  width: 100%; }
  .text-area ul {
    padding-bottom: 40px; }
    .text-area ul li a {
      letter-spacing: 0.2em; }
  .text-area p, .text-area li, .text-area td, .text-area th {
    font-size: 15px; }
  .text-area a {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 20px; }

.page-id-74 .text-area {
  width: 85%;
  margin: 0 auto; }

/* ==========================================================================
   Campaign - Page Syling
   ========================================================================== */
ul.campaign {
  list-style: none;
  -webkit-box-flex: 1;
          flex: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  ul.campaign li {
    float: left;
    width: 48.7%;
    padding-bottom: 2.6%;
    text-transform: uppercase;
    margin-right: 1.3%;
    margin-left: 1.3%;
    position: relative;
    display: table-cell; }
    ul.campaign li img {
      cursor: pointer; }
  ul.campaign .full-width {
    width: 100%;
    padding-bottom: 52px; }
  ul.campaign li.counter-1, ul.campaign li.counter-2 {
    padding-bottom: 31px; }
  ul.campaign li:nth-child(odd) {
    margin-right: 0%; }
  ul.campaign li:nth-child(even) {
    margin-left: 0%; }
  ul.campaign li:first-child {
    margin-left: 0%;
    margin-right: 1.3%; }
  ul.campaign li:nth-child(2) {
    margin-left: 1.3%;
    margin-right: 0px; }

.large li.counter-1 {
  padding-bottom: 80px !important; }

.photographer h2 {
  padding: 0px 0px 0px 0;
  font-size: 11px;
  color: #6A696C; }

.photographer h3 {
  font-size: 14px;
  color: #6A696C;
  padding: 0px 0px 10px 0; }

.photographer h3.location {
  margin-top: 0px; }

li.photographer-small {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.large-photographer {
  display: none;
  padding-top: 40px; }

ul.campaign li.landscape-size {
  width: 100%;
  margin: 0px; }

/* ==========================================================================
   Collection - Page Syling
   ========================================================================== */
h2.collection-title {
  padding: 0px 0px 80px 0;
  font-size: 14px;
  color: #6A696C; }

h2.looks-title-first {
  padding: 0px 0px 40px 0;
  font-size: 14px;
  color: #6A696C; }

h2.looks-title {
  padding: 70px 0px 40px 0;
  font-size: 14px;
  color: #6A696C; }

ul.collection {
  list-style: none;
  display: block; }
  ul.collection li {
    float: left;
    width: 32%;
    padding-bottom: 2%;
    text-transform: uppercase;
    margin-right: 1%;
    margin-left: 1%;
    position: relative;
    display: table-cell; }
    ul.collection li img {
      cursor: pointer; }
  ul.collection li:first-child {
    margin-left: 0%; }
  ul.collection li:nth-child(3n) {
    margin-right: 0%; }
  ul.collection li:nth-child(3n+1) {
    margin-left: 0%; }

.control-container {
  padding: 0px 0px 80px 0;
  font-size: 14px;
  color: #6A696C; }
  .control-container .control-button {
    cursor: pointer;
    text-transform: uppercase;
    background: none;
    border: none;
    width: auto;
    letter-spacing: 0.2em;
    font-size: 11px;
    color: #9EA1A2; }

h2.show-title {
  padding: 40px 0px 10px 0; }

/* ==========================================================================
   Lookbook - Page Syling
   ========================================================================== */
ul.lookbook {
  list-style: none;
  display: block; }
  ul.lookbook li {
    float: left;
    width: 32%;
    padding-bottom: 2%;
    text-transform: uppercase;
    margin-right: 1%;
    margin-left: 1%;
    position: relative;
    display: table-cell; }
  ul.lookbook li:first-child {
    margin-left: 0%; }
  ul.lookbook li:nth-child(3n) {
    margin-right: 0%; }
  ul.lookbook li:nth-child(3n+1) {
    margin-left: 0%; }

.jck-product {
  border-bottom: 1px solid #6A696C;
  margin-bottom: 30px;
  width: 100%; }
  .jck-product .jck-product__title-link {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #6A696C; }
  .jck-product .jck-product__description {
    display: none; }
  .jck-product .jck-product__price {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 40px 0; }
    .jck-product .jck-product__price .price-box {
      padding: 0px;
      margin: 0px; }
  .jck-product .jck-product-btn {
    display: none; }

.popup-block h2 {
  padding: 0 0 25px 0; }

.popup-block .img-container {
  padding: 0 0 160px 0;
  position: relative; }

.popup-block .bg {
  background-color: #fff;
  position: relative; }

.popup-block ul.product-list {
  width: 75%; }
  .popup-block ul.product-list li {
    margin: 0px 0 15px 0;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
    .popup-block ul.product-list li a {
      line-height: 17px;
      letter-spacing: 0.2em; }
    .popup-block ul.product-list li a.share {
      color: #6A696C;
      padding: 12px 0 7px 0;
      display: inline-block; }
    .popup-block ul.product-list li .share-container {
      padding-top: 5px;
      left: -6px;
      position: relative; }

.popup-block ul.look-products {
  display: inline-block;
  padding-bottom: 160px;
  width: 100%; }
  .popup-block ul.look-products li {
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-left: 1%; }
  .popup-block ul.look-products li:first-child {
    margin-left: 0%; }
  .popup-block ul.look-products li:nth-child(3n) {
    margin-right: 0%; }
  .popup-block ul.look-products li:nth-child(3n+1) {
    margin-left: 0%; }

.mfp-content {
  margin-top: 22px; }
  .mfp-content .container {
    max-width: 1455px; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
  background: #fff; }

/**
   * Simple fade transition,
   */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.page-id-110 .mfp-wrap, .page-id-160 .mfp-wrap, .page-id-901 .mfp-wrap, .page-id-892 .mfp-wrap {
  z-index: 9999; }

.parent-pageid-891 .mfp-wrap, .parent-pageid-112 .mfp-wrap {
  z-index: 9999; }

.close {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  background-image: url("../../assets/images/close.svg");
  width: 34px;
  height: 34px;
  background-size: 36px;
  opacity: 1;
  top: 10px;
  right: 15px; }

.popup-block .close {
  top: 5px; }

.share-container ul {
  list-style: none; }
  .share-container ul li {
    float: left;
    margin: 0px 20px 0px 0; }

.share-show {
  display: inline-block; }

.plus {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  background-image: url("../../assets/images/plus.svg");
  width: 21px;
  height: 21px;
  background-size: 21px;
  top: 15px;
  right: 10px;
  z-index: 10;
  -webkit-backface-visibility: hidden; }

.minus {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  background-image: url("../../assets/images/close.svg");
  width: 34px;
  height: 34px;
  background-size: 36px;
  opacity: 1;
  top: 15px;
  right: 15px;
  -webkit-backface-visibility: hidden; }

.rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 42px !important;
  height: 42px !important;
  background-size: 42px !important;
  top: 9px;
  right: 10px; }

.plus-lg {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  background-image: url("../../assets/images/plus.svg");
  width: 21px;
  height: 21px;
  background-size: 21px;
  top: 15px;
  right: 10px;
  z-index: 0;
  -webkit-backface-visibility: hidden; }

i.enlarge-icon {
  -webkit-backface-visibility: hidden; }

/* ==========================================================================
   Collection - Page Syling
   ========================================================================== */
.home-feature {
  padding: 0 0 31px 0; }

h1.title-home {
  padding: 0px 0px 0px 0;
  font-size: 12px;
  color: #6A696C; }

.description {
  padding: 20px 0px 57px 0;
  font-size: 0px;
  color: #6A696C;
  width: 85%;
  margin: 0 auto;
  text-transform: none; }
  .description p {
    padding: 0px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: none; }
    .description p a {
      text-transform: none; }
    .description p img {
      padding-top: 25px;
      padding-bottom: 25px; }
  .description a {
    text-transform: none; }

.collection-main h2.collection-title {
  padding: 0px 0px 0px 0;
  font-size: 14px;
  color: #6A696C; }

.view-container {
  padding: 6px 0px 40px 0; }
  .view-container a {
    font-size: 11px;
    color: #6A696C;
    text-transform: uppercase;
    display: inline-block; }

.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10; }

.loader {
  display: none;
  width: 200px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 57%;
  text-align: center;
  margin-left: -50px;
  margin-top: -100px;
  z-index: 2;
  overflow: auto; }

.view {
  font-size: 11px;
  color: #6A696C;
  text-transform: uppercase;
  display: inline-block; }

.close-btn {
  padding: 60px 0px 0px 0; }

.newsletter-wrapper .close-btn {
  padding: 0px 0px 0px 0; }

ul.home-collection li {
  padding: 40px 0px 0px 0; }
  ul.home-collection li h3 {
    font-size: 12px; }
  ul.home-collection li .description {
    padding: 6px 0px 0px 0;
    font-size: 0px;
    width: 85%;
    margin: 0 auto; }
    ul.home-collection li .description p {
      font-size: 12px;
      margin: 0 0 15px 0;
      letter-spacing: 0.2em;
      color: #6A696C;
      text-transform: uppercase; }
  ul.home-collection li h3 {
    font-size: 12px; }
  ul.home-collection li .available {
    display: inline-block;
    width: 100%; }
  ul.home-collection li img {
    padding: 0 0 40px 0; }

h2.home-title {
  padding: 0px 0px 5px 0;
  font-size: 12px; }

h1.main-title {
  margin: 108px 0px 0px 0; }

.collection-container .view {
  cursor: pointer;
  padding: 20px 0px 0px 0; }

.show-count {
  padding: 40px 0px 0px 0;
  font-size: 14px;
  color: #6A696C;
  display: none; }

.look-num {
  display: inline-block;
  width: 100%; }

.show-counter-show {
  display: inline-block; }

.social-container {
  display: inline-block; }

.share-container {
  width: 100%;
  text-align: center; }
  .share-container ul.show-share {
    list-style: none;
    display: inline-block; }
    .share-container ul.show-share li {
      float: left;
      margin: 0px 0px 0px 0;
      width: auto; }

.look-info {
  padding: 0px 0px 60px 0; }

/* ==========================================================================
   Shops - Page Syling
   ========================================================================== */
h2 {
  padding: 0 0 40px 0; }

h2.country-title {
  padding: 50px 0 0px 0;
  margin-right: 0px;
  margin-left: 0px; }

h2.country-title-first {
  padding: 0px 0 0px 0;
  margin-right: 0px;
  margin-left: 0px; }

ul.shops {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  ul.shops li.full-store {
    width: 100%; }
  ul.shops li {
    height: auto;
    overflow: auto;
    float: left;
    width: 48.7%;
    padding-bottom: 60px;
    text-transform: uppercase;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    letter-spacing: 0.2em;
    line-height: 24px; }
    ul.shops li .details {
      display: inline-block;
      width: 100%;
      padding: 0px 0 0px 0;
      font-size: 12px; }
    ul.shops li .email-contact, ul.shops li .website a {
      color: #9EA1A2;
      font-size: 13px;
      text-transform: lowercase;
      letter-spacing: 0.08em;
      font-weight: 100;
      word-wrap: break-word; }
    ul.shops li .website a {
      font-size: 12px; }
    ul.shops li .phone {
      display: inline-block;
      width: 100%;
      font-size: 12px; }
    ul.shops li .store-hours {
      display: inline-block;
      width: 100%;
      padding: 0px 0 0px 0;
      font-size: 12px; }
    ul.shops li .website {
      padding: 4px 0 0 0; }
    ul.shops li a.map {
      font-size: 12px;
      color: #9EA1A2; }
    ul.shops li a:hover.map {
      color: #6A696C !important; }
    ul.shops li a {
      color: #6A696C; }

.retailers ul.europe li {
  min-height: 280px !important; }

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

.jp-link {
  color: #6A696C;
  font-size: 11px; }

ul.shops li .website a {
  text-transform: uppercase;
  letter-spacing: .2em; }

/* ==========================================================================
   Retailers - Page Syling
   ========================================================================== */
.retail-filters-mob {
  display: none; }

#mix-container .mix {
  display: none; }

.retail-container {
  padding: 0; }

ul.retailers {
  width: 100%;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px; }
  ul.retailers h2.uk-first {
    padding: 0px; }
  ul.retailers .country-container {
    width: 100%;
    display: inline-block; }
  ul.retailers li.title-country, ul.retailers li.title-country-uk {
    width: 100%;
    padding: 0px 0 84px 0;
    min-height: 0px;
    height: 0px; }
    ul.retailers li.title-country h2, ul.retailers li.title-country-uk h2 {
      padding: 0px; }
  ul.retailers li.title-country {
    padding: 40px 0 84px 0; }
  ul.retailers li {
    min-height: 130px;
    height: auto;
    overflow: hidden;
    float: left;
    width: 30%;
    letter-spacing: 0.2em;
    font-size: 12px;
    margin-right: 20px; }

#menu-item-330 {
  margin-top: 40px; }

/* ==========================================================================
 News Page - Styles
 ========================================================================== */
.news-container {
  width: 85%;
  margin: 0 auto; }
  .news-container .post {
    border-bottom: 1px solid #9EA1A2;
    margin: 0 0 30px 0;
    padding: 0 0 40px 0; }
    .news-container .post img {
      margin: 0 auto; }
    .news-container .post h1.news-title {
      margin: 40px 0px 0px 0;
      text-transform: uppercase;
      line-height: 20px;
      padding-bottom: 20px; }
    .news-container .post h3 {
      text-transform: uppercase; }
    .news-container .post .description {
      padding: 20px 0px 25px 0;
      color: #6A696C;
      width: 85%;
      margin: 0 auto; }
      .news-container .post .description p {
        font-size: 12px;
        margin: 0px;
        color: #6A696C;
        text-transform: none;
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 20px; }
    .news-container .post a.share-news {
      color: #6A696C;
      padding: 0px 0 7px 0;
      display: block;
      margin: 0px 0px 0px 0;
      letter-spacing: 0.2em;
      font-size: 11px; }
    .news-container .post a.share-news:hover {
      color: #9EA1A2; }
    .news-container .post .social-container {
      display: inline-block; }
    .news-container .post .share-container {
      width: 100%;
      text-align: center; }
      .news-container .post .share-container ul {
        list-style: none; }
        .news-container .post .share-container ul li {
          float: left;
          margin: 0px 0px 0px 0; }

.news-container div:last-child {
  border-bottom: 0px; }

a.read-more {
  color: #9EA1A2;
  padding: 0px 0 7px 0;
  display: block;
  margin: 20px 0px 0px 0;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-align: center; }

.pagination-container {
  text-align: center;
  font-size: 11px;
  color: #6A696C;
  letter-spacing: 0.2em;
  line-height: 24px; }
  .pagination-container .current {
    color: #9EA1A2 !important; }

h2.online {
  padding: 20px 0 4px 0;
  font-size: 14px;
  color: #6A696C; }

.contact-dets {
  font-size: 14px;
  color: #6A696C;
  padding: 4px 0 4px 0;
  display: inline-block;
  width: 100%; }

.tags {
  color: #9EA1A2;
  padding: 0px 0px 0px 0;
  display: block;
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-transform: uppercase; }
  .tags a {
    color: #9EA1A2; }

h1.tag-title {
  margin: 0px;
  letter-spacing: 0.2em;
  color: #6A696C;
  padding-bottom: 10px; }

.single-post .news-container .description p {
  margin: 0 0 15px 0; }

/* ==========================================================================
   Magento - Styling
   ========================================================================== */
.col-right.sidebar.cart-sidebar {
  z-index: 999999; }

html .col-right.sidebar.cart-sidebar.is-visible {
  overflow: hidden; }

.col-right.sidebar.cart-sidebar .cart .close-btn {
  padding: 0; }

.top-line {
  z-index: 10; }

.back-to-bottom, .back-to-bottom__icon {
  display: none !important; }

.footer-container {
  left: 0px; }

.footer-container.sticky {
  position: relative !important;
  bottom: 0;
  margin-top: 0;
  width: 100%; }

.logo {
  display: block;
  padding-bottom: 30px;
  z-index: 99;
  position: relative; }

.category-menu-tree {
  position: relative;
  z-index: 100; }

.col-right.sidebar.cart-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  min-height: 100%;
  background: #F0F0F0;
  z-index: 500;
  -webkit-transform: translateX(800px);
          transform: translateX(800px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }

body .header, body .mdl-layout__drawer-button {
  will-change: transform, box-shadow;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 900; }

.col-right.sidebar.cart-sidebar.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 900; }

.col-right.sidebar.cart-sidebar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  background: #F0F0F0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #424242;
  overflow: visible;
  overflow-y: auto;
  z-index: 5000;
  margin: 0px; }

.mdl-layout__drawer.is-visible {
  z-index: 999999; }

.col-left {
  display: inline-block;
  width: 100% !important;
  position: relative; }

body, html {
  overflow-x: none !important; }

.inner {
  display: none; }

.mdl-layout__drawer #nav-mobile {
  padding: 0 0 40px !important;
  background: none; }

.menu-form {
  z-index: 9999999; }

.menu-account-form .close-btn, .menu-currency-form .close-btn {
  padding: 0px 0px 0px 0; }

.back-to-bottom {
  display: block !important; }

.category-menu-tree #narrow-by-list li.active > a {
  cursor: default;
  color: #222;
  border-bottom: 0px solid #d0d0d0; }

.sidebar.col-left-first .logo {
  top: 0;
  width: 100%;
  max-width: 250px; }

@media only screen and (max-width: 1023px) {
  body, html {
    height: 100%;
    position: relative; } }

@media only screen and (min-width: 768px) {
  img.logo-small {
    display: none; } }

.data-table td, .data-table th {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px #f0f0f0 solid;
  -webkit-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out; }

.cms-privacy-and-cookies-policy .content_page ol {
  margin: 20px 0;
  padding-left: 10px;
  border-left: 0px solid #eee !important; }

.content_page ol {
  padding-left: 1.5em; }

.content_page ol:before {
  content: "–";
  position: absolute;
  left: 0; }

#facebox {
  z-index: 999999; }

.facebox_overlayBG {
  z-index: 99999; }

.col-right.sidebar.cart-sidebar .cart .cart-total-price-wrapper .cart-totals table tr td {
  line-height: 17px;
  padding: 0;
  font-size: 12px; }

.display-single-price {
  font-size: 12px; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  background-color: #fff; }

html.mfp-helper {
  height: 100%; }
  html.mfp-helper body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0); }

body.noscroll {
  overflow-y: hidden !important; }

.ham-show {
  display: none; }

.landscape-hide {
  display: block; }

.text-area .menu-information-menu-container ul > li:before {
  content: "";
  margin-left: 0px;
  margin-right: 0px; }

.text-area .menu-information-menu-container ul > li {
  padding: 0px; }

#menu-information-menu {
  border-bottom: 1px solid #6A696C;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  #menu-information-menu a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em; }

.data-table p {
  font-size: 11px !important; }

.middle-col-center {
  padding: 34px 0px 27px 0;
  width: 10%; }

.three-col-center {
  padding: 34px 0px 27px 0;
  width: 41.5%; }

.mdl-layout__obfuscator {
  z-index: 300; }

.bodynoscroll {
  height: 100%;
  overflow: hidden; }

.top-line .website-selector-dropdown span {
  text-transform: uppercase; }

.noitems, ul.info-links span {
  text-transform: uppercase; }

.global-site-notice {
  width: 100%; }

.global-site-notice p {
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 24px;
  letter-spacing: 0.2em; }

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

.global-site-notice .notice-inner {
  margin: 0 28px; }

.text-area ul > li {
  padding-left: 0.7em;
  letter-spacing: 0.2em; }

.cms-privacy-and-cookies-policy .page-content h2 {
  padding: 0px; }

.page-id-239 .page-content h2, .page-id-760 .page-content h2, .page-id-768 .page-content h2 {
  padding: 0px; }

ul.list {
  padding-bottom: 20px; }

.ipad-container {
  margin-bottom: 50px;
  width: auto;
  z-index: 1;
  position: relative; }
  .ipad-container img {
    margin: 0 auto;
    max-width: 488px; }

.ipad-container-last {
  margin-bottom: 13px;
  width: auto;
  z-index: 1;
  position: relative; }
  .ipad-container-last img {
    margin: 0 auto;
    max-width: 488px; }

.ipad-portrait {
  display: none; }

.ipad-portrait-hide {
  display: block; }

.shop-link {
  display: inline-block;
  width: 100%;
  color: #9EA1A2; }

ul.tabs {
  margin: 0px;
  padding: 0px 0px 0px 0;
  list-style: none; }

ul.tabs li {
  background: none;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  min-height: 0px;
  width: auto;
  font-size: 14px;
  margin: 0px;
  letter-spacing: 0.2em;
  color: #9EA1A2;
  margin-right: 20px; }

ul.tabs li.current {
  color: #6A696C; }

.tab-content {
  display: none;
  padding: 0px; }

.tab-content.current {
  display: inherit; }

.menu-form.menu-currency-form h4, .menu-form.menu-currency-form a, .menu-form.menu-currency-form span {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.menu-form .close-btn {
  padding: 0px; }

.mdl-layout__drawer-button {
  max-height: 40px; }

.header-top-container {
  position: relative; }

.text-area ul.accordion > li:before, .text-area ul.inner-nav > li:before {
  content: "";
  margin-left: 0px;
  margin-right: 0px !important; }

.text-area ul.accordion > li, .text-area ul.inner-nav > li {
  padding-left: 0px; }

#menu-information-menu.accordion {
  border-bottom: none; }

ul.inner-nav {
  padding-bottom: 0px; }

ul.accordion {
  list-style: none;
  padding: 0; }
  ul.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none; }
  ul.accordion li a.toggle {
    width: 100%;
    display: block; }

.feed-container {
  padding: 0px 0 85px 0;
  display: inline-block;
  width: 100%; }
  .feed-container h3 {
    font-size: 11px;
    color: #6A696C;
    text-transform: uppercase;
    display: inline-block; }

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

.menu-form > .inner h3 {
  padding: 0 0 50px;
  font-size: 16.8px; }

.close-ipad {
  display: none; }

.global-site-notice p {
  line-height: 16px;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.1em; }

.page-template-page-exhibition h1 {
  padding: 32px 0 7px 0; }

.page-template-page-exhibition h2 {
  font-size: 11px;
  letter-spacing: 0.20em;
  color: #6B6C6E;
  padding-top: 0px;
  padding-bottom: 70px; }

.page-template-page-exhibition p.description-gallery {
  padding-bottom: 60px; }

.page-template-page-exhibition .text-area {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 60px; }

.page-template-page-exhibition ul.gallery {
  margin: 0 auto;
  width: auto;
  max-width: 488px; }

@media screen and (min-width: 0\0) {
  /* IE9 and IE10 rule sets go here */
  .lookbook .img-holder {
    position: relative !important; }
  .burger-menu .category-menu-tree {
    display: none !important; } }

@media only screen and (min-width: 0\0) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .burger-menu .category-menu-tree {
    display: block !important; } }

@media only screen and (min-width: 0\0) and (max-width: 767px) {
  .burger-menu .category-menu-tree {
    display: block !important; } }

.alert-container {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px; }

.container, .page, .single, .archive {
  display: block !important; }

.top-line {
  padding: 0 29px; }

#newsletterbox fieldset {
  width: 100% !important;
  border: 0;
  margin: 0;
  padding: 0; }

#facebox .close img {
  display: none; }

.wp-caption-text {
  font-size: 12px; }

/* ==========================================================================
   forms.scss - Form Styles
   ========================================================================== */
/* Default Form Styles
 ========================================================================== */
/* Gravity Forms Styles
  ========================================================================== */
#gform_wrapper_1 .gfield_label, #gform_wrapper_2 .gfield_label {
  font-size: 12px;
  color: #6A696C;
  font-weight: 100; }

#gform_wrapper_1 .gfield_required, #gform_wrapper_2 .gfield_required {
  color: #6A696C; }

#gform_wrapper_1 input, #gform_wrapper_2 input {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: 0.2em;
  border: 1px solid #6A696C;
  height: 31px; }

#gform_wrapper_1 .ginput_container_select, #gform_wrapper_2 .ginput_container_select {
  font-size: inherit;
  font-family: inherit;
  padding: 0px 0px;
  letter-spacing: normal; }

#gform_wrapper_1 .gfield_select, #gform_wrapper_2 .gfield_select {
  height: 31px;
  border: 1px solid #6A696C; }

#gform_wrapper_1 .gform_description, #gform_wrapper_2 .gform_description {
  width: 49%;
  float: left; }

#gform_submit_button_1, #gform_submit_button_2 {
  border: 0px solid #9EA1A2 !important;
  background: #696A6C;
  width: 98%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 0px;
  letter-spacing: 0.2em;
  font-size: 14px !important;
  font-weight: 100;
  height: 40px !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#gform_submit_button_1:hover, #gform_submit_button_2:hover {
  border: 1px solid #6A696C !important;
  background: #fff;
  color: #6A696C; }

.gform_footer {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  float: none; }

.gf-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  float: left; }

.gf-right {
  float: right; }

#gform_wrapper_1 .top_label input.medium, #gform_wrapper_1 .top_label select.medium {
  width: 93.5%; }

#gform_wrapper_2 .top_label input.medium, #gform_wrapper_2 .top_label select.medium {
  width: 93.5%; }

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
  padding-left: 15px; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 4px !important; }

.gform_wrapper textarea.medium {
  height: 296px !important;
  width: 100%; }

#gform_wrapper_1 .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  padding-left: 15px; }

#gform_wrapper_2 .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  padding-left: 15px; }

body .gform_wrapper div.validation_error {
  color: #6A696C;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 1px solid #6A696C;
  border-bottom: 1px solid #6A696C;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #6A696C;
  font-weight: 100; }

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #fff;
  margin-bottom: 6px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
  width: 50%;
  margin: 0; }

.gform_wrapper select, .gform_wrapper textarea {
  font-size: 13px !important;
  color: #6A696C !important;
  font-weight: 100 !important;
  letter-spacing: 0.1em !important; }

textarea:focus {
  background-color: #fff; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding-left: 9px; }

/* Mobile device styling */
@media only screen and (min-width: 319px) and (max-width: 768px) {
  .gf-left {
    display: inline-block;
    vertical-align: top;
    width: 111%;
    padding-right: 16px;
    float: left; }
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0 !important;
    padding-left: 0px;
    padding-top: 31px; }
  .gform_footer {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 102%;
    padding-right: 16px;
    float: none;
    padding: 0;
    padding-top: 20px;
    margin: 0 !important;
    padding-left: 0 !important; }
  #gform_wrapper_1 .gform_footer {
    padding: 30px 0 10px; }
  #gform_wrapper_2 .gform_footer {
    padding: 30px 0 10px; } }

.contact-dets-email {
  font-size: 14px;
  color: #6A696C;
  padding: 4px 0 4px 0;
  display: inline-block;
  width: 100%;
  text-transform: lowercase !important; }

.ginput_container_select {
  position: relative;
  display: -webkit-box;
  display: flex;
  border: 0px solid #6A696C;
  max-width: 100%;
  background: #fff;
  margin-bottom: 1rem; }

.ginput_container_select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: 0 0;
  width: 100%;
  height: 2.5rem;
  padding-left: .75rem;
  color: #6A696C; }

.ginput_container_select:after {
  font-family: "Material Icons";
  font-style: normal;
  text-transform: none;
  display: block;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  right: 6%;
  font-size: 1.2rem;
  content: '\E313';
  margin: auto;
  color: #444;
  height: 2.5rem;
  line-height: 2.5rem;
  vertical-align: middle;
  padding: 0 .5rem;
  background: rgba(0, 0, 0, 0.05); }

.text-area ul > li {
  padding-left: 0.7em; }

.text-area ul > li:before {
  content: "–";
  margin-left: -8px;
  margin-right: 2px; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0px; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important; }

input, textarea {
  font-size: 12px;
  text-transform: none; }

#unsubscribe-newsletter {
  width: 300px; }

#newsletter-subscribe {
  border: 0px solid #9EA1A2 !important;
  background: #696A6C;
  width: 200px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 0px;
  letter-spacing: 0.2em;
  font-size: 14px !important;
  font-weight: 100;
  height: 40px !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 20px; }
  #newsletter-subscribe:hover {
    border: 1px solid #6A696C !important;
    background: #fff;
    color: #6A696C; }

.newsletter-container {
  min-height: 500px; }

/* ==========================================================================
   device.scss - Device Styling
  ========================================================================== */
@media only screen and (min-width: 1024px) {
  .container, .page, .single, .archive {
    width: 100%;
    max-width: 1605px;
    max-width: 1561px;
    margin: 0 auto;
    padding-left: 11px;
    padding-right: 11px; }
  .col-wrapper.mdl-grid {
    display: block;
    width: 98.5%; }
  .top-line .content-width ul.top-links-right {
    padding-right: 0px;
    padding-top: 16px; } }

@media only screen and (max-width: 1023px) {
  .logo {
    padding: 12px 0;
    margin-bottom: 50px !important; } }

@media only screen and (min-width: 1024px) {
  .menu-form {
    display: none !important; }
  .top-line .content-width {
    padding: 0px 0px;
    margin-right: 0px;
    padding-right: 4px;
    padding-top: 0px; }
  .mfp-wrap .popup-block .close {
    top: 11px; } }

@media only screen and (min-width: 1251px) {
  .top-line .content-width.skip-active {
    padding-right: 33px; } }

@media only screen and (max-width: 1023px) {
  .copyright-wrapper {
    padding-bottom: 50px;
    padding-left: 0px;
    text-align: left; }
  ul.retailers {
    padding: 0px 0 0 0; }
  ul.tabs {
    padding: 0px; }
  h1.main-title {
    margin: 0; }
  .collection-resize .plus-lg {
    display: none; }
  .top-line .content-width {
    margin-right: 0px; }
  .page-content {
    position: relative;
    margin-top: 14px !important; } }

/* iPad device styling */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .footer {
    padding: 20px 0 0 0; }
  .control-button {
    display: none; }
  .arrow-nav, .arrow-nav-up {
    display: none !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .mdl-layout__drawer {
    display: none; }
  .col-right.sidebar.cart-sidebar {
    display: none; }
  .col-right.sidebar.cart-sidebar.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 999999;
    display: block; }
  .footer-container {
    left: 0px !important; }
  .slider-container {
    margin-bottom: 40px;
    /* display: inline-block; */ }
  .popup-block .img-container {
    padding: 0 0 60px 0; }
  .vid-wrapper {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 25px;
    height: 0; }
  #gform_wrapper_1 .gform_footer, #gform_wrapper_2 .gform_footer {
    padding: 0px 0 10px;
    top: 0;
    position: relative;
    padding-left: 15px; }
  .gform_wrapper .gform_footer {
    padding: 0px 0 10px;
    top: 0;
    position: relative;
    padding-left: 15px; }
  .flexslider .slides img {
    max-height: 75vh;
    width: auto;
    display: inline; }
  .popup-block .close {
    top: 0px !important; }
  .close-ipad {
    display: none; }
  ul.retailers {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 0 !important; }
  .retail-container {
    padding: 108px 0px 0px 0 !important; }
  #home-slider {
    max-height: 79vh;
    height: 90vh; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mdl-layout__drawer-button {
    display: block; }
  .close {
    display: none; }
  .close-ipad {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background-image: url(../../assets/images/close.svg);
    width: 34px;
    height: 34px;
    background-size: 36px;
    opacity: 1;
    top: 10px;
    right: 10px; }
  .sidebar.col-left-first .logo {
    width: 262px !important; }
  ul.tabs {
    padding: 0px; }
  .footer .tablet-col-12 {
    width: 100%; }
  .footer .tablet-col-6 {
    width: 100%; }
  .slider-container {
    margin-bottom: 40px;
    /* display: inline-block; */ }
  .women-home {
    padding: 0px 0 0px 0; }
  .logo {
    top: 20px;
    z-index: 201; }
  .collection-resize .plus-lg {
    display: none; }
  .top-line {
    z-index: 200; }
  .page-id-110 .mfp-wrap, .page-id-160 .mfp-wrap {
    z-index: 999999; }
  .page-id-901 .mfp-wrap, .page-id-892 .mfp-wrap {
    z-index: 999999; }
  .ham-show {
    display: block; }
  .footer .footer-left, .footer .footer-middle, .footer .footer-right {
    text-align: left !important; }
  .footer .copyright-wrapper {
    text-align: left; }
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 51% !important;
    padding-top: 0px; }
  .gf-left {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding-right: 16px;
    float: left; }
  .gform_footer {
    width: 51%;
    float: right; }
  .vid-wrapper {
    padding-bottom: 52.25% !important; }
  #gform_wrapper_1 .gform_footer, #gform_wrapper_2 .gform_footer {
    padding: 0px 0 10px;
    top: -53px;
    position: relative; }
  .global-site-notice .notice-inner {
    margin: 0 15px; }
  .ipad-portrait {
    display: inline-block; }
  .ipad-portrait-hide {
    display: none; }
  .sidebar.col-left-first .logo {
    top: 4px;
    width: 100%;
    max-width: 262px; }
  ul.retailers li {
    width: 46%; }
  .popup-block .close {
    top: 15px; }
  [class*="col-"] {
    min-height: auto; }
  .mdl-grid {
    display: block; }
  .page-child .mfp-container {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media only screen and (max-width: 972px) {
  ul.europe li, ul.shops li {
    min-height: 280px !important; } }

@media (max-width: 900px) {
  .mfp-container {
    padding-left: 11px !important;
    padding-right: 11px !important; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px), (max-device-width: 736px) {
  .ham-show {
    display: block; }
  img.unveil {
    opacity: 1 !important; }
  .logo img.logo-small {
    width: 100%;
    margin-top: -35px; }
  .logo {
    width: 47%; }
  .mdl-layout__drawer-button {
    display: block; }
  .mdl-layout__drawer-button {
    z-index: 99999; }
  .mdl-layout__drawer.is-visible {
    width: 100%; }
  .mdl-layout__drawer #nav-mobile {
    background: none; }
  .collection-resize .plus-lg {
    display: none; }
  .page-id-110 .mfp-wrap, .page-id-160 .mfp-wrap {
    z-index: 999999; }
  .page-id-901 .mfp-wrap, .page-id-892 .mfp-wrap {
    z-index: 999999; }
  ul.shops li {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .popup-block .close {
    top: 15px; }
  .show-count {
    padding: 20px 0px 0px 0; }
  .share-container ul.show-share {
    list-style: none;
    display: inline-block;
    width: 18%; }
  ul.shops {
    margin-right: 0px;
    margin-left: 0px; }
    ul.shops li {
      width: 50% !important;
      margin-right: 0%;
      margin-left: 0%; }
  .menu-main-menu-container {
    display: none; }
  .mobile-show {
    display: block; }
  .spacer, #sticky-nav-sticky-wrapper {
    display: none; }
  .control-button {
    display: none; }
  .arrow-nav, .arrow-nav-up {
    display: none !important; }
  .header-container {
    height: 74px;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 10px; }
    .header-container header {
      padding-top: 13px;
      text-align: right;
      position: relative;
      z-index: 10; }
      .header-container header h1.logo {
        margin-top: 0px;
        position: relative;
        z-index: 9999;
        height: auto;
        width: 87%;
        max-width: 262px; }
      .header-container header #topnav {
        position: relative;
        width: auto;
        padding: 0; }
        .header-container header #topnav #meta-nav {
          margin-top: -6px; }
  a.email {
    text-transform: lowercase; }
  .retail-filters-mob {
    display: block; }
    .retail-filters-mob ul.gender-filters, .retail-filters-mob ul.country-filters {
      width: 100%;
      display: inline-block; }
      .retail-filters-mob ul.gender-filters li, .retail-filters-mob ul.country-filters li {
        float: left;
        margin-right: 10px; }
  ul.retailers {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 0; }
  .retail-container {
    width: 100%; }
  ul.shops li .email-contact, ul.shops li .website a {
    color: #9EA1A2;
    font-size: 12px; }
  ul.europe li {
    min-height: 205px !important; }
  .three-col-center {
    padding: 0px; }
  .middle-col-center {
    padding: 0; } }

@media only screen and (max-width: 401px) {
  .women-home {
    padding-bottom: 60px !important; } }

@media only screen and (max-width: 750px) {
  ul.shops li {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%; } }

/* Mobile device styling */
@media only screen and (min-width: 319px) and (max-width: 768px) {
  .page-content {
    position: relative;
    margin-top: 14px !important; }
  .feed-container {
    padding: 42px 0 40px 0;
    display: inline-block;
    width: 100%; }
  #home-slider {
    height: auto; }
  .logo {
    padding-bottom: 0px; }
  .block-container {
    padding: 0 0 30px 0; }
  .top-banner-container {
    padding: 0 0 10px 0; }
  .block-details {
    padding: 30px 0 30px 0 !important; }
  .footer .footer-left, .footer .footer-middle, .footer .footer-right {
    text-align: center; }
  img.unveil {
    opacity: 1 !important; }
  .data-table th {
    font-size: 9px !important; }
  .data-table p {
    font-size: 8px !important; }
  .text-area p, .text-area li, .text-area td, .text-area th {
    font-size: 15px; }
  .data-table td, .data-table th {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px #f0f0f0 solid;
    -webkit-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out; }
  .sidebar.col-left-first .logo {
    width: 200px; }
  .container, .page, .single, .archive {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
    position: relative; }
  .landscape-hide {
    display: none; }
  .mdl-layout__drawer-button {
    display: block; }
  .footer {
    padding: 0px 0 0 0; }
  .footer-container {
    background: white;
    margin-top: 0px; }
  .menu-main-menu-container {
    display: none; }
  .mobile-show {
    display: block; }
  .spacer, #sticky-nav-sticky-wrapper {
    display: none; }
  h1.main-title {
    margin: 0; }
  .text-area {
    width: 100%;
    margin: 0 auto; }
  .header-container {
    height: 74px;
    width: 100%;
    padding-bottom: 41px;
    padding-top: 10px; }
    .header-container header {
      padding-top: 13px;
      text-align: right;
      position: relative;
      z-index: 10; }
      .header-container header h1.logo {
        margin-top: 0px;
        position: relative;
        z-index: 9999;
        height: auto;
        width: 87%;
        max-width: 262px; }
      .header-container header #topnav {
        position: relative;
        width: auto;
        padding: 0; }
        .header-container header #topnav #meta-nav {
          margin-top: -6px; }
  #meta-nav > ul > li:nth-child(2) {
    display: none !important; }
  ul.home-collection li .description p {
    font-size: 12px; }
  /* =====================================
Home - Styles
===================================== */
  .slider-container {
    padding-bottom: 30px; }
  .women-home {
    padding: 0px 0 0px 0; }
  .block-container h2.title a {
    font-size: 14px; }
  /* =====================================
Show - Styles
===================================== */
  .vid-wrapper {
    padding-bottom: 50.25%; }
  ul.collection li {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-bottom: 80px; }
  h2.show-title {
    padding: 20px 0px 10px 0; }
  .control-container {
    padding: 0px 0px 35px 0; }
  .share-container ul.show-share {
    width: 38%; }
  /* =====================================
Lookbook - Styles
===================================== */
  ul.lookbook li {
    float: left;
    width: 48.7%;
    padding-bottom: 2.6%;
    text-transform: uppercase;
    margin-right: 1.3%;
    margin-left: 1.3%;
    position: relative;
    display: table-cell; }
  ul.lookbook li:nth-child(3n+1) {
    margin-left: 0%; }
  ul.lookbook li:nth-child(3n) {
    margin-right: 0; }
  ul.lookbook li:nth-child(2) {
    margin-left: 1.3%;
    margin-right: 0px; }
  ul.lookbook li:nth-child(even) {
    margin-right: 0%;
    margin-left: 1.3%; }
  ul.lookbook li:nth-child(odd) {
    margin-left: 0;
    margin-right: 1.3% !important; }
  ul.lookbook li:first-child {
    margin-left: 0%;
    margin-right: 1.3%; }
  ul.collection li {
    float: left;
    width: 48.7%;
    padding-bottom: 2.6%;
    text-transform: uppercase;
    margin-right: 1.3%;
    margin-left: 1.3%;
    position: relative;
    display: table-cell; }
  ul.collection li:nth-child(3n+1) {
    margin-left: 0%; }
  ul.collection li:nth-child(3n) {
    margin-right: 0; }
  ul.collection li:nth-child(2) {
    margin-left: 1.3%;
    margin-right: 0px; }
  ul.collection li:nth-child(even) {
    margin-right: 0%;
    margin-left: 1.3%; }
  ul.collection li:nth-child(odd) {
    margin-left: 0;
    margin-right: 1.3% !important; }
  ul.collection li:first-child {
    margin-left: 0%;
    margin-right: 1.3%; }
  .mfp-container {
    top: 10px; }
  .popup-block .img-container {
    padding: 0 0 40px 0; }
  .popup-block ul.look-products li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%; }
  ul.retailers {
    padding: 0px 0 0 0; }
  /* =====================================
Shops - Styles
===================================== */
  ul.europe li {
    min-height: 0px !important; }
  .arrow-nav-up {
    display: none !important; }
  .copyright-wrapper {
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
    padding-right: 0px; }
  .mdl-cell--12-col, .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
    width: calc(100% - 0px); }
  .show-count {
    padding: 20px 0px 0px 0; }
  .look-info {
    padding: 0px 0px 30px 0; }
  .large-photographer {
    padding-top: 20px; }
  .large li.counter-1 {
    padding-bottom: 0px !important; }
  li.counter-1 {
    padding-bottom: 20px !important; }
  ul.campaign li.counter-1, ul.campaign li.counter-2 {
    padding-bottom: 0px; }
  .about-feature img {
    width: 100%;
    padding-bottom: 40px; }
  .retailers ul.europe li {
    min-height: 0px !important; }
  ul.europe li, ul.shops li {
    min-height: 0px !important; }
  .global-site-notice .notice-inner {
    margin: 0 15px; }
  ul.tabs {
    padding: 0px; }
  .news-container, .news-container .post .description {
    width: 100%; }
  .plus {
    top: 5px;
    right: 5px; }
  .popup-block .close {
    top: 10px;
    right: 10px; }
  .control-container .control-button {
    display: none; }
  .footer-container li.mobile-only {
    text-transform: uppercase; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  ul.shops li {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%; }
  h2.country-title-first {
    padding: 0px 0 0px 0;
    margin-right: 0px;
    margin-left: 0px; }
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 102% !important; }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 26px !important; } }

@media only screen and (max-width: 600px) {
  ul.shops li {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%; }
  ul.retailers li {
    width: 100%; } }

@media only screen and (min-width: 1251px) {
  .top-line {
    padding: 0 29px; } }
