/*! Made with Meat: http://forsvunnet.github.io/meat/  */
/* Ownership of the stylesheets is global. */
/******************************************************************
Site Name: Meat
Author: AndrewEivin

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*
	These are the breakpoints for your website.
	These can be customised to your design. The 
	more that I think about it, the more I'm 
	starting to realise that these breakpoints 
	need to change for the design, and not for 
	the sizes they are. They're just a guide. 
	In fact, I insist, you MUST change these.
*/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* Colours */
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*********************************************
		T y p e k i t   O v e r w r i t e
		
	If you've used any fonts from typekit
	and you want to use them, plop them in here.

*********************************************/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/*********************
Text Overflow
*********************/
/********************************* 

// This is for website rem to PX
// so you can use @include font-size(2);
// which outputs font-size: 24px; font-size:2rem;

*********************************/
/*********************************
	Text alignment in classes	
*********************************/
.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.marginauto {
  margin: 0 auto !important;
  float: none !important; }

/******************************************************************
Site Name: Meat
Author: AndrewEivin

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name: Meat
Author: AndrewEivin

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*********************

C O N T E N T   C H O R E O G R A P H Y

Something that will reorder your content if used correctly.
And on the right browser, of course.

**********************/
/*********************
Placeholder Mixin

Simply use this in a class somewhere to add placeholder styles.

	@include placeholder {
		colour: $brand-colour;
	}

*********************/
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
Background colour based on brightness
*********************/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/********************************************
			   A N I M A T I C S

	This is where all those lovely things
	bourbon does can be kept, a place where
	mixins and animation styles can be defined,
	without including a whole library.

********************************************/
/********************************************
				B O U R B O N

	Note: If you don't know what you
	do and don't want, just uncomment
	bourbon below and just enjoy life
	with a glass of bourbon.

********************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  padding: 5px 18px;
  border: 1px solid;
  color: #fff; }

.alert-help {
  border-color: #e8d71c;
  background: #eadb33; }

.alert-info {
  border-color: #1d8dc0;
  background: #209dd6; }

.alert-error {
  border-color: #aa2e2e;
  background: #be3333; }

.alert-success {
  border-color: #96b31f;
  background: #a8c923; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/* =Body */
.searchbar {
  box-sizing: padding-box; }

body {
  background: #f9f9f9 url("../images/backing.jpg") center repeat-y;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "museo-slab", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#contained {
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
  overflow: hidden; }

header {
  text-align: center; }

#breadcrumb {
  width: 100%;
  clear: both;
  float: left; }
  #breadcrumb ul {
    margin: 0 0 10px; }
    #breadcrumb ul li {
      font-size: 10.4px;
      font-size: 0.65rem;
      float: left; }
      #breadcrumb ul li:before {
        content: ">";
        padding: 0 5px; }
      #breadcrumb ul li:first-child:before {
        content: "";
        padding: 0; }

.price {
  float: right; }

#content-area img {
  width: 100%;
  height: auto; }

/* =Text Based Elements */
a {
  color: #BF2026; }
  a:hover {
    text-decoration: underline; }

img {
  border: none; }
  img a {
    border: none; }

p {
  margin-bottom: 1.3em;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.6; }

h1 {
  margin: 1em 0 1em;
  font-weight: 200; }

h2 {
  font-weight: 200;
  margin: 5px 0 15px;
  font-size: 19.2px;
  font-size: 1.2rem; }

h3 {
  margin: 0 0 1em; }

strong {
  font-weight: 400; }

/* =I'd rather state a list-style than have one forced */
li {
  list-style: none;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.6; }

.clean {
  margin: 20px 0; }

.marginright {
  margin-right: 20px; }

@media (max-width: 30.063em) {
  #contained {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-direction: reverse; }
    #contained #sidebar-left {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      order: 2;
      -ms-flex-order: 2; }
    #contained #content-area {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1; } }
#search {
  display: none; }

.overlay {
  top: 0;
  left: 0;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-size: 1rem; }
  .overlay h1 {
    font-size: 24px;
    font-size: 1.5rem; }
  .overlay ul {
    margin-left: 2rem;
    list-style: disc; }
    .overlay ul li {
      list-style: disc;
      color: #BC2024;
      font-size: 16px;
      font-size: 1rem; }
  .overlay + img {
    width: 100%;
    height: auto; }

.zero {
  font-size: 0; }
  .zero h2 {
    margin-left: 1%; }

hr {
  margin-left: 1%;
  border: 0;
  border-bottom: 1px solid #a8a8a8; }

.hentry {
  padding-left: 1%; }

dl.product-item {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 1%;
  width: 99%;
  vertical-align: top;
  display: inline-block; }
  dl.product-item dt {
    min-height: 40px; }
    dl.product-item dt a {
      text-decoration: none; }
  dl.product-item dd {
    margin: 0;
    padding: 0; }
    dl.product-item dd:before, dl.product-item dd:after {
      content: ""; }
    dl.product-item dd a {
      text-decoration: none; }
    dl.product-item dd img {
      padding: 10px 0;
      max-width: 50%; }
    dl.product-item dd section {
      color: #000; }
      dl.product-item dd section p strong {
        font-weight: 700; }
      dl.product-item dd section ul {
        padding-left: 1rem; }
        dl.product-item dd section ul li {
          list-style: disc inside; }

dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  border-top: 1px solid black;
  padding-top: 0.5em;
  margin-top: 0.5em; }
  dt:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }

dd {
  background: none no-repeat left top;
  padding: 0.5em 0 0.5em 2em;
  font-size: 12.8px;
  font-size: 0.8rem; }
  dd:before {
    content: "- "; }

/* Star Rating Stuff */
.jquery-ratings-star {
  width: 36px;
  height: 36px;
  background-image: url("../images/empty-star.png");
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 2px; }

.jquery-ratings-full {
  background-image: url("../images/full-star.png"); }

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides > li {
      position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1;
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px; }

/* Direction Nav */
.flex-direction-nav {
  display: none;
  height: 0; }
  .flex-direction-nav li a {
    width: 52px;
    height: 52px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -999em; }
  .flex-direction-nav li .next {
    background-position: -52px 0;
    right: -21px; }
  .flex-direction-nav li .prev {
    left: -20px; }
  .flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default; }

/* Control Nav */
.flex-control-nav {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li:first-child {
      margin: 0; }
    .flex-control-nav li a {
      width: 13px;
      height: 13px;
      display: block;
      cursor: pointer;
      text-indent: -999em; }
      .flex-control-nav li a:hover {
        background-position: 0 -13px; }
      .flex-control-nav li a.active {
        background-position: 0 -26px;
        cursor: default; }

/*****************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************/
nav {
  background: #bf2026;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin: -265px auto 20px;
  -webkit-transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1); }
  nav ul {
    margin: 0; }
  nav.open {
    margin: 0 auto; }
  nav li {
    display: inline-block;
    width: 100%;
    list-style: none;
    position: relative; }
    nav li a {
      color: #fff;
      display: block;
      text-decoration: none;
      padding: 7px;
      font-weight: 500;
      font-size: 15.2px;
      font-size: 0.95rem;
      line-height: 1.2; }
  nav .detailsright a {
    display: inline-block; }

@media only screen and (max-width: 47.9em) {
  nav:after {
    content: "Menu \21E3";
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 5px; }

  #basket {
    text-align: center; }
    #basket #sum {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
.menu_button {
  display: none; }

#cat-list.js .menu_button {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  background: #B91D21;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 7px; }
#cat-list.js > ul {
  display: none; }
#cat-list.js ul.open {
  display: block; }
#cat-list.js ul li ul {
  margin: 0; }
  #cat-list.js ul li ul li a {
    text-decoration: none; }
    #cat-list.js ul li ul li a:before {
      content: "-";
      padding: 0 5px;
      text-decoration: none; }

.product-item {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  margin-left: -4px; }

.page-title {
  margin-top: 0; }

/****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
****************************************************************/
.facebook, .twitter, .linkedin {
  background-image: url("images/boneham-socials.png");
  background-repeat: no-repeat;
  float: left;
  height: 36px;
  margin-right: 1px;
  width: 34px; }

.facebook {
  background-position: 0 0; }

.twitter {
  background-position: -37px 0; }

.linkedin {
  background-position: -74px 0; }

.greybox, .option {
  background: #F2F2F2;
  border: 1px solid #DDDDDD;
  margin-bottom: 20px;
  padding: 9px;
  border-radius: 3px; }
  .greybox table, .option table {
    width: 100%;
    text-align: right; }

.cleantopbottom {
  float: right;
  width: 30% !important; }

.viewcart, #updateTotals, #emptyCart {
  background-color: #B91D21;
  background-image: -webkit-linear-gradient(bottom, #690807, #B91D21);
  background-image: linear-gradient(to top,#690807, #B91D21);
  border: 0 none;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-size: 13.6px;
  font-size: 0.85rem;
  margin: 10px 0;
  padding: 6px 0 8px 12px;
  width: 100%;
  text-align: center; }
  .viewcart:active, #updateTotals:active, #emptyCart:active {
    background-color: #690807;
    background-image: -webkit-linear-gradient(bottom, #690807, #B91D21);
    background-image: linear-gradient(to top,#690807, #B91D21); }

#updateTotals, #emptyCart {
  text-align: center;
  padding: 6px 12px; }

.advert {
  float: left;
  padding: 10px;
  text-align: center;
  width: 50%; }
  .advert img {
    width: 100%;
    height: auto; }

.social a {
  display: block;
  text-align: center;
  clear: both;
  margin-bottom: 5px; }

#sum {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px; }

.search-submit {
  background: url("../images/search-icn.jpg") no-repeat scroll 50% 60% #990000;
  border: 0 none;
  float: left;
  height: 32px;
  padding: 8px 0 20px;
  width: 15%;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  text-indent: -9999px; }

.searchbar {
  border-color: #999999;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  padding: 5px 11px;
  width: 60%;
  border-radius: 0 3px 3px 0;
  -webkit-appearance: none; }

#logo img {
  width: 75%;
  height: auto; }

#product-details img {
  max-width: 300px; }

.headermargin {
  margin-bottom: 10px; }

.option .success-modal {
  background: #F2F2F2;
  height: 100%;
  left: 0;
  padding: 35% 4px 4px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 4; }
.option .block {
  border-bottom: 1px solid;
  display: block;
  margin: 0 0 5px;
  padding: 0 0 5px; }
.option .excerpt {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px; }

.quantity-amount > input {
  float: right;
  width: 50%; }
.quantity-amount > select {
  float: left;
  width: 100%;
  margin: 0.75em 0; }

.pdfs a {
  color: #080808;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 0  5px 30px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid; }
  .pdfs a:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .pdfs a:before {
    background-image: url("images/pdf.jpg");
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 26px;
    left: -5px;
    margin-left: 0;
    position: absolute;
    vertical-align: middle;
    width: 26px;
    z-index: 1; }

#item-information ul li {
  font-size: 12px;
  font-size: 0.75rem;
  list-style: disc inside none;
  padding-left: 10px;
  display: list-item; }

.ui-tabs-nav {
  border-bottom: 1px solid #B91D21;
  padding-bottom: 5px; }

.ui-corner-top {
  background-color: #B91D21;
  background-image: -webkit-linear-gradient(bottom, #690807, #B91D21);
  background-image: linear-gradient(to top,#690807, #B91D21);
  display: inline-block;
  border-radius: 3px; }
  .ui-corner-top a {
    color: #fff;
    padding: 6px 15px;
    text-decoration: none;
    display: block; }
  .ui-corner-top.ui-tabs-selected, .ui-corner-top.ui-state-active {
    background-color: #B91D21;
    background-image: -webkit-linear-gradient(bottom, #B91D21, #BC2024);
    background-image: linear-gradient(to top,#B91D21, #BC2024);
    border-radius: 3px 3px 0 0;
    margin-bottom: -5px;
    padding-bottom: 5px; }

.ui-tabs-hide {
  display: none; }

input[type=submit] {
  color: #fff;
  border: 0 none;
  border-radius: 3px 0 0 3px;
  color: #fff;
  padding: 7px 15px; }
  input[type=submit] .button {
    border-radius: 3px; }

.twelvecol li {
  list-style: disc inside;
  padding-left: 5px; }

.download-item {
  border: 1px solid;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  font-size: 13.6px;
  font-size: 0.85rem;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  width: 32%; }
  .download-item:before {
    background-image: url("images/pdf.jpg");
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    margin-left: 0;
    position: inherit;
    vertical-align: middle;
    width: 100%;
    z-index: 1; }

.clicktodown {
  background-color: #B91D21;
  background-image: -webkit-linear-gradient(bottom, #690807, #B91D21);
  background-image: linear-gradient(to top,#690807, #B91D21);
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: block;
  padding: 3px 2px;
  margin-top: 7px;
  text-decoration: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

@media only screen and (max-width: 30.063em) {
  .advert {
    display: none; }

  #name {
    text-align: center;
    display: block;
    margin-bottom: 20px; }
    #name strong {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700; }

  #address {
    font-size: 12px;
    font-size: 0.75rem;
    display: none; }

  .cat-items .fourcol {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem; } }
.tiny-thumbs img {
  max-width: 72px !important; }

.footer {
  background: #333;
  text-align: center; }
  .footer img {
    width: 100%;
    height: auto;
    max-width: 207px; }
  .footer h3 {
    color: #B91D21; }
  .footer a {
    color: #fff;
    text-decoration: none; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tfoot, tbody, th, td, tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  tr {
    border: 1px solid #ccc; }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 2px 10px; }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }

  .shopping-cart tbody td {
    padding: 2px 10px 2px 50%; }
  .shopping-cart tbody td:nth-of-type(1):before {
    content: "Product"; }
  .shopping-cart tbody td:nth-of-type(2):before {
    content: "Price"; }
  .shopping-cart tbody td:nth-of-type(3):before {
    content: "Qty"; }
  .shopping-cart tbody td:nth-of-type(4):before {
    content: "Features"; }
  .shopping-cart tbody td:nth-of-type(5):before {
    content: "Total Price"; }

  #sum tbody td {
    padding: 2px 10px 2px 50%; }
  #sum tbody td:nth-of-type(1):before {
    content: "Sub-Total:"; }
  #sum tbody td:nth-of-type(2):before {
    content: "Delivery:"; }
  #sum tbody td:nth-of-type(3):before {
    content: "VAT:"; }
  #sum tbody td:nth-of-type(4):before {
    content: "Total:"; } }
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 30.063em) and (max-width: 47.9em) {
  #logo img {
    width: 25%;
    height: auto; }

  #name {
    margin-bottom: 20px; }
    #name strong {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700; }

  #address {
    font-size: 12px;
    font-size: 0.75rem;
    display: none; }

  .cat-items .fourcol {
    float: left;
    width: 33%;
    margin-bottom: 20px;
    text-align: center;
    min-height: 240px;
    font-size: 12px;
    font-size: 0.75rem; }

  .advert {
    float: right;
    padding: 10px;
    text-align: center;
    width: 20%; }

  #basket {
    text-align: left; }

  .social {
    float: left; }

  #sum {
    font-size: 1rem;
    margin-top: -60px; }

  .success-modal {
    padding-top: 15%; } }
@media only screen and (min-width: 30.063em) {
  dl.product-item {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 1%;
    width: 49%;
    vertical-align: top;
    display: inline-block; }
    dl.product-item dt {
      min-height: 40px; }
      dl.product-item dt a {
        text-decoration: none; }
    dl.product-item dd {
      margin: 0;
      padding: 0; }
      dl.product-item dd:before, dl.product-item dd:after {
        content: ""; }
      dl.product-item dd a {
        text-decoration: none; }
      dl.product-item dd img {
        padding: 10px 0;
        max-width: 100%; }
      dl.product-item dd section {
        color: #000; }
        dl.product-item dd section p strong {
          font-weight: 700; }
        dl.product-item dd section ul {
          padding-left: 1rem; }
          dl.product-item dd section ul li {
            list-style: disc inside; } }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 47.9em) {
  /******************************************************************
  Site Name: Meat
  Author: AndrewEivin
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /********************************************
  			   G R I D  M A T H
  
  	Math. A bunch of it. This is the math
  	that makes the grid. Math can change
  	in here to completely change the whole
  	layout of your site. 
  			  
  ********************************************/
  /* 
  Changelog: Friday 18th July 2014
  
  Added a new mixin to save lines of code when adding widths. No longer do you need to define one width saying 6 and one saying 6, true.
  
  We can now just put ourselves at ease with just:
  
  Usage: @include width(2); 
  
  */
  .onecol {
    width: 5.79694%;
    width: calc((99.95% - 11rem) / 12); }

  .twocol {
    width: 14.35631%;
    width: calc((99.95% - 5rem) / 6); }

  .threecol {
    width: 22.91568%;
    width: calc((99.95% - 3rem) / 4); }

  .fourcol {
    width: 31.47505%;
    width: calc((99.95% - 2rem) / 3); }

  .fivecol {
    width: 40.03442%;
    width: calc((99.95% - 1.4rem) / 2.4); }

  .sixcol {
    width: 48.59378%;
    width: calc((99.95% - 1rem) / 2); }

  .sevencol {
    width: 57.15315%;
    width: calc((99.95% - 0.71429rem) / 1.71429); }

  .eightcol {
    width: 65.71252%;
    width: calc((99.95% - 0.5rem) / 1.5); }

  .ninecol {
    width: 74.27189%;
    width: calc((99.95% - 0.33333rem) / 1.33333); }

  .tencol {
    width: 82.83126%;
    width: calc((99.95% - 0.2rem) / 1.2); }

  .elevencol {
    width: 91.39063%;
    width: calc((99.95% - 0.09091rem) / 1.09091); }

  .twelvecol {
    width: 99.95%;
    width: calc((99.95% - 0rem) / 1); }

  /*	//This is how i've been using responsive widths, you're able to overwrite these per stylesheet
  
  	article {
  		width: col_width(6);
  		width: col_width(6, true);
  		
  		float: left;
  		margin-left: $gutter;
  		margin-left: calc(1rem * 1);	
  			
  		&.first{ margin-left: 0;}
  		&.last{ float: right;}
  	}
  */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .fifthcol, .threefifth {
    position: relative;
    float: left;
    margin-left: 2.76243%;
    margin-left: calc(1rem * 1); }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  .gutter-top {
    margin-top: 2.76243%;
    margin-top: calc(1rem * 1); }

  .gutter-bottom {
    margin-bottom: 2.76243%;
    margin-bottom: calc(1rem * 1); }

  .third, .quarter, .half {
    float: left; }

  .third {
    width: 33.33333333333%; }

  .quarter {
    width: 25%; }

  .half {
    width: 50%; }

  .wrap, #contained {
    width: 98%;
    max-width: 1140px;
    /*Small width apparently*/
    margin: 0 auto;
    padding-left: 2em;
    padding-right: 2em; }

  #contained {
    background: #fff; }

  #logo img {
    width: 100%;
    height: auto;
    margin: 10px auto; }

  h2 {
    font-size: 24px;
    font-size: 1.5rem; }

  header {
    background: #fff;
    text-align: inherit; }

  /* =Navigation */
  nav.christmas {
    background: url("../images/santahat.png") repeat scroll 0 -30px transparent;
    height: 140px; }

  .fixed {
    position: absolute;
    top: 80px; }
    .fixed.left {
      left: 0; }
    .fixed.right {
      right: 0; }

  .swing {
    -webkit-animation: swing 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: swing 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation: swing 1s cubic-bezier(0.77, 0, 0.175, 1); }

  @-webkit-keyframes swing {
    0% {
      -webkit-transform: rotate(0deg); }
    33% {
      -webkit-transform: rotate(20deg); }
    66% {
      -webkit-transform: rotate(-20deg); }
    100% {
      -webkit-transform: rotate(0deg); } }
  @-moz-keyframes swing {
    0% {
      -moz-transform: rotate(0deg); }
    33% {
      -moz-transform: rotate(20deg); }
    66% {
      -moz-transform: rotate(-20deg); }
    100% {
      -moz-transform: rotate(0deg); } }
  @keyframes swing {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    33% {
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      transform: rotate(20deg); }
    66% {
      -webkit-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
      transform: rotate(-20deg); }
    100% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); } }
  nav {
    background: #bf2026 url("../images/nav-red.jpg");
    height: 80px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    display: block; }
    nav ul {
      margin: 0 auto; }
      nav ul ul li {
        width: 100%; }
    nav li {
      float: left;
      list-style: none;
      width: 16%;
      position: relative; }
      nav li a {
        color: #fff;
        padding: 10px;
        display: block;
        text-decoration: none;
        border-right: 1px solid #690807;
        border-bottom: none; }
        nav li a:hover {
          background: url(../images/hover-light.png) no-repeat center center; }
    nav ul > li > ul {
      display: none;
      left: -14px;
      padding: 11px 5px 2px;
      position: absolute;
      text-align: center;
      z-index: 50;
      top: 55px;
      width: 148px;
      background: url("../images/nav-red.jpg") repeat scroll 0 0 #bf2026;
      /* =CSS3 Transition*/ }
    nav ul > li:hover > ul {
      display: block;
      top: 55px; }
    nav ul > li > ul > li {
      float: none; }
      nav ul > li > ul > li > a {
        text-align: center;
        color: #fff;
        padding: 0px;
        display: block;
        text-decoration: none;
        padding: 10px;
        border-top: 1px #870f17 dotted; }
    nav li + li + li + li + li a {
      border-right: 0px solid #690807; }
    nav ul ul {
      padding: 0; }

  /* =last child without the last child */
  .detailsright {
    float: right;
    width: 30%; }

  nav ul ul li {
    padding: 0px;
    text-align: right;
    float: right; }
    nav ul ul li a {
      padding: 0;
      display: inline;
      border-right: 0px solid #690807; }

  #cat-list.js .menu_button {
    display: none; }
  #cat-list.js > ul {
    display: inline-block; }

  .formed {
    display: inline-block;
    margin-bottom: 3px;
    padding-bottom: 3px;
    width: 100%; }
    .formed label {
      float: left;
      width: 40%; }
    .formed input, .formed select, .formed textarea {
      float: right;
      width: 60%; }

  #login-form > div, #contact-form > div {
    display: inline-block;
    margin-bottom: 3px;
    padding-bottom: 3px;
    width: 100%; }
    #login-form > div label, #contact-form > div label {
      float: left;
      width: 40%; }
    #login-form > div input, #login-form > div select, #login-form > div textarea, #contact-form > div input, #contact-form > div select, #contact-form > div textarea {
      float: right;
      width: 60%; }

  .sidenav li {
    position: relative;
    width: 100%;
    padding: 0; }
    .sidenav li:first-child > a {
      border-top: 0; }
    .sidenav li a {
      text-decoration: none;
      border-bottom: 1px;
      padding: 3px 10px;
      display: block;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      color: #080808; }
      .sidenav li a:hover {
        background: #B91D21;
        color: #fff; }
    .sidenav li:hover {
      background: #f9f9f9; }
      .sidenav li:hover ul {
        display: block; }
    .sidenav li ul {
      background: #f9f9f9;
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      width: 200%;
      z-index: 2;
      margin: 0;
      box-shadow: 10px 10px 25px -23px #000; }

  /* =Masthead */
  #masthead #name {
    margin-top: 0.35em;
    font-weight: 200;
    font-size: 28px;
    font-size: 1.75rem; }
    #masthead #name strong {
      font-weight: bold; }
  #masthead #address {
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem; }

  /* =Masthead Slideshow - Images */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.25rem; }
    .overlay ul {
      margin-left: 2rem;
      list-style: disc; }
      .overlay ul li {
        list-style: disc;
        color: #BC2024;
        font-size: 20px;
        font-size: 1.25rem; }
    .overlay + img {
      width: 100%;
      height: auto; }

  dl.product-item {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 1%;
    width: 32%;
    vertical-align: top;
    display: inline-block; }
    dl.product-item dt {
      min-height: 40px; }
      dl.product-item dt a {
        text-decoration: none; }
    dl.product-item dd {
      margin: 0;
      padding: 0; }
      dl.product-item dd:before, dl.product-item dd:after {
        content: ""; }
      dl.product-item dd a {
        text-decoration: none; }
      dl.product-item dd img {
        padding: 10px 0; }
      dl.product-item dd section {
        color: #000; }
        dl.product-item dd section p strong {
          font-weight: 700; }
        dl.product-item dd section ul {
          padding-left: 1rem; }
          dl.product-item dd section ul li {
            list-style: disc inside; }

  #masthead-slideshow {
    margin-bottom: 20px; }
    #masthead-slideshow .tagline {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.2;
      margin: 10px 0 -10px; }

  .cat-items .fourcol {
    min-height: 270px; }
  .cat-items > span > a {
    min-height: 200px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 3px;
    display: block;
    position: relative; }
    .cat-items > span > a img {
      width: 100%;
      height: auto; }
    .cat-items > span > a:hover {
      box-shadow: 0 0 20px -15px #000; }
  .cat-items .cat-prod-name {
    font-size: 13.6px;
    font-size: 0.85rem;
    color: #B91D21;
    display: block;
    padding: 10px;
    bottom: 0;
    position: relative;
    vertical-align: bottom;
    width: 100%;
    border-radius: 0 0 3px 3px; }

  .advert {
    width: 100%;
    float: none; }

  .logged-in {
    width: 100%; }
    .logged-in .labeltext {
      width: 40%; }
    .logged-in .longtext {
      width: 60%; }
      .logged-in .longtext input, .logged-in .longtext select, .logged-in .longtext textarea {
        width: 100%; }

  .product-item {
    width: 33.333%; }

  /* 
  Generic Styling, for Desktops/Laptops 
  */
  table {
    width: 100%;
    border-collapse: collapse; }

  /* Zebra striping */
  tr:nth-of-type(odd) {
    background: #eee; }

  th {
    background: #333;
    color: white;
    font-weight: bold; }

  td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left; }

  /* Desktop only Plugins.
  	@import "plugins/gravity";
  */ }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 64.375em) {
  /* =Navigation */
  nav {
    background: #bf2026 url("../images/nav-red.jpg");
    height: 80px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    display: block; }
    nav ul {
      width: 960px;
      margin: 0 auto; }
    nav li {
      float: left;
      list-style: none;
      width: auto;
      position: relative; }
      nav li a {
        color: #fff;
        padding: 20px;
        display: block;
        text-decoration: none;
        border-right: 1px solid #690807;
        border-bottom: none; }
        nav li a:hover {
          background: url("../images/hover-light.png") no-repeat center center; }
    nav ul > li > ul {
      display: none;
      left: -14px;
      padding: 11px 5px 2px;
      position: absolute;
      text-align: center;
      top: 55px;
      width: 148px;
      background: url("../images/nav-red.jpg") repeat scroll 0 0 #bf2026;
      /* =CSS3 Transition*/
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    nav ul > li:hover > ul {
      display: block;
      top: 55px; }
    nav ul > li > ul > li {
      float: none; }
      nav ul > li > ul > li > a {
        text-align: center;
        color: #fff;
        padding: 0px;
        display: block;
        text-decoration: none;
        padding: 10px;
        border-top: 1px #870f17 dotted; }
    nav li + li + li + li + li a {
      border-right: 0px solid #690807; }
    nav ul ul {
      padding: 0; }

  #masthead #name {
    margin-top: 1.35em;
    font-weight: 200;
    font-size: 28px;
    font-size: 1.75rem; }
  #masthead #address {
    font-size: 16px;
    font-size: 1rem; }

  .cat-items > span > a {
    min-height: 200px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 3px;
    display: block;
    position: relative; }
    .cat-items > span > a img {
      width: 100%;
      height: auto; }
    .cat-items > span > a:hover {
      box-shadow: 0 0 20px -15px #000; }

  #search {
    display: block; }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem; }
    .overlay h1 {
      font-size: 32px;
      font-size: 2rem; }
    .overlay ul {
      margin-left: 2rem;
      list-style: disc; }
      .overlay ul li {
        list-style: disc;
        color: #BC2024;
        font-size: 20px;
        font-size: 1.25rem; }
    .overlay + img {
      width: 100%;
      height: auto; }

  dl.product-item {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 1%;
    width: 24%;
    vertical-align: top;
    display: inline-block; }
    dl.product-item dt {
      min-height: 40px; }
      dl.product-item dt a {
        text-decoration: none; }
    dl.product-item dd {
      margin: 0;
      padding: 0; }
      dl.product-item dd:before, dl.product-item dd:after {
        content: ""; }
      dl.product-item dd a {
        text-decoration: none; }
      dl.product-item dd img {
        padding: 10px 0; }
      dl.product-item dd section {
        color: #000; }
        dl.product-item dd section p strong {
          font-weight: 700; }
        dl.product-item dd section ul {
          padding-left: 1rem; }
          dl.product-item dd section ul li {
            list-style: disc inside; } }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 77.5em) {
  .product-item {
    width: 25%; } }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: Meat
  Author: AndrewEivin
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name: Meat
  Author: AndrewEivin
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
