/** Shopify CDN: Minification failed

Line 7814:19 The "-" operator only works if there is whitespace on both sides

**/
/*============================================================================
Sleepless Slate Starter | Built with Slate
- You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ LIBRARIES ================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

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

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
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.
*/
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/* this bootstrap is just the grid system */
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a5a764a23fd8ee04548d3d3da7990f67)
* Config saved to config.json and https://gist.github.com/a5a764a23fd8ee04548d3d3da7990f67
*/
  /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: 'FontAwesome';
  src: url(fontawesome-webfont.eot?v=4.7.0);
  src: url(fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

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

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

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

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

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

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

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

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

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

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

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

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

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

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

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

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

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

.fa-map:before {
  content: "\f279"; }

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

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
Nov 29
Removed everything related to Owl Carousel
*/
/*================ GLOBAL ================*/
@font-face {
  font-family: tara;
  src: url(/cdn/shop/t/2/assets/ishop-tara-webfont.ttf?v=81195151042441774421543871029) format("truetype"), url(/cdn/shop/t/2/assets/ishop-tara-webfont.eot?v=78792049416595344101543871029) format("embedded-opentype"), url(/cdn/shop/t/2/assets/ishop-tara-webfont.woff?0) format("woff"), url(/cdn/shop/t/2/assets/ishop-tara-webfont.woff2?0) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: quincy;
  src: url(/cdn/shop/t/2/assets/QuincyCF-Regular.ttf?v=9308363414543199801543871025) format("truetype"), url(/cdn/shop/t/2/assets/QuincyCF-Regular.eot?v=179838759149184365701543871025) format("embedded-opentype"), url(/cdn/shop/t/2/assets/QuincyCF-Regular.woff?v=40666704802793225631543871025) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'ElegantIcons';
  src: url(/cdn/shop/t/2/assets/ElegantIcons.eot?v=164525509174078647221543871023) format("embedded-opentype"), url(/cdn/shop/t/2/assets/ElegantIcons.woff?v=82365996645344345521543871023) format("woff"), url(/cdn/shop/t/2/assets/ElegantIcons.ttf?v=147907907030443980381543871023) format("truetype"), url(/cdn/shop/t/2/assets/ElegantIcons.svg?v=164545625837105155931543871023) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to have a class per icon 

Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow-up-down,
.arrow_back,
.arrow_carrot-2down,
.arrow_carrot-2down_alt2,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left,
.arrow_carrot-2left_alt,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right,
.arrow_carrot-2right_alt,
.arrow_carrot-2right_alt2,
.arrow_carrot-2up,
.arrow_carrot-2up_alt,
.arrow_carrot-2up_alt2,
.arrow_carrot-down,
.arrow_carrot-down_alt,
.arrow_carrot-down_alt2,
.arrow_carrot-left,
.arrow_carrot-left_alt,
.arrow_carrot-left_alt2,
.arrow_carrot-right,
.arrow_carrot-right_alt,
.arrow_carrot-right_alt2,
.arrow_carrot-up,
.arrow_carrot-up_alt2,
.arrow_carrot_up_alt,
.arrow_condense,
.arrow_condense_alt,
.arrow_down,
.arrow_down_alt,
.arrow_expand,
.arrow_expand_alt,
.arrow_expand_alt2,
.arrow_expand_alt3,
.arrow_left,
.arrow_left-down,
.arrow_left-down_alt,
.arrow_left-right,
.arrow_left-right_alt,
.arrow_left-up,
.arrow_left-up_alt,
.arrow_left_alt,
.arrow_move,
.arrow_right,
.arrow_right-down,
.arrow_right-down_alt,
.arrow_right-up,
.arrow_right-up_alt,
.arrow_right_alt,
.arrow_triangle-down,
.arrow_triangle-down_alt,
.arrow_triangle-down_alt2,
.arrow_triangle-left,
.arrow_triangle-left_alt,
.arrow_triangle-left_alt2,
.arrow_triangle-right,
.arrow_triangle-right_alt,
.arrow_triangle-right_alt2,
.arrow_triangle-up,
.arrow_triangle-up_alt,
.arrow_triangle-up_alt2,
.arrow_up,
.arrow_up-down_alt,
.arrow_up_alt,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_archive,
.icon_archive_alt,
.icon_bag,
.icon_bag_alt,
.icon_balance,
.icon_blocked,
.icon_book,
.icon_book_alt,
.icon_box-checked,
.icon_box-empty,
.icon_box-selected,
.icon_briefcase,
.icon_briefcase_alt,
.icon_building,
.icon_building_alt,
.icon_calculator_alt,
.icon_calendar,
.icon_calulator,
.icon_camera,
.icon_camera_alt,
.icon_cart,
.icon_cart_alt,
.icon_chat,
.icon_chat_alt,
.icon_check,
.icon_check_alt,
.icon_check_alt2,
.icon_circle-empty,
.icon_circle-slelected,
.icon_clipboard,
.icon_clock,
.icon_clock_alt,
.icon_close,
.icon_close_alt,
.icon_close_alt2,
.icon_cloud,
.icon_cloud-download,
.icon_cloud-download_alt,
.icon_cloud-upload,
.icon_cloud-upload_alt,
.icon_cloud_alt,
.icon_cog,
.icon_cogs,
.icon_comment,
.icon_comment_alt,
.icon_compass,
.icon_compass_alt,
.icon_cone,
.icon_cone_alt,
.icon_contacts,
.icon_contacts_alt,
.icon_creditcard,
.icon_currency,
.icon_currency_alt,
.icon_cursor,
.icon_cursor_alt,
.icon_datareport,
.icon_datareport_alt,
.icon_desktop,
.icon_dislike,
.icon_dislike_alt,
.icon_document,
.icon_document_alt,
.icon_documents,
.icon_documents_alt,
.icon_download,
.icon_drawer,
.icon_drawer_alt,
.icon_drive,
.icon_drive_alt,
.icon_easel,
.icon_easel_alt,
.icon_error-circle,
.icon_error-circle_alt,
.icon_error-oct,
.icon_error-oct_alt,
.icon_error-triangle,
.icon_error-triangle_alt,
.icon_film,
.icon_floppy,
.icon_floppy_alt,
.icon_flowchart,
.icon_flowchart_alt,
.icon_folder,
.icon_folder-add,
.icon_folder-add_alt,
.icon_folder-alt,
.icon_folder-open,
.icon_folder-open_alt,
.icon_folder_download,
.icon_folder_upload,
.icon_genius,
.icon_gift,
.icon_gift_alt,
.icon_globe,
.icon_globe-2,
.icon_globe_alt,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_group,
.icon_headphones,
.icon_heart,
.icon_heart_alt,
.icon_hourglass,
.icon_house,
.icon_house_alt,
.icon_id,
.icon_id-2,
.icon_id-2_alt,
.icon_id_alt,
.icon_image,
.icon_images,
.icon_info,
.icon_info_alt,
.icon_key,
.icon_key_alt,
.icon_laptop,
.icon_lifesaver,
.icon_lightbulb,
.icon_lightbulb_alt,
.icon_like,
.icon_like_alt,
.icon_link,
.icon_link_alt,
.icon_loading,
.icon_lock,
.icon_lock-open,
.icon_lock-open_alt,
.icon_lock_alt,
.icon_mail,
.icon_mail_alt,
.icon_map,
.icon_map_alt,
.icon_menu,
.icon_menu-circle_alt,
.icon_menu-circle_alt2,
.icon_menu-square_alt,
.icon_menu-square_alt2,
.icon_mic,
.icon_mic_alt,
.icon_minus-06,
.icon_minus-box,
.icon_minus_alt,
.icon_minus_alt2,
.icon_mobile,
.icon_mug,
.icon_mug_alt,
.icon_music,
.icon_ol,
.icon_paperclip,
.icon_pause,
.icon_pause_alt,
.icon_pause_alt2,
.icon_pencil,
.icon_pencil-edit,
.icon_pencil-edit_alt,
.icon_pencil_alt,
.icon_pens,
.icon_pens_alt,
.icon_percent,
.icon_percent_alt,
.icon_phone,
.icon_piechart,
.icon_pin,
.icon_pin_alt,
.icon_plus,
.icon_plus-box,
.icon_plus_alt,
.icon_plus_alt2,
.icon_printer,
.icon_printer-alt,
.icon_profile,
.icon_pushpin,
.icon_pushpin_alt,
.icon_puzzle,
.icon_puzzle_alt,
.icon_question,
.icon_question_alt,
.icon_question_alt2,
.icon_quotations,
.icon_quotations_alt,
.icon_quotations_alt2,
.icon_refresh,
.icon_ribbon,
.icon_ribbon_alt,
.icon_rook,
.icon_search,
.icon_search-2,
.icon_search_alt,
.icon_shield,
.icon_shield_alt,
.icon_star,
.icon_star-half,
.icon_star-half_alt,
.icon_star_alt,
.icon_stop,
.icon_stop_alt,
.icon_stop_alt2,
.icon_table,
.icon_tablet,
.icon_tag,
.icon_tag_alt,
.icon_tags,
.icon_tags_alt,
.icon_target,
.icon_tool,
.icon_toolbox,
.icon_toolbox_alt,
.icon_tools,
.icon_trash,
.icon_trash_alt,
.icon_ul,
.icon_upload,
.icon_vol-mute,
.icon_vol-mute_alt,
.icon_volume-high,
.icon_volume-high_alt,
.icon_volume-low,
.icon_volume-low_alt,
.icon_wallet,
.icon_wallet_alt,
.icon_zoom-in,
.icon_zoom-in_alt,
.icon_zoom-out,
.icon_zoom-out_alt,
.social_blogger,
.social_blogger_circle,
.social_blogger_square,
.social_delicious,
.social_delicious_circle,
.social_delicious_square,
.social_deviantart,
.social_deviantart_circle,
.social_deviantart_square,
.social_dribbble,
.social_dribbble_circle,
.social_dribbble_square,
.social_facebook,
.social_facebook_circle,
.social_facebook_square,
.social_flickr,
.social_flickr_circle,
.social_flickr_square,
.social_googledrive,
.social_googledrive_alt2,
.social_googledrive_square,
.social_googleplus,
.social_googleplus_circle,
.social_googleplus_square,
.social_instagram,
.social_instagram_circle,
.social_instagram_square,
.social_linkedin,
.social_linkedin_circle,
.social_linkedin_square,
.social_myspace,
.social_myspace_circle,
.social_myspace_square,
.social_picassa,
.social_picassa_circle,
.social_picassa_square,
.social_pinterest,
.social_pinterest_circle,
.social_pinterest_square,
.social_rss,
.social_rss_circle,
.social_rss_square,
.social_share,
.social_share_circle,
.social_share_square,
.social_skype,
.social_skype_circle,
.social_skype_square,
.social_spotify,
.social_spotify_circle,
.social_spotify_square,
.social_stumbleupon_circle,
.social_stumbleupon_square,
.social_tumbleupon,
.social_tumblr,
.social_tumblr_circle,
.social_tumblr_square,
.social_twitter,
.social_twitter_circle,
.social_twitter_square,
.social_vimeo,
.social_vimeo_circle,
.social_vimeo_square,
.social_wordpress,
.social_wordpress_circle,
.social_wordpress_square,
.social_youtube,
.social_youtube_circle,
.social_youtube_square {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.arrow_up:before {
  content: "\21"; }

.arrow_down:before {
  content: "\22"; }

.arrow_left:before {
  content: "\23"; }

.arrow_right:before {
  content: "\24"; }

.arrow_left-up:before {
  content: "\25"; }

.arrow_right-up:before {
  content: "\26"; }

.arrow_right-down:before {
  content: "\27"; }

.arrow_left-down:before {
  content: "\28"; }

.arrow-up-down:before {
  content: "\29"; }

.arrow_up-down_alt:before {
  content: "\2a"; }

.arrow_left-right_alt:before {
  content: "\2b"; }

.arrow_left-right:before {
  content: "\2c"; }

.arrow_expand_alt2:before {
  content: "\2d"; }

.arrow_expand_alt:before {
  content: "\2e"; }

.arrow_condense:before {
  content: "\2f"; }

.arrow_expand:before {
  content: "\30"; }

.arrow_move:before {
  content: "\31"; }

.arrow_carrot-up:before {
  content: "\32"; }

.arrow_carrot-down:before {
  content: "\33"; }

.arrow_carrot-left:before {
  content: "\34"; }

.arrow_carrot-right:before {
  content: "\35"; }

.arrow_carrot-2up:before {
  content: "\36"; }

.arrow_carrot-2down:before {
  content: "\37"; }

.arrow_carrot-2left:before {
  content: "\38"; }

.arrow_carrot-2right:before {
  content: "\39"; }

.arrow_carrot-up_alt2:before {
  content: "\3a"; }

.arrow_carrot-down_alt2:before {
  content: "\3b"; }

.arrow_carrot-left_alt2:before {
  content: "\3c"; }

.arrow_carrot-right_alt2:before {
  content: "\3d"; }

.arrow_carrot-2up_alt2:before {
  content: "\3e"; }

.arrow_carrot-2down_alt2:before {
  content: "\3f"; }

.arrow_carrot-2left_alt2:before {
  content: "\40"; }

.arrow_carrot-2right_alt2:before {
  content: "\41"; }

.arrow_triangle-up:before {
  content: "\42"; }

.arrow_triangle-down:before {
  content: "\43"; }

.arrow_triangle-left:before {
  content: "\44"; }

.arrow_triangle-right:before {
  content: "\45"; }

.arrow_triangle-up_alt2:before {
  content: "\46"; }

.arrow_triangle-down_alt2:before {
  content: "\47"; }

.arrow_triangle-left_alt2:before {
  content: "\48"; }

.arrow_triangle-right_alt2:before {
  content: "\49"; }

.arrow_back:before {
  content: "\4a"; }

.icon_minus-06:before {
  content: "\4b"; }

.icon_plus:before {
  content: "\4c"; }

.icon_close:before {
  content: "\4d"; }

.icon_check:before {
  content: "\4e"; }

.icon_minus_alt2:before {
  content: "\4f"; }

.icon_plus_alt2:before {
  content: "\50"; }

.icon_close_alt2:before {
  content: "\51"; }

.icon_check_alt2:before {
  content: "\52"; }

.icon_zoom-out_alt:before {
  content: "\53"; }

.icon_zoom-in_alt:before {
  content: "\54"; }

.icon_search:before {
  content: "\55"; }

.icon_box-empty:before {
  content: "\56"; }

.icon_box-selected:before {
  content: "\57"; }

.icon_minus-box:before {
  content: "\58"; }

.icon_plus-box:before {
  content: "\59"; }

.icon_box-checked:before {
  content: "\5a"; }

.icon_circle-empty:before {
  content: "\5b"; }

.icon_circle-slelected:before {
  content: "\5c"; }

.icon_stop_alt2:before {
  content: "\5d"; }

.icon_stop:before {
  content: "\5e"; }

.icon_pause_alt2:before {
  content: "\5f"; }

.icon_pause:before {
  content: "\60"; }

.icon_menu:before {
  content: "\61"; }

.icon_menu-square_alt2:before {
  content: "\62"; }

.icon_menu-circle_alt2:before {
  content: "\63"; }

.icon_ul:before {
  content: "\64"; }

.icon_ol:before {
  content: "\65"; }

.icon_adjust-horiz:before {
  content: "\66"; }

.icon_adjust-vert:before {
  content: "\67"; }

.icon_document_alt:before {
  content: "\68"; }

.icon_documents_alt:before {
  content: "\69"; }

.icon_pencil:before {
  content: "\6a"; }

.icon_pencil-edit_alt:before {
  content: "\6b"; }

.icon_pencil-edit:before {
  content: "\6c"; }

.icon_folder-alt:before {
  content: "\6d"; }

.icon_folder-open_alt:before {
  content: "\6e"; }

.icon_folder-add_alt:before {
  content: "\6f"; }

.icon_info_alt:before {
  content: "\70"; }

.icon_error-oct_alt:before {
  content: "\71"; }

.icon_error-circle_alt:before {
  content: "\72"; }

.icon_error-triangle_alt:before {
  content: "\73"; }

.icon_question_alt2:before {
  content: "\74"; }

.icon_question:before {
  content: "\75"; }

.icon_comment_alt:before {
  content: "\76"; }

.icon_chat_alt:before {
  content: "\77"; }

.icon_vol-mute_alt:before {
  content: "\78"; }

.icon_volume-low_alt:before {
  content: "\79"; }

.icon_volume-high_alt:before {
  content: "\7a"; }

.icon_quotations:before {
  content: "\7b"; }

.icon_quotations_alt2:before {
  content: "\7c"; }

.icon_clock_alt:before {
  content: "\7d"; }

.icon_lock_alt:before {
  content: "\7e"; }

.icon_lock-open_alt:before {
  content: "\e000"; }

.icon_key_alt:before {
  content: "\e001"; }

.icon_cloud_alt:before {
  content: "\e002"; }

.icon_cloud-upload_alt:before {
  content: "\e003"; }

.icon_cloud-download_alt:before {
  content: "\e004"; }

.icon_image:before {
  content: "\e005"; }

.icon_images:before {
  content: "\e006"; }

.icon_lightbulb_alt:before {
  content: "\e007"; }

.icon_gift_alt:before {
  content: "\e008"; }

.icon_house_alt:before {
  content: "\e009"; }

.icon_genius:before {
  content: "\e00a"; }

.icon_mobile:before {
  content: "\e00b"; }

.icon_tablet:before {
  content: "\e00c"; }

.icon_laptop:before {
  content: "\e00d"; }

.icon_desktop:before {
  content: "\e00e"; }

.icon_camera_alt:before {
  content: "\e00f"; }

.icon_mail_alt:before {
  content: "\e010"; }

.icon_cone_alt:before {
  content: "\e011"; }

.icon_ribbon_alt:before {
  content: "\e012"; }

.icon_bag_alt:before {
  content: "\e013"; }

.icon_creditcard:before {
  content: "\e014"; }

.icon_cart_alt:before {
  content: "\e015"; }

.icon_paperclip:before {
  content: "\e016"; }

.icon_tag_alt:before {
  content: "\e017"; }

.icon_tags_alt:before {
  content: "\e018"; }

.icon_trash_alt:before {
  content: "\e019"; }

.icon_cursor_alt:before {
  content: "\e01a"; }

.icon_mic_alt:before {
  content: "\e01b"; }

.icon_compass_alt:before {
  content: "\e01c"; }

.icon_pin_alt:before {
  content: "\e01d"; }

.icon_pushpin_alt:before {
  content: "\e01e"; }

.icon_map_alt:before {
  content: "\e01f"; }

.icon_drawer_alt:before {
  content: "\e020"; }

.icon_toolbox_alt:before {
  content: "\e021"; }

.icon_book_alt:before {
  content: "\e022"; }

.icon_calendar:before {
  content: "\e023"; }

.icon_film:before {
  content: "\e024"; }

.icon_table:before {
  content: "\e025"; }

.icon_contacts_alt:before {
  content: "\e026"; }

.icon_headphones:before {
  content: "\e027"; }

.icon_lifesaver:before {
  content: "\e028"; }

.icon_piechart:before {
  content: "\e029"; }

.icon_refresh:before {
  content: "\e02a"; }

.icon_link_alt:before {
  content: "\e02b"; }

.icon_link:before {
  content: "\e02c"; }

.icon_loading:before {
  content: "\e02d"; }

.icon_blocked:before {
  content: "\e02e"; }

.icon_archive_alt:before {
  content: "\e02f"; }

.icon_heart_alt:before {
  content: "\e030"; }

.icon_star_alt:before {
  content: "\e031"; }

.icon_star-half_alt:before {
  content: "\e032"; }

.icon_star:before {
  content: "\e033"; }

.icon_star-half:before {
  content: "\e034"; }

.icon_tools:before {
  content: "\e035"; }

.icon_tool:before {
  content: "\e036"; }

.icon_cog:before {
  content: "\e037"; }

.icon_cogs:before {
  content: "\e038"; }

.arrow_up_alt:before {
  content: "\e039"; }

.arrow_down_alt:before {
  content: "\e03a"; }

.arrow_left_alt:before {
  content: "\e03b"; }

.arrow_right_alt:before {
  content: "\e03c"; }

.arrow_left-up_alt:before {
  content: "\e03d"; }

.arrow_right-up_alt:before {
  content: "\e03e"; }

.arrow_right-down_alt:before {
  content: "\e03f"; }

.arrow_left-down_alt:before {
  content: "\e040"; }

.arrow_condense_alt:before {
  content: "\e041"; }

.arrow_expand_alt3:before {
  content: "\e042"; }

.arrow_carrot_up_alt:before {
  content: "\e043"; }

.arrow_carrot-down_alt:before {
  content: "\e044"; }

.arrow_carrot-left_alt:before {
  content: "\e045"; }

.arrow_carrot-right_alt:before {
  content: "\e046"; }

.arrow_carrot-2up_alt:before {
  content: "\e047"; }

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"; }

.arrow_carrot-2left_alt:before {
  content: "\e049"; }

.arrow_carrot-2right_alt:before {
  content: "\e04a"; }

.arrow_triangle-up_alt:before {
  content: "\e04b"; }

.arrow_triangle-down_alt:before {
  content: "\e04c"; }

.arrow_triangle-left_alt:before {
  content: "\e04d"; }

.arrow_triangle-right_alt:before {
  content: "\e04e"; }

.icon_minus_alt:before {
  content: "\e04f"; }

.icon_plus_alt:before {
  content: "\e050"; }

.icon_close_alt:before {
  content: "\e051"; }

.icon_check_alt:before {
  content: "\e052"; }

.icon_zoom-out:before {
  content: "\e053"; }

.icon_zoom-in:before {
  content: "\e054"; }

.icon_stop_alt:before {
  content: "\e055"; }

.icon_menu-square_alt:before {
  content: "\e056"; }

.icon_menu-circle_alt:before {
  content: "\e057"; }

.icon_document:before {
  content: "\e058"; }

.icon_documents:before {
  content: "\e059"; }

.icon_pencil_alt:before {
  content: "\e05a"; }

.icon_folder:before {
  content: "\e05b"; }

.icon_folder-open:before {
  content: "\e05c"; }

.icon_folder-add:before {
  content: "\e05d"; }

.icon_folder_upload:before {
  content: "\e05e"; }

.icon_folder_download:before {
  content: "\e05f"; }

.icon_info:before {
  content: "\e060"; }

.icon_error-circle:before {
  content: "\e061"; }

.icon_error-oct:before {
  content: "\e062"; }

.icon_error-triangle:before {
  content: "\e063"; }

.icon_question_alt:before {
  content: "\e064"; }

.icon_comment:before {
  content: "\e065"; }

.icon_chat:before {
  content: "\e066"; }

.icon_vol-mute:before {
  content: "\e067"; }

.icon_volume-low:before {
  content: "\e068"; }

.icon_volume-high:before {
  content: "\e069"; }

.icon_quotations_alt:before {
  content: "\e06a"; }

.icon_clock:before {
  content: "\e06b"; }

.icon_lock:before {
  content: "\e06c"; }

.icon_lock-open:before {
  content: "\e06d"; }

.icon_key:before {
  content: "\e06e"; }

.icon_cloud:before {
  content: "\e06f"; }

.icon_cloud-upload:before {
  content: "\e070"; }

.icon_cloud-download:before {
  content: "\e071"; }

.icon_lightbulb:before {
  content: "\e072"; }

.icon_gift:before {
  content: "\e073"; }

.icon_house:before {
  content: "\e074"; }

.icon_camera:before {
  content: "\e075"; }

.icon_mail:before {
  content: "\e076"; }

.icon_cone:before {
  content: "\e077"; }

.icon_ribbon:before {
  content: "\e078"; }

.icon_bag:before {
  content: "\e079"; }

.icon_cart:before {
  content: "\e07a"; }

.icon_tag:before {
  content: "\e07b"; }

.icon_tags:before {
  content: "\e07c"; }

.icon_trash:before {
  content: "\e07d"; }

.icon_cursor:before {
  content: "\e07e"; }

.icon_mic:before {
  content: "\e07f"; }

.icon_compass:before {
  content: "\e080"; }

.icon_pin:before {
  content: "\e081"; }

.icon_pushpin:before {
  content: "\e082"; }

.icon_map:before {
  content: "\e083"; }

.icon_drawer:before {
  content: "\e084"; }

.icon_toolbox:before {
  content: "\e085"; }

.icon_book:before {
  content: "\e086"; }

.icon_contacts:before {
  content: "\e087"; }

.icon_archive:before {
  content: "\e088"; }

.icon_heart:before {
  content: "\e089"; }

.icon_profile:before {
  content: "\e08a"; }

.icon_group:before {
  content: "\e08b"; }

.icon_grid-2x2:before {
  content: "\e08c"; }

.icon_grid-3x3:before {
  content: "\e08d"; }

.icon_music:before {
  content: "\e08e"; }

.icon_pause_alt:before {
  content: "\e08f"; }

.icon_phone:before {
  content: "\e090"; }

.icon_upload:before {
  content: "\e091"; }

.icon_download:before {
  content: "\e092"; }

.social_facebook:before {
  content: "\e093"; }

.social_twitter:before {
  content: "\e094"; }

.social_pinterest:before {
  content: "\e095"; }

.social_googleplus:before {
  content: "\e096"; }

.social_tumblr:before {
  content: "\e097"; }

.social_tumbleupon:before {
  content: "\e098"; }

.social_wordpress:before {
  content: "\e099"; }

.social_instagram:before {
  content: "\e09a"; }

.social_dribbble:before {
  content: "\e09b"; }

.social_vimeo:before {
  content: "\e09c"; }

.social_linkedin:before {
  content: "\e09d"; }

.social_rss:before {
  content: "\e09e"; }

.social_deviantart:before {
  content: "\e09f"; }

.social_share:before {
  content: "\e0a0"; }

.social_myspace:before {
  content: "\e0a1"; }

.social_skype:before {
  content: "\e0a2"; }

.social_youtube:before {
  content: "\e0a3"; }

.social_picassa:before {
  content: "\e0a4"; }

.social_googledrive:before {
  content: "\e0a5"; }

.social_flickr:before {
  content: "\e0a6"; }

.social_blogger:before {
  content: "\e0a7"; }

.social_spotify:before {
  content: "\e0a8"; }

.social_delicious:before {
  content: "\e0a9"; }

.social_facebook_circle:before {
  content: "\e0aa"; }

.social_twitter_circle:before {
  content: "\e0ab"; }

.social_pinterest_circle:before {
  content: "\e0ac"; }

.social_googleplus_circle:before {
  content: "\e0ad"; }

.social_tumblr_circle:before {
  content: "\e0ae"; }

.social_stumbleupon_circle:before {
  content: "\e0af"; }

.social_wordpress_circle:before {
  content: "\e0b0"; }

.social_instagram_circle:before {
  content: "\e0b1"; }

.social_dribbble_circle:before {
  content: "\e0b2"; }

.social_vimeo_circle:before {
  content: "\e0b3"; }

.social_linkedin_circle:before {
  content: "\e0b4"; }

.social_rss_circle:before {
  content: "\e0b5"; }

.social_deviantart_circle:before {
  content: "\e0b6"; }

.social_share_circle:before {
  content: "\e0b7"; }

.social_myspace_circle:before {
  content: "\e0b8"; }

.social_skype_circle:before {
  content: "\e0b9"; }

.social_youtube_circle:before {
  content: "\e0ba"; }

.social_picassa_circle:before {
  content: "\e0bb"; }

.social_googledrive_alt2:before {
  content: "\e0bc"; }

.social_flickr_circle:before {
  content: "\e0bd"; }

.social_blogger_circle:before {
  content: "\e0be"; }

.social_spotify_circle:before {
  content: "\e0bf"; }

.social_delicious_circle:before {
  content: "\e0c0"; }

.social_facebook_square:before {
  content: "\e0c1"; }

.social_twitter_square:before {
  content: "\e0c2"; }

.social_pinterest_square:before {
  content: "\e0c3"; }

.social_googleplus_square:before {
  content: "\e0c4"; }

.social_tumblr_square:before {
  content: "\e0c5"; }

.social_stumbleupon_square:before {
  content: "\e0c6"; }

.social_wordpress_square:before {
  content: "\e0c7"; }

.social_instagram_square:before {
  content: "\e0c8"; }

.social_dribbble_square:before {
  content: "\e0c9"; }

.social_vimeo_square:before {
  content: "\e0ca"; }

.social_linkedin_square:before {
  content: "\e0cb"; }

.social_rss_square:before {
  content: "\e0cc"; }

.social_deviantart_square:before {
  content: "\e0cd"; }

.social_share_square:before {
  content: "\e0ce"; }

.social_myspace_square:before {
  content: "\e0cf"; }

.social_skype_square:before {
  content: "\e0d0"; }

.social_youtube_square:before {
  content: "\e0d1"; }

.social_picassa_square:before {
  content: "\e0d2"; }

.social_googledrive_square:before {
  content: "\e0d3"; }

.social_flickr_square:before {
  content: "\e0d4"; }

.social_blogger_square:before {
  content: "\e0d5"; }

.social_spotify_square:before {
  content: "\e0d6"; }

.social_delicious_square:before {
  content: "\e0d7"; }

.icon_printer:before {
  content: "\e103"; }

.icon_calulator:before {
  content: "\e0ee"; }

.icon_building:before {
  content: "\e0ef"; }

.icon_floppy:before {
  content: "\e0e8"; }

.icon_drive:before {
  content: "\e0ea"; }

.icon_search-2:before {
  content: "\e101"; }

.icon_id:before {
  content: "\e107"; }

.icon_id-2:before {
  content: "\e108"; }

.icon_puzzle:before {
  content: "\e102"; }

.icon_like:before {
  content: "\e106"; }

.icon_dislike:before {
  content: "\e0eb"; }

.icon_mug:before {
  content: "\e105"; }

.icon_currency:before {
  content: "\e0ed"; }

.icon_wallet:before {
  content: "\e100"; }

.icon_pens:before {
  content: "\e104"; }

.icon_easel:before {
  content: "\e0e9"; }

.icon_flowchart:before {
  content: "\e109"; }

.icon_datareport:before {
  content: "\e0ec"; }

.icon_briefcase:before {
  content: "\e0fe"; }

.icon_shield:before {
  content: "\e0f6"; }

.icon_percent:before {
  content: "\e0fb"; }

.icon_globe:before {
  content: "\e0e2"; }

.icon_globe-2:before {
  content: "\e0e3"; }

.icon_target:before {
  content: "\e0f5"; }

.icon_hourglass:before {
  content: "\e0e1"; }

.icon_balance:before {
  content: "\e0ff"; }

.icon_rook:before {
  content: "\e0f8"; }

.icon_printer-alt:before {
  content: "\e0fa"; }

.icon_calculator_alt:before {
  content: "\e0e7"; }

.icon_building_alt:before {
  content: "\e0fd"; }

.icon_floppy_alt:before {
  content: "\e0e4"; }

.icon_drive_alt:before {
  content: "\e0e5"; }

.icon_search_alt:before {
  content: "\e0f7"; }

.icon_id_alt:before {
  content: "\e0e0"; }

.icon_id-2_alt:before {
  content: "\e0fc"; }

.icon_puzzle_alt:before {
  content: "\e0f9"; }

.icon_like_alt:before {
  content: "\e0dd"; }

.icon_dislike_alt:before {
  content: "\e0f1"; }

.icon_mug_alt:before {
  content: "\e0dc"; }

.icon_currency_alt:before {
  content: "\e0f3"; }

.icon_wallet_alt:before {
  content: "\e0d8"; }

.icon_pens_alt:before {
  content: "\e0db"; }

.icon_easel_alt:before {
  content: "\e0f0"; }

.icon_flowchart_alt:before {
  content: "\e0df"; }

.icon_datareport_alt:before {
  content: "\e0f2"; }

.icon_briefcase_alt:before {
  content: "\e0f4"; }

.icon_shield_alt:before {
  content: "\e0d9"; }

.icon_percent_alt:before {
  content: "\e0da"; }

.icon_globe_alt:before {
  content: "\e0de"; }

.icon_clipboard:before {
  content: "\e0e6"; }

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none; }

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px; }

.glyph div {
  padding-bottom: 10px; }

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.glyph .fs1 {
  font-size: 2em; }

/***********************
Colors
/***********************/
/***********************
Extends
/***********************/
.antialias {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.no-appearance, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

/***********************
Base Tag Styles
/***********************/
body {
  background: #15294f; }

.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed; }

.site-content {
  background: white; }

h2, h3, h4, h5 {
  font-family: 'Soleil', sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.1;
  margin: 0 0 20px 0; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 25px; }

a:hover {
  text-decoration: none;
  color: #15294f; }

a:focus, a:active {
  text-decoration: none; }

span, article {
  font-family: 'Soleil', sans-serif;
  color: #15294f; }

input, textarea {
  font-family: 'Soleil', sans-serif; }

select {
  font-family: 'Soleil', sans-serif; }

@media all and (max-width: 450px) {
  h2 {
    font-size: 28px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  p {
    font-size: 12px; }

  input:not([type="submit"]), select {
    font-size: 16px !important; } }
/***********************
Mixins
/***********************/
/***********************
Theme Buttons/Icons
/***********************/
.theme-container {
  max-width: 1400px;
  box-sizing: border-box;
  padding: 0 50px;
  margin: 0 auto; }

@media all and (max-width: 991px) {
  .theme-container {
    padding: 0 25px; } }
@media all and (max-width: 768px) {
  .theme-container {
    padding: 0 15px; } }
.theme-button {
  height: 41px;
  background: #15294f;
  border: none;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center; }
.theme-button::after {
  background: #fff;
  content: "";
  height: 155px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  left: -125%;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1; }
.theme-button:hover::after {
  left: 125%; }
.theme-button span {
  line-height: 43px;
  font-family: 'Soleil', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase; }

.custom-menu-icon {
  width: 25px;
  display: inline-block;
  cursor: pointer; }
.custom-menu-icon div {
  background: #15294f;
  height: 2px;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
.custom-menu-icon div:last-of-type {
  margin-bottom: 0; }

@media all and (min-width: 1025px) {
  .custom-menu-icon:hover div {
    background: rgba(0, 0, 0, 0.4); } }
/***********************
Page Header
/***********************/
#collection-page-header {
  height: 400px;
  position: relative;
  background: #15294f; }
#collection-page-header .box-content {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%; }
#collection-page-header h3 {
  font-size: 45px;
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  letter-spacing: 5px;
  margin: 0; }

#default-page-header {
  height: 320px;
  position: relative;
  background: #15294f; }
#default-page-header h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  letter-spacing: 8px;
  font-size: 36px;
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  color: white;
  line-height: 1.2; }

#pagination-links {
  text-align: center;
  padding: 40px 0; }
#pagination-links a,
#pagination-links span {
  height: 34px;
  line-height: 35px;
  min-width: 34px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Soleil', sans-serif;
  font-size: 12px; }
#pagination-links a[href=""] {
  color: white;
  background: #15294f; }
#pagination-links a.active,
#pagination-links span.active {
  background: #333;
  color: #fff; }
#pagination-links a.next,
#pagination-links a.previous {
  border: 1px solid #e5e5e5;
  font-size: 19px;
  line-height: 34px;
  height: 34px; }

@media all and (max-width: 991px) {
  #collection-page-header {
    height: 350px; }
  #collection-page-header h3 {
    font-size: 30px; }

  #default-page-header {
    height: 280px; }
  #default-page-header h3 {
    font-size: 30px; } }
@media all and (max-width: 600px) {
  #collection-page-header {
    height: 180px; }
  #collection-page-header h3 {
    font-size: 25px;
    padding: 0 15px; }

  #default-page-header {
    height: 180px; }
  #default-page-header h3 {
    font-size: 25px; } }
/* image cover css */
.background-parent {
  overflow: hidden;
  position: relative; }

.background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit:cover"; }

.box-content {
  position: relative;
  z-index: 10; }

#page-loading-screen {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9998; }
#page-loading-screen img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 400px; }

.pace {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 2px;
  background: #15294f; }
.pace .pace-progress-inner {
  background: white;
  height: 2px; }

.entire-site {
  -webkit-transition: transform 400ms ease-out;
  -moz-transition: transform 400ms ease-out;
  -ms-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out; }

.entire-site.active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

/***********************
Nav
/***********************/
#prop-navbar {
  height: 85px;
  background: white;
  display: none; }

#navbar {
  background: white;
  position: relative;
  -webkit-transition: border 175ms ease-out;
  -moz-transition: border 175ms ease-out;
  -ms-transition: border 175ms ease-out;
  transition: border 175ms ease-out; }
#navbar.fixed {
  position: fixed;
  width: 100%;
  top: -60px;
  z-index: 9999;
  border-bottom: 2px solid #15294f; }
#navbar.homepage-hide {
  display: none; }
#navbar .theme-container {
  height: 85px;
  text-align: right;
  position: relative; }
#navbar #nav-logo {
  position: absolute;
  top: 10px;
  left: 50px; }
#navbar #nav-logo img {
  width: 85px;
  height: 61px; }
#navbar .main-nav-link {
  display: inline-block;
  height: 100%;
  padding-right: 40px; }
#navbar .main-nav-link span {
  font-family: 'Soleil', sans-serif;
  line-height: 85px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 700; }
#navbar #nav-search {
  display: inline-block;
  position: relative;
  bottom: 2px; }
#navbar #nav-search .input-div {
  width: 0;
  -webkit-transition: width 250ms ease-out, border 175ms ease-out;
  -moz-transition: width 250ms ease-out, border 175ms ease-out;
  -ms-transition: width 250ms ease-out, border 175ms ease-out;
  transition: width 250ms ease-out, border 175ms ease-out;
  vertical-align: middle;
  display: inline-block; }
#navbar #nav-search .input-div input {
  width: 100%;
  height: 28px;
  border: none;
  outline: none;
  font-size: 13px; }
#navbar #nav-search .input-div.active {
  width: 220px; }
#navbar #nav-search .input-div.active input {
  border-bottom: 1px solid #15294f; }
#navbar #nav-search .fa {
  font-size: 22px;
  color: #15294f;
  vertical-align: middle;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0; }
#navbar .cart-icon-div {
  display: inline-block;
  margin: 0 20px 0 40px;
  position: relative;
  top: 9px; }
#navbar .cart-icon-div .treasure-box {
  display: inline-block;
  font-size: 27px;
  color: #15294f; }
#navbar .cart-icon-div .treasure-box::before {
  content: '\61';
  font-family: tara;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
#navbar .cart-icon-div .cart-icon-number {
  position: absolute;
  top: 0;
  right: -10px;
  height: 18px;
  width: 18px;
  background: #15294f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
#navbar .cart-icon-div .cart-icon-number span {
  color: white;
  font-family: 'Soleil', sans-serif;
  font-size: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%; }
#navbar .custom-menu-icon {
  margin-left: 5px;
  position: relative;
  top: 3px; }
#navbar .nav-dropdown-container {
  display: inline-block;
  position: relative; }
#navbar .nav-dropdown-container .nav-dropdown {
  display: none;
  position: absolute;
  width: 290px;
  top: 80px;
  box-sizing: border-box;
  right: 0;
  padding: 15px 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 15;
  background: white;
  -webkit-transition: top 175ms ease-out;
  -moz-transition: top 175ms ease-out;
  -ms-transition: top 175ms ease-out;
  transition: top 175ms ease-out; }
#navbar .nav-dropdown-container .nav-dropdown.active {
  top: 55px; }
#navbar .nav-dropdown-container .nav-dropdown::after {
  content: '';
  position: absolute;
  height: 40px;
  bottom: 100%;
  right: 0;
  width: 100%;
  background: transparent; }
#navbar .nav-dropdown-container .nav-dropdown .dropdown-item {
  display: block;
  padding-bottom: 15px;
  text-align: left; }
#navbar .nav-dropdown-container .nav-dropdown .dropdown-item:last-of-type {
  padding: 0; }
#navbar .nav-dropdown-container .nav-dropdown .dropdown-item span {
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  margin-left: 10px; }
#navbar .nav-dropdown-container .nav-dropdown.cart.active {
  top: 65px; }
#navbar .nav-dropdown-container .nav-dropdown.cart .no-items {
  font-family: 'Soleil', sans-serif;
  color: #111111;
  font-size: 13px;
  text-align: center; }
#navbar .nav-dropdown-container .nav-dropdown.cart .cart-total {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin: 20px 0; }
#navbar .nav-dropdown-container .nav-dropdown.cart .cart-total .subtotal {
  float: left;
  font-family: 'Soleil', sans-serif;
  font-weight: 700; }
#navbar .nav-dropdown-container .nav-dropdown.cart .theme-button {
  width: 100%; }

@media all and (min-width: 1025px) {
  #navbar .nav-dropdown-container.menu-icon-container:hover .custom-menu-icon div {
    background: rgba(0, 0, 0, 0.4); } }
.cart-item {
  text-align: left;
  position: relative;
  margin-bottom: 10px; }
.cart-item:last-of-type {
  margin: 0; }
.cart-item .pic {
  width: 45px;
  height: 60px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.cart-item .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.cart-item .pic .quantity {
  position: absolute;
  font-size: 10px;
  top: 1px;
  right: 1px;
  height: 12px;
  line-height: 12px;
  padding: 0 2px;
  background: #fff; }
.cart-item .info {
  display: inline-block;
  vertical-align: middle;
  max-width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px; }
.cart-item .info .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin-bottom: 3px; }
.cart-item .info .price {
  font-family: "Soleil", sans-serif;
  font-size: 13px; }
.cart-item .remove-item {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6); }

@media all and (max-width: 991px) {
  #navbar.homepage-hide {
    display: block; }
  #navbar .cart-icon-div, #navbar #nav-search, #navbar .main-nav-link {
    display: none; }
  #navbar .menu-icon-container {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media all and (max-width: 600px) {
  #navbar .menu-icon-container {
    right: 25px; }
  #navbar #nav-logo {
    left: 25px; } }
/***********************
Flyout
/***********************/
#flyout {
  position: fixed;
  top: 150%;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: rgba(21, 41, 79, 0.9);
  z-index: 9999;
  padding: 40px 0;
  -webkit-transition: top 450ms ease-out;
  -moz-transition: top 450ms ease-out;
  -ms-transition: top 450ms ease-out;
  transition: top 450ms ease-out; }
#flyout.active {
  top: 0; }
#flyout .theme-logo {
  display: block;
  height: 87px;
  margin: 0 auto; }
#flyout form {
  margin-top: 30px;
  position: relative; }
#flyout form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  padding-bottom: 5px;
  font-size: 20px;
  font-style: italic;
  height: 30px;
  outline: none;
  font-family: 'Soleil', sans-serif;
  letter-spacing: 2px;
  color: white; }
#flyout form button {
  position: absolute;
  right: 0;
  top: -1px;
  background: transparent;
  border: none; }
#flyout form i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px; }
#flyout .flyout-link {
  color: white;
  display: block;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.4;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
#flyout .icon_close {
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  cursor: pointer; }

@media all and (max-width: 600px) {
  #flyout .theme-container {
    padding: 0 20px; } }
/*================ PAGES ================*/
#account-page h3 {
  text-align: center; }

.account-input-div {
  max-width: 560px;
  margin: 40px auto;
  overflow: hidden; }

.account-input-div input[type="text"],
.account-input-div input[type="password"] {
  font-size: 14px;
  width: 100%;
  display: block;
  border-bottom: 1px solid black;
  color: black;
  padding-left: 0;
  padding-bottom: 10px; }

.textarea-div p {
  margin-top: 0;
  margin-bottom: 10px; }

#account-page .theme-button {
  margin-right: 20px; }

#account-page .account-input-div p {
  display: inline-block; }

#account-page .account-input-div p a {
  text-decoration: underline; }

/***********************
Login
/***********************/
#login-register {
  height: 1000px;
  height: 100vh;
  position: relative; }
#login-register .box-content {
  max-width: 400px;
  position: absolute;
  right: 150px;
  bottom: 150px;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 5; }
#login-register .box-content img {
  width: 75px;
  height: 55px;
  margin: 0 auto 25px;
  display: block; }
#login-register .box-content .login-signup,
#login-register .box-content .title {
  font-size: 15px;
  letter-spacing: 4px;
  color: white;
  font-family: 'Soleil', sans-serif;
  line-height: 1.7; }
#login-register .box-content .login-signup {
  margin-bottom: 20px; }
#login-register .box-content .login-signup span {
  font-family: inherit;
  font-size: 13px;
  color: white;
  cursor: pointer; }
#login-register .box-content .login-signup .divider {
  margin: 0 10px; }
#login-register .box-content .account-input-div {
  margin: 0 0 15px; }
#login-register .box-content .account-input-div input:not([type="submit"]) {
  height: 40px;
  background: white;
  border: none;
  outline: none;
  text-align: center;
  color: #111111;
  padding: 0 5px;
  max-width: 200px;
  margin: 0 auto; }
#login-register .box-content input[type="submit"] {
  background: transparent;
  font-size: 15px;
  letter-spacing: 4px;
  color: white;
  font-family: 'Soleil', sans-serif;
  border: none;
  outline: none;
  margin-top: 20px; }
#login-register .box-content .forgot-password {
  font-size: 13px;
  letter-spacing: 4px;
  color: white;
  font-family: 'Soleil', sans-serif;
  margin-top: -8px;
  cursor: pointer; }
#login-register .box-content .forgot-password.send-email {
  letter-spacing: 1px; }
#login-register .box-content .terms,
#login-register .box-content .terms > a {
  color: #FFFFFF;
  margin-top: 15px; }
#login-register .box-content .form-updates {
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 1px;
  display: none; }
#login-register .box-content .form-errors {
  display: none; }
#login-register .box-content .errors ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.shopify-challenge__container {
  padding: 40px 0; }
.shopify-challenge__container input[type="submit"] {
  background: transparent;
  text-transform: uppercase;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  outline: none;
  font-family: 'Soleil', sans-serif; }
.shopify-challenge__container ul {
  padding: 0;
  font-family: 'Soleil', sans-serif; }

@media all and (max-width: 991px) {
  #login-register {
    height: 800px; }
  #login-register::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  #login-register .box-content {
    width: 300px;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
/***********************
My Account
/***********************/
#my-account-header {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px; }

#my-account-header h3 {
  margin-bottom: 5px; }

#my-account h3, #my-account h5 {
  font-family: 'Soleil', sans-serif;
  letter-spacing: 4px;
  font-size: 20px;
  text-transform: uppercase; }
#my-account input:not([type="submit"]), #my-account select {
  height: 40px;
  background: #15294f;
  border: none;
  outline: none;
  color: white;
  padding: 0 15px; }
#my-account .account-input-div {
  margin-bottom: 20px;
  margin-top: 0; }

#order-history div {
  margin: 25px 0; }

#order-history p {
  font-weight: bold;
  margin: 5px 0; }

#order-history hr {
  border-top: 1px solid #979797; }

#no-orders {
  padding: 40px 0 !important; }

#account-addresses hr {
  border-top: 1px solid #979797;
  margin: 40px 0; }

#account-addresses .theme-button {
  margin: 25px 0; }

/* order page */
#order-container {
  padding-bottom: 60px;
  padding-top: 60px; }

#order-container h2 {
  margin-top: 0;
  margin-bottom: 20px; }
#order-container .return-to-account {
  margin: 0; }

#account-order-table {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 30px;
  padding-bottom: 30px; }

#account-order-table h3 {
  margin-top: 0; }
#account-order-table table {
  width: 100%; }
#account-order-table th {
  text-align: left;
  font-family: 'Soleil', sans-serif;
  font-weight: 400;
  font-size: 18px; }
#account-order-table td {
  font-family: 'Soleil', sans-serif;
  letter-spacing: 1px; }

.order-div span {
  font-family: 'Soleil', sans-serif; }

/***********************
Address
/***********************/
#address-form .account-input-div:last-of-type {
  margin-top: -20px; }

.address-link {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  margin: 15px 0; }

.address-link:hover {
  text-decoration: underline;
  color: black; }

#account-addresses {
  padding-bottom: 30px; }

.customer-address {
  margin: 25px 0; }

.customer-address a {
  text-decoration: underline;
  font-size: 12px; }

#account-addresses p {
  font-size: 14px;
  color: #282F37;
  line-height: 28px; }

.default-address-text {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 5px; }

/***********************
Home
/***********************/
.home h2 {
  /* Positioning */
  /* Display & Box Model */
  margin-bottom: 5px;
  /* Color */
  color: #fff;
  /* Text */
  font-family: "soleil", sans-serif;
  font-weight: 700;
  /* Other */ }
.home h3 {
  /* Positioning */
  /* Display & Box Model */
  margin-bottom: 20px;
  /* Color */
  /* Text */
  font-family: "soleil", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  /* Other */ }
.home p {
  font-family: "soleil", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none; }
.home a.awhite {
  /* Positioning */
  /* Display & Box Model */
  margin: 0px;
  border: 2px solid;
  border-color: white;
  padding: 10px;
  /* Color */
  color: white;
  /* Text */
  font-family: "soleil", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  /* Other */ }
.home .ablack {
  /* Positioning */
  /* Display & Box Model */
  margin: 30px 0px 0px 0px;
  border: 2px solid;
  border-color: black;
  padding: 10px;
  /* Color */
  color: black;
  /* Text */
  font-family: "soleil", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  /* Other */ }

@media all and (min-width: 0px) {
  .home h2 {
    font-size: 20px; }
  .home h3 {
    font-size: 17px; }
  .home p {
    font-size: 15px; }
  .home a {
    font-size: 15px; }

  .s1_home_hero_content {
    padding: 50px 10px 70px 10px; }

  .s4_ring_content {
    padding: 50px 50px 100px 5%; }

  .s5_endless_earrings {
    padding: 50px 5% 100px 50px; }

  .s6_necklace_content {
    padding: 50px 50px 100px 5%; }

  .s7_danglers_content {
    padding: 50px 50px 100px 5%; }

  .s8_legos_content {
    padding: 50px 5% 100px 5%; }

  .s9_newsletter_content {
    padding: 50px 50px 100px 5%; }

  .s10_social {
    padding: 50px 10px 70px 10px; }

  .newSolsticeHead {
    padding: 50px 10px 70px 10px; } }
@media all and (min-width: 380px) {
  .s1_home_hero_content {
    padding: 50px 20px 80px 20px; }

  .s4_ring_content {
    padding: 50px 40% 100px 5%; }

  .s5_endless_earrings {
    padding: 50px 5% 100px 40%; }

  .s6_necklace_content {
    padding: 50px 5% 100px 5%; }

  .s7_danglers_content {
    padding: 50px 40% 100px 5%; }

  .s8_legos_content {
    padding: 50px 5% 100px 5%; }

  .s9_newsletter_content {
    padding: 50px 40% 100px 5%; }

  .s10_social {
    padding: 50px 20px 80px 20px; }

  .newSolsticeHead {
    padding: 50px 20px 80px 20px; } }
@media all and (min-width: 576px) {
  .home h2 {
    font-size: 25px; }
  .home h3 {
    font-size: 17px; }
  .home p {
    font-size: 15px; }
  .home a {
    font-size: 15px; }

  .s1_home_hero_content {
    padding: 70px 5% 100px 5%; }

  .s4_ring_content {
    padding: 70px 50% 150px 5%; }

  .s5_endless_earrings {
    padding: 70px 5% 150px 50%; }

  .s6_necklace_content {
    padding: 70px 50% 150px 5%; }

  .s7_danglers_content {
    padding: 70px 50% 150px 5%; }

  .s8_legos_content {
    padding: 70px 15% 150px 15%; }

  .s9_newsletter_content {
    padding: 70px 50% 150px 5%; }

  .s10_social {
    padding: 70px 5% 100px 5%; }

  .newSolsticeHead {
    padding: 70px 5% 100px 5%; } }
@media all and (min-width: 768px) {
  .home h2 {
    font-size: 30px; }
  .home h3 {
    font-size: 20px; }
  .home p {
    font-size: 18px; }
  .home a {
    font-size: 18px; }

  .s1_home_hero_content {
    padding: 100px 10% 150px 10%; }

  .s4_ring_content {
    padding: 100px 60% 200px 5%; }

  .s5_endless_earrings {
    padding: 100px 5% 200px 60%; }

  .s6_necklace_content {
    padding: 100px 60% 200px 5%; }

  .s7_danglers_content {
    padding: 100px 60% 200px 5%; }

  .s8_legos_content {
    padding: 100px 25% 200px 25%; }

  .s9_newsletter_content {
    padding: 100px 60% 200px 5%; }

  .s10_social {
    padding: 100px 10% 150px 10%; }

  .newSolsticeHead {
    padding: 100px 10% 150px 10%; } }
@media all and (min-width: 992px) {
  .home h2 {
    font-size: 32px; }
  .home h3 {
    font-size: 25px; }
  .home p {
    font-size: 18px; }
  .home a {
    font-size: 18px; }

  .s1_home_hero_content {
    padding: 200px 15% 250px 15%; }

  .s4_ring_content {
    padding: 200px 60% 350px 15%; }

  .s5_endless_earrings {
    padding: 200px 15% 350px 60%; }

  .s6_necklace_content {
    padding: 200px 60% 350px 15%; }

  .s7_danglers_content {
    padding: 200px 60% 350px 15%; }

  .s8_legos_content {
    margin: 0px 30% 0px 30%;
    padding: 200px 0 350px 0;
    max-width: 500px; }

  .s9_newsletter_content {
    padding: 200px 60% 350px 15%; }

  .s10_social {
    padding: 200px 15% 250px 15%; }

  .newSolsticeHead {
    padding: 200px 15% 250px 15%; } }
/***********************
Hero
/***********************/
#home-hero {
  height: 100vh;
  position: relative; }
#home-hero .hero-background-item {
  opacity: 1 !important; }
  #home-hero .hero-background-item {
    /* Positioning */
    position: absolute;
    top: 0;
    left: 0;
    /* Display & Box Model */
    display: none;
    height: 100%;
    width: 100%;
    /* Color */
    /* Text */
    /* Other */ }
  #home-hero .hero-background-item .content {
    /* Positioning */
    position: absolute;
    top: 30%;
    /* Display & Box Model */
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    /* Color */
    /* Text */
    text-align: center;
    /* Other */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
#home-hero .press-release {
  /* Positioning */
  bottom: 10px;
  position: absolute;
  /* Display & Box Model */
  width: 100%;
  z-index: 5;
  /* Color */
  /* Text */
  /* Other */ }

/***********************
Home Content
/***********************/
#home-collections {
  /* & { padding:150px 0 90px 0;background-size:155%;background-position:90%;background-image:url(/cdn/shop/t/2/assets/brush-stroke.png?0);background-color:$dark-blue; } */ }
  #home-collections {
    padding: 150px 0 90px;
    background-color: #e6e6e6; }
  #home-collections h3 {
    font-family: 'Soleil', sans-serif;
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
    margin-bottom: 150px;
    font-size: 25px;
    color: #15294f; }
  #home-collections .collection-link {
    height: 275px;
    width: 275px;
    margin: 0 auto 60px;
    position: relative;
    display: block;
    background: white; }
  #home-collections .collection-link img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #home-collections .collection-link .shop-info {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Soleil', sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    background: #cdcbd6;
    padding: 5px 15px 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    opacity: 0; }
  #home-collections .collection-link:hover .shop-info {
    opacity: 1; }

@media all and (max-width: 991px) {
  #home-collections {
    padding: 70px 0 10px 0;
    background-image: none; }
  #home-collections h3 {
    margin-bottom: 70px; }
  #home-collections .collection-link {
    height: 200px;
    width: 200px; } }
/***********************
Home Video
/***********************/
#home-video {
  padding-top: 80px;
  position: relative; }
#home-video h3,
#home-video h5 {
  text-transform: uppercase;
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  letter-spacing: 15px;
  font-size: 25px;
  line-height: 48px;
  margin: 0;
  text-align: center;
  color: #15294f;
  padding: 0 15px; }
#home-video h3 {
  font-size: 30px;
  margin-bottom: 80px; }
#home-video .placeholder-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1; }
#home-video .home-video {
  width: 100%;
  position: relative;
  cursor: pointer; }
#home-video .home-video video {
  width: 100%;
  height: auto;
  background-size: cover !important;
  margin-bottom: -5px; }
#home-video .home-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  height: 144px;
  width: 144px; }

@media all and (max-width: 600px) {
  #home-video {
    padding-top: 50px; }
  #home-video h3, #home-video h5 {
    line-height: 32px; }
  #home-video h5 {
    font-size: 15px; }
  #home-video h3 {
    font-size: 20px;
    margin-bottom: 50px; }
  #home-video .home-video {
    width: 100%;
    position: relative;
    cursor: pointer; }
  #home-video .home-video video {
    width: 100%;
    height: auto;
    background-size: cover !important; }
  #home-video .home-video .play-button {
    height: 75px;
    width: 75px; } }
/***********************
Collection Page
/***********************/
#collection-linklist {
  text-align: center; }
#collection-linklist a {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 4px;
  padding: 35px 20px 33px 20px;
  display: inline-block;
  font-weight: 700; }

@media all and (max-width: 1150px) {
  #collection-linklist a {
    font-size: 13px;
    padding: 30px 12px 28px 12px; } }
@media all and (max-width: 991px) {
  #collection-linklist a.bottom-link {
    padding-top: 0; } }
@media all and (max-width: 600px) {
  #collection-linklist a {
    font-size: 15px;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #f4f4f4; }
  #collection-linklist a.bottom-link {
    padding-top: 20px; } }
#collection-products {
  padding: 0;
  text-align: center; }
#collection-products .product-item-col.few-items {
  float: left;
  display: inline-block; }

.product-default {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
.product-default .pic {
  width: 100%;
  position: relative; }
.product-default .pic img {
  object-fit: cover;
  width: 265px;
  height: 265px;
  max-height: 100%;
  max-width: 100%; }
.product-default .info p {
  font-size: 15px;
  letter-spacing: 0px;
  margin-bottom: 5px; }
.product-default .info span {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold; }

@media all and (max-width: 991px) {
  #collection-products .product-item-col.few-items {
    display: block; } }
/***********************
Product Page
/***********************/
#product-page .product-pic-col {
  padding-top: 50px;
  padding-bottom: 20px; }
#product-page .product-pic-col #product-pic-container {
  min-height: 370px; }
#product-page .product-pic-col #product-pic-container .big-image {
  display: none; }
#product-page .product-pic-col #product-pic-container .big-image img {
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 0; }
#product-page .product-pic-col #product-pic-container .big-image img.active {
  opacity: 1; }
#product-page .product-pic-col .product-small-pic-container {
  overflow: hidden;
  margin-top: 20px; }
#product-page .product-pic-col .product-small-pic-container .small-image {
  width: 20%;
  float: left;
  text-align: center;
  cursor: pointer; }
#product-page .product-pic-col .product-small-pic-container .small-image:nth-child(n+6) {
  margin-top: 10px; }
#product-page .product-pic-col .product-small-pic-container .small-image .pic-container {
  max-width: 80px;
  height: 100px;
  margin: 0 auto;
  position: relative; }
#product-page .product-pic-col .product-small-pic-container .small-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
#product-page .product-info-col {
  padding-top: 50px; }
#product-page .product-info-col h3 {
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 3px;
  font-family: "Soleil", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase; }
#product-page .product-info-col #price-field {
  font-family: "Soleil", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  display: block;
  margin-bottom: 20px; }
#product-page .product-info-col .description {
  margin-bottom: 20px;
  font-family: "Soleil", sans-serif; }
#product-page .product-info-col .product-options {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0; }
#product-page .product-info-col .product-options .option-wrapper {
  margin-bottom: 10px; }
#product-page .product-info-col .product-options .option-wrapper .option-name {
  display: inline-block;
  min-width: 175px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 13px; }
#product-page .product-info-col .product-options .option-wrapper .option-input {
  display: inline-block; }
#product-page .product-info-col .product-options .option-wrapper .option-input select {
  width: 175px;
  height: 35px;
  background: #f8f8f8;
  padding: 0 10px;
  font-size: 13px;
  border: 1px solid #ccc; }
#product-page .product-info-col .product-options .quantity-selector {
  background: transparent;
  border: 1px solid;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }
#product-page .product-info-col .product-options .quantity-selector > div {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-family: "Soleil", sans-serif;
  font-size: 13px;
  color: black;
  text-align: center;
  float: left; }
#product-page .product-info-col .product-options .quantity-selector > div.number-change {
  font-size: 18px;
  font-family: ElegantIcons;
  cursor: pointer; }

#product-accordion {
  margin: 50px 0; }
#product-accordion .item h3 {
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 15px;
  padding: 18px 0 13px;
  margin-bottom: 0;
  border-bottom: 3px solid #15294f;
  line-height: normal;
  color: #15294f;
  text-transform: none;
  cursor: pointer;
  position: relative; }
#product-accordion .item .collapse-icon {
  position: absolute;
  right: 0;
  font-size: 37px;
  line-height: 18px;
  top: 15px;
  font-style: normal;
  font-weight: 700; }
#product-accordion .item .content {
  display: none;
  padding-bottom: 20px;
  padding-top: 10px; }
#product-accordion .item .content,
#product-accordion .item .content div,
#product-accordion .item .content h4,
#product-accordion .item .content li,
#product-accordion .item .content p,
#product-accordion .item .content span {
  font-family: 'Soleil', sans-serif;
  font-size: 14px; }
#product-accordion .item .content h4,
#product-accordion .item .content strong {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Soleil', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  color: #15294f; }
#product-accordion .item .content li {
  font-size: 13px; }
#product-accordion .item .content ul {
  list-style: none;
  padding: 0;
  margin: 0; }
#product-accordion .item .content .pdf-download {
  font-size: 17px;
  margin-top: 20px;
  color: black;
  font-family: 'Soleil', sans-serif;
  font-weight: 700; }

#recommended-collections {
  /* & { padding:150px 0px;background-size:auto 152%;background-position:0% 50%;background-color:$dark-blue;background-repeat:no-repeat; } */ }
  #recommended-collections {
    padding: 150px 0;
    background-color: #e6e6e6; }
  #recommended-collections h3 {
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: right;
    margin-right: 150px;
    margin-bottom: 70px;
    font-family: 'Soleil', sans-serif;
    font-weight: 700; }
  #recommended-collections .theme-container {
    overflow: hidden; }
  #recommended-collections .collection-block {
    float: left;
    width: 25%; }
  #recommended-collections .collection-pic {
    width: 275px;
    height: 275px;
    position: relative;
    display: block;
    margin: 0 auto; }
  #recommended-collections .collection-pic:hover .shop-info {
    opacity: 1; }
  #recommended-collections .collection-pic .shop-info {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Soleil', sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    background: #cdcbd6;
    padding: 5px 15px 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    opacity: 0; }

@media all and (max-width: 1400px) {
  #recommended-collections .collection-pic {
    width: 225px;
    height: 225px; } }
@media all and (max-width: 1150px) {
  #recommended-collections .theme-container {
    padding: 0 15px; } }
@media all and (max-width: 991px) {
  #product-page .product-info-col .product-options .option-wrapper .option-name {
    display: block;
    min-width: 0px;
    margin-bottom: 5px;
    text-align: left; }
  #product-page .product-info-col .product-options .option-wrapper .option-input {
    display: block; }
  #product-page .product-info-col .product-options .option-wrapper .option-input select {
    width: 100%; }
  #product-page .product-info-col .product-options .product-buttons {
    text-align: center;
    margin-top: 20px; }

  #recommended-collections {
    padding: 50px 0px 30px 0;
    background-image: none; }
  #recommended-collections h3 {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 50px; }
  #recommended-collections .collection-block {
    float: left;
    width: 50%; }
  #recommended-collections .collection-pic {
    width: 325px;
    height: 325px;
    margin-bottom: 20px; }
  #recommended-collections .collection-pic:hover .shop-info {
    opacity: 0; } }
@media all and (max-width: 700px) {
  #recommended-collections .collection-block {
    float: none;
    width: 100%; }
  #recommended-collections .collection-pic {
    width: 275px;
    height: 275px;
    margin-bottom: 20px; } }
@media all and (max-width: 600px) {
  #product-page .product-pic-col #product-pic-container {
    min-height: 320px; }
  #product-page .product-pic-col #product-pic-container .big-image {
    display: none; }
  #product-page .product-pic-col #product-pic-container .big-image img {
    max-width: 300px; }
  #product-page .product-pic-col .product-small-pic-container .small-image {
    width: 33.333333%;
    margin-top: 0; }
  #product-page .product-pic-col .product-small-pic-container .small-image:nth-child(n+4) {
    margin-top: 10px; } }
/***********************
Press
/***********************/
#press-page .top-message {
  padding: 70px 0; }
#press-page .top-message p {
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 25.5px; }
#press-page .top-message a {
  text-decoration: underline; }
#press-page .press-articles {
  text-align: center; }
#press-page .press-articles .press-block {
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  padding: 0 15px;
  vertical-align: top; }
#press-page .press-articles .press-block .pic {
  height: 270px;
  width: 270px;
  background: #f3f3f9;
  position: relative;
  margin: 0 auto; }
#press-page .press-articles .press-block .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
#press-page .press-articles .press-block p {
  font-size: 15px;
  font-weight: 700;
  max-width: 270px;
  margin: 0px auto 0px auto;
  padding: 10px 0 30px 0; }

@media all and (max-width: 600px) {
  #press-page .top-message {
    padding: 50px 0; }
  #press-page .press-articles .press-block {
    display: block;
    width: 300px;
    padding: 0 0px;
    margin: 0 auto; } }
/***********************
Default Page
/***********************/
#default-page {
  padding: 50px 0 0; }
#default-page .top-message {
  padding-bottom: 30px; }
#default-page .top-message p {
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 25.5px; }
#default-page .top-message a {
  text-decoration: underline; }
#default-page .default-accordion-title {
  letter-spacing: 4px;
  font-size: 15px;
  font-family: 'Soleil', sans-serif;
  color: #15294f; }
#default-page .default-accordion {
  padding-bottom: 50px; }
#default-page .default-accordion .accordion-item {
  border-top: 1px solid #ddd;
  box-sizing: border-box; }
#default-page .default-accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #ddd; }
#default-page .default-accordion .accordion-item h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Soleil', sans-serif;
  padding: 30px;
  margin: 0;
  color: #9b9b9b;
  cursor: pointer;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  line-height: 1.5; }
#default-page .default-accordion .accordion-item h5.active {
  color: #15294f; }
#default-page .default-accordion .accordion-item .content {
  padding: 0 30px 25px;
  color: #686460;
  font-family: 'Soleil', sans-serif;
  display: none; }
#default-page .default-accordion .accordion-item .content strong {
  font-size: 14px;
  color: #15294f;
  letter-spacing: 2px;
  font-family: 'Soleil', sans-serif; }
#default-page #contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0; }
#default-page #contact-form .contact-input {
  overflow: hidden;
  margin-bottom: 30px; }
#default-page #contact-form .contact-input input:not([type="submit"]) {
  font-size: 13px;
  padding: 0 10px;
  height: 35px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #15294f;
  outline: none; }
#default-page #contact-form .contact-input ::-webkit-input-placeholder {
  color: #15294f;
  font-family: 'Soleil', sans-serif;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 700; }
#default-page #contact-form .contact-input.double input:not([type="submit"]) {
  width: 48%;
  margin-right: 2%;
  box-sizing: border-box;
  float: left; }
#default-page #contact-form .contact-input.double input:last-of-type {
  margin-right: 0;
  margin-left: 2%; }
#default-page #contact-form .contact-input textarea {
  width: 100%;
  border: 1px solid #15294f;
  padding: 15px 10px;
  resize: vertical-only;
  outline: none; }
#default-page #contact-form .contact-input .theme-button {
  display: block;
  min-width: 300px;
  margin: 0 auto; }
#default-page #stockist-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 50px; }
#default-page #stockist-form h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 70px;
  font-family: 'Soleil', sans-serif;
  color: #15294f; }
#default-page #stockist-form .form-input {
  margin-top: 20px; }
#default-page #stockist-form .form-input h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #15294f;
  font-family: 'Soleil', sans-serif; }
#default-page #stockist-form .form-input input:not([type="submit"]) {
  height: 50px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 20px;
  color: white;
  background: #15294f;
  width: 100%;
  border: none;
  outline: none;
  font-family: 'Soleil', sans-serif; }
#default-page #stockist-form .form-input .theme-button {
  width: 250px;
  margin-top: 20px; }

#missing-page {
  height: 1000px;
  height: calc(100vh - 85px);
  position: relative; }
#missing-page .box-content {
  max-width: 400px;
  position: absolute;
  right: 150px;
  bottom: 150px;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 5; }
#missing-page .box-content img {
  width: 75px;
  height: 55px;
  margin: 0 auto 25px;
  display: block; }
#missing-page .box-content h5 {
  font-size: 15px;
  letter-spacing: 4px;
  color: white;
  font-family: 'Soleil', sans-serif;
  line-height: 1.7;
  text-transform: uppercase; }
#missing-page .box-content .box-button {
  background: white;
  padding: 15px;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-weight: 700;
  display: block; }
#missing-page .box-content .box-button.top {
  margin-bottom: 20px; }

@media all and (max-width: 991px) {
  #missing-page {
    height: 800px; }
  #missing-page::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  #missing-page .box-content {
    width: 300px;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
#default-page .header-title {
  text-transform: uppercase; }

/***********************
Search
/***********************/
#search-page {
  padding: 30px 0; }
#search-page .search-input-form {
  max-width: 800px;
  margin: 30px auto; }
#search-page .search-input-form form {
  width: 100%;
  overflow: hidden; }
#search-page .search-input-form .search-input {
  float: left; }
#search-page .search-input-form .search-input.text {
  width: 70%; }
#search-page .search-input-form .search-input.button {
  width: 30%; }
#search-page .search-input-form .search-input input, #search-page .search-input-form .search-input button {
  width: 100%; }
#search-page .search-input-form .search-input input {
  border: 1px solid #15294f;
  border-right: none;
  height: 41px;
  padding: 0 10px;
  outline: none; }
#search-page .search-input-form .search-input button {
  box-sizing: border-box;
  border: none;
  outline: none;
  min-width: auto; }
#search-page .search-results {
  text-align: center; }
#search-page .product-item-col.few-items {
  float: none;
  display: inline-block; }
#search-page .results-amount {
  text-align: center;
  letter-spacing: 1px;
  color: #999; }

@media all and (max-width: 991px) {
  #default-page .theme-container {
    padding: 0 25px; } }
@media all and (max-width: 600px) {
  #default-page .top-message {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px; }
  #default-page .top-message p {
    font-size: 12px; }
  #default-page .default-accordion-title {
    padding-left: 15px; }
  #default-page .theme-container {
    padding: 0; }
  #default-page #contact-form .contact-input.double input:not([type="submit"]) {
    width: 100%;
    margin-bottom: 30px; }
  #default-page #contact-form .contact-input.double input:last-of-type {
    margin: 0; }

  #default-page.contact-page .theme-container, #default-page.stockist-page .theme-container {
    padding: 0 15px; }
  #default-page.contact-page #stockist-form .form-input .theme-button, #default-page.stockist-page #stockist-form .form-input .theme-button {
    width: 100%; }

  #search-page .theme-container {
    padding: 0 15px; }
  #search-page .search-input-form .search-input {
    float: left; }
  #search-page .search-input-form .search-input.text {
    width: 60%; }
  #search-page .search-input-form .search-input.button {
    width: 40%; } }
/***********************
Cart Page
/***********************/
#cart-page {
  padding: 40px 0; }
#cart-page .top-title {
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 45px;
  font-weight: 700; }
#cart-page .cart-choices {
  margin-bottom: 40px;
  text-align: right; }
#cart-page .cart-choices > div {
  display: inline-block;
  margin-left: 20px; }
#cart-page .cart-choices .left {
  float: left;
  margin: 0; }
#cart-page .cart-choices button[name="update"] {
  margin-right: 20px; }
#cart-page .cart-choices.bottom {
  margin: 40px 0 0; }
#cart-page #cart-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 2px solid #eee; }
#cart-page #cart-table .mobile-details-divider {
  display: none; }
#cart-page #cart-table .mobile-details-divider p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #15294f;
  letter-spacing: 1.5px; }
#cart-page #cart-table .table-row {
  display: table-row; }
#cart-page #cart-table .table-row .cell {
  display: table-cell;
  text-align: center;
  font-size: 12px;
  color: #15294f;
  letter-spacing: 1.5px; }
#cart-page #cart-table .table-row .cell a,
#cart-page #cart-table .table-row .cell p,
#cart-page #cart-table .table-row .cell span {
  font-size: 14px;
  color: #15294f;
  letter-spacing: 1.29px;
  line-height: 25px;
  display: block; }
#cart-page #cart-table .table-row .cell.item-pic {
  width: 14%; }
#cart-page #cart-table .table-row .cell.item-pic .pic {
  height: 100px;
  width: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
#cart-page #cart-table .table-row .cell.item-pic .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
#cart-page #cart-table .table-row .cell.item-info {
  text-align: left;
  width: 30%;
  position: relative; }
#cart-page #cart-table .table-row .cell.item-info .title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px; }
#cart-page #cart-table .table-row .cell.item-info .item-props {
  font-size: 13px;
  font-family: 'Soleil', sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.1;
  margin-top: 5px; }
#cart-page #cart-table .table-row .cell.item-info i {
  margin-right: 7px;
  font-size: 12px; }
#cart-page #cart-table .table-row .cell.number-cell .quantity-selector {
  height: 35px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }
#cart-page #cart-table .table-row .cell.number-cell .quantity-selector .number {
  background: #15294f;
  color: white;
  width: 35px;
  height: 35px;
  float: left;
  line-height: 36px;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Soleil', sans-serif; }
#cart-page #cart-table .table-row .cell.number-cell .quantity-selector .selectors {
  float: left;
  height: 35px; }
#cart-page #cart-table .table-row .cell.number-cell .quantity-selector .selectors .number-change {
  height: 17.5px;
  background: white;
  width: 30px;
  color: #8c8c8c;
  border: 1px solid #c6c6c6;
  border-left: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer; }
#cart-page #cart-table .table-row .cell.number-cell .quantity-selector .selectors .number-change:hover {
  background: #c6c6c6; }
#cart-page #cart-table .table-row .cell.number-cell .quantity-selector .selectors .number-change.plus {
  border-bottom: 0; }
#cart-page #cart-table .table-row .cell.number-cell .quantity-selector .selectors i {
  font-size: 18px;
  -webkit-transform: scaleX(1.2);
  -moz-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
  position: relative;
  left: 1px; }
#cart-page #cart-table .table-row .cell.price {
  width: 22%; }
#cart-page #cart-table .table-row .cell.price p {
  font-family: 'Soleil', sans-serif;
  font-size: 15px;
  color: #15294f; }
#cart-page #cart-table .table-row .cell.total p {
  font-family: 'Soleil', sans-serif;
  font-size: 15px;
  color: #15294f; }
#cart-page #cart-table .table-row .cell.total .mobile {
  display: none;
  position: absolute;
  font-size: 25px;
  color: #BB9;
  top: 50%;
  right: 0;
  margin-top: -12.5px; }
#cart-page #cart-table .table-row .cell.remove {
  text-align: right; }
#cart-page #cart-table .table-row .cell.remove .icon_close {
  font-size: 25px;
  vertical-align: middle;
  color: #BB9;
  position: relative;
  top: 5px; }
#cart-page #cart-table .table-row.top-row .cell {
  padding: 20px 0 18px;
  border-bottom: 2px solid #eee;
  white-space: nowrap;
  font-size: 15px;
  font-family: 'Soleil', sans-serif;
  font-weight: 700; }
#cart-page #cart-table .table-row.item-row .cell {
  padding: 40px 0; }
#cart-page #cart-table .table-row.item-row .mobile-type {
  display: none;
  font-size: 10px;
  color: #15294f;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
#cart-page #cart-table .table-row.item-row .cell.total {
  position: relative; }
#cart-page #cart-table .table-row.item-row .cell.total > div {
  position: relative; }
#cart-page #cart-table .table-row.item-row .cell.total .remove-cart-item {
  position: absolute;
  right: -30px;
  top: 0;
  margin-top: -2px; }
#cart-page #cart-table .table-row.item-row .cell.total .remove-cart-item img {
  height: 15px;
  width: 15px; }
#cart-page #cart-table .table-row.props-row span {
  display: inline-block;
  font-size: 12px; }
#cart-page #cart-table .table-row.props-row .item-prop {
  margin-bottom: 18px;
  text-align: left;
  overflow: hidden; }
#cart-page #cart-table .table-row.props-row .item-prop .type {
  width: 180px;
  margin-right: 40px;
  font-size: 12px;
  color: #15294f;
  letter-spacing: 1px;
  line-height: 25px;
  float: left; }
#cart-page #cart-table .table-row.props-row .item-prop .selected {
  display: table-cell; }
#cart-page #cart-table .table-row.border-row .cell {
  border-bottom: 2px solid #eee;
  padding-bottom: 40px; }
#cart-page .cart-total {
  text-align: right;
  margin-top: 20px; }
#cart-page .cart-total span {
  font-size: 12px;
  color: #15294f;
  letter-spacing: 1.5px;
  font-family: 'Soleil', sans-serif; }
#cart-page .cart-total p {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 2px;
  margin-left: 100px;
  position: relative;
  top: 1px; }
#cart-page .empty-cart h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Soleil', sans-serif; }

/***********************
Shipping Calculator
/***********************/
#shipping-calculator {
  width: 350px; }
#shipping-calculator h5 {
  font-size: 15px;
  font-family: 'Soleil', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 40px; }
#shipping-calculator input:not([type="submit"]),
#shipping-calculator select {
  height: 50px;
  padding: 0 5px 0 15px;
  background: #15294f;
  text-transform: uppercase;
  color: white;
  width: 100%;
  font-family: 'Soleil', sans-serif;
  border: none;
  outline: none;
  font-size: 13px; }
#shipping-calculator .shipping-input {
  margin-bottom: 20px; }
#shipping-calculator .shipping-input input[type="submit"] {
  font-family: 'Soleil', sans-serif;
  background: transparent;
  border: none;
  font-size: 15px;
  color: #15294f;
  text-transform: uppercase;
  letter-spacing: 1px; }
#shipping-calculator #wrapper-response {
  font-family: 'Soleil', sans-serif;
  letter-spacing: 1px;
  padding-top: 15px; }
#shipping-calculator #wrapper-response ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px; }
#shipping-calculator #wrapper-response li {
  margin-bottom: 5px;
  font-size: 15px; }

@media all and (max-width: 991px) {
  #cart-page .theme-container {
    padding: 0 25px; }
  #cart-page .cart-choices.top {
    margin: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #E9E9E9; }
  #cart-page #cart-table {
    display: block; }
  #cart-page #cart-table .mobile-details-divider {
    display: block; }
  #cart-page #cart-table .table-row {
    display: block; }
  #cart-page #cart-table .table-row .cell {
    display: block; }
  #cart-page #cart-table .table-row .cell.item-pic, #cart-page #cart-table .table-row .cell.item-info {
    width: 100%;
    text-align: center; }
  #cart-page #cart-table .table-row .cell.item-pic .pic, #cart-page #cart-table .table-row .cell.item-info .pic {
    height: 200px;
    width: 200px; }
  #cart-page #cart-table .table-row .cell.price, #cart-page #cart-table .table-row .cell.number-cell, #cart-page #cart-table .table-row .cell.total {
    width: 33.33333%;
    float: left;
    text-align: center; }
  #cart-page #cart-table .table-row .cell.price .mobile, #cart-page #cart-table .table-row .cell.number-cell .mobile, #cart-page #cart-table .table-row .cell.total .mobile {
    display: block; }
  #cart-page #cart-table .table-row .cell.remove {
    display: none; }
  #cart-page #cart-table .table-row.top-row {
    display: none; }
  #cart-page #cart-table .table-row.item-row {
    float: none;
    overflow: hidden; }
  #cart-page #cart-table .table-row.item-row .mobile-type {
    display: block;
    margin-bottom: 5px;
    font-family: 'Soleil', sans-serif !important;
    font-size: 11px !important; }
  #cart-page #cart-table .table-row.item-row .cell {
    padding: 20px 0; }
  #cart-page #cart-table .table-row.item-row .cell.number-cell {
    padding-bottom: 30px; }
  #cart-page #cart-table .table-row.item-row .cell.total .remove-cart-item {
    right: 5px;
    margin-top: -2.5px; }
  #cart-page #cart-table .table-row.props-row {
    overflow: hidden; }
  #cart-page #cart-table .table-row.props-row .cell.option {
    width: 66.66666%;
    float: left; }
  #cart-page #cart-table .table-row.props-row .cell.option-price {
    width: 33.33333%;
    float: left; }
  #cart-page #cart-table .table-row.props-row .item-prop {
    width: 100%;
    text-align: left; }
  #cart-page #cart-table .table-row.props-row .item-prop .type {
    width: 50%;
    margin-right: 0;
    float: left; }
  #cart-page #cart-table .table-row.props-row .item-prop .selected {
    display: block;
    padding-left: 15px;
    box-sizing: border-box;
    width: 50%;
    float: left; }
  #cart-page #cart-table .table-row.props-row .cell.bearing {
    display: none; }
  #cart-page #cart-table .table-row.border-row {
    border-bottom: 1px solid #E9E9E9; }
  #cart-page #cart-table .table-row.border-row .cell {
    border: none;
    padding-bottom: 20px; } }
@media all and (max-width: 600px) {
  #cart-page .theme-container {
    padding: 0 15px; }
  #cart-page .cart-choices > div {
    display: block;
    margin: 0; }
  #cart-page .cart-choices > div:first-of-type {
    margin-bottom: 20px; }
  #cart-page .cart-choices .left {
    float: none; }
  #cart-page #cart-table .table-row .cell.item-info .pic {
    float: none;
    height: 120px;
    width: 100%; }
  #cart-page #cart-table .table-row .cell.item-info .info {
    display: block; }
  #cart-page #cart-table .table-row .cell.item-info .info .title {
    margin-top: 20px;
    padding: 0;
    text-align: center;
    padding: 0 25px; }
  #cart-page #cart-table .table-row .cell.total .mobile {
    right: -8px; }
  #cart-page #cart-table .table-row.item-row .cell.total .remove-cart-item {
    right: 0px; }
  #cart-page #cart-table .table-row.props-row {
    overflow: hidden; }
  #cart-page #cart-table .table-row.props-row .cell.option {
    width: 66.66666%;
    float: left; }
  #cart-page #cart-table .table-row.props-row .cell.option-price {
    width: 33.33333%;
    float: left; }
  #cart-page #cart-table .table-row.props-row .item-prop {
    width: 100%;
    text-align: left; }
  #cart-page #cart-table .table-row.props-row .item-prop .type {
    width: 100%;
    margin-right: 0;
    float: none; }
  #cart-page #cart-table .table-row.props-row .item-prop .selected {
    padding-left: 0px;
    width: 100%;
    float: none; }
  #cart-page #cart-table .table-row.props-row .cell.bearing {
    display: none; }

  #shipping-calculator {
    max-width: 350px;
    width: auto;
    margin: 0 auto; } }
/***********************
About
/***********************/
#about-page {
  padding: 80px 0; }
#about-page .about-pic {
  width: 100%; }
#about-page article {
  font-size: 14px;
  letter-spacing: 1px; }
#about-page article strong {
  font-family: "" Soleil ", sans-serif";
  font-size: 18px;
  color: #15294F;
  letter-spacing: 4.5px;
  margin-bottom: 10px;
  display: block; }
#about-page .row.bottom {
  margin-top: 30px; }
#about-page .tablet {
  display: none; }

@media all and (max-width: 768px) {
  #about-page {
    padding: 40px 0; }
  #about-page .desktop {
    display: none; }
  #about-page .tablet {
    display: block; }
  #about-page .description {
    margin-bottom: 20px; } }
#breadcrumbs {
  margin-bottom: 20px; }
#breadcrumbs a, #breadcrumbs span, #breadcrumbs i {
  font-family: "Soleil", sans-serif;
  font-size: 14px; }
#breadcrumbs i {
  margin: 0 5px; }

/***********************
Blog
/***********************/
#blog-page {
  padding: 50px 0 10px 0; }
#blog-page .blog-article {
  margin-bottom: 40px;
  display: block; }
#blog-page .blog-article .pic {
  height: 250px;
  overflow: hidden;
  position: relative; }
#blog-page .blog-article .pic img {
  object-position: 50% 20%; }
#blog-page .blog-article p {
  line-height: 20px;
  font-size: 14px; }
#blog-page .blog-article .title {
  margin-top: 15px; }

#press-blog-page {
  text-align: center;
  padding-top: 90px; }
#press-blog-page article.message {
  margin-bottom: 90px; }
#press-blog-page article.message * {
  font-family: "" Soleil ", sans-serif";
  line-height: 22px;
  font-size: 14px; }
#press-blog-page article.message a {
  text-decoration: underline; }
#press-blog-page .blog-press {
  margin-bottom: 90px;
  display: block; }
#press-blog-page .blog-press .pic {
  position: relative;
  height: 75px; }
#press-blog-page .blog-press .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
#press-blog-page .blog-press .title {
  line-height: 20px;
  font-family: "" Soleil ", sans-serif";
  letter-spacing: 0.5px;
  max-width: 252px;
  margin: 0 auto;
  margin-top: 20px; }

.clear {
  clear: both; }

.clear.small {
  display: none; }

@media all and (max-width: 991px) {
  #press-blog-page {
    padding-top: 50px; }
  #press-blog-page article.message {
    margin-bottom: 50px; }
  #press-blog-page .blog-press {
    margin-bottom: 50px; }

  .clear.small {
    display: block; }

  .clear.medium {
    display: none; } }
/***********************
Article
/***********************/
#article-page {
  padding: 50px 0; }
#article-page .featured-pic {
  position: relative;
  overflow: hidden;
  height: 550px; }
#article-page .share-title,
#article-page .title {
  font-family: '"Soleil", sans-serif';
  font-size: 18px;
  color: #15294F;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px; }
#article-page .share-title {
  margin-top: 40px; }
#article-page .date {
  margin-bottom: 15px;
  font-size: 14px; }
#article-page article * {
  font-family: 'Soleil', sans-serif; }
#article-page .author {
  font-family: 'Soleil', sans-serif; }
#article-page .social-icons .circle-icon {
  height: 40px;
  width: 40px;
  border: 1px solid #4A4A4A;
  box-sizing: border-box;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 175ms ease-out;
  -moz-transition: all 175ms ease-out;
  -ms-transition: all 175ms ease-out;
  transition: all 175ms ease-out; }
#article-page .social-icons .circle-icon:hover {
  background: #4A4A4A; }
#article-page .social-icons .circle-icon:hover .fa {
  color: white; }
#article-page .social-icons .circle-icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #4A4A4A;
  font-size: 20px;
  -webkit-transition: all 175ms ease-out;
  -moz-transition: all 175ms ease-out;
  -ms-transition: all 175ms ease-out;
  transition: all 175ms ease-out; }
#article-page .back-to-blog {
  margin-top: 30px;
  display: block; }
#article-page .back-to-blog i,
#article-page .back-to-blog span {
  vertical-align: middle; }
#article-page .back-to-blog i {
  margin-right: 5px;
  -webkit-transition: all 175ms ease-out;
  -moz-transition: all 175ms ease-out;
  -ms-transition: all 175ms ease-out;
  transition: all 175ms ease-out; }
#article-page .back-to-blog:hover i {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }

@media all and (max-width: 991px) {
  #article-page .featured-pic {
    height: 400px; } }
@media all and (max-width: 600px) {
  #article-page {
    padding: 30px 0; }
  #article-page .featured-pic {
    height: 300px; } }
@media all and (max-width: 400px) {
  #article-page .featured-pic {
    height: 225px; } }
/* HC - Add hover effect collection page - 14 Dec '17 */
.reveal .hidden {
  display: block !important;
  visibility: visible !important; }

.product:hover .reveal img {
  opacity: 1; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.reveal:hover .hidden {
  z-index: 100000;
  opacity: 1; }

.reveal:hover img:first-child {
  opacity: 0; }

.reveal .caption {
  position: absolute;
  top: 0;
  display: table;
  background-color: white;
  /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility; }

.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px; } }
/* HC - Homepage featured collections - 19 Dec '17 */
@media screen and (max-width: 767px) {
  #home-collections .collection-link .shop-info {
    opacity: 1; } }
/* HC - Press logos changes - 21 Dec '17 */
img.press-item-logo {
  height: 25px; }

/*    HC - 12 Jan '18 - revision */
.spr-button-primary {
  background: #15294f;
  color: #fff; }

.spr-form > form, .spr-form-input-text, .spr-form-input-email, .spr-form-input-textarea {
  font-family: 'Soleil', sans-serif; }

h2.spr-header-title {
  font-family: 'Soleil', sans-serif;
  font-size: 22px; }

/* HC - Homepage - Image With Text Section - 22 May '18 */
#shopify-section-home-collections {
  clear: both; }

/*    HC - 25 May '18 - video banner */
.hc-vid-btn {
  background: #15294f;
  display: inline-block;
  vertical-align: text-bottom;
  color: #fff;
  padding: 6px 30px;
  margin: 20px 0 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px; }

.hc-vid-btn:hover {
  color: #fff;
  opacity: 08; }

.hc-video-banner {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.hc-video-banner .text-hold {
  font-size: 38px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 30% 5% 5%;
  text-align: left;
  max-width: 500px;
  float: right;
  position: absolute;
  right: 0;
  z-index: 999999; }

.hc-video-banner h2 {
  font-family: 'Soleil', sans-serif;
  font-size: 48px;
  letter-spacing: 3px; }

.hc-video-banner h3 {
  font-size: 22px;
  font-family: 'Soleil', sans-serif; }

.bg-video-holder {
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
  z-index: -1; }

.video-active .bg-video {
  opacity: 1; }

@media (max-width: 768px) {
  video {
    display: none !important; }

  .logos_bottom img {
    flex: 1;
    max-height: 50px;
    padding: 10px; } }
/*HC-Section 5 style-31 May'18*/
.text-section {
  max-width: 80%;
  margin: auto;
  color: #fff;
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  letter-spacing: 7px;
  font-size: 36px;
  line-height: 48px;
  padding: 15% 0 15%; }

.text-section p {
  color: #bdbdb9; }

.logos_bottom img, .logos-top img {
  flex: 1;
  max-height: 54px;
  padding: 10px; }

@media (max-width: 1200px) {
  .logos_bottom img {
    flex: 1;
    max-height: 37px;
    padding: 10px; } }
.home-logos {
  padding: 15px 0; }

.logos_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 15px; }

.logos_bottom > a {
  text-align: center;
  width: calc(100% / 8 - 20px);
  margin-right: 20px; }

.logos_bottom > a img {
  max-height: 100%;
  max-width: 100%;
  padding: 0; }

@media screen and (max-width: 767px) {
  .logos_bottom > a {
    text-align: center;
    width: calc(100% / 3); } }
/*HC - Revision Bottom Logos size fix - 05 Jun'18*/
.logos_bottom img:nth-of-type(3),
.logos_bottom img:nth-of-type(5) {
  padding: 3.5px; }

.logos_bottom img:nth-of-type(4) {
  padding: 6px; }

.img-responsive {
  max-width: 100%; }

.newsl-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 0; }

.newsl-wrapper #mc-embedded-subscribe-form {
  margin-top: 50px; }

.section-title {
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 30px;
  color: #15294f; }

.newsl-wrapper p {
  font-family: 'Soleil', sans-serif;
  color: #15294f; }

.newsletter-form input[type=text], .newsletter-form input[type=email] {
  border: none;
  display: block;
  color: #15294f;
  border-bottom: 1px solid #15294f;
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  min-width: 100%; }

.newsletter-form input[type=text]:focus, .newsletter-form input[type=email]:focus {
  outline: none; }

.newsletter-form input[type="submit"] {
  background: #15294f;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  min-width: 100%;
  margin-top: 30px; }

@media screen and (min-width: 768px) {
  .newsl-content {
    margin-left: 50px; } }
@media screen and (max-width: 767px) {
  .newsl-content {
    margin-top: 50px;
    width: 100%; }

  .newsl-wrapper #mc-embedded-subscribe-form {
    margin-top: 0; }

  .section-title {
    margin-bottom: 20px; } }
/*HC - Revision - 14 Jun'18*/
.newsl-wrapper {
  padding: 70px 0; }

@media screen and (min-width: 768px) {
  .newsl-content {
    margin-left: 100px;
    max-width: 100%;
    width: 400px; } }
/* HC - 20 June '18 */
.home-logos p {
  color: #ffffff; }

/* HC - Shop the collections section (homepage) - 25 Jun '18 */
#home-collections {
  padding-top: 80px; }

.logos_bottom img, .logos-top img {
  max-height: 45px; }

@media only screen and (min-width: 882px) {
  #home-collections .collection-link {
    height: 250px;
    width: auto;
    margin: 0px;
    margin-bottom: 0px;
    position: relative;
    display: block;
    background: transparent; }

  #home-collections .container {
    width: 100%;
    padding: 0px; }

  .col-md-4.col-sm-6.collection-block {
    width: 12%;
    padding: 0px;
    margin: 2%;
    float: none;
    display: inline-block; } }
#home-collections .container .row {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center; }

@media all and (min-width: 1250px) {
  .collection-link img {
    width: 160px;
    height: 190px; } }
@media all and (min-width: 883px) and (max-width: 1250px) {
  .collection-link img {
    width: 120px;
    height: 150px; } }
@media all and (max-width: 882px) {
  .collection-link img {
    width: 160px;
    height: 200px; } }
/*    HC - 17 Jul '18 - homepage changes */
.hc-head-search {
  position: fixed;
  top: 35px;
  z-index: 0;
  max-width: 25px;
  right: 30px;
  /*      &:hover {
  img {
  filter: none;
}
}*/ }
  .hc-head-search img {
    width: 100%;
    filter: invert(100%);
    transition: all 0.3s ease; }

@font-face {
  font-family: 'soleil';
  font-weight: 300;
  src: url("soleil-light.otf") format("opentype"); }

@font-face {
  font-family: 'soleil';
  font-weight: 400;
  src: url("soleil-regular.otf") format("opentype"); }

@font-face {
  font-family: 'soleil';
  font-weight: 600;
  src: url("soleil-semibold.otf") format("opentype"); }

@font-face {
  font-family: 'soleil';
  font-weight: 700;
  src: url("soleil-bold.otf") format("opentype"); }

@font-face {
  font-family: 'soleil';
  font-weight: 900;
  src: url("soleil-extrabold.otf") format("opentype"); }

body, p {
  font-family: soleil !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Soleil', sans-serif; }

/************************************DevST CSS******************************************/
.DevST_sublinks, .DevST_subsublinks {
  margin-left: 20px; }

.DevST_sublinks {
  display: none; }

.text-over-image a {
  float: left;
  margin: 5% 5% 0;
  text-align: center;
  width: 90%; }

.text-over-image > p {
  margin: 0 27px; }

.text-over-image {
  padding-left: 10px; }

.product-default .info > span {
  border: 1px solid #15294f;
  padding: 5px 15px;
  display: block;
  margin: 15px 0 0; }

#shopify-section-inspiration #collection-products > a {
  border: 2px solid #15294f;
  padding: 10px 45px; }

#shopify-section-video-with-text {
  padding: 100px 0;
  background: #cfd2d2 none repeat scroll 0 0; }

.product-default .info {
  padding: 20px 0;
  text-align: left; }

#shopify-section-collection-studio-header {
  background: #d6d8d3 none repeat scroll 0 0;
  padding-top: 4%; }

#studio-favorites #collection-products .product-item-col.few-items {
  display: inline-block;
  float: left; }

#studio-favorites .product-default .pic img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%; }

.text-over-image h1 {
  padding-left: 10px; }

#collection-products {
  background: #d2d2d2 none repeat scroll 0 0 !important; }

#shopify-section-video-banner .hc-vid-btn {
  background: transparent none repeat scroll 0 0;
  border: 2px solid; }

#shopify-section-inspiration .product-default .pic img {
  height: auto;
  width: 100%; }

#shopify-section-inspiration .product-default .pic {
  border: none; }

.DevSt_subalt {
  font-size: 13px !important;
  color: #888888; }

/*********************Media queries*************************/
@media only screen and (max-width: 1286px) {
  .text-over-image a {
    margin-bottom: 3%; } }
@media only screen and (max-width: 991px) {
  #shopify-section-inspiration #collection-products .product-item-col.few-items {
    display: inline-block;
    float: left; }

  #shopify-section-inspiration .clear.small {
    display: none; }

  .hc-head-search {
    left: unset;
    right: 94px;
    top: 32px; }

  .hc-head-search img {
    filter: none; } }
@media only screen and (max-width: 768px) {
  .text-over-image a {
    color: #fff;
    border: 2px solid #fff; }

  .text-over-image > p, .text-over-image {
    color: #fff; }

  .shopify-section {
    float: left;
    width: 100%; }

  .text-over-image h1 {
    text-align: center; } }
@media only screen and (max-width: 349px) {
  .hc-video-banner .hc-vid-btn {
    padding: 6px 7px; }

  #shopify-section-inspiration #collection-products > a {
    padding: 10px 25px; } }
/*HC - Overall style changes - 27 Jul'18*/
h3.favorites-text {
  font-size: 32px; }

p.subtext {
  font-size: 23px; }

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

/*HC - Overall style changes - 30 Jul'18*/
.template-collection .site-content {
  padding-top: 80px !important; }

.DevSt_des {
  font-size: 20px; }

.text-over-image > p:not(.DevSt_des) {
  margin: 0 27px;
  padding-top: 20px;
  font-size: 15px; }

.template-index .site-content {
  padding-top: initial !important; }

#shopify-section-collection-all-header {
  margin-bottom: 20px;
  margin-top: 40%; }

#shopify-section-product {
  background: #fff none repeat scroll 0 0; }

/*HC- Show sublinks-01 Aug'18*/
/*@media(min-width:700px){
#new-solstice .DevST_col_menu{
position: absolute;
left: -126px;
}}*/
/*HC - style changes to navigation on the collection pages - 06 Aug '18*/
@media only screen and (min-width: 1480px) {
  .DevST_col_menu {
    float: left;
    width: 10% !important;
    margin-left: 10%; } }
@media only screen and (max-width: 1479px) and (min-width: 928px) {
  .DevST_col_menu {
    float: left;
    width: 15% !important;
    margin-left: 5%; } }
/* HC - 07 Aug '18 - multiple changes */
#pendant-earring #collection-products .pic > .reveal {
  background-color: #fff; }
#pendant-earring h2.DevSt_title {
  font-size: 28px; }
#pendant-earring #collection-products {
  background: #fff !important; }
#pendant-earring .DevSt_des {
  font-size: 16px; }
#pendant-earring .DevST_col_menu {
  margin-left: 0; }

#rings-earrings .DevSt_title {
  margin-top: 22%; }
#rings-earrings #collection-products {
  padding-top: 5px; }
#rings-earrings.template-collection .site-content {
  padding-top: 60px !important; }

@media screen and (min-width: 768px) {
  .template-collection .DevST_col_menu {
    /*          font-size: 16px; */ }
    .template-collection .DevST_col_menu a {
      font-family: 'Soleil', sans-serif; }
  .template-collection .info > p.DevSt_subalt {
    margin: 0; } }
/* HC - Homepage mobile optimization - 13 Aug '18 */
@media screen and (max-width: 480px) {
  .text-over-image,
  div.text-over-image > p,
  div.text-over-image > a {
    color: #004479; }

  div.text-over-image > a {
    border: 3px solid #004479; }

  #collection-products > div > div > h3,
  #collection-products > div > div > p {
    text-align: center !important; }

  #about-page article,
  #about-page article strong {
    color: white; }

  .parent,
  .child {
    list-style-type: none; } }
.text-over-image h1 {
  text-align: center; }

.text-over-image a {
  width: auto;
  margin: 10px calc(50% - 130px); }

/*
Bootstrap
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.container {
  max-width: 100% !important; }

/*
Breadcrumbs
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
nav.breadcrumb span, nav.breadcrumb a {
  font-family: 'Soleil', sans-serif; }

/*
Top Navigation Bar
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
@media screen and (max-width: 991px) {
  .S10_logo, .header-1118, .header_new_1118, #menu-shop-link-1118, #menu-about-link-1118, #menu-createyourown-link-1118, #menu-world-link-1118, a.a-1118, button.button-1118, .menu-1118, div#side_navigation_1118, .hc-head-search, .header_home_1118 {
    display: none; }

  .content-1118 {
    margin-top: 0px; } }
@media screen and (min-width: 992px) {
  .S10_logo, .header-1118, #menu-shop-link-1118, #menu-about-link-1118, #menu-createyourown-link-1118, #menu-world-link-1118, a.a-1118, button.button-1118, .menu-1118, div#side_navigation_1118, .hc-head-search {
    display: block; }

  .prop-navbar {
    display: none; } }
.header_home_1118 {
  position: fixed;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999; }

.header-1118 {
  position: fixed;
  left: calc(50% - 75px);
  top: 20px;
  z-index: 5; }

.header_full_1118 {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10; }

.menu-1118 {
  transition: 0.1s transform linear;
  position: relative;
  background: 0;
  float: left;
  margin: 2rem;
  height: 2.7rem;
  width: 3.5rem;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0; }

a.a_menu_1118 {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px; }

a.a_sidebar_1118 {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px; }

button.button-1118 {
  background: none;
  border: none; }

#menu-shop-link-1118 {
  position: relative;
  top: 30px;
  z-index: 999999;
  color: #ffffff; }

#menu-about-link-1118 {
  position: relative;
  top: 30px;
  z-index: 999999; }

.S10_logo-home {
  width: 150px;
  fill: #000000;
  text-align: center; }

.S10_logo-logo {
  width: 150px;
  fill: #000000;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

#menu-createyourown-link-1118 {
  text-align: right;
  position: relative;
  top: 30px;
  z-index: 999999; }

#menu-world-link-1118 {
  position: relative;
  top: 30px;
  z-index: 999999; }

button.button-1118 {
  background: none;
  border: none; }

#nav-search {
  display: inline-block;
  position: relative;
  top: 30px; }
#nav-search .input-div {
  width: 0;
  -webkit-transition: width 250ms ease-out, border 175ms ease-out;
  -moz-transition: width 250ms ease-out, border 175ms ease-out;
  -ms-transition: width 250ms ease-out, border 175ms ease-out;
  transition: width 250ms ease-out, border 175ms ease-out;
  vertical-align: middle;
  display: inline-block; }
#nav-search .input-div input {
  width: 100%;
  height: 28px;
  border: none;
  outline: none;
  font-size: 13px; }
#nav-search .input-div.active {
  width: 220px; }
#nav-search .input-div.active input {
  border-bottom: 1px solid black; }
#nav-search .fa {
  font-size: 22px;
  color: black;
  vertical-align: middle;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0; }

.cart-icon-div {
  display: inline-block;
  position: relative;
  top: 30px; }
.cart-icon-div .treasure-box {
  display: inline-block;
  font-size: 27px;
  color: black; }
.cart-icon-div .treasure-box::before {
  content: '\61';
  font-family: tara;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
.cart-icon-div .cart-icon-number {
  position: absolute;
  top: 0;
  right: -10px;
  height: 18px;
  width: 18px;
  background: black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.cart-icon-div .cart-icon-number span {
  color: white;
  font-family: 'Soleil', sans-serif;
  font-size: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%; }

.custom-menu-icon {
  margin-left: 5px;
  position: relative;
  top: 3px; }

.nav-dropdown-container {
  display: inline-block;
  position: relative; }
.nav-dropdown-container .nav-dropdown {
  display: none;
  position: absolute;
  width: 290px;
  top: 80px;
  box-sizing: border-box;
  right: 0;
  padding: 15px 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 15;
  background: white;
  -webkit-transition: top 175ms ease-out;
  -moz-transition: top 175ms ease-out;
  -ms-transition: top 175ms ease-out;
  transition: top 175ms ease-out; }
.nav-dropdown-container .nav-dropdown.active {
  top: 55px; }
.nav-dropdown-container .nav-dropdown::after {
  content: '';
  position: absolute;
  height: 40px;
  bottom: 100%;
  right: 0;
  width: 100%;
  background: transparent; }
.nav-dropdown-container .nav-dropdown .dropdown-item {
  display: block;
  padding-bottom: 15px;
  text-align: left; }
.nav-dropdown-container .nav-dropdown .dropdown-item:last-of-type {
  padding: 0; }
.nav-dropdown-container .nav-dropdown .dropdown-item span {
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Soleil', sans-serif;
  font-weight: 700;
  margin-left: 10px; }
.nav-dropdown-container .nav-dropdown.cart.active {
  top: 65px; }
.nav-dropdown-container .nav-dropdown.cart .no-items {
  font-family: 'Soleil', sans-serif;
  color: #111111;
  font-size: 13px;
  text-align: center; }
.nav-dropdown-container .nav-dropdown.cart .cart-total {
  font-family: 'Soleil', sans-serif !important;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin: 20px 0; }
.nav-dropdown-container .nav-dropdown.cart .cart-total .subtotal {
  float: left;
  font-family: 'Soleil', sans-serif !important;
  font-weight: 700; }
.nav-dropdown-container .nav-dropdown.cart .theme-button {
  font-family: 'Soleil', sans-serif !important;
  width: 100%; }

.menu-1118 {
  transition: 0.1s transform linear;
  position: fixed;
  background: 0;
  float: left;
  margin: 2rem;
  height: 2.7rem;
  width: 3.5rem;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0; }

div#side_navigation_1118 {
  width: 230px;
  margin-top: 80px;
  height: 100%;
  height: calc(100%-80px);
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  transform: translateX(-100%);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: 0.1s transform linear;
  padding-top: 6.2rem;
  z-index: 999; }
  div#side_navigation_1118 .side_navigation_1118_bg {
    background: rgba(255, 255, 255, 0.5); }
  div#side_navigation_1118 a {
    color: #000000; }
  div#side_navigation_1118 ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    div#side_navigation_1118 ul li {
      padding: 8px 30px;
      font-size: 16px;
      z-index: 5; }

.menu-open-1118 {
  transform: translateX(0); }

/*
Home
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
#shopify-section-video-with-text {
  background: #000; }

.shopify-section div#collection-products,
section#home-newsletter,
div#shopify-section-home-instagram {
  background: #000 !important; }
  .shopify-section div#collection-products h3,
  .shopify-section div#collection-products p,
  .shopify-section div#collection-products span,
  .shopify-section div#collection-products a,
  section#home-newsletter h3,
  section#home-newsletter p,
  section#home-newsletter span,
  section#home-newsletter a,
  div#shopify-section-home-instagram h3,
  div#shopify-section-home-instagram p,
  div#shopify-section-home-instagram span,
  div#shopify-section-home-instagram a {
    color: #fff; }

/*
Home hero
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.s1_home_hero_full {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/000hol1.001.png?12844584473149395869");
  background-size: cover;
  background-position: center; }

.s1_home_hero_text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/*
Section 1: image with text
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.image_with_text_container {
  font-family: "soleil", sans-serif !important;
  font-color: #000000;
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/2_background_smaller.png?7019237521947420257");
  background-size: cover;
  background-position: center;
  padding: 100px 0px; }
  .image_with_text_container .image_with_text_title {
    font-family: "soleil", sans-serif !important;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    color: #000000; }
  @media screen and (min-width: 992px) {
    .image_with_text_container .image_with_text_body_content {
      font-family: "soleil", sans-serif !important;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      font-color: #000000 !important;
      margin: 30px 18% 30px 18%;
      min-width: 300px; }
    .image_with_text_container .image_with_text_body {
      font-family: "soleil", sans-serif !important;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      font-color: #000000 !important;
      margin: 30px 18% 30px 18%;
      min-width: 300px; } }
  @media screen and (min-width: 0px) and (max-width: 991px) {
    .image_with_text_container .image_with_text_body_content {
      font-family: "soleil", sans-serif !important;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      font-color: #000000 !important; }
    .image_with_text_container .image_with_text_body {
      font-family: "soleil", sans-serif !important;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      color: #000000 !important;
      padding: 0;
      margin: 0; } }
  .image_with_text_container .image_with_text_body {
    font-family: "soleil", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #000000 !important;
    margin: 30px 18% 0 18%;
    min-width: 300px; }
  .image_with_text_container .image_with_text_button {
    font-family: "soleil", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transformation: uppercase !important;
    color: #000000 !important;
    border: 2px solid black;
    align: center !important;
    margin-top: 20px;
    padding: 10px; }
  .image_with_text_container .image_with_text_button_content {
    font-family: "soleil", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transformation: uppercase !important;
    color: #000000 !important;
    align: center !important;
    margin-top: 20px;
    padding: 10px; }
  .image_with_text_container .image_with_text {
    height: 100%; }
  .image_with_text_container .image_with_text_box {
    width: 100%; }

.image_with_text_bottom {
  width: 100%; }

.image_with_text_image {
  width: 100%; }

/*
Section 2: Modern heirlooms
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
@media screen and (min-width: 0px) and (max-width: 991px) {
  .modern_heirlooms_full {
    height: 100%;
    background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/Modern_heirlooms.jpg?4787103942734357717");
    background-size: cover;
    background-position: top;
    padding: 60px 30px 300px 30px; } }
@media screen and (min-width: 992px) {
  .modern_heirlooms_full {
    height: 100%;
    background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/Modern_heirlooms.jpg?4787103942734357717");
    background-size: cover;
    background-position: right;
    padding: 150px 18% 400px 18%; } }
.modern_heirlooms a {
  text-align: center !important;
  margin-top: 30px !important; }

/*
Section 3: Modern women
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.modern_women_text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

@media screen and (min-width: 992px) {
  .s3_1118_full {
    min-height: 100%;
    background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/3_background.jpg?8711695223078418477");
    background-size: cover;
    background-position: center;
    padding: 200px 0 200px 0;
    align: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-color: #000000 !important; }

  .modern_women_img {
    padding: 20px;
    align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto; }

  .s3_image_table {
    padding: 20px;
    border: none; } }
@media screen and (min-width: 0px) and (max-width: 991px) {
  .s3_1118_full {
    background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/3_background.jpg?8711695223078418477");
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px 0;
    align: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-color: #000000 !important; }

  .modern_women_img {
    padding: 5px;
    align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }

  .s3_image_table {
    padding: 20px;
    border: none; } }
/*
Section 4: Ring the Changes
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.s4_ring_full {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/4_background.jpg?5552301641444337491");
  background-size: cover;
  background-position: left;
  align: left; }

.s4_ring_content {
  align: left;
  color: #ffffff; }

.s4_ring_title {
  text-align: left;
  margin: 0; }

.s4_ring_text {
  text-align: left;
  margin: 0; }

.s4_ring_button_content {
  text-align: left;
  margin-top: 20px; }

.s4_ring_button {
  text-align: left; }

/*
Section 5: Endless earrings
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.s5_endless_earrings {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/s5-earrings-bg.jpg?4545857408672034236");
  background-size: cover;
  background-position: center right;
  align: left; }

/*
Section 6: It starts with a necklace
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.s6_necklace_full {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/s6-necklace-bg.jpg?15469869026818633579");
  background-size: cover;
  background-position: center;
  align: left; }

.s6_necklace_content {
  align: left;
  color: black; }

.s6_necklace_title {
  text-align: left;
  margin: 0; }

.s6_necklace_text {
  text-align: left;
  margin: 0; }

.s6_necklace_content {
  text-align: left;
  align: left; }

.s6_necklace_button {
  text-align: left;
  align: left; }

/*
Section 7: Statement danglers
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.s7_danglers_full {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/s7-danglers-bg.jpg?18096162950953951632");
  background-size: cover;
  background-position: center;
  align: left; }

.s7_danglers_content {
  align: left;
  color: black;
  text-align: left; }

.s7_danglers_title {
  text-align: left;
  margin: 0; }

.s7_danglers_text {
  text-align: left;
  margin: 0; }

.s7_danglers_button {
  text-align: left;
  align: left; }

/*
Section 8: Meet the Legos
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.s8_full {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/s8-bg1.jpg?12332148671518523538");
  background-size: cover;
  background-position: top;
  align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto; }
  .s8_full .icon {
    fill: #000000; }

.s8_legos_content {
  align: center;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto; }

/*
Section 9: Newsletter
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
section#home-newsletter {
  background: #000;
  color: #fff !important; }
  section#home-newsletter h3,
  section#home-newsletter p,
  section#home-newsletter span,
  section#home-newsletter a {
    color: #fff; }

.s9_newsletter {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/s9_newsletter1.jpg?15496135605501774813");
  background-size: cover;
  background-position: center;
  align: left; }

.s9_newsletter_content {
  align: left;
  color: black; }

.s9_newsletter_title {
  text-align: left;
  margin: 0; }

.s9_newsletter_text {
  text-align: left;
  margin: 0; }

.s9_newsletter_button {
  text-align: left;
  align: left; }

.s9_newsletter_input {
  display: block;
  margin: 10px 0 10px 0;
  border: 2px solid black;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.3); }

/*
Section 10: Social
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.s10_social {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/s10_social.jpg?12844584473149395869");
  background-size: cover;
  background-position: center;
  align: center; }

/*
Home Instagram
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
div#shopify-section-home-instagram {
  background-color: #ecebed; }

#shopify-section-home-instagram {
  text-align: center; }

#shopify-section-home-instagram h3 {
  text-align: center;
  color: black; }

#instafeed .instagram-image {
  width: 30%;
  height: 0;
  padding-top: 30%;
  margin: 1%;
  display: inline-block;
  position: relative; }

#instafeed .instagram-image span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
  z-index: 1; }

#instafeed .instagram-image:hover span {
  display: block; }

#instafeed .instagram-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*
Page: New Solstice
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
.newSolsticeHead {
  background-image: url("https://cdn.shopify.com/s/files/1/2292/9887/files/2_background_smaller.png?7019237521947420257");
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
  text-align: center;
  margin: 0 0 150px 0; }

.newSolsticeHeadContent {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/*
Footer
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
#footer {
  padding: 50px 0;
  background: #15294f; }
#footer .footer-options input {
  height: 42px;
  background: white;
  outline: none;
  border: none;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'soleil', sans-serif;
  font-size: 13px;
  color: white;
  width: 250px;
  padding-top: 3px; }
#footer .footer-options ::-webkit-input-placeholder {
  color: white; }
#footer.product-page {
  background: #e6e6e6; }
#footer.product-page .footer-options a,
#footer.product-page .footer-options span {
  color: #15294f; }
#footer.product-page .footer-options input {
  background: #15294f;
  color: white; }
#footer.product-page .footer-options ::-webkit-input-placeholder {
  color: white; }

.svg-footer-logo {
  width: 150px;
  margin: 0 30px 30px 30px;
  fill: #FFFFFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

#document-to-top {
  position: fixed;
  right: 10px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  background: #15294f;
  border: 1px solid #ffe2b0;
  cursor: pointer;
  text-align: center;
  display: none; }
#document-to-top:hover i {
  color: #ffe2b0; }
#document-to-top i {
  color: #d9d8d8;
  font-size: 32px;
  -webkit-transition: color 175ms ease-out;
  -moz-transition: color 175ms ease-out;
  -ms-transition: color 175ms ease-out;
  transition: color 175ms ease-out;
  margin-top: 2px; }

@media all and (max-width: 600px) {
  #footer {
    padding: 35px 0; }
  #footer .footer-options {
    display: block; }
  #footer .footer-options a:hover span {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  #footer .footer-options input {
    width: 100%; }
  #footer .footer-options ::-webkit-input-placeholder {
    color: white; }
  #footer .footer-logo {
    float: none;
    margin-top: 30px; }
  #footer .footer-logo img {
    margin: 0 auto;
    display: block; } }
#footer.product-page {
  background: #000;
  color: #fff; }

#footer.product-page .footer-options a, #footer.product-page .footer-options span {
  color: #fff; }

.footer-1118-full {
  background-color: black;
  padding: 30px; }

.footer-1118 h3.footer-1118 {
  font-family: 'soleil', sans-serif;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.footer-form-1118 {
  border: none;
  background: rgba(255, 255, 255, 0.3);
  font-family: 'Soleil', sans-serif;
  padding: 10px; }
