@charset "UTF-8";
/*
 * Main: Libraries, Core, Modules, Inbox, Shame
 */
/* ==========================================================================
   Libraries
   ========================================================================== */
/*
 * Set Variables
 */
/* ==========================================================================
   Bootstrap
   ========================================================================== */
/* 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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*
 * Override Variables
 */
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

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

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

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

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

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

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

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

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

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

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

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

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

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

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

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

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

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

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

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

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

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

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

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* ==========================================================================
   Core
   ========================================================================== */
/*
 * Settings: @font-face, Variables
 */
/* ==========================================================================
   @font-face
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
.bg-teal {
  background: #35937f; }

.bg-green {
  background: #a7cf39; }

.bg-purple {
  background: #785a82; }

.bg-orange {
  background: #faa525; }

.bg-yellow {
  background: #fdd033; }

.bg-lt-blue {
  background: #9bdae9; }

.bg-red {
  background: #e75524; }

.bg-grey {
  background: #7C7C7C; }

.button.bg-purple:hover {
  color: #785a82;
  outline: 2px #785a82 solid; }

.button.bg-yellow:hover {
  color: #fdd033;
  outline: 2px #fdd033 solid; }

.button.bg-red:hover {
  color: #e75524;
  outline: 2px #e75524 solid; }

.button.bg-orange:hover {
  color: #faa525;
  outline: 2px #faa525 solid; }

.button.bg-lt-blue:hover {
  color: #9bdae9;
  outline: 2px #9bdae9 solid; }

.button.bg-teal:hover {
  color: #35937f;
  outline: 2px #35937f solid; }

.button.bg-green:hover {
  color: #a7cf39;
  outline: 2px #a7cf39 solid; }

.button.bg-grey:hover {
  color: #7C7C7C;
  outline: 2px #7C7C7C solid; }

/*
 * Helpers: Extends, Functions, Mixins
 */
/* ==========================================================================
   Extends
   ========================================================================== */
/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Base
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #fff;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

p {
  margin-bottom: 20px; }

blockquote {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 10px; }

pre {
  font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace;
  margin-bottom: 20px; }

a {
  color: #2980b9;
  text-decoration: none; }

a:active,
a:focus,
a:hover {
  color: #2c3e50; }

code {
  font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace; }

del,
strike {
  text-decoration: line-through; }

em,
i {
  font-style: italic; }

small {
  font-size: 75%; }

strong,
b {
  font-weight: bold; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
  width: 100%; }

th {
  background-color: #eee;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 10px; }

td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 10px; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

/*
 * Typography
 */
.h2 {
  text-align: center;
  width: 100%;
  height: 30px;
  border-bottom: 1px #7C7C7C solid;
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative; }

h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  background: #FFF;
  color: #7C7C7C;
  padding: 15px 40px;
  border: 1px #7C7C7C solid;
  display: inline-block;
  font-family: "Cyclone Background A", "Cyclone Background B";
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 9; }

a {
  color: #e75524; }

a:hover {
  color: #a2a2a2; }

@media screen and (min-width: 992px) {
  h2 {
    line-height: 24px; } }
/*
 * Layout
 */
.l-site-header {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }

.l-main {
  padding: 20px 0; }

/* ==========================================================================
   Modules
   ========================================================================== */
.mantle--404 {
  background-image: url("../images/404.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
  height: 1000px;
  background-position: top center;
  text-align: center;
  padding-top: 150px; }

.mantle--404 p {
  border-top: 1px #908e8e solid;
  border-bottom: 1px #908e8e solid;
  padding: 10px;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  text-transform: uppercase;
  color: #908e8e;
  display: inline-block;
  margin-top: 10px; }

.about-us__sections {
  text-align: center;
  margin-bottom: 100px; }

.about-us__sections li {
  width: 49%;
  display: inline-block;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #898984;
  vertical-align: top; }

.about-us__section_icon-wrap {
  position: relative;
  width: 100%; }

.about-us__section_icon {
  width: 150px;
  height: 150px;
  display: block;
  background: #f3f2e8;
  margin: 10px auto;
  border-radius: 100%;
  border: 12px #b9baae solid;
  -webkit-transition: border 0.2s;
  transition: border0 0.2s;
  -webkit-transition: transform  0.2s;
  transition: transform 0.2s; }

.about-us__section_icon--our-designs {
  background-image: url("../images/aboutus-ourdesigns.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--our-designs {
      background-image: url("../images/aboutus-ourdesigns@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon--our-beliefs {
  background-image: url("../images/aboutus-ourbeliefs.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--our-beliefs {
      background-image: url("../images/aboutus-ourbeliefs@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon--our-story {
  background-image: url("../images/aboutus-ourstory.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--our-story {
      background-image: url("../images/aboutus-ourstory@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon--customer-testimonials {
  background-image: url("../images/aboutus-testimonials.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--customer-testimonials {
      background-image: url("../images/aboutus-testimonials@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon--green-goals {
  background-image: url("../images/aboutus-greengoals.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--green-goals {
      background-image: url("../images/aboutus-greengoals@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon--care-instructions {
  background-image: url("../images/aboutus-care.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--care-instructions {
      background-image: url("../images/aboutus-care@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon--giving-back {
  background-image: url("../images/aboutus-givingback.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--giving-back {
      background-image: url("../images/aboutus-givingback@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon--warm-bellies {
  background-image: url("../images/aboutus-warmbellies.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--warm-bellies {
      background-image: url("../images/aboutus-warmbellies@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon--store-locator {
  background-image: url("../images/aboutus-locator.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .about-us__section_icon--store-locator {
      background-image: url("../images/aboutus-locator@2x.png");
      background-size: 133px 225px; } }

.about-us__section_icon:hover {
  background-position: bottom;
  background-repeat: no-repeat;
  -ms-transform: scale(1.08);
  /* IE 9 */
  -webkit-transform: scale(1.08);
  /* Chrome, Safari, Opera */
  transform: scale(1.08);
  z-index: 99999;
  background-color: #fdd033;
  border-color: #faebaf; }

.about-us__scholarships {
  position: relative;
  background-image: url("../images/bg-scholarships.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold;
  padding: 24px 20px;
  height: 470px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 40px; }

.about-us__scholarships .content {
  position: absolute;
  bottom: -20px;
  padding-right: 20px; }

.about-us__scholarships__flag-wrap {
  background: #e75524;
  display: inline-block;
  position: absolute;
  padding: 15px 30px;
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 36px;
  top: 20px;
  left: 0px;
  line-height: 45px;
  width: auto;
  color: #FFF;
  font-weight: normal; }

.about-us__scholarships__flag-wrap:hover {
  cursor: pointer; }

.about-us__scholarships__flag-wrap span {
  font-family: "Cyclone A", "Cyclone B";
  font-size: 60px; }

.about-us__scholarships__flag {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 0 64px 46px;
  border-color: transparent transparent transparent #e75524;
  position: absolute;
  right: -46px;
  top: 0px;
  display: none; }

.about-us .from-the-blog,
.about-us .from-the-blog .h2 {
  margin-top: 0px; }

@media screen and (min-width: 768px) {
  .about-us__sections li {
    width: 33%; }

  .about-us__scholarships__flag-wrap {
    top: 80px; }

  .about-us__scholarships__flag {
    display: block; } }
@media screen and (min-width: 1200px) {
  .about-us__sections li {
    width: 19%; } }
.mantle--auctions {
  background-image: url("../images/auctions-mantle-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-top: -100px;
  padding: 100px 0 220px 0;
  display: block;
  width: 100%; }
  .mantle--auctions h3 {
    margin-top: 50px;
    padding-left: 10px;
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 65px;
    color: #fff; }
    .mantle--auctions h3 span {
      font-family: "Cyclone A", "Cyclone B"; }
  .mantle--auctions p {
    font-size: 16px;
    color: #fff; }

.auctions__thumbnails {
  text-align: center; }
  .auctions__thumbnails h3 {
    margin-top: 10px;
    font-family: "Cyclone Background A", "Cyclone Background B";
    color: #faa525;
    font-size: 72px;
    line-height: 75px; }
  .auctions__thumbnails h4 {
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    color: #35937f;
    font-size: 20px;
    margin-bottom: 20px; }
.auctions__description h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 36px;
  color: #ecc11c;
  border-bottom: 1px solid #7C7C7C;
  padding-bottom: 15px;
  margin-top: 60px;
  margin-bottom: 30px; }
.auctions__description p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 16px;
  color: #898984; }
  .auctions__description p span {
    font-weight: bold; }
.auctions__photos {
  padding-bottom: 60px;
  text-align: center; }
  .auctions__photos .h2 {
    margin-top: 55px; }
  .auctions__photos img {
    max-width: 100%;
    margin-bottom: 30px; }
  .auctions__photos h3 {
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    color: #35937f;
    font-size: 20px;
    margin-bottom: 15px; }

.mantle--awards {
  background-image: url("../images/mantle-awards.jpg");
  background-size: cover;
  background-position: 100% 30% !important;
  margin-top: -100px;
  padding: 100px 0 0 0;
  display: block;
  width: 100%; }
  .mantle--awards h3 {
    padding-left: 10px;
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 65px;
    color: #fff; }
    .mantle--awards h3 span {
      font-family: "Cyclone A", "Cyclone B"; }
  .mantle--awards p {
    font-size: 16px;
    color: #fff; }

.awards__list--content {
  margin-bottom: 60px; }
  .awards__list--content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .awards__list--content .content-prize {
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center; }
    .awards__list--content .content-prize img {
      max-width: 100%; }
  .awards__list--content .content-text {
    display: inline-block;
    vertical-align: middle;
    float: none; }
    .awards__list--content .content-text h4 {
      font-family: "Gotham A", "Gotham B";
      font-weight: bold;
      color: #35937f;
      margin-bottom: 10px; }
      .awards__list--content .content-text h4 span {
        display: inline-block;
        background-image: url(../images/paw.png);
        background-size: 18px 18px;
        background-position: center center;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        margin-right: 15px; }
    .awards__list--content .content-text p {
      font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
      color: #898984;
      font-size: 16px; }
    .awards__list--content .content-text a {
      color: #e75524;
      font-weight: bold;
      text-decoration: underline; }

@media screen and (min-width: 768px) {
  .mantle--awards h3 {
    font-size: 96px; }
  .mantle--awards p {
    font-size: 18px; } }
.blog {
  padding-top: 20px; }

.blog__mantle .content {
  background: #f4f4ec;
  padding: 40px; }

.blog__mantle__content {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #898984; }

.blog__mantle__content p {
  font-weight: bold; }

.blog__mantle__content .featured-label {
  color: #35937f;
  font-family: "Cyclone A", "Cyclone B";
  font-size: 40px;
  line-height: 40px; }

.blog__mantle__content h1 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #35937f;
  font-size: 74px; }

.blog__mantle img {
  max-width: 100%;
  min-height: 100%;
  margin-right: -20px;
  position: relative; }

.blog__post {
  padding: 40px 0;
  border-bottom: 1px #7C7C7C solid;
  font-size: 16px; }

.blog__post:first-child {
  padding-top: 0px; }

.blog__post:last-child {
  border: none; }

.blog__post p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif; }

.blog__post .meta {
  font-style: italic;
  font-family: "Gotham A", "Gotham B";
  color: #7C7C7C; }

.blog__post h3,
.blog__post h4 {
  color: #a7cf39; }

.blog__post h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 40px; }

.blog__post h4 {
  font-family: "Gotham A", "Gotham B"; }

.blog__post img {
  max-width: 100%; }

.blog__mantle .col-xs-12 {
  background: #f4f4ec;
  padding-bottom: 0px;
  line-height: 0px;
  padding: 0px;
  margin-bottom: 60px;
  position: relative; }

.blog__mantle__content {
  width: 100%;
  float: left;
  line-height: 1.2;
  padding: 20px; }

.blog__mantle__img {
  width: 100%;
  float: right;
  height: 300px;
  background: url("../images/blog-feat.jpg");
  display: block;
  position: relative;
  background-size: cover; }

.blog__mantle__img img {
  width: 100%; }

.blog .recent-posts a {
  color: #898984;
  font-family: "Gotham A", "Gotham B";
  font-style: italic; }

.blog .recent-posts li a {
  border-bottom: 1px #7C7C7C solid;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.blog .recent-posts a:hover {
  color: #e75524; }

.blog .recent-posts .blog-widget__post-title {
  float: left;
  width: 100%; }

.blog .recent-posts .blog-widget__read-more {
  float: right; }

.blog .popular-tags ul {
  text-align: center;
  margin-bottom: 40px; }

.blog .popular-tags li {
  display: inline-block; }

.blog .popular-tags li a {
  font-family: "Gotham A", "Gotham B";
  color: #898984;
  font-weight: bold; }

.blog .popular-tags li a:hover {
  color: #e75524; }

.blog .popular-tags li:after {
  content: ' / '; }

.blog .popular-tags li:last-child:after {
  content: ''; }

.blog-detail .blog-post {
  margin-bottom: 60px; }

.blog-detail .blog-post h1 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #35937f;
  font-size: 60px; }

.blog-detail .blog-post img {
  max-width: 100%; }

.blog-detail .blog-post .meta {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  margin-bottom: 20px; }

.blog-detail .blog-post h3 {
  color: #a7cf39;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0; }

.blog-detail .blog-post {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 16px; }

.blog-detail .meta-bottom .blog_post__author {
  margin: 40px 0 20px 0;
  padding: 50px 0;
  border-top: 1px #7C7C7C solid;
  border-bottom: 1px #7C7C7C solid; }

.blog-detail .meta-bottom .blog_post__author img {
  width: 100%; }

.blog-detail .meta-bottom .comments .meta {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-style: normal;
  width: 50%;
  float: left; }

.blog-detail .meta-bottom .comments {
  margin-bottom: 30px; }

.blog-detail .meta-bottom .comments .button {
  float: right;
  text-decoration: none; }

.blog-detail .meta-bottom .blog_post__author a,
.blog-detail .meta-bottom .comments .meta a {
  color: #e75524;
  text-decoration: underline; }

.blog-detail .tags {
  float: left; }

.blog-social li {
  display: inline-block; }
  .blog-social li a {
    display: block;
    background-repeat: no-repeat;
    margin-right: 23px; }
.blog-social .blog-social--pt {
  width: 16px;
  height: 20px;
  background-image: url(../images/social-blog-pt@2x.png);
  background-size: 16px 40px;
  background-position: 0px 0px; }
  .blog-social .blog-social--pt:hover {
    background-position: 0px -20px; }
.blog-social .blog-social--fb {
  width: 9px;
  height: 18px;
  background-image: url(../images/social-blog-fb@2x.png);
  background-size: 9px 36px;
  background-position: 0px 0px; }
  .blog-social .blog-social--fb:hover {
    background-position: 0px -18px; }
.blog-social .blog-social--tw {
  width: 18px;
  height: 16px;
  background-image: url(../images/social-blog-tw@2x.png);
  background-size: 18px 30px;
  background-position: 0px 1px; }
  .blog-social .blog-social--tw:hover {
    background-position: 0px -15px; }
.blog-social .blog-social--gp {
  width: 16px;
  height: 16px;
  background-image: url(../images/social-blog-gp@2x.png);
  background-size: 16px 32px; }
  .blog-social .blog-social--gp:hover {
    background-position: 0px -16px; }

.commentWrapper {
  margin-bottom: 2em; }

.commentDetails h4 {
  color: #a7cf39;
  font-size: 20px;
  font-weight: bold; }

.commentDetails .date {
  text-transform: uppercase;
  color: #7C7C7C;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  font-size: 12px; }

.commentContent {
  font-size: 16px;
  color: #898984; }

.blog-pagination {
  margin-bottom: 20px; }
  .blog-pagination .left {
    float: left; }
  .blog-pagination .right {
    float: right; }
  .blog-pagination a {
    color: #a7cf39;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B"; }
    .blog-pagination a:hover {
      color: #7C7C7C; }

@media screen and (min-width: 992px) {
  .blog__mantle__content {
    width: 66%;
    float: left;
    line-height: 1.2; }

  .blog__mantle__img {
    width: 33%;
    float: right;
    height: 100%;
    background: url("../images/blog-feat.jpg");
    display: block;
    top: 0px;
    bottom: 0px;
    right: 0;
    position: absolute;
    background-size: cover; } }
.mantle--blog-list {
  background-image: url("../images/blog-list-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 367px;
  margin-top: -100px; }

.blog-list {
  margin-top: 60px; }
  .blog-list__leftColumn ul {
    margin-bottom: 60px; }
  .blog-list__leftColumn li {
    margin-bottom: 29px; }
  .blog-list__leftColumn a {
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    font-size: 15px;
    color: #35937f;
    border-bottom: 1px solid #D8E7E3; }
  .blog-list__leftColumn span {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 16px;
    color: #898984;
    display: block; }
  .blog-list .popular-tags {
    margin-top: 30px; }
  .blog-list .tag-list {
    text-align: center; }
    .blog-list .tag-list a {
      font-family: "Gotham A", "Gotham B";
      font-size: 14px;
      font-weight: bold;
      color: #898984; }
      .blog-list .tag-list a:hover {
        color: #e75524; }
  .blog-list .teaser {
    position: relative;
    text-align: center;
    margin-top: 56px;
    padding-top: 66px;
    height: 324px;
    background-image: url(../images/teaser-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    .blog-list .teaser img {
      width: 100%; }
    .blog-list .teaser .teaser-content {
      position: relative;
      width: 203px;
      margin: 0 auto;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 19px 0px 40px 0px; }
      .blog-list .teaser .teaser-content p {
        font-family: "Cyclone Background A", "Cyclone Background B";
        font-size: 28px;
        color: #e75524;
        margin: 0;
        line-height: 1; }
      .blog-list .teaser .teaser-content p.teaser-brand {
        font-family: "Cyclone A", "Cyclone B";
        font-size: 70px;
        line-height: 0.9; }
      .blog-list .teaser .teaser-content p.teaser-price {
        font-family: "Gotham A", "Gotham B";
        font-style: italic;
        font-size: 15px;
        color: #785a82;
        line-height: 1; }
      .blog-list .teaser .teaser-content a {
        position: absolute;
        left: 27px;
        bottom: -35px;
        font-family: "Gotham A", "Gotham B";
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background-color: #E75524;
        padding: 18px 24px; }
  .blog-list .old-posts {
    margin-bottom: 100px; }
    .blog-list .old-posts h2 {
      color: #fff;
      background-color: #c32626;
      border: none; }

@media screen and (min-width: 992px) {
  .blog-list__rightColumn li a {
    padding-left: 58px;
    padding-right: 65px; } }
.browse-by-size {
  margin: 0px 0 40px 0; }

.browse-by-size__cat {
  display: inline-block;
  margin: 0 auto; }

.browse-by-size__cat-wrap {
  background: #f3f2e8;
  margin-top: 5px;
  padding: 10px 0;
  text-align: center;
  width: 100%; }
  .browse-by-size__cat-wrap a {
    display: block;
    width: 100%; }

.browse-by-size__cat-wrap .size-details {
  float: left; }

.browse-by-size__cat .size-details {
  margin: 0 20px;
  text-align: left; }

.browse-by-size__cat .size {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  color: #e75524;
  text-transform: uppercase;
  font-size: 20px; }

.browse-by-size__cat .range {
  color: #e75524;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: bold;
  font-size: 18px; }

.browse-by-size li:first-child {
  background: #e75524;
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #FFF;
  font-size: 36px;
  text-align: center; }

.browse-by-size__img {
  content: '';
  display: block;
  float: left; }

.browse-by-size__img--small {
  width: 52px;
  height: 70px;
  background-image: url("../images/browse-small-dogs.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .browse-by-size__img--small {
      background-image: url("../images/browse-small-dogs@2x.png");
      background-size: 100% 100%; } }

.browse-by-size__img--medium {
  width: 69px;
  height: 59px;
  background-image: url("../images/browse-medium-dogs.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .browse-by-size__img--medium {
      background-image: url("../images/browse-medium-dogs@2x.png");
      background-size: 100% 100%; } }

.browse-by-size__img--large {
  width: 56px;
  height: 61px;
  background-image: url("../images/browse-large-dogs.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .browse-by-size__img--large {
      background-image: url("../images/browse-large-dogs@2x.png");
      background-size: 100% 100%; } }

.browse-by-size__cat:hover {
  -ms-transform: scale(1.08, 1.08);
  /* IE 9 */
  -webkit-transform: scale(1.08, 1.08);
  /* Chrome, Safari, Opera */
  transform: scale(1.08, 1.08); }

@media screen and (min-width: 992px) {
  .browse-by-size ul {
    display: table;
    width: 100%;
    height: 110px; }

  .browse-by-size li {
    width: 25%;
    height: 110px;
    display: table-cell;
    vertical-align: middle; }

  .browse-by-size li:first-child {
    background: #f3f2e8;
    box-sizing: border-box;
    position: relative;
    font-size: 36px; }

  .browse-by-size li:first-child span {
    background: #e75524;
    height: 110px;
    display: block;
    vertical-align: middle;
    line-height: 110px; }

  .browse-by-size li:first-child div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 55px 50px;
    border-color: transparent transparent transparent #e75524;
    right: 0px;
    position: absolute;
    top: 0px; }

  .browse-by-size li:first-child div:before {
    content: '';
    position: absolute;
    top: -55px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 55px 0;
    border-color: transparent #f3f2e8 transparent transparent; }

  .browse-by-size li:first-child div:after {
    content: '';
    position: absolute;
    bottom: -55px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 50px;
    border-color: transparent transparent #f3f2e8 transparent;
    z-index: 9; }

  .browse-by-size__cat-wrap {
    margin: 0px; } }
@media screen and (min-width: 1200px) {
  .browse-by-size li:first-child {
    font-size: 48px; } }
.button {
  padding: 10px 20px;
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 20px; }

.button:hover {
  background: none;
  cursor: pointer; }

.button.disabled,
input[type="submit"][disabled=disabled] {
  background-color: #7C7C7C;
  cursor: default; }
  .button.disabled:hover,
  input[type="submit"][disabled=disabled]:hover {
    background-color: #fff;
    color: #7C7C7C;
    outline: 2px #7C7C7C solid; }

.cl-recommendations-header {
  display: none; }

.canopy_recommendations {
  margin: 10px auto 10px auto; }

.cl-recommendations-widget {
  position: relative; }

.cl-recommendations-content {
  margin-left: 39px;
  margin-right: 39px;
  position: relative;
  overflow: hidden; }

.cl-recommendations-items {
  position: relative; }

.cl-recommendations-item {
  width: 285px;
  float: left;
  text-align: center; }

.cl-recommendations-item .cl-product-image {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px 0 !important; }

.cl-recommendations-item a:first-child {
  width: 100%;
  vertical-align: middle;
  margin: 0; }

.cl-recommendations-item .cl-product-image img {
  max-width: 100%; }

.cl-recommendations-item .product-name {
  margin: 5px auto 5px auto;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #898984;
  padding: 0 20px; }

.cl-recommendations-item a .product-name {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: bold;
  font-size: 18px;
  display: block; }

.cl-recommendations-item .product-price {
  margin: 0 auto;
  font-size: 13px;
  color: #4C4C4C;
  font-weight: bold;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold; }

.cl-recommendations-item .product-retail-price {
  font-size: 16px; }

.cl-recommendations-control-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  background-image: url("../images/recommendations-prev.png");
  width: 39px;
  height: 39px;
  display: block; }

.cl-recommendations-control-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  background-image: url("../images/recommendations-next.png");
  width: 39px;
  height: 39px;
  display: block; }

.cl-recommendations-title {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: bold; }

.oldPrice {
  color: #666;
  margin: 0px;
  padding-right: 12px;
  width: 70px;
  float: right;
  white-space: nowrap; }

.product-sale-price {
  margin: 3px 0;
  padding-left: 12px;
  width: 70px;
  float: left;
  color: #3F3F3F;
  font-size: 14px;
  font-weight: bold; }

.care-instructions p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 16px; }

.care-instructions h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #fdd033;
  font-size: 60px;
  border-bottom: 1px #7C7C7C solid;
  margin-bottom: 20px; }

.care-instructions .step {
  margin-bottom: 40px; }

.care-instructions img {
  max-width: 100%; }

.care-insturctions__bottom {
  line-height: 0px; }

.care-insturctions__bottom img {
  width: 100%; }

.care-instructions .voila {
  border: 0px;
  line-height: 55px;
  text-align: center;
  margin-top: 20px; }

.mantle--careers {
  background-image: url("../images/mantle-careers.jpg");
  background-size: cover;
  background-position: center;
  height: 371px;
  margin-top: -100px;
  margin-bottom: 50px;
  min-height: 0px; }

.careers {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 16px;
  color: #898984;
  padding-bottom: 80px; }
  .careers__story a {
    color: #e75524;
    text-decoration: underline; }
  .careers__details {
    margin-top: 50px;
    padding-bottom: 55px; }
    .careers__details--list {
      position: relative;
      top: -60px;
      padding-top: 75px;
      border-left: 1px solid #7C7C7C;
      border-right: 1px solid #7C7C7C;
      border-bottom: 1px solid #7C7C7C; }
      .careers__details--list ul {
        padding-left: 45px;
        padding-right: 20px;
        margin-bottom: 35px;
        list-style: disc;
        list-style-position: inside; }
        .careers__details--list ul span {
          text-transform: uppercase;
          font-weight: bold; }

@media screen and (min-width: 768px) {
  .careers__details {
    margin-top: 0px; }
    .careers__details .social {
      top: -65px; } }
@media screen and (min-width: 1200px) {
  .careers__details {
    margin-top: 0px; }
    .careers__details .social {
      top: -35px; }
    .careers__details--list ul {
      padding-left: 84px; } }
.checkout {
  padding-bottom: 60px; }

.checkout h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #fdd033;
  font-size: 36px;
  text-align: left; }

.checkout p,
.checkout label {
  color: #898984;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif; }

.checkout label {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block; }

.checkout select {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 20px;
  background-color: #F3F2E8;
  border: 1px solid #B7B7B7;
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  color: #8a8a89;
  padding-left: 20px;
  background-image: url(../images/bg-select.png);
  background-repeat: no-repeat;
  background-size: 16px 9px;
  background-position: 95% 50%;
  margin-top: 10px;
  font-size: 15px; }

.checkout .expires select {
  width: 46%;
  margin-top: 10px; }

.checkout .expires select:nth-child(2) {
  margin-right: 4%; }

#billing-address-select,
#shipping-address-select,
#payment_form_cybersource_soap select {
  margin-top: 10px; }

.checkout select:focus,
.checkout input:focus {
  outline: 2px #fdd033 solid; }

.checkout .shipping-address > div > div {
  margin-bottom: 10px; }

.checkout .shipping-address label {
  float: left;
  margin-right: 10px; }

.shipping-method {
  text-align: center;
  color: #898984;
  margin-bottom: 20px; }

.shipping-method .default-radio {
  margin: 20px 0 0;
  float: none; }

.shipping-method .price {
  font-size: 36px;
  font-family: "Cyclone Background A", "Cyclone Background B"; }

.shipping-method .type {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif; }

.shipping-method .time {
  font-family: "Gotham A", "Gotham B";
  font-style: italic; }

.new-customers .button,
#billing-buttons-container .button,
#shipping-method-buttons-container .button,
#payment-buttons-container .button,
.shipping-information .button {
  float: right; }

.checkout .credit-card-information .button {
  width: 100%;
  margin-top: 20px; }

.back-link {
  margin-left: 10px; }

.checkout-method-no-display {
  display: none; }

.please-wait {
  float: right;
  padding: 15px;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif; }
  .please-wait img {
    vertical-align: text-top; }

#checkoutSteps .section {
  clear: both;
  display: none; }

#checkoutSteps .section.active {
  display: block; }

.validation-advice {
  color: red;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold; }

.addBirthday {
  margin-bottom: 20px; }

.checkout-overview {
  margin-bottom: 40px; }

.checkout-overview h1 {
  color: #fdd033;
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 52px; }

.checkout-overview p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif; }

.checkout-overview h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #fdd033;
  font-size: 36px;
  text-align: left; }

.checkout-overview .order-fields h3 {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #898984;
  font-size: 12px;
  border-bottom: 1px #7C7C7C solid;
  padding: 5px 0;
  margin-bottom: 10px;
  font-style: normal; }

.checkout-overview .order-col {
  padding: 0px;
  font-style: italic;
  font-family: "Gotham A", "Gotham B"; }

.checkout-overview .button {
  float: right; }

.checkout-overview .order-col {
  margin-bottom: 20px; }

.checkout-overview .order-col--shipping {
  text-align: center; }
  .checkout-overview .order-col--shipping h3 {
    text-align: center; }
  .checkout-overview .order-col--shipping .price {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-style: normal;
    font-size: 36px;
    color: #898984;
    line-height: 36px;
    margin-top: 10px; }
  .checkout-overview .order-col--shipping .type {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #898984; }

.checkout-overview .order-col p {
  font-family: "Gotham A", "Gotham B";
  margin-bottom: 0px; }

.checkout-overview .order-col a {
  color: #e75524; }

.checkout-overview .order-fields {
  padding: 0 10px; }

.checkout-overview form p {
  margin-bottom: 0px; }
.checkout-overview form .radio-label {
  margin-top: 5px; }
.checkout-overview form .button {
  text-transform: uppercase; }
.checkout-overview form select {
  margin-top: 20px; }

.checkout-overview__order-summary {
  font-family: "Gotham A", "Gotham B"; }

.checkout-overview__order-summary .col-xs-12 {
  margin-bottom: 20px;
  padding: 0px; }

.checkout-overview__order-summary__header {
  background: #f4f4ec;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #898984;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px; }

.checkout-overview__order-summary img {
  margin-right: 15px; }

.checkout-overview__order-summary__item-details {
  text-align: center; }

.checkout-overview__order-summary__item-text {
  font-style: italic;
  color: #898984; }

.checkout-overview__order-summary__content {
  text-align: center;
  font-style: italic;
  color: #898984;
  font-size: 15px; }

.checkout-overview__order-summary--item {
  border-bottom: 1px #b9baae solid;
  margin: 20px 0; }

.checkout-overview__order-summary--item:last-child {
  border-bottom: 0px; }

.checkout-overview__order-total {
  border-top: 1px #b9baae solid;
  padding-top: 20px;
  text-align: right; }
  .checkout-overview__order-total--paypal ul, .checkout-overview__order-total--paypal li {
    list-style: none;
    text-transform: uppercase;
    font-style: italic;
    color: #8a8a89;
    font-family: "Gotham A", "Gotham B";
    text-align: left; }
    .checkout-overview__order-total--paypal ul span, .checkout-overview__order-total--paypal li span {
      float: right; }
  .checkout-overview__order-total--paypal .total {
    margin-top: 40px !important; }

.checkout-overview__order-total table {
  width: 200px;
  border: 0px;
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  float: right;
  color: #8a8a89; }

.checkout-overview__order-total table tr {
  width: 200px;
  border: 0px; }

.checkout-overview__order-total table td {
  padding: 0px;
  width: 50%;
  display: table-cell;
  text-align: right;
  border: 0px; }

.checkout-overview__order-total table .label {
  text-align: left; }

.checkout-overview__order-total .total {
  margin-top: 10px;
  text-align: right;
  float: right;
  font-size: 95px;
  color: #898984;
  font-family: "Cyclone Background A", "Cyclone Background B";
  line-height: 55px; }

.checkout-overview__order-total .total div {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase; }

@media screen and (min-width: 992px) {
  .checkout-overview__order-summary__item-text {
    text-align: left; }

  .checkout-overview__order-summary--item {
    border-bottom: 0px; }

  .checkout-overview__order-summary__item-text {
    float: left; }

  .checkout-overview__order-summary img {
    float: left; }

  .checkout-overview form .right-col {
    margin-top: 40px; } }
.cms-page-content h1 {
  font-family: "Cyclone A", "Cyclone B";
  font-size: 64px;
  color: #e75524; }
  .cms-page-content h1 span {
    display: none; }
.cms-page-content h2 strong, .cms-page-content h2 b {
  font-weight: normal; }

.std > p:first-child:empty {
  display: none; }

.custom-subpage h3 {
  color: #35937f;
  font-family: "Cyclone Background A", "Cyclone Background B";
  text-align: center;
  font-size: 60px;
  margin-bottom: 20px; }
.custom-subpage h4 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 40px;
  color: #a7cf39;
  margin-bottom: 10px; }

.designer-beds__img {
  margin-top: 32px;
  position: relative; }
  .designer-beds__img img {
    width: 100%;
    position: absolute; }
.designer-beds__content {
  margin-top: 20px; }
  .designer-beds__content h3 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    color: #a7cf39;
    text-transform: uppercase;
    font-size: 48px; }
  .designer-beds__content h4 {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #898984; }
  .designer-beds__content p {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.5;
    color: #898984; }
.designer-beds__choice--title {
  background-color: #F3F2E8; }
.designer-beds__choice h3 {
  padding: 27px 0px 24px 34px;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-size: 20px;
  color: #898984; }
.designer-beds__choice--thumbnails {
  margin-top: 35px;
  margin-bottom: 110px; }
  .designer-beds__choice--thumbnails-details {
    display: inline-block;
    text-align: center; }
    .designer-beds__choice--thumbnails-details img {
      margin: 0 auto;
      max-height: 184px; }
  .designer-beds__choice--thumbnails-details:nth-child(2) {
    border-bottom: 1px solid #7C7C7C;
    border-top: 1px solid #7C7C7C; }

@media screen and (min-width: 768px) {
  .mantle--designer-beds .mantle-title {
    margin-top: 313px; }
    .mantle--designer-beds .mantle-title h1 {
      text-align: right; }

  .designer-beds__choice--thumbnails-details:nth-child(2) {
    border-bottom: none;
    border-top: none;
    border-left: 1px solid #7C7C7C;
    border-right: 1px solid #7C7C7C; } }
.designer-showcase {
  position: relative;
  margin-top: 70%; }
  .designer-showcase h3 {
    font-family: "Gotham A", "Gotham B";
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 84px;
    border-top: 1px #b9baae solid;
    padding-top: 20px; }
  .designer-showcase .designer {
    width: 100%;
    float: left; }
    .designer-showcase .designer .thumb {
      background: #f3f2e8;
      text-align: center;
      padding: 10px 0; }
    .designer-showcase .designer .content {
      display: none;
      text-align: center;
      margin: 40px 0; }
      .designer-showcase .designer .content .name {
        font-family: "Cyclone Background A", "Cyclone Background B";
        color: #a7cf39;
        font-size: 85px;
        line-height: 85px; }
      .designer-showcase .designer .content .job {
        font-family: "Gotham A", "Gotham B";
        color: #898984;
        font-weight: bold;
        font-size: 22px; }
      .designer-showcase .designer .content .bio {
        font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
        text-align: left;
        margin: 40px 0 40px 0;
        font-size: 16px; }
      .designer-showcase .designer .content .quote {
        font-family: "Cyclone Background A", "Cyclone Background B";
        color: #e75524;
        font-size: 36px;
        border-top: 1px #b9baae solid;
        border-bottom: 1px #b9baae solid;
        padding: 40px 0;
        margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .designer-showcase .designers {
    position: relative; }
  .designer-showcase .designer .thumb {
    width: 18%;
    margin-bottom: 12px;
    position: relative;
    display: block; }
  .designer-showcase .designer.active .thumb {
    background: #e75524; }
    .designer-showcase .designer.active .thumb:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 74px 0 74px 57px;
      border-color: transparent transparent transparent #e75524;
      position: absolute;
      right: -57px;
      top: 0px; }
  .designer-showcase .designer .content {
    display: none;
    position: absolute;
    text-align: left;
    width: 70%;
    top: 0px;
    left: 30%;
    margin-top: 0px; }
    .designer-showcase .designer .content .designer-image {
      float: left;
      margin-right: 40px;
      margin-bottom: 20px;
      padding: 0 15%; }
  .designer-showcase .designer.active .content {
    display: block; } }
@media screen and (min-width: 992px) {
  .designer-showcase .designer .content .designer-image {
    padding: 0px; } }
.mantle--environment {
  background-image: url("../images/mantle-environment.jpg");
  background-size: cover;
  background-position: center;
  height: 645px;
  margin-top: -100px;
  padding: 100px 0 40px 0;
  display: block;
  width: 100%; }
  .mantle--environment .mantle-title {
    margin-top: 50px; }
    .mantle--environment .mantle-title h1 {
      margin: 0;
      font-size: 43px; }
    .mantle--environment .mantle-title h3 {
      font-family: "Cyclone Background A", "Cyclone Background B";
      font-size: 38px;
      color: #fff;
      line-height: .7; }

.environment {
  margin-bottom: 45px; }
  .environment h2 {
    line-height: 1; }
  .environment__headline img {
    margin-top: 60px;
    max-width: 100%; }
  .environment__content {
    margin-top: 27px; }
    .environment__content h3 {
      font-family: "Cyclone Background A", "Cyclone Background B";
      color: #ecc11c;
      text-transform: uppercase;
      font-size: 37px; }
    .environment__content h4 {
      font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
      color: #898984; }
    .environment__content p {
      font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
      font-size: 16px;
      line-height: 1.5;
      color: #898984; }
  .environment__img {
    margin: 40px 0px;
    text-align: center;
    border-top: 1px solid #B9BAAE;
    border-bottom: 1px solid #B9BAAE; }
    .environment__img img {
      padding: 60px 0px;
      max-width: 100%; }
    .environment__img div:nth-child(2) {
      background-image: url(../images/top-line.jpg);
      background-repeat: no-repeat;
      background-position: left; }
    .environment__img div:nth-child(3) {
      background-image: url(../images/top-line.jpg);
      background-repeat: no-repeat;
      background-position: left; }
  .environment__table {
    float: left;
    margin-top: 40px;
    text-transform: uppercase;
    color: #898984;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .environment__table th {
      background-color: #fff;
      font-family: "Gotham A", "Gotham B";
      letter-spacing: 0.1em;
      border: none;
      padding: 0px; }
      .environment__table th span {
        background-color: #eee;
        padding: 10px; }
    .environment__table .th-white {
      padding-right: 10px;
      padding-left: 10px; }
    .environment__table td {
      font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
      font-weight: bold;
      border-right: none;
      text-align: center;
      margin: 0; }
    .environment__table span {
      display: block; }
    .environment__table .table--nb {
      padding-left: 0px;
      text-align: center; }

@media screen and (min-width: 768px) {
  .mantle--environment .mantle-title {
    margin-top: 265px; }
    .mantle--environment .mantle-title h1 {
      font-size: 60px; }
    .mantle--environment .mantle-title h3 {
      font-size: 88px; }

  .environment__headline img {
    z-index: 0;
    margin-bottom: 40px; }
  .environment__content h3 {
    font-size: 48px; }
  .environment__table {
    font-size: 20px; }
    .environment__table td {
      text-align: left;
      padding: 30px 0px 30px 82px; } }
.featured-products {
  margin: 60px 0; }

.featured-products .featured-produts__product {
  text-align: center;
  width: 100%; }

.featured-products .featured-produts__product .hover-wrap {
  display: block; }

.featured-products .featured-produts__product:hover .hover-wrap {
  -ms-transform: scale(1.03, 1.03);
  /* IE 9 */
  -webkit-transform: scale(1.03, 1.03);
  /* Chrome, Safari, Opera */
  transform: scale(1.03, 1.03); }

.featured-products .col-xs-12:last-child .featured-produts__product:after {
  display: none; }

@media screen and (min-width: 992px) {
  .featured-produts__product:after {
    content: '';
    position: absolute;
    height: 100px;
    border-right: 1px #7C7C7C solid;
    width: 1px;
    display: block;
    right: 0px;
    top: 28px; } }
.featured__videos {
  margin-top: 40px;
  margin-bottom: 40px; }
  .featured__videos--video-wrap {
    border-bottom: 1px solid #7C7C7C;
    float: left;
    margin-bottom: 47px;
    padding-bottom: 40px;
    width: 100%; }
    .featured__videos--video-wrap h3 {
      color: #a59483;
      font-family: "Gotham A", "Gotham B";
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .featured__videos--video-wrap p {
      color: #898984;
      font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
      font-size: 16px; }
      .featured__videos--video-wrap p span {
        text-transform: uppercase; }
    .featured__videos--video-wrap a.link {
      color: #e76035;
      font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
      font-size: 16px;
      font-weight: bold;
      text-decoration: underline; }
  .featured__videos .author {
    color: #b9baae;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .featured__videos {
    margin-top: 0px; } }
.footer {
  background: #4b2f24;
  padding: 60px 0; }

.footer h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #FFF;
  font-size: 30px; }

.footer p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  color: #FFF; }

.footer-block {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.footer input[type="text"], .footer input[type="email"] {
  width: 100%;
  font-style: italic;
  padding: 10px;
  margin: 0 0 10px;
  background: #fff;
  font-size: 11px;
  border: auto; }

.footer input[type="submit"] {
  width: 50%;
  background: #9bdae9;
  color: #FFF;
  border: none;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  padding: 10px;
  font-size: 20px;
  margin-top: 15px; }

.footer-block--info a {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  text-transform: uppercase;
  color: #9bdae9;
  border-bottom: 1px #8a7c6f solid;
  padding: 5px 0;
  display: block;
  font-size: 12px;
  font-weight: "Gotham A", "Gotham B";
  font-weight: bold; }

.footer-block--contact p {
  border-bottom: 1px #8a7c6f solid;
  margin: 0px;
  padding: 10px 0; }

.footer-block--contact p:last-child {
  border-bottom: 0px; }

.footer-block--info li:last-child a {
  border: 0px; }

.footer-block--info a:hover {
  color: #fdd033; }

.footer-block--follow-us h3 {
  text-align: center; }

.footer__social {
  text-align: center;
  margin-top: 20px; }

.footer__social li {
  display: inline-block; }

.footer__social .icon-social {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  background-color: #9bdae9;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px; }

.footer__social .icon-social--fb {
  background-image: url("../images/social-footer-fb.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer__social .icon-social--fb {
      background-image: url("../images/social-footer-fb@2x.png");
      background-size: 9px 18px; } }

.footer__social .icon-social--tw {
  background-image: url("../images/social-footer-tw.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer__social .icon-social--tw {
      background-image: url("../images/social-footer-tw@2x.png");
      background-size: 18px 15px; } }

.footer__social .icon-social--gp {
  background-image: url("../images/social-footer-gp.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer__social .icon-social--gp {
      background-image: url("../images/social-footer-gp@2x.png");
      background-size: 16px 16px; } }

.footer__social .icon-social--pt {
  background-image: url("../images/social-footer-pt.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer__social .icon-social--pt {
      background-image: url("../images/social-footer-pt@2x.png");
      background-size: 16px 20px; } }

.footer__social .icon-social--yt {
  background-image: url("../images/social-footer-yt.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer__social .icon-social--yt {
      background-image: url("../images/social-footer-yt@2x.png");
      background-size: 15px 19px; } }

.footer__social .icon-social--rs {
  background-image: url("../images/social-footer-rss.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer__social .icon-social--rs {
      background-image: url("../images/social-footer-rss@2x.png");
      background-size: 15px 14px; } }

.footer__social .icon-social--ig {
  background-image: url("../images/social-footer-ig.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer__social .icon-social--ig {
      background-image: url("../images/social-footer-ig@2x.png");
      background-size: 19px 19px; } }

.footer__social .icon-social:hover {
  background-color: #fdd033; }

.footer-block--subscribe .validate-email:focus {
  outline: 1px #e75524 solid; }

.footer-block--subscribe .validation-advice {
  color: #e75524;
  position: absolute;
  top: -50px;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold; }

.footer__copyrights {
  border-top: 1px solid #8a7c6f;
  margin-top: 30px;
  text-align: center; }

.footer__copyrights p {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  text-transform: uppercase;
  color: #9bdae9;
  padding: 5px 0;
  display: inline-block;
  font-size: 12px;
  padding-top: 20px;
  vertical-align: top; }

.footer__copyrights a {
  color: #9bdae9;
  padding: 0 10px;
  vertical-align: middle; }

.footer__copyrights a:hover {
  color: #fdd033; }

.footer__copyrights img {
  vertical-align: middle;
  display: inline-block; }

.footer__copyrights-logo {
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px; }
.footer__copyrights .green-america-logo {
  width: 100px;
  height: 90px;
  background-image: url(../images/green-america-logo.png); }
.footer__copyrights .appa-logo {
  width: 141px;
  height: 90px;
  background-image: url(../images/appa-logo-white.png); }
.footer__copyrights .bcorp-logo--footer {
  width: 60px;
  height: 90px;
  background-image: url(../images/bcorp_logo.png); }

@media screen and (min-width: 768px) {
  .footer-block {
    width: 45%;
    margin: 10px; }

  .footer__copyrights-logo {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 0px; } }
@media screen and (min-width: 992px) {
  .footer-block {
    width: 136px; }

  .footer-block--subscribe {
    background-image: url("../images/bg-subscribe.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 296px;
    padding: 10px 30px; }

  .footer-block--subscribe p {
    color: #5c7e89;
    margin-bottom: 10px; }

  .footer-block--subscribe input[type="text"] {
    padding: 5px;
    margin-bottom: 10px; }

  .footer-block--subscribe input[type="submit"] {
    width: 106px;
    background: #9bdae9;
    color: #FFF;
    border: none;
    font-family: "Gotham A", "Gotham B";
    padding: 10px;
    font-size: 20px;
    margin: 65px auto;
    display: block; }

  .footer-block--info {
    margin-left: 30px; }

  .footer-block--follow-us {
    width: 105px; }

  .footer__social li {
    display: block;
    float: left; }

  .footer-block--follow-us h3 {
    text-align: left; } }
@media screen and (min-width: 1200px) {
  .footer-block {
    width: 190px; }

  .footer-block--follow-us {
    width: 150px; }

  .footer-block--subscribe {
    width: 300px; }

  .footer-block--info {
    margin-left: 40px; } }
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  background: #f3f2e8;
  border: 1px #b7b7b7 solid;
  color: #b7b7b7;
  padding: 15px;
  margin: 10px 0;
  font-size: 14px; }

label {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #898984;
  text-transform: uppercase;
  font-weight: bold; }

.product-detail__submit-review textarea {
  max-width: 100%;
  min-height: 150px; }

.product-detail__submit-review input[type="submit"] {
  text-transform: capitalize;
  font-size: 16px;
  float: right;
  padding: 10px 40px; }

input[type="button"],
input[type="submit"] {
  border: none; }

.product-detail__submit-review input[type="text"]:focus,
.product-detail__submit-review textarea:focus {
  outline: 2px #a7cf39 solid; }

select {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 20px;
  background-color: #F3F2E8;
  border: 1px solid #B7B7B7;
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  color: #8a8a89;
  padding-left: 20px;
  background-image: url(../images/bg-select.png);
  background-repeat: no-repeat;
  background-size: 16px 9px;
  background-position: 95% 50%;
  font-size: 15px; }

.product-detail__submit-review form > label {
  color: #7C7C7C;
  font-style: italic;
  font-family: "Gotham A", "Gotham B";
  display: block; }

.checkbox-wrapper {
  padding: 15px 0; }

.checkbox {
  display: inline-block; }
  .checkbox input[type=checkbox] {
    visibility: hidden;
    margin-right: 25px; }
  .checkbox label {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 12px;
    left: 10px;
    background: #eee;
    border: 1px solid #ddd; }
  .checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 9px;
    left: 9px;
    border: 3px solid #a7cf39;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .checkbox input[type=checkbox]:checked + label:after {
    opacity: 1; }

.paws {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
  background-image: url("../images/paws-radio-off.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .paws {
      background-image: url("../images/paws-radio-off@2x.png");
      background-size: 34px 24px; } }

.paws:hover {
  cursor: pointer; }

.paws.selected {
  background-image: url("../images/paws-radio-on.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .paws.selected {
      background-image: url("../images/paws-radio-on@2x.png");
      background-size: 34px 24px; } }

.paws input[type="radio"] {
  margin: 1px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0; }

.paws span {
  display: none; }

.cat-filter {
  width: 100%; }

#filter .selectboxit-container {
  width: 100%; }

#filter .selectboxit-container .selectboxit {
  width: 100%;
  border-radius: 0px; }

#filter .selectboxit-options.selectboxit-list {
  overflow: hidden; }

.default-radio,
.checkout .default-radio,
.my-cart__estimate .default-radio {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
  background: #f6f6f6;
  border: 1px #dbdbdb solid;
  float: left;
  margin-right: 10px; }

.default-radio:hover {
  cursor: pointer;
  background: #35937f; }

.default-radio.selected {
  background: #35937f; }

.default-radio input[type="radio"],
.default-radio input[type="checkbox"] {
  margin: 1px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0; }

.default-radio span {
  display: none; }

.radio-label {
  display: block;
  float: left;
  margin-top: 10px;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #898984; }

.radio-label:hover {
  cursor: pointer; }

.from-the-blog {
  margin: 0 0 15px 0; }

.from-the-blog .from-the-blog__post {
  margin-left: 55px;
  margin-bottom: 20px;
  position: relative; }

.from-the-blog .from-the-blog__post:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-paw.png");
  display: block;
  position: absolute;
  left: -35px;
  top: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .from-the-blog .from-the-blog__post:before {
      background-image: url("../images/icon-paw@2x.png");
      background-size: 100% 100%; } }

.from-the-blog .from-the-blog__post--video:before {
  top: 5px; }
.from-the-blog .from-the-blog__post--video .button {
  margin: 0;
  margin-top: 40px;
  width: 100%; }

.from-the-blog h3 {
  line-height: 1; }

.from-the-blog h3 a {
  font-family: "Gotham A", "Gotham B";
  font-size: 20px;
  font-weight: bold;
  color: #a7cf39;
  font-weight: bold; }

.from-the-blog .button {
  width: 248px;
  margin: 0 auto;
  position: relative;
  display: block; }

.from-the-blog .from-the-blog__post .meta {
  margin: 2px 0;
  font-family: "Gotham A", "Gotham B";
  color: #7C7C7C;
  font-style: italic;
  min-height: 44px; }

.from-the-blog .from-the-blog__post .content {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 16px;
  color: #898984; }

@media screen and (min-width: 992px) {
  .from-the-blog .button {
    margin-left: 55px; } }
.giving-back img {
  max-width: 100%;
  margin-bottom: 40px; }

.header {
  background: #FFF;
  position: relative;
  z-index: 10; }

.header .logo {
  width: 130px;
  height: 51px;
  display: block;
  background-image: url("../images/logo.png");
  margin: 10px auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .header .logo {
      background-image: url("../images/logo@2x.png");
      background-size: 100% 100%; } }

.header .navigation {
  float: right;
  width: 100%; }

.header ul {
  float: left;
  width: 100%; }

body.nav-open {
  overflow: hidden; }
  body.nav-open:after {
    content: "";
    display: block;
    position: fixed;
    /* could also be absolute */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2); }

.header .primary-nav {
  display: none; }

.header .primary-nav > ul > li {
  float: left;
  font-family: "Gotham A", "Gotham B";
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  border-top: 1px #a59483 solid;
  background: #f3f2e8;
  font-size: 20px;
  font-weight: bold; }

.header .primary-nav > ul > li a {
  color: #a59483;
  width: 100%;
  display: block;
  padding: 17px 0; }

.header .primary-nav > ul > li a:hover {
  color: #e75524; }

.header .primary-nav > ul > li a:first-child {
  position: relative; }

.header .search {
  float: left;
  margin: 17px 5px;
  position: relative; }

.header .primary-nav .search input[type='text'] {
  border-radius: 20px;
  border: 1px #bcbcbc solid;
  padding: 10px;
  width: 200px;
  font-weight: bold;
  color: #7C7C7C;
  width: auto;
  background: #fff;
  margin: 0;
  font-size: 12px; }

.header .primary-nav .search input:focus {
  outline: none; }

.header .primary-nav .search input[type='submit'] {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 16px;
  height: 17px;
  background-image: url("../images/icon-search.png");
  border: none;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .header .primary-nav .search input[type='submit'] {
      background-image: url("../images/icon-search@2x.png");
      background-size: 100% 100%; } }

.header .primary-nav .search input[type='submit']:hover {
  opacity: 0.7;
  cursor: pointer; }

.header .cart {
  float: left;
  width: 32px;
  height: 28px;
  background-image: url("../images/icon-cart.png");
  display: block;
  margin: 20px;
  text-align: center;
  position: relative; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .header .cart {
      background-image: url("../images/icon-cart@2x.png");
      background-size: 100% 100%; } }

.header .cart--mobile {
  float: right;
  margin: 23px; }

.header .cart:hover {
  opacity: 0.7; }

.cart span {
  background-color: #e75524;
  color: #fff;
  font-size: 9px;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: -7px;
  left: 10px;
  padding: 1px 0 0 1px; }

.header .btn-mobile-nav {
  width: 34px;
  height: 33px;
  display: block;
  background-image: url("../images/ham_nav.png");
  float: left;
  margin: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .header .btn-mobile-nav {
      background-image: url("../images/ham_nav@2x.png");
      background-size: 100% 100%; } }

.header .sub-nav {
  background: #f4f4ec;
  position: relative;
  width: 100%;
  padding: 0px;
  left: 0px; }

.header .primary-nav > ul > li:hover .sub-nav {
  display: block; }

.header .sub-nav ul {
  display: block;
  width: 100%; }

.header .sub-nav ul li {
  display: none; }

.header .sub-nav ul li a {
  padding: 10px 0; }

.header .sub-nav a {
  font-family: "Gotham A", "Gotham B";
  color: #a59483;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px; }

.header .sub-nav ul li:first-child {
  background: #ad9c8d;
  border-top: 1px #FFF solid; }

.header .sub-nav ul li:first-child a {
  text-transform: capitalize;
  color: #FFF;
  font-size: 20px; }

@media screen and (min-width: 768px) {
  .header .container {
    width: none; }

  .header ul {
    width: auto; }

  .header .logo {
    float: left;
    margin: 10px 20px; }

  .header .navigation {
    display: block;
    float: right;
    width: auto; }

  .header .primary-nav {
    display: block; }

  .header .primary-nav > ul > li {
    padding: 25px 10px;
    width: auto;
    background: #FFF;
    border: none;
    font-size: 14px; }

  .header .primary-nav > ul > li a {
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    width: auto;
    display: block;
    padding: 0;
    text-transform: uppercase; }

  .header .primary-nav > ul > li:first-child > a:hover:first-child:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #e75524 transparent transparent transparent;
    top: 20px; }

  .header .primary-nav li:first-child {
    padding-bottom: auto; }

  .header .btn-mobile-nav {
    display: none; }

  .header .sub-nav {
    background: #f4f4ec;
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 20px 20px;
    left: 0px;
    display: none; }

  .header .sub-nav ul li:first-child {
    border-bottom: 2px #a59483 solid;
    margin-bottom: 8px;
    background: none;
    border-top: none; }

  .header .sub-nav ul li:first-child a {
    font-size: 14px;
    text-transform: capitalize;
    color: #a59483; }

  .header .sub-nav ul li:first-child a:hover {
    cursor: default; }

  .header .sub-nav ul:first-child li a {
    color: #e75524; }

  .header .sub-nav ul:first-child li:first-child {
    border-bottom: 2px #e75524 solid; }

  .header .sub-nav ul {
    display: block;
    margin: 10px;
    width: 16.6%; }

  .header .sub-nav ul li {
    display: block;
    text-align: left; }

  .header .sub-nav ul li a {
    font-size: 12px;
    padding: 3px 0; }

  .fake-header--on {
    height: 92px; }

  .header-fixed {
    margin-top: 20px;
    z-index: 999;
    position: relative; }
    .header-fixed--on {
      position: fixed;
      top: 0px;
      width: 100%;
      z-index: 1000;
      margin-top: 0px; } }
@media screen and (max-width: 768px) {
  .fake-header {
    height: 73px; }

  .header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }
    .header-fixed.nav-open {
      height: 100%;
      overflow-y: scroll;
      overflow-x: hidden; }

  header .container {
    width: 100%; } }
@media screen and (min-width: 992px) {
  .header .sub-nav {
    padding: 20px 60px; }

  .header .sub-nav ul {
    width: 17.6%; }

  .header .sub-nav ul li:first-child a {
    font-size: 16px; }

  .header .sub-nav ul li a {
    font-size: 14px; } }
@media screen and (min-width: 1200px) {
  .header .primary-nav > ul > li {
    padding: 25px 20px; }

  .header .primary-nav .search input[type='text'] {
    width: 250px; } }
.homepage {
  margin-top: 60px; }

.flex-direction-nav a:before {
  display: block; }

.recommendation {
  display: block;
  background: #7C7C7C;
  height: 473px;
  position: relative;
  border: 1px #EEE solid;
  margin-bottom: 20px; }

.recommendation--small {
  height: 346px;
  margin-bottom: 20px;
  width: 49%; }

.recommendation--browse-bed {
  background: url("../images/bed.png");
  background-position: 0 -2px;
  background-repeat: no-repeat; }
  .recommendation--browse-bed .button {
    border: 2px solid #fdd033;
    position: absolute;
    right: 0;
    bottom: 40px; }
    .recommendation--browse-bed .button:hover {
      border: 2px solid #fdd033;
      outline: none; }
  .recommendation--browse-bed:hover .button {
    background: none;
    border: 2px solid #fdd033;
    color: #fdd033; }

.recommendation--durability {
  background: url("../images/durability.jpg");
  background-size: cover;
  margin-right: 2%;
  color: #785a82; }

.recommendation--accessories {
  background: url("../images/accessories.jpg");
  background-size: cover;
  margin-right: 2%;
  color: #e75524; }

.recommendation--pet-beds {
  background: url("../images/pet-beds.jpg");
  background-size: cover;
  margin-right: 2%;
  color: #785a82;
  height: 324px !important; }

.recommendation--durability:hover {
  cursor: pointer; }
  .recommendation--durability:hover a.button {
    background: #785a82;
    color: #fdd033;
    outline: 2px #785a82 solid; }

.recommendation--accessories a.button:hover {
  background: #e75524;
  color: #fdd033; }

.recommendation--video {
  background: url("../images/recommendation-video.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  .recommendation--video:hover .recommendation__video-play-button {
    transform: scale(1.08); }

.recommendation__video-details, .testimonial-video__video-details {
  position: absolute;
  right: 20px;
  bottom: 10px;
  left: 20px;
  color: #7C7C7C;
  font-weight: 700;
  font-size: 14px;
  font-family: "Gotham A", "Gotham B"; }
.recommendation__video-play-button, .testimonial-video__video-play-button {
  background: url("../images/wobble-dog-play.png");
  height: 209px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 209px; }
.recommendation__video-title, .testimonial-video__video-title {
  font-style: italic;
  color: #fff;
  font-weight: 300;
  padding-right: 70px; }
.recommendation__video-time, .testimonial-video__video-time {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff; }

.recommendation--browse-bed h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #35937f;
  font-size: 45px;
  line-height: 38px;
  position: absolute;
  top: 40px;
  left: 40px; }

.recommendation .product-label {
  text-align: center;
  position: absolute;
  right: 10px;
  top: 60px; }

.recommendation .product-label__style {
  margin: 0px; }

.recommendation--browse-bed span {
  font-family: "Cyclone A", "Cyclone B"; }

.mobile-recommendations {
  position: relative;
  padding-top: 20px; }

.mobile-recommendations .slides {
  overflow: auto; }

.mobile-recommendations li {
  text-align: center;
  margin: 20px 0; }

.mobile-recommendations .flex-control-nav {
  position: relative;
  z-index: 9;
  display: block;
  height: 40px;
  bottom: 0; }

.mobile-recommendations .flex-direction-nav {
  height: 40px;
  width: 90%;
  position: relative;
  margin: 0 auto; }

.mobile-recommendations .product-label {
  margin-bottom: 20px; }

.mobile-recommendations .flex-direction-nav a {
  opacity: 1 !important;
  bottom: 50px; }

.mobile-recommendations .flex-direction-nav .flex-prev {
  width: 39px;
  height: 39px;
  left: 0px;
  background-image: url("../images/arrow-prev-dark.png");
  background-size: 100%;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mobile-recommendations .flex-direction-nav .flex-prev {
      background-image: url("../images/arrow-prev-dark@2x.png");
      background-size: 100% 100%; } }

.mobile-recommendations .flex-direction-nav .flex-next {
  width: 39px;
  height: 39px;
  right: 0px;
  background-image: url("../images/arrow-next-dark.png");
  background-size: 100%;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mobile-recommendations .flex-direction-nav .flex-next {
      background-image: url("../images/arrow-next-dark@2x.png");
      background-size: 100% 100%; } }

.mobile-recommendations .flex-direction-nav .flex-prev:before,
.mobile-recommendations .flex-direction-nav .flex-next:before {
  opacity: 0;
  content: '9'; }

.mobile-recommendations .flex-control-paging li a {
  background: none;
  background-image: url("../images/icon-control-nav-open-dark.png");
  box-shadow: none;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 5px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mobile-recommendations .flex-control-paging li a {
      background-image: url("../images/icon-control-nav-open-dark@2x.png");
      background-size: 100% 100%; } }

.mobile-recommendations .flex-control-paging li a.flex-active,
.mobile-recommendations .flex-control-paging li a:hover {
  background: none;
  background-image: url("../images/icon-control-nav-closed-dark.png");
  background-size: 100%; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mobile-recommendations .flex-control-paging li a.flex-active,
    .mobile-recommendations .flex-control-paging li a:hover {
      background-image: url("../images/icon-control-nav-closed-dark@2x.png");
      background-size: 100% 100%; } }

.mobile-recommendations .flex-direction-nav {
  bottom: 50px;
  margin-top: -20px; }

.browse-toys {
  background: url("../images/browse-toys.png");
  background-size: cover;
  height: 400px;
  width: 100%; }

.browse-toys__label {
  text-align: center;
  position: absolute;
  right: 40px; }

.browse-toys h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 60px;
  color: #35937f; }

.media {
  background: #35937f;
  padding: 40px 0;
  text-align: center;
  color: #FFF;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: bold;
  font-size: 18px; }

.media_publications {
  width: 100%;
  text-align: center;
  margin: 30px 0; }

.media ul {
  display: inline-block; }

.media li {
  padding: 0px 20px;
  display: inline-block;
  width: 49%;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle; }

.media li img {
  max-width: 100%;
  vertical-align: middle;
  padding: 20px 0; }

@media screen and (min-width: 768px) {
  .media li {
    width: auto; }

  .homepage {
    margin-top: 40px; } }
@media screen and (min-width: 992px) {
  .recommendation {
    height: 620px; }
    .recommendation__video-title {
      line-height: 1.3; }

  .recommendation--small {
    height: 300px;
    width: 100%;
    margin-bottom: 20px; }

  .recommendation--browse-bed h3 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 60px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    left: 30px; }

  .recommendation .product-label {
    right: 30px;
    top: 150px; }

  .recommendation .product-label__style {
    margin: 10px; }

  .recommendation__video-details {
    display: block; } }
@media screen and (min-width: 1200px) {
  .recommendation {
    height: 740px; }
    .recommendation__video-title {
      line-height: 1.6; }

  .recommendation--browse-bed h3 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 60px;
    line-height: 50px;
    position: absolute;
    top: 60px;
    left: 60px; }

  .recommendation--small {
    height: 360px; }

  .recommendation .product-label {
    right: 40px;
    top: 140px; } }
.mantle--in-the-news .left-content h1 {
  color: #FFF; }

.in-the-news .from-the-blog {
  margin-top: 0px; }
  .in-the-news .from-the-blog .h2 {
    margin-top: 0px; }

.in-the-news__sections {
  text-align: center;
  margin-bottom: 100px; }
  .in-the-news__sections li {
    width: 49%;
    display: inline-block;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #898984;
    vertical-align: top; }

.in-the-news__section_icon-wrap {
  position: relative;
  width: 100%; }

.in-the-news__section_icon {
  width: 150px;
  height: 150px;
  display: block;
  background: #f3f2e8;
  margin: 10px auto;
  border-radius: 100%;
  border: 12px #b9baae solid;
  -webkit-transition: border 0.2s;
  transition: border0 0.2s;
  -webkit-transition: transform  0.2s;
  transition: transform 0.2s; }

.in-the-news__section_icon--awards-received {
  background-image: url("../images/inthenews-awardsreceived.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .in-the-news__section_icon--awards-received {
      background-image: url("../images/inthenews-awardsreceived@2x.png");
      background-size: 133px 225px; } }

.in-the-news__section_icon--featured-videos {
  background-image: url("../images/inthenews-featuredvideos.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .in-the-news__section_icon--featured-videos {
      background-image: url("../images/inthenews-featuredvideos@2x.png");
      background-size: 133px 225px; } }

.in-the-news__section_icon--blog-highlights {
  background-image: url("../images/inthenews-bloghighlights.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .in-the-news__section_icon--blog-highlights {
      background-image: url("../images/inthenews-bloghighlights@2x.png");
      background-size: 133px 225px; } }

.in-the-news__section_icon--news-archive {
  background-image: url("../images/inthenews-newsarchive.png");
  background-position: 0 10px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .in-the-news__section_icon--news-archive {
      background-image: url("../images/inthenews-newsarchive@2x.png");
      background-size: 133px 225px; } }

.in-the-news__section_icon:hover {
  background-position: bottom;
  background-repeat: no-repeat; }

.in-the-news__section_icon:hover {
  -ms-transform: scale(1.08);
  /* IE 9 */
  -webkit-transform: scale(1.08);
  /* Chrome, Safari, Opera */
  transform: scale(1.08);
  z-index: 99999;
  background-color: #35937f;
  border-color: #95dbcc; }

@media screen and (min-width: 768px) {
  .in-the-news__sections li {
    width: 33%; } }
@media screen and (min-width: 1200px) {
  .in-the-news__sections li {
    width: 19%; } }
.mantle--location-results {
  height: 690px;
  margin-top: -100px;
  width: 100%; }
  .mantle--location-results #map-canvas {
    position: absolute !important; }

.lt-ie9 .mantle--location-results #map-canvas {
  left: 0px; }

.store-locator__list--content {
  padding-bottom: 50px;
  border-bottom: 1px solid #a8a8a5; }
.store-locator__list--search-result .results {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 26px; }
  .store-locator__list--search-result .results .number {
    background-color: #785a82;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-family: "Gotham A", "Gotham B";
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    text-align: center;
    vertical-align: middle;
    width: 36px; }
  .store-locator__list--search-result .results h4 {
    color: #785a82;
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 33px;
    line-height: 36px;
    margin-left: 48px; }
  .store-locator__list--search-result .results p {
    font-family: "Gotham A", "Gotham B";
    font-size: 14px;
    line-height: 26px;
    margin: 0px;
    margin-left: 48px;
    color: #898984; }
  .store-locator__list--search-result .results a {
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
    color: #e75524; }
  .store-locator__list--search-result .results .website-link {
    margin-left: 48px; }

@media screen and (min-width: 768px) {
  .results h4 {
    font-size: 36px; }
  .results .website-link {
    position: absolute;
    bottom: 0px;
    right: 110px; } }
@media screen and (min-width: 992px) {
  .results a {
    margin-left: 0; }
  .results .website-link {
    right: 30px; } }
.login p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #898984; }

.login .forgot-password {
  float: right;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  margin-top: -10px; }

.login .button-login {
  width: 100%;
  font-size: 20px;
  margin-top: 30px; }

.login .button-login:hover {
  color: #35937f;
  border: 2px #35937f solid;
  cursor: pointer; }

.login h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #fdd033;
  font-size: 36px; }

.login .new-customers {
  margin: 60px 0; }

.login .new-customers a.button {
  margin: 0 auto;
  display: block;
  float: none; }

.login .new-customers .button:hover {
  color: #35937f;
  border: 2px #35937f solid;
  cursor: pointer; }

.login .or {
  width: 100%;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  text-align: center;
  color: #898984;
  display: block;
  margin-bottom: 20px; }

.login .new-customers .new-customers__form {
  padding: 0px; }

.login .new-customers .new-customers__form .button {
  float: right;
  font-size: 20px; }

.login input:focus {
  outline: 2px #fdd033 solid; }

.mantle--magazine {
  background-image: url("../images/magazine-mantle.jpg");
  background-size: cover;
  background-position: center;
  margin-top: -100px;
  padding: 100px 0 0 0;
  display: block;
  width: 100%; }

.magazine__thumbnails img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
.magazine__thumbnails p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #898984;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 45px; }
.magazine__thumbnails a {
  color: #e75524;
  font-weight: bold;
  text-decoration: underline; }

.mantle {
  text-align: center;
  margin-bottom: 40px;
  min-height: 750px;
  background-position: center; }
  .mantle--top {
    background-position: top !important; }
  .mantle--center {
    background-position: center !important; }
  .mantle--bottom {
    background-position: bottom !important; }

.mantle-no-content {
  min-height: 0px; }

.mantle--medium {
  min-height: 565px; }

.mantle h1 {
  font-family: "Cyclone A", "Cyclone B";
  color: #FFF;
  text-align: center;
  font-size: 60px; }

.mantle--homepage h1 {
  color: #4b2f24;
  margin: 40px 0 0 0; }

.mantle p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #FFF;
  font-weight: bold;
  font-size: 18px; }

.mantle--homepage p {
  color: #939393; }

.mantle .mantle-content {
  background-image: url("../images/mantle-treatment.png");
  padding: 20px;
  margin: 40px 0 0 0; }

.mantle--homepage .mantle-content {
  background: none; }

.mantle .mantle-content--small {
  text-align: right;
  margin: 40px 0 0 0; }

.mantle .mantle-content--small h1 {
  display: inline-block;
  background-image: url("../images/mantle-treatment.png");
  padding: 20px; }

.mantle .mantle-content p:last-child {
  margin-bottom: 0px; }

.mantle--about-us p {
  color: #FFF; }

.mantle .slides {
  position: absolute;
  top: 0px; }

.mantle .slides li {
  background-size: cover;
  background-position: center; }

.mantle--homepage--mobile {
  text-align: center; }

.mantle--homepage h1 {
  margin-top: 40px 0 0 0; }

.mantle .img-wrap {
  height: 265px;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center; }

.mantle-slider {
  border: 0px !important;
  margin: 0px !important;
  position: relative;
  min-height: 750px;
  width: 100%;
  overflow: visible !important; }

.mantle .flex-control-nav {
  z-index: 9;
  display: block;
  height: 11px; }

.mantle .flex-direction-nav {
  height: 40px;
  bottom: 43px; }

.mantle .flex-direction-nav a {
  opacity: 1 !important; }

.mantle .flex-direction-nav .flex-prev {
  width: 39px;
  height: 39px;
  left: 0px;
  background-image: url("../images/arrow-prev.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mantle .flex-direction-nav .flex-prev {
      background-image: url("../images/arrow-prev@2x.png");
      background-size: 100% 100%; } }

.mantle .flex-direction-nav .flex-next {
  width: 39px;
  height: 39px;
  right: 0px;
  background-image: url("../images/arrow-next.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mantle .flex-direction-nav .flex-next {
      background-image: url("../images/arrow-next@2x.png");
      background-size: 100% 100%; } }

.mantle .flex-direction-nav .flex-prev:before,
.mantle .flex-direction-nav .flex-next:before {
  opacity: 0; }

.mantle .flex-control-paging li a {
  background: none;
  background-image: url("../images/icon-control-nav-open.png");
  box-shadow: none;
  background-size: 100%; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mantle .flex-control-paging li a {
      background-image: url("../images/icon-control-nav-open@2x.png");
      background-size: 100% 100%; } }

.mantle .flex-control-paging li a.flex-active,
.mantle .flex-control-paging li a:hover {
  background: none;
  background-image: url("../images/icon-control-nav-closed.png");
  background-size: 100%; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mantle .flex-control-paging li a.flex-active,
    .mantle .flex-control-paging li a:hover {
      background-image: url("../images/icon-control-nav-closed@2x.png");
      background-size: 100% 100%; } }

.mantle--video {
  background-image: url("../images/bg-mantle-products.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 40px 0; }
  .mantle--video h1, .mantle--video h3 {
    text-align: center !important; }
  .mantle--video h3 {
    font-size: 60px;
    font-family: "Cyclone Background A", "Cyclone Background B";
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.020em; }
  .mantle--video .recommendation__video-play-button {
    top: 380px;
    cursor: pointer; }
    .mantle--video .recommendation__video-play-button:focus, .mantle--video .recommendation__video-play-button:hover, .mantle--video .recommendation__video-play-button:visited {
      transform: scale(1.08); }

.mantle--products {
  background-image: url("../images/bg-mantle-products.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 40px 0; }

.catalog-category-view .mantle--products a {
  color: #faa525; }

.mantle--products--mats {
  background-image: url("../images/mats_pads.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 40px 0; }

.category-plush-toys .mantle--products {
  background-image: url("../images/bg-mantle-plush.jpg"); }

.mantle--products--small {
  background-image: url("../images/bg-mantle-small-dogs.jpg"); }

.mantle--products--medium {
  background-image: url("../images/bg-mantle-medium-dogs.jpg"); }

.mantle--products--large {
  background-image: url("../images/bg-mantle-large-dogs.jpg"); }

.mantle--products--cats {
  background-image: url("../images/bg-mantle-cats.jpg"); }

.mantle--products--toys {
  background-image: url("../images/bg-mantle-toys.jpg"); }

.mantle--products--enrichment {
  background-image: url(../images/toys.jpg); }

.mantle--barrel-bed {
  background-image: url("../images/bg-mantle-barrel-bed.jpg");
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.mantle--about-us {
  background-image: url("../images/about_us_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 40px 0;
  background-position: center; }

.mantle--our-beliefs {
  background-image: url("../images/designer-beds-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 40px 0;
  background-position: center; }

.mantle--warmbellies {
  background-image: url("../images/bg-mantle-warmbellies.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 40px 0;
  background-position: center; }
  .mantle--warmbellies img {
    min-height: 0px; }

.mantle--warmbellies-faq {
  background-image: url("../images/bg-bellies-mantle.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 40px 0;
  background-position: center;
  margin-bottom: 70px; }

.mantle--myaccount {
  background-image: url("../images/bg-mantle-myaccount.jpg");
  background-size: cover;
  background-position: center;
  height: 370px;
  display: block;
  width: 100%; }

.mantle--aboutUs {
  background-image: url("../images/bg-mantle-ourstory.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0 50px 0;
  display: block;
  width: 100%; }

.mantle--in-the-news {
  background-image: url("../images/bg-mantle-inthenews.jpg");
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  padding: 100px 0 0px 0;
  width: 100%; }

.mantle--designer-beds {
  background-image: url("../images/designer_beds.jpg");
  background-size: cover;
  background-position: center;
  height: 645px;
  padding: 100px 0 220px 0;
  display: block;
  width: 100%; }

.mantle--checkout {
  background-image: url("../images/bg-checkout.jpg");
  background-size: cover;
  background-position: center top;
  padding: 100px 0 280px 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 365px 0 50px 0;
  margin-bottom: 0px; }

.mantle--care {
  background-image: url("../images/bg-mantle-care.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 40px 0;
  background-position: center; }

.mantle--giving-back {
  background-image: url("../images/bg-mantle-giving-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 40px 0;
  background-position: center; }
  .mantle--giving-back h1 {
    font-size: 60px;
    font-family: "Cyclone Background A", "Cyclone Background B"; }
    .mantle--giving-back h1 span {
      font-family: "Cyclone A", "Cyclone B";
      display: inline-block; }

.mantle--featured-videos {
  background-image: url("../images/bg-mantle-featvideos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 504px;
  padding: 100px 0 40px 0;
  background-position: center; }

.mantle--checkout .decoration {
  width: 119px;
  height: 31px;
  background-image: url("../images/thankyou-decoration.png");
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mantle--checkout .decoration {
      background-image: url("../images/thankyou-decoration@2x.png");
      background-size: 100% 100%; } }

.mantle--checkout h1 {
  font-size: 144px;
  font-family: "Cyclone Background A", "Cyclone Background B";
  text-align: center;
  width: 100%; }

.mantle--checkout p {
  font-size: 28px;
  font-weight: normal;
  text-align: center; }

.mantle--checkout--small {
  background-image: url("../images/bg-checkout.jpg");
  background-size: cover;
  background-position: center top;
  padding: 100px 0 280px 0;
  display: block;
  width: 100%; }

.mantle--subpage {
  background-image: url("../images/bg-mantle-subpage.jpg");
  background-size: cover;
  background-position: center top;
  padding: 100px 0 280px 0;
  display: block;
  width: 100%; }

.mantle--search-results {
  background-image: url("../images/bg-mantle-search-results.jpg");
  background-size: cover;
  background-position: center top;
  padding: 100px 0 280px 0;
  display: block;
  width: 100%; }

.mantle--store-locator {
  height: 690px;
  background-image: url("../images/bg-mantle-store-locator.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0 220px 0;
  display: block;
  width: 100%; }
  .mantle--store-locator h1 {
    line-height: 75px; }
  .mantle--store-locator span {
    display: block;
    color: #fff;
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 60px;
    line-height: 54px; }

.mantle--warmbellies h1 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 40px; }

.mantle--warmbellies h1 span {
  font-family: "Cyclone A", "Cyclone B"; }

.mantle--createabed {
  background-image: url("../images/bg-mantle-fill-a-bed.jpg");
  height: 365px;
  background-position: center;
  background-size: cover;
  margin-top: -120px;
  padding: 140px 0 0px 0; }

.mantle--warmbellies-faq h1 {
  color: #fff;
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 40px; }

.mantle--featured-videos h1 {
  color: #fff;
  font-size: 100px;
  margin-bottom: 193px;
  margin-top: 157px; }

.mantle--warmbellies-faq h1 span {
  display: inline-block;
  font-family: "Cyclone A", "Cyclone B";
  font-size: 215px; }

.mantle--our-beliefs h1 {
  text-align: center;
  color: #FFF; }

.mantle--our-beliefs p {
  color: #FFF; }

@media screen and (max-width: 767px) {
  .mantle .flex-control-nav {
    position: absolute;
    top: 220px;
    z-index: 9;
    display: block;
    height: 11px; }

  .mantle .flex-direction-nav {
    width: 80%;
    position: absolute;
    height: 40px;
    top: 204px;
    left: 30%;
    margin-left: -20%; } }
/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .mantle {
    text-align: left;
    margin-top: -92px; }

  .mantle h1 {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); }

  .mantle--checkout {
    text-align: center; }

  .mantel-slider {
    min-height: 633px; }

  .mantle img {
    min-height: 750px;
    text-align: center;
    width: auto;
    margin-bottom: 20px; }

  .mantle .img-wrap {
    position: absolute;
    height: 750px;
    top: 0px;
    margin-top: 0px; }

  .mantle h1 {
    font-size: 96px;
    text-align: left;
    color: #FFF;
    line-height: 90px; }

  .mantle--checkout h1 {
    text-align: center; }

  .mantle p {
    color: #FFF; }

  .mantle--homepage .slides li {
    height: 750px;
    padding-top: 100px;
    opacity: 0; }

  .flex-control-nav {
    bottom: 53px;
    z-index: 9; }

  .mantle .flex-direction-nav {
    width: 350px;
    position: absolute;
    height: 40px;
    margin: 0 auto;
    bottom: 40px;
    right: calc(50% - 175px); }

  .mantle--inthenews {
    height: 611px; }

  .flex-direction-nav a {
    opacity: 1 !important; }

  .flex-direction-nav .flex-prev {
    width: 39px;
    height: 39px;
    background-image: url("../images/arrow-prev.png"); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .flex-direction-nav .flex-prev {
      background-image: url("../images/arrow-prev@2x.png");
      background-size: 100% 100%; } }

@media screen and (min-width: 768px) {
  .flex-direction-nav .flex-next {
    width: 39px;
    height: 39px;
    background-image: url("../images/arrow-next.png"); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .flex-direction-nav .flex-next {
      background-image: url("../images/arrow-next@2x.png");
      background-size: 100% 100%; } }

@media screen and (min-width: 768px) {
  .flex-direction-nav .flex-prev:before,
  .flex-direction-nav .flex-next:before {
    opacity: 0; }

  .flex-control-paging li a {
    background: none;
    background-image: url("../images/icon-control-nav-open.png");
    box-shadow: none;
    background-size: 100%; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .flex-control-paging li a {
      background-image: url("../images/icon-control-nav-open@2x.png");
      background-size: 100% 100%; } }

@media screen and (min-width: 768px) {
  .flex-control-paging li a.flex-active,
  .flex-control-paging li a:hover {
    background: none;
    background-image: url("../images/icon-control-nav-closed.png");
    background-size: 100%; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .flex-control-paging li a.flex-active,
    .flex-control-paging li a:hover {
      background-image: url("../images/icon-control-nav-closed@2x.png");
      background-size: 100% 100%; } }

@media screen and (min-width: 768px) {
  .mantle .flex-control-nav {
    margin: 0px; }

  .mantle--warmbellies img {
    min-height: 0px; }

  .mantle--warmbellies h1 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 80px;
    line-height: 68px;
    margin-bottom: 20px; }

  .mantle--warmbellies h1 span {
    font-family: "Cyclone A", "Cyclone B";
    font-size: 90px; }

  .mantle--warmbellies-faq h1 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 90px; }

  .mantle--featured-videos h1 {
    margin-bottom: 193px;
    margin-left: 56px;
    margin-top: 156px; }

  .mantle--warmbellies-faq h1 span {
    font-family: "Cyclone A", "Cyclone B";
    font-size: 254px;
    margin-top: 50px;
    margin-bottom: 156px; }

  .mantle--care h1 {
    font-size: 60px; }
    .mantle--care h1 span {
      font-size: 100px;
      line-height: 35px;
      display: block;
      margin-bottom: 40px; }
  .mantle--care p {
    color: #6d6d6d; }

  .mantle--giving-back h1 {
    font-size: 60px;
    margin-bottom: 0px; }
    .mantle--giving-back h1 span {
      display: inline-block;
      font-size: 60px; }

  .mantle--barrel-bed {
    background-image: url("../images/bg-mantle-barrel-bed.jpg");
    padding: 100px;
    height: 445px;
    margin-top: -100px;
    background-size: cover;
    background-repeat: no-repeat; }

  .mantle--warmbellies, .mantle--warmbellies--sub {
    margin-bottom: 15px; }

  .mantle-slider .align-right,
  .mantle-slider .align-right h1 {
    text-align: right; }

  .mantle--video {
    padding: 100px 0 40px 0; }
    .mantle--video h1, .mantle--video h3 {
      text-align: right !important; }
    .mantle--video h3 {
      font-size: 130px;
      line-height: 102px; }
    .mantle--video .mantle__video {
      margin-top: 20px; }
    .mantle--video .recommendation__video-play-button {
      top: 500px; } }
@media screen and (min-width: 992px) {
  .mantle--about-us h1 {
    font-size: 86px; }

  .mantle--barrel-bed {
    height: 687px; } }
.messages {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase; }
  .messages .error-msg {
    color: #e75524; }

.error {
  margin: 88px 0;
  text-align: center;
  text-transform: uppercase;
  color: #a8a8a8; }
  .error p:first-child {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 60px;
    margin: 0px;
    text-decoration: underline; }
  .error p:nth-child(2) {
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin: 0; }
    .error p:nth-child(2) a {
      color: #e75524;
      text-decoration: underline; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  margin: 15px;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */ }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0;
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all; }

.modal__top {
  background: #fcfbf6;
  padding: 23px;
  font-size: 16px; }
  .modal__top p {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    margin: 0; }

.modal__title {
  color: #e75524;
  font-size: 63px;
  line-height: 54px;
  font-family: "Cyclone Background A", "Cyclone Background B";
  margin-bottom: 5px; }
  .modal__title span {
    font-family: "Cyclone A", "Cyclone B"; }

.modal__sub-title {
  color: #e75524;
  font-size: 32px;
  font-family: "Cyclone Background A", "Cyclone Background B";
  line-height: 30px;
  margin-bottom: 15px; }

.modal__bottom {
  background: #fcfbf6;
  padding: 0 23px 23px 23px;
  text-align: center; }

.bcorp-logo {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 70px;
  background-image: url(../images/bcorp_logo-bk.png);
  background-repeat: no-repeat;
  background-size: cover; }

.modal__close-button {
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("../images/modal-close.png");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-color: transparent; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .modal__close-button {
      background-image: url("../images/modal-close@2x.png");
      background-size: 100% 100%; } }
  .modal__close-button:hover {
    cursor: pointer; }

.modal input[type="text"],
.modal input[type="email"],
.modal textarea {
  background: #FFF;
  font-style: italic;
  margin: 5px 0;
  font-size: 16px; }
.modal input[type="submit"] {
  margin-bottom: 5px; }
.modal a {
  color: #7C7C7C;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  font-size: 12px; }
  .modal a:hover {
    text-decoration: underline; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal {
    margin: 0; }
    .modal input[type="text"],
    .modal input[type="email"] {
      margin: 10px 0; }

  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-sm {
    width: 300px; }

  .modal__close-button {
    top: -23px;
    right: 6px; }

  .modal a {
    color: #FFF; }
  .modal input[type="submit"]:hover {
    background: #9bdae9;
    color: #7C7C7C; }

  .modal__title {
    margin-top: 0px; }

  .modal__bottom {
    background: url("../images/bg-modal.png");
    background-repeat: no-repeat;
    padding: 200px 23px 23px 23px;
    text-align: center;
    height: 418px;
    margin-top: -72px; }

  .modal__top {
    margin: 29px 30px 0px 30px;
    padding: 23px 23px 0px 23px; }
    .modal__top p {
      margin-bottom: 20px; }

  .bcorp-logo {
    width: 70px;
    height: 100px;
    background-image: url(../images/bcorp_logo.png);
    margin: 0 auto; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.my-account {
  margin-bottom: 40px; }

.my-account h1 {
  color: #fdd033;
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 52px; }

.my-account .container .row:first-child p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #898984;
  margin-bottom: 20px; }

.my-account h3 {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #898984;
  font-size: 12px;
  border-bottom: 1px #7C7C7C solid;
  padding: 5px 0;
  margin-bottom: 10px;
  font-style: normal; }

.my-account .account-col {
  padding: 0px;
  font-style: italic;
  font-family: "Gotham A", "Gotham B"; }

.my-account .button {
  float: right; }

.my-account .account-col {
  margin-bottom: 20px; }

.my-account .account-fields {
  padding: 0 10px; }

.mantle--my-account {
  background-image: url("../images/mantle-edit-address.jpg");
  background-size: cover;
  background-position: center;
  height: 371px;
  margin-top: -100px;
  padding: 100px 0 220px 0;
  display: block;
  width: 100%; }

.my-account-subpages h4 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 72px;
  color: #ecc11c;
  line-height: 1; }
.my-account-subpages p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 16px;
  color: #898984; }
.my-account-subpages__order-history .order-details {
  margin-top: 80px;
  margin-bottom: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #7C7C7C; }
  .my-account-subpages__order-history .order-details h5 {
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    text-transform: uppercase;
    color: #898984;
    font-weight: bold;
    background-color: #F3F2E8;
    padding: 25px 0px;
    padding-left: 10px; }
  .my-account-subpages__order-history .order-details ul {
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 20px; }
    .my-account-subpages__order-history .order-details ul li {
      font-family: "Gotham A", "Gotham B";
      font-style: italic;
      color: #898984;
      font-size: 15px; }
    .my-account-subpages__order-history .order-details ul a {
      color: #e75524; }
.my-account-subpages__order-history .items-nb p {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  color: #898984;
  font-size: 15px;
  margin-left: 10px; }
.my-account-subpages__order-history .order-history-menu {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  font-size: 20px;
  position: relative; }
  .my-account-subpages__order-history .order-history-menu .pages {
    color: #898984;
    font-size: 30px;
    margin-top: 18px; }
    .my-account-subpages__order-history .order-history-menu .pages strong {
      font-family: "Cyclone Background A", "Cyclone Background B";
      font-weight: normal; }
    .my-account-subpages__order-history .order-history-menu .pages ol {
      display: inline; }
      .my-account-subpages__order-history .order-history-menu .pages ol li {
        display: inline;
        list-style: none; }
        .my-account-subpages__order-history .order-history-menu .pages ol li a {
          font-family: "Cyclone Background A", "Cyclone Background B";
          padding: 0;
          position: static; }
        .my-account-subpages__order-history .order-history-menu .pages ol li .next {
          display: none; }
  .my-account-subpages__order-history .order-history-menu select {
    width: 90px;
    height: 59px;
    display: inline-block;
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    font-size: 20px;
    font-style: normal;
    margin: 0 10px; }
  .my-account-subpages__order-history .order-history-menu label {
    display: inline-block; }
  .my-account-subpages__order-history .order-history-menu a {
    padding: 15px 40px; }
.my-account-subpages__view-order .order-details {
  margin-top: 80px;
  margin-bottom: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #7C7C7C; }
  .my-account-subpages__view-order .order-details h5 {
    font-family: "Gotham A", "Gotham B";
    font-size: 20px;
    text-transform: uppercase;
    color: #898984;
    font-weight: bold;
    background-color: #F3F2E8;
    padding: 25px 0px;
    padding-left: 45px; }
  .my-account-subpages__view-order .order-details ul {
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 20px; }
    .my-account-subpages__view-order .order-details ul li {
      font-family: "Gotham A", "Gotham B";
      font-style: italic;
      color: #898984;
      font-size: 15px; }
.my-account-subpages__view-order .order-price {
  text-align: right; }
  .my-account-subpages__view-order .order-price p {
    margin: 0;
    font-family: "Gotham A", "Gotham B" !important;
    font-style: italic;
    color: #898984;
    font-size: 15px; }
  .my-account-subpages__view-order .order-price .total-price {
    margin-top: 60px; }
    .my-account-subpages__view-order .order-price .total-price p {
      margin-top: 60px;
      font-family: "Cyclone Background A", "Cyclone Background B" !important;
      font-size: 95px;
      font-style: normal;
      margin: 0;
      line-height: 1; }
    .my-account-subpages__view-order .order-price .total-price a {
      margin-top: 25px; }
.my-account-subpages__manage-newsletter form {
  margin-bottom: 90px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7C7C7C; }
  .my-account-subpages__manage-newsletter form .button {
    padding: 15px 40px;
    margin-bottom: 10px; }
.my-account-subpages__edit-address--form form {
  margin-top: 40px; }
  .my-account-subpages__edit-address--form form .form-btn-left {
    text-align: left;
    margin-top: 38px; }
    .my-account-subpages__edit-address--form form .form-btn-left .button {
      padding: 11px 40px;
      float: left; }
  .my-account-subpages__edit-address--form form .form-btn-right {
    text-align: right;
    margin-top: 38px;
    margin-bottom: 70px; }
    .my-account-subpages__edit-address--form form .form-btn-right .button {
      padding: 15px 40px; }
.my-account-subpages__edit-address--form select {
  margin: 10px 0; }

@media screen and (min-width: 768px) {
  .my-account-subpages__order-history .order-details ul {
    margin-bottom: 0px; }
  .my-account-subpages__order-history .order-details h5 {
    display: none; }
  .my-account-subpages__order-history .order-details .row:first-child h5 {
    display: block; }
  .my-account-subpages__order-history .order-history-menu a {
    position: absolute;
    right: 0;
    top: 0; }
  .my-account-subpages__view-order .order-details ul {
    margin-bottom: 0px; }
  .my-account-subpages__view-order .order-details .row h5 {
    display: none; }
  .my-account-subpages__view-order .order-details .row:first-child h5 {
    display: block; }
  .my-account-subpages__manage-newsletter form .button {
    position: absolute;
    top: -5px;
    right: 10px; } }
@media screen and (min-width: 992px) {
  .my-account-subpages__order-history .order-details h5 {
    font-size: 20px; } }
.my-cart__header {
  margin-bottom: 5px; }

.my-cart__header h1 {
  background-color: #fdd033;
  background-image: url("../images/icon-shopping-cart-white.png");
  background-position: 98% center;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .my-cart__header h1 {
      background-image: url("../images/icon-shopping-cart-white@2x.png");
      background-size: 49px 43px; } }

.my-cart__header h1 {
  width: 100%;
  color: #FFF;
  padding: 5px 20px;
  font-family: "Cyclone A", "Cyclone B";
  font-size: 60px; }

.my-cart__product__header {
  background: #f4f4ec;
  color: #898984;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: bold; }

.my-cart__product__item {
  width: 100%; }

.my-cart__product__item img {
  max-width: 50%; }

.my-cart__product__description {
  width: 100%; }
  .my-cart__product__description .my-cart__product__header {
    display: none; }

.my-cart__product__description .my-cart__product__content {
  padding: 0px;
  padding-bottom: 20px; }

.my-cart__product__description .product-label {
  text-align: center; }

.my-cart__product__content .product-label__name {
  padding-left: 0; }
  .my-cart__product__content .product-label__name a {
    color: #898984; }

.my-cart__product__quantity {
  width: 50%;
  clear: both; }

.my-cart__product__quantity input {
  padding: 20px;
  border: 1px #7C7C7C solid;
  width: 70px;
  height: 70px;
  text-align: center;
  font-family: "Cyclone Background A", "Cyclone Background B";
  display: inline-block;
  color: #7C7C7C;
  margin-top: 60px;
  font-size: 36px; }

.my-cart__product__quantity input:focus {
  outline: 2px #fdd033 solid; }

.my-cart__product__quantity {
  text-align: center; }

.my-cart__product__price .my-cart__product__content {
  padding-top: 60px;
  font-size: 36px;
  position: relative; }

.my-cart__product__price .my-cart__product__content .remove {
  background-image: url("../images/remove-cart.png");
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 10px;
  top: 72px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .my-cart__product__price .my-cart__product__content .remove {
      background-image: url("../images/remove-cart@2x.png");
      background-size: 100% 100%; } }

.my-cart__product__price .my-cart__product__content .remove:hover {
  background-image: url("../images/remove-cart-hover.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .my-cart__product__price .my-cart__product__content .remove:hover {
      background-image: url("../images/remove-cart-hover@2x.png");
      background-size: 100% 100%; } }

.my-cart__product__price {
  width: 50%;
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #7C7C7C; }

.my-cart__product > div {
  float: left;
  padding-right: 5px; }

.my-cart__product > div:last-child {
  padding: 0px; }

.my-cart__product__content {
  text-align: center;
  padding: 20px; }

.my-cart__current-cart li {
  float: left;
  width: 100%;
  border-bottom: 1px #7C7C7C solid;
  margin-bottom: 40px;
  padding-bottom: 40px; }

.my-cart__current-cart li:last-child {
  margin-bottom: 0px; }

.my-cart__product__mobile-remove {
  width: 100%;
  display: block;
  text-align: center; }

.my-cart__product__mobile-remove {
  margin-top: 40px; }

.my-cart__voucher,
.my-cart__estimate {
  color: #7C7C7C;
  margin-bottom: 40px; }

.my-cart__voucher p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  margin-bottom: 5px; }

.my-cart__voucher input {
  width: 100%; }

.my-cart__voucher__disclaimer {
  font-style: italic;
  float: left; }

.my-cart__estimate {
  margin-bottom: 40px; }

.my-cart__estimate p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold; }

.my-cart__estimate label {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  width: 100%;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  color: #7C7C7C; }

.my-cart__estimate input[type="text"] {
  width: 100%; }

.my-cart__estimate select {
  margin-top: 10px; }

.my-cart__checkout {
  text-align: right; }

.checkout-options .checkout-option {
  font-weight: bold;
  font-family: "Gotham A", "Gotham B";
  color: #656565;
  font-size: 20px;
  text-decoration: underline;
  margin: 35px 35px 20px 0;
  display: inline-block;
  float: left; }

.checkout-options .checkout-option:hover {
  color: #e75524; }

.my-cart .checkout__total {
  width: 100%;
  display: block;
  float: right;
  margin: 40px 0 20px 0; }

.my-cart .checkout__total__subtotal {
  font-family: "Gotham A", "Gotham B";
  color: #898984;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px #7C7C7C solid; }

.my-cart .checkout__total__final-total {
  font-size: 96px;
  color: #7C7C7C;
  font-family: "Cyclone Background A", "Cyclone Background B"; }
  .my-cart .checkout__total__final-total strong {
    font-weight: normal; }

.my-cart .checkout__total .button {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 36px;
  width: 100%; }

.checkout__default-checkout {
  border-bottom: 1px #7C7C7C solid;
  padding-bottom: 45px;
  margin-bottom: 20px; }
  .checkout__default-checkout a {
    font-weight: 500; }

.checkout__altpay {
  width: 100%;
  float: right;
  text-align: right; }

.checkout-intl {
  margin-top: 10px; }

.checkout-paypal {
  float: right;
  background: url("../images/checkout-paypal.jpg");
  width: 179px;
  height: 46px;
  float: right;
  clear: both; }

.recommended-products {
  margin-bottom: 40px;
  border-top: 1px solid #7C7C7C; }

.recommended-products h2 {
  margin-top: -1px;
  margin-bottom: 20px;
  margin-left: -20px; }

.recommended-products__product {
  text-align: center; }

.shipping-method .my-cart__shipping-option {
  text-align: left; }
  .shipping-method .my-cart__shipping-option .default-radio,
  .shipping-method .my-cart__shipping-option .my-cart__shipping-option_details {
    float: left; }

.my-cart__shipping-option_details {
  text-align: center;
  margin-top: 10px; }

.my-cart__estimate .my-cart__shipping-option_apply .button {
  width: auto; }

.promotion {
  margin-top: 70px;
  margin-bottom: 60px;
  padding: 35px 0px 25px 35px;
  background-image: url(../images/promotion-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%; }
  .promotion h3 {
    font-size: 96px;
    font-family: "Cyclone A", "Cyclone B";
    color: #e75524;
    line-height: 1; }
  .promotion p {
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
    color: #e75524;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px; }
  .promotion span {
    display: block;
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .my-cart__checkout .checkout-option {
    width: 50%; }

  .my-cart__product__header {
    font-size: 20px; }

  .my-cart__product__item {
    width: 50%; }

  .my-cart__product__description {
    width: 50%; }
    .my-cart__product__description .my-cart__product__header {
      display: block; }
    .my-cart__product__description .my-cart__product__content {
      padding: 20px; }

  .my-cart__voucher__disclaimer {
    width: 62%;
    margin-right: 2%; }

  .my-cart__estimate input[type="text"] {
    width: 61%;
    margin-right: 2%; }

  .my-cart__estimate .button,
  .my-cart__voucher .button {
    width: 36%; }

  .my-cart__checkout .checkout-option {
    width: 50%; } }
.recommended-products__product img {
  max-width: 100%; }

.recommended-products__product:after {
  content: '';
  position: absolute;
  height: 100px;
  border-right: 1px #7C7C7C solid;
  width: 1px;
  display: block;
  right: 0px;
  top: 28px; }

.recommended-products .col-xs-12 .col-xs-12:last-child .recommended-products__product:after {
  display: none; }

@media screen and (min-width: 992px) {
  .my-cart__product__item {
    width: 30%; }

  .my-cart__product__description {
    width: 30%; }

  .my-cart__product__description .my-cart__product__content {
    padding: 60px 0px 60px 60px; }

  .my-cart__product__description .product-label {
    text-align: left; }

  .my-cart__product__quantity {
    width: 20%;
    clear: none; }
    .my-cart__product__quantity label {
      display: none; }

  .my-cart__product__price {
    width: 20%; }

  .my-cart__current-cart li .my-cart__product__header {
    display: none; }

  .my-cart__current-cart li:first-child .my-cart__product__header {
    display: block; }

  .my-cart .checkout__total {
    width: 75%; }

  .my-cart__voucher-applied .my-cart__voucher__disclaimer {
    width: 53%; }

  .my-cart__voucher-applied.my-cart__voucher .button {
    width: 45%; }

  .shipping-method {
    position: relative; }

  .my-cart__shipping-option_apply {
    position: absolute;
    right: 0;
    bottom: 30px; } }
@media screen and (min-width: 1200px) {
  .my-cart .checkout__total {
    width: 50%; } }
.mantle--new-products {
  background-image: url("../images/bg-mantle-new-products.jpg");
  background-size: cover;
  background-position: center;
  height: 370px;
  margin-top: -100px;
  padding: 100px 0 40px 0;
  display: block;
  width: 100%; }

.new-products h3 {
  font-family: "Cyclone Background A","Cyclone Background B";
  font-size: 40px;
  color: #a7cf39;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center; }
.new-products h4 {
  font-family: "Cyclone Background A","Cyclone Background B";
  font-size: 40px;
  color: #a7cf39;
  margin-bottom: 10px; }
.new-products p {
  font-family: Baskerville,"Baskerville Old Face","Hoefler Text","Libre Baskerville",Garamond,"Times New Roman",serif;
  font-size: 18px;
  line-height: 1.5;
  color: #898984; }
.new-products ul {
  list-style-type: disc;
  margin-left: 25px;
  font-family: Baskerville,"Baskerville Old Face","Hoefler Text","Libre Baskerville",Garamond,"Times New Roman",serif;
  font-size: 18px;
  line-height: 1.5;
  color: #898984;
  margin-bottom: 20px; }
.new-products img {
  max-width: 100%; }
.new-products .tote-bags img {
  display: inline-block;
  max-width: 45%; }
.new-products__details {
  margin: 20px 0; }
.new-products__details:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.new-products .details-content {
  display: inline-block;
  vertical-align: middle;
  float: none; }
.new-products__contacts {
  text-align: center;
  margin: 50px 0; }
  .new-products__contacts a {
    margin-bottom: 20px; }
  .new-products__contacts h3 {
    margin-bottom: 20px; }
  .new-products__contacts p {
    font-size: 16px; }

@media screen and (min-width: 992px) {
  .mantle--new-products {
    height: 645px; } }
.mantle--newsletter-confirmation {
  background-image: url("../images/newsletter-confirmation.jpg");
  background-size: cover;
  background-position: center;
  margin-top: -100px;
  padding: 100px 0 60px 0;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  text-align: center; }
  .mantle--newsletter-confirmation .newsletter-confirmation__content {
    margin-top: 75px; }
    .mantle--newsletter-confirmation .newsletter-confirmation__content h3 {
      font-family: "Gotham A", "Gotham B";
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      color: #8b8b8b;
      line-height: 1.3; }
    .mantle--newsletter-confirmation .newsletter-confirmation__content span {
      display: block;
      font-family: "Cyclone Background A", "Cyclone Background B";
      font-size: 72px;
      color: #faa525;
      line-height: 1;
      border-top: 1px solid #faa525;
      border-bottom: 1px solid #faa525; }
    .mantle--newsletter-confirmation .newsletter-confirmation__content p {
      text-align: center;
      font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
      font-size: 16px;
      color: #898984;
      font-weight: 300;
      line-height: 1.1;
      margin-top: 15px;
      margin-bottom: 25px; }

.mantle--newsletter-signup {
  background-image: url("../images/newsletter-confirmation.jpg");
  background-size: cover;
  margin-top: -100px;
  padding: 100px 0 60px 0;
  display: block;
  width: 100%;
  text-align: center;
  height: 370px; }

.newsletter-signup {
  margin-bottom: 60px; }
  .newsletter-signup h1 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 72px;
    color: #faa525; }
  .newsletter-signup h3 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 35px;
    color: #ecc11c;
    margin: 15px 0px; }
  .newsletter-signup p {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 16px;
    color: #898984; }
  .newsletter-signup input[type="submit"] {
    float: right;
    margin-top: 25px; }

@media screen and (min-width: 992px) {
  .mantle--newsletter-signup {
    background-position: center; } }
.newsletter-error {
  text-align: center; }
  .newsletter-error h3 {
    color: #e75524;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-weight: bold; }
  .newsletter-error h4 {
    font-style: italic;
    font-weight: bold;
    color: #737373;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    margin-bottom: 20px; }
  .newsletter-error .button {
    margin: 30px 0 40px 0;
    position: relative; }
  .newsletter-error .button:before {
    content: '';
    width: 300px;
    position: absolute;
    top: -30px;
    background: #b9baae;
    display: block;
    height: 1px;
    left: -80px; }

.mantle--our-beliefs span {
  font-family: "Cyclone Background A", "Cyclone Background B"; }
.mantle--our-beliefs p {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold; }

.our-beliefs {
  padding-bottom: 30px; }

.our-beliefs__section {
  padding-bottom: 40px;
  border-bottom: 1px #7C7C7C solid;
  margin-top: 20px; }

.our-beliefs__section h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  text-align: center;
  font-size: 60px; }

.our-beliefs__section p, .our-beliefs__intro p {
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  color: #7C7C7C;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3; }

.our-beliefs__section--details ul {
  background: #f4f4ec;
  padding: 40px 25px 20px 25px; }
  .our-beliefs__section--details ul li {
    margin-bottom: 30px; }
  .our-beliefs__section--details ul h4 {
    margin-bottom: 20px; }
  .our-beliefs__section--details ul p {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0px;
    color: #898984; }

.our-beliefs__section img {
  width: 100%; }

.our-beliefs__section ul p {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif; }

.our-beliefs__section ul p,
.our-beliefs__section ul {
  text-align: left; }

.our-beliefs__section:nth-child(2) h3,
.our-beliefs__section:nth-child(2) h4 {
  color: #35937f; }

.our-beliefs__section:nth-child(2) h4:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/icon-paw-teal.png");
  background-size: 100%;
  margin-right: 5px;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .our-beliefs__section:nth-child(2) h4:before {
      background-image: url("../images/icon-paw-teal@2x.png");
      background-size: 100% 100%; } }

.our-beliefs__section:nth-child(3) h3,
.our-beliefs__section:nth-child(3) h4 {
  color: #e75524; }

.our-beliefs__section:nth-child(3) h4:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/icon-paw-red.png");
  background-size: 100%;
  margin-right: 5px;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .our-beliefs__section:nth-child(3) h4:before {
      background-image: url("../images/icon-paw-red@2x.png");
      background-size: 100% 100%; } }

.our-beliefs__section:nth-child(4) h3,
.our-beliefs__section:nth-child(4) h4 {
  color: #a7cf39; }

.our-beliefs__section:nth-child(4) h4:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/icon-paw-green.png");
  background-size: 100%;
  margin-right: 5px;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .our-beliefs__section:nth-child(4) h4:before {
      background-image: url("../images/icon-paw-green@2x.png");
      background-size: 100% 100%; } }

.our-beliefs__section:nth-child(4) {
  border: none; }

.our-beliefs__section h4 {
  font-weight: bold; }

@media screen and (min-width: 992px) {
  .our-beliefs__section:nth-child(odd) ul p,
  .our-beliefs__section:nth-child(odd) ul {
    text-align: right; }

  .our-beliefs__section:nth-child(3) h4:before {
    display: none; }

  .our-beliefs__section:nth-child(3) h4:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../images/icon-paw-red.png");
    background-size: 100%;
    margin-right: 0px;
    margin-left: 5px;
    background-repeat: no-repeat; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .our-beliefs__section:nth-child(3) h4:after {
      background-image: url("../images/icon-paw-red@2x.png");
      background-size: 100% 100%; } }

@media screen and (min-width: 1200px) {
  .our-beliefs__section--details ul {
    height: 530px; } }
.mantle--aboutUs .right-content {
  background: none;
  border: none; }

.mantle--aboutUs .right-content p {
  margin: 0; }

.aboutUs__our-story {
  padding-bottom: 83px; }
  .aboutUs__our-story h3 {
    text-align: left;
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 60px;
    line-height: 50px;
    color: #35937f;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7C7C7C; }
  .aboutUs__our-story .red {
    color: #e75524; }
  .aboutUs__our-story p {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    color: #898984; }
.aboutUs__divider {
  margin-bottom: 90px; }
  .aboutUs__divider .container-fluid {
    padding: 0px; }
  .aboutUs__divider .col-xs-3 {
    padding: 0px; }
  .aboutUs__divider img {
    width: 100%;
    border-top: 2px solid #F0F0F0;
    border-bottom: 2px solid #F0F0F0;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF; }
.aboutUs__cta {
  margin-bottom: 80px; }
  .aboutUs__cta h3 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase; }
    .aboutUs__cta h3 span {
      display: block;
      font-family: "Cyclone A", "Cyclone B"; }
  .aboutUs__cta--box {
    position: relative;
    height: 402px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 27px 30px;
    margin-bottom: 20px; }
    .aboutUs__cta--box.left {
      background-image: url(../images/aboutUs-cta-bg-left.jpg);
      background-position: right; }
    .aboutUs__cta--box.right {
      background-image: url(../images/aboutUs-cta-bg-right.jpg); }
      .aboutUs__cta--box.right h3 {
        width: 160px;
        margin-top: 140px; }
    .aboutUs__cta--box .button {
      border: 2px solid #fdd033;
      position: absolute;
      right: 0px;
      bottom: 15px; }
    .aboutUs__cta--box:hover {
      cursor: pointer; }
      .aboutUs__cta--box:hover .button {
        background: none;
        color: #fdd033;
        outline: none; }

@media screen and (min-width: 768px) {
  .aboutUs__cta--box {
    margin-bottom: 0px; } }
@media screen and (min-width: 1200px) {
  .aboutUs__our-story p {
    font-size: 16px; }
  .aboutUs__our-story h3 {
    width: 55%;
    margin-left: 80px; } }
.product-detail__about-artist {
  margin-bottom: 50px; }

.product-detail__about-artist__image {
  float: left;
  display: block;
  width: 30%; }

.product-detail__about-artist__image img {
  width: 100%; }

.product-detail__about-artist__info {
  width: 70%;
  float: left;
  padding: 0 0 0 15px;
  display: block;
  color: #898984;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif; }

.product-detail__about-artist__info .artist-name {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold;
  color: #785a82;
  text-transform: uppercase;
  font-size: 22px; }

.product-detail__about-artist__info .artist-title {
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  color: #a8a8a5; }

.product-detail {
  position: relative; }

.product-detail__info {
  margin-bottom: 40px; }

.product-detail__info p {
  font-size: 16px; }

.product-detail__flag {
  position: absolute;
  top: 1px;
  color: #FFF;
  padding: 5px 10px 5px 30px;
  font-style: italic;
  background-repeat: no-repeat; }

.product-detail .container {
  padding-top: 50px;
  border-top: 1px #7C7C7C solid;
  position: relative; }

.product-detail .product-detail__flag {
  right: 0;
  top: 0; }

.product-detail_large-image {
  text-align: center;
  margin-bottom: 1em; }

.product-detail_large-image img {
  max-width: 100%; }

.product-detail h1 {
  font-family: "Cyclone A", "Cyclone B";
  font-size: 97px;
  line-height: .8em;
  padding: 0 0 .2em 0;
  color: #898984;
  text-align: center; }

.product-detail p,
.product-detail__description {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #000; }

.product-detail__description {
  margin-top: 20px; }

.product-detail__description ul {
  margin-bottom: 20px; }

.product-detail__description li {
  margin-left: 1em;
  list-style-type: disc; }

.product-detail__thumbs {
  font-size: 0;
  line-height: 0px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%; }

.product-detail__thumbs li {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-right: -1px; }

.product-detail__thumbs li img {
  line-height: 0px;
  border: 1px solid #7C7C7C;
  margin-top: -1px; }
  .product-detail__thumbs li img:hover {
    cursor: pointer; }

.product-detail__thumbs .active {
  z-index: 99;
  transform: scale(1.25);
  -ms-transform: scale(1.25, 1.25); }

.product-detail__thumbs .active img {
  border: 1px solid #e75524;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5); }

.learn-more--warm-bellies {
  border: 1px #785a82 solid;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.1em;
  text-align: center;
  margin: 40px auto 20px;
  padding: 15px 50px 25px;
  color: #785a82;
  position: relative; }

.learn-more--warm-bellies__label {
  display: block;
  background: #FFF;
  font-style: italic;
  bottom: -20px;
  position: absolute;
  padding: 10px 20px;
  left: 50%;
  margin-left: -72px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #785a82;
  line-height: 20px; }

.learn-more--warm-bellies__label span {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url("../images/icon-warm-bellies-learn-more.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .learn-more--warm-bellies__label span {
      background-image: url("../images/icon-warm-bellies-learn-more@2x.png");
      background-size: 100% 100%; } }

.product-detail__create-purchase .h2 {
  margin-bottom: 0px;
  position: relative;
  z-index: 999; }

.product-detail__create-purchase__content-outer {
  background-color: #fff;
  overflow: hidden;
  border: 1px #7C7C7C solid;
  border-top: none;
  position: relative; }

.product-detail__create-purchase__content {
  background: #f4f4ec;
  padding-top: 55px; }

.product-detail__create-purchase__content .product-detail__create-purchase__option {
  padding: 0 0 40px 0; }
  .product-detail__create-purchase__content .product-detail__create-purchase__option.product-detail__no-options {
    padding: 80px 0; }
  .product-detail__create-purchase__content .product-detail__create-purchase__option .chooser li {
    -webkit-tap-highlight-color: transparent; }

.product-detail__out-of-stock {
  padding: 40px;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-weight: bold;
  color: #7C7C7C;
  font-size: 18px; }

.product-detail__create-purchase__content .product-detail__create-purchase__price-box {
  background: #FFF no-repeat;
  padding-top: 25px;
  top: 0px;
  right: 0px;
  bottom: 0px; }

.product-detail__create-purchase__content h4 {
  font-size: 16px;
  color: #898984;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px; }

.product-detail__create-purchase__bed,
.product-detail__create-purchase__color,
.product-detail__create-purchase__size {
  width: 90%;
  display: block;
  float: right; }

.product-detail__create-purchase__bed .focused {
  font-weight: bold;
  color: #785a82;
  position: relative; }

.product-detail__create-purchase__bed input {
  display: none; }

.product-detail__create-purchase__bed .focused input {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
  left: -30px;
  background-image: url("../images/icon-warm-bellies-learn-more.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-detail__create-purchase__bed .focused input {
      background-image: url("../images/icon-warm-bellies-learn-more@2x.png");
      background-size: 100% 100%; } }

.product-detail__create-purchase__bed label {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-family: "Gotham A", "Gotham B";
  text-transform: none;
  font-weight: normal;
  margin: 0 0 .5em;
  color: #898984; }
  .product-detail__create-purchase__bed label a {
    color: #898984; }

.product-detail__create-purchase__color li,
.product-detail__create-purchase__size li {
  width: 32px;
  height: 32px;
  text-align: center;
  float: left;
  display: block;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px; }

.product-detail__create-purchase__size li {
  border: 1px #e75524 solid;
  color: #e75524;
  padding: 4px 0px;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-weight: bold; }

.product-detail__create-purchase__size-text {
  font-family: "Gotham A", "Gotham B";
  color: #7C7C7C;
  margin: 10px 0 20px 0;
  width: 100%;
  display: block; }

.product-detail__create-purchase__size-text .size {
  text-transform: uppercase;
  font-weight: bold; }

.product-detail__create-purchase__size-text .description {
  font-style: italic; }

.product-detail__create-purchase__size li.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e75524 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px; }

.product-detail__create-purchase__size li.active {
  background: #e75524;
  color: #FFF; }

.product-detail__create-purchase__size li:hover {
  background: #e75524;
  color: #FFF;
  cursor: pointer; }

.product-detail__create-purchase__color-text {
  width: 100%;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-weight: bold;
  color: #7C7C7C;
  margin: 10px 0 20px 0; }

.product-detail__create-purchase__color li {
  border: 1px solid #f4f4ec; }
  .product-detail__create-purchase__color li:hover {
    cursor: pointer; }

.product-detail__create-purchase__color li.active {
  border-color: #000; }

.product-detail__create-purchase__price {
  width: 70%;
  margin: 0 auto;
  display: block;
  text-align: center; }

.product-detail__create-purchase__price .price {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 96px;
  color: #898984;
  line-height: 82px;
  margin-bottom: 10px;
  margin-top: 10px; }

.product-detail__create-purchase__price #ship_date {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  text-transform: uppercase;
  color: #898984;
  margin-bottom: 20px;
  display: block; }

@media screen and (min-width: 992px) {
  .product-detail__create-purchase__content {
    padding-top: 0px; }

  .product-detail__thumbs {
    text-align: left; }
    .product-detail__thumbs li {
      display: block;
      float: left; }

  .product-detail__create-purchase__content .product-detail__create-purchase__price-box {
    /*position: absolute;*/
    background-image: url("../images/product-brace.png");
    padding-top: 0; } }
  @media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .product-detail__create-purchase__content .product-detail__create-purchase__price-box {
      background-image: url("../images/product-brace@2x.png");
      background-size: 39px 100%; } }

@media screen and (min-width: 992px) {
  .product-detail__create-purchase__content .product-detail__create-purchase__option {
    padding-top: 65px; }
    .product-detail__create-purchase__content .product-detail__create-purchase__option.col-md-4:first-child {
      margin-left: 5%; }

  .product-detail__create-purchase__bed {
    width: 100%;
    float: left; }

  .product-detail h1 {
    text-align: left; }

  .product-detail_large-image {
    text-align: left; }

  .product-detail__create-purchase__content {
    position: relative;
    float: left;
    right: 33.333333%;
    width: 100%; }

  .product-detail__create-purchase__content-inner {
    overflow: hidden;
    width: 66.66667%;
    left: 33.333333%;
    position: relative; }

  .product-detail__create-purchase__content-inner-bundle {
    margin-top: 40px; }
    .product-detail__create-purchase__content-inner-bundle .bundle-text {
      margin-bottom: 20px; }

  .product-detail__create-purchase__price-box {
    overflow: hidden;
    width: 33.333333%;
    left: 33.333333%;
    position: relative; }

  .product-detail__about-artist__info {
    margin-bottom: 40px; } }
.products {
  margin-bottom: 40px; }

.products .category-filter {
  margin-bottom: 40px; }

.products .category-filter .col-md-6,
.products .category-filter .col-md-4 {
  padding: 0px; }

.products .category-header {
  width: 100%;
  background: #fdd033;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-family: "Cyclone Background A", "Cyclone Background B";
  border: 1px #FFF solid; }

.products .selectboxit-option-icon-container {
  display: none; }

.products .selectboxit {
  background: #f4f4ec;
  border: 1px #FFF solid;
  height: 82px; }

.products .selectboxit-text {
  max-width: 100% !important;
  width: 100%; }

.products .selectboxit-text .select-item,
.products .selectboxit-list li .select-item {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #898984;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  display: block; }

.products .selectboxit-list li a,
.products .selectboxit-container span {
  height: 80px; }

.products .selectboxit-text .range,
.products .selectboxit-list .select-item .range {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px; }

.products .selectboxit-list {
  max-height: 600px !important;
  border: 0px; }

.products .selectboxit-list li {
  background: #f4f4ec;
  border-top: 2px #FFF solid; }

.products .selectboxit-list li:last-child {
  border-bottom: 0px; }

.products .selectboxit-container .selectboxit-list .selectboxit-focus a {
  background: #e6e6e6; }

.products .selectboxit-container .selectboxit-options {
  border-radius: 0px; }

.products .selectboxit-arrow-container .selectboxit-arrow {
  border: 0px;
  background-image: url("../images/arrow-products-dropdown.png");
  width: 13px;
  height: 8px;
  display: block; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .products .selectboxit-arrow-container .selectboxit-arrow {
      background-image: url("../images/arrow-products-dropdown@2x.png");
      background-size: 100% 100%; } }

.product-grid {
  width: 100% !important; }

.product-grid ul {
  display: table;
  border-collapse: collapse;
  margin: 40px 0;
  width: 100%; }

.product-grid__wrapper {
  width: 50%;
  float: left;
  display: table-cell; }

.product-grid__product {
  width: 100%;
  padding: 60px 5px 20px 5px;
  text-align: center;
  background: #FFF;
  box-shadow: 1px 0 0 0 #b9baae, 0 1px 0 0 #b9baae, 1px 1px 0 0 #b9baae, 1px 0 0 0 #b9baae inset, 0 1px 0 0 #b9baae inset;
  position: relative;
  display: block;
  min-height: 380px; }

.product-grid img {
  max-width: 80%; }

.product-grid__flag-wrap {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.5s; }

.product-grid__flag {
  width: 500px;
  display: block;
  text-align: left;
  padding: 0 10px 0 35px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  font-style: italic;
  background-repeat: no-repeat; }

.product-grid__flag--artist-collection {
  background-color: #785a82;
  background-image: url("../images/icon-type-artist.png");
  background-position: 4px 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-grid__flag--artist-collection {
      background-image: url("../images/icon-type-artist@2x.png");
      background-size: 22px 17px; } }

.product-grid__flag--new {
  background-color: #faa525;
  background-image: url("../images/icon-type-new.png");
  background-position: 7px 8px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-grid__flag--new {
      background-image: url("../images/icon-type-new@2x.png");
      background-size: 16px 15px; } }

.product-grid__flag--limited-edition {
  background-color: #a7cf39;
  background-image: url("../images/icon-type-limited.png");
  background-position: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-grid__flag--limited-edition {
      background-image: url("../images/icon-type-limited@2x.png");
      background-size: 17px 17px; } }

.product-grid__flag--best-seller {
  background-color: #e75524;
  background-image: url("../images/icon-type-best.png");
  background-position: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-grid__flag--best-seller {
      background-image: url("../images/icon-type-best@2x.png");
      background-size: 15px 15px; } }

.filtered-results-label {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 30px;
  color: #7C7C7C;
  border: 1px #b9baae solid;
  padding: 0 15px;
  display: inline-block; }

.product-grid-key {
  float: none;
  width: 200px;
  margin: 20px auto 50px; }

.product-grid-key__cat {
  width: 40px;
  float: left;
  display: block;
  text-align: center;
  margin: 0 5px;
  font-size: 10px;
  line-height: 1.3em; }

.product-grid-key__cat_icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat; }

.product-grid-key__cat_icon--new {
  background-image: url("../images/icon-type-new.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-grid-key__cat_icon--new {
      background-image: url("../images/icon-type-new@2x.png");
      background-size: 16px 15px; } }

.product-grid-key__cat_icon--artist {
  background-image: url("../images/icon-type-artist.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-grid-key__cat_icon--artist {
      background-image: url("../images/icon-type-artist@2x.png");
      background-size: 22px 17px; } }

.product-grid-key__cat_icon--best {
  background-image: url("../images/icon-type-best.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-grid-key__cat_icon--best {
      background-image: url("../images/icon-type-best@2x.png");
      background-size: 15px 15px; } }

.product-grid-key__cat_icon--limited {
  background-image: url("../images/icon-type-limited.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-grid-key__cat_icon--limited {
      background-image: url("../images/icon-type-limited@2x.png");
      background-size: 17px 17px; } }

.no-search-results {
  width: 375px;
  border: 1px #a7cf39 solid;
  position: relative;
  font-family: "Gotham A", "Gotham B";
  margin: 120px auto 60px auto;
  padding: 70px 15px 40px 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #898984;
  line-height: 22px; }

.no-search-results:after {
  content: '';
  display: block;
  width: 50px;
  height: 30px;
  background-image: url("../images/paw-no-search-results.jpg");
  bottom: -15px;
  left: 50%;
  margin-left: -25px;
  position: absolute; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-search-results:after {
      background-image: url("../images/paw-no-search-results@2x.jpg");
      background-size: 100% 100%; } }

.no-search-results a {
  text-decoration: underline; }

.no-search-results .sorry {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 144px;
  color: #a7cf39;
  position: absolute;
  background: #FFF;
  top: -50px;
  line-height: 100px;
  font-weight: normal;
  left: 50%;
  margin-left: -127px;
  padding: 0 10px; }

.products--createabed img {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .product-grid__wrapper {
    width: 33%; }

  .product-grid img {
    max-width: 100%; }

  .product-grid-key {
    display: block;
    float: right;
    margin: 0px; }

  .product-grid__product {
    padding: 60px 0px; } }
@media screen and (min-width: 992px) {
  .product-grid__product:hover {
    -ms-transform: scale(1.025);
    /* IE 9 */
    -webkit-transform: scale(1.025);
    /* Chrome, Safari, Opera */
    transform: scale(1.025);
    z-index: 99999; }

  .product-grid__product:hover .product-grid__flag-wrap--artist-collection {
    width: 144px; }

  .product-grid__product:hover .product-grid__flag-wrap--new {
    width: 82px; }

  .product-grid__product:hover .product-grid__flag-wrap--limited-edition {
    width: 140px; }

  .product-grid__product:hover .product-grid__flag-wrap--best-seller {
    width: 118px; }

  .product-grid__wrapper {
    width: 25%; } }
@media screen and (min-width: 1200px) {
  .product-grid ul {
    display: table;
    border-collapse: collapse;
    margin: 40px 0; } }
.product-label p {
  margin: 0px; }

.product-label__name,
.product-label__name span {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #898984;
  font-size: 18px;
  line-height: 1.2em;
  padding: .2em .4em; }

.product-grid__wrapper .product-label__name,
.product-detail__similar-products .product-label__name,
.product-grid__wrapper .product-label__name span,
.product-detail__similar-products .product-label__name span {
  min-height: 2.8em; }

.product-label__style,
.product-label__style span {
  margin: 5px 0;
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  color: #7C7C7C;
  text-transform: uppercase; }

.product-label__price,
.product-label__price span {
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  color: #7C7C7C;
  font-weight: bold;
  color: #a8a8a5; }
  .product-label__price .price-box,
  .product-label__price span .price-box {
    display: inline; }

.product-label__size,
.product-label__color,
.product-label__size span,
.product-label__color span {
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-weight: bold;
  color: #a8a8a5; }

#recaptcha_widget_div {
  float: right;
  margin-bottom: 20px; }

.product-review__facebook {
  clear: both;
  padding-top: 7px; }

.product-review__facebook .h4 {
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-weight: bold;
  color: #7C7C7C; }

.product-review__summary {
  float: left;
  width: auto;
  margin-right: 15px; }

.product-review__h5 {
  color: #a7cf39;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }

.product-review__review-count {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-size: 12px;
  color: #7C7C7C;
  display: block; }

.product-review__rating {
  float: left;
  height: 24px;
  width: 170px;
  background-image: url("../images/paws-radio-off.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-review__rating {
      background-image: url("../images/paws-radio-off@2x.png");
      background-size: 34px 24px; } }
  .product-review__rating .rating-number {
    display: none; }

.product-review__rating-on {
  height: 24px;
  background-image: url("../images/paws-radio-on.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-review__rating-on {
      background-image: url("../images/paws-radio-on@2x.png");
      background-size: 34px 24px; } }

.product-review__detail-title {
  color: #a7cf39;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em; }

.product-review__detail-byline {
  text-transform: uppercase;
  color: #7C7C7C;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  font-size: 10px; }

.product-review__detail .product-review__rating {
  margin: 10px 0 20px; }

.product-review__detail-description {
  clear: both;
  color: #898984;
  font-size: 16px; }

.product-review__next,
.product-review__prev {
  color: #a7cf39;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  text-transform: uppercase; }

.product-review__next {
  float: right; }

.product-review__prev {
  float: left; }

.product-review__has-pagination {
  padding-bottom: 30px; }

.product-detail__similar-products {
  margin-bottom: 50px; }

.product-detail__similar-products .h2 {
  margin-bottom: 35px; }

.product-detail__similar-products li {
  width: 50%;
  float: left;
  display: block;
  padding: 20px 5px;
  text-align: center;
  min-height: 270px; }

.product-detail__similar-products li img {
  max-width: 100%; }

.product-detail__similar-products li:nth-child(odd) {
  border-right: 1px #7C7C7C solid; }

.product-detail__similar-products li:first-child,
.product-detail__similar-products li:nth-child(2) {
  border-bottom: 1px #7C7C7C solid; }

.product-detail__similar-products .product-label:hover {
  -ms-transform: scale(1.03, 1.03);
  /* IE 9 */
  -webkit-transform: scale(1.03, 1.03);
  /* Chrome, Safari, Opera */
  transform: scale(1.03, 1.03);
  cursor: pointer; }

.sizelink {
  text-decoration: underline;
  text-transform: uppercase;
  color: #35937f;
  font-size: 13px;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold; }

.product-sizechart {
  background-color: #f7f7f4;
  color: #898984; }
  .product-sizechart .col-xs-12 img {
    margin: 0 auto;
    display: block; }
  .product-sizechart p {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 16px;
    margin: 1em; }

.product-sizechart__heading {
  background-color: #9bdae9;
  font-size: 58px;
  color: #fff;
  font-family: "Cyclone Background A", "Cyclone Background B";
  text-transform: uppercase;
  line-height: 1.5em;
  padding-left: 20px;
  text-align: center; }

.accessories-size-chart .product-sizechart__heading {
  background-color: #a7cf39; }

.snugglesizes .product-sizechart__heading {
  background-color: #785a82; }

.garden-size-chart .product-sizechart__heading {
  background-color: #fdd033; }

.santa-size-chart .product-sizechart__heading, .american-classic-sizechart .product-sizechart__heading {
  background-color: #e75524; }

.standard-size-chart .product-sizechart__heading {
  background-color: #35937f; }

.farmfresh-sizechart .product-sizechart__heading {
  background-color: #fdd033; }

.bugout-sizechart .product-sizechart__heading {
  background-color: #a1ad6b; }

.loungesizes img {
  display: block;
  margin: 20px auto; }

.snugglesizes img {
  display: block;
  margin: 20px auto; }

.product-sizechart table {
  border-right: 1px solid #ddd;
  margin-bottom: 0; }

.product-sizechart th {
  background-color: #f7f7f4;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  text-transform: uppercase;
  font-weight: bold;
  border-width: 0 0 1px 0;
  vertical-align: middle; }

.product-sizechart td {
  background-color: #fff;
  border-width: 0 0 1px 0;
  color: #a8a8a5;
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  padding: 25px 10px;
  vertical-align: middle; }
  .product-sizechart td:first-child {
    color: #898984;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    text-transform: uppercase; }

.round-bed {
  width: 49px; }

.rectangular-bed {
  width: 67px; }

.cushion-blanket {
  width: 68px; }

.tunnel {
  width: 46px; }

.pup {
  width: 57px; }

.momo-sizechart td img, .momo-sizechart td p, .bugout-sizechart td img, .bugout-sizechart td p, .farmfresh-sizechart td img, .farmfresh-sizechart td p {
  float: left; }
.momo-sizechart td img, .bugout-sizechart td img, .farmfresh-sizechart td img {
  width: 60px; }

.american-classic-sizechart td img {
  width: 60px; }

@media screen and (min-width: 992px) {
  #sizechart {
    width: 800px; } }
@media screen and (min-width: 992px) {
  .product-sizechart table {
    font-size: 17px; }

  .product-sizechart td:first-child {
    padding-left: 25px; }

  .momo-sizechart td:first-child, .bugout-sizechart td:first-child, .farmfresh-sizechart td:first-child, .american-classic-sizechart td:first-child {
    padding-left: 55px; }
  .momo-sizechart td:last-child, .bugout-sizechart td:last-child, .farmfresh-sizechart td:last-child, .american-classic-sizechart td:last-child {
    padding-right: 35px; } }
.product-detail__why ul {
  display: block; }

.product-detail__why li {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  color: #7C7C7C;
  margin: 10px 0;
  padding: 0 5px; }

.product-detail__why p {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  color: #7C7C7C; }

.product-detail__why li:before {
  content: '• ';
  color: #7C7C7C; }

.product-detail__why li:nth-child(odd) {
  clear: both; }

.product-detail__why br {
  clear: both; }

.read-more {
  background-color: #f3f2e8;
  padding: 100px 0;
  background-image: url("../images/bg-read-more.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 270px;
  background-size: 200%; }

.read-more h1 {
  color: #faa525;
  font-family: "Cyclone A", "Cyclone B";
  font-size: 57px;
  line-height: 34px; }

.read-more h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #faa525;
  font-size: 40px;
  margin-left: 25px; }

.read-more .content {
  width: 100%;
  margin: 20px 0;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #888888;
  font-size: 16px; }

.read-more .button {
  margin: 0 auto;
  width: 150px;
  display: block; }

@media screen and (min-width: 768px) {
  .read-more {
    padding-bottom: 470px;
    height: 745px; }

  .read-more h1 {
    font-size: 97px;
    line-height: 60px; }

  .read-more h3 {
    font-size: 70px;
    margin-left: 100px; } }
@media screen and (min-width: 992px) {
  .read-more {
    background: url("../images/bg-read-more.jpg");
    background-size: cover;
    padding: 100px 0;
    box-sizing: border-box;
    background-position: bottom center;
    background-repeat: no-repeat; }

  .read-more h1 {
    font-size: 97px;
    margin-left: -150px;
    line-height: 60px; }

  .read-more h3 {
    font-size: 70px;
    margin-left: -80px; }

  .read-more .content {
    margin: 40px 0; }

  .read-more .button {
    margin: 0px; } }
@media screen and (min-width: 1200px) {
  .read-more {
    height: 690px; } }
.mantle--retailer-resources {
  background-image: url("../images/bg-mantle-store-locator.jpg");
  background-size: cover;
  background-position: center;
  height: 645px;
  margin-top: -100px;
  padding: 100px 0 40px 0;
  display: block;
  width: 100%; }

.retailer-resources p {
  font-family: Baskerville,"Baskerville Old Face","Hoefler Text","Libre Baskerville",Garamond,"Times New Roman",serif;
  font-size: 18px;
  color: #898984;
  margin: 0; }
.retailer-resources__header {
  text-align: center;
  margin: 50px 0; }
.retailer-resources__list {
  margin: 20px 0; }
  .retailer-resources__list h3 {
    text-align: left;
    font-size: 50px;
    color: #e75524;
    font-family: "Cyclone Background A","Cyclone Background B";
    font-weight: 400; }
  .retailer-resources__list a {
    font-family: "Gotham A","Gotham B";
    color: #35937f;
    font-weight: 700; }
  .retailer-resources__list ul {
    font-family: Baskerville,"Baskerville Old Face","Hoefler Text","Libre Baskerville",Garamond,"Times New Roman",serif;
    font-size: 16px;
    line-height: 1.5;
    color: #898984;
    list-style: disc;
    margin-top: 10px;
    margin-bottom: 20px; }
    .retailer-resources__list ul li {
      line-height: 25px;
      margin-bottom: 5px; }
.retailer-resources__contact {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  .retailer-resources__contact h3 {
    margin-bottom: 20px;
    font-family: Baskerville,"Baskerville Old Face","Hoefler Text","Libre Baskerville",Garamond,"Times New Roman",serif;
    color: #898984; }
  .retailer-resources__contact p {
    font-size: 16px; }

@media screen and (min-width: 992px) {
  .retailer-resources__list h3 {
    text-align: right; } }
.sidebar-widget-wrap {
  background-image: url("../images/bg-sidebar-widget.png");
  width: 275px;
  text-align: center;
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 28px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  margin-top: 70px; }

.sidebar-widget-wrap span {
  font-family: "Cyclone A", "Cyclone B";
  font-size: 70px;
  line-height: 45px; }

.sidebar-widget-wrap .price {
  font-size: 15px;
  font-style: italic;
  font-family: "Gotham A", "Gotham B";
  color: #333; }

.sidebar-widget-wrap .button {
  font-size: 20px;
  position: relative; }

.side-widget-wrap__button-wrap {
  position: absolute;
  left: 0;
  right: 0; }

.shipping-banner {
  position: relative;
  background: #e75524;
  display: block;
  width: 100%;
  top: 0px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px;
  font-family: "Gotham A", "Gotham B"; }
  .shipping-banner p {
    margin-bottom: 0px;
    padding: 0 35px; }
  .shipping-banner a {
    color: #fdd033; }
    .shipping-banner a:hover {
      color: #7C7C7C; }
  .shipping-banner__close {
    width: 22px;
    height: 22px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .shipping-banner {
    height: 45px; }
    .shipping-banner p {
      padding: 0; }
    .shipping-banner__close {
      top: 11px;
      right: 20px; } }
.social {
  width: 166px;
  height: 30px;
  display: block;
  position: absolute;
  margin: 20px auto;
  top: -70px;
  right: 50%;
  margin-right: -83px; }

.social .social-icon {
  height: 34px;
  width: 34px;
  display: block;
  float: left;
  margin-left: 10px;
  border-radius: 100%; }

.social .social-icon:first-child {
  margin-left: 0px; }

.social .social-icon:hover {
  background-position: bottom; }

.social .social-icon--twitter {
  background-image: url("../images/social-tw.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .social .social-icon--twitter {
      background-image: url("../images/social-tw@2x.png");
      background-size: 100% auto; } }

.social .social-icon--facebook {
  background-image: url("../images/social-fb.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .social .social-icon--facebook {
      background-image: url("../images/social-fb@2x.png");
      background-size: 100% auto; } }

.social .social-icon--instagram {
  background-image: url("../images/social-ig.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .social .social-icon--instagram {
      background-image: url("../images/social-ig@2x.png");
      background-size: 100% auto; } }

.social .social-icon--pinterest {
  background-image: url("../images/social-pt.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .social .social-icon--pinterest {
      background-image: url("../images/social-pt@2x.png");
      background-size: 100% auto; } }

.blog-social-block {
  height: 115px; }

.blog-social-block .social {
  top: 80px; }

@media screen and (min-width: 768px) {
  .social {
    position: absolute;
    right: 0px;
    top: -35px;
    height: 30px;
    display: block;
    margin-right: 0px; }

  .social .social-icon {
    height: 34px;
    width: 34px;
    display: block;
    float: left;
    margin-left: 10px; }

  .blog-social-block .social {
    margin: 20px auto;
    position: relative;
    top: -10px; }

  .blog-social-block {
    height: auto; } }
.store-locator__list h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #35937f;
  font-size: 36px;
  line-height: 49px;
  padding-bottom: 19px; }
.store-locator__list .international {
  margin-top: 20px; }
.store-locator__list ul.national-list {
  display: block; }
  .store-locator__list ul.national-list li {
    width: 50%; }
.store-locator__list ul.international-list {
  display: block; }
  .store-locator__list ul.international-list li {
    width: 50%; }
.store-locator__list li {
  display: block;
  float: left; }
  .store-locator__list li a {
    font-family: "Gotham A", "Gotham B";
    color: #898984;
    font-size: 14px;
    line-height: 26px; }
.store-locator__list--countries {
  padding-bottom: 50px;
  border-bottom: 1px solid #7C7C7C; }
.store-locator__list--search {
  padding-top: 40px;
  padding-bottom: 110px; }
  .store-locator__list--search label {
    display: block;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #898984; }
  .store-locator__list--search span {
    display: block;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 17px;
    color: #898984;
    font-weight: 700;
    margin: 0 0 20px 0; }
  .store-locator__list--search .search-form-block:first-child {
    margin-left: 0px; }
  .store-locator__list--search input[type='text'] {
    background-color: #F3F2E8;
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    border: 1px solid #B7B7B7;
    padding-left: 25px;
    font-family: "Gotham A", "Gotham B";
    color: #8a8a89; }
  .store-locator__list--search select {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 20px;
    background-color: #F3F2E8;
    border: 1px solid #B7B7B7;
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    color: #8a8a89;
    padding-left: 20px;
    background-image: url(../images/bg-select.png);
    background-repeat: no-repeat;
    background-size: 16px 9px;
    background-position: 95% 50%; }
  .store-locator__list--search input[type='submit'] {
    position: relative;
    display: block;
    top: 3px;
    width: 159px;
    height: 50px;
    background-color: #785A82;
    color: #fff;
    font-family: "Gotham A", "Gotham B";
    font-size: 20px; }

@media screen and (min-width: 768px) {
  .store-locator__list ul.national-list {
    display: block; }
    .store-locator__list ul.national-list li {
      width: 20%; }

  .store-locator__list--search .search-form-block {
    display: inline-block; }
  .store-locator__list--search span {
    display: block;
    margin: 0px;
    margin-bottom: 20px; }
  .store-locator__list--search input[type='text'] {
    width: 196px;
    margin-right: 25px; }
  .store-locator__list--search input[type='submit'] {
    margin-left: 20px;
    display: inline-block; }
  .store-locator__list--search select {
    width: 225px; } }
@media screen and (min-width: 992px) {
  .store-locator__list .international {
    margin-top: 0px; }

  .store-locator__list--search span {
    display: inline-block;
    margin: 0 15px; }
  .store-locator__list--search input[type='text'] {
    margin-right: 15px; }
  .store-locator__list--search select {
    width: 225px; } }
@media screen and (min-width: 1200px) {
  .store-locator__list--search span {
    margin: 0 38px; }
  .store-locator__list--search input[type='text'] {
    margin-right: 25px; }
  .store-locator__list--search input[type='submit'] {
    margin-left: 20px; }
  .store-locator__list--search select {
    width: 290px; } }
.subpage {
  margin: 40px 0;
  color: #898984;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 16px; }

.subpage h3 {
  color: #35937f;
  font-family: "Cyclone Background A", "Cyclone Background B";
  text-align: center;
  font-size: 60px;
  margin-bottom: 20px; }

.subpage .bold {
  font-weight: bold; }

.subpage ul {
  margin: 20px 0; }

.subpage li {
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 5px; }

.subpage li:before {
  content: "• "; }

.subpage select {
  margin-top: 35px; }

.subpage-scholarships h1 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  color: #35937f;
  font-size: 60px; }

.subpage-scholarships h3,
.subpage .wholesale h3 {
  color: #fdd033;
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 36px;
  font-weight: normal; }

.subpage-scholarships h3 {
  border-bottom: 1px #7C7C7C solid;
  margin-bottom: 20px; }

.subpage--news-archive li a {
  font-family: "Gotham A", "Gotham B";
  color: #35937f;
  font-weight: bold; }

.subpage--news-archive .pub-name:hover {
  color: #e75524; }

.subpage--news-archive h3 {
  font-size: 90px;
  color: #e75524;
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-weight: normal; }

.subpage--news-archive li {
  position: relative;
  margin-left: 0px; }

.subpage--news-archive li:before {
  content: '•';
  position: absolute;
  left: 0px; }

.subpage img,
.subpage-scholarships img {
  max-width: 100%; }

.subpage-scholarships a {
  font-weight: bold;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  color: #fdd033;
  text-decoration: underline; }

.subpage-scholarships a:hover {
  color: #35937f; }

.subpage .career-details {
  padding: 10px 40px; }

.mantle--winners {
  background-image: url("../images/mantle-winners.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 372px;
  margin-top: -100px;
  padding: 100px 0 40px 0;
  background-position: center; }
  .mantle--winners h1 {
    font-size: 94px;
    line-height: 80px;
    margin-bottom: 10px; }
  .mantle--winners h3 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px; }

.subpage-winners .h2 {
  margin-top: 60px;
  margin-bottom: 90px; }
.subpage-winners img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
.subpage-winners .winners-name {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 60px;
  color: #35937f; }
.subpage-winners .button {
  margin-left: 30px; }

.subpage--barrel-bed img {
  width: 100%; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .mantle--winners h1 {
    font-size: 106px;
    line-height: 86px;
    margin-bottom: 10px; }
  .mantle--winners h3 {
    font-size: 30px; } }
@media screen and (min-width: 992px) {
  .mantle--winners h1 {
    font-size: 147px;
    line-height: 116px;
    margin-bottom: 10px; }
  .mantle--winners h3 {
    font-size: 44px; } }
@media screen and (min-width: 1200px) {
  .mantle--winners h1 {
    font-size: 186px;
    line-height: 144px;
    margin-bottom: 10px; }
  .mantle--winners h3 {
    font-size: 57px; } }
.mantle--testimonials {
  margin-top: 55px; }
  .mantle--testimonials h1, .mantle--testimonials h4 {
    color: #785a82;
    line-height: 0.8; }
  .mantle--testimonials h1 {
    font-family: "Cyclone A", "Cyclone B";
    font-size: 96px; }
    .mantle--testimonials h1 span {
      font-family: "Cyclone Background A", "Cyclone Background B"; }
  .mantle--testimonials h4 {
    font-family: "Cyclone Background A", "Cyclone Background B";
    font-size: 36px; }
  .mantle--testimonials p {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 18px;
    color: #9d9d9d;
    font-weight: bold;
    margin-top: 30px; }
  .mantle--testimonials img {
    width: 100%; }

.responsive-video {
  width: 100%; }

.testimonials__videos {
  margin-top: 50px; }
  .testimonials__videos img {
    width: 100%;
    margin: 10px 0px; }
  .testimonials__videos--windows {
    margin-top: 20px; }
  .testimonials__videos .written-testimonials {
    margin-top: 30px;
    margin-bottom: 85px; }
  .testimonials__videos .more-testimonials {
    margin-bottom: 105px; }
    .testimonials__videos .more-testimonials h2 {
      background-color: #fdd033;
      border: none; }
    .testimonials__videos .more-testimonials a {
      color: #fff; }
.testimonials__detail {
  margin-bottom: 20px; }
  .testimonials__detail:first-child hr {
    display: none; }
  .testimonials__detail p {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
    font-size: 16px;
    line-height: 26px;
    color: #898984; }
  .testimonials__detail .owner {
    font-family: "Gotham A", "Gotham B";
    font-size: 20px;
    padding-bottom: 30px;
    color: #b1b0b0;
    display: block;
    width: 100%;
    text-align: right; }
  .testimonials__detail hr {
    display: block;
    width: 100%;
    border-top: 1px solid #B9BABE;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 0 0 45px; }
  .testimonials__detail--thumbnail {
    margin-left: -10px; }
    .testimonials__detail--thumbnail p {
      font-family: "Cyclone Background A", "Cyclone Background B";
      font-size: 36px;
      color: #e75524; }
  .testimonials__detail:nth-child(odd) {
    clear: both; }

.testimonial-video {
  background-size: cover;
  background-position: center;
  height: 337px;
  margin-bottom: 40px;
  position: relative; }
  .testimonial-video--mantle {
    height: 362px; }
  .testimonial-video__video-title {
    width: 70%; }
  .testimonial-video--kimberly {
    background-image: url("../images/testimonials-video1.jpg"); }
  .testimonial-video--diane {
    background-image: url("../images/testimonials-video2.jpg"); }
  .testimonial-video--karma {
    background-image: url("../images/testimonials-video3.jpg"); }

.testimonial-video__modal iframe {
  height: 130px;
  margin: 0;
  width: 235px; }

@media screen and (min-width: 480px) {
  .testimonial-video__modal iframe {
    height: 218px;
    width: 395px; } }
@media screen and (min-width: 768px) {
  .testimonials__videos img {
    margin: 0px; }
  .testimonials__detail:first-child + .testimonials__detail hr {
    display: none; }

  .testimonial-video {
    height: 203px; }
    .testimonial-video--mantle {
      height: 230px; }

  .testimonial-video__modal iframe {
    height: 381px;
    width: 690px; } }
@media screen and (min-width: 992px) {
  .testimonial-video {
    height: 268px; }
    .testimonial-video--mantle {
      height: 362px; } }
@media screen and (min-width: 1200px) {
  .testimonial-video {
    height: 337px; } }
.warm-bellies--submit {
  background: #f4f4ec;
  text-align: center;
  border-top: 1px #b9baae solid; }
  .warm-bellies--submit p a {
    color: #785a82;
    text-decoration: underline; }
  .warm-bellies--submit .warm-bellies-logo {
    margin-top: 70px; }
  .warm-bellies--submit .button {
    margin-bottom: 30px; }
  .warm-bellies--submit .more-info {
    color: #7C7C7C; }
    .warm-bellies--submit .more-info a {
      color: #785a82; }
      .warm-bellies--submit .more-info a:hover {
        opacity: 0.5; }
.warm-bellies--featured-shelters {
  padding-bottom: 15px;
  border-bottom: 1px #b9baae solid;
  margin-bottom: 40px; }
  .warm-bellies--featured-shelters__mantle {
    height: 470px;
    background-image: url("../images/bg-mantle-featured-shelters.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 1px;
    margin-bottom: 40px; }
    .warm-bellies--featured-shelters__mantle .h2 {
      margin-top: -30px;
      border-color: #7C7C7C; }

.warm-bellies__section {
  padding-bottom: 40px;
  border-bottom: 1px #7C7C7C solid;
  margin-bottom: 40px; }
  .warm-bellies__section img {
    max-width: 100%; }
  .warm-bellies__section--featured-dogs {
    padding-bottom: 0px; }
  .warm-bellies__section--featured-shelters {
    padding-bottom: 0px;
    margin-bottom: 0px; }
    .warm-bellies__section--featured-shelters img {
      width: 100%; }

.warm-bellies__section h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 50px;
  line-height: 50px;
  color: #35937f;
  margin-bottom: 5px; }

.warm-bellies__section h4 {
  color: #785a82;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px; }

.warm-bellies__section:nth-child(2) h4 {
  color: #35937f; }

.warm-bellies__section p {
  line-height: 26px; }

.warm-bellies__section p,
.warm-bellies__section ul {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #7C7C7C;
  font-size: 16px; }

.warm-bellies__section ul {
  margin-bottom: 20px; }

.warm-bellies__section:last-child {
  border: none; }

.warm-bellies__section--bold {
  display: block;
  font-size: 14px;
  color: #898984;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  margin-bottom: 20px; }
.warm-bellies__section--italic {
  display: block;
  font-size: 16px;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  color: #7C7C7C;
  font-style: italic; }
.warm-bellies__section .petfinder-logo {
  max-width: 310px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px; }
.warm-bellies__section .petfinder-header {
  text-align: left;
  color: #35937f; }
.warm-bellies__section .petfinder-sub {
  text-align: left;
  color: #35937f; }
.warm-bellies__section ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px; }
.warm-bellies__section li {
  margin-bottom: 25px; }
.warm-bellies__section .petfinder-thumbnails {
  margin-top: 20px; }
.warm-bellies__section .featured-dogs {
  padding: 0px; }
  .warm-bellies__section .featured-dogs__view-all {
    color: #e75524;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    font-size: 20px; }
    .warm-bellies__section .featured-dogs__view-all:hover {
      opacity: 0.7; }
.warm-bellies__section .featured-dog {
  margin-bottom: 30px; }
  .warm-bellies__section .featured-dog img {
    width: 100%; }
  .warm-bellies__section .featured-dog a {
    font-style: italic; }
  .warm-bellies__section .featured-dog__name {
    color: #785a82;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px; }
.warm-bellies__section .featured-shelters {
  text-align: center;
  margin-bottom: 40px; }
  .warm-bellies__section .featured-shelters:last-child {
    margin-bottom: 0px; }
  .warm-bellies__section .featured-shelters h3 {
    min-height: 100px; }
.warm-bellies__section--why {
  border: 1px #dadada solid;
  padding: 20px 25px;
  margin-bottom: 30px; }
  .warm-bellies__section--why h3 {
    margin-bottom: 20px; }

.warm-bellies-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  min-height: 0;
  height: 129px;
  width: 329px;
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .warm-bellies__section h3 {
    text-align: center; }

  .warm-bellies__section h3 {
    text-align: center; } }
.warm-bellies__banner {
  background-image: url("../images/bg-warm-bellies-banner.jpg");
  padding: 35px 30px;
  background-size: cover;
  background-position: center; }
  .warm-bellies__banner h3 {
    text-align: left;
    color: #e75524;
    font-family: "Cyclone A", "Cyclone B";
    font-size: 96px;
    margin-bottom: 30px; }
    .warm-bellies__banner h3 span {
      display: block;
      line-height: 0.8; }
  .warm-bellies__banner h4 {
    color: #e75524; }

@media screen and (min-width: 768px) {
  .warm-bellies__banner h3 span {
    display: inline; } }
.warm-bellies--faqpage .warm-bellies__section {
  border-bottom: 0;
  margin-bottom: 48px;
  padding-bottom: 0; }
.warm-bellies--faqpage .answers-wrap .warm-bellies__section {
  margin-bottom: 0; }
.warm-bellies--faqpage .warm-bellies__section h3 {
  font-family: "Cyclone Background A", "Cyclone Background B";
  font-size: 60px;
  line-height: 50px;
  color: #35937f;
  margin-bottom: 22px; }
.warm-bellies--faqpage .warm-bellies__section h4 {
  border-bottom: 1px solid #7C7C7C;
  color: #ecc11c;
  font-family: "Gotham A", "Gotham B";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase; }
.warm-bellies--faqpage .warm-bellies__section--answer {
  margin-bottom: 64px; }
  .warm-bellies--faqpage .warm-bellies__section--answer a.link {
    color: #e65525; }
.warm-bellies--faqpage .warm-bellies__regions-list {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif; }
  .warm-bellies--faqpage .warm-bellies__regions-list h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .warm-bellies--faqpage .warm-bellies__regions-list li {
    margin-bottom: 15px; }
    .warm-bellies--faqpage .warm-bellies__regions-list li p {
      margin-left: 18px; }
.warm-bellies--faqpage .warm-bellies__section p,
.warm-bellies--faqpage .warm-bellies__section ul {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
  font-size: 16px;
  color: #898984;
  margin-bottom: 0; }
.warm-bellies--faqpage .warm-bellies__section--disclaimer {
  margin-top: 37px; }
.warm-bellies--faqpage .warm-bellies__section ul {
  margin-bottom: 20px; }
.warm-bellies--faqpage .warm-bellies__section a {
  color: #e75524;
  text-decoration: underline; }
.warm-bellies--faqpage .warm-bellies__section li:before {
  content: '';
  margin-right: 0; }
.warm-bellies--faqpage .warm-bellies__section img {
  margin-bottom: 64px;
  width: 100%; }
.warm-bellies--faqpage .warm-bellies__section:last-child {
  border: none; }

/*
 * Wholesale
 */
.wholesale-content {
  text-align: center; }
  .wholesale-content h1, .wholesale-content p {
    color: #4b2f24;
    text-shadow: none;
    text-align: center; }

.mantle.mantle--wholesale {
  background-image: url("../images/wholesale-mantle-mobile.jpg");
  background-size: cover;
  background-position: 35% 100%;
  background-repeat: no-repeat;
  padding: 10% 0 10% 0;
  display: block;
  width: 100%; }

@media screen and (min-width: 768px) {
  .mantle.mantle--wholesale {
    background-image: url("../images/wholesale-mantle.jpg");
    padding: 15% 0 5% 0;
    background-position: center; } }
/*
 * Paypal Review
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.paypal-review .button--shipping {
  font-size: 12px;
  margin: 0 auto;
  float: none; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

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

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

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

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

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

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

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

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

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

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

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center; }

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

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

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

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

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

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

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

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

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

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

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

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

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

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

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

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

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

.fancybox-inner {
  overflow: hidden;
  height: auto !important; }
  .fancybox-inner #video iframe {
    width: 100%; }

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

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

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

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

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

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

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

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

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*
 * banner-popup
 */
/* ==========================================================================
  Mobile First
  ========================================================================== */
.banner-popup {
  position: absolute;
  z-index: 1000;
  left: 0;
  width: 100%; }
  .banner-popup__container {
    position: relative; }
  .banner-popup__wrapper {
    position: relative;
    text-align: center;
    padding: 30px 10px;
    background-color: #f4f4eb;
    border-radius: 2px;
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1); }
  .banner-popup__product {
    margin-bottom: 20px; }
    .banner-popup__product h1 {
      font-family: "Cyclone A", "Cyclone B";
      color: #e75524;
      font-size: 52px;
      text-align: center; }
    .banner-popup__product p {
      text-transform: uppercase;
      margin: 0; }
    .banner-popup__product-img {
      max-width: 30%; }
    .banner-popup__product-title {
      font-size: 17px;
      color: #666666;
      font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", "Libre Baskerville", Garamond, "Times New Roman", serif;
      font-weight: bold; }
    .banner-popup__product-size, .banner-popup__product-color {
      font-size: 13px;
      font-weight: bold;
      color: #999999;
      font-family: "Gotham A", "Gotham B"; }
  .banner-popup__subtotal {
    background-image: url("../images/paw-print.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #e3e3db;
    margin-top: 35px; }
    .banner-popup__subtotal h3 {
      display: inline-block;
      color: #e75524;
      text-transform: uppercase;
      font-family: "Cyclone Background A", "Cyclone Background B";
      font-size: 52px;
      position: relative;
      top: -35px;
      background-color: #f4f4eb;
      padding: 0 8px; }
      .banner-popup__subtotal h3 span {
        color: #000; }
  .banner-popup__content {
    margin-top: -15px;
    margin-bottom: 15px; }
    .banner-popup__content p {
      margin: 0;
      padding: 0 10px; }
  .banner-popup__links {
    display: inline-block;
    font-size: 0;
    position: relative;
    top: 28px;
    background-color: #f4f4eb; }
  .banner-popup__link {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    width: 201px;
    border: 2px solid transparent;
    padding: 10px 0;
    margin: 0 6px;
    margin-bottom: 10px; }
  .banner-popup__cart {
    background-color: #9bdae9; }
    .banner-popup__cart:hover {
      background-color: #fff;
      color: #9bdae9;
      border: 2px solid #9bdae9; }
  .banner-popup__checkout {
    background-color: #e75524; }
    .banner-popup__checkout:hover {
      background-color: #fff;
      color: #e75524;
      border: 2px solid #e75524; }
  .banner-popup__close {
    display: inline-block;
    z-index: 1000;
    width: 53px;
    height: 54px;
    position: absolute;
    top: -15px;
    right: 15px;
    background-image: url("../images/banner-close.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .banner-popup__close {
        background-image: url("../images/banner-close@2x.png");
        background-size: 53px 54px; } }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (min-width: 768px) {
  .banner-popup {
    margin: 0 15px; }
    .banner-popup__close {
      right: -15px; } }
@media screen and (min-width: 992px) {
  .banner-popup__product {
    margin: 0;
    border-right: 1px solid #e6e6de; }
  .banner-popup__link {
    margin-bottom: 0; } }
@media screen and (min-width: 1200px) {
  .banner-popup {
    margin: 0; }
    .banner-popup__content p {
      padding: 0 100px; }
    .banner-popup__wrapper {
      padding: 25px 45px 65px 45px; } }
/* ==========================================================================
   Inbox: Temporary styles
   ========================================================================== */
/* ==========================================================================
   Shame: Quick fixes, hacks, and other questionable techniques
   ========================================================================== */
.match-height {
  display: block; }
