.container {
  display: block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  min-width: 260px;
  padding-left: 6%;
  padding-right: 6%;
}
.img-left {
  float: left;
  margin-top: 0.32em;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.img-right {
  float: right;
  margin-top: 0.32em;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.hide {
  display: none;
}
.js-hide {
  display: none !important;
}
.show {
  display: inherit;
}
.block {
  display: block;
}
.transition-color {
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1;
}
html,
body {
  height: 100%;
}
body {
  color: #524b43;
}
body,
textarea {
  font: 13px Arial,Verdana;
}
a {
  color: #09666e;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a:active {
  background: inherit;
}
a img {
  border: 0;
}
.clear {
  clear: both;
}
h1 {
  color: rgba(82, 75, 67, 0.5);
}
.button {
  height: 32px;
}
.button a {
  display: block;
  text-align: center;
  padding: 4px 10px;
  font: 400 16px 'Droid Sans', sans-serif;
  line-height: 1.6;
  text-transform: uppercase;
  height: 24px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
.button-red a {
  color: #423d37;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.15);
  background: #ff0000;
  background: #dd6240 url(../img/red-bg.jpg) fixed;
}
.button-red a:hover {
  color: #000;
}
.player {
  background-color: #000;
}
.content {
  padding-top: 170px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 200px;
}
.center {
  margin: 0 auto;
}
.min-width {
  width: 90%;
  min-width: 260px;
  max-width: 1400px;
}
.pagination {
  height: 60px;
  text-align: center;
  font: 400 20px 'Droid Sans', sans-serif;
  line-height: 60px;
}
.pagination a,
.pagination strong {
  padding: 0 2px;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
.waypoints li {
  display: inline;
}
#top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  min-height: 70px;
  width: 100%;
}
#top nav {
  position: relative;
  min-width: 227px;
  z-index: 1000;
  padding: 0 32px;
  font: 16px 'Francois One', sans-serif;
}
#top nav ul {
  position: absolute;
  top: 20px;
  right: 32px;
  text-transform: uppercase;
  list-style: none;
}
#top nav li {
  float: left;
  border-right: 1px solid #aaa;
  margin-top: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#top nav li:last-child,
#top nav li:nth-child(6) {
  border-right: 0;
}
#top nav li a {
  float: left;
  padding: 4px 12px;
  color: #524b43;
  text-shadow: 1px 1px 0 #ffffff;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#top nav li a:hover {
  color: #000;
  padding: 5px 12px 3px;
}
#top nav li a:active {
  background: none;
}
#top nav li.active a {
  color: #A94A30;
}
#top nav li.active a:hover {
  color: #7c3724;
}
#top nav ul.light-nav li {
  border-color: #777;
}
#top nav ul.light-nav li a {
  color: #e7dfd7;
  text-shadow: 1px 1px 0 #000000;
  text-shadow: 1px 1px 1px #000000;
}
#top nav ul.light-nav li a:hover {
  color: #fff;
}
#top nav ul.light-nav #twitter-link {
  background-position: -469px -430px;
}
#top nav ul.light-nav #twitter-link:hover {
  background-position: -469px -392px;
}
#top nav ul.light-nav #facebook-link {
  background-position: -425px -430px;
}
#top nav ul.light-nav #facebook-link:hover {
  background-position: -425px -392px;
}
#top li.social {
  width: 30px;
  height: 30px;
  margin-top: 0;
  border-right: 0;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}
#top li.social a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -3000px;
}
#twitter-link {
  background-position: -469px -469px;
  margin-left: 16px;
}
#twitter-link:hover {
  background-position: -469px -392px;
}
#facebook-link {
  background-position: -425px -469px;
  margin-left: 8px;
}
#facebook-link:hover {
  background-position: -425px -392px;
}
#header-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 950;
  height: 70px;
  width: 100%;
  opacity: 0;
  display: none;
  background: #111;
}
#logo {
  float: left;
  min-width: 227px;
  margin-top: 32px;
}
#logo img {
  width: 100%;
  max-width: 282px;
}
#cart-indicator {
  position: fixed;
  z-index: 1500;
  display: block;
  top: 80px;
  right: -115px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  width: 115px;
  height: 43px;
  color: #fff;
  font: 400 21px 'Droid Sans', sans-serif;
  line-height: 43px;
  padding-left: 50px;
  background: url(../img/sprite.png) no-repeat -116px -393px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#cart-indicator:hover {
  right: 0;
}
footer {
  padding: 50px 0 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #7a746a;
  z-index: 1000;
  background: #45403a url(../img/footer-bg.jpg) fixed;
}
#copyright {
  float: left;
  margin: 5px 0 0 32px;
}
#footer-right {
  float: right;
  margin-right: 32px;
}
#footer-right ul {
  float: left;
  list-style: none;
}
#footer-right ul li {
  float: left;
  padding: 0 6px;
}
#footer-right ul a {
  float: left;
  padding: 5px 1px 3px;
  color: #a19a8f;
  border-bottom: 1px dotted #5f5a51;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
#footer-right ul a:hover {
  color: #c2bbaf;
}
#powered {
  float: left;
  margin-left: 16px;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  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('../img/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('../img/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('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/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 "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  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);
}
.t_ContentContainer {
  color: #333;
  font-size: 11px;
  line-height: 17px;
  padding: 10px;
}
.t_Content_black,
.t_Content_dark,
.t_Content_gray {
  color: #efefef;
}
.t_ContentContainer a,
.t_ContentContainer a:hover {
  color: #8e8e8e;
  text-decoration: none;
  background: none;
  border: 0;
}
.t_ContentContainer a:hover {
  text-decoration: underline;
}
.t_Content_dark a,
.t_Content_dark a:hover,
.t_Content_black a,
.t_Content_black a:hover {
  color: #ccc;
}
.t_Content_gray a,
.t_Content_gray a:hover {
  color: #232323;
}
.t_Content_red,
.t_Content_green,
.t_Content_blue {
  color: #efefef;
  font-size: 11px;
  line-height: 17px;
  padding: 10px;
}
.t_Content_red a,
.t_Content_red a:hover,
.t_Content_green a,
.t_Content_green a:hover,
.t_Content_blue a,
.t_Content_blue a:hover {
  text-decoration: none;
  background: none;
  border: 0;
  color: #ccc;
}
.t_Content_red a:hover,
.t_Content_green a:hover,
.t_Content_blue a:hover {
  text-decoration: underline;
}
.t_Content_tiny {
  color: #efefef;
  font-size: 11px;
  line-height: 16px;
  padding: 6px 9px;
}
.t_Content_tiny a,
.t_Content_tiny a:hover {
  color: #b3b3b3;
  text-decoration: none;
  background: none;
  border: 0;
}
.t_Tooltip {
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.t_Tooltip.t_hidden {
  opacity: 0;
}
.t_Tooltip.t_visible {
  opacity: 1;
}
.t_Skin {
  position: absolute;
  top: 0;
  left: 0;
}
.t_Skin * {
  zoom: 1;
}
.t_Bubble {
  position: relative;
}
.t_Background,
.t_Stem {
  position: absolute;
}
.t_Close {
  position: absolute;
  cursor: pointer;
  top: 0;
}
.t_CloseButtonShift {
  position: relative;
  overflow: hidden;
  float: left;
}
.t_CloseState {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
}
.t_Content {
  position: absolute;
  top: 0;
  left: 0;
}
.t_iframeShim {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.t_Shadow {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.t_Shadow .t_ShadowInnerWrapper {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.t_ShadowBubble {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
}
.t_ShadowBackground,
.t_ShadowStem {
  position: absolute;
}
.t_ShadowBackground *,
.t_ShadowStem * {
  float: left;
}
.t_CloseButtonShadow {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.t_UpdateQueue {
  position: absolute;
  top: -15000px;
  left: -15000px;
  width: 5000px;
  height: 5000px;
  visibility: hidden;
}
.t_UpdateQueue .t_Tooltip,
.t_UpdateQueue .t_Content {
  position: relative;
  overflow: visible;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}
.t_Tooltip .t_ContentContainer {
  float: left;
  clear: both;
  position: relative;
}
.t_UpdateQueue .t_ContentContainer {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 768px) {
  .content {
    padding-bottom: 300px;
    margin-top: -140px;
  }
  #top {
    position: relative;
  }
  #top nav li {
    float: none;
    border-right: none;
  }
  #top nav li a {
    text-align: center;
    float: none;
    display: block;
    font-size: 22px;
  }
  #top nav ul {
    position: static;
  }
  #top li.social {
    background: none;
    height: auto;
    width: auto;
    margin-top: 0;
  }
  #top li.social a {
    height: auto;
    text-indent: 0;
    width: auto;
  }
  #logo {
    display: block;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  #twitter-link,
  #facebook-link {
    margin-left: 0;
  }
  footer {
    text-align: center;
  }
  #copyright {
    float: none;
    margin-left: 0;
  }
  #footer-right {
    float: none;
    margin: 18px 0 0 0;
  }
  #footer-right ul {
    float: none;
    margin-bottom: 20px;
  }
  #footer-right ul li {
    float: none;
    margin-bottom: 8px;
  }
  #footer-right ul a {
    float: none;
    padding: 0;
    border-bottom: 0;
  }
  #powered {
    float: none;
    display: block;
    margin-left: 0;
  }
  #powered img {
    margin-left: -5px;
  }
}
body {
  background: #ffffff;
  background: #eee6dd url(../img/white-bg.jpg) fixed;
}
#load-more {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  height: 35px;
  padding: 6px 10px 5px;
  font: 400 16px 'Droid Sans', sans-serif;
  line-height: 1.6;
  text-transform: uppercase;
  height: 24px;
  color: #423d37;
  cursor: pointer;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
  background: #ff0000;
  background: #dd6240 url(../img/red-bg.jpg) fixed;
}
#load-more:hover {
  color: #000;
}
.row {
  margin-left: -5%;
  max-width: 105%;
  letter-spacing: -0.32em;
}
#page h1 {
  color: #A94A30;
  font: 36px 'Francois One', sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #b5aea7;
}
#page h2 {
  font: 400 22px 'Droid Sans', sans-serif;
  margin-bottom: 12px;
}
#page p {
  line-height: 1.5;
  margin-bottom: 16px;
}
#about .waypoints {
  position: absolute;
  top: 50%;
  left: 0;
}
#about h1 {
  color: #A94A30;
  font: 46px 'Francois One', sans-serif;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #B5AEA7;
}
#about .content nav {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  margin-right: 5%;
  position: relative;
}
#about .content nav ul {
  list-style: none;
}
#about .content nav ul li {
  font: 18px 'Francois One', sans-serif;
  text-align: center;
}
#about .content nav ul li:first-child a {
  padding-top: 8px;
}
#about .content nav ul li:last-child a {
  border-bottom: none;
}
#about .content nav ul li.active a {
  color: #A94A30;
}
#about .content nav ul li.active a::after {
  content: '>';
  font: 22px Arial, sans-serif;
  position: absolute;
  right: 0;
  line-height: 17px;
}
#about .content nav ul li a {
  border-bottom: 1px solid #c1b8aa;
  color: #524b44;
  display: block;
  padding: 30px 0;
  text-transform: uppercase;
}
#about .content nav ul li a:hover {
  color: #A94A30;
}
#about aside {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
#about aside h3 {
  font: 18px 'Francois One', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#about aside h4 {
  font: 15px 'Francois One', sans-serif;
  color: #dc6447;
  padding-top: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#about aside img {
  width: 100%;
  display: block;
}
#about aside .recent-videos {
  display: block;
  position: relative;
}
#about aside .recent-videos:hover::before {
  opacity: 1;
  transition: opacity 1s;
}
#about aside .recent-videos:hover h4 {
  color: #A94A30;
}
#about aside .recent-videos::before {
  background-color: #000;
  opacity: .6;
  color: #fff;
  content: '\25BA';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 23px;
  height: 2rem;
  width: 4rem;
  margin: -2rem 0 0 -2rem;
  text-align: center;
  padding-top: 10px;
}
#about-landing {
  position: relative;
  z-index: 500;
  margin-right: 400px;
  padding: 25px 32px 25px 0;
  border-right: 1px solid #B5AEA7;
}
#about-entry {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  border-right: 1px solid #B5AEA7;
  margin-right: 2%;
  padding-right: 2%;
}
#about-entry h2 {
  font: 29px 'Francois One', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#about-entry img {
  margin-bottom: 20px;
  width: 100%;
}
#about-entry p {
  font: 16px Arial, Verdana;
  line-height: 1.6;
  margin-bottom: 18px;
}
#about-entry ul {
  list-style: none;
}
#about-entry ul li {
  font: 16px Arial, Verdana;
  line-height: 1.6;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
}
#about-entry ul li::before {
  content: '>';
  font: bold 20px Verdana, Arial;
  position: absolute;
  left: 0;
  line-height: 1.1;
}
#from-the-store h3 {
  font: bold 18px Arial, sans-serif;
  margin: 80px 0 30px;
  text-transform: uppercase;
}
#from-the-store .from-the-store-block {
  background-color: #f3eee8;
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 5%;
  width: 45%;
  margin-bottom: 20px;
}
#from-the-store .from-the-store-block:hover h5 {
  background-color: #A94A30;
}
#from-the-store .from-the-store-block-left {
  text-align: center;
  background-color: #cec0b1;
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 5%;
  width: 28.33333333%;
  height: 106px;
}
#from-the-store .from-the-store-block-left img {
  margin-bottom: 0;
  padding: 10px;
  width: auto;
}
#from-the-store .from-the-store-block-right {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 5%;
  width: 61.66666667%;
  height: 106px;
  position: relative;
}
#from-the-store .from-the-store-block-right h4 {
  color: #A94A30;
  font: 14px 'Francois One', sans-serif;
  text-transform: uppercase;
  margin: 10px 15px 0 0;
}
#from-the-store .from-the-store-block-right h5 {
  position: absolute;
  bottom: 15px;
  background-color: #dc6447;
  text-align: center;
  padding: 3px;
  font: 16px 'Francois One', sans-serif;
  color: #f3eee8;
  width: 90%;
}
#about-content {
  display: inline-block;
  vertical-align: top;
  width: 79%;
}
#about-content h2 {
  font: 29px 'Francois One', sans-serif;
  margin: 50px 0 20px;
  text-transform: uppercase;
}
#about-content h2#category-name {
  margin-top: 0;
}
#about-intro p {
  color: #a94a30;
  font: 400 21px 'Droid Sans', sans-serif;
  line-height: 1.6;
}
.about-block {
  margin-bottom: 40px;
}
.about-block .clear {
  display: block;
}
.about-img {
  float: left;
  width: 30%;
  position: relative;
}
.about-img:hover::after {
  background-color: #83240a;
}
.about-img::after {
  content: 'View';
  font: 14px 'Francois One', sans-serif;
  position: absolute;
  background-color: #A94A30;
  padding: 6px 10px;
  right: 0;
  top: 0;
  text-transform: uppercase;
  color: #e9e1d8;
}
.about-img img {
  width: 100%;
}
.about-block-right {
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
  width: 65%;
}
.about-block-right h3 {
  font: bold 16px Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-block-right h3 a {
  color: #A94A30;
  display: block;
}
.about-block-right h3 a:hover {
  color: #83240a;
}
.about-block-right p {
  font: 14px Arial, sans-serif;
  line-height: 1.6;
}
#about-bio p {
  font: 16px Arial, Verdana;
  line-height: 1.6;
  margin-bottom: 18px;
}
#about-photos {
  position: fixed;
  z-index: 900;
  bottom: 0;
  right: 32px;
  height: 85%;
  list-style: none;
}
#about-photos li {
  height: 100%;
  display: none;
  position: absolute;
}
#about-photos li.active {
  display: block;
}
#about-photos img {
  height: 100%;
}
#schedule .center {
  position: relative;
}
#schedule-left {
  position: relative;
  z-index: 500;
  margin-right: 320px;
  padding: 25px 32px 25px 0;
  border-right: 1px solid #B5AEA7;
}
#schedule-left table {
  font: 13px Arial, Verdana;
  line-height: 1.6;
}
#schedule-left h2 {
  font: 700 14px 'Droid Sans', sans-serif;
  line-height: 1.4;
}
#schedule-left table {
  border-collapse: collapse;
  width: 100%;
}
#schedule-left th {
  font: 700 14px 'Droid Sans', sans-serif;
  line-height: 1.6;
  text-align: left;
  padding: 0 15px 14px;
  border-left: 1px solid #B5AEA7;
  color: #a94a30;
}
#schedule-left th:first-child {
  padding-left: 0;
  border-left: 0;
}
#schedule-left th:last-child {
  white-space: nowrap;
}
#schedule-left td {
  vertical-align: center;
  padding: 10px 15px;
  height: 35px;
  border-left: 1px solid #B5AEA7;
  border-bottom: 1px solid #B5AEA7;
  line-height: 1.4;
}
#schedule-left td em {
  color: #666;
}
#schedule-left td:first-child {
  padding-left: 0;
  border-left: 0;
}
#schedule-left td:first-child + td {
  max-width: 120px;
}
#schedule-left td:last-child {
  white-space: nowrap;
}
#schedule-left .button a {
  width: 95px;
}
#schedule-intro {
  margin-bottom: 28px;
  color: #a94a30;
  padding-bottom: 25px;
  border-bottom: 1px dotted #B5AEA7;
}
#schedule-intro p {
  font: 400 21px 'Droid Sans', sans-serif;
  line-height: 1.6;
}
#schedule-entries {
  overflow: hidden;
}
#schedule-right {
  position: absolute;
  width: 280px;
  top: 0;
  right: 0;
  padding-top: 25px;
}
#schedule-right .promo {
  margin-bottom: 20px;
}
#blog .center {
  position: relative;
}
#blog-left {
  position: relative;
  z-index: 500;
  margin-right: 320px;
  padding: 25px 32px 25px 0;
  border-right: 1px solid #B5AEA7;
}
#blog-left article {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #B5AEA7;
}
#blog-left article:last-child {
  border-bottom: none;
}
#blog-left h1,
#blog-left h2 {
  font: 400 26px 'Droid Sans', sans-serif;
  line-height: 1.6;
  margin-bottom: 3px;
}
#blog-left h1 {
  color: #A94A30;
}
#blog-left h2 a {
  color: #DD6240;
}
#blog-left h2 a:hover {
  color: #A94A30;
}
#blog-left .blog-meta {
  margin-bottom: 22px;
  font: 400 14px 'Droid Sans', sans-serif;
  color: #81786e;
}
#blog-left p {
  font: 16px Arial, Verdana;
  line-height: 1.6;
  margin-bottom: 18px;
}
#blog-right {
  position: absolute;
  width: 280px;
  top: 0;
  right: 0;
  padding-top: 25px;
}
#blog-right .product {
  padding: 30px 0 30px;
  margin-bottom: 15px;
  text-align: center;
}
#blog-right .promo {
  margin-bottom: 20px;
}
#photos-page .content {
  padding-left: 0;
  padding-right: 0;
}
#photos {
  padding-bottom: 20px;
}
#photos .preview {
  padding: 15px;
  width: 260px;
  position: relative;
}
#photos .product {
  text-align: center;
}
#photos .product:hover .product-button {
  display: block;
}
#videos-page .content {
  padding-left: 0;
  padding-right: 0;
}
#featured-video {
  padding-bottom: 35px;
}
#video-player {
  float: left;
  width: 65%;
  min-width: 260px;
  margin: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
}
#video-details {
  float: right;
  margin-top: -4px;
  width: 32%;
  min-width: 200px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}
#video-details h2 {
  font: 24px 'Francois One', sans-serif;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #DD6240;
}
#video-details h2 span {
  font: 16px 'Droid Sans', sans-serif;
  line-height: 1;
  color: #524b43;
}
#video-details p {
  font: 400 17px 'Droid Sans', sans-serif;
  line-height: 1.6;
}
.preview-stats {
  position: absolute;
  bottom: 13px;
  left: 15px;
  font: 400 13px 'Droid Sans', sans-serif;
  line-height: 1;
  padding-top: 6px;
  color: #746d64;
}
.preview-stats span {
  color: #9d958b;
}
#video-stats {
  height: 40px;
  font: 400 15px 'Droid Sans', sans-serif;
}
#video-stats span {
  float: left;
  margin-right: 16px;
}
#video-stats span:last-child {
  margin-right: 0;
}
#video-stats .addthis_toolbox {
  margin-top: -1px;
  text-shadow: none;
}
#videos-wrapper {
  background: medium;
  background: #423d37 url(../img/dark-medium-bg.jpg) fixed;
  padding: 40px 0 100px;
  margin-bottom: -100px;
}
#videos {
  padding-bottom: 20px;
}
#videos .preview {
  padding: 15px 15px 40px;
  width: 260px;
  position: relative;
}
#videos .preview h3 {
  font: 15px 'Francois One', sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  color: #DD6240;
  padding-top: 6px;
  width: 260px;
  position: absolute;
  bottom: 30px;
  left: 15px;
  background: medium;
  background: #423d37 url(../img/dark-medium-bg.jpg) fixed;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
#videos .preview:hover h3 {
  color: #e38267;
}
#videos .preview:hover .preview-stats {
  color: #746d64;
}
#videos .preview:hover .preview-stats span {
  color: #9d958b;
}
#video-left {
  float: left;
  width: 70%;
  min-width: 260px;
  padding: 25px 32px 25px 0;
  border-right: 1px solid #B5AEA7;
}
#solo-player {
  margin-bottom: 15px;
  background: #000;
  position: relative;
  overflow: hidden;
}
#solo-player .wistia_embed {
  margin: 0 auto;
}
#more-videos {
  margin-bottom: 50px;
  height: 120px;
  overflow: hidden;
}
#more-videos-link {
  height: 74px;
  width: 130px;
  padding: 23px 18px;
  text-align: center;
  background: #1a1918;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
#more-videos-link h2 {
  font: 22px 'Francois One', sans-serif;
  line-height: 1;
  color: #7a7372;
  margin-bottom: 8px;
}
#more-videos-link span {
  font: 400 16px 'Droid Sans', sans-serif;
  color: #DD6240;
}
#more-videos-link:hover h2 {
  color: #96908f;
}
#video-description {
  margin-bottom: 28px;
  color: #a94a30;
  padding-bottom: 25px;
  border-bottom: 1px dotted #B5AEA7;
}
#video-description p {
  font: 400 21px 'Droid Sans', sans-serif;
  line-height: 1.6;
}
#video-right {
  float: right;
  padding: 21px 0;
  width: 280px;
}
#video-right h1 {
  font: 24px 'Francois One', sans-serif;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #DD6240;
}
#video-right h1 span {
  font: 16px 'Droid Sans', sans-serif;
  line-height: 1;
  color: #524b43;
}
#video-right p {
  font: 400 17px 'Droid Sans', sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
}
#video-right .product {
  padding: 30px 0;
  border-top: 1px dotted #B5AEA7;
  text-align: center;
}
#store-page .content {
  padding-left: 0;
  padding-right: 0;
}
#products {
  padding-bottom: 20px;
}
#products .preview {
  padding: 15px;
  width: 260px;
}
#products .product {
  text-align: center;
}
#products .product:hover .product-button {
  display: block;
}
.product {
  position: relative;
  padding: 0 30px 15px;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #524b43;
}
.product .product-photo {
  display: block;
  margin: 0 auto;
  position: relative;
}
.product h3 {
  font: 16px 'Francois One', sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin: 15px 0 20px;
  color: #A94A30;
}
.product h4 {
  display: block;
  font: 13px 'Francois One', sans-serif;
  line-height: 1;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #888;
}
.product h5 {
  display: block;
  font: 22px 'Francois One', sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.product .product-button {
  width: 93px;
  height: 93px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -46px;
  margin-top: -46px;
  text-indent: -4000px;
  background: url(../img/sprite.png) no-repeat -314px -406px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.product:hover h3 {
  color: #7C3724;
}
.product:hover .product-button {
  opacity: 1;
}
#product-left {
  float: left;
  width: 40%;
  padding: 0 32px 0 0;
  border-right: 1px dotted #B5AEA7;
  text-align: center;
}
#product-left img {
  width: 100%;
  margin-bottom: 20px;
}
#product-description {
  margin-bottom: 28px;
  color: #a94a30;
  border-bottom: 1px dotted #B5AEA7;
}
#product-description p {
  font: 400 21px 'Droid Sans', sans-serif;
  line-height: 1.6;
}
#product-right {
  float: right;
  width: 50%;
  padding-top: 0;
}
#product-right h1 {
  font: 24px 'Francois One', sans-serif;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #DD6240;
}
#product-right h1 span {
  font: 16px 'Droid Sans', sans-serif;
  line-height: 1;
  color: #524b43;
}
#product-right p {
  font: 400 17px 'Droid Sans', sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
}
#product-right h3 {
  font: 24px 'Francois One', sans-serif;
  margin-bottom: 25px;
}
#product-right .dd-select {
  border-color: #B5AEA7;
  border-radius: 0;
}
#product-right .dd-selected {
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  font-weight: normal;
  color: #333;
}
#product-right .dd-selected:hover,
#product-right .dd-option:hover {
  text-decoration: none;
}
#product-right .dd-option {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
#quantity-select {
  margin-bottom: 10px;
}
#quantity {
  padding: 0 10px;
  border: 1px solid #B5AEA7;
  font: 400 16px 'Droid Sans', sans-serif;
  height: 30px;
  background: #fff;
  margin-bottom: 10px;
}
#add-cart input {
  text-align: center;
  border: 0;
  cursor: pointer;
  padding: 4px 10px 3px;
  font: 400 16px 'Droid Sans', sans-serif;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
  color: #423d37;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.15);
  background: #ff0000;
  background: #dd6240 url(../img/red-bg.jpg) fixed;
}
#add-cart input:hover {
  color: #000;
}
#slider-page .content {
  position: relative;
}
#slider-center {
  text-align: center;
  width: 70%;
  max-width: 1000px;
  text-shadow: 1px 1px #fff;
  min-width: 270px;
}
#slider-center h1 {
  clear: both;
  color: #A94A30;
  font: 36px 'Francois One', sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#slider-center p {
  font: 400 16px 'Droid Sans', sans-serif;
  line-height: 1.6;
  margin-bottom: 26px;
}
#slider-center .product {
  float: left;
  width: 198px;
  margin-left: -228px;
  padding: 25px 0 0 30px;
}
#slider-center .product .product-button {
  display: none;
}
.move-nav {
  position: fixed;
  z-index: 900;
  top: 0;
  height: 100%;
  width: 124px;
  cursor: pointer;
  text-indent: -4000px;
  background-image: url(../img/arrow-sprite.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#prev-link {
  left: 0;
  background-position: -284px 50%;
}
#prev-link:hover {
  background-position: -286px 50%;
}
#next-link {
  right: 0;
  background-position: -409px 50%;
}
#next-link:hover {
  background-position: -407px 50%;
}
#slider-entry {
  float: left;
  width: 100%;
}
#slider-entry h2 {
  font: 400 27px 'Droid Sans', sans-serif;
  margin-bottom: 26px;
}
#slider-entry p {
  text-align: left;
}
#slider-content {
  margin-right: 229px;
  padding-right: 30px;
  padding-top: 25px;
  border-right: 1px dotted #B5AEA7;
}
#timeline-photo {
  background: url(../img/timeline-orange.png) no-repeat;
  padding: 5px 5px 18px;
}
#jokes-page #slider-content {
  border-right: 0;
}
#jokes-page #slider-content img {
  width: 100%;
  max-width: 628px;
  margin-bottom: 15px;
}
#jokes-page #slider-center .product {
  border-left: 1px dotted #B5AEA7;
  margin-left: -229px;
}
#jokes-page #slider-entry p {
  text-align: center;
}
#cart-left {
  float: left;
  width: 70%;
  min-width: 620px;
}
#cart-empty {
  text-align: center;
}
#checkout fieldset {
  border: 1px solid #B5AEA7;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
#checkout legend {
  padding-right: 10px;
  font: 400 24px 'Droid Sans', sans-serif;
}
.cart {
  padding-bottom: 25px;
}
#cart-items {
  margin-top: 20px;
  list-style: none;
  text-shadow: 1px 1px #fff;
}
#cart-items li {
  position: relative;
  height: 46px;
  border: 1px solid #B5AEA7;
  border-top: none;
  background: #fff;
}
#cart-items li:first-child {
  border-top: 1px solid #B5AEA7;
}
#cart-items .item-details {
  height: 41px;
  background: #fff;
  padding: 5px 360px 0 9px;
}
#cart-items .item-details h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}
#cart-items .item-details p {
  color: #888;
  font-size: 12px;
}
#cart-items .item-details a {
  color: #444;
}
#cart-items .item-details a:hover {
  color: #000;
}
#cart-items .item-options {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #B5AEA7;
}
#cart-items .item-quantity,
#cart-items .item-total,
#cart-items .item-remove {
  float: left;
  height: 46px;
}
#cart-items .item-thumbnail {
  float: left;
  margin-right: 9px;
}
#cart-items .item-quantity {
  background: #faf8f5;
  width: 185px;
  border-left: 1px solid #fff;
  border-right: 1px solid #B5AEA7;
}
#cart-items .item-quantity p {
  float: left;
  line-height: 45px;
  margin: 0 7px 0 14px;
  text-align: right;
}
#cart-items .quantity-selector {
  float: right;
  margin-right: 14px;
}
#cart-items .quantity-selector input {
  float: left;
  width: 44px;
  text-align: center;
  height: 31px;
  margin-top: 6px;
  border: 1px solid #B5AEA7;
  font: 18px Arial,Verdana;
  line-height: 33px;
}
#cart-items .quantity-buttons {
  float: left;
  margin-top: 6px;
  background: url(../img/arrow-sprite.gif) no-repeat;
  width: 18px;
}
#cart-items .quantity-up,
#cart-items .quantity-down {
  height: 17px;
  border: none;
  cursor: pointer;
}
#cart-items .item-total {
  background: #faf8f5;
  width: 110px;
  border-left: 1px solid #fff;
  border-right: 1px solid #B5AEA7;
  text-align: center;
  font: 19px Arial,Verdana;
  line-height: 45px;
}
#cart-items .item-remove {
  background: #ffffff url(../img/cart-remove.gif) 50% 14px no-repeat;
  width: 43px;
  border-left: 1px solid #fff;
  cursor: pointer;
  display: none;
}
#cart-items .item-remove:hover {
  background-position: 50% -39px;
}
#update-button {
  margin-top: 10px;
  padding: 3px 7px 4px;
}
#cart-right {
  float: right;
  width: 25%;
  min-width: 200px;
}
#cart-right .cart-summary {
  background: #fff;
  border: 1px solid #B5AEA7;
  padding: 1px;
  text-shadow: 1px 1px #fff;
}
#cart-right .cart-summary h3 {
  font: normal 16px Arial,Verdana;
  background: #cfdee8;
  border-bottom: 1px solid #b0bdc5;
  margin: 0;
  color: #333;
  padding: 5px 10px 7px;
}
#cart-right .cart-summary ul {
  list-style: none;
  border-top: 1px solid #fff;
  color: #777;
}
#cart-right .cart-summary li {
  position: relative;
  padding: 10px 0 2px 10px;
  background: #daeaf4;
}
#cart-right .cart-summary span {
  position: absolute;
  top: 10px;
  right: 10px;
}
#cart-right #checkout-discount {
  padding-bottom: 10px;
}
#cart-right #checkout-total {
  border-top: 1px solid #c6ced3;
  background: #e9f2f8;
  padding: 10px 10px;
  color: #1e6b9b;
  margin-top: 1px;
  font-size: 16px;
  font-weight: bold;
}
#cart-coupon {
  height: 30px;
  margin-top: 10px;
}
#add-coupon {
  float: right;
  display: none;
  cursor: pointer;
  padding-left: 24px;
  color: #888;
  font-size: 14px;
  background: url(../img/cart-coupon.gif) 0 5px no-repeat;
}
#add-coupon {
  color: #444;
}
#coupon-code {
  float: left;
  width: 118px;
  background: #fff;
  padding: 0 10px;
  height: 28px;
  font: 16px Arial,Verdana;
  line-height: 28px;
  color: #666;
  border: 1px solid #B5AEA7;
}
#submit-coupon {
  float: left;
  width: 60px;
  height: 30px;
  font: 14px Arial,Verdana;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
  color: #666;
  border: 1px solid #B5AEA7;
  border-left: none;
}
.address-billing,
.address-shipping,
#credit-card {
  clear: both;
  padding-bottom: 25px;
}
#toggle-shipping {
  display: none;
}
.address-billing h4,
.address-shipping h4,
#credit-card h4 {
  margin-bottom: 10px;
  font-size: 15px;
}
.address-column {
  float: left;
  width: 250px;
  padding-right: 25px;
  margin-top: 20px;
}
.address-column input,
.credit-card input {
  width: 228px;
  background: #fffeed;
  padding: 0 10px;
  height: 30px;
  font: 16px Arial,Verdana;
  color: #666;
  margin-bottom: 10px;
  border: 1px solid #B5AEA7;
  text-shadow: 1px 1px #fff;
}
.credit-card {
  float: left;
  width: 250px;
  padding-right: 25px;
  margin-top: 20px;
}
#email {
  margin-bottom: 20px;
}
#state,
#shipping-state {
  width: 140px;
  float: left;
}
#state-other,
#shipping-state-other {
  width: 120px;
  float: left;
}
#zip,
#shipping-zip {
  width: 75px;
  padding: 0 10px;
  float: right;
}
#expiration-month,
#expiration-year {
  float: left;
}
#expiration-month {
  width: 130px;
  margin-right: 10px;
}
#expiration-year {
  width: 110px;
}
.address-column select,
.credit-card select {
  width: 250px;
  background: #fffeed;
  padding: 4px 4px 4px 8px;
  font: 16px Arial,Verdana;
  color: #666;
  border: 1px solid #B5AEA7;
}
.shipping-column {
  float: left;
  width: 250px;
  padding: 20px 0 0;
}
.shipping-column label {
  font-size: 15px;
  color: #888;
}
#submit {
  float: left;
  background: transparent url(../img/process.gif);
  width: 165px;
  height: 46px;
  border: none;
  cursor: pointer;
}
#submit:hover {
  background-position: 0 -46px;
}
#submit-info p {
  float: left;
  padding: 15px 0 0 14px;
  color: #666;
}
input.not-required {
  background: #fff;
}
.country-select {
  margin-bottom: 10px;
}
#cart-empty h1 {
  color: #A94A30;
  font: 36px 'Francois One', sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #b5aea7;
}
#cart-empty p {
  line-height: 1.5;
  margin-bottom: 16px;
}
#shipping-table {
  border: 1px solid #B5AEA7;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 16px;
  width: 260px;
}
#shipping-table td,
#shipping-table th {
  padding: 4px;
  border-left: 1px solid #B5AEA7;
}
#not-found .content {
  padding-top: 75px;
}
#not-found .center {
  text-align: center;
  max-width: 633px;
}
#not-found .center img {
  width: 100%;
}
#not-found .center p {
  margin-top: 20px;
  font: 400 17px 'Droid Sans', sans-serif;
  line-height: 1.6;
}
@media all and (max-width: 1440px) {
  #about-landing {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #about-photos {
    display: none;
  }
  #from-the-store .from-the-store-block {
    display: block;
    width: auto;
  }
}
@media all and (max-width: 1000px) {
  #schedule-left {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  #schedule-left table {
    font-size: 13px;
  }
  #schedule-right {
    display: none;
  }
  #blog-left {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  #blog-left table {
    font-size: 13px;
  }
  #blog-right {
    display: none;
  }
  #cart-left,
  #cart-right {
    float: none;
    width: auto;
  }
  #cart-coupon {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 900px) {
  #video-player {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #video-details {
    float: none;
    width: 100%;
  }
  #about .content h1 {
    border-bottom: none;
    text-align: center;
  }
  #about .content nav {
    background-color: #f1ece6;
    border: 1px solid #c1b8aa;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 15px 15px 12px 10px;
    position: relative;
    width: auto;
    display: block;
  }
  #about .content nav::before {
    color: #524b44;
    content: 'Categories';
    font: bold 19px Arial, sans-serif;
    display: inline-block;
    text-transform: uppercase;
  }
  #about .content nav::after {
    content: 'V';
    font: bold 19px Arial, sans-serif;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  #about .content nav:hover ul {
    display: block;
  }
  #about .content nav ul {
    display: none;
    list-style: none;
    margin-top: 10px;
  }
  #about .content nav ul li {
    font: bold 19px Arial, sans-serif;
    text-align: left;
  }
  #about .content nav ul li a {
    border: none;
    color: #524b44;
    display: block;
    padding: 10px 0;
  }
  #about .content nav ul li a:hover {
    color: #A94A30;
  }
  #about .content nav ul li.active a::after {
    display: none;
  }
  #about aside {
    display: block;
    width: auto;
    margin-top: 50px;
  }
  #about aside .recent-videos {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  #about aside .recent-videos::before {
    margin: -3.5rem 0 0 -2rem;
  }
  #about-entry {
    display: block;
    width: auto;
    margin: 0;
    border: none;
    padding: 0;
  }
  #from-the-store .from-the-store-block {
    display: inline-block;
    width: 45%;
  }
  #about-content {
    display: block;
    width: auto;
  }
}
@media all and (max-width: 768px) {
  #video-left {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  #video-right {
    display: none;
  }
  #product-left {
    float: none;
    width: auto;
    border-right: 0;
    padding-right: 0;
  }
  #slider-center {
    width: auto;
  }
  #slider-center .product {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding: 25px 0 0 0;
    margin: 0 auto;
    border-top: 1px solid #B5AEA7;
  }
  #slider-center h1 {
    font-size: 30px;
  }
  #product-right {
    float: none;
    width: auto;
  }
  #slider-entry {
    float: none;
  }
  #slider-content {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
  .move-nav {
    display: block;
    position: static;
    height: 53px;
    margin-bottom: 25px;
  }
  #prev-link {
    float: left;
  }
  #next-link {
    float: right;
  }
  #jokes-page #slider-center .product {
    margin-left: 0;
    border-left: 0;
  }
  #from-the-store .from-the-store-block {
    display: block;
    width: auto;
  }
}
@media all and (max-width: 500px) {
  #more-videos,
  #more-products {
    display: none;
  }
  #slider-center h1 {
    font-size: 22px;
  }
  .about-img {
    width: 100%;
  }
  .about-block-right {
    margin-left: 0;
    width: 100%;
  }
  .about-block-right h3 {
    margin-top: 10px;
  }
  .about-block-right p {
    display: none;
  }
}
