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

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

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

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

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

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

/* Functions */
/* Variables */
/* Reset */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background: #fff;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, body {
  font-size: 100%; }

img {
  border: 0;
  display: block;
  -ms-interpolation-mode: bicubic; }

button, input, textarea, select {
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  outline: none;
  color: black;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

b, strong {
  font-weight: bold; }

.clear {
  clear: both; }

.hide {
  display: none; }

.show {
  display: block; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://cdn.shopify.com/s/files/1/2069/5481/t/3/assets/fontawesome-webfont.eot?v=4.2.0&v=3207447703153299522");
  src: url("https://cdn.shopify.com/s/files/1/2069/5481/t/3/assets/fontawesome-webfont.eot?%23iefix&v=4.2.0&v=3207447703153299522") format("embedded-opentype"), url("fontawesome-webfont_v-4.2.0-v-14420353777047044698.woff") format("woff"), url("fontawesome-webfont_v-4.2.0-v-3131230928757722606.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2069/5481/t/3/assets/fontawesome-webfont.svg?v=4.2.0%23fontawesomeregular&v=6663499168624150968") 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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center; }

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  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 {
  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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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:before {
  content: "\f09a"; }

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

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

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

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

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

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

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

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

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

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: black; }

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: black; }

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

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

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

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

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

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

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

.mfp-bg {
  background-color: white; }
  .mfp-bg.mfp-fade {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-transition-property: all 0.3s ease-out;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-property: all 0.3s ease-out;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-property: all 0.3s ease-out;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -ms-transition-property: all 0.3s ease-out;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: ease;
    -ms-transition-delay: 0s;
    transition-property: all 0.3s ease-out;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s; }
    .mfp-bg.mfp-fade.mfp-ready {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-bg.mfp-fade.mfp-removing {
      -webkit-transition-property: all 0.3s ease-out;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease;
      -webkit-transition-delay: 0s;
      -moz-transition-property: all 0.3s ease-out;
      -moz-transition-duration: 0.2s;
      -moz-transition-timing-function: ease;
      -moz-transition-delay: 0s;
      -o-transition-property: all 0.3s ease-out;
      -o-transition-duration: 0.2s;
      -o-transition-timing-function: ease;
      -o-transition-delay: 0s;
      -ms-transition-property: all 0.3s ease-out;
      -ms-transition-duration: 0.2s;
      -ms-transition-timing-function: ease;
      -ms-transition-delay: 0s;
      transition-property: all 0.3s ease-out;
      transition-duration: 0.2s;
      transition-timing-function: ease;
      transition-delay: 0s;
      opacity: 0;
      filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition-property: all 0.3s ease-out;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-property: all 0.3s ease-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-property: all 0.3s ease-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0s;
  -ms-transition-property: all 0.3s ease-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0s;
  transition-property: all 0.3s ease-out;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition-property: all 0.3s ease-out;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-property: all 0.3s ease-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-property: all 0.3s ease-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0s;
  -ms-transition-property: all 0.3s ease-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0s;
  transition-property: all 0.3s ease-out;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

.mfp-counter {
  display: none; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-out; }
.mfp-figure:after {
  box-shadow: none;
  background: none; }

button.mfp-close {
  margin: 5px 10px;
  font-size: em(40px);
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: black; }

button.mfp-arrow {
  top: 0;
  height: 100%;
  width: 20%;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100); }
  button.mfp-arrow:after, button.mfp-arrow .mfp-a {
    display: none; }
  button.mfp-arrow:before, button.mfp-arrow .mfp-b {
    display: none; }
  button.mfp-arrow:active {
    margin-top: 0; }

.mfp-chevron {
  position: absolute;
  pointer-events: none; }
  .mfp-chevron:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mfp-chevron.mfp-chevron-right {
    right: 55px; }
    .mfp-chevron.mfp-chevron-right:before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .mfp-chevron.mfp-chevron-left {
    left: 55px; }
    .mfp-chevron.mfp-chevron-left:before {
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.lt-ie9 .mfp-chevron:before,
.lt-ie9 .mfp-chevron:after {
  content: " ";
  position: absolute;
  display: block;
  border-width: 0;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; }
.lt-ie9 .mfp-chevron:before {
  z-index: 5; }
.lt-ie9 .mfp-chevron:after {
  z-index: 2; }
.lt-ie9 .mfp-chevron-right:after {
  border-left: 25px solid black;
  left: 80%; }
.lt-ie9 .mfp-chevron-right:before {
  border-left: 25px solid white;
  left: 80%; }
.lt-ie9 .mfp-chevron-left:after {
  border-right: 25px solid black;
  right: 80%; }
.lt-ie9 .mfp-chevron-left:before {
  border-right: 25px solid white;
  right: 80%; }

/* Layout */
body, html {
  width: 100%;
  height: 100%;
  background: white; }

body {
  text-align: left; }

.page-container {
  z-index: 1;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition-delay: 0s;
  -o-transition-property: all;
  -o-transition-duration: 200ms;
  -o-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition-delay: 0s;
  -ms-transition-property: all;
  -ms-transition-duration: 200ms;
  -ms-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -ms-transition-delay: 0s;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s; }

.template-product,
.template-collection {
  text-align: left; }

.content {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 15px; }
  .content h1 {
    font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    color: black;
    font-weight: 300;
    margin: 0 0 20px; }
  .content h2 {
    font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    color: black;
    font-weight: 300;
    margin: 10px 0 5px; }
  .content h3 {
    font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: black;
    margin: 0 0 15px; }
    .content h3.expanded {
      line-height: 30px; }
    .content h3.striped {
      text-decoration: line-through;
      color: rgba(0, 0, 0, 0.6); }
    .content h3 a {
      color: #ff4118;
      text-decoration: none; }
      .content h3 a:hover {
        color: #e42800;
        border-bottom: 1px solid; }
  .content h4 {
    font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: black;
    margin: 0 0 15px; }
    .content h4 a {
      color: #ff4118;
      text-decoration: none; }
    .content h4.highlight {
      font-weight: bold;
      font-size: 18px; }
  .content h5 {
    font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: black;
    margin: 0 0 5px; }
  .content p {
    font-size: 16px; }
    .content p a {
      color: #ff4118;
      text-decoration: none; }
      .content p a:hover {
        color: #e42800; }
    .content p.expanded {
      line-height: 28px; }
    .content p.big {
      font-size: 20px;
      line-height: 28px; }
      .content p.big.expanded {
        line-height: 36px; }
    .content p span.intro {
      color: black; }
    .content p span.highlight {
      color: black;
      background: #ffd1a3; }
  .content div.row {
    position: relative;
    padding: 0 0 15px; }
    .content div.row.left {
      text-align: left; }
    .content div.row.right {
      text-align: right; }
    .content div.row.center {
      text-align: center; }
    .content div.row.extra {
      margin: 30px 0 0; }
    .content div.row.bank_account div {
      display: inline; }
  .content input[type=text],
  .content input[type=email],
  .content input[type=date],
  .content input[type=password],
  .content input[type=tel],
  .content textarea,
  .content .output {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: black;
    display: inline-block;
    min-height: 34px;
    font-weight: 300;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #A8A8A8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 11px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 25px; }
    .content input[type=text].full,
    .content input[type=email].full,
    .content input[type=date].full,
    .content input[type=password].full,
    .content input[type=tel].full,
    .content textarea.full,
    .content .output.full {
      width: 100%; }
    .content input[type=text].center,
    .content input[type=email].center,
    .content input[type=date].center,
    .content input[type=password].center,
    .content input[type=tel].center,
    .content textarea.center,
    .content .output.center {
      text-align: center; }
    .content input[type=text].bank, .content input[type=text].branch,
    .content input[type=email].bank,
    .content input[type=email].branch,
    .content input[type=date].bank,
    .content input[type=date].branch,
    .content input[type=password].bank,
    .content input[type=password].branch,
    .content input[type=tel].bank,
    .content input[type=tel].branch,
    .content textarea.bank,
    .content textarea.branch,
    .content .output.bank,
    .content .output.branch {
      width: 20%; }
    .content input[type=text].control,
    .content input[type=email].control,
    .content input[type=date].control,
    .content input[type=password].control,
    .content input[type=tel].control,
    .content textarea.control,
    .content .output.control {
      width: 15%; }
    .content input[type=text].account,
    .content input[type=email].account,
    .content input[type=date].account,
    .content input[type=password].account,
    .content input[type=tel].account,
    .content textarea.account,
    .content .output.account {
      width: 42%; }
    .content input[type=text].error,
    .content input[type=email].error,
    .content input[type=date].error,
    .content input[type=password].error,
    .content input[type=tel].error,
    .content textarea.error,
    .content .output.error {
      border-color: #ff5b47; }
  .content .field_with_errors input[type=text],
  .content .field_with_errors input[type=email],
  .content .field_with_errors input[type=date],
  .content .field_with_errors input[type=password] {
    border-color: #ff5b47; }
  .content .field_with_errors label {
    border: 1px solid #ff5b47;
    padding: 11px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .content .field_with_errors label .field_with_errors {
      display: inline; }
  .content .label {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    min-height: 34px;
    font-weight: 300;
    vertical-align: middle;
    padding: 11px 0;
    line-height: 20px;
    margin-right: 20px;
    position: absolute;
    top: 4px;
    left: 8px; }
    .content .label:after {
      content: ":"; }

.no-content {
  margin: 0 15px;
  border: 2px dashed #ff4118;
  padding: 100px 20px;
  text-align: center;
  font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #ff4118;
  line-height: 30px; }
  .no-content a {
    color: #ff4118;
    border-bottom: 2px solid;
    text-decoration: none; }

.navigation {
  position: absolute;
  top: 0;
  right: 0; }
  .navigation a.btn.icon:hover, .navigation a.btn.icon.hover {
    color: black; }
  .navigation a.btn.icon.end {
    cursor: default;
    color: #f3f3f3; }

body.template-cart,
body.template-customers-login,
body.template-customers-register,
body.template-customers-activate_account,
body.template-customers-reset_password,
body.template-customers-account,
body.template-customers-addresses,
body.template-customers-order,
body.template-404,
body.template-gift_card,
body.template-contact {
  text-align: center; }
  body.template-cart .content,
  body.template-customers-login .content,
  body.template-customers-register .content,
  body.template-customers-activate_account .content,
  body.template-customers-reset_password .content,
  body.template-customers-account .content,
  body.template-customers-addresses .content,
  body.template-customers-order .content,
  body.template-404 .content,
  body.template-gift_card .content,
  body.template-contact .content {
    max-width: 800px; }
  body.template-cart .header .content,
  body.template-cart .side-nav .content,
  body.template-customers-login .header .content,
  body.template-customers-login .side-nav .content,
  body.template-customers-register .header .content,
  body.template-customers-register .side-nav .content,
  body.template-customers-activate_account .header .content,
  body.template-customers-activate_account .side-nav .content,
  body.template-customers-reset_password .header .content,
  body.template-customers-reset_password .side-nav .content,
  body.template-customers-account .header .content,
  body.template-customers-account .side-nav .content,
  body.template-customers-addresses .header .content,
  body.template-customers-addresses .side-nav .content,
  body.template-customers-order .header .content,
  body.template-customers-order .side-nav .content,
  body.template-404 .header .content,
  body.template-404 .side-nav .content,
  body.template-gift_card .header .content,
  body.template-gift_card .side-nav .content,
  body.template-contact .header .content,
  body.template-contact .side-nav .content {
    max-width: 100%; }
  body.template-cart .header .content .breadcrumb,
  body.template-customers-login .header .content .breadcrumb,
  body.template-customers-register .header .content .breadcrumb,
  body.template-customers-activate_account .header .content .breadcrumb,
  body.template-customers-reset_password .header .content .breadcrumb,
  body.template-customers-account .header .content .breadcrumb,
  body.template-customers-addresses .header .content .breadcrumb,
  body.template-customers-order .header .content .breadcrumb,
  body.template-404 .header .content .breadcrumb,
  body.template-gift_card .header .content .breadcrumb,
  body.template-contact .header .content .breadcrumb {
    padding: 0; }
  body.template-cart .header .content .logo h1,
  body.template-customers-login .header .content .logo h1,
  body.template-customers-register .header .content .logo h1,
  body.template-customers-activate_account .header .content .logo h1,
  body.template-customers-reset_password .header .content .logo h1,
  body.template-customers-account .header .content .logo h1,
  body.template-customers-addresses .header .content .logo h1,
  body.template-customers-order .header .content .logo h1,
  body.template-404 .header .content .logo h1,
  body.template-gift_card .header .content .logo h1,
  body.template-contact .header .content .logo h1 {
    margin: 0 30px; }
  body.template-cart .header-nav .search, body.template-cart .header-nav .cart, body.template-cart .header-nav .currency-picker,
  body.template-customers-login .header-nav .search,
  body.template-customers-login .header-nav .cart,
  body.template-customers-login .header-nav .currency-picker,
  body.template-customers-register .header-nav .search,
  body.template-customers-register .header-nav .cart,
  body.template-customers-register .header-nav .currency-picker,
  body.template-customers-activate_account .header-nav .search,
  body.template-customers-activate_account .header-nav .cart,
  body.template-customers-activate_account .header-nav .currency-picker,
  body.template-customers-reset_password .header-nav .search,
  body.template-customers-reset_password .header-nav .cart,
  body.template-customers-reset_password .header-nav .currency-picker,
  body.template-customers-account .header-nav .search,
  body.template-customers-account .header-nav .cart,
  body.template-customers-account .header-nav .currency-picker,
  body.template-customers-addresses .header-nav .search,
  body.template-customers-addresses .header-nav .cart,
  body.template-customers-addresses .header-nav .currency-picker,
  body.template-customers-order .header-nav .search,
  body.template-customers-order .header-nav .cart,
  body.template-customers-order .header-nav .currency-picker,
  body.template-404 .header-nav .search,
  body.template-404 .header-nav .cart,
  body.template-404 .header-nav .currency-picker,
  body.template-gift_card .header-nav .search,
  body.template-gift_card .header-nav .cart,
  body.template-gift_card .header-nav .currency-picker,
  body.template-contact .header-nav .search,
  body.template-contact .header-nav .cart,
  body.template-contact .header-nav .currency-picker {
    display: none !important; }
  body.template-cart .footer,
  body.template-customers-login .footer,
  body.template-customers-register .footer,
  body.template-customers-activate_account .footer,
  body.template-customers-reset_password .footer,
  body.template-customers-account .footer,
  body.template-customers-addresses .footer,
  body.template-customers-order .footer,
  body.template-404 .footer,
  body.template-gift_card .footer,
  body.template-contact .footer {
    display: none; }

.template-collection .main-content,
.template-page .main-content,
.template-blog .main-content,
.template-article .main-content {
  min-height: 600px; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

@media (max-width: 720px) {
  .navigation {
    display: none; }

  .template-collection .main-content,
  .template-page .main-content,
  .template-blog .main-content,
  .template-article .main-content {
    min-height: 300px; } }
@media (max-width: 420px) {
  .content {
    padding: 10px; }
    .content h2 {
      margin: 5px 0; }
    .content div.row.left {
      float: none;
      text-align: center;
      padding-bottom: 25px; }
    .content div.row.right {
      float: none;
      text-align: center; }
    .content div.row.extra {
      margin: 0px 0 0; }
    .content div.row.bank_account div {
      display: inline; }
    .content h1 {
      font-size: 26px; }
    .content p {
      font-size: 14px; }
      .content p.expanded {
        line-height: 24px; }
    .content input[type=text].bank, .content input[type=text].branch, .content input[type=text].control, .content input[type=text].account {
      padding-left: 8px;
      padding-right: 8px;
      width: auto; } }
.share {
  margin: 35px 0 0;
  min-height: 56px; }
  .share a.icon {
    font-size: 22px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: red;
    text-align: center;
    width: 36px;
    height: 36px;
    margin: 0 5px 0 0;
    border: 0;
    color: white;
    display: inline-block;
    font-family: monospace;
    padding-top: 7px; }
    .share a.icon.facebook {
      background-color: #3b5998; }
    .share a.icon.twitter {
      background-color: #4099ff; }
    .share a.icon.pinterest {
      background-color: #c92228;
      padding-top: 5px; }
    .share a.icon.google {
      background-color: #fa6755; }
    .share a.icon > i.fa {
      margin: 0; }

html.ie9 input {
  min-height: 0px !important;
  line-height: normal !important; }

/* UI */
body {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: black;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

a.logo h1 {
  font-weight: bold; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px; }

div.field,
div.actions {
  margin-bottom: 10px; }

a > i.fa {
  margin-right: 5px; }
a.link {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: black;
  text-decoration: none; }
  a.link:hover {
    color: #e42800;
    background: transparent; }
a.underscore {
  text-decoration: none;
  color: black; }
  a.underscore:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }

b {
  font-weight: 400; }

a.btn, .btn {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -moz-transition-delay: 0;
  -o-transition-property: background-color;
  -o-transition-duration: 0.1s;
  -o-transition-timing-function: ease-in;
  -o-transition-delay: 0;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0.1s;
  -ms-transition-timing-function: ease-in;
  -ms-transition-delay: 0;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eee;
  color: rgba(0, 0, 0, 0.6);
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0; }
  a.btn.cap, .btn.cap {
    text-transform: uppercase; }
  a.btn.action, .btn.action {
    color: white;
    background: #ff4118;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 15px; }
    a.btn.action:hover, .btn.action:hover {
      background-color: #e42800; }
  a.btn.small, .btn.small {
    font-size: 14px;
    padding: 14px 40px;
    text-transform: uppercase; }
  a.btn.line, .btn.line {
    color: black;
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 6px 10px; }
    a.btn.line:hover, .btn.line:hover {
      background-color: transparent;
      border-color: black; }
    a.btn.line.active, .btn.line.active {
      color: black;
      border-color: black;
      position: relative;
      top: -1px;
      border-width: 2px; }
  a.btn.icon, .btn.icon {
    color: rgba(0, 0, 0, 0.6);
    background-color: transparent;
    font-weight: normal;
    font-size: 18px;
    padding: 3px 6px;
    text-align: center;
    height: 28px; }
    a.btn.icon i, .btn.icon i {
      margin: 0; }
    a.btn.icon:hover, .btn.icon:hover {
      background-color: transparent;
      color: black; }
    a.btn.icon.active, .btn.icon.active {
      color: black; }
    a.btn.icon.browse i, a.btn.icon.search i, .btn.icon.browse i, .btn.icon.search i {
      text-align: center;
      width: 18px; }
  a.btn:hover, .btn:hover {
    background-color: #ddd;
    text-decoration: none; }
  a.btn.full, .btn.full {
    width: 100%; }
  a.btn.semi, .btn.semi {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block; }
  a.btn.processing, .btn.processing {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    cursor: default !important; }
  a.btn.disabled, .btn.disabled {
    background-color: rgba(0, 0, 0, 0.6) !important;
    cursor: default !important; }

.select {
  position: relative;
  cursor: pointer;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-property: background-color;
  -o-transition-duration: 0;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
  transition-property: background-color;
  transition-duration: 0;
  transition-timing-function: ease;
  transition-delay: 0; }
  .select .arrow {
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 1; }
    .select .arrow i {
      color: rgba(0, 0, 0, 0.6); }
  .select select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    width: 100%;
    border: 0;
    cursor: pointer;
    padding: 10px 45px 10px 12px;
    background-color: transparent;
    z-index: 2; }
  .select option {
    color: black; }
  .select:hover {
    background-color: #ff4118; }
    .select:hover .arrow i {
      color: white; }
    .select:hover select {
      color: white; }

table td {
  padding: 2px 10px;
  text-align: center; }

.ruler {
  padding: 0 10px; }
  .ruler span {
    overflow: hidden;
    text-align: center; }
    .ruler span:before, .ruler span:after {
      background-color: #C5C5C5;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 48%; }
    .ruler span:before {
      right: .5em;
      margin-left: -50%; }
    .ruler span:after {
      left: .5em;
      margin-right: -50%; }

.rte h3 {
  color: black;
  margin: 30px 0 10px; }
.rte p, .rte ul, .rte ol {
  line-height: 22px;
  margin: 0 0 10px;
  color: black; }
  .rte p b, .rte ul b, .rte ol b {
    color: black;
    font-weight: normal; }
  .rte p a, .rte ul a, .rte ol a {
    color: #ff4118;
    text-decoration: none; }
    .rte p a:hover, .rte ul a:hover, .rte ol a:hover {
      border-bottom: 1px solid; }
  .rte p.tabbed, .rte ul.tabbed, .rte ol.tabbed {
    margin: 5px 0 0 36px;
    line-height: 22px; }
  .rte p.caption, .rte ul.caption, .rte ol.caption {
    font-size: 14px;
    margin: -15px 0 0; }
.rte ul, .rte ol {
  margin-left: 25px;
  margin-top: -5px; }
.rte img {
  max-width: 100%;
  margin: 10px 0;
  display: inline-block; }
  .rte img.expanded {
    width: 100%; }
.rte table {
  margin: 0 0 5px;
  border-collapse: collapse;
  width: 100%; }
  .rte table td {
    padding: 10px;
    border: 1px solid #eee;
    text-align: left; }
  .rte table thead td {
    font-weight: bold; }
.rte iframe {
  max-width: 100%; }

/* Mobile and down */
@media (max-width: 420px) {
  a.btn span.extra, .btn span.extra {
    display: none; }
  a.btn.action.small, .btn.action.small {
    padding: 14px 20px; }

  .rte {
    line-height: 24px; } }
/*
@-moz-document url-prefix(){
  .select{
    background-color: #eeeeee !important;
    .arrow{
      display: none;
    }
    select{
      color: $color_body_text_light !important;
      text-align: left !important;
    }
  }
  
  .select select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000;
  }
}
*/
html.ie select {
  background-image: none !important;
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.6) !important;
  text-align: left !important;
  padding: 10px !important;
  border: 0 !important; }

.placeholder-svg {
  fill: #131313;
  background-color: #323232;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

/* Account */
body.template-customers-account .main-content .content {
  max-width: 540px; }
body.template-customers-account h2 {
  margin-bottom: 15px; }
body.template-customers-account .orders {
  border-top: 1px dashed rgba(0, 0, 0, 0.6);
  margin: 20px auto;
  text-align: center; }
  body.template-customers-account .orders .order {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.6); }
    body.template-customers-account .orders .order p {
      max-width: 500px;
      margin: 0 auto; }

/* Login & Register */
body.template-customers-login .main-content .content {
  max-width: 400px; }
body.template-customers-login .content.login .box {
  padding: 0 0 15px;
  margin: 0 auto 20px; }
  body.template-customers-login .content.login .box.register {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.6); }
  body.template-customers-login .content.login .box.login {
    padding: 0; }
  body.template-customers-login .content.login .box.guest {
    padding: 15px 0 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.6); }

body.template-customers-register .main-content .content,
body.template-customers-activate_account .main-content .content,
body.template-customers-reset_password .main-content .content {
  max-width: 500px; }
  body.template-customers-register .main-content .content a.link,
  body.template-customers-activate_account .main-content .content a.link,
  body.template-customers-reset_password .main-content .content a.link {
    text-decoration: none;
    color: black; }
    body.template-customers-register .main-content .content a.link:hover,
    body.template-customers-activate_account .main-content .content a.link:hover,
    body.template-customers-reset_password .main-content .content a.link:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }

/* Mobile and down */
@media (max-width: 420px) {
  body.template-customers-login .login {
    padding: 20px 10px; } }
/* Header */
.header {
  background: white; }
  .header .content {
    padding: 9px 15px 10px;
    position: relative; }
    .header .content .breadcrumb {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      padding-right: 210px; }
    .header .content a.logo {
      text-decoration: none; }
      .header .content a.logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 33px;
        display: inline;
        color: white; }
        .header .content a.logo h1 img {
          display: inline-block;
          height: 33px;
          width: auto;
          vertical-align: bottom; }
    .header .content .subsections {
      display: inline; }
      .header .content .subsections h2, .header .content .subsections h3, .header .content .subsections h4, .header .content .subsections h5 {
        display: inline;
        margin: 0;
        padding: 0;
        color: black;
        font-size: 28px;
        line-height: 0; }
        .header .content .subsections h2 a, .header .content .subsections h3 a, .header .content .subsections h4 a, .header .content .subsections h5 a {
          text-decoration: none;
          color: black; }
          .header .content .subsections h2 a:hover, .header .content .subsections h3 a:hover, .header .content .subsections h4 a:hover, .header .content .subsections h5 a:hover {
            color: black; }
  .header .nav {
    top: 12px; }
  body.home .header {
    display: none; }

@media (max-width: 960px) {
  .header .content .breadcrumb .subsections h4 {
    display: none; } }
/* Mobile and down */
@media (max-width: 720px) {
  .header .content {
    padding: 9px 10px 10px; }
    .header .content .breadcrumb {
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
      padding-right: 0;
      padding-top: 2px; }
      .header .content .breadcrumb .subsections {
        display: none; }
    .header .content a.logo h1 {
      font-size: 18px;
      line-height: 20px;
      display: inline-block;
      margin: 0 100px 0 0; } }
html.ie9 .header .content .breadcrumb .subsections h4 {
  display: none; }

html.lt-ie9 .header .content .breadcrumb .subsections h3, html.lt-ie9 .header .content .breadcrumb .subsections h4 {
  display: none; }

/* Alerts */
.alert {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: white;
  background-color: #ff5b47;
  text-align: center; }
  .alert b {
    font-weight: 500; }
  .alert ul {
    list-style-type: none;
    margin-top: 8px; }
    .alert ul li {
      margin-top: 2px; }

/* Footer */
.footer {
  position: relative;
  text-align: left;
  background: #ff5b47;
  margin: 50px 0 0;
  padding: 0; }
  .footer .content:after {
    display: table;
    content: '';
    clear: both; }
  .footer .content img {
    display: inline; }
  .footer .content h4 {
    color: black; }
  .footer .content a {
    color: black;
    text-decoration: none; }
    .footer .content a:hover {
      color: black; }
  .footer .content .row {
    padding: 0; }
  .footer .content .row.cols {
    text-align: left; }
    .footer .content .row.cols:after {
      display: table;
      content: '';
      clear: both; }
    .footer .content .row.cols .col {
      float: left;
      width: 25%;
      padding-right: 5px; }
      .footer .content .row.cols .col p {
        color: black;
        line-height: 28px;
        font-size: 16px; }
        .footer .content .row.cols .col p i {
          color: black;
          margin-right: 10px; }
        .footer .content .row.cols .col p.cols-2 {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          column-gap: 5px; }
      .footer .content .row.cols .col ul {
        list-style-type: none;
        float: left;
        width: 40%;
        max-width: 200px; }
        .footer .content .row.cols .col ul li {
          color: black;
          line-height: 28px;
          font-size: 16px; }
      .footer .content .row.cols .col form input.small {
        font-size: 13px;
        padding: 4px 8px 3px;
        border: 0;
        min-height: 0;
        min-width: 170px; }
        .footer .content .row.cols .col form input.small.error {
          border: 2px solid #ff5b47; }
      .footer .content .row.cols .col form .btn.line {
        padding: 7px 10px;
        margin: 0 0 0 2px;
        color: black;
        border-color: black; }
        .footer .content .row.cols .col form .btn.line:hover {
          color: black;
          border-color: black; }
      .footer .content .row.cols .col form .success {
        color: black;
        font-weight: bold;
        font-size: 18px; }
      .footer .content .row.cols .col form .field-error {
        margin: 5px 0 0;
        color: #ff5b47;
        font-weight: bold;
        font-size: 16px; }
    .footer .content .row.cols.blocks-1 .col {
      width: 100%; }
    .footer .content .row.cols.blocks-2 .col {
      width: 50%; }
    .footer .content .row.cols.blocks-3 .col {
      width: 33.33%; }
  .footer .content .extra {
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
    position: relative;
    padding-top: 14px;
    color: black; }
    .footer .content .extra:before {
      content: "\2014";
      position: absolute;
      left: 0;
      top: -14px; }
    .footer .content .extra .icons {
      margin: 8px 0; }
      .footer .content .extra .icons img {
        width: 50px;
        display: inline-block;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }

.template-collection .footer, .template-list-collections .footer {
  margin: 0 0 0; }

@media (max-width: 960px) {
  .footer .content .row.cols .col {
    width: 50%;
    margin-bottom: 50px; }
    .footer .content .row.cols .col form input.small {
      min-width: 180px; } }
@media (max-width: 720px) {
  .footer .content {
    padding: 20px; }
    .footer .content .row.cols .col {
      width: 100% !important;
      padding: 10px 0 20px;
      margin-bottom: 0px; }
      .footer .content .row.cols .col h4 {
        margin: 0 0 5px; }
    .footer .content .row.cols.extra {
      padding-top: 0;
      margin-top: 0; }
      .footer .content .row.cols.extra:before {
        display: none; } }
/* Hero */
.hero {
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition-delay: 0s;
  -o-transition-property: all;
  -o-transition-duration: 300ms;
  -o-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition-delay: 0s;
  -ms-transition-property: all;
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -ms-transition-delay: 0s;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .hero.height_10 {
    height: 10vh; }
  .hero.height_20 {
    height: 20vh; }
  .hero.height_30 {
    height: 30vh; }
  .hero.height_40 {
    height: 40vh; }
  .hero.height_50 {
    height: 50vh; }
  .hero.height_60 {
    height: 60vh; }
  .hero.height_70 {
    height: 70vh; }
  .hero.height_80 {
    height: 80vh; }
  .hero.height_90 {
    height: 90vh; }
  .hero.height_100 {
    height: 100vh; }
  .hero.height_100 .content .inner {
    padding-bottom: 10%; }
  .hero .slick-list, .hero .slick-track {
    height: 100%; }
  .hero .slides {
    width: 100%;
    height: 100%; }
    .browsing .hero .slides * {
      cursor: default; }
    .hero .slides .slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      .hero .slides .slide:focus {
        outline: none; }
      .hero .slides .slide .placeholder-background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .hero .slides .slide .placeholder-background .placeholder-svg {
          opacity: 0.3; }
    .hero .slides .slick-dots {
      position: absolute;
      left: 100px;
      right: 100px;
      bottom: 30px;
      display: block;
      padding: 0;
      list-style: none;
      text-align: center; }
      .hero .slides .slick-dots li {
        display: inline-block; }
        .hero .slides .slick-dots li button {
          font-size: 0;
          padding: 5px;
          cursor: pointer;
          background: transparent;
          border: 0;
          display: block; }
          .hero .slides .slick-dots li button:before {
            font-size: 16px;
            content: "\f111";
            font-family: FontAwesome; }
        .hero .slides .slick-dots li.slick-active button:before {
          content: "\f10c"; }
  .hero .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4; }
    .hero .layer.opacity_0 {
      opacity: 0; }
    .hero .layer.opacity_10 {
      opacity: 0.1; }
    .hero .layer.opacity_20 {
      opacity: 0.2; }
    .hero .layer.opacity_30 {
      opacity: 0.3; }
    .hero .layer.opacity_40 {
      opacity: 0.4; }
    .hero .layer.opacity_50 {
      opacity: 0.5; }
    .hero .layer.opacity_60 {
      opacity: 0.6; }
    .hero .layer.opacity_70 {
      opacity: 0.7; }
    .hero .layer.opacity_80 {
      opacity: 0.8; }
    .hero .layer.opacity_90 {
      opacity: 0.9; }
    .hero .layer.opacity_100 {
      opacity: 1; }
  .hero .content {
    z-index: 3;
    display: table;
    height: 100%;
    padding: 0 15px; }
    .hero .content .inner {
      display: table-cell;
      vertical-align: middle;
      margin: 0 auto; }
      .hero .content .inner .container {
        padding: 50px 0; }
      .hero .content .inner hr {
        border: 0;
        height: 1px;
        width: 180px;
        margin: 30px auto 0; }
      .hero .content .inner h2 {
        font-size: 42px;
        line-height: 52px;
        font-weight: bold;
        margin: 25px auto 0;
        max-width: 600px; }
      .hero .content .inner .more {
        margin-top: -15px; }
      .hero .content .inner a.logo {
        display: block;
        text-decoration: none; }
        .hero .content .inner a.logo h1 {
          font-size: 40px;
          margin: 0;
          display: inline-block; }
          .hero .content .inner a.logo h1 img {
            display: inline-block;
            max-width: 100%; }
      .hero .content .inner a.btn {
        margin: 30px 0 0;
        white-space: normal; }
    .hero .content.center {
      text-align: center; }
    .hero .content.left {
      text-align: left;
      margin-left: 30px; }
      .hero .content.left .inner hr {
        margin-left: 0; }
      .hero .content.left .inner h2 {
        margin-left: 0; }
    .hero .content.right {
      text-align: right;
      margin-right: 30px; }
      .hero .content.right .inner hr {
        margin-right: 0; }
      .hero .content.right .inner h2 {
        margin-right: 0; }
  .hero .bottom-right {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 4; }
  .hero .bottom-left {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 4;
    font-family: sans-serif;
    font-size: 11px; }
    .hero .bottom-left a {
      text-decoration: none; }
  .browsing .hero {
    height: 100%;
    height: 100vh;
    min-height: 0; }

@media (max-width: 960px) {
  .hero .rslides_tabs {
    bottom: 50px; }
  .hero .bottom-left {
    left: 0;
    right: 0;
    text-align: center; } }
@media (max-width: 550px) {
  .hero .content .inner .container {
    padding: 20px 0; }
  .hero .content .inner h2 {
    font-size: 32px;
    line-height: 36px;
    max-width: 90%; }
  .hero .content .inner form {
    max-width: 90%; }
    .hero .content .inner form input.email {
      min-width: 180px; } }
@media (max-width: 420px) {
  .hero .content {
    padding: 0 10px; }
    .hero .content .inner hr {
      width: 140px;
      margin: 10px auto 5px; }
    .hero .content .inner a.logo h1 {
      font-size: 28px;
      line-height: 32px; }
    .hero .content .inner h2 {
      display: none; }
    .hero .content .inner a.btn {
      margin: 10px 0 0; }
    .hero .content .inner .more {
      display: none; }
    .hero .content .inner form {
      margin: 10px auto 0; }
      .hero .content .inner form h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 auto 10px; }
      .hero .content .inner form input.email {
        min-width: 0;
        width: 100%;
        text-align: center; }
      .hero .content .inner form .btn {
        margin: 10px auto 0;
        width: 100%; }
    .hero .content.left, .hero .content.right {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .hero .content.left .inner hr, .hero .content.right .inner hr {
        margin-left: auto;
        margin-right: auto; }
      .hero .content.left .inner h2, .hero .content.right .inner h2 {
        margin-left: auto;
        margin-right: auto; }
  .hero .bottom-right {
    display: none; }
  .hero .slides .slick-dots {
    left: 10px;
    right: 10px; }
  .hero.with-tagline-on-mobile .content .inner h2 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0;
    margin: 0 auto; } }
html.ie9 .hero .image {
  -ms-behavior: url(https://cdn.shopify.com/assets/css/ie/backgroundsize.min.htc); }
html.ie9 .hero .layer {
  background-color: #281400;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

html.lt-ie9 .hero .content .inner a.logo h1 img {
  width: auto;
  height: auto; }

/* Hero Nav */
.hero-nav {
  text-align: center;
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 220px;
  right: 220px; }
  .hero-nav ul {
    list-style: none; }
    .hero-nav ul li {
      display: inline-block;
      margin: 0 10px; }
      .hero-nav ul li a {
        text-decoration: none;
        font-weight: 400;
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 22px;
        color: black; }
      .hero-nav ul li.separator, .hero-nav ul li.close {
        display: none; }

@media (max-width: 960px) {
  .hero-nav {
    display: none; } }
/* Home */
.template-index {
  text-align: center; }
  .template-index .sections {
    margin: 0 auto 50px;
    padding: 0 15px; }
    .template-index .sections .shopify-section {
      margin: 30px 0 15px; }
    .template-index .sections h2 {
      font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 40px;
      color: black;
      font-weight: 300;
      padding: 20px 0 10px;
      margin: 0 auto;
      max-width: 620px; }
  .template-index .back-buttons .shopping, .template-index .back-buttons .back {
    display: none; }
  .template-index .footer {
    margin-top: 0; }

@media (max-width: 720px) {
  .template-index .sections h2 {
    font-size: 34px; }
  .template-index .sections .titles h3 {
    font-size: 18px;
    line-height: 26px; } }
/* Feature Columns */
.feature-columns .titles p {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: black;
  line-height: 34px;
  max-width: 675px;
  margin: 0 auto;
  padding: 10px 0 50px; }
.feature-columns .cols {
  margin: 20px 0 0; }
  .feature-columns .cols:after {
    display: table;
    content: '';
    clear: both; }
  .feature-columns .cols .col {
    width: 33.333%;
    float: left;
    padding: 0 10px;
    margin: 0 0 40px; }
    .feature-columns .cols .col img {
      display: inline-block;
      margin: 0 0 10px;
      width: 100%; }
    .feature-columns .cols .col .number {
      font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 90px;
      color: rgba(255, 65, 24, 0.3);
      margin: 0 auto 10px;
      border: 4px solid rgba(255, 65, 24, 0.3);
      width: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      padding: 0px 5px 0;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    .feature-columns .cols .col h3 {
      color: black;
      margin: 0 0 4px;
      font-weight: 400; }
    .feature-columns .cols .col p {
      color: black;
      max-width: 500px;
      line-height: 28px;
      margin: 0 auto; }
  .feature-columns .cols .col-4 {
    clear: left; }
  .feature-columns .cols.layout-1 .col, .feature-columns .cols.layout-2 .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40%; }
  .feature-columns .cols.layout-4 .col-4 {
    clear: none; }
  .feature-columns .cols.layout-4 .col-3 {
    clear: left; }
  .feature-columns .cols.layout-4 .col {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .feature-columns .cols.layout-5 .col-4, .feature-columns .cols.layout-5 .col-5 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40%; }
  .feature-columns .cols.layout-7 .col-7 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40%; }
  .feature-columns .cols.layout-8 .col-7, .feature-columns .cols.layout-8 .col-8 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40%; }
.feature-columns > .btn {
  margin: 0 0 60px; }

@media (max-width: 960px) {
  .feature-columns .row.cols .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40%; } }
@media (max-width: 720px) {
  .feature-columns .row.cols .col {
    display: block;
    width: 100%;
    margin: 10px 0 20px; }
    .feature-columns .row.cols .col .number {
      font-size: 60px;
      margin: 0 auto 10px;
      width: 60px;
      padding: 0px 5px 0;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; } }
html.lt-ie9 .feature-columns .row.cols .col .number {
  display: none; }

/* Featured collection */
.featured-collection {
  margin: 0 auto; }
  .featured-collection:last-child {
    margin-bottom: 0; }
  .featured-collection .collection {
    margin: 20px 0 30px; }
    .featured-collection .collection .head {
      display: none; }
    .featured-collection .collection .products.columns_1 .product {
      margin: 0 auto 10px; }

/* Featured blog */
.featured-blog .post {
  margin: 0 auto;
  padding: 0 0 80px; }
  .featured-blog .post:last-child {
    margin-bottom: 0; }

.instagram-feed .instagram-photos {
  margin: 30px 0; }
  .instagram-feed .instagram-photos:after {
    display: table;
    content: '';
    clear: both; }
  .instagram-feed .instagram-photos .instagram-photo {
    float: left;
    width: 25%;
    padding: 0 7px 14px; }
    .instagram-feed .instagram-photos .instagram-photo img {
      max-width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1); }
    .instagram-feed .instagram-photos .instagram-photo .placeholder-svg {
      fill: #B4B6B9;
      background: #F4F4F4; }

@media (max-width: 720px) {
  .instagram-feed {
    margin-top: 0px; }
    .instagram-feed .instagram-photos .instagram-photo {
      width: 50%; } }
/* Cart */
body.template-cart .content .items {
  margin: 20px 0 0;
  text-align: left; }
  body.template-cart .content .items .item {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 1px;
    border-top: 1px dashed rgba(0, 0, 0, 0.2); }
    body.template-cart .content .items .item:after {
      display: table;
      content: '';
      clear: both; }
    body.template-cart .content .items .item .left {
      float: left;
      position: relative;
      top: 3px; }
      body.template-cart .content .items .item .left > img {
        height: 45px;
        display: inline;
        margin: 0 10px 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
      body.template-cart .content .items .item .left .product {
        display: inline-block;
        vertical-align: top; }
        body.template-cart .content .items .item .left .product .title {
          color: black;
          display: block;
          font-size: 24px;
          line-height: 26px;
          max-width: 300px;
          width: 100%; }
        body.template-cart .content .items .item .left .product .subtitle {
          display: block;
          font-size: 16px; }
          body.template-cart .content .items .item .left .product .subtitle a {
            font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 14px;
            color: #ff4118;
            text-decoration: none;
            margin: 0 0 0 1px; }
            body.template-cart .content .items .item .left .product .subtitle a:hover {
              color: #e42800; }
      body.template-cart .content .items .item .left .select {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
        body.template-cart .content .items .item .left .select select {
          display: inline;
          min-width: 70px; }
        body.template-cart .content .items .item .left .select .arrow {
          right: 7px;
          top: 10px; }
    body.template-cart .content .items .item .right {
      float: right;
      text-align: right; }
      body.template-cart .content .items .item .right .subtotal {
        color: black; }
      body.template-cart .content .items .item .right .price {
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 30px;
        color: black;
        position: relative;
        top: 5px; }
        body.template-cart .content .items .item .right .price.subtotal {
          font-weight: 400;
          top: -2px; }
      body.template-cart .content .items .item .right .symbol {
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 38px;
        color: rgba(0, 0, 0, 0.6);
        display: inline-block;
        margin: 0 15px; }
body.template-cart .content .update {
  display: none; }
body.template-cart .content .block.left {
  float: left;
  text-align: left; }
body.template-cart .content .block.right {
  float: right;
  text-align: right; }
  body.template-cart .content .block.right h3 {
    color: black; }
body.template-cart .content .block.full {
  width: 100%;
  margin: 0 0 20px;
  text-align: left; }
  body.template-cart .content .block.full textarea {
    display: block;
    margin-top: 8px;
    width: 100%;
    font-size: 16px;
    height: 100px; }
body.template-cart .content .block.text {
  margin: 20px 0 0;
  float: right;
  max-width: 400px; }
  body.template-cart .content .block.text p {
    line-height: 20px;
    text-align: right; }
body.template-cart .content .additional_checkout_buttons {
  text-align: right;
  margin: 10px 0 0; }

@media (max-width: 720px) {
  body.template-cart .content .items .item .left {
    text-align: left; }
    body.template-cart .content .items .item .left > img {
      display: none; }
    body.template-cart .content .items .item .left .product {
      max-width: 240px; }
      body.template-cart .content .items .item .left .product .title {
        font-size: 14px;
        line-height: 16px; }
      body.template-cart .content .items .item .left .product .subtitle {
        font-size: 12px; }
        body.template-cart .content .items .item .left .product .subtitle a {
          font-size: 12px; }
    body.template-cart .content .items .item .left select.btn {
      margin-right: 5px;
      min-width: 50px;
      font-size: 14px;
      padding: 8px 30px 8px 6px; }
    body.template-cart .content .items .item .left a.btn {
      padding: 8px 20px;
      text-transform: uppercase;
      font-size: 12px; }
  body.template-cart .content .items .item .right {
    text-align: right; }
    body.template-cart .content .items .item .right .price {
      font-size: 20px; }
  body.template-cart .content .block.left {
    float: none;
    text-align: center; }
  body.template-cart .content .block.right {
    float: none;
    text-align: center; }
  body.template-cart .content .block.text {
    float: none;
    max-width: 100%; }
    body.template-cart .content .block.text p {
      text-align: center; }
  body.template-cart .content .additional_checkout_buttons {
    text-align: center; } }
@media (max-width: 420px) {
  body.template-cart .content .items .item .left .product {
    max-width: 140px; } }
/* Pages */
.template-page {
  text-align: left; }
  .template-page .main-content .main {
    max-width: 640px; }
    .template-page .main-content .main h2 {
      color: black;
      margin: 10px 0 15px; }
    .template-page .main-content .main .legal h3 {
      margin: 0 0 0 22px; }
    .template-page .main-content .main .legal p {
      margin: 5px 0 10px 36px;
      line-height: 22px; }
    .template-page .main-content .main.expanded {
      max-width: 100%; }

body.template-contact .header .content .subsections {
  display: none; }
body.template-contact .main-content .content {
  max-width: 600px; }
body.template-contact form {
  margin: 20px 0 0; }

/* Search */
.search-bar-wrapper {
  height: 0;
  width: 100%;
  z-index: 101;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition-delay: 0s;
  -o-transition-property: all;
  -o-transition-duration: 200ms;
  -o-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition-delay: 0s;
  -ms-transition-property: all;
  -ms-transition-duration: 200ms;
  -ms-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -ms-transition-delay: 0s;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s; }

.searching .page-container {
  top: 54px; }

.searching .search-bar-wrapper {
  height: 54px; }

.search-bar {
  width: 100%;
  background: #fff; }
  .search-bar input {
    width: 100%;
    display: block;
    outline: none;
    border: 0;
    font-size: 20px;
    background: transparent;
    color: black;
    font-weight: 300; }
  .search-bar ::-webkit-input-placeholder {
    color: black; }
  .search-bar :-moz-placeholder {
    color: black; }
  .search-bar ::-moz-placeholder {
    color: black; }
  .search-bar :-ms-input-placeholder {
    color: black; }

.template-index .search-bar .content {
  max-width: 100%; }

.template-search .content.search {
  min-height: 500px; }

@media (max-width: 420px) {
  .searching .page-container {
    top: 49px; }

  .searching .search-bar-wrapper {
    height: 49px; } }
/* Blog */
.blog {
  color: black; }
  .blog h1 {
    margin: 0 0 10px; }
  .blog h1 a:hover, .blog h2 a:hover {
    color: #ff4118; }
  .blog .pagination a {
    margin: 0; }

.post {
  max-width: 640px;
  margin: 0 0 40px; }
  .post h2 a {
    text-decoration: none;
    color: black; }
  .post h3 {
    margin: 0; }
  .post h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin: 0 0 15px; }
  .post p {
    line-height: 24px;
    margin: 0 0 10px; }
    .post p a {
      color: #ff4118;
      text-decoration: none; }
  .post img {
    max-width: 100%;
    margin: 10px 0;
    display: inline-block; }
  .post .extra a.underscore {
    color: #ff4118;
    border-color: #ff4118; }
  .post .extra .comments, .post .extra .tags, .post .extra .separation {
    display: inline; }
  .post .extra .separation {
    color: rgba(0, 0, 0, 0.6);
    margin: 0 5px; }

.article {
  position: relative; }
  .article .post {
    margin-bottom: 20px; }
    .article .post .extra .permalink, .article .post .extra .comments, .article .post .extra .separation {
      display: none; }
    .article .post .extra .tags:before {
      content: "";
      margin: 0; }
  .article .comments {
    max-width: 700px;
    margin: 50px 0 20px; }
    .article .comments .comment {
      margin: 0 0 20px; }
      .article .comments .comment p {
        line-height: 24px;
        margin: 0 0 10px; }
    .article .comments form {
      padding-top: 10px;
      margin-top: -10px; }
      .article .comments form textarea {
        height: 160px; }
  .article .recent.posts .post {
    margin-bottom: 10px; }
    .article .recent.posts .post .text, .article .recent.posts .post .extra, .article .recent.posts .post h4, .article .recent.posts .post .image {
      display: none; }

/* Header Nav */
.header-nav {
  position: absolute;
  top: 11px;
  right: 15px;
  z-index: 5;
  background: white; }
  .header-nav .currency-picker {
    background: transparent;
    color: black;
    border: 1px solid black;
    float: right;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 4px 6px 4px;
    cursor: pointer;
    text-align-last: center; }
    .header-nav .currency-picker:hover {
      color: black;
      border-color: black; }
  .header-nav a {
    display: block;
    float: right;
    margin: 0 0 0 5px; }
    .header-nav a.cart.line {
      display: block;
      margin-right: 4px; }
    .header-nav a.cart.icon {
      display: none; }
    .header-nav a.btn.line {
      color: black;
      border-color: black; }
      .header-nav a.btn.line:hover {
        color: black;
        border-color: black; }
    .header-nav a.btn.icon {
      color: black; }
      .header-nav a.btn.icon:hover, .header-nav a.btn.icon.active {
        color: black; }
    .header-nav a.hidden-in-desktop {
      display: none; }

.template-index .header-nav {
  top: 15px;
  background: transparent; }

.template-gift_card .header-nav {
  display: none; }

@media (max-width: 960px) {
  .template-index .hero.with-menu .header-nav a.browse {
    display: block; } }
@media (max-width: 720px) {
  .header-nav {
    bottom: 6px;
    top: inherit; }
    .header.with-logo .header-nav {
      bottom: 12px; }
    .header-nav .currency-picker {
      border: 0;
      color: black;
      padding: 6px 4px;
      margin: 0; }
      .header-nav .currency-picker:hover, .header-nav .currency-picker.active {
        color: black; }
    .header-nav a {
      margin: 0; }
      .header-nav a.cart.line {
        display: none; }
      .header-nav a.cart.icon {
        display: block; }

  .template-index .header-nav {
    bottom: inherit;
    top: 11px; } }
@media (max-width: 420px) {
  .header-nav {
    right: 5px; } }
@-moz-document url-prefix() {
  .header-nav .currency-picker {
    padding: 5px 10px 5px 6px; } }

/* Side Nav */
.side-nav {
  display: none;
  position: absolute;
  width: 100%;
  top: 52px;
  bottom: 0;
  overflow: auto;
  z-index: 102;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 44px;
  color: black; }
  .side-nav .content {
    text-align: right; }
  .side-nav ul {
    list-style: none;
    display: none; }
    .side-nav ul a {
      text-decoration: none; }
      .side-nav ul a:hover {
        color: #ff4118; }
    .side-nav ul.main {
      display: block; }

.template-index .side-nav {
  width: auto;
  height: auto;
  top: 40px;
  bottom: 0;
  right: 10px;
  font-size: 34px; }
  .template-index .side-nav a {
    font-weight: 400; }

.main-content, .hero .content, .footer {
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition-delay: 0s;
  -o-transition-property: all;
  -o-transition-duration: 300ms;
  -o-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition-delay: 0s;
  -ms-transition-property: all;
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -ms-transition-delay: 0s;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s; }

.browsing .page-container {
  overflow: hidden; }
.browsing .main-content, .browsing .hero .content, .browsing .hero .bottom-right, .browsing .hero .bottom-left, .browsing .hero-nav, .browsing .footer {
  opacity: 0; }
.browsing .side-nav {
  display: block; }
.browsing.template-index .main-content, .browsing.template-index .footer {
  opacity: 1; }
.browsing.template-index .header-nav a.cart {
  opacity: 0; }

@media (max-width: 420px) {
  .side-nav {
    font-size: 24px !important; } }
html.lt-ie9 .browsing .main-content, html.lt-ie9 .browsing .hero .content, html.lt-ie9 .browsing .hero .bottom-rightm, html.lt-ie9 .browsing .footer {
  display: none; }

/* Navigation */
.nav ul {
  list-style: none;
  display: none; }
  .nav ul a {
    text-decoration: none; }
    .nav ul a:hover {
      color: #ff4118; }
  .nav ul.main {
    display: block; }

/* Account Addresses */
body.template-customers-addresses .main-content {
  max-width: 500px;
  margin: 0 auto; }
body.template-customers-addresses .addresses {
  border-top: 1px dashed rgba(0, 0, 0, 0.6);
  margin: 20px auto; }
  body.template-customers-addresses .addresses .address {
    width: 100%;
    position: relative;
    padding: 10px 5px 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.6); }
    body.template-customers-addresses .addresses .address .title {
      font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 28px;
      color: black;
      display: inline; }
    body.template-customers-addresses .addresses .address .default {
      display: inline-block;
      margin: 10px 0 5px;
      text-transform: uppercase;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.6);
      padding: 6px 10px;
      font-size: 12px;
      font-weight: bold; }
    body.template-customers-addresses .addresses .address p.actions {
      margin: 5px 0 0; }
body.template-customers-addresses form {
  margin: 0 auto; }
  body.template-customers-addresses form .row.checkbox {
    margin: 20px 0;
    display: block;
    font-size: 20px;
    color: black; }
    body.template-customers-addresses form .row.checkbox input {
      margin: 0 5px 0 0;
      position: relative;
      top: -2px; }
body.template-customers-addresses a.link {
  text-decoration: none;
  color: black; }
  body.template-customers-addresses a.link:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }

/* Account Order */
body.template-customers-order .main-content {
  padding-bottom: 60px; }
body.template-customers-order .items {
  margin: 20px 0;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.6); }
  body.template-customers-order .items .item {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.6); }
    body.template-customers-order .items .item:after {
      display: table;
      content: '';
      clear: both; }
    body.template-customers-order .items .item .left {
      float: left;
      position: relative;
      top: 3px; }
      body.template-customers-order .items .item .left > img {
        height: 45px;
        display: inline;
        margin: 0 10px 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
      body.template-customers-order .items .item .left .product {
        display: inline-block;
        vertical-align: top;
        max-width: 400px; }
        body.template-customers-order .items .item .left .product .title {
          color: black;
          display: block;
          font-size: 24px;
          line-height: 26px; }
        body.template-customers-order .items .item .left .product .subtitle {
          display: block;
          font-size: 16px; }
          body.template-customers-order .items .item .left .product .subtitle a {
            font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 14px;
            color: #ff4118;
            text-decoration: none;
            margin: 0 0 0 1px; }
            body.template-customers-order .items .item .left .product .subtitle a:hover {
              color: #e42800; }
      body.template-customers-order .items .item .left .quantity {
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 30px;
        color: black;
        vertical-align: top;
        margin-right: 6px;
        position: relative;
        top: 3px;
        display: inline-block; }
        body.template-customers-order .items .item .left .quantity .x {
          color: rgba(0, 0, 0, 0.6);
          display: inline-block;
          vertical-align: top; }
      body.template-customers-order .items .item .left .text {
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 30px;
        color: black;
        max-width: 80%; }
    body.template-customers-order .items .item .right {
      float: right;
      text-align: right; }
      body.template-customers-order .items .item .right .subtotal {
        color: black; }
      body.template-customers-order .items .item .right .price {
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 30px;
        color: black;
        position: relative;
        top: 5px;
        text-transform: capitalize; }
        body.template-customers-order .items .item .right .price.bold {
          font-weight: 400;
          top: -2px; }
    body.template-customers-order .items .item.extra .left {
      top: 0;
      width: 70%; }
    body.template-customers-order .items .item.extra .right .price {
      top: 0; }
    body.template-customers-order .items .item.total {
      border-bottom: 2px solid black; }
body.template-customers-order p.expanded {
  line-height: 26px;
  color: black;
  margin: 10px 0 0; }
body.template-customers-order .box {
  float: left;
  width: 50%; }

@media (max-width: 960px) {
  body.template-customers-order .items {
    width: 95%;
    margin: 20px auto; }
    body.template-customers-order .items .item .left .product {
      max-width: 300px; } }
@media (max-width: 420px) {
  body.template-customers-order h4 {
    font-size: 16px; }
  body.template-customers-order .items {
    width: 100%; }
    body.template-customers-order .items .item .left .quantity {
      font-size: 18px; }
    body.template-customers-order .items .item .left .product {
      max-width: 120px; }
      body.template-customers-order .items .item .left .product .title {
        font-size: 16px;
        line-height: 18px; }
      body.template-customers-order .items .item .left .product .subtitle {
        font-size: 14px; }
    body.template-customers-order .items .item .left .text {
      font-size: 18px;
      max-width: 70%; }
    body.template-customers-order .items .item .right .price {
      font-size: 18px; } }
/* Collections */
.collections {
  min-height: 600px; }
  .collections .collection {
    margin: 0 0 20px; }
  .collections .pagination {
    clear: both;
    padding: 40px 0; }

.collection {
  margin: 0 0 30px; }
  .collection .head {
    position: relative;
    margin: 0 0 10px; }
    .collection .head a:hover h2 {
      color: #ff4118; }
    .collection .head .description {
      padding-bottom: 60px; }
    .collection .head .filters {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%; }
      .collection .head .filters:after {
        display: table;
        content: '';
        clear: both; }
      .collection .head .filters .select {
        display: inline-block;
        float: right;
        margin-left: 10px; }
  .collection .products {
    margin: 0px -6px 0px -6px; }
    .collection .products:after {
      display: table;
      content: '';
      clear: both; }
    .collection .products .product {
      display: block;
      width: 25%;
      float: left;
      position: relative;
      padding: 6px 6px 4px;
      margin: 0 0 10px; }
      .collection .products .product .inner {
        padding: 10px;
        padding: 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden; }
      .collection .products .product .line {
        display: none; }
      .collection .products .product .frame {
        width: 100%;
        -webkit-border-top-left-radius: 4px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        border: 1px solid #f3f3f3; }
        .collection .products .product .frame img {
          width: 100%;
          margin: 0 auto;
          max-width: 600px;
          -webkit-border-top-left-radius: 4px;
          -moz-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-top-right-radius: 4px;
          border-top-right-radius: 4px; }
      .collection .products .product .placeholder-svg {
        fill: #B4B6B9;
        background-color: #F4F4F4; }
      .collection .products .product .info {
        padding: 10px; }
        .collection .products .product .info:after {
          display: table;
          content: '';
          clear: both; }
        .collection .products .product .info .metas {
          margin-right: 85px; }
          .collection .products .product .info .metas .title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%; }
          .collection .products .product .info .metas .from {
            color: black;
            font-weight: normal; }
          .collection .products .product .info .metas .price {
            font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 14px;
            color: black;
            font-weight: 400;
            display: inline-block;
            text-decoration: none; }
            .collection .products .product .info .metas .price.striped {
              text-decoration: line-through;
              color: #ff5b47;
              font-weight: 400;
              margin-right: 4px; }
        .collection .products .product .info .status {
          float: right;
          text-align: right;
          line-height: 18px;
          padding: 8px 4px 0 0; }
          .collection .products .product .info .status span {
            font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 14px;
            color: black;
            font-weight: 400;
            display: block; }
            .collection .products .product .info .status span.serie {
              text-transform: uppercase;
              font-size: 16px;
              color: black; }
            .collection .products .product .info .status span.purchased_at {
              color: rgba(0, 0, 0, 0.6);
              font-size: 16px;
              font-weight: normal; }
          .collection .products .product .info .status a {
            font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 14px;
            color: #ff4118;
            text-decoration: none;
            text-transform: uppercase; }
            .collection .products .product .info .status a:hover {
              color: #e42800; }
            .collection .products .product .info .status a.buy {
              font-weight: bold; }
              .collection .products .product .info .status a.buy:hover {
                border-bottom: 1px solid; }
            .collection .products .product .info .status a.sale {
              font-weight: bold;
              color: #ff5b47; }
              .collection .products .product .info .status a.sale:hover {
                border-bottom: 1px solid; }
            .collection .products .product .info .status a.sold {
              font-weight: bold;
              color: rgba(0, 0, 0, 0.6); }
      .collection .products .product.soldout a.image {
        position: relative;
        display: block;
        overflow: hidden; }
        .collection .products .product.soldout a.image .line {
          position: absolute;
          z-index: 1;
          top: 50%;
          left: -50%;
          display: block;
          width: 200%;
          height: 0;
          border-top: 1px solid white;
          opacity: 1;
          transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -webkit-backface-visibility: hidden; }
    .collection .products .pagination {
      clear: both;
      padding: 40px 0; }
    .collection .products.columns_6 .product {
      width: 16.666%;
      margin: 0 0 5px; }
      .collection .products.columns_6 .product.col-0, .collection .products.columns_6 .product.col-6 {
        clear: left; }
      .collection .products.columns_6 .product .info .metas {
        margin-right: 0;
        clear: both; }
        .collection .products.columns_6 .product .info .metas .title {
          display: block; }
        .collection .products.columns_6 .product .info .metas .price.striped {
          display: none; }
      .collection .products.columns_6 .product .info .status {
        padding-top: 0;
        float: left;
        width: 100%;
        text-align: left; }
    .collection .products.columns_6.products_1 .product, .collection .products.columns_6.products_2 .product, .collection .products.columns_6.products_3 .product, .collection .products.columns_6.products_4 .product, .collection .products.columns_6.products_5 .product {
      float: none;
      display: inline-block; }
    .collection .products.columns_4 .product.col-0, .collection .products.columns_4 .product.col-4, .collection .products.columns_4 .product.col-8 {
      clear: left; }
    .collection .products.columns_4.products_1 .product, .collection .products.columns_4.products_2 .product, .collection .products.columns_4.products_3 .product {
      float: none;
      display: inline-block; }
    .collection .products.columns_3 .product {
      width: 33.33%; }
      .collection .products.columns_3 .product.col-0, .collection .products.columns_3 .product.col-3, .collection .products.columns_3 .product.col-6, .collection .products.columns_3 .product.col-9 {
        clear: left; }
    .collection .products.columns_3.products_1 .product, .collection .products.columns_3.products_2 .product {
      float: none;
      display: inline-block; }
    .collection .products.columns_2 .product {
      width: 50%;
      margin: 0 0 5px; }
      .collection .products.columns_2 .product.col-0, .collection .products.columns_2 .product.col-2, .collection .products.columns_2 .product.col-4, .collection .products.columns_2 .product.col-6, .collection .products.columns_2 .product.col-8, .collection .products.columns_2 .product.col-10 {
        clear: left; }
    .collection .products.columns_2.products_1 .product {
      float: none;
      display: inline-block; }
    .collection .products.columns_1 .product {
      width: 50%;
      max-width: 600px;
      margin: 50px auto;
      float: none; }

@media (max-width: 960px) {
  .collection .head .description {
    padding-bottom: 40px; }
  .collection .products.columns_4 .product .info .metas, .collection .products.columns_3 .product .info .metas {
    clear: both;
    margin-right: 0; }
    .collection .products.columns_4 .product .info .metas .title, .collection .products.columns_3 .product .info .metas .title {
      display: block; }
    .collection .products.columns_4 .product .info .metas .price.striped, .collection .products.columns_3 .product .info .metas .price.striped {
      display: none; }
  .collection .products.columns_4 .product .info .status, .collection .products.columns_3 .product .info .status {
    padding-top: 0;
    float: left;
    width: 100%;
    text-align: left; } }
@media (max-width: 720px) {
  .collection .head .description {
    padding-bottom: 10px; }
  .collection .head .filters {
    position: relative; }
    .collection .head .filters .select {
      display: block;
      margin: 5px 0 0;
      float: none; }
      .collection .head .filters .select select.btn {
        width: 100%; }
  .collection .products.columns_6 .product {
    width: 33.33%; }
    .collection .products.columns_6 .product.col-0, .collection .products.columns_6 .product.col-3 {
      clear: left; }
  .collection .products.columns_4 .product, .collection .products.columns_3 .product, .collection .products.columns_2 .product {
    width: 50%;
    margin: 0 0 5px; }
    .collection .products.columns_4 .product .info .metas, .collection .products.columns_3 .product .info .metas, .collection .products.columns_2 .product .info .metas {
      clear: both; }
      .collection .products.columns_4 .product .info .metas .price.striped, .collection .products.columns_3 .product .info .metas .price.striped, .collection .products.columns_2 .product .info .metas .price.striped {
        display: none; }
    .collection .products.columns_4 .product .info .status, .collection .products.columns_3 .product .info .status, .collection .products.columns_2 .product .info .status {
      padding-top: 0;
      float: left; }
    .collection .products.columns_4 .product.col-0, .collection .products.columns_4 .product.col-2, .collection .products.columns_4 .product.col-4, .collection .products.columns_4 .product.col-6, .collection .products.columns_4 .product.col-8, .collection .products.columns_4 .product.col-10, .collection .products.columns_3 .product.col-0, .collection .products.columns_3 .product.col-2, .collection .products.columns_3 .product.col-4, .collection .products.columns_3 .product.col-6, .collection .products.columns_3 .product.col-8, .collection .products.columns_3 .product.col-10, .collection .products.columns_2 .product.col-0, .collection .products.columns_2 .product.col-2, .collection .products.columns_2 .product.col-4, .collection .products.columns_2 .product.col-6, .collection .products.columns_2 .product.col-8, .collection .products.columns_2 .product.col-10 {
      clear: left; }
    .collection .products.columns_4 .product.col-3, .collection .products.columns_4 .product.col-9, .collection .products.columns_3 .product.col-3, .collection .products.columns_3 .product.col-9, .collection .products.columns_2 .product.col-3, .collection .products.columns_2 .product.col-9 {
      clear: none; }
  .collection .products.columns_1 .product {
    width: 80%;
    margin: 30px auto; }
  .collection .products.columns_3.products_3 .product:last-child {
    float: none;
    display: inline-block; } }
@media (max-width: 420px) {
  .collection .products .product .info {
    display: block; }
  .collection .products.columns_6 .product, .collection .products.columns_4 .product, .collection .products.columns_3 .product, .collection .products.columns_2 .product {
    width: 50%;
    margin: 0 0 5px; }
    .collection .products.columns_6 .product .info .status, .collection .products.columns_4 .product .info .status, .collection .products.columns_3 .product .info .status, .collection .products.columns_2 .product .info .status {
      display: block; }
    .collection .products.columns_6 .product.col-0, .collection .products.columns_6 .product.col-2, .collection .products.columns_6 .product.col-4, .collection .products.columns_6 .product.col-6, .collection .products.columns_6 .product.col-8, .collection .products.columns_6 .product.col-10, .collection .products.columns_4 .product.col-0, .collection .products.columns_4 .product.col-2, .collection .products.columns_4 .product.col-4, .collection .products.columns_4 .product.col-6, .collection .products.columns_4 .product.col-8, .collection .products.columns_4 .product.col-10, .collection .products.columns_3 .product.col-0, .collection .products.columns_3 .product.col-2, .collection .products.columns_3 .product.col-4, .collection .products.columns_3 .product.col-6, .collection .products.columns_3 .product.col-8, .collection .products.columns_3 .product.col-10, .collection .products.columns_2 .product.col-0, .collection .products.columns_2 .product.col-2, .collection .products.columns_2 .product.col-4, .collection .products.columns_2 .product.col-6, .collection .products.columns_2 .product.col-8, .collection .products.columns_2 .product.col-10 {
      clear: left; }
    .collection .products.columns_6 .product.col-3, .collection .products.columns_4 .product.col-3, .collection .products.columns_3 .product.col-3, .collection .products.columns_2 .product.col-3 {
      clear: none; }
  .collection .products.columns_1 .product {
    width: 100%; } }
html.ie .collection .products .product .inner .line {
  display: none !important; }

html.lt-ie9 .collection .products .product .inner {
  border: 1px solid #eee; }

/* Product */
.product {
  text-align: left; }
  .product .item {
    position: relative;
    margin: 0 auto 0; }
    .product .item:after {
      display: table;
      content: '';
      clear: both; }
    .product .item .images {
      float: left;
      width: 50%; }
      .product .item .images .table {
        display: table;
        table-layout: fixed;
        width: 100%; }
        .product .item .images .table .cell {
          display: table-cell;
          vertical-align: middle; }
      .product .item .images img {
        margin: 0 auto 20px;
        border: 0;
        text-decoration: none;
        max-width: 100%;
        display: block; }
        .product .item .images img[data-mfp-src] {
          cursor: pointer;
          cursor: -webkit-zoom-in;
          cursor: -moz-zoom-in;
          cursor: zoom-in; }
    .product .item .images-navigation {
      display: none; }
    .product .item .info {
      float: left;
      width: 50%;
      max-width: 525px;
      padding-top: 10px;
      padding-left: 20px;
      min-height: 1px; }
      .product .item .info.fixed {
        position: fixed;
        top: 0; }
      .product .item .info .price {
        font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 20px;
        color: black;
        display: inline; }
        .product .item .info .price.striped {
          margin-bottom: 0;
          color: #ff5b47; }
      .product .item .info h2 {
        margin-top: 0; }
      .product .item .info .description {
        margin: 35px 0 0;
        line-height: 22px; }
        .product .item .info .description ul, .product .item .info .description ol {
          margin: 10px 0 10px 30px; }
          .product .item .info .description ul li, .product .item .info .description ol li {
            margin: 5px 0; }
        .product .item .info .description.stock {
          margin-top: 10px; }
      .product .item .info .quantity {
        margin: 0 0 10px; }
        .product .item .info .quantity .select {
          min-width: 0; }
      .product .item .info p {
        margin: 0 0 10px; }
      .product .item .info label {
        display: block; }
        .product .item .info label:after {
          content: ":"; }
      .product .item .info .select {
        margin: 10px 0 0;
        display: inline-block;
        min-width: 200px;
        height: 44px; }
      .product .item .info .selector-wrapper {
        margin: 0 0 10px; }
      .product .item .info .btn.submit {
        margin: 10px 0 0; }
      .product .item .info form {
        margin: 10px 0 0; }

@media (max-width: 720px) {
  .product .item {
    margin: 0 auto; }
    .product .item .images {
      float: none;
      width: 100%;
      margin: 0;
      text-align: left; }
      .product .item .images img {
        margin: 0 auto; }
        .product .item .images img[data-mfp-src] {
          cursor: default; }
    .product .item .images-navigation {
      z-index: 20;
      display: block;
      top: 5px;
      right: 5px; }
      .product .item .images-navigation a.btn.icon i.fa-circle, .product .item .images-navigation a.btn.icon:hover i.fa-circle {
        color: #eee; }
      .product .item .images-navigation a.btn.icon i.fa-arrow-right, .product .item .images-navigation a.btn.icon i.fa-arrow-left, .product .item .images-navigation a.btn.icon:hover i.fa-arrow-right, .product .item .images-navigation a.btn.icon:hover i.fa-arrow-left {
        color: rgba(0, 0, 0, 0.6); }
    .product .item .info {
      float: none;
      width: 100%;
      padding: 10px;
      display: block;
      left: 0 !important;
      position: relative !important;
      max-width: none; }
      .product .item .info .select, .product .item .info .btn.submit {
        width: 100%; } }
/* Gift Card */
body.template-gift_card .content {
  max-width: 540px; }
body.template-gift_card h4 {
  background: black;
  color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px; }
  body.template-gift_card h4.alert {
    background: #ff5b47;
    color: white; }
body.template-gift_card .shop-url {
  display: none; }
body.template-gift_card .shop-button {
  display: block; }
body.template-gift_card #gift-card {
  position: relative;
  margin: 30px 0; }
  body.template-gift_card #gift-card img.card {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  body.template-gift_card #gift-card #gift-card-amount {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 44px;
    padding: 10px 16px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); }
  body.template-gift_card #gift-card #gift-card-code-outer {
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 100%; }
  body.template-gift_card #gift-card #gift-card-code-inner {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    background-color: #fff;
    padding: .5em;
    border-radius: 4px;
    max-width: 450px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
    body.template-gift_card #gift-card #gift-card-code-inner strong {
      font-weight: 400;
      font-size: 1.875em;
      text-transform: uppercase;
      border-radius: 2px;
      border: 1px dashed #e5e5e5;
      padding: .4em .5em;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      color: #777;
      line-height: 1; }
  body.template-gift_card #gift-card .tooltip-container {
    display: block;
    position: absolute;
    right: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    top: -40%; }
  body.template-gift_card #gift-card .tooltip-label {
    display: block;
    position: relative;
    right: -50%;
    border: none;
    border-radius: 4px;
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    min-height: 14px;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    text-shadow: none;
    padding: .5em .75em;
    margin-left: .25em;
    font-size: .4em;
    color: white; }
  body.template-gift_card #gift-card .tooltip-label small {
    text-transform: uppercase;
    color: #b3b3b3;
    font-size: .875em; }
  body.template-gift_card #gift-card .tooltip-triangle {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5px solid #333;
    border-top: 5px solid rgba(51, 51, 51, 0.9);
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-left: -5px;
    margin-bottom: -5px; }
  body.template-gift_card #gift-card.expired #gift-card-code-inner strong, body.template-gift_card #gift-card.disabled #gift-card-code-inner strong {
    text-decoration: line-through; }
body.template-gift_card .qr {
  display: inline-block; }
body.template-gift_card .apple-wallet {
  text-decoration: none;
  margin-right: 8px; }
  body.template-gift_card .apple-wallet img {
    display: inline-block; }
body.template-gift_card .print {
  padding: 10px 28px 11px;
  text-transform: capitalize;
  vertical-align: top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

@media (max-width: 420px) {
  body.template-gift_card #gift-card #gift-card-amount {
    font-size: 30px;
    padding: 12px 8px; }
  body.template-gift_card #gift-card .tooltip-container {
    top: -30%; }
  body.template-gift_card #gift-card #gift-card-code-outer {
    bottom: 10px; }
  body.template-gift_card #gift-card #gift-card-code-inner strong {
    font-size: 18px; } }
@media print {
  body.template-gift_card .shop-url {
    display: block; }
  body.template-gift_card .shop-button {
    display: none; } }
.template-password .page-container {
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  width: auto; }
.template-password .password-section {
  height: 100%; }
.template-password .hero {
  height: 100%;
  min-height: 0;
  background-color: #222222; }
  .template-password .hero .slides li {
    background-image: url("https://cdn.shopify.com/s/files/1/2069/5481/t/3/assets/password-page-background.jpg?v=12987344696580752000"); }
  .template-password .hero .header-nav {
    background: transparent; }
  .template-password .hero .content .inner h2 {
    display: block;
    margin-bottom: 10px;
    color: white; }
  .template-password .hero .content .inner h3 {
    font-size: 22px;
    line-height: 28px;
    color: white;
    margin: 0 auto 20px;
    max-width: 100%; }
  .template-password .hero .content .inner hr {
    background: white;
    display: none; }
  .template-password .hero .content .inner .login {
    display: none; }
    .template-password .hero .content .inner .login .link {
      margin: 20px 0 0;
      font-family: "Bangers","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 16px;
      color: white; }
      .template-password .hero .content .inner .login .link a {
        color: white;
        text-decoration: none;
        border-bottom: 1px solid; }
  .template-password .hero .top-right {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 4; }
    .template-password .hero .top-right a {
      display: block;
      color: white;
      border-color: white; }
      .template-password .hero .top-right a.hide {
        display: none; }
  .template-password .hero .bottom-left {
    color: white; }
    .template-password .hero .bottom-left a {
      color: white; }
  .template-password .hero .bottom-right {
    bottom: 16px;
    right: 20px; }
    .template-password .hero .bottom-right a.theme {
      color: white; }
      .template-password .hero .bottom-right a.theme:hover {
        color: white;
        border-bottom: 1px solid white; }
  .template-password .hero .banner {
    font-family: sans-serif;
    color: white;
    font-size: 11px; }
    .template-password .hero .banner a {
      text-decoration: none; }
      .template-password .hero .banner a .shopify-svg {
        height: 30px;
        padding: 0 0 0 5px;
        position: relative;
        top: 9px; }
        .template-password .hero .banner a .shopify-svg .logo {
          fill: white; }
      .template-password .hero .banner a span {
        display: none; }
        .lt-ie9 .template-password .hero .banner a span {
          display: inline;
          text-decoration: underline; }
      .template-password .hero .banner a:hover {
        color: #ff4118; }
  .template-password .hero form {
    margin: 20px 0 0; }
    .template-password .hero form input.email {
      padding-top: 10px;
      padding-bottom: 10px;
      border: 0;
      min-width: 280px; }
    .template-password .hero form .btn {
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 0 0 3px; }
    .template-password .hero form .field-error {
      font-size: 16px;
      color: white;
      font-style: italic;
      text-transform: capitalize;
      margin: 10px 0 15px; }

@media (max-width: 960px) {
  .template-password .hero .top-right {
    left: 0;
    right: 0;
    top: 20px;
    text-align: center; }
    .template-password .hero .top-right a {
      display: inline-block; }
  .template-password .hero .bottom-right {
    display: block;
    left: 0;
    right: 0;
    text-align: center; }
  .template-password .hero .bottom-left {
    display: none; } }
@media (max-width: 420px) {
  .template-password .page-container {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px; }
  .template-password .hero .content .inner {
    padding-top: 20px; }
    .template-password .hero .content .inner h2 {
      margin-bottom: 0px;
      font-size: 34px;
      line-height: 40px; }
    .template-password .hero .content .inner h3 {
      font-size: 16px;
      line-height: 20px;
      margin: 0 auto 10px; } }