/****** FILE: mysite/css/common.css *****/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

.treeview, .treeview ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; }

.treeview ul {
  background-color: white;
  margin-top: 4px; }

.treeview .hitarea {
  background: url(/mysite/images/treeview/treeview-arrows.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer; }

/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none; }

.treeview li {
  margin: 0;
  padding: 3px 0pt 3px 16px; }

.treeview li a {
  padding-left: 4px; }

.treeview a.selected {
  background-color: #eee; }

#treecontrol {
  margin: 1em 0;
  display: none; }

.treeview .hover {
  color: red;
  cursor: pointer; }

.treeview li {
  background: url(/mysite/images/treeview/treeview-default-line.gif) 0 0 no-repeat; }

.treeview li.collapsable, .treeview li.expandable {
  background-position: 0 -176px; }

.treeview .expandable-hitarea {
  background-position: -80px -3px; }

.treeview li.last {
  background-position: 0 -1766px; }

.treeview li.lastCollapsable, .treeview li.lastExpandable {
  background-image: url(/mysite/images/treeview/treeview-arrows.gif); }

.treeview li.lastCollapsable {
  background-position: 0 -111px; }

.treeview li.lastExpandable {
  background-position: -32px -67px; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position: 0; }

.treeview-red li {
  background-image: url(/mysite/images/treeview/treeview-red-line.gif); }

.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
  background-image: url(/mysite/images/treeview/treeview-red.gif); }

.treeview-black li {
  background-image: url(/mysite/images/treeview/treeview-black-line.gif); }

.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
  background-image: url(/mysite/images/treeview/treeview-black.gif); }

.treeview-gray li {
  background-image: url(/mysite/images/treeview/treeview-gray-line.gif); }

.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
  background-image: url(/mysite/images/treeview/treeview-gray.gif); }

.treeview-famfamfam li {
  background-image: url(/mysite/images/treeview/treeview-famfamfam-line.gif); }

.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
  background-image: url(/mysite/images/treeview/treeview-famfamfam.gif); }

.treeview .placeholder {
  background: url(/mysite/images/treeview/ajax-loader.gif) 0 0 no-repeat;
  height: 16px;
  width: 16px;
  display: block; }

.filetree li {
  padding: 3px 0 2px 16px; }

.filetree span.folder, .filetree span.file {
  padding: 1px 0 1px 16px;
  display: block; }

.filetree span.folder {
  background: url(/mysite/images/treeview/folder.gif) 0 0 no-repeat; }

.filetree li.expandable span.folder {
  background: url(/mysite/images/treeview/folder-closed.gif) 0 0 no-repeat; }

.filetree span.file {
  background: url(/mysite/images/treeview/file.gif) 0 0 no-repeat; }

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

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: url(/mysite/ui/back_paper.jpg) repeat top left;
  font-family: Tahoma, Geneva, sans-serif; }

.header {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(/mysite/ui/back_top.jpg);
  background-repeat: repeat-x;
  background-position: center 110px; }
  @media screen and (max-width: 768px) {
    .header {
      background-position: center 100px;
      background-size: 1200px 186px; } }
  @media screen and (max-width: 600px) {
    .header {
      background-position: center 100px;
      background-size: 1000px 155px; } }
  @media screen and (max-width: 480px) {
    .header {
      background-position: center 70px; } }
  .header .header-top-container .inner,
  .header .header-bottom-container .inner {
    max-width: 56.25em;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .header .header-top-container .inner::after,
    .header .header-bottom-container .inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 940px) {
      .header .header-top-container .inner,
      .header .header-bottom-container .inner {
        padding-left: 20px;
        padding-right: 20px; } }
  .header .header-top-container {
    height: 110px;
    background: #231F20;
    margin-bottom: 185px;
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 768px) {
      .header .header-top-container {
        margin-bottom: 140px; } }
    @media screen and (max-width: 600px) {
      .header .header-top-container {
        margin-bottom: 110px; } }
    .header .header-top-container .inner {
      height: 110px;
      padding-top: 14px; }
    @media screen and (max-width: 768px) {
      .header .header-top-container,
      .header .header-top-container .inner {
        height: 100px; } }
    @media screen and (max-width: 480px) {
      .header .header-top-container,
      .header .header-top-container .inner {
        height: 70px; } }
    .header .header-top-container .logo,
    .header .header-top-container .motto {
      margin: 0; }
    .header .header-top-container .logo {
      display: block;
      float: left;
      width: 350px;
      height: 75px;
      background-image: url("/mysite/ui/logo_2015.png");
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .header .header-top-container .logo {
          background-image: url("/mysite/ui/logo_2015_2x.png");
          background-size: 350px 75px; } }
      @media screen and (max-width: 768px) {
        .header .header-top-container .logo {
          width: 300px;
          height: 65px;
          background-size: 300px 65px; } }
      @media screen and (max-width: 600px) {
        .header .header-top-container .logo {
          float: none;
          margin: 0 auto; } }
      @media screen and (max-width: 480px) {
        .header .header-top-container .logo {
          width: 180px;
          height: 39px;
          background-size: 180px 39px; } }
    .header .header-top-container .motto {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap; }
    .header .header-top-container .fc-cart,
    .header .header-top-container #social {
      float: right; }
  .header .header-bottom-container {
    position: relative;
    overflow: hidden;
    z-index: 10; }

#social {
  margin-top: 10px; }
  @media screen and (max-width: 600px) {
    #social {
      display: none; } }
  #social li {
    display: inline-block;
    margin-left: 2px; }
    #social li a {
      display: block;
      background-image: url(/mysite/ui/icons.png); }
    #social li.mail a {
      width: 25px;
      height: 25px; }
      #social li.mail a:hover {
        background-position: left -25px; }
    #social li.facebook a {
      background-position: -25px 0px;
      width: 25px;
      height: 25px; }
      #social li.facebook a:hover {
        background-position: -25px -25px; }
    #social li.youtube a {
      background-position: -50px 0px;
      width: 66px;
      height: 25px; }
      #social li.youtube a:hover {
        background-position: -50px -25px; }
    #social li.ebay a {
      background-position: -116px 0px;
      width: 53px;
      height: 25px; }
      #social li.ebay a:hover {
        background-position: -116px -25px; }

.fc-cart {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 17px;
  color: #A0A0A0; }
  @media screen and (max-width: 940px) {
    .fc-cart {
      right: 20px; } }
  @media screen and (max-width: 600px) {
    .fc-cart {
      top: 50%;
      margin-top: -20px; } }
  .fc-cart a {
    color: #999;
    text-decoration: none;
    padding: 4px 2px 4px 6px;
    display: inline-block; }
    @media screen and (max-width: 600px) {
      .fc-cart a {
        padding: 10px; } }
    .fc-cart a:hover {
      color: #F1A91D; }
  @media screen and (max-width: 600px) {
    .fc-cart .cart-text {
      display: none; } }
  .fc-cart .cart {
    width: 21px;
    height: 19px;
    background-image: url(/mysite/ui/icons.png);
    background-position: -169px 0px;
    vertical-align: center;
    margin-bottom: -2px; }
    @media screen and (max-width: 600px) {
      .fc-cart .cart {
        margin-left: 5px; } }
  .fc-cart:hover .cart {
    background-position: -169px -19px; }

.menu-toggle, #productSidebar .category-toggle {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  overflow: hidden;
  margin: -20px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background-color: #231F20;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }
  @media screen and (max-width: 600px) {
    .menu-toggle, #productSidebar .category-toggle {
      display: block; } }
  .menu-toggle:focus, #productSidebar .category-toggle:focus {
    outline: none; }
  .menu-toggle span, #productSidebar .category-toggle span {
    display: block;
    position: absolute;
    top: 18.5px;
    left: 10px;
    right: 10px;
    height: 3px;
    background: #999999;
    -webkit-transition: -webkit-transform 0.3s, background 0.3s;
    -moz-transition: -moz-transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s; }
  .menu-toggle span::before, #productSidebar .category-toggle span::before,
  .menu-toggle span::after,
  #productSidebar .category-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #999999;
    content: ""; }
  .menu-toggle span::before, #productSidebar .category-toggle span::before {
    top: -7px;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s, background 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s, top 0.3s, background 0.3s;
    transition: transform 0.3s, width 0.3s, top 0.3s, background 0.3s; }
  .menu-toggle span::after, #productSidebar .category-toggle span::after {
    bottom: -7px;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s, background 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s, bottom 0.3s, background 0.3s;
    transition: transform 0.3s, width 0.3s, bottom 0.3s, background 0.3s; }
  .menu-toggle.active, #productSidebar .active.category-toggle {
    background-color: #AF6408; }
    .menu-toggle.active span, #productSidebar .active.category-toggle span {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #FFF; }
    .menu-toggle.active span::before, #productSidebar .active.category-toggle span::before,
    .menu-toggle.active span::after,
    #productSidebar .active.category-toggle span::after {
      width: 50%;
      background-color: #FFF; }
    .menu-toggle.active span::before, #productSidebar .active.category-toggle span::before {
      top: 0;
      -webkit-transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
      -moz-transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
      -ms-transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
      -o-transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
      transform: translateX(-3px) translateY(1.5px) rotate(-45deg); }
    .menu-toggle.active span::after, #productSidebar .active.category-toggle span::after {
      bottom: 0;
      -webkit-transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
      -moz-transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
      -ms-transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
      -o-transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
      transform: translateX(-3px) translateY(-1.5px) rotate(45deg); }

.nav-container {
  width: 100%; }
  .nav-container .inner {
    height: 50px;
    background: #231F20;
    padding-top: 10px; }
    @media screen and (max-width: 600px) {
      .nav-container .inner {
        height: auto;
        padding: 0px 20px; } }

ul.nav {
  display: block;
  max-width: 56.25em;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ul.nav::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    ul.nav {
      max-height: 0;
      height: auto;
      overflow: hidden;
      -webkit-transition: max-height 0.8s ease-in-out;
      -moz-transition: max-height 0.8s ease-in-out;
      transition: max-height 0.8s ease-in-out; }
      ul.nav.active {
        max-height: 300px; } }
  ul.nav li {
    float: left;
    list-style: none;
    position: relative;
    height: 47px;
    margin-bottom: -7px; }
    ul.nav li::before {
      position: absolute;
      content: '';
      bottom: 10px;
      left: 50%;
      margin-left: -6px;
      height: 0;
      width: 0;
      border-left: 6.5px solid transparent;
      border-right: 6.5px solid transparent;
      border-top: 7px solid #231F20;
      -webkit-transition: bottom 0.3s ease-in-out;
      -moz-transition: bottom 0.3s ease-in-out;
      transition: bottom 0.3s ease-in-out; }
      @media screen and (max-width: 600px) {
        ul.nav li::before {
          display: none; } }
    @media screen and (max-width: 600px) {
      ul.nav li {
        float: none;
        height: auto;
        margin-bottom: 0;
        background: none; } }
    ul.nav li a {
      display: block;
      font-size: 16px;
      color: #FFF;
      text-decoration: none;
      padding: 0px 20px 0;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
      border-right: 1px solid #CCC;
      line-height: 30px;
      vertical-align: middle;
      text-align: center;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      @media screen and (max-width: 600px) {
        ul.nav li a {
          border-right: none;
          border-bottom: 1px solid #999999;
          padding: 8px 10px 8px; } }
    ul.nav li.last a {
      border-right: none;
      border-bottom: none; }
    ul.nav li:hover::before, ul.nav li.current::before, ul.nav li.section::before {
      bottom: 0; }
    ul.nav li a:hover, ul.nav li.current a, ul.nav li.section a {
      color: #F1A91D; }

.main-container {
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 940px) {
    .main-container {
      padding: 0 20px; } }
  .main-container .inner {
    max-width: 56.25em;
    margin-left: auto;
    margin-right: auto; }
    .main-container .inner::after {
      clear: both;
      content: "";
      display: table; }

.footer {
  width: 100%;
  background: #231F20;
  overflow: hidden;
  color: #CCC;
  padding: 10px 0;
  margin-top: 40px; }
  .footer .inner {
    max-width: 56.25em;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto; }
    .footer .inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 940px) {
      .footer .inner {
        padding-right: 20px;
        padding-left: 20px; } }
  .footer .half {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%; }
    .footer .half:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .footer .half {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 100%; }
        .footer .half:last-child {
          margin-right: 0; } }
  .footer h3 {
    font-size: 1em;
    margin-bottom: 6px;
    color: #EEE;
    letter-spacing: 0.1em;
    margin-top: 1em; }
  .footer dd,
  .footer dt,
  .footer p {
    font-size: 0.8em;
    margin-top: 0; }
  .footer a {
    color: #CB740A; }
  .footer img {
    margin: 4px 0 0;
    width: 100%; }
  .footer dl {
    margin: 0;
    overflow: hidden; }
  .footer dt {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%; }
    .footer dt:last-child {
      margin-right: 0; }
  .footer dd {
    margin: 0;
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 73.91304%;
    margin-right: 0; }
    .footer dd:last-child {
      margin-right: 0; }
  .footer .meta {
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .footer .meta {
        margin-top: 16px; } }
    .footer .meta p {
      float: left; }
    .footer .meta .credit {
      float: right;
      text-align: right; }
      @media screen and (max-width: 600px) {
        .footer .meta .credit {
          float: none;
          text-align: left; } }
      .footer .meta .credit a {
        color: #77747C;
        text-decoration: none; }

/* FORMS */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

input, select, textarea {
  border: 1px solid #999;
  margin-bottom: 5px;
  padding: 4px 6px; }

input:focus,
textarea:focus {
  border-color: #AD8A62; }

form#Form_SearchForm {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 16px; }
  @media screen and (max-width: 768px) {
    form#Form_SearchForm {
      clear: initial;
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 65.21739%;
      margin-bottom: 0; }
      form#Form_SearchForm:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    form#Form_SearchForm {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 56.52174%; }
      form#Form_SearchForm:last-child {
        margin-right: 0; } }
  form#Form_SearchForm input.default {
    color: #888;
    font-style: italic; }
  form#Form_SearchForm input {
    margin-left: 0;
    padding: 4px 5px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      form#Form_SearchForm input {
        margin-bottom: 0;
        margin-top: 5px; } }
  form#Form_SearchForm fieldset {
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 78.94737%;
    margin-right: 0px; }
    form#Form_SearchForm fieldset:last-child {
      margin-right: 0; }
  form#Form_SearchForm .Actions {
    float: left;
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 15.78947%;
    margin-right: 0; }
    form#Form_SearchForm .Actions:last-child {
      margin-right: 0; }
    form#Form_SearchForm .Actions input {
      width: auto;
      padding: 4px 5px; }

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #231F20; }

h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  margin-top: 0; }

h2 {
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }

h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0.3em; }

h3 span.see-more a {
  font-size: 0.7em; }

h4 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0.4em; }

h5 {
  font-size: 1em;
  font-weight: bold; }

h6 {
  font-size: 0.8em;
  font-weight: normal; }

p {
  margin-top: 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  display: block;
  margin: 5px;
  border: 2px solid #AD8A62;
  max-width: 100%; }
  img.mfp-img {
    border: none; }
  img.right {
    float: right;
    margin-left: 16px;
    margin-right: 0;
    clear: right; }
  img.left {
    float: left;
    margin-right: 16px;
    margin-left: 0;
    clear: left; }
  @media screen and (max-width: 600px) {
    img.right, img.left {
      float: none;
      margin: 5px auto;
      clear: both; } }

ul {
  list-style: disc outside none;
  padding-left: 20px;
  margin-bottom: 0.8em; }

li {
  margin-bottom: 0.1em;
  font-size: 1em; }

.imgbg {
  display: inline-block;
  letter-spacing: -999em;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top left; }

.main-container h3 span.titleLink {
  font-size: 0.7em; }

.main-container p,
.Breadcrumb {
  font-size: 1em;
  margin-bottom: 0.6em; }

#shop table,
#whatshot table {
  width: 100%; }

#shop table,
#catalogue.product table,
#whatshot table {
  border-top: 1px solid #CCC !important;
  border-left: 1px solid #CCC !important; }

#shop table td,
#shop table th,
#catalogue.product table td,
#whatshot table td,
#whatshot table th {
  border-bottom: 1px solid #CCC !important;
  border-right: 1px solid #CCC !important;
  padding: 5px !important;
  vertical-align: middle !important; }

#about table td {
  vertical-align: top; }

.body12link,
.body12link td {
  border: none; }

.SubCategoryHeading {
  background: #E5E5E5 !important;
  font-weight: bold !important; }

.main-container a,
#footer a {
  color: #AF6408;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.main-container a:hover,
#footer a:hover {
  color: #523605;
  text-decoration: underline; }

.main-container a:visited {
  color: #523605; }

#shop img,
#catalogue img,
#whatshot img,
#sidebar img {
  border: none;
  margin: 0; }

.clear {
  clear: both; }

#banner {
  float: left;
  width: 100%; }

#productSidebar {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 30.43478%;
  border-right: 1px solid #AD8A62; }
  #productSidebar:last-child {
    margin-right: 0; }
  #productSidebar .category-toggle {
    display: none; }
  @media screen and (max-width: 768px) {
    #productSidebar {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #AD8A62;
      padding-bottom: 8px;
      margin-bottom: 24px; }
      #productSidebar:last-child {
        margin-right: 0; }
      #productSidebar li, #productSidebar a {
        background: none;
        padding-left: 0; }
      #productSidebar ul li ul,
      #productSidebar ul .hitarea,
      #productSidebar h4 {
        display: none !important; }
      #productSidebar .holder {
        width: 100%;
        overflow: hidden;
        margin-bottom: 8px; }
      #productSidebar .category-holder {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 30.43478%; }
        #productSidebar .category-holder:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) and (max-width: 600px) {
      #productSidebar .category-holder {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 39.13043%; }
        #productSidebar .category-holder:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 768px) {
      #productSidebar .category-toggle {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        text-indent: initial;
        width: auto;
        margin: 0;
        overflow: visible;
        font-size: 16px;
        padding-left: 45px;
        color: #231F20;
        padding-right: 15px;
        background: transparent; }
        #productSidebar .category-toggle span {
          right: auto;
          width: 20px; }
        #productSidebar .category-toggle span,
        #productSidebar .category-toggle span::before,
        #productSidebar .category-toggle span::after {
          background: #231F20; }
        #productSidebar .category-toggle.active {
          color: #FFF; }
      #productSidebar #categories {
        max-height: 0;
        overflow: hidden;
        width: 100%;
        -webkit-transition: max-height 0.8s ease-in-out;
        -moz-transition: max-height 0.8s ease-in-out;
        transition: max-height 0.8s ease-in-out; }
        #productSidebar #categories.active {
          max-height: 800px; }
        #productSidebar #categories li:last-child {
          margin-bottom: 16px !important; } }

#productContent {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 65.21739%;
  margin-right: 0; }
  #productContent:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #productContent {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 100%; }
      #productContent:last-child {
        margin-right: 0; } }

table.products {
  width: 100%;
  margin-bottom: 32px; }

table.products td,
#fc_cart_table td {
  padding: 10px;
  border-bottom: 1px solid #AD8A62;
  background: url(/mysite/ui/back_paper_light.jpg) repeat top left; }

table.products thead td,
#fc_cart_table thead th {
  background: url(/mysite/ui/back_paper_dark.jpg) repeat top left;
  color: #222;
  padding: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.1em; }

#fc_cart_table tfoot td {
  background: url(/mysite/ui/back_paper_dark.jpg) repeat top left;
  color: #222;
  padding: 5px;
  font-weight: bold;
  letter-spacing: 0.1em; }

table.products .quantity,
form#addToCart .quantity,
#fc_cart_table .fc_cart_item_quantity input {
  width: 30px; }

table.products td.image,
#fc_cart_table .fc_cart_item_image {
  vertical-align: middle;
  text-align: center;
  width: 65px;
  padding: 0; }

table.products td.image img,
#fc_cart_table .fc_cart_item_image img {
  border: none; }

@media screen and (max-width: 480px) {
  table.products span.summary {
    display: none; } }

table.products .price {
  vertical-align: middle;
  text-align: right; }

table.products tr.featured td {
  background: url(/mysite/ui/back_paper_featured.jpg) repeat top left; }

table.products tr.onsale td {
  background: url(/mysite/ui/back_paper_onsale.jpg) repeat top left; }

table.products tr.onsale .price {
  color: #CB0000; }

table.products .addToCart {
  vertical-align: middle;
  text-align: right;
  width: 100px;
  padding-right: 10px; }

table.products .addToCart input.default,
form#addToCart input.default {
  color: #888; }

table.products td.empty {
  text-align: center;
  color: #666;
  font-style: italic;
  vertical-align: middle; }

table#searchResults td.matches {
  text-align: center;
  color: #666;
  background: #F8F8F8;
  vertical-align: middle; }

table td.loadMore {
  background: url(/mysite/ui/back_paper_dark.jpg) repeat top left;
  color: #000;
  text-align: center;
  border-bottom: none;
  vertical-align: middle; }
  table td.loadMore a,
  table td.loadMore a:visited {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }
    table td.loadMore a::before,
    table td.loadMore a:visited::before {
      content: '';
      height: 0;
      width: 0;
      border-bottom: 5px solid transparent;
      border-left: 10px solid #000;
      border-top: 5px solid transparent;
      display: inline-block;
      margin-right: 8px; }

table#searchResults td.loadMore img {
  border: none;
  margin: 0 auto; }

#FoxyHolder #instructions,
.FoxyProduct #variants {
  padding: 16px 16px 6px 16px;
  background: url(/mysite/ui/back_paper_light.jpg) repeat top left;
  margin-bottom: 24px; }

.FoxyProduct #variants {
  margin-top: 16px;
  padding-bottom: 16px; }
.FoxyProduct #variants h4 {
  margin-top: 0; }
.FoxyProduct h3 {
  margin-bottom: 0.2em !important; }
.FoxyProduct h6 {
  margin-bottom: 1em; }
.FoxyProduct #gallery {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 33.33333%; }
  .FoxyProduct #gallery:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .FoxyProduct #gallery {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      margin-bottom: 24px; }
      .FoxyProduct #gallery:last-child {
        margin-right: 0; } }
  .FoxyProduct #gallery a.primary {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px; }
  .FoxyProduct #gallery a.secondary {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 45.45455%; }
    .FoxyProduct #gallery a.secondary:last-child {
      margin-right: 0; }
    .FoxyProduct #gallery a.secondary:nth-child(2n) {
      margin-right: 0; }
    .FoxyProduct #gallery a.secondary:nth-child(2n+1) {
      clear: left; }
  .FoxyProduct #gallery img {
    max-width: 100%;
    margin: 0 auto; }
.FoxyProduct #meta {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 60.0%;
  margin-right: 0; }
  .FoxyProduct #meta:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .FoxyProduct #meta {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      .FoxyProduct #meta:last-child {
        margin-right: 0; } }
.FoxyProduct .variantTitle {
  margin-bottom: 0.1em;
  font-weight: normal;
  font-family: Tahoma, Geneva, sans-serif; }
.FoxyProduct #variants .withTitle {
  margin-top: 0; }
.FoxyProduct .variantList {
  overflow: hidden;
  width: 100%; }
.FoxyProduct .variantList dt {
  float: left;
  display: block;
  margin-right: 11.11111%;
  width: 33.33333%; }
  .FoxyProduct .variantList dt:last-child {
    margin-right: 0; }
.FoxyProduct .variantList dd {
  float: left;
  display: block;
  margin-right: 11.11111%;
  width: 55.55556%;
  margin-right: 0;
  margin-left: 0;
  text-align: right; }
  .FoxyProduct .variantList dd:last-child {
    margin-right: 0; }

.clear {
  clear: both;
  width: 100%; }

/* HOMEPAGE */
#HomePage #products {
  width: 100%;
  overflow: hidden;
  padding: 16px 16px 6px 16px;
  background: url(/mysite/ui/back_paper_light.jpg) repeat top left;
  margin-bottom: 24px;
  margin-top: 24px; }
#HomePage #products #featured,
#HomePage #products #sale {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%; }
  #HomePage #products #featured:last-child,
  #HomePage #products #sale:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #HomePage #products #featured,
    #HomePage #products #sale {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 100%; }
      #HomePage #products #featured:last-child,
      #HomePage #products #sale:last-child {
        margin-right: 0; } }
@media screen and (max-width: 768px) {
  #HomePage #products #featured {
    margin-bottom: 16px; } }
#HomePage #products h3 {
  margin-top: 0; }
#HomePage #products img {
  margin: 0 20px 10px 0;
  float: left; }
#HomePage .promotion {
  margin-bottom: 30px; }
#HomePage .promotion iframe,
#HomePage .promotion img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
#HomePage .brands-container {
  height: 182px;
  overflow: hidden; }
#HomePage .brands-more {
  text-align: center;
  margin-top: 20px;
  background: url(/mysite/ui/see_more.png) no-repeat center center; }
#HomePage .brands-more a {
  padding: 0 10px;
  background: #ECD4B8;
  color: #CB740A !important; }

#brands {
  width: 100%;
  padding-left: 0 !important;
  overflow: hidden;
  margin: 0; }
  #brands li {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 9.67742%;
    height: auto;
    overflow: hidden; }
    #brands li:last-child {
      margin-right: 0; }
    #brands li:nth-child(8n) {
      margin-right: 0; }
    #brands li:nth-child(8n+1) {
      clear: left; }
    @media screen and (max-width: 768px) {
      #brands li {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 13.04348%; }
        #brands li:nth-child(8n) {
          margin-right: 3.22581%; }
        #brands li:nth-child(8n+1) {
          clear: none; }
        #brands li:last-child {
          margin-right: 0; }
        #brands li:nth-child(6n) {
          margin-right: 0; }
        #brands li:nth-child(6n+1) {
          clear: left; } }
    @media screen and (max-width: 600px) {
      #brands li {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 20%; }
        #brands li:nth-child(6n) {
          margin-right: 4.34783%; }
        #brands li:nth-child(6n+1) {
          clear: none; }
        #brands li:last-child {
          margin-right: 0; }
        #brands li:nth-child(4n) {
          margin-right: 0; }
        #brands li:nth-child(4n+1) {
          clear: left; } }
  #brands a {
    display: block;
    width: 100%; }
  #brands li.withImage span,
  #brands li.noImage {
    position: absolute;
    left: -999em; }
  #brands img {
    width: 100%;
    border: none;
    margin: auto;
    vertical-align: middle; }

/* STAFF PAGE */
#StaffPage h3#teachingTitle {
  margin-top: 19px;
  border-top: 1px solid #AD8A62;
  padding-top: 20px; }
#StaffPage #staffTiles {
  width: 100%;
  clear: both;
  overflow: hidden; }
#StaffPage .staffRow {
  display: block; }
  #StaffPage .staffRow::after {
    clear: both;
    content: "";
    display: table; }
#StaffPage .staffTile {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%;
  margin-top: 9px;
  border-top: 1px solid #AD8A62;
  padding: 10px; }
  #StaffPage .staffTile:last-child {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    #StaffPage .staffTile {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 100%; }
      #StaffPage .staffTile:last-child {
        margin-right: 0; } }
#StaffPage .first .staffTile {
  border-top: none; }
  @media screen and (max-width: 600px) {
    #StaffPage .first .staffTile.even {
      border-top: 1px solid #AD8A62; } }
#StaffPage #staffTiles img {
  float: left;
  display: block;
  margin-right: 9.09091%;
  width: 27.27273%;
  margin-left: 0; }
  #StaffPage #staffTiles img:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #StaffPage #staffTiles img {
      float: none;
      display: block;
      width: auto;
      margin: 0 auto 16px;
      max-width: 100%;
      clear: both; } }
  @media screen and (max-width: 600px) {
    #StaffPage #staffTiles img {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 21.73913%; }
      #StaffPage #staffTiles img:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #StaffPage #staffTiles img {
      float: none;
      display: block;
      width: auto;
      margin: 0 auto 16px;
      max-width: 100%;
      clear: both; } }
#StaffPage #staffTiles h4 {
  margin-bottom: 0.1em; }
#StaffPage #staffTiles h5 {
  font-size: 1em;
  color: #666;
  margin-bottom: 0.8em; }
#StaffPage #staffTiles .meta {
  float: left;
  display: block;
  margin-right: 9.09091%;
  width: 63.63636%;
  margin-right: 0; }
  #StaffPage #staffTiles .meta:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #StaffPage #staffTiles .meta {
      float: left;
      display: block;
      margin-right: 9.09091%;
      width: 100%; }
      #StaffPage #staffTiles .meta:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    #StaffPage #staffTiles .meta {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 73.91304%; }
      #StaffPage #staffTiles .meta:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #StaffPage #staffTiles .meta {
      float: left;
      display: block;
      margin-right: 9.09091%;
      width: 100%; }
      #StaffPage #staffTiles .meta:last-child {
        margin-right: 0; } }

/* CONTACT PAGE */
#ContactPage .column {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%; }
  #ContactPage .column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #ContactPage .column {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 100%;
      margin-bottom: 16px; }
      #ContactPage .column:last-child {
        margin-right: 0; } }
#ContactPage #contactForm div.field {
  overflow: hidden;
  margin-bottom: 5px;
  clear: both; }
#ContactPage #contactForm label {
  float: left;
  display: block;
  margin-right: 9.09091%;
  width: 27.27273%; }
  #ContactPage #contactForm label:last-child {
    margin-right: 0; }
#ContactPage #contactForm .middleColumn {
  float: left;
  display: block;
  margin-right: 9.09091%;
  width: 63.63636%; }
  #ContactPage #contactForm .middleColumn:last-child {
    margin-right: 0; }
#ContactPage #contactForm input,
#ContactPage #contactForm textarea {
  width: 100%; }
#ContactPage #contactForm input#Form_ContactForm_Maths {
  width: 80px; }
#ContactPage #contactForm .Actions input {
  width: auto;
  margin-left: 36.36364%; }
#ContactPage #contactForm #securityNote {
  margin-left: 36.36364%;
  margin-top: -5px;
  font-size: 0.8em;
  color: #777;
  letter-spacing: 0.02em; }
#ContactPage .main-container dl {
  width: 100%;
  float: left;
  margin-top: 0; }
#ContactPage .main-container dt {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 21.73913%; }
  #ContactPage .main-container dt:last-child {
    margin-right: 0; }
#ContactPage .main-container dd {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 73.91304%;
  margin-right: 0;
  margin-left: 0; }
  #ContactPage .main-container dd:last-child {
    margin-right: 0; }

.catalogueLink {
  cursor: pointer; }

.treeview ul {
  background: none;
  font-size: 1em; }

/* Magnific */
.mfp-title {
  display: none; }

.mfp-ready .mfp-figure {
  opacity: 0; }

body #fc .fc-action--checkout--button,
body #fc .fc-button--subscription-cancel,
body #fc .fc-button--submit {
  border-color: #975607;
  color: white;
  background-color: #e0800a;
  background-image: -webkit-linear-gradient(top, #e0800a 0%, #AF6408 100%);
  background-image: linear-gradient(to bottom,#e0800a 0%, #AF6408 100%);
  text-shadow: 1px 1px 0px #523605; }
  body #fc .fc-action--checkout--button:hover, body #fc .fc-action--checkout--button:focus,
  body #fc .fc-button--subscription-cancel:hover,
  body #fc .fc-button--subscription-cancel:focus,
  body #fc .fc-button--submit:hover,
  body #fc .fc-button--submit:focus {
    border-color: #7e4806;
    background-color: #AF6408;
    background-image: -webkit-linear-gradient(top, #AF6408 0%, #AF6408 100%);
    background-image: linear-gradient(to bottom,#AF6408 0%, #AF6408 100%); }
body #fc .fa-lock,
body #fc .fa-lock-large {
  fill: #fef5eb; }
body #fc .fc-cart__main,
body #fc #fc-checkout-container,
body #fc .fc-receipt__main {
  margin-top: 0px;
  background: none !important;
  border: none; }
body #fc .fc-cart__title__header {
  font-size: 2em; }
@media screen and (min-width: 769px) {
  body #fc #fc-cart--responsive .fc-cancel-continue-shopping .fc-button {
    margin-top: 35px; } }
body #fc .fc-sidebar {
  background: url(/mysite/ui/back_paper_dark.jpg) repeat top left; }
body #fc .container,
body #fc .fc-container {
  width: auto !important; }
body #fc .fc-checkout__main__contents {
  padding-top: 0; }
body #fc #fc-logo,
body #fc .fc-logotype {
  display: none; }
body #fc .fc-context--cart-fullpage .fc-sidebar--cart,
body #fc #fc-receipt-container .fc-sidebar--cart {
  padding-top: 32px; }
body #fc .fc-sidebar--cart .fc-transaction,
body #fc .fc-sidebar--cart .fc-address-entry {
  border-color: rgba(0, 0, 0, 0.2); }
body #fc .fc-sidebar--cart .fc-address-entry,
body #fc .fc-sidebar--cart .fc-actions--payment {
  border-color: rgba(255, 255, 255, 0.2); }
body #fc body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #231F20; }
body #fc h2, body #fc h3, body #fc h4, body #fc h5, body #fc h6 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  margin-top: 0; }
body #fc h2 {
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }
body #fc h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0.3em; }
body #fc h3 span.see-more a {
  font-size: 0.7em; }
body #fc h4 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0.4em; }
body #fc h5 {
  font-size: 1em;
  font-weight: bold; }
body #fc h6 {
  font-size: 0.8em;
  font-weight: normal; }
body #fc p {
  margin-top: 0; }
body #fc strong {
  font-weight: bold; }
body #fc em {
  font-style: italic; }
body #fc img {
  display: block;
  margin: 5px;
  border: 2px solid #AD8A62;
  max-width: 100%; }
  body #fc img.mfp-img {
    border: none; }
  body #fc img.right {
    float: right;
    margin-left: 16px;
    margin-right: 0;
    clear: right; }
  body #fc img.left {
    float: left;
    margin-right: 16px;
    margin-left: 0;
    clear: left; }
  @media screen and (max-width: 600px) {
    body #fc img.right, body #fc img.left {
      float: none;
      margin: 5px auto;
      clear: both; } }
body #fc ul {
  list-style: disc outside none;
  padding-left: 20px;
  margin-bottom: 0.8em; }
body #fc li {
  margin-bottom: 0.1em;
  font-size: 1em; }
body #fc p,
body #fc input,
body #fc button,
body #fc span,
body #fc a,
body #fc table,
body #fc table *,
body #fc div,
body #fc address,
body #fc li,
body #fc ul {
  font-family: Tahoma, Geneva, sans-serif;
  color: #231F20; }
body #fc h2, body #fc h3, body #fc h4 {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }
body #fc .fc-form-control {
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
  border-radius: 0px;
  padding: 6px 12px;
  box-shadow: none; }
  body #fc .fc-form-control:focus {
    border: 1px solid #AF6408;
    box-shadow: none;
    background: #FFFFFF; }
body #fc .fc-input-group-container--active {
  background: url(/mysite/ui/back_paper_light.jpg) repeat top left;
  border-radius: 0px;
  border: none; }
  body #fc .fc-input-group-container--active .fc-input-group-container__title {
    color: #000;
    background: url(/mysite/ui/back_paper_dark.jpg) repeat top left; }
body #fc .fc-input-group-container__no-title:before,
body #fc .fc-input-group-container__title:before {
  background: url(/mysite/ui/back_paper.jpg) repeat top left;
  border-color: transparent; }
body #fc .fc-cart__item__image span {
  background: url(/mysite/ui/back_paper_dark.jpg) repeat top left;
  border: none;
  margin: 5px;
  border-radius: 5px; }
body #fc .fc-cart__item__image img {
  border: none;
  margin: none; }
body #fc .fc-section-counter {
  font-size: 1em; }
body #fc .fc-cart__items__header {
  background: url(/mysite/ui/back_paper_dark.jpg) repeat top left;
  border-right: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }
body #fc .fc-transaction__total .fc-subtotal__label,
body #fc .fc-transaction__total .fc-subtotal__value,
body #fc .fc-subtotal__label,
body #fc .fc-subtotal__value {
  color: #000; }
body #fc #fc-receipt__section--header {
  display: none; }
body #fc #fc-receipt-container .fc-cart__item__image span {
  background: none;
  padding: 0; }
body #fc #fc-receipt-container fieldset .fc-form-group .fc-form-label {
  color: #666; }
body #fc .fc-transaction__shipping-address img {
  display: inline-block;
  border: none;
  margin: 0; }
body #fc .fc-action--payment--or,
body #fc .fc-action--payment--paypal-ec {
  display: none; }
body [data-fc-sidecart] {
  background: url(/mysite/ui/back_paper.jpg) repeat top left; }
  body [data-fc-sidecart] #fc {
    background: none; }
    body [data-fc-sidecart] #fc .fc-container,
    body [data-fc-sidecart] #fc .fc-sidebar,
    body [data-fc-sidecart] #fc .fc-cart__item__image span {
      background: none; }
    body [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action {
      color: white;
      background-color: #e0800a;
      background-image: -webkit-linear-gradient(top, #e0800a 0%, #AF6408 100%);
      background-image: linear-gradient(to bottom,#e0800a 0%, #AF6408 100%); }
      body [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action:hover, body [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action:focus {
        background-color: #AF6408;
        background-image: -webkit-linear-gradient(top, #AF6408 0%, #AF6408 100%);
        background-image: linear-gradient(to bottom,#AF6408 0%, #AF6408 100%); }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-figure,
  .mfp-zoom-in .mfp-inline-holder .mfp-content,
  .mfp-zoom-in .mfp-iframe-holder .mfp-content {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  .mfp-zoom-in.mfp-bg,
  .mfp-zoom-in .mfp-preloader {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out; }
  .mfp-zoom-in.mfp-image-loaded .mfp-figure {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg,
  .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-ready .mfp-inline-holder .mfp-content,
  .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-in.mfp-removing .mfp-figure,
  .mfp-zoom-in.mfp-removing .mfp-inline-holder .mfp-content,
  .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-content {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg,
  .mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0; }

/* CSS-based preloader */
.loading, .mfp-preloader {
  margin: 0px auto;
  width: 66px;
  text-align: center; }
  .loading > div, .mfp-preloader > div {
    width: 12px;
    height: 12px;
    background-color: #AF6408;
    margin-right: 6px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    -moz-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .loading .bounce1, .mfp-preloader .bounce1 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loading .bounce2, .mfp-preloader .bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* Mailchimp Signup */
#mc_embed_signup {
  padding: 12px 20px;
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

#mc_embed_signup h2 {
  font-size: 1.6em;
  margin-top: 0.3em;
  margin-bottom: 0; }

#mc_embed_signup .mc-response p {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 1.5em;
  padding: 6px; }

#mc_embed_signup .mc-response p.error {
  background-color: #CB5D5D;
  color: #FFF; }

#mc_embed_signup .mc-response p.valid {
  background-color: #C8D59D;
  color: #0A2B04; }

#mc_embed_signup .mc-field-group {
  margin-bottom: 5px; }

#mc_embed_signup label {
  width: 150px;
  display: inline-block; }

#mc_embed_signup .input-group {
  margin-top: 20px; }

#mc_embed_signup ul {
  list-style: none;
  margin-top: 0.4em;
  padding-left: 8px; }

#mc_embed_signup li label {
  width: auto; }

#mc_embed_signup li input {
  margin-right: 8px; }

#mc_embed_signup .clear {
  clear: both;
  overflow: hidden; }

#mc_embed_signup .mc-actions input,
#mc_embed_signup .mc-actions button {
  border: 1px solid #999;
  background-color: #F0F0F0;
  margin-bottom: 5px;
  padding: 4px;
  font-size: 1em;
  color: #000; }

#mc_embed_signup .mc-actions input {
  float: left; }

#mc_embed_signup button {
  float: right; }

.mailchimp #cboxClose {
  display: none !important; }

.mailchimp #cboxLoadedContent {
  margin-bottom: 0; }

/*# sourceMappingURL=common.css.map */


