/*
 * Theme Name: Beaus
 * Author: Fancyboys
 * Version: 1.0
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*
 * Fonts
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@font-face {
    font-family: 'bodoni_stdbold';
    src: url('fonts/bodonistd-bold-webfont.eot');
    src: url('fonts/bodonistd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bodonistd-bold-webfont.woff') format('woff'),
         url('fonts/bodonistd-bold-webfont.ttf') format('truetype'),
         url('fonts/bodonistd-bold-webfont.svg#bodoni_stdbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_stdbook';
    src: url('fonts/bodonistd-book-webfont.eot');
    src: url('fonts/bodonistd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bodonistd-book-webfont.woff') format('woff'),
         url('fonts/bodonistd-book-webfont.ttf') format('truetype'),
         url('fonts/bodonistd-book-webfont.svg#bodoni_stdbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_stdposter_italic';
    src: url('fonts/bodonistd-posteritalic-webfont.eot');
    src: url('fonts/bodonistd-posteritalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bodonistd-posteritalic-webfont.woff') format('woff'),
         url('fonts/bodonistd-posteritalic-webfont.ttf') format('truetype'),
         url('fonts/bodonistd-posteritalic-webfont.svg#bodoni_stdposter_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_stdregular';
    src: url('fonts/bodonistd-webfont.eot');
    src: url('fonts/bodonistd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bodonistd-webfont.woff') format('woff'),
         url('fonts/bodonistd-webfont.ttf') format('truetype'),
         url('fonts/bodonistd-webfont.svg#bodoni_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'trade_gothic_lt_bd';
  src: url('fonts/tradegothicltstd-boldext-webfont.eot');
  src: url('fonts/tradegothicltstd-boldext-webfont.eot') format('embedded-opentype'), url('fonts/tradegothicltstd-boldext-webfont.woff') format('woff'), url('fonts/tradegothicltstd-boldext-webfont.ttf') format('truetype'), url('fonts/tradegothicltstd-boldext-webfont.svg#trade_gothic_lt_stdBdEx') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'trade_gothic_bdcn';
  src: url('fonts/tradegothicltstd-bdcn20-webfont.eot');
  src: url('fonts/tradegothicltstd-bdcn20-webfont.eot') format('embedded-opentype'), url('fonts/tradegothicltstd-bdcn20-webfont.woff') format('woff'), url('fonts/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'), url('fonts/tradegothicltstd-bdcn20-webfont.svg#trade_gothic_lt_stdBdCnno.20') format('svg');
  font-weight: normal;
  font-style: normal;
}

.bodoni-book {
    font-family: 'bodoni_stdbook', Georgia, serif;
}

.bodoni-bold {
    font-family: 'bodoni_stdbold', Georgia, serif;
}

.bodoni-poster-italic {
    font-family: 'bodoni_stdposter_italic', Georgia, serif;
}

.bodoni-regular {
    font-family: 'bodoni_stdregular', Georgia, serif;
}

.tg-bold {
    font-family: 'trade_gothic_lt_bd';
}

.tg-boldCondensed {
    font-family: 'trade_gothic_bdcn';
}

/*
 * Base
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.bgcAnimate {
    -webkit-transition: backgeound-color 300ms ease-in-out;
    -moz-transition: backgeound-color 300ms ease-in-out;
    -ms-transition: backgeound-color 300ms ease-in-out;
    -o-transition: backgeound-color 300ms ease-in-out;
}

.beige-texture {
    background: url('images/beige-texture.jpg') 0 0 repeat;
}

.brown-texture {
    background: url('images/brown-texture.jpg') 0 0 repeat;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
    margin: 0;
}

html {
    font-size: 100%;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.section:before,
.section:after {
    content: "";
    display: table;
}

.section:after {
    clear: both;
}

.section {
    zoom: 1;
}

.checkbox:before,
.checkbox:after {
    content: "";
    display: table;
}

.checkbox:after {
    clear: both;
}

.checkbox {
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.inline {
    display: inline;
}

.strong {
    color: #542201;
}

.italic {
    font-style: italic;
}

.center-text {
    text-align: center;
}

.none,
[hidden] {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: -9999em;
}

.visuallyvisible {
    clip: auto;
    width: auto;
    height: auto;
    overflow: visible;
    left: 0;
}

.alert {
    background-color: #ffc;
    display: block;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.no-desktop {
    display: none;
}

body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #555;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'bodoni_stdbook', Georgia, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b,
strong {
    color: #542201;
}

a {
    color: #f30;
    text-decoration: none;
    color: #9d2e29;
       outline: 0;

}

a:hover {
    text-decoration: none;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color:#9d2e29 !important;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}

p,
pre {
    margin: 0;
    padding: 1em 0;
}

small {
    font-size: 80%;
}

abbr[title] {
    border-bottom: 1px dotted;
}

audio,
canvas,
video {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

small {
    font-size: 90%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dfn {
    font-style: italic;
}

img {
    max-width: 100%;
    height:auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

img.border {
    border:1px solid #542201;
    display:block;
    padding:2px;
    /*background-color:#e5ccab;*/
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

.image-left {
    margin-right: 20px;
}

.image-right {
    margin-left: 20px;
}

.red {
    background: #9d2e29;
    color: #f4e4ce;
}

.red a {
    color: #f4e4ce;
}

.beige {
    color: #542201;
}

p {
    font-size:16px;
}

/*
 * Type / Base Element Styles
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom:4px !important;
}

h1,
.h1, div.page-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: .2em;
    display: block;
    padding: 2px 0 20px 0;
    color: #542201;
    font-family: 'bodoni_stdposter_italic', Georgia, serif;
}

@media(max-width:500px) {
    h1,.h1, div.page-title {
        font-size:35px;
    }
}

div.page-title h1 {
    margin-bottom:0;
    padding-bottom:0;
}

h1 {
    text-transform: none !important;
}

h2,
.h2 {
    /*font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: .33em;*/
    font-size: 24px;
    line-height: 1;
}

h3,
.h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: .5em;
}

h4,
.h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5em;
}

h5,
.h5 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .5em;
}

h6,
.h6 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: .5em;
}

.no-style-heading {
    margin: 0;
    font-size: 100%;
}

hr {
    border-top: 1px dotted #542201;
    border-left: 0;
border-right: 0;
border-bottom: 0;
    background: none;
    outline: 0;
    margin: 1em 0;
    *margin: 0.5em 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0px;
}

blockquote {
    font-family: "Georgia", "Times" serif;
    font-size: 20px;
    font-size: 1.25rem;
    color: #777;
    margin: 1em 0;
    font-style: italic;
}

cite {
    color: #222;
    font-style: normal;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

mark {
    background: #ff0;
    color: #111;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

code {
    color: #111;
    padding: 2px 5px;
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin: 0;
}

dd {
    margin: 0 0 0 40px;
}

dt {
    color: #542201;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

.no-style-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    *white-space: normal;
}

table th,
table td {
    padding: 8px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

table thead th {
    vertical-align: bottom;
    font-weight: bold;
    background-color: #e1e1e1;
    color: #333;
}

table tfoot td {
    font-weight: bold;
}

table caption {
    padding: 0.5em;
    font-style: italic;
    background-color: #eee;
    border-bottom: 0;
    font-weight: bold;
}

fieldset {
    border: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
    color: #542201;
}

label {
    cursor: pointer;
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],input[type=telephone],
textarea {
    padding: 5px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #542201;
    background-color: #fff;
    color: #777;
    border: 1px solid #ddd;
    border-top: 1px solid #999;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

.checkbox {
    display: block;
    margin: .2em 0;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    float: left;
}

.checkbox label {
    padding-left: 5px;
    overflow: hidden;
    display: table;
    *zoom: 1;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    max-width: 100%;
}

.button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    padding: 1em 3em;
    color: #333;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.orange-button {
    background-color: #fee9cc;
}

.orange-button:hover {
    background-color: #ffe0b5;
    -webkit-tap-highlight-color: #fdeed8;
}

.orange-button:active {
    background-color: #fdeed8;
}

.button[disabled],
.button.disabled {
    color: #999;
    background-color: #f1f1f1;
}

.no-style-button {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #f30;
    text-decoration: underline;
    border: 0;
    background: transparent;
    height: auto;
    padding: 0;
    cursor: pointer;
    outline: 0;
}

.no-style-button:hover {
    text-decoration: none;
}

.no-style-button[disabled],
.no-style-button.disabled {
    text-decoration: none;
    color: #999;
}

/*
 * Grid
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.section {
    position: relative;
}

.row {
    margin: .5em 0;
}

.row-one {
    margin: 1em 0;
}

.row-two {
    margin: 2em 0;
}

.row-three {
    margin: 3em 0;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-full {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.col {
    margin-left: 2%;
    float: left;
}

.col:first-child {
    margin-left: 0;
}

.one {
    width: 6.5%;
    *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.two {
    width: 15%;
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.three {
    width: 23.5%;
    *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.four {
    width: 32%;
    *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.five {
    width: 40.5%;
    *width: expression(Math.floor(0.40.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.six {
    width: 49.0%;
    *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.seven {
    width: 57.5%;
    *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.eight {
    width: 66%;
    *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.nine {
    width: 74.5%;
    *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.ten {
    width: 83%;
    *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.eleven {
    width: 91.5%;
    *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.twelve {
    width: 100%;
}

.quarter {
    width: 23.5%;
    *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.half {
    width: 49.0%;
    *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.one-third {
    width: 32%;
    *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

#content {
    width: 68%;
}

#sidebar {
    width: 30%;
}

.full-width {
    width: 100% !important;
}

/*
 * Begin Site
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
    background: url('images/pinstripe-brown.jpg') 0 0 repeat;
    color: #542201;
    font-family: 'bodoni_stdbook', Georgia, serif;
}

#wrap-all {
    background: url('images/header.jpg') 0 0 repeat-x;
    min-height: 434px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #542201;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'trade_gothic_bdcn';
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom:0;
    padding-bottom:0;
}

h2 {
    padding-bottom:4px;
}

p, ul {
    margin-top:0;
    padding-top:0;
    padding-bottom:20px;
    font-size:17px;
    line-height:24px;
}

ul {
    margin-left:30px;
    padding-left:0;
    margin-bottom:0;
}

strong {
    /*font-family: 'bodoni_stdbold', Georgia, serif;*/
    font-weight: bold;
}

div.page-title {
    border-bottom: 1px dotted #542201;
}

.single-news-title {
    font-weight: normal;
    font-family: 'trade_gothic_bdcn';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size:24px;
    margin-top:20px;
}

/*
 * Top Bar
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#top-bar {
    background: url('images/top-bar-wood.jpg') center top repeat-x;
    min-height: 42px;
    width: 100%;
}

#top-bar ul#social-media-icons {
    margin: 0;
    padding: 0;
list-style:none !important;
}

#top-bar ul#social-media-icons li {
    margin: 10px 5px 0 0;
    padding: 0;
    float: left;
}

#top-bar ul#social-media-icons li a {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('images/beaus-social-sprite-2.png') no-repeat;
}

#top-bar ul#social-media-icons li#icon-facebook a {
    background-position: left top;
}

#top-bar ul#social-media-icons li#icon-twitter a {
    background-position: -22px top;
}

#top-bar ul#social-media-icons li#icon-vimeo a {
    background-position: -44px 0;
}

#top-bar ul#social-media-icons li#icon-instagram a {
    background-position: -66px 0;
}

#top-bar ul#social-media-icons li#icon-facebook a:hover {
    background-position: 0 bottom;
}

#top-bar ul#social-media-icons li#icon-twitter a:hover {
    background-position: -22px bottom;
}

#top-bar ul#social-media-icons li#icon-vimeo a:hover {
    background-position: -44px bottom;
}

#top-bar ul#social-media-icons li#icon-instagram a:hover {
    background-position: -66px bottom;
}

#top-bar .tweet {
    padding-top: 10px;
    padding-left: 8px;
    font-size: 90%;
    float: left;
    color: #f4e4ce;
}

#top-bar .tweet a {
    font-weight: bold;
    color: #f4e4ce;
}

/*#top-bar #lang-switcher {
    float: right;
    background: url('images/beige-texture.jpg') 0 0 repeat;
    margin: 7px 0 0 10px;
    padding: 5px;
    line-height: 1;
    text-transform: uppercase;
}

#top-bar #lang-switcher a {
    color: #9d2e29;
}
*/

#lang-switcher {
  font-family: 'trade_gothic_bdcn', sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(84, 34, 1);
  background-color: rgb(61, 24, 0);
  float: right;
  z-index: 9;
  margin:3px 0 0 5px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  text-transform: uppercase;
}

#lang-switcher a {
  font-size: 14px;
  color: #b7986f;
  text-decoration: none;
  text-align: center;
  display: block;
  float:left;
  width: 32px;
  height: 30px;
  line-height:30px;
}

#lang-switcher a.active {
  color: #f9eacb;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  background-color: #56602b;
  z-index: 10;
  height: 30px;
  line-height:30px;
  transition: all 0.5s ease;
}


#lang-switcher a#switch-en {
    border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
}

#lang-switcher a#switch-fr {
    border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    -webkit-border-radius: 0px 2px 2px 0px;   
}

#top-bar #search-container {
    border: 1px solid #542201;
    float: right;
    height: 28px;
    margin-top: 6px;
}

#top-bar #search-container input[type="text"],
#top-bar #search-container input[type="submit"] {
    height: 26px;
    display: block;
    float: left;
    outline: none;
    border: none;
    font-family: Georgia;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#top-bar #search-container input[type="text"] {
    background: url('images/beige-texture.jpg') 0 0 repeat;
}

#top-bar #search-container input[type="text"]::-webkit-input-placeholder {
    color: #542201;
}

#top-bar #search-container input[type="text"]:-moz-placeholder {
    color: #542201;
}

#top-bar #search-container input[type="text"]::-moz-placeholder {
    color: #542201;
}

#top-bar #search-container input[type="text"]:-ms-input-placeholder {
    color: #542201;
}

#top-bar #search-container input[type="submit"] {
    background: #9d2e29;
    color: #f4e4ce;
}

#logo {
    text-align: center;
}

#logo img {
    max-width: 100%;
    padding: 30px;
}

#mobile-nav-trigger {
    display: none;
}

#cart-button {
    position: absolute;
    right: 20px;
    top: 16px;
}

#cart-button a {
    padding-left: 30px;
    text-transform: uppercase;
    display: block;
    color: #542201;
    font-weight: bold;
    font-size: 1.125em;
}

/*
 * Primary Nav
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#primary {
    background: url('images/beige-texture.jpg') 0 0 repeat;
    border: 1px solid #542201;
    padding: 2px;
    color: #542201;
    margin-top: 40px;
    font-size: 1em;
    position: relative;
    font-family: 'trade_gothic_bdcn';
    float: right;
}

#primary ul {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #542201;
    display: block;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 1.125em;
}

#primary ul li {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

#primary ul li a {
    color: inherit;
    text-decoration: none;
    border-right: 1px solid #542201;
    padding: 5px 10px;
    font-weight: normal;
}

#primary ul li ul {
    position: absolute;
    background: #542201;
    color: white;
    height: auto;
    z-index: 222;
    width: 164px;
    left:50%;
    margin-left:-82px;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin-top: 10px;
    display: none;
    font-weight: normal;
    font-size: 0.8em;
}

#primary ul li ul li {
    display: block;
    clear: both;
    padding: 2px 0;
    border-bottom: 1px solid #682a01;
}

#primary ul li ul li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #682a01;
    width: 100%;
    color: #fbecd7 !important;
}

#primary ul li ul li:last-child {
    border-bottom: none;
}

#primary ul li ul li:last-child a {
    border-bottom: none;
}

#primary > ul > li > ul > li:hover > a {
    color: #f4a63a !important;
}

#primary > ul > li > ul > li > ul > li:hover > a {
    color: #f4a63a !important;
}

#primary > ul > li > ul:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #542201;
    margin-top: -8px;
    position: relative;
    margin-left: 71px;
}

#primary ul li:last-child a {
    border-right: none;
}

#primary ul li.menu-item-has-children a.has-children {
    display: none;
}

/* french nav adjust */

#primary {
    width: 100%;
    margin: 0px auto 20px auto;
}

#logo {
    margin: 0 auto;
    float: none;
}

@media only screen and (min-width: 739px) {
  	/*
    .current-lang-fr #primary {
        margin: 0px auto 20px auto;
    }*/

    #primary {
        display: block !important;
    }

    #primary li:hover > ul {
        display: block;
    }

    #primary li:hover a {
        color: #9d2e29;
    }
}

/*	Slider
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#slide-container {
    background-color: #f4e4ce;
    margin-bottom: 40px;
    border-radius:0;
}

#slide-container,
.slides > li {
    padding: 2px;
    border: 1px solid #542201;
}

body.home .flex-control-nav, body.error404 .flex-control-nav { display:none; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* 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;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('fonts/flexslider-icon.eot');
    src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('fonts/flexslider-icon.woff') format('woff'),
        url('fonts/flexslider-icon.ttf') format('truetype'),
        url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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 { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10;/* overflow: hidden;*/ opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/*	Sidebar
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
    padding-left: 10px;
}

#sidebar img {
    max-width: 100%;
}

#sidebar #mixtape {
    margin-bottom: 30px;
    display: block;
}

#sidebar .archive ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

#sidebar .archive ul li {
    list-style: none;
    padding-bottom: 5px;
}

#sidebar .callout {
    background: url('images/beige-texture.jpg') 0 0 repeat;
    border: 1px solid #542201;
    padding: 2px;
    margin-bottom: 30px;
}

#sidebar .callout .title {
    padding: 5px 0;
    border: 1px solid #542201;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

#sidebar .callout .title a:hover {
    color:inherit !important;
}

#sidebar .callout .wrap-inner {
    padding: 0 20px;
    border: 1px solid #542201;
    border-top: none;
}

#sidebar .available-now ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .available-now ul li {
    margin: 0;
    padding: 10px;
    list-style: none;
}

#sidebar .available-now ul li:nth-child(odd) {
    background: #e5ccab;
}

#sidebar .available-now ul li a {
    font-weight:bold;
    color:#542201;
}

#sidebar .available-now ul li a em {
    font-weight:normal;
    font-size: 90%;
}

#sidebar .available-now ul li a:hover {
    color:#9d2e29;
}

#sidebar .available-now ul li a img {
    display:block;
    float:left;
    display: block;
    border: 1px solid #542201;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    margin-right: 10px;
}

#sidebar .callout #events-list {
    margin: 0;
    padding: 0;
    border: 1px solid #542201;
    border-top: none;
    list-style: none;
}

#sidebar .callout #events-list li {
    padding: 10px 10px;
    position: relative;
    min-height: 80px;
}

#sidebar .callout #events-list li .event-date {
    background-color: #542201;
}

#sidebar .callout #events-list li:nth-child(odd) {
    background: #e5ccab;
    background: url('images/brown-texture.jpg') 0 0 repeat;
}

#sidebar .callout #events-list li:nth-child(odd) .event-date {
    background-color: #9d2e29;
}

#sidebar .callout #events-list .event-title a:hover { color:#9d2e29; }

#sidebar .callout #events-list .event-date-wrap {
    float: left;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 5px;
}

#sidebar .callout #events-list .event-date {
    position: absolute;
    color: #fff;
    width: 50px;
    padding: 8px 0;
    color: #f4e4ce;
}

#sidebar .callout #events-list .event-date span {
    display: block;
    clear: both;
    text-align: center;
    line-height: 1;
    font-family: 'trade_gothic_lt_bd';
    text-transform: uppercase;
}

#sidebar .callout #events-list .event-date span.month {
    font-size: 0.7em;
    padding-bottom: 2px;
}

#sidebar .callout #events-list .event-date span.day {
    font-size: 1.4em;
}

#sidebar .callout #events-list .event-title {
    padding-left: 60px;
}

#sidebar .callout #events-list .event-title p {
    padding: 0;
}

#sidebar .callout #events-list .event-title p em {
    font-size:90%;
}

#sidebar .callout #events-list .more-events h3 {
    color: #9d2e29;
    text-align: center;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: 'bodoni_stdbold', Georgia, serif;
    text-transform: none;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: normal;
}

#sidebar .callout #events-list .event-title a {
    color: #542201;
    font-weight: bold;
}

#sidebar .callout #events-list .more-events a:hover {
    color: #000000;
}

/*	Content
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content, .customer-page {
    background: #f4e4ce;
    border: 1px solid #542201;
    padding: 2px;
    background: url('images/beige-texture.jpg') 0 0 repeat;
}

.customer-page {
    max-width: 960px;
}

#content .wrap-inner, .customer-page .wrap-inner {
    border: 1px solid #542201;
    padding: 20px;
}

#content .wrap-inner article.post {
    border-bottom: 1px dotted #542201;
    padding: 20px 0;
}

#content .wrap-inner article.post h4 {
    margin: 0;
    padding: 0;
}

#content .wrap-inner article.post h4 a {
    color: inherit;
}

#content .wrap-inner article.post p {
    padding: 0;
    margin: 0;
}

#content .wrap-inner article.post figure {
    border: 1px solid #542201;
    padding: 2px;
    width: 130px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#content .wrap-inner article.post figure img {
    display: block;
    border: 1px solid #542201;
    margin-left: auto;
    margin-right: auto;
}


@media(min-width:740px) {

    #content .wrap-inner article.post figure {
        margin-right: -130px;
    }

    #content .wrap-inner article.post .post--intro {
        padding-left:145px;
    }

}

.read-more {
    font-family: 'bodoni_stdbold', Georgia, serif;
    letter-spacing: normal;
}



.product-wrap .product-box {
    padding: 20px 0;
}

.product-wrap .product-box h2 {
    /*color: #9d2e29;
    font-family: 'Georgia', serif;*/
    line-height: 1;
    /*text-transform: none;*/
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-wrap .product-box .price {
    font-size: 16px;
    font-size: 1rem;
    color: #542201;
    font-weight: bold;
    line-height: 1;
}

.product-wrap .product-box figure {
    border: 1px solid #542201;
    padding: 2px;
    margin-bottom: 10px;
}

.product-wrap .product-box figure a {
    border: 1px solid #542201;
    display: block;
}

.product-wrap .product-box figure a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.more-stories {
    margin: 0;
    padding: 10px 0 20px 0;
}

.more-stories h3 {
    color: #9d2e29;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: 'bodoni_stdbold', Georgia, serif;
    text-transform: none;
    letter-spacing: normal;
}

.more-stories a:hover {
    color: #000000;
}

.wp-pagenavi {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    font-size: 1rem;
}

.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    padding: 2px 5px;
}

.wp-pagenavi .current {
    color: #f4e4ce;
    background: #9d2e29;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.single-post p {
    color: #542201;
}

.single-post h1 + p,
.single-post h1 + figure + p {
    color: #8e6038;
}

.single-post figure {
    float: right;
    border: 1px solid #542201;
    padding: 2px;
    margin: 20px 0 20px 20px;
}

.single-post figure img {
    border: 1px solid #542201;
    display: block;
}

.product-images img {
    display: block;
    width: 100%;
    height: auto;
}

.product-description {
    color: #542201;
}

.product-description .product-price {
    color: #542201;
    padding-bottom: 10px;
    border-bottom: 1px dotted #542201;
}

.product-description ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    color: #542201;
}

.product-description ul li {
    margin-left: 0;
}

.product-description form {
    border-top: 2px dotted #542201;
    border-bottom: 1px dotted #542201;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-description form label {
    display: block;
    clear: both;
    font-style: italic;
}

.product-description form select {
    width: 100%;
    clear: both;
}

.product-description form input[type="number"] {
    border: 1px solid #c2a78c;
    outline: none;
    width: 80%;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product-description form input[type="submit"] {
    border: none;
    outline: none;
    background: #9d2e29;
    width: 100%;
    padding: 15px 0;
    margin-top: 8px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f4e4ce;
    text-transform: uppercase;
}

.product-description form .total h3 {
    color: #542201;
}

#bybo-header {
    padding: 2px;
    border: 1px solid #542201;
    background: #f4e4ce;
    margin-bottom: 20px;
}

#bybo-header img {
    border: 1px solid #542201;
    display: block;
    margin-bottom: 2px;
}

#bybo-header .intro {
    border: 1px solid #542201;
    padding: 0px 20px;
}

#bybo-header .intro p {
    font-weight: bold;
    color: #542201;
}

#bybo-header .intro small {
    font-weight: normal;
}

.beer-collection .product-box {
    background: #fdf5ea;
    border: 1px solid #542201;
    padding: 2px;
    margin: 20px 0;
}

.beer-collection .product-box .wrap-inner {
    border: 1px solid #542201;
    background-image: url('images/wood-short.gif');
}

.beer-collection .product-box .wrap-inner .beer-description {
    height: 100%;
    min-height: 240px;
    padding: 15px 20px 15px 20px;
    background: #f4e4ce;
}

.beer-collection .product-box .wrap-inner .beer-description h3 {
    margin-bottom: 0;
}

.beer-collection .product-box .wrap-inner .beer-description h4 {
    margin-bottom: 0;
}

.beer-collection .product-box .wrap-inner .beer-img {
    padding: 15px 0 15px 15px;
    position: relative;
}

.beer-collection .product-box .wrap-inner .beer-img img {
    display: block;
    width: 100%;
}

.beer-collection .product-box:last-child {
    margin-bottom: 0;
}

.beer-collection .form {
    border-top: 2px dotted #542201;
    padding-top: 20px;
}

.beer-collection .form input[type="number"] {
    border: 1px solid #c2a78c;
    outline: none;
    width: 80%;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.beer-collection .form input[type="submit"] {
    border: none;
    outline: none;
    background: #9d2e29;
    width: 100%;
    padding: 15px 0;
    margin-top: 8px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f4e4ce;
    text-transform: uppercase;
}

.beer-intro p {
    font-size:22px;
    line-height:30px;
}

.beer-type {
    font-family: 'trade_gothic_bdcn';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    border-top:1px dotted #542201;
    border-bottom:1px dotted #542201;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}

.tech-specs li span {
    font-family: 'trade_gothic_bdcn'; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; color: #9d2e29;
}

.beer-collection .form .select-package {
    line-height: 1;
    font-size: 90%;
    color: black;
}

.beer-collection .form .select-package span {
    padding-top: 10px;
}

.cart-heading {
    padding-bottom: 10px;
    border-bottom: 1px dotted #542201;
}

.cart-item {
    padding-bottom: 10px;
    border-bottom: 1px dotted #542201;
}

.cart-item figure {
    padding: 2px;
    border: 1px solid #542201;
}

.cart-item figure img {
    display: block;
    border: 1px solid #542201;
}

.cart-item input[type="number"] {
    border: 1px solid #c2a78c;
    outline: none;
    width: 50%;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cart-item .remove-item {
    border: none;
    outline: none;
    background: #e6d5bf;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #9d2e29;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
}

.cart-item .details {
    padding-left: 10px;
}

.cart-item .details h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.cart-item .details span {
    font-weight: bold;
    display: block;
    clear: both;
    color: #542201;
}

.cart-item .details em {
    font-weight: normal;
}

.cart-item .price,
.cart-item .total,
.cart-item .quant {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    color: #542201;
}

.cart-checkout {
    padding-top: 20px;
}

.cart-checkout .update {
    line-height: 20px;
    font-style: italic;
}

.cart-checkout .update a {
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}

.cart-checkout .checkout {
    border: none;
    outline: none;
    background: #9d2e29;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f4e4ce;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
}

.cart-checkout .subtotal {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 8px;
}

#buckets {
    padding-top: 40px;
    padding-bottom: 40px;
}

#buckets a {
    background: #f4e4ce;
    display: block;
    border: 1px solid #542201;
    padding: 2px;
}

#buckets a img {
    display: block;
    width: 100%;
    border: 1px solid #542201;
}

.page-head {
    border-bottom: 1px dotted #542201;
    padding-bottom:5px;
}

.single-post .page-head {
    margin-bottom:20px;
}

.page-head h1 { padding-bottom:10px; margin-bottom:0; }

.page-head .page-subtitle {
    padding-top:20px;
    margin-top:10px;
    border-top:1px dotted #542201;
    font-size:22px;
    line-height:30px;
}
.page-head .page-subtitle p {
    font-size:inherit;
    line-height:inherit;
}


/*  Beer Filters
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#beer-filters { 
    width: 100%; 
    display:block; 
    border-bottom: 1px dotted #542201;
    /*border-top:2px dotted #542201;*/
    padding: 15px 0 20px 0;
}
#beer-filters > div select { width:95%; text-transform: uppercase; }

#beer-filters > div input[type="submit"] { margin-top:10px; }

#beer-filters .customSelect { width:100%; }


/*	Footer
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

footer#website-footer {
    background: url('images/pinstripe-cream.jpg') 0 0 repeat;
    border-top: 3px solid #542201;
    color: #542201;
}

footer#website-footer .container {
    margin-top: 40px;
    margin-bottom: 40px;
}

footer#website-footer .container #outside-border {
    padding: 2px;
    border: 1px solid #542201;
}

footer#website-footer .container .wrap-inside {
    padding: 20px;
    border: 1px solid #542201;
    background: url('images/beige-texture.jpg') 0 0 repeat;
}

footer#website-footer .container .wrap-inside h4 {
    font-style: normal;
    text-transform: uppercase;
}

footer#website-footer .container .wrap-inside ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

footer#website-footer .container .wrap-inside ul li {
    margin: 0;
    list-style: none;
    padding: 0;
}

footer#website-footer .container .wrap-inside a {
    color: #542201;
}

footer#website-footer .container .wrap-inside a:hover {
    color: #9d2e29;
}

footer#website-footer .container .wrap-inside .twelve.col {
    padding-top: 10px;
    margin: 20px 0 0 0;
    border-top: 2px dotted #542201;
    clear: both;
    font-size: 0.75em;
}

footer#website-footer h4 {
    margin-bottom: 0;
}

/*	Media Queries
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media only screen and (min-width: 740px) and (max-width: 1019px) {
    .container,
  .tablet-container {
        width: 95%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .customer-page {
        width: 700px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .tablet-one {
        width: 6.5%;
    }

    .tablet-two {
        width: 15%;
    }

    .tablet-three {
        width: 23.5%;
    }

    .tablet-four {
        width: 32%;
    }

    .tablet-five {
        width: 40.5%;
    }

    .tablet-six {
        width: 49.0%;
    }

    .tablet-seven {
        width: 57.5%;
    }

    .tablet-eight {
        width: 66%;
    }

    .tablet-nine {
        width: 74.5%;
    }

    .tablet-ten {
        width: 83%;
    }

    .tablet-eleven {
        width: 91.5%;
    }

    .tablet-twelve {
        width: 100%;
    }

    .tablet-full {
        clear: both;
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
        display: block;
    }

    .tablet-full:first-child {
        margin-top: 0;
    }

    .tablet-center {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .tablet-center:first-child {
        margin-left: auto;
    }

    .tablet-center-text {
        text-align: center;
    }

    .tablet-left {
        float: left;
    }

    .tablet-right {
        float: right;
    }

    .tablet-no-float {
        float: none;
    }

    .no-tablet {
        display: none;
    }

    .show-tablet {
        display: block;
    }

    #primary {
        margin-top: 0;
        margin-bottom: 40px;
    }

    #mobile-nav-trigger {
        display: none;
    }

    footer#website-footer .container .wrap-inside h4 {
        font-style: normal;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
    }

    .current-lang-fr #primary {
        margin: 0px auto 20px auto;
    }
}

@media only screen and (max-width: 739px) {
    .mobile-one {
        width: 6.5%;
    }

    .mobile-two {
        width: 15%;
    }

    .mobile-three {
        width: 23.5%;
    }

    .mobile-four {
        width: 32%;
    }

    .mobile-five {
        width: 40.5%;
    }

    .mobile-six {
        width: 49.0%;
    }

    .mobile-seven {
        width: 57.5%;
    }

    .mobile-eight {
        width: 66%;
    }

    .mobile-nine {
        width: 74.5%;
    }

    .mobile-ten {
        width: 83%;
    }

    .mobile-eleven {
        width: 91.5%;
    }

    .mobile-twelve {
        width: 100%;
    }

    .mobile-full {
        clear: both;
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
        display: block;
    }

    .mobile-full:first-child {
        margin-top: 0;
    }

    .mobile-center {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .mobile-center:first-child {
        margin-left: auto;
    }

    .mobile-center-text {
        text-align: center;
    }

    .mobile-left {
        float: left;
    }

    .mobile-right {
        float: right;
    }

    .mobile-no-float {
        float: none;
    }

    .container,
  .mobile-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    table th,
  table td {
        padding: 4px;
    }

    .no-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    #content {
        width: 100%;
    }

    #sidebar {
        width: 100%;
    }

    #top-bar {
        margin-bottom: 50px;
    }

    #top-bar #social-media-icons {
        padding-left: 10px !important;
    }

    #top-bar #lang-switcher {
        padding-right: 10px;
    }

    #top-bar #search-container {
        position: absolute;
        width: 100%;
        top: 40px;
        margin-top: 0;
        border-right: none;
        border-left: none;
        height: auto;
    }

    #top-bar #search-container input[type="text"] {
        width: 100%;
    }

    #top-bar #search-container input[type="submit"] {
        position: absolute;
        right: 0;
    }

    #top-bar #search-container input {
        padding: 10px;
        height: auto !important;
        font-size: 16px;
    }

    #website-header {
        margin-bottom: 40px;
    }

    #mobile-nav-trigger {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        padding: 2px;
        border: 1px solid #542201;
        background: url('images/beige-texture.jpg') 0 0 repeat;
        color: #542201;
        text-transform: uppercase;
        font-family: 'trade_gothic_bdcn';
    }

    #mobile-nav-trigger span {
        display: block;
        height: 100%;
        border: 1px solid #542201;
        padding: 10px 60px;
        background: url('images/burger.png') 20px center no-repeat;
    }

    #cart-button-mobile {
        display: block;
        margin-left: 40px;
        margin-right: 40px;
        float: right;
        position: relative;
        z-index: 20;
        top: -34px;
        margin-bottom: -34px;
        font-family: 'trade_gothic_bdcn';
    }

    #cart-button-mobile a {
        padding-left: 30px;
        text-transform: uppercase;
        display: block;
        color: #542201;
        font-family: 'trade_gothic_bdcn';
    }

    #wrap-primary {
        padding: 0 20px;
    }

    #primary {
        display: none;
        margin-top: -3px;
        padding-top: 0;
        padding-bottom: 2px;
        border-top: 0;
        position: relative;
    }

    #primary.open {
        display: block;
    }

    #primary ul {
        border-top: none;
        border-bottom: none;
        padding: 0;
        height: auto;
    }

    #primary ul li {
        display: block;
        clear: both;
        border-bottom: 1px solid #542201;
        padding-bottom: 0;
    }

    #primary ul li a {
        border-right: none;
        padding: 0 20px;
    }

    #primary ul li ul {
        display: none;
        position: static;
        border-top: 1px solid #542201;
        border-left: none;
        border-right: none;
        margin: 0;
        padding: 0;
        background: #ebd7b7;
        color: inherit;
        text-align: left;
        width: 100%;
        left: auto !important;
    }

    #primary ul li ul.open {
        display: block;
    }

    #primary ul li ul li {
        padding: 20px 0;
        width: 100%;
    }

    #primary ul li ul li a {
        padding: 0 30px;
        color: #b18560 !important;
        border: none;
    }

    #primary ul li ul:before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border: none;
        margin: 0;
    }

    #primary li a.has-children {
        display: block !important;
        z-index: 9999;
        width: 50px;
        height: 48px;
        border-left: 1px solid #542201;
        float: right;
        background: url('images/nav-arrow.jpg') center bottom no-repeat;
    }

    #primary li a.open {
        background: url('images/nav-arrow.jpg') center top no-repeat !important;
    }

    #current-lang-fr #primary {
    }

    #slide-container {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
        margin-bottom: 20px;
    }

    #slide-container li {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
    }

    #content, .customer-page {
        border-right: none;
        border-left: none;
    }

    #content .wrap-inner, .customer-page .wrap-inner {
        border-left: none;
        border-right: none;
    }

    #content article.post figure {
        display: none;
    }

    #sidebar {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }

    #sidebar #mixtape img {
        width: 100%;
    }

    #sidebar #events-container {
        margin-bottom: 0;
    }

    #sidebar #events-container #events-list li {
        min-height: 80px;
    }

    #sidebar #events-container #events-list li.more-events {
        min-height: 0;
    }

    #bybo-header {
        padding: 2px 0;
        border: 1px solid #542201;
        border-left: none;
        border-right: none;
        background: #f4e4ce;
        margin-bottom: 20px;
    }

    #bybo-header img {
        border: 1px solid #542201;
        border-left: none;
        border-right: none;
        display: block;
        margin-bottom: 2px;
    }

    #bybo-header .intro {
        border: 1px solid #542201;
        border-left: none;
        border-right: none;
        padding: 0px 20px;
    }

    #bybo-header .intro p {
        font-weight: bold;
        color: #542201;
    }

    #bybo-header .intro small {
        font-weight: normal;
    }

    .beer-collection {
        padding-left: 20px;
        padding-right: 20px;
    }

    .beer-collection .product-box .wrap-inner .beer-description {
        padding: 20px;
    }

    .beer-collection .product-box .wrap-inner .beer-img {
        padding: 20px;
    }

    .beer-collection .form .quantity {
        margin-left: 0;
        padding-left: 0;
    }

    .beer-collection .form .add {
        margin-right: 0;
        padding-right: 0;
    }

    .beer-collection .form input[type="number"] {
        border: 1px solid #c2a78c;
        outline: none;
        width: 40%;
        padding: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        clear: both;
        display: block;
    }

    .beer-collection .form .select-package {
        margin-bottom: 20px;
    }

    .single-post figure {
        margin: 20px 0 0 0;
        float: none;
        clear: both;
        width: auto;
        display: inline-block;
    }

    .product-description .total {
        text-align: right;
    }

    #buckets {
        padding-left: 20px;
        padding-right: 20px;
    }

    #buckets a {
        width: 49.0%;
    }

    #buckets a:nth-child(3) {
        clear: both;
        margin-left: 0;
        width: 49.0%;
    }

    #buckets a:nth-child(1),
  #buckets a:nth-child(2) {
        margin-bottom: 10px;
    }

    footer#website-footer .container {
        border-left: none;
        border-right: none;
        border-bottom: none;
        text-align: center;
        margin-top: 2px;
        margin-bottom: 0;
    }

    footer#website-footer .container .wrap-inside {
        border: none;
    }

    .beer-collection .product-box .beer-description {
        margin-top: 0;
    }

    .cart-item .show-mobile {
        display: inline;
        font-style: italic;
        color: #8e6038;
    }

    .cart-item input[type="number"] {
        width: 40%;
    }

    .cart-item img {
        width: 100%;
    }

    .cart-item .details {
        padding-left: 0;
    }

    .cart-checkout .subtotal {
        padding-top: 0px;
        text-align: right;
    }

    .cart-checkout .checkout {
        margin-top: 10px;
        clear: both;
        float: left;
    }

    .current-lang-fr #primary {
        margin: 0;
    }
}

#ly-languages-switcher {
    display: none;
}

.article-full {
    display: none;
}

#primary ul ul ul {
    display: none;
    left: 152% !important;
    top: -11px;
}

/* events */
.single-post .event-header {
    background: #542201;
    color: #f4e4ce;
    padding: 10px;
    width: 100%;
    line-height: 1;
    margin-top:30px;
}

.single-post .event-header > div {
    display: inline-block;
}

.single-post .event-header h4 {
    color: #f4e4ce;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.single-post #event-date-heading {
    width: 40%;
}

.single-post #event-info-heading {
    width: 55%;
}

.single-post .event .date {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    font-size: 16px;
}

.single-post .event .summary {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    font-size: 16px;
}

.single-post .event {
    background: #efdab9;
    padding: 10px;
    vertical-align: top;
}

.single-post .event:nth-child(even) {
    background: #f7e4c6;
} 

.blog_header {
    border-bottom: 1px dotted #542201;
}

.blog_header h1 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.blog_header p {
    font-size: 22px;
    line-height: 30px;
    padding-top:5px;
}



/* Distributors Map
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.map-container {
    background: #f4e4ce;
    border: 1px solid #542201;
    padding: 2px;
    background: url('images/beige-texture.jpg') 0 0 repeat;
    margin-bottom: 20px;
}

.map-container .wrap-inner {
    border: 1px solid #542201;
    padding: 2px;
}

#wrap-list {
    clear: both;
    float: left;
    margin-top: 20px;
    width:100%;
}

#wrap-list h2 {
    padding-bottom: 5px;
}

#distributors {
    margin-top: 20px;
    height:320px;
    overflow:auto;
    position:relative;
}

#map_canvas img {
    max-width: none !important;
}

.distributor > div {
    display: none;
    padding-bottom: 10px;
}

.distributor > div.show {
    display: block;
}

span.customSelect {
    font: 12px sans-serif;
    background: #fff url('images/dd.png') right center no-repeat;
    border: 1px solid #ddd;
    color: #555;
    padding: 7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width: 175px;
}

.customSelect.customSelectHover {
    border-color: #c7c7c7;
    background-color: #f5f5f5;
}

.customSelect.customSelectFocus {
    border-color: #9d2e29;
}

.customSelect.customSelectOpen {
}

.customSelect.customSelectChanged {
    -webkit-animation: changed 0.5s;
    -moz-animation: changed 0.5s;
    -ms-animation: changed 0.5s;
    animation: changed 0.5s;
}

@-webkit-keyframes changed {
    0%, 100% {
        -webkit-box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0);
        box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0);
    }

    50% {
        -webkit-box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0.5);
        box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0.5);
    }
}

@-moz-keyframes changed {
    0%, 100% {
        -moz-box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0);
        box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0);
    }

    50% {
        -moz-box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0.5);
        box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0.5);
    }
}

@keyframes changed {
    0%, 100% {
        box-shadow: 0px 0px 14px 5px rgba(1157, 46, 41, 0);
    }

    50% {
        box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0.5);
    }
}

@-ms-keyframes changed {
    0%, 100% {
        -ms-box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0);
        box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0);
    }

    50% {
        -ms-box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0);
        box-shadow: 0px 0px 14px 5px rgba(157, 46, 41, 0.5);
    }
}



/* Distributors No Map
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.distributors-list h2 {
    font-size: 18px;
    padding-top:20px;
    padding:10px;
    clear:both;
    display:block;
    background:#542201;
    color:#f4e4ce;
    margin:30px 0 0 0;
    text-transform: uppercase;
}

.distributors-list .distributors .distributor {
    margin:0;
    padding:10px;
    text-transform: uppercase;
}

.distributors-list .distributors .distributor .name {
    font-weight:bold;
}

.distributors-list .distributors .distributor:nth-child(odd) {
}

.distributor {
	border-bottom:1px dotted #542201;
}



/* Contact Forms
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#contactFormWrapper input, #contactFormWrapper textarea {
    color: #441800;
    background: #F6DAB7;
    border: solid 1px #441800;
}

#contactFormWrapper input[type=submit] {
    background: #441800;
    color: #F6DAB7;
    padding: 5px 30px;
}

#contactFormWrapper input[type=submit]:hover {
    color: #441800;
    background: #F6DAB7;
}


/* BYBO Styles 
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bybo-wrap {
    padding: 20px 0 10px 0;
    border-top: 2px dotted #6c4023;
    border-bottom: 2px dotted #6c4023;
}

.bybo-wrap button {
    border: none;
    outline: none;
    background: #9d2e29;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f4e4ce;
    text-transform: uppercase;
    width: 34%;
    float: right;
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
}

.bybo-wrap input {
    border: none;
    outline: none;
    background: white;
    color: #6c4023;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 64%;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    font-family: Georgia, sans-serif;
    margin: 10px 0;
}

.message, .unhappyMessage {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    display: block;
    clear: both;
    float: left;
    margin-top: 10px;
    font-family: 'trade_gothic_bdcn', sans-serif;
}

.message.error, .unhappyMessage {
    color: #FFF;
    background-color: #b32018;
}

.message.success {
    color: white;
    background-color: #698741;
}

.no--border-bottom {
    border-bottom: none;
}

.bybo-cart-questions .col {
    border-bottom: 2px dotted #6c4023;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.bybo-cart-questions .col span.note {
    color: #222;
    font-size: 13px;
}

.bybo-cart-questions fieldset {
    padding: 10px 0 20px;
}

.bybo-cart-questions input[type="text"],
#checkout_form #note {
    border: 1px solid #c2a78c;
    outline: none;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wrap-note .col {
    border-bottom: 2px dotted #6c4023;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bybo-cart-questions .required-field {
    color: red;
}


/* Customer Styles 
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.center--col {
    width: 320px;
    margin: 0 auto;
}

.center--col input {
    width: 100%;
}

.center--col .title {
    text-align: center;
}

.btn-red {
    border: none;
    outline: none;
    background: #9d2e29;
    width: 100%;
    padding: 15px 0;
    margin-top: 8px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f4e4ce;
    text-transform: uppercase;
}

.customer-page .large_form label {
    display: inline-block;
    width: 100px;
}

.customer-page .large_form {
    padding: 10px 0;
}

.customer-page input[type="text"],
.customer-page input[type="email"],
.customer-page input[type="password"] {
    border: 1px solid #c2a78c;
    outline: none;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.customer-page .note {
    padding-top: 10px;
    display: block;
}

.customer-page .separator {
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #6c4023;
    margin: 10px 0 20px 0;
}

.customer-page table, .customer-page table * {
    border-color: #6c4023 !important;
}

.customer-page table thead th {
    background-color: rgb(242, 228, 198);
}

/* Gravity Forms
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gform_fields input, .gform_fields textarea {
    outline:none;
    border:1px solid #ccc;
    background:white;
    padding:10px !important;
    border-radius:3px;
    font-size:12px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #F9E7CF;
    border: 1px solid #542201;
    padding: 2px;
    text-align: center;
    /*font-family: 'trade_gothic_bdcn';*/
}

@media(max-width:500px) {
    .wp-caption {
        width:100% !important;
    }
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 1px solid #542201;
    height: auto;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Fancybox
-------------------------------------------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


.product-box.col.three,
.product-box.col.one-third,
.product-box.col.four,
.product-box.col.six {
    text-align: center;
}