/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea, input {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*

max outer = 1160

gutter = 55

4 cols = 350


col = 46.25


-----




1/2/3/4/5/6/7/8/9/10/11/12

sixth
fifth
quarter
third
half


sm-
med-
lg-



*/
.outerwrapper {
  width: 100%;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}

.row {
  width: 100%;
}

.item {
  float: left;
  margin-right: 4.74138%;
  margin-top: 4.74138%;
}
/*
#bestsellers .productgrid .item {
  float: left;
  margin: 30px 0px;  
  width:29%
}
#bestsellers .productgrid .item:nth-child(3n+2) {
  float: left;
  margin-right: 6.5%;
  margin-left: 6.5%;
  width:29%
}
*/
.item.item--one-col {
  width: 3.96552%;
}
.item.item--two-col {
  width: 12.67241%;
}
.item.item--three-col {
  width: 21.37931%;
}
.item.item--four-col {
  width: 30.08621%;
}
.item.item--five-col {
  width: 38.7931%;
}
.item.item--six-col {
  width: 47.5%;
}
.item.item--seven-col {
  width: 56.2069%;
}
.item.item--eight-col {
  width: 64.91379%;
}
.item.item--nine-col {
  width: 73.62069%;
}
.item.item--ten-col {
  width: 82.32759%;
}
.item.item--eleven-col {
  width: 91.03448%;
}
.item.item--twelve-col {
  width: 99.74138%;
}
.item.item--last {
  margin-right: 0;
}
.row--whole > .item {
  width: 100%;
}
.row--halves > .item {
  width: 47.5%;
}
.row--thirds > .item {
  width: 30.08621%;
}
.row--quarters > .item {
  width: 21.37931%;
}
.row--fifths > .item {
  width: 16.2069%;
}
.row--sixths > .item {
  width: 12.67241%;
}
.row--halves > .item:nth-child(2n), .row--thirds > .item:nth-child(3n), .row--quarters > .item:nth-child(4n), .row--fifths > .item:nth-child(5n), .row--sixths > .item:nth-child(6n) {
  margin-right: 0;
}

@media all and (min-width: 600px) {
  .item.sm-item--one-col {
    width: 3.96552%;
  }
  .item.sm-item--two-col {
    width: 12.67241%;
  }
  .item.sm-item--three-col {
    width: 21.37931%;
  }
  .item.sm-item--four-col {
    width: 30.08621%;
  }
  .item.sm-item--five-col {
    width: 38.7931%;
  }
  .item.sm-item--six-col {
    width: 47.5%;
  }
  .item.sm-item--seven-col {
    width: 56.2069%;
  }
  .item.sm-item--eight-col {
    width: 64.91379%;
  }
  .item.sm-item--nine-col {
    width: 73.62069%;
  }
  .item.sm-item--ten-col {
    width: 82.32759%;
  }
  .item.sm-item--eleven-col {
    width: 91.03448%;
  }
  .item.sm-item--twelve-col {
    width: 99.74138%;
  }
  .sm-row--halves > .item {
    width: 47.5%;
  }
  .sm-row--thirds > .item {
    width: 30.08621%;
  }
  .sm-row--quarters > .item {
    width: 21.37931%;
  }
  .sm-row--fifths > .item {
    width: 16.2069%;
  }
  .sm-row--sixths > .item {
    width: 12.67241%;
  }
  .sm-row--halves > .item, .sm-row--thirds > .item, .sm-row--thirds > .item:nth-child(2n), .sm-row--quarters > .item, .sm-row--quarters > .item:nth-child(2n), .sm-row--quarters > .item:nth-child(3n), .sm-row--fifths > .item, sm-row--fifths > .item:nth-child(2n), sm-row--fifths > .item:nth-child(3n), sm-row--fifths > .item:nth-child(4n), .sm-row--sixths > .item, .sm-row--sixths > .item:nth-child(2n), .sm-row--sixths > .item:nth-child(3n), .sm-row--sixths > .item:nth-child(4n), .sm-row--sixths > .item:nth-child(5n) {
    margin-right: 4.74138%;
  }
  .sm-row--halves > .item:nth-child(2n), .sm-row--thirds > .item:nth-child(3n), .sm-row--quarters > .item:nth-child(4n), .sm-row--fifths > .item:nth-child(5n), .sm-row--sixths > .item:nth-child(6n) {
    margin-right: 0;
  }
  .sm-row--halves > .item:nth-child(2n + 1), .sm-row--thirds > .item:nth-child(3n + 1), .sm-row--quarters > .item:nth-child(4n + 1), .sm-row--fifths > .item:nth-child(5n + 1), .sm-row--sixths > .item:nth-child(6n + 1) {
    clear: both;
  }
}
@media all and (min-width: 800px) {
  .item.md-item--one-col {
    width: 3.96552%;
  }
  .item.md-item--two-col {
    width: 12.67241%;
  }
  .item.md-item--three-col {
    width: 21.37931%;
  }
  .item.md-item--four-col {
    width: 30.08621%;
  }
  .item.md-item--five-col {
    width: 38.7931%;
  }
  .item.md-item--six-col {
    width: 47.5%;
  }
  .item.md-item--seven-col {
    width: 56.2069%;
  }
  .item.md-item--eight-col {
    width: 64.91379%;
  }
  .item.md-item--nine-col {
    width: 73.62069%;
  }
  .item.md-item--ten-col {
    width: 82.32759%;
  }
  .item.md-item--eleven-col {
    width: 91.03448%;
  }
  .item.md-item--twelve-col {
    width: 99.74138%;
  }
  .md-row--halves > .item {
    width: 47.5%;
  }
  .md-row--thirds > .item {
    width: 30.08621%;
  }
  .md-row--quarters > .item {
    width: 21.37931%;
  }
  .md-row--fifths > .item {
    width: 16.2069%;
  }
  .md-row--sixths > .item {
    width: 12.67241%;
  }
  .md-row--halves > .item, .md-row--thirds > .item, .md-row--thirds > .item:nth-child(2n), .md-row--quarters > .item, .md-row--quarters > .item:nth-child(2n), .md-row--quarters > .item:nth-child(3n), .md-row--fifths > .item, .md-row--fifths > .item:nth-child(2n), .md-row--fifths > .item:nth-child(3n), md-row--fifths > .item:nth-child(4n), .md-row--sixths > .item, .md-row--sixths > .item:nth-child(2n), .md-row--sixths > .item:nth-child(3n), .md-row--sixths > .item:nth-child(4n), .md-row--sixths > .item:nth-child(5n) {
    margin-right: 4.74138%;
  }
  .md-row--halves > .item, .md-row--thirds > .item, .md-row--thirds > .item:nth-child(2n + 1), .md-row--quarters > .item, .md-row--quarters > .item:nth-child(2n + 1), .md-row--quarters > .item:nth-child(3n + 1), .md-row--fifths > .item, .md-row--fifths > .item:nth-child(2n + 1), .md-row--fifths > .item:nth-child(3n + 1), .md-row--fifths > .item:nth-child(4n + 1), .md-row--sixths > .item, .md-row--sixths > .item:nth-child(2n + 1), .md-row--sixths > .item:nth-child(3n + 1), .md-row--sixths > .item:nth-child(4n + 1), .md-row--sixths > .item:nth-child(5n + 1) {
    clear: none;
  }
  .md-row--halves > .item:nth-child(2n), .md-row--thirds > .item:nth-child(3n), .md-row--quarters > .item:nth-child(4n), .md-row--fifths > .item:nth-child(5n), .md-row--sixths > .item:nth-child(6n) {
    margin-right: 0;
  }
  .md-row--halves > .item:nth-child(2n + 1), .md-row--thirds > .item:nth-child(3n + 1), .md-row--quarters > .item:nth-child(4n + 1), .md-row--fifths > .item:nth-child(5n + 1), .md-row--sixths > .item:nth-child(6n + 1) {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .item.lg-item--one-col {
    width: 3.96552%;
  }
  .item.lg-item--two-col {
    width: 12.67241%;
  }
  .item.lg-item--three-col {
    width: 21.37931%;
  }
  .item.lg-item--four-col {
    width: 30.08621%;
  }
  .item.lg-item--five-col {
    width: 38.7931%;
  }
  .item.lg-item--six-col {
    width: 47.5%;
  }
  .item.lg-item--seven-col {
    width: 56.2069%;
  }
  .item.lg-item--eight-col {
    width: 64.91379%;
  }
  .item.lg-item--nine-col {
    width: 73.62069%;
  }
  .item.lg-item--ten-col {
    width: 82.32759%;
  }
  .item.lg-item--eleven-col {
    width: 91.03448%;
  }
  .item.lg-item--twelve-col {
    width: 99.74138%;
  }
  .lg-row--halves > .item, .lg-row--thirds > .item, .lg-row--thirds > .item:nth-child(2n), .lg-row--quarters > .item, .lg-row--quarters > .item:nth-child(2n), .lg-row--quarters > .item:nth-child(3n), .lg-row--fifths > .item, lg-row--fifths > .item:nth-child(2n), lg-row--fifths > .item:nth-child(3n), lg-row--fifths > .item:nth-child(4n), .lg-row--sixths > .item, .lg-row--sixths > .item:nth-child(2n), .lg-row--sixths > .item:nth-child(3n), .lg-row--sixths > .item:nth-child(4n), .lg-row--sixths > .item:nth-child(5n) {
    margin-right: 4.74138%;
  }
  .lg-row--halves > .item:nth-child(2n), .lg-row--thirds > .item:nth-child(3n), .lg-row--quarters > .item:nth-child(4n), .lg-row--fifths > .item:nth-child(5n), .lg-row--sixths > .item:nth-child(6n) {
    margin-right: 0;
  }
}
/* SUBROWS */
.subrow {
  margin: 1% 0;
  width: 100%;
}

.subitem {
  float: left;
  margin-right: 4.74138%;
}
.subitem.subitem--one-col {
  width: 3.96552%;
}
.subitem.subitem--two-col {
  width: 12.67241%;
}
.subitem.subitem--three-col {
  width: 21.37931%;
}
.subitem.subitem--four-col {
  width: 30.08621%;
}
.subitem.subitem--five-col {
  width: 38.7931%;
}
.subitem.subitem--six-col {
  width: 47.5%;
}
.subitem.subitem--seven-col {
  width: 56.2069%;
}
.subitem.subitem--eight-col {
  width: 64.91379%;
}
.subitem.subitem--nine-col {
  width: 73.62069%;
}
.subitem.subitem--ten-col {
  width: 82.32759%;
}
.subitem.subitem--eleven-col {
  width: 91.03448%;
}
.subitem.subitem--twelve-col {
  width: 99.74138%;
}
.subitem.subitem--last {
  margin-right: 0;
}
.subrow--halves > .subitem {
  width: 47.5%;
}
.subrow--thirds > .subitem {
  width: 30.08621%;
}
.subrow--quarters > .subitem {
  width: 21.37931%;
}
.subrow--fifths > .subitem {
  width: 16.2069%;
}
.subrow--sixths > .subitem {
  width: 12.67241%;
}
.subrow--halves > .subitem:nth-child(2n), .subrow--thirds > .subitem:nth-child(3n), .subrow--quarters > .subitem:nth-child(4n), .subrow--fifths > .subitem:nth-child(5n), .subrow--sixths > .subitem:nth-child(6n) {
  margin-right: 0;
}

/********************
@FONT-FACE + ICONS
********************/

@font-face {
	font-family: 'FB-Iconsx';
	src:url('../fonts/FB-Icons.eot');
	src:url('../fonts/FB-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FB-Icons.woff') format('woff'),
		url('../fonts/FB-Icons.ttf') format('truetype'),
		url('../fonts/FB-Icons.svg#FB-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Linearicons-Free';
  src: url("fonts/Linearicons-Free.eot?w118d");
  src: url("fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("fonts/Linearicons-Free.woff?w118d") format("woff"), url("fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
  content: "\e800";
}

.lnr-apartment:before {
  content: "\e801";
}

.lnr-pencil:before {
  content: "\e802";
}

.lnr-magic-wand:before {
  content: "\e803";
}

.lnr-drop:before {
  content: "\e804";
}

.lnr-lighter:before {
  content: "\e805";
}

.lnr-poop:before {
  content: "\e806";
}

.lnr-sun:before {
  content: "\e807";
}

.lnr-moon:before {
  content: "\e808";
}

.lnr-cloud:before {
  content: "\e809";
}

.lnr-cloud-upload:before {
  content: "\e80a";
}

.lnr-cloud-download:before {
  content: "\e80b";
}

.lnr-cloud-sync:before {
  content: "\e80c";
}

.lnr-cloud-check:before {
  content: "\e80d";
}

.lnr-database:before {
  content: "\e80e";
}

.lnr-lock:before {
  content: "\e80f";
}

.lnr-cog:before {
  content: "\e810";
}

.lnr-trash:before {
  content: "\e811";
}

.lnr-dice:before {
  content: "\e812";
}

.lnr-heart:before {
  content: "\e813";
}

.lnr-star:before {
  content: "\e814";
}

.lnr-star-half:before {
  content: "\e815";
}

.lnr-star-empty:before {
  content: "\e816";
}

.lnr-flag:before {
  content: "\e817";
}

.lnr-envelope:before {
  content: "\e818";
}

.lnr-paperclip:before {
  content: "\e819";
}

.lnr-inbox:before {
  content: "\e81a";
}

.lnr-eye:before {
  content: "\e81b";
}

.lnr-printer:before {
  content: "\e81c";
}

.lnr-file-empty:before {
  content: "\e81d";
}

.lnr-file-add:before {
  content: "\e81e";
}

.lnr-enter:before {
  content: "\e81f";
}

.lnr-exit:before {
  content: "\e820";
}

.lnr-graduation-hat:before {
  content: "\e821";
}

.lnr-license:before {
  content: "\e822";
}

.lnr-music-note:before {
  content: "\e823";
}

.lnr-film-play:before {
  content: "\e824";
}

.lnr-camera-video:before {
  content: "\e825";
}

.lnr-camera:before {
  content: "\e826";
}

.lnr-picture:before {
  content: "\e827";
}

.lnr-book:before {
  content: "\e828";
}

.lnr-bookmark:before {
  content: "\e829";
}

.lnr-user:before {
  content: "\e82a";
}

.lnr-users:before {
  content: "\e82b";
}

.lnr-shirt:before {
  content: "\e82c";
}

.lnr-store:before {
  content: "\e82d";
}

.lnr-cart:before {
  content: "\e82e";
}

.lnr-tag:before {
  content: "\e82f";
}

.lnr-phone-handset:before {
  content: "\e830";
}

.lnr-phone:before {
  content: "\e831";
}

.lnr-pushpin:before {
  content: "\e832";
}

.lnr-map-marker:before {
  content: "\e833";
}

.lnr-map:before {
  content: "\e834";
}

.lnr-location:before {
  content: "\e835";
}

.lnr-calendar-full:before {
  content: "\e836";
}

.lnr-keyboard:before {
  content: "\e837";
}

.lnr-spell-check:before {
  content: "\e838";
}

.lnr-screen:before {
  content: "\e839";
}

.lnr-smartphone:before {
  content: "\e83a";
}

.lnr-tablet:before {
  content: "\e83b";
}

.lnr-laptop:before {
  content: "\e83c";
}

.lnr-laptop-phone:before {
  content: "\e83d";
}

.lnr-power-switch:before {
  content: "\e83e";
}

.lnr-bubble:before {
  content: "\e83f";
}

.lnr-heart-pulse:before {
  content: "\e840";
}

.lnr-construction:before {
  content: "\e841";
}

.lnr-pie-chart:before {
  content: "\e842";
}

.lnr-chart-bars:before {
  content: "\e843";
}

.lnr-gift:before {
  content: "\e844";
}

.lnr-diamond:before {
  content: "\e845";
}

.lnr-linearicons:before {
  content: "\e846";
}

.lnr-dinner:before {
  content: "\e847";
}

.lnr-coffee-cup:before {
  content: "\e848";
}

.lnr-leaf:before {
  content: "\e849";
}

.lnr-paw:before {
  content: "\e84a";
}

.lnr-rocket:before {
  content: "\e84b";
}

.lnr-briefcase:before {
  content: "\e84c";
}

.lnr-bus:before {
  content: "\e84d";
}

.lnr-car:before {
  content: "\e84e";
}

.lnr-train:before {
  content: "\e84f";
}

.lnr-bicycle:before {
  content: "\e850";
}

.lnr-wheelchair:before {
  content: "\e851";
}

.lnr-select:before {
  content: "\e852";
}

.lnr-earth:before {
  content: "\e853";
}

.lnr-smile:before {
  content: "\e854";
}

.lnr-sad:before {
  content: "\e855";
}

.lnr-neutral:before {
  content: "\e856";
}

.lnr-mustache:before {
  content: "\e857";
}

.lnr-alarm:before {
  content: "\e858";
}

.lnr-bullhorn:before {
  content: "\e859";
}

.lnr-volume-high:before {
  content: "\e85a";
}

.lnr-volume-medium:before {
  content: "\e85b";
}

.lnr-volume-low:before {
  content: "\e85c";
}

.lnr-volume:before {
  content: "\e85d";
}

.lnr-mic:before {
  content: "\e85e";
}

.lnr-hourglass:before {
  content: "\e85f";
}

.lnr-undo:before {
  content: "\e860";
}

.lnr-redo:before {
  content: "\e861";
}

.lnr-sync:before {
  content: "\e862";
}

.lnr-history:before {
  content: "\e863";
}

.lnr-clock:before {
  content: "\e864";
}

.lnr-download:before {
  content: "\e865";
}

.lnr-upload:before {
  content: "\e866";
}

.lnr-enter-down:before {
  content: "\e867";
}

.lnr-exit-up:before {
  content: "\e868";
}

.lnr-bug:before {
  content: "\e869";
}

.lnr-code:before {
  content: "\e86a";
}

.lnr-link:before {
  content: "\e86b";
}

.lnr-unlink:before {
  content: "\e86c";
}

.lnr-thumbs-up:before {
  content: "\e86d";
}

.lnr-thumbs-down:before {
  content: "\e86e";
}

.lnr-magnifier:before {
  content: "\e86f";
}

.lnr-cross:before {
  content: "\e870";
}

.lnr-menu:before {
  content: "\e871";
}

.lnr-list:before {
  content: "\e872";
}

.lnr-chevron-up:before {
  content: "\e873";
}

.lnr-chevron-down:before {
  content: "\e874";
}

.lnr-chevron-left:before {
  content: "\e875";
}

.lnr-chevron-right:before {
  content: "\e876";
}

.lnr-arrow-up:before {
  content: "\e877";
}

.lnr-arrow-down:before {
  content: "\e878";
}

.lnr-arrow-left:before {
  content: "\e879";
}

.lnr-arrow-right:before {
  content: "\e87a";
}

.lnr-move:before {
  content: "\e87b";
}

.lnr-warning:before {
  content: "\e87c";
}

.lnr-question-circle:before {
  content: "\e87d";
}

.lnr-menu-circle:before {
  content: "\e87e";
}

.lnr-checkmark-circle:before {
  content: "\e87f";
}

.lnr-cross-circle:before {
  content: "\e880";
}

.lnr-plus-circle:before {
  content: "\e881";
}

.lnr-circle-minus:before {
  content: "\e882";
}

.lnr-arrow-up-circle:before {
  content: "\e883";
}

.lnr-arrow-down-circle:before {
  content: "\e884";
}

.lnr-arrow-left-circle:before {
  content: "\e885";
}

.lnr-arrow-right-circle:before {
  content: "\e886";
}

.lnr-chevron-up-circle:before {
  content: "\e887";
}

.lnr-chevron-down-circle:before {
  content: "\e888";
}

.lnr-chevron-left-circle:before {
  content: "\e889";
}

.lnr-chevron-right-circle:before {
  content: "\e88a";
}

.lnr-crop:before {
  content: "\e88b";
}

.lnr-frame-expand:before {
  content: "\e88c";
}

.lnr-frame-contract:before {
  content: "\e88d";
}

.lnr-layers:before {
  content: "\e88e";
}

.lnr-funnel:before {
  content: "\e88f";
}

.lnr-text-format:before {
  content: "\e890";
}

.lnr-text-format-remove:before {
  content: "\e891";
}

.lnr-text-size:before {
  content: "\e892";
}

.lnr-bold:before {
  content: "\e893";
}

.lnr-italic:before {
  content: "\e894";
}

.lnr-underline:before {
  content: "\e895";
}

.lnr-strikethrough:before {
  content: "\e896";
}

.lnr-highlight:before {
  content: "\e897";
}

.lnr-text-align-left:before {
  content: "\e898";
}

.lnr-text-align-center:before {
  content: "\e899";
}

.lnr-text-align-right:before {
  content: "\e89a";
}

.lnr-text-align-justify:before {
  content: "\e89b";
}

.lnr-line-spacing:before {
  content: "\e89c";
}

.lnr-indent-increase:before {
  content: "\e89d";
}

.lnr-indent-decrease:before {
  content: "\e89e";
}

.lnr-pilcrow:before {
  content: "\e89f";
}

.lnr-direction-ltr:before {
  content: "\e8a0";
}

.lnr-direction-rtl:before {
  content: "\e8a1";
}

.lnr-page-break:before {
  content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}

.lnr-sort-amount-asc:before {
  content: "\e8a4";
}

.lnr-hand:before {
  content: "\e8a5";
}

.lnr-pointer-up:before {
  content: "\e8a6";
}

.lnr-pointer-right:before {
  content: "\e8a7";
}

.lnr-pointer-down:before {
  content: "\e8a8";
}

.lnr-pointer-left:before {
  content: "\e8a9";
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(../../images/dv2/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../images/dv2/photoswipe/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*
 *  Remodal - v1.0.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover {
  color: #2b2e38;
  background: transparent;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-250px, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-250px, 0, 0);
    visibility: hidden;
  }
}
* {
  box-sizing: border-box;
}

body {
  position: relative;
}
body:after {
  background: white;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  width: 100%;
}
body.open {
  overflow: hidden;
}
body.open:after {
  opacity: 1;
  visibility: visible;
}

.b-nav {
  position: absolute;
  z-index: 11;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.b-nav:not(.open) {
  visibility: hidden;
}
.b-nav li {
  color: #8c8a86;
  list-style-type: none;
  margin: 1em 0 1em 30px;
  text-align: left;
  transform: translateX(-250px);
}
.b-nav li li {
  margin-left: 20px;
}
.b-nav li:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: slideOutLeft;
}
.b-nav li:first-child {
  padding-top: 60px;
}
.b-nav.open {
  visibility: visible;
}
.b-nav.open li {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: slideInLeft;
}
.b-nav.open li li {
  animation: none;
  transform: none;
  animation-duration: 0.4s;
  animation-name: fadeInFromNone;
  animation-timing-function: ease-in-out;
}
.b-nav ul {
  margin: 0;
  display: none;
}
.b-nav ul li, .b-nav ul li:first-child {
  padding: 0;
}
.b-nav a {
  color: #666666;
}

.b-link {
  background: transparent;
  border-left: rgba(140, 138, 134, 0) solid 2px;
  color: #8c8a86;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-left: 10px;
  text-decoration: none;
  transition: all 0.4s ease;
  width: auto;
}
.b-link:hover, .b-link--active {
  border-bottom: #8c8a86 solid 2px;
}

.b-menu {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  padding-left: 15.5px;
  padding-top: 17.5px;
  position: relative;
  transition: all 0.4s ease;
  user-select: none;
  width: 60px;
  z-index: 12;
}

.b-bun {
  background: #8c8a86;
  position: relative;
  transition: all 0.4s ease;
}
.b-bun--top {
  height: 2px;
  top: 0;
  width: 25px;
}
.b-bun--mid {
  height: 2px;
  top: 8px;
  width: 25px;
}
.b-bun--bottom {
  height: 2px;
  top: 16px;
  width: 25px;
}

.b-menu:hover .b-bun {
  background: #cccccc !important;
}

.b-brand {
  color: white;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  top: -25.35714px;
  transition: all 0.4s ease;
  z-index: 13;
}

.b-container {
display: none;
  height: 60px;
  left: 10px;
  position: absolute;
  top: 10px;
}
.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
  background: white;
}
.b-container.open .b-main {
  border: #8c8a86 solid 2px;
}
.b-container.open .b-bun--top {
  background: #8c8a86;
  top: 9px;
  transform: rotate(45deg);
}
.b-container.open .b-bun--mid {
  opacity: 0;
}
.b-container.open .b-bun--bottom {
  background: #8c8a86;
  top: 5px;
  transform: rotate(-45deg);
}
.b-container.open .b-brand {
  color: #8c8a86;
}

@media all and (min-width: 600px) {
  /*
  .b-container {
      top: 50px;
  }
  */
}
@media all and (min-width: 1200px) {
  .b-container {
    display: none;
  }
}
body {
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3C3D3D;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

p, ol, ul {
  margin: 1.5em 0;
}

ol, ul {
  margin: 1.5em 0 1.5em 1.5em;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1.25em;
}

h2 {
  text-transform: uppercase;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: normal;
}

h3 {
  font-family: "garamond-premier-pro",serif;
  font-size: 21px;
  color: #8c8a86;
  font-weight: normal;
}

.caps {
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
}

.is-hidden {
  display: none;
}

a {
  color: #ba3433;
  text-decoration: none;
}
a:hover {
  color: #333333;
}

a.cta {
  display: inline-block;
  padding: 0.95em 3em 0.55em;  
  color: #666666;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  border: solid 1px;
}
a.cta:hover {
  color: #666666;
}
a.cta.inactive {
  background: #8c8a86;
}

a.cta2 {
  display: inline-block;
  padding: 0.95em 3em 0.55em;
  background: #333333 url(../../images/fb2/button-bg.jpg) center center;
  color: white;
  font-family:  "P22 Underground", "p22-underground", serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
a.cta2:hover {
  color: white;
}

a.cta3 {
  display: inline-block;
  padding: 0.95em 3em 0.55em;  
  color: #FFFFFF;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  border: #FFFFFF solid 1px;
}
a.cta3:hover {
  color: #FFFFFF;
}
input.cta, input.primary {
  padding: 0.95em 3em 0.55em;
  height: 3em;
  background: #333333 url(../../images/fb2/buttonbg.jpg) center center;
  color: white;
  font-family:  "P22 Underground", "p22-underground", serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

input, textarea, select, button {
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  height: 2em;
}

textarea {
  height: 5em;
}

select {
  height: 2em;
}

input, textarea, select, button {
  padding: 0.25em 0.5em;
  border: 1px solid #000000;  
  color: #666666;
  vertical-align: middle;
  -webkit-appearance: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: 0;
}


::-webkit-input-placeholder { 
 font-size: 11px;
  color: #A6A8AB;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    text-align: center;  
}
::-moz-placeholder { 
  font-size: 11px;
  color: #A6A8AB;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    text-align: center;  
}
:-ms-input-placeholder { 
  font-size: 11px;
  color: #A6A8AB;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    text-align: center;  
}
:-moz-placeholder { 
  font-size: 11px;
  color: #A6A8AB;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    text-align: center;  
}

::placeholder {
  font-size: 11px;
  color: #A6A8AB;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    text-align: center;  
}

input[type="submit"], button {
  border: 0;
  text-transform: uppercase;
  font-family: "P22 Underground", "p22-underground", serif;
 background: #333333 url(../../images/fb2/buttonbg.jpg) center center;
  color: white;  
  background-color: #fff;  
  cursor:pointer;
}

button span.cta {
  display: inline;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: white;  
}

/* HEADER */
.outerwrapper--header {
  background: url(../../images/fb2/bg-cross.png) repeat-x bottom center;
  padding-bottom: 20px;
  text-align: center;
}
.outerwrapper--header .item {
  margin: 0;
  padding: 55px 0 30px 0;
}

.outerwrapper--header h1 {
  margin: 0 auto;
  width: 146px;
  height: 24px;
  background: url(../../images/fb2/logo.jpg);
  background-size: 146px 24px;
}
.outerwrapper--header h1 a {
  display: block;
  width: 146px;
  height: 24px;
  padding-top: 48px;
  overflow: hidden;
  font-size: 0.1em;
}

.menu, .meta {
  text-align: center;
}

.menu, .meta, .b-nav {
  font-size: 11px;
  text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.menu {
  margin: 20px 0 20px 0;
  display: block;
}

.menu ul {
  margin: 0;
  list-style: none;
}
.menu ul li {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  display: list-item;
}

.menu a {
  color: #283334;
  white-space: nowrap;
  transition: 0.4s ease;
  font-size: 14px;
  font-weight: 500;
}
.menu a:hover {
  color: #333333;
}

.menu ul ul {
  position: absolute;
  top: 1.5em;
  left: 0;
  padding-top: 0.5em;
  background: white;
  text-align: left;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  display: none;
  animation-duration: 0.4s;
  animation-name: fadeInFromNone;
  animation-timing-function: ease-in-out;
}
.menu ul ul li {
  display: block;
  margin: 0;
  margin: 1em 0;
}
.menu ul ul a {
  color: #8c8a86;
}

.menu li:hover > ul {
  display: block;
}

.menu > ul > li:hover > a {
  color: #000000;  
}

@media all and (min-width: 800px) {
	.menu ul li { 
	  display: inline-block;;
	}	
}
@media all and (min-width: 1200px) {
	.menu ul li { 
	  display: inline-block;;
	}

}
#bestsellers .productgrid .item {
	text-align: center;
}

@media all and (max-width: 799px) {
.menu ul {
	border-top: 1px solid #000000;
}
.menu ul li {
	border-bottom: 1px solid #000000;
	padding:0px;
}
.menu ul li a{
	font-size: 18px;
}


.menu ul li ul {
	border-top: 0px;
}

.menu ul li ul li{
	padding:0px;
	margin:0px;
	border-bottom: 0px;
	text-align: center;
	font-size:16px;
}

.menu ul li ul li:hover{
	background-color: #CCCCCC;	
}



.menu ul ul {
	  position: relative;
	  top: 0;
    left: 0;
    padding-top: 0;
    background: white;
    text-align: left;
    min-width: 200px;
    z-index: 0;
    box-shadow: none;
	}
	
#bestsellers .item{	
	    padding: 23px;
    border: 4px double #cac1ae;    
	}
}

.meta {
  position: absolute;
  top: 20px;
  right: 5px;
}

.meta ul {
  float: left;
  margin: 0.75em 15px 0 0;
  list-style: none;
}
.meta ul li {
  display: inline;
}

.meta a {
  color: #8c8a86;
}
.meta a:hover {
  color: #333333;
}

.search {
  float: right;
  margin: 0.2em 0 0;
  display: none;
}

.searchm {  
  margin: 0.75em 0 0;
  display: block;
}
.searchform {
  position: relative;
  font-size: 11px;
}

.searchform input {
  width: 110px;
  padding-right: 2em;
  font-size: 13px;
}

.searchform button {
  position: relative;
  top: 0;
  right: 0;
  height: 2.25em;
  line-height: 2.25em;
  border: 0;
  background: transparent;
  color: #333333;
}

.b-nav .searchform {
  padding: 1em 0 0 0;
}
.b-nav .searchform input {
  width: 100%;
}
.b-nav .searchform button {
  top: 1em;
}

@media all and (min-width: 800px) {
  .search {
    display: block;
  }
  .searchm {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .meta {
    top: 35px;
  }
}
@media all and (min-width: 600px) {
  .outerwrapper--header {
    padding-bottom: 50px;
  }
  .outerwrapper--header .item {
    padding: 35px 0 40px 0;
  }

  .outerwrapper--header h1 {
    width: 292px;
    height: 48px;
    background-size: 292px 48px;
  }
  .outerwrapper--header h1 a {
    width: 292px;
    height: 48px;
  }
}
@media all and (min-width: 1200px) {
  .outerwrapper--header {
    padding-bottom: 20px;
  }

  .meta {
    right: 0;
  }

  .menu {
    display: block;
  }
}
/* FOOTER */
.outerwrapper--newsletter {
  text-align: center;  
}

.outerwrapper--newsletter .item {
  margin-top: 5%;
  margin-bottom: 5%;
}
.outerwrapper--newsletter .item h2 {
  font-size: 32px;
}
.outerwrapper--newsletter .item h3 {
  margin: 1.5em;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #3C3D3D;
  
}
.outerwrapper--newsletter .item form {
  width: auto;
  margin: 0 auto;
}
.outerwrapper--newsletter .item input {
  width: 280px;
}
.outerwrapper--newsletter .item button {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.outerwrapper--follow {
  background: url(../../images/fb2/bg-cross.png) repeat-x top center;
  padding-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
/*
.outerwrapper--follow {
  background: #8b786f;
  color: white;
  text-align: center;
}
.outerwrapper--follow h2 {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background: url(../../images/fb2/arrow.png) no-repeat left center;
  padding-right: 20px;
  padding-left: 130px;
  line-height: 34px;
}
.outerwrapper--follow a {
  color: white;
}
.outerwrapper--follow i {
  margin: 0 0 0 1.5em;
  line-height: 34px;
}
.outerwrapper--follow .item {
  margin-top: 2.37069%;
  margin-bottom: 2.37069%;
}
*/

/* HOMEPAGE */
.outerwrapper--feature {
  position: relative;
  max-height: 179px;
  height: 179px;
  background: url(../../images/fb2/homepage-feature.jpg?V=20180116);
  background-position: 50% 50%;
  background-size: cover;
  width:100%;
}

.outerwrapper--feature2 {
  position: relative;
  max-height: 179px;
  height: 179px;
  background: url(../../images/fb2/presidentsdaysale.jpg) !important;
  background-position: 50% 50%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width:100%;
}
@media (max-width: 600px){
.outerwrapper--about {
    height: 219px !important;
}
}
.feature__text {
  position: absolute;
  text-align: center;
  top: 33.3333%;
  transform: translateY(-33.3333%);  
  color: #333333;
}
.feature__text h2 {
  font-size: 21px;
  line-height: 1.25;
}
.feature__text span {
  text-transform: none;
}

@media all and (max-width: 1500px) {  
  .outerwrapper--feature {  
  height: 670px;
  max-height: 670px;
  }
}

@media all and (max-width: 1400px) {  
  .outerwrapper--feature {  
  height: 625px;
  max-height: 625px;
  }
}

@media all and (max-width: 1300px) {  
  .outerwrapper--feature {  
  height: 581px;
  max-height: 581px;
  }
}

@media all and (max-width: 1200px) {
  
  .outerwrapper--feature {
  height: 536px;
  max-height: 536px;  
  }
}

@media all and (max-width: 1100px) {
  
  .outerwrapper--feature {
  height: 491px;
  max-height: 491px;  
  }
}

@media all and (max-width: 1000px) {
  
  .outerwrapper--feature {
  height: 446px;
  max-height: 446px;  
  }
}

@media all and (max-width: 900px) {
  
  .outerwrapper--feature {
  height: 402px;
  max-height: 402px;  
  }
}

@media all and (max-width: 800px) {
  
  .outerwrapper--feature {
  height: 357px;
  max-height: 357px;  
  }
}

@media all and (max-width: 700px) {
  
  .outerwrapper--feature {
  height: 312;
  max-height: 312px;  
  }
}

@media all and (max-width: 600px) {
  .feature__text h2 {
    font-size: 30px;
  }
  
  .outerwrapper--feature {
  height: 268px;
  max-height: 268px;
  
  }
}

@media all and (max-width: 550px) {
  .feature__text h2 {
    font-size: 30px;
  }
  
  .outerwrapper--feature {
  height: 245px;
  max-height: 245px;
  
  }
}

@media all and (max-width: 500px) {
  .feature__text h2 {
    font-size: 30px;
  }
  
  .outerwrapper--feature {
  height: 223px;
  max-height: 223px;
  
  }
}


@media all and (max-width: 450px) {
  .feature__text h2 {
    font-size: 30px;
  }
  
  .outerwrapper--feature {
  height: 200px;
  max-height: 200px;
  
  }
}

@media all and (max-width: 400px) {
  .feature__text h2 {
    font-size: 30px;
  }
  
  .outerwrapper--feature {
  height: 179px;
  max-height: 179px;
  
  }
}

@media all and (min-width: 1500px) {  
  .outerwrapper--feature {  
  height: 670px;
  max-height: 670px;
  }
}


.outerwrapper--sale {  
  background: url(../../images/fb2/bg-1.png) no-repeat left top, url(../../images/fb2/bg-2.png) no-repeat right top;
  text-align: center;
  padding-top: 5%;
}

.outerwrapper--sale .item { 
  margin-top: 0px;	
  margin-bottom: 4.74138%;
}

.outerwrapper--sale .salebutton{
	background: url(../../images/fb2/homepage-sale-bg.png) no-repeat center;
	min-height: 206px;
	padding: 50px 0 0;
	margin-top: 3%;	
	background-size: contain;
}



.outerwrapper--sale h2 {
  font-size: 24px;
}

.outerwrapper--sale h3 {
  font-size: 24px;
}



.outerwrapper--sale .salebutton h3{
	font-family: "garamond-premier-pro",serif;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0.2em;
}

@media all and (max-width: 600px) {
  .outerwrapper--sale .salebutton h2 {
  font-size: 20px;
	}

	.outerwrapper--sale  .salebutton h3 {
	  font-size: 20px;
	}
}

@media all and (max-width: 450px) {
  .outerwrapper--sale .salebutton h2 {
  font-size: 16px;
	}

	.outerwrapper--sale  .salebutton h3 {
	  font-size: 16px;
	}
	a.cta2 {    
    padding: 0.55em 3.5em 0.55em;
	    margin: -20px;
	}
	.outerwrapper--sale .salebutton {
	    padding: 65px 0 0;
	}
	.outerwrapper--sale  .salebutton p{
	  font-size: 16px;
	}
	
}

.outerwrapper--sale .salegrid h2{
    padding: 15px 0 0 0;
}

.outerwrapper--sale .salegrid h3{
     font-size: 18px;
	 letter-spacing: 0.1em;
}



.outerwrapper--banner .banner
{
    position: absolute;
    left: 5%;
    top: 2.25em;
    width: 90%;
}


.outerwrapper--banner {  
/*  background: url(../../images/fb2/flower_left.png) no-repeat left center, url(../../images/fb2/flower_right1.png) no-repeat right top, url(../../images/fb2/flower_right2.png) no-repeat right center;*/
margin-top:3%
}

.outerwrapper--banner .product-title{  
	font-size: 18px;    
}

.outerwrapper--banner .product-price {  
	font-family: "baskerville-urw";
    font-style: italic;
	font-size: 15px;    
}

.outerwrapper--banner a {
    color: #000000;
}


@media all and (max-width: 1130px) {
.outerwrapper--banner .banner
{    
    top: 2em;
}
}

@media all and (max-width: 1000px) {
.outerwrapper--banner .banner
{    	
	left: 6%;
	width: 88%;
}
}
@media all and (max-width: 900px) {
.outerwrapper--banner .banner
{    	
 top: 1.75em;
}
}
@media all and (max-width: 850px) {
.outerwrapper--banner .banner
{    	
	left: 6.5%;
	width: 87%;
}
}

@media all and (max-width: 800px) {
.outerwrapper--banner {  
  background-image:none;
}
.outerwrapper--banner .banner
{    	
 top: 1.625em;
}
}

@media all and (max-width: 750px) {
.outerwrapper--banner .banner
{    	
 top: 1.5em;
}
}

@media all and (max-width: 700px) {
.outerwrapper--banner .banner
{    	
 top: 1.375em;
}
}

@media all and (max-width: 650px) {
.outerwrapper--banner .banner
{    	
 top: 1.25em;
}
}

@media all and (max-width: 650px) {
.outerwrapper--banner .banner
{    	
 top: 1.125em;
 left: 7%;
	width: 86%;
}
}

@media all and (max-width: 600px) {
.outerwrapper--banner .banner
{    	
 top: 1em;
 
}
}

@media all and (max-width: 600px) {
.outerwrapper--banner .banner
{    	
 top: 0.875em;
  left: 7.5%;
	width: 85%;
}
}

@media all and (max-width: 450px) {
.outerwrapper--banner .banner
{    	
 top: 0.75em;
  left: 8%;
	width: 84%;
}
}


.outerwrapper--grid .item {
  margin-bottom: 4.74138%;
  text-align: center;
}
.outerwrapper--grid .item h2 {
  margin: 0.35em 0;
}

.outerwrapper--about {
  position: relative;
  height: 706px;
  max-height: 100%;
  background: url(../../images/fb2/homepage-about.jpg?v=20180116);
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.outerwrapper--emory {
  position: relative;
  height: 672px;
  max-height: 100%;
  background: url(../../images/fb2/Holloway_Collection_Announcement_FINAL.jpg);
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

@media all and (max-width: 1800px) {
.outerwrapper--emory {  
  height: 570px;  
}
}

@media all and (max-width: 1700px) {
.outerwrapper--emory {  
  height: 550px;  
}
}

@media all and (max-width: 1600px) {
.outerwrapper--emory {  
  height: 525px;  
}
}

@media all and (max-width: 1500px) {
.outerwrapper--emory {  
  height: 500px;  
}
}

@media all and (max-width: 1400px) {
.outerwrapper--emory {  
  height: 470px;  
}
}

@media all and (max-width: 1300px) {
.outerwrapper--emory {  
  height: 440px;  
}
}

@media all and (max-width: 1200px) {
.outerwrapper--emory {  
  height: 400px;  
}
}

@media all and (max-width: 1100px) {
.outerwrapper--emory {  
  height: 360px;  
}
}

@media all and (max-width: 1000px) {
.outerwrapper--emory {  
  height: 320px;  
}
}

@media all and (max-width: 900px) {
.outerwrapper--emory {  
  height: 300px;  
}
}

@media all and (max-width: 800px) {
.outerwrapper--emory {  
  height: 260px;  
}
}

@media all and (max-width: 700px) {
.outerwrapper--emory {  
  height: 230px;  
}
}

@media all and (max-width: 600px) {
.outerwrapper--emory {  
  height: 210px;  
      background-position: left;
}
}


.about__text {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: white;
}
.about__text h2 {
  margin: 0.35em 0;
}
.about__text h3 {
  font-size: 21px;
  font-family: "Adobe Caslon Pro", "adobe-caslon-pro", serif;
  font-style: italic;
  letter-spacing: 0.075em;
}
.about__text h2, .about__text h3 {
  color: white;
}
.about__text .cta {
  background: transparent;
  border: 1px solid white;
}

@media all and (max-width: 1800px) {
.outerwrapper--about {  
  height: 661px;  
}
}

@media all and (max-width: 1700px) {
.outerwrapper--about {  
  height: 625px;  
}
}

@media all and (max-width: 1600px) {
.outerwrapper--about {  
  height: 588px;  
}
}

@media all and (max-width: 1500px) {
.outerwrapper--about {  
  height: 551px;  
}
}

@media all and (max-width: 1400px) {
.outerwrapper--about {  
  height: 511px;  
}
}

@media all and (max-width: 1300px) {
.outerwrapper--about {  
  height: 474px;  
}
}

@media all and (max-width: 1200px) {
.outerwrapper--about {  
  height: 438px;  
}
}
@media all and (max-width: 1100px) {
.outerwrapper--about {  
  height: 401px;  
}
}
@media all and (max-width: 1000px) {
.outerwrapper--about {  
  height: 365px;  
}
}
@media all and (max-width: 900px) {
.outerwrapper--about {  
  height: 328px;  
}
}
@media all and (max-width: 800px) {
.outerwrapper--about {  
  height: 292px;  
}

.outerwrapper--about h2{
	font-size: 24px;
}

.outerwrapper--about h3{
	font-size: 16px;
}

.outerwrapper--about p{
    margin: 1em 0;
}
}
@media all and (max-width: 700px) {
.outerwrapper--about {  
  height: 255px;  
}
.outerwrapper--about {  
  height: 292px;  
}

.outerwrapper--about h2{
	font-size: 24px;
}

.outerwrapper--about h3{
	font-size: 16px;
}

.outerwrapper--about p{
    margin: 1em 0;
}
}
@media all and (max-width: 600px) {
.outerwrapper--about {  
  height: 219px;  
}
.outerwrapper--about {  
  height: 292px;  
}

.outerwrapper--about h2{
	font-size: 24px;
}

.outerwrapper--about h3{
	font-size: 16px;
}

.outerwrapper--about p{
    margin: 1em 0;
}
}

.outerwrapper--ornament {  
  text-align: center;
}

.outerwrapper--ornament .item {
  text-align: center;
  margin-bottom: 0;
}
.outerwrapper--ornament .item img {
  padding-bottom: 0.5em;
}
.outerwrapper--ornament .item h2 {
  font-size: 32px;
  line-height: 32px;
  background: white;
  display: inline-block;
  padding: 0 0.5em;
}

.outerwrapper--ornament .wrapper h3 {
  margin: 0.5em 0 0;
  font-family:  "P22 Underground", "p22-underground", serif;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.1em;
}
.outerwrapper--ornament .wrapper h4 {
  margin: 0.25em 0 0;
  font-family: "Adobe Caslon Pro", "adobe-caslon-pro", serif;
  font-style: italic;
  font-size: 14px;
  color: #8c8a86;
  letter-spacing: 0.1em;
}
.outerwrapper--ornament .wrapper p {
  margin: 0;
}

.outerwrapper--ornament {
  margin-top: -22px;
}

.outerwrapper--ornament .wrapper { 
}

.outerwrapper--ornament .item {
  margin-top: 3em;
  margin-bottom: 0em;
}



.outerwrapper--favorites {  
  background: url(../../images/fb2/bg-4.png) no-repeat left top, url(../../images/fb2/bg-5.png) no-repeat right top;
  text-align: center;
  padding-top: 3%;
    padding-bottom: 3%;
}


.outerwrapper--favorites .item h2 {
  font-size: 24px;
  line-height: 24px;  
  display: inline-block;
  padding: 0 0.5em;
}

.outerwrapper--favorites .wrapper h3 {
  margin: 0.5em 0 0;
  font-family:  "P22 Underground", "p22-underground", serif;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.1em;
}
.outerwrapper--favorites .wrapper h4 {
  margin: 0.25em 0 0;
  font-family: "Adobe Caslon Pro", "adobe-caslon-pro", serif;
  font-style: italic;
  font-size: 14px;
  color: #8c8a86;
  letter-spacing: 0.1em;
}
.outerwrapper--favorites .wrapper p {
  margin: 0;
}

.outerwrapper--favorites .title{
	 margin-top: 1.5%;
}

@media all and (max-width: 1300px) {
.outerwrapper--favorites  .shopnow{
margin-top: 2%;
    margin-bottom: 2%;
}

.outerwrapper--favorites .title{
	 margin-top: 2%;
}
}

@media all and (max-width: 1200px) {
.outerwrapper--favorites  .shopnow{
margin-top: 3%;
    margin-bottom: 3%;
}

.outerwrapper--favorites .title{
	 margin-top: 2.5%;
}
}

@media all and (max-width: 1100px) {
.outerwrapper--favorites  .shopnow{
margin-top: 4%;
    margin-bottom: 4%;
}

.outerwrapper--favorites .title{
	 margin-top: 3.25%;
}
}

@media all and (max-width: 1000px) {
.outerwrapper--favorites  .shopnow{
margin-top: 3%;
    margin-bottom: 7%;
}

.outerwrapper--favorites .title{
	 margin-top: 7%;
}
}


.outerwrapper--ornament .item {
  margin-top: 3em;
  margin-bottom: 0em;
}

.bestsellers__border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  box-sizing: content-box;
  z-index: -1;
  border-width: 19px 0;
  border-image: url(../../images/fb2/bg-cross-2.png) 19 repeat;
}
.outerwrapperbg{
	background: url(../../images/fb2/homepage-ornament-bg.png) no-repeat center;
  position: relative;
  text-align: center;  
    padding: 3.5%;    
    background-size: contain;
}

@media all and (min-width: 1350px) {
  .outerwrapper--bestsellers {
    margin-top: -22px;
  }

  .outerwrapper--bestsellers .wrapper {
    padding: 50px 0;
  }

  .outerwrapper--bestsellers .item {
    margin-top: 0;
  }

  .bestsellers__border {
    left: -50px;
    right: -50px;
    padding: 0 31px;
    border-width: 19px;
  }
}

@media all and (max-width: 950px) {
.outerwrapperbg{
	background-image:none;
}
}
.outerwrapper--instatitle h3 {
  color: #3C3D3D;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: "P22 Underground", "p22-underground", sans-serif;
}

.outerwrapper--instatitle a {
  color: #3C3D3D;
}
.outerwrapper--instatitle a:hover {
  color: #8c8a86;
}

.outerwrapper--instatitle .item {
  margin-top: 0;
  margin-bottom: 2.37069%;
  text-align: center;
}

.outerwrapper--insta {
  text-align: center;
}

.instagram {
  margin: 0;
  list-style: none;
}
.instagram li {
  float: left;
  width: 33.3333%;
}
.instagram img {
  float: left;
}

@media all and (min-width: 800px) {
  .instagram li {
    float: left;
    width: 16.6666%;
  }
}
.outerwrapper--recall {
  text-align: center;
}
.outerwrapper--recall p {
  margin: 0 auto;
  display: inline-block;
  background: #dddddd;
  padding: 1.5em;
}

/**** PAGES *****/
.outerwrapper--productgrid {
  text-align: center;
}
.outerwrapper--productgrid .item {
  margin-bottom: 0;
}
.outerwrapper--productgrid h3 {
  margin: 0.5em 0 0;
  font-family:  "P22 Underground", "p22-underground", serif;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.1em;
}
.outerwrapper--productgrid h4 {
  margin: 0.25em 0 0;
  font-family: "Adobe Caslon Pro", "adobe-caslon-pro", serif;
  font-style: italic;
  font-size: 14px;
  color: #8c8a86;
  letter-spacing: 0.1em;
}
.outerwrapper--productgrid p {
  margin: 0;
}

#photo ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0.5em 0;
  list-style: none;
}
#photo ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#photo ul li.active {
  display: block;
}
#photo ul:after {
  padding-top: 66.6667%;
  display: block;
  content: ' ';
}

#thumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#thumbs li {
  display: none;
}
#thumbs li.current {
  display: inline-block;
  margin-right: 15px;
    margin-bottom: 7px;
}

.bgflower {
    background: url(../../images/fb2/flower_contact_left.png) no-repeat left top, url(../../images/fb2/flower_contact_right1.png) no-repeat right top, url(../../images/fb2/flower_contact_right2.png) no-repeat right bottom;
}


.bgflower2{
    background: url(../../images/fb2/flower_left.png) no-repeat left top, url(../../images/fb2/flower_contact_right1.png) no-repeat right top;
}

.bgflower3 {
    background: url(../../images/fb2/flower_contact_left.png) no-repeat left top, url(../../images/fb2/flower_contact_right1.png) no-repeat right top;
}
@media all and (max-width: 800px) {


.bgflower {
    background-image:none;
}


.bgflower2{
    background-image:none;
}
.bgflower3{
    background-image:none;
}
}
.outerwrapper--product {
    background: url(../../images/fb2/flower_product_left1.png) no-repeat left top, url(../../images/fb2/flower_product_right.png) no-repeat right bottom;
}

.outerwrapper--pairs {
    background: url(../../images/fb2/flower_product_left.png) no-repeat left top;
}

.outerwrapper--product .item{
	margin-top:2%;
}

.outerwrapper--product h2{
   text-transform: none;
    letter-spacing: 0.1em;
}
.outerwrapper--product #photo img{
/*	border: 0.75em solid #ddbb7c;*/
}

#photo  .banner{
    position: absolute;
    left: 7%;
    top: 8%;
    width: 86%;
}

.outerwrapper--product a.cta, .outerwrapper--product span.cta, .outerwrapper--productdesc span.cta {
	background: url(../../images/fb2/buttonbg.jpg) repeat top center;
	font-family: "P22 Underground", "p22-underground", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	white-space: nowrap;
	color: #FFFFFF;
	border : 0px;
	font-size: 16px;
	padding: 0.5em 0.75em 0.5em 0.75em;
	cursor: pointer;
}

.outerwrapper--product a.cta:hover, .outerwrapper--product span.cta:hover, .outerwrapper--productdesc span.cta:hover{	
	color: #FFFFFF;
	border: 0px;
}


.product__swatches ul {
  margin: 0;
  list-style: none;
}
.product__swatches ul input {
  display: none;
}
.product__swatches ul label {
  display: block;
  float: left;
  border: 2px solid white;
  width: 44px;
  height: 44px;
}
.product__swatches ul label:hover {
  border: 2px solid #cccccc;
}
.product__swatches ul input:checked + label {
  border: 2px solid #333333;
}
.product__swatches ul img {
  display: block;
  float: left;
}
.product__swatches ul li {
  display: block;
  float: left;
  margin: 0 0.25em 0 0;
  width: 44px;
  height: 44px;
  position: relative;
}
.product__swatches ul li[data-availability=unavailable]:after,
.product__swatches ul li[data-availability=unavailable-exclusive]:after,
.product__swatches ul li[data-availability=exclusive]:after {
  font-size: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  content: "x";
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.product__color, .product__price {
  margin: 0.5em 0 0;
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 21px;
  color: #000000;
  font-weight: normal;
}

.product__cart {
  margin: 1.5em 0;
}

.product__like-button {
  float: left;
  margin-right: 10px;
}



.outerwrapper--productdesc{
	display:none;
}

.outerwrapper--product .accordion{
	margin-top: 20px;
}


/*
.outerwrapper--product .accordion{
	margin-top: 16em;
}

@media all and (max-width: 1150px) {
.outerwrapper--product .accordion{
	margin-top: 15em;
}
}

@media all and (max-width: 1100px) {
.outerwrapper--product .accordion{
	margin-top: 14.5em;
}
}

@media all and (max-width: 1050px) {
.outerwrapper--product .accordion{
	margin-top: 14em;
}
}

@media all and (max-width: 1000px) {
.outerwrapper--product .accordion{
	margin-top: 13.5em;
}
}

@media all and (max-width: 950px) {
.outerwrapper--product .accordion{
	margin-top: 13em;
}
}

@media all and (max-width: 912px) {
.outerwrapper--product .accordion{
	margin-top: 12.5em;
}
}

@media all and (max-width: 875px) {
.outerwrapper--product .accordion{
	margin-top: 12em;
}
}

@media all and (max-width: 850px) {
.outerwrapper--product .accordion{
	margin-top: 11.5em;
}
}

@media all and (max-width: 825px) {
.outerwrapper--product .accordion{
	margin-top: 11em;
}
}

@media all and (max-width: 800px) {
.outerwrapper--product .accordion{
	display:none;
}
.outerwrapper--productdesc{
	display:block;
}

.outerwrapper--product #thumbs
{
	margin-top: 15em;
}
}

@media all and (max-width: 700px) {
.outerwrapper--product #thumbs
{
	margin-top: 14em;
}
}

@media all and (max-width: 650px) {
.outerwrapper--product #thumbs
{
	margin-top: 13em;
}
}

@media all and (max-width: 600px) {
.outerwrapper--product #thumbs
{
	margin-top: 12em;
}
}

@media all and (max-width: 550px) {
.outerwrapper--product #thumbs
{
	margin-top: 11em;
}
}

@media all and (max-width: 510px) {
.outerwrapper--product #thumbs
{
	margin-top: 10em;
}
}

@media all and (max-width: 470px) {
.outerwrapper--product #thumbs
{
	margin-top: 9em;
}
}

@media all and (max-width: 440px) {
.outerwrapper--product #thumbs
{
	margin-top: 8em;
}
}

@media all and (max-width: 400px) {
.outerwrapper--product #thumbs
{
	margin-top: 7em;
}
}
*/

.accordion_title {
  padding: 0.5em 0;
	float: left;
	margin-right: 1.5em;
	margin-top: 2.5em;
}
.accordion_title h4 {
  float: left;
  font-family:  "P22 Underground", "p22-underground", serif;
  font-style: italic;
  font-size: 14px;
  color: #cccccc;
  letter-spacing: 0.1em;
}
.accordion_title i {
  float: right;
  color: #cccccc;
}
.accordion_title.selected h4 {
  color: #8c8a86;
}
.accordion_title.selected i {
  display: none;
}

.accordion_content {
 width: 100%;
      float: left;
  display: none;
}
.accordion_content.selected {
  display: block;
}

.accordionm{
		display: none;
	}

@media all and (max-width: 799px) {
	.accordion{
	 display: none;
	}
	.accordionm{
		margin-top: 30px;
		display: block;
	}
}

.outerwrapper--pairs {  
  padding: 20px 0;
  text-align: center;
}
.outerwrapper--pairs h2 {
 margin-bottom: 1.5em;
   text-align:left;
	line-height: 3em;
  border-bottom: 1px solid #000000;
}
.outerwrapper--pairs h3 {
  font-family: "P22 Underground", "p22-underground", sans-serif;
  font-size: 16px;
  font-weight:bold;
  margin: 0.5em 0 0; 
  color: #333333;

  letter-spacing: 0.1em;
}
.outerwrapper--pairs h4 {
  margin: 0.25em 0 0;
  font-family: "Adobe Caslon Pro", "adobe-caslon-pro", serif;
  font-style: italic;
  font-size: 14px;
  color: #8c8a86;
  letter-spacing: 0.1em;
}
.outerwrapper--pairs p {
  margin: 0;
}
.outerwrapper--pairs .item {
  margin-top: 0;
  margin-bottom: 1.5em;
}

/* STORES */
.outerwrapper--stores h3 {
  margin-bottom: 0.5em;
}

#stores-search {
  border: 0.5em solid #c9dde8;
  padding: 1em;
  overflow: auto;
}

#usa-results h3 {
  margin-top: 1.5em;
}
#usa-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#usa-results li {
  margin: 1.5em 0 0;
}

/* CONTACT */
#contact-form .item, #mason-recall-form .item {
  margin-top: 0;
      margin-bottom: 1.5em;
}
#contact-form .item input, #contact-form .item textarea, #contact-form .item select, #mason-recall-form .item input, #mason-recall-form .item textarea, #mason-recall-form .item select {
  width: 100%;
}
#contact-form .item #country_other, #contact-form .item #country_us, #contact-form .item #country_canada, #contact-form .item #country_ca, #mason-recall-form .item #country_other, #mason-recall-form .item #country_us, #mason-recall-form .item #country_canada, #mason-recall-form .item #country_ca {
  display: none;
}

.intro {
  margin-bottom: 3em;  
  padding: 0 3em;
  text-align: center;
}

/* MANUALS */
.outerwrapper--manuals h3, .manual-list {
  margin: 1.5em 0;
}

/* REG */
#register-form .item {
  margin-top: 0.5em;
}
#register-form .item input, #register-form .item textarea, #register-form .item select {
  width: 100%;
}
#register-form .item #month {
  width: 49%;
  float: left;
}
#register-form .item #year {
  width: 49%;
  float: right;
}
#register-form .item #country_other, #register-form .item #country_us, #register-form .item #country_canada {
  display: none;
}

/* PARTS */
#parts-consumers .item, #parts-retailers .item {
  margin-top: 0.5em;
}
#parts-consumers .item input, #parts-consumers .item textarea, #parts-consumers .item select, #parts-retailers .item input, #parts-retailers .item textarea, #parts-retailers .item select {
  width: 100%;
}
#parts-consumers .item #consumer-country_other, #parts-consumers .item #consumer-country_us, #parts-consumers .item #consumer-country_ca,
#parts-consumers .item #retailer-country_other, #parts-consumers .item #retailer-country_us, #parts-consumers .item #retailer-country_ca, #parts-retailers .item #consumer-country_other, #parts-retailers .item #consumer-country_us, #parts-retailers .item #consumer-country_ca,
#parts-retailers .item #retailer-country_other, #parts-retailers .item #retailer-country_us, #parts-retailers .item #retailer-country_ca {
  display: none;
}
#parts-consumers .item .parts-add-part, #parts-consumers .item .parts-add-photo, #parts-retailers .item .parts-add-part, #parts-retailers .item .parts-add-photo {
  margin-top: 0.25em;
}

.half {
  width: 49%;
  float: left;
}
.half:last-child {
  width: 49%;
  float: right;
}
.half .cta {
  width: 100%;
  display: block;
  text-align: center;
}

.fax {
  display: none !important;
}


.custom-combobox {
	position: relative;
	display: block;
}
.custom-combobox-toggle, .custom-combobox-toggle.ui-state-hover {
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	text-decoration: none;
	background: #bd2f2d;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.custom-combobox-toggle:before {	
	font-family: 'FB-Iconsx';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f0d7";
}



.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	background: #fff;
	line-height: 1.35em;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: left;
}
.ui-autocomplete  { 
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}
.ui-autocomplete a {
	display: block;
	padding: 5px 10px;
	color: #454545;
	text-decoration: none;
	cursor: pointer;
}
.ui-autocomplete a:hover, .ui-state-hover, .ui-state-focus {
	background: #e0e0e0 !important;
}

/* SAFETY  */
.outerwrapper--safetytable table {
  margin: 1.5em 0;
  width: 100%;
}
.outerwrapper--safetytable td, .outerwrapper--safetytable th {
  border: 1px solid #cccccc;
  padding: 0.5em;
}
.outerwrapper--safetytable th {
  font-weight: bold;
}

/* MESSAGES */
#message {
  text-align: center;
  padding: 1.5em 0;
}

.alert-success {
  background: #8c8a86;
  color: white;
}



.press-address {
	float: left;
}
#press-menu {	
	clear: both;
	list-style: none;
}
#press-menu li {
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
	line-height: 35px;
	font-family: Volkhov, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.035em;
}
#press-menu a {
	display: block;
	padding: 0 15px;
	background-color: #bd2f2d !important;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;  
	opacity: 0.35;
}
#press-menu a:hover, #press-menu .current a {
	background-color: #d46464 !important;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;  
	opacity: 1;
}
#press-menu a:active {
	background-color: #a41c1a !important;
}

#cause-list {
	margin-top: 3em;
}
#press-list{
	text-align:center;
}
#press-list .item {
	margin-bottom: 30px;
	background: #FFF;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#press-list .pad{
	padding: 20px;
	    position: relative;
}
#press-list p, #cause-list p {
	margin: 1em 0 0;
	font-family: Cabin, serif;
}
.press-title {
	margin-bottom: 1em;
}
.press-title h3{
	text-align: center;
	margin: 0 !important;
	font: 1em/1.5em Georgia, serif !important;
	text-transform: uppercase;
}
.press-title .press-date {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 7px;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	background: #d6d6d6;
}
.press-title a {
	color: #454545;
	text-decoration: none;
}
.press-title a:visited{
	color: #999;
}
.press-title a:hover{
	color: #bd2f2d;
}
.press-title a:active {
	color: #d46464;
}

#about-content{
	text-align:center;
}

.fa{
font-size: 1.5em !important;
}

.accordion__title h4{
	font-size: 1.5em;
	cursor: pointer;
}

.ui-helper-hidden-accessible  div { display:none ; }



.outerwrapper--feature .feature__text{
	width:100%;
	height:100%;
	background-image:url('../../images/fb2/BlackFridayBanner.png');
	background-repeat:no-repeat;
	background-position: center bottom; 	
}

@media all and (max-width: 799px) {
	.outerwrapper--feature .feature__text{
		background-image:url('../../images/fb2/BlackFridayBanner_s.png');
	}
}

@media all and (max-width: 599px) {
	.outerwrapper--feature .feature__text{
		background-image:url('../../images/fb2/BlackFridayBanner_xs.png');
	}
}

.newlabel {
    width: 15%;
    height: 100%;
    background-image: url(../../images/fb2/new.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 10000;
    bottom: 0;
    left: 1.5%;
    position: absolute;
}

@media all and (max-width: 599px) {
	.newlabel {
    width: 10%;
	left: 12%;
	bottom: 1%;
	}
}

@media all and (max-width: 400px) {
	.newlabel {
    width: 12%;
	left: 8%;	
	}
}


.outerwrapper--productgrid .item.cf.collection {
    position: relative;
}