.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}

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

.flexslider {
    padding: 0
}

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

.flexslider .slides img {
    display: block
}

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

.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-js .slides>li:first-child {
    display: block
}

.flexslider {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    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
}

.flex-direction-nav a {
    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, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

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

.flexslider:hover .flex-next,
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev,
.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-size: 40px;
    display: inline-block
}

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

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

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

.flex-control-paging li a.flex-active {
    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: .8;
    cursor: pointer
}

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

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

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

body,
html {
    min-width: 260px
}

body {
    font-weight: 400;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

::-moz-selection {
    background: #ff0;
    color: #333
}

::selection {
    background: #ff0;
    color: #333
}

blockquote,
dl,
ol,
p,
ul {
    font-size: 15px;
    margin-bottom: 1.2em;
    line-height: 1.3em
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

a,
a:link,
a:visited {
    position: relative;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-transition: color .6s ease-in;
    -moz-transition: color .6s ease-in;
    -ms-transition: color .6s ease-in;
    -o-transition: color .6s ease-in;
    transition: color .6s ease-in
}

a:active,
a:hover {
    -webkit-transition: color 0 ease-in;
    -moz-transition: color 0 ease-in;
    -ms-transition: color 0 ease-in;
    -o-transition: color 0 ease-in;
    transition: color 0 ease-in
}

a img {
    display: block;
    text-decoration: none;
    border: none
}

img {
    border: none;
    -ms-interpolation-mode: bicubic
}

embed,
img,
object {
    max-width: 100%
}

.button {
    padding: 15px 0;
    width: 220px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: 0 0;
    border: 2px solid #000;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in
}

.button:hover {
    -webkit-transition: all 0 ease-in;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-transition: all 0 ease-in;
    -ms-transition: all 0 ease-in;
    -o-transition: all 0 ease-in;
    transition: all 0 ease-in
}

.button.disabled,
.button.disabled:hover {
    text-align: center;
    color: #b5b5b5;
    border-color: #b5b5b5;
    cursor: default
}

input,
textarea {
    padding: 10px 8px;
    width: 194px;
    border: none;
    border: 2px solid transparent;
    background: #ebebeb;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2)
}

input:focus,
textarea:focus {
    border: 2px solid #333;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
    outline: 0
}

label {
    display: block;
    float: left;
    width: 170px;
    padding-right: 30px;
    margin-top: 10px;
    text-align: right;
    font-size: 13px
}

@-webkit-keyframes reset {
    from,
    to {
        opacity: 0
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes reset {
    from,
    to {
        opacity: 0
    }
}

@-moz-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes reset {
    from,
    to {
        opacity: 0
    }
}

@-o-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes reset {
    from,
    to {
        opacity: 0
    }
}

@-ms-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes reset {
    from,
    to {
        opacity: 0
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade_in {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: .7s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: reset, fade-in;
    -moz-animation-duration: .7s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;
    -o-animation-name: reset, fade-in;
    -o-animation-duration: .7s;
    -o-animation-timing-function: ease-in;
    -o-animation-iteration-count: 1;
    -ms-animation-name: reset, fade-in;
    -ms-animation-duration: .7s;
    -ms-animation-timing-function: ease-in;
    -ms-animation-iteration-count: 1;
    animation-name: reset, fade-in;
    animation-duration: .7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1
}

#error {
    margin-top: -30px;
    margin-bottom: 40px
}

#error li {
    opacity: .5;
    filter: alpha(opacity=50);
    width: 690px;
    margin: 0 auto 2px;
    padding: 6px 0 3px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    background: #4ff2d9;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    font-weight: 400;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#badge {
    width: 100%;
    margin-top: 20px
}

#website+#badge {
    margin-top: 35px
}

#badge a {
    display: block;
    margin: 0 auto;
    width: 79px;
    height: 23px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/images/bc_badge.png) no-repeat
}


.strip {
    overflow: hidden;
    background: 0 0
}

.canvas {
    position: relative;
    width: 900px;
    margin: 0 auto;
    clear: both
}

#content {
    padding: 70px 0
}

#page_body {
    width: 530px;
    margin: 0 auto
}

#site_header header {
    margin: 0
}

#site_header header #store_name {
    width: 90%;
    margin: 60px auto 64px;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-right: 6px;
    text-align: center;
    white-space: normal
}

#site_header header #store_name a {
    border: none
}

#site_header #branding {
    text-align: center;
    padding: 40px 0 55px
}

#site_header #branding a img {
    margin: 0 auto
}

#site_header #branding a h2 {
    display: none
}

#site_footer footer {
    min-width: 900px;
    clear: both;
    float: left;
    margin: 65px auto 0;
    padding-bottom: 10px;
    text-align: center
}

#site_footer footer h3 {
    display: none
}

#site_footer ul {
    text-decoration: none;
    border: none
}

#site_footer li {
    display: inline-block;
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased;
    zoom: 1
}

#site_footer li a {
    display: inline-block;
    padding: 0 8px;
    border: none;
    zoom: 1
}

#site_footer footer p {
    font-size: 11px;
    font-style: italic
}

#site_footer #website {
    display: block;
    margin: 35px auto 20px;
    width: 140px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 1px solid #000
}

#site_footer #website:hover {
    border-color: #777
}

#site_footer #search form {
    display: inline-block;
    zoom: 1
}

#site_footer #search input {
    display: none;
    padding: 0;
    width: auto;
    border: none;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased
}

#main_nav {
    overflow: hidden;
    margin: 0 auto;
    text-align: center
}

#main_nav ul {
    margin: 0
}

#main_nav li {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    border-bottom: 1px solid #e5e5e5
}

#main_nav li a {
    display: block;
    padding: 20px 17px 13px;
    border: 0
}

#mobile_nav {
    display: none
}

#cart_items li .item_option,
#cart_summary li h3,
#product_inventory li h5,
#social_links li h4,
.product_header h3,
.product_header h5,
.standalone .canvas p,
body {
    font-family: "Times New Roman", Times, serif
}

#cart_items li .quantity_input input,
#cart_items li dd,
#cart_items li dt,
#cart_options #cart_discount p,
#cart_summary li span,
#error li,
#main_nav li,
#site_footer #search input,
#site_footer ul,
.button,
.standalone .canvas h1,
h1,
h2,
h3,
h4,
h5,
h6,
input {
    font-family: "Varela Round", sans-serif
}

#cart_page #site_header,
#cart_summary,
#checkout_page #content,
#contact_page #content,
#maintenance_page #content,
#product_page #content,
#success_page #content,
.custom #content {
    background-color: #f0f0f0
}

#cart_items li .quantity_input input,
#error li,
#main_nav li a:hover,
#main_nav li.selected a,
blockquote,
body,
dl,
ol,
p,
ul {
    color: #333
}

#cart_items li .item_option,
#cart_items li .item_quantity,
#cart_page #cart_empty p,
#main_nav li a,
#product_description h3,
#product_inventory h3,
#site_footer footer p,
#social_links li h4,
#success_page #content .canvas p,
.alert-noproducts,
.standalone .canvas p {
    color: #999
}

#contact_page #page_body p:first-child,
#site_footer #search input,
.custom #page_body p:first-child,
.page_header.product_header h5 {
    color: #666
}

a,
a:link,
a:visited {
    color: #333
}

#site_header header #store_name a:hover,
a:active,
a:hover {
    color: #888
}

#site_footer footer h3,
#site_header header #store_name a,
#site_header header h1 a,
#site_header header h1 a:hover,
.product_header.page_header h1,
.product_header.page_header h3,
.standalone .canvas h1 {
    color: #333
}

.page_header.product_header .dash {
    background: #333
}

.product a:hover {
    background-color: #000
}

#cart_items,
#cart_items li,
#cart_options,
#cart_page #cart_empty,
#cart_page #site_footer,
#cart_summary,
#cart_summary li,
#contact_links,
#contact_links.no_intro,
#contact_page #page_body p:first-child,
#main_nav li,
#more_products,
#more_products nav,
#product_inventory,
#site_footer ul,
#site_footer ul li,
#social_links,
#social_links li,
.category_nav {
    border-color: #e5e5e5!important
}

.button {
    border-color: #000;
    color: #000
}

.button:hover {
    border-color: #777;
    color: #777
}

#product_inventory .bar {
    background: #e5e5e5
}

#product_inventory .bar span {
    background: #999
}

#home_page #content,
#products_page #content {
    margin-top: 0;
    padding: 0;
    background: 0 0
}

#products_page #content {
    margin-top: -10px
}

#products_page #products {
    margin-bottom: 30px
}

#products {
    float: left;
    clear: both;
    margin: 0 0 0 -30px;
    line-height: 0
}

#products.double_product,
#products.single_product {
    float: none;
    margin: 0 auto;
    overflow: hidden
}

#products.double_product {
    left: -15px;
    position: relative;
    width: 620px
}

#products.single_product {
    float: none;
    margin: 0 auto;
    width: 280px
}

#products.single_product .product {
    margin-left: 0
}

.product,
.product_header {
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out
}

.no_transition .product,
.no_transition .product_header {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.product {
    position: relative;
    float: left;
    width: 280px;
    height: 280px;
    margin: 0 0 30px 30px;
    background: 0 0
}

.product a {
    position: static;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #fff!important;
    border-radius: 4px;
    background: 0 0;
    border: none
}

.product a:hover {
    color: #fff!important
}

.product .product_header {
    position: absolute;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 auto;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product_header h1,
.product_header h2,
.product_header h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7)
}

.product_header h1,
.product_header h2 {
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.product_header h3 {
    margin-left: -1px
}

.product_header h3 span {
    position: relative;
    top: -3px;
    font-size: .7em
}

.product_header .dash {
    display: block;
    width: 24px;
    height: 1px;
    margin: 6px auto 10px;
    background: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7)
}

.product_header h5 {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    font-size: 11px;
    font-style: italic;
    color: #ddd;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7)
}

.product_thumb {
    position: absolute;
    margin: 0 auto;
    top: 0;
    overflow: hidden;
    height: 280px
}

.product_thumb img {
    width: 280px;
    border-radius: 4px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product_thumb img.no_transform {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.product:hover {
    background: 0 0
}

.product a:hover {
    overflow: hidden;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.product a:hover .product_header {
    opacity: .9;
    filter: alpha(opacity=90);
    margin-top: 40%;
    position: relative;
    top: 11%
}

.product a:hover .product_thumb {
    opacity: .4;
    filter: alpha(opacity=40)
}

.product a:hover .product_thumb img {
    border-radius: 0
}

#pagination {
    float: left;
    width: 100%;
    margin: 2px 0 56px;
    text-align: center;
    font-size: 13px
}

#pagination a,
#pagination span {
    padding: 8px 4px;
    border: none
}

#pagination .disabled,
#pagination .next,
#pagination .previous {
    display: none
}

#pagination .current {
    text-decoration: underline
}

.category_nav {
    clear: both;
    padding: 28px 0 10px;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.category_nav:first-child {
    position: relative;
    z-index: 4;
    margin-top: 0;
    margin-bottom: 60px
}

.category_nav nav {
    text-align: center;
    width: 100%;
    margin: 0
}

.category_nav.double nav.artists,
.category_nav.double nav.categories {
    width: 44%;
    display: inline-block
}

.category_nav.double nav.categories {
    text-align: right;
    margin-right: 40px
}

.category_nav.double nav.artists {
    text-align: left;
    margin-left: 40px
}

.category_nav h3 {
    display: inline-block;
    padding: 0 8px 0 0;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased
}

.category_nav ul {
    display: inline-block
}

.category_nav li {
    display: inline-block;
    font-size: 13px
}

.category_nav li:before {
    content: "/";
    padding: 0 4px 0 0
}

.category_nav li a {
    border: none
}

.category_nav li.selected a {
    text-decoration: underline
}

.category_nav li:first-child:before {
    content: "\00a0"
}

.alert-noproducts {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #999
}

.page_header.product_header.fixed {
    position: fixed!important
}

.page_header.product_header h1,
.page_header.product_header h3 {
    text-shadow: none
}

.page_header.product_header h1 {
    font-size: 24px;
    text-transform: uppercase;
    word-wrap: break-word
}

.page_header.product_header h3 {
    font-size: 20px;
    margin-left: -4px
}

.page_header.product_header h3 span {
    position: relative;
    top: -5px;
    font-size: .6em
}

.page_header.product_header .dash {
    height: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page_header.product_header h5 {
    top: -19px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page_header {
    margin-bottom: 30px
}

#product_page #content .product_header {
    position: relative;
    float: left;
    width: 220px;
    margin-top: 10px;
    margin-bottom: 0
}

#product_info {
    float: left;
    clear: left;
    width: 220px;
    margin-top: 22px
}

#product_description h2,
#product_description h3 {
    margin: 0 0 .5em;
    font-size: 14px
}

#product_description h3 {
    font-size: 12px
}

#product_description ol,
#product_description ul {
    list-style-type: circle;
    list-style-position: outside;
    width: 100%
}

#product_images {
    float: right;
    position: relative;
    max-width: 550px;
    margin-top: 2px
}

#product_images li {
    margin-bottom: 15px;
    line-height: 0
}

#product_images .slides li:last-child {
    margin-bottom: 0
}

#product_images li img {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#product_inventory {
    margin: 35px 0 0;
    padding: 18px 10px 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

#product_inventory h3 {
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .3em;
    text-align: center
}

#product_inventory li {
    width: 200px
}

#product_inventory li h5 {
    margin-top: 7px;
    font-size: 12px
}

#product_inventory .bar {
    width: 100%;
    height: 2px
}

#product_inventory .bar span {
    display: block;
    height: 2px
}

#product_inventory .bar span em {
    display: none
}

#product_form {
    margin-top: 40px
}

#product_form select {
    width: 220px;
    margin-bottom: 15px
}

#product_info .button.disabled {
    margin-top: 40px
}

#social_links {
    width: 100%;
    margin-top: 40px;
    border: 1px solid #ccc
}

#social_links li {
    padding: 0;
    height: 40px;
    text-align: center;
    border-top: 1px solid #ccc
}

#social_links li:first-child {
    border: none
}

#social_links li h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px
}

#social_links .social_action {
    display: none;
    position: relative;
    top: 10px
}

#social_links li .social_action a {
    border: none!important
}

#social_links li:hover h4 {
    display: none
}

#social_links li:hover .social_action {
    display: block
}

#social_links #social_facebook:hover,
#social_links #social_pinterest:hover,
#social_links #social_tweet:hover {
    padding-bottom: 0
}

#social_links #social_facebook iframe {
    margin: 0 auto 0 30px
}

#social_links #social_tweet iframe {
    width: 50%!important;
    margin-left: 30px!important
}

#social_links #social_pinterest iframe {
    width: 50%!important;
    margin-left: 60px!important
}

#more_products {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: 39px;
    padding-bottom: 31px;
    border-bottom: 1px solid #e5e5e5
}

#more_products h3:first-child {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px
}

#more_products ul#products {
    margin-top: 39px
}

#more_products nav {
    position: absolute;
    top: 0;
    right: 0
}

#more_products nav li {
    margin-top: 3px;
    display: inline-block;
    font-size: 13px
}

#more_products nav li:first-child {
    min-width: 103px
}

#more_products ul#products li:nth-child(4) {
    display: none
}

#more_products.no_products {
    margin-top: 0;
    padding: 20px 0
}

#more_products.no_products nav {
    position: relative;
    text-align: center
}

#more_products.no_products nav ul {
    margin-bottom: 0
}

#more_products nav li:before {
    content: "/";
    padding: 0 4px 0 0
}

#more_products nav li:first-child:before {
    content: ""
}

#more_products nav li a {
    padding: 5px 3px 3px;
    border: none;
    text-decoration: underline
}

#contact_page #page_body p:first-child,
.custom #page_body p:first-child {
    font-size: 20px;
    line-height: 28px;
    font-style: italic
}

#about_page #page_body img {
    margin-bottom: 1.5em;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .4)
}

.custom #page_body h1,
.custom #page_body h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 1.5em 0 .7em;
    line-height: 1.2em
}

.custom #page_body h1 {
    font-size: 20px
}

.custom #page_body h3,
.custom #page_body h4 {
    font-size: 14px;
    line-height: 1.1em;
    margin: 1.8em 0 .7em
}

.custom #page_body h4 {
    font-size: 12px
}

.custom #page_body ul {
    list-style-type: circle;
    list-style-position: inside;
    width: 100%
}

.custom #page_body ol {
    list-style-type: decimal;
    list-style-position: inside;
    width: 100%
}

#contact_page #page_body p:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5
}

#contact_page #page_body p#thank_you {
    padding-bottom: 0!important;
    border: none!important;
    text-align: center
}

#contact_links {
    padding-bottom: 15px;
    margin-top: -10px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5
}

#contact_links.no_intro {
    margin-top: 40px;
    padding-top: 14px;
    border-top: 1px solid #e5e5e5
}

#contact_links li {
    display: inline-block;
    font-size: 13px
}

#contact_links li:after {
    content: "/";
    padding: 0 0 0 4px
}

#contact_links li:last-child:after {
    content: ""
}

#contact_links li a {
    border: none
}

#contact_form {
    width: 100%
}

#contact_form ul {
    margin-bottom: 40px
}

#contact_form li {
    padding: 4px 0
}

#contact_form label {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    text-align: left
}

#contact_form input,
#contact_form textarea {
    width: 510px;
    margin: 0
}

#contact_form textarea {
    height: 180px
}

#captcha_img {
    overflow: hidden
}

#captcha_img #captcha_phrase {
    float: right
}

#captcha_img input {
    float: left;
    width: 365px;
    padding: 17px 8px;
    margin-right: 20px
}

#captcha_img img {
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#contact_page #contact_button {
    clear: both
}

#cart_page #site_footer footer {
    margin-top: 0
}

#cart-form {
    padding: 0 15px
}

#cart-form.no_options {
    overflow: hidden;
    margin-bottom: 80px
}

#cart_description {
    float: left;
    width: 580px
}

#cart_items {
    float: left;
    width: 580px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5
}

#cart_items ul {
    margin-bottom: 0
}

#cart_items li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 0;
    border-top: 1px solid #e5e5e5
}

#cart_items .item_image {
    float: left;
    margin: 20px 40px 20px 100px;
    text-align: center;
    width: 90px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: box;
    box-pack: center;
    box-align: center
}

#cart_items .item_image img {
    max-height: 60px;
    max-width: 90px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    margin: 0 auto
}

#cart_items li dl {
    line-height: 0;
    margin: 31px 0 18px
}

#cart_items li.with_option dl {
    margin-top: 21px
}

#cart_items li dd,
#cart_items li dt {
    line-height: 1.3em;
    font-size: 16px
}

#cart_items li dt a {
    border: none
}

#cart_items li dt {
    width: 83%;
    margin: 0 0 3px
}

#cart_items li .item_price {
    font-size: 14px
}

#cart_items li .item_option {
    margin-top: 3px;
    font-size: 13px;
    font-style: italic
}

#cart_items li .quantity_input {
    position: absolute;
    top: 50%;
    right: 33px;
    margin-top: -20px
}

#cart_items li .quantity_input input {
    width: 20px;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    text-align: center;
    border-radius: 0;
    filter: alpha(opacity=40)
}

#cart_items li .quantity_input input:focus {
    color: #000
}

#cart_items li .item_quantity {
    position: relative;
    top: -1px;
    left: 2px;
    font-size: 13px
}

#cart_items li .remove_item {
    opacity: .5;
    filter: alpha(opacity=50);
    position: absolute;
    z-index: 5;
    left: 40px;
    top: 50%;
    margin-top: -12px;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    border: none;
    -webkit-transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -ms-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
    transition: opacity .6s ease-in;
    background: url(/images/remove_item_2x.png) 0 0/26px no-repeat
}

#cart_items li .remove_item:hover {
    opacity: 1;
    -webkit-transition: opacity 0 ease-in;
    -moz-transition: opacity 0 ease-in;
    -ms-transition: opacity 0 ease-in;
    -o-transition: opacity 0 ease-in;
    transition: opacity 0 ease-in
}

#cart_options {
    float: left;
    width: 580px;
    padding-bottom: 10px;
    margin: 20px 0 0;
    border-bottom: 1px solid #e5e5e5
}

#cart_options.solo_update {
    margin-top: 40px;
    border: none
}

#cart_options li {
    margin-bottom: 10px
}

#cart_options label {
    margin-left: 27px
}

#cart_options select {
    margin-top: 11px;
    width: 215px
}

#cart_options .no_shipping {
    display: block;
    margin-left: 227px;
    font-size: 13px;
    margin-top: 5px;
    color: red
}

#cart_options #cart_discount p {
    font-size: 12px;
    padding: 13px 0
}

.cart-update {
    margin-left: 227px;
    margin-bottom: 20px
}

.cart-update .button {
    font-size: 12px;
    padding: 12px 0;
    width: 213px
}

#cart_summary {
    float: right;
    width: 250px;
    padding-top: 10px;
    background: #f0f0f0
}

#cart_summary ul {
    padding: 0 13px
}

#cart_summary li {
    overflow: hidden;
    padding: 12px 0 4px;
    border-bottom: 1px solid #ddd
}

#cart_summary li h3 {
    float: left;
    font-size: 13px
}

#cart_summary li span {
    float: right;
    font-size: 13px;
    line-height: 20px
}

#cart_summary li span span {
    float: none
}

#cart_summary li#cart-shipping-tax.not_set span {
    font-size: 11px
}

#cart_summary #cart_total {
    padding-top: 20px;
    border: none
}

#cart_summary #cart_total h3 {
    font-style: italic;
    line-height: 26px
}

#cart_summary #cart_total h2 {
    float: right;
    font-size: 20px
}

#cart_summary #cart_total span {
    float: none;
    position: relative;
    top: -6px;
    font-size: 11px
}

#cart_summary button {
    width: 230px;
    margin: 0 0 10px 10px
}

#cart_page #cart_empty {
    padding-bottom: 60px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: -50px
}

#cart_page #cart_empty p {
    margin-top: 15px;
    font-size: 20px;
    font-style: italic;
    text-align: center
}

#success_page #content .canvas {
    text-align: center
}

#success_page #content .canvas h1 {
    font-size: 22px;
    line-height: 1.3em
}

#success_page #content .canvas p {
    width: 400px;
    margin: 15px auto 1.5em;
    font-style: italic
}

#success_page #content .canvas a {
    font-size: 15px
}

.standalone .canvas {
    width: 45%;
    max-width: 450px;
    padding: 33px 30px 15px;
    margin: 20% auto 0;
    text-align: center;
    border: 3px solid #333
}

#checkout_page .canvas {
    padding: 25px 30px 20px
}

.standalone .canvas h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em
}

.standalone .canvas p {
    margin-top: 10px;
    font-style: italic
}

.ie #social_links li h4 {
    display: none
}

.ie #social_links .social_action {
    display: block
}

.ie #cart_items li .quantity_input input {
    line-height: 1em;
    height: auto;
    padding: 12px 8px 8px
}

.ie .flex-direction-nav .flex-next,
.ie .flex-direction-nav .flex-prev {
    display: none
}

@media screen and (max-width:560px),
screen and (max-device-width:560px) and (orientation:landscape) {
    blockquote,
    dl,
    ol,
    p,
    ul {
        font-size: 17px;
        line-height: 1.4em
    }
    .button {
        display: block;
        width: 100%;
        padding: 17px 0!important
    }
    #error {
        width: 90%;
        margin: -10px auto 30px
    }
    #error li {
        width: 100%;
        padding: 6px 0 3px
    }
    .strip {
        overflow: hidden;
        background: 0 0
    }
    .canvas {
        position: relative;
        width: 100%;
        margin: 0 auto;
        clear: both
    }
    .standalone .canvas {
        width: 65%
    }
    #content {
        margin-top: 0;
        padding: 40px 0
    }
    .section.shop #content {
        padding-top: 20px
    }
    #page_body {
        width: 90%;
        margin: 0 auto
    }
    #main_nav {
        display: none
    }
    #mobile_nav {
        display: block;
        margin-bottom: 30px;
        text-align: center
    }
    #mobile_nav li {
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        -webkit-font-smoothing: subpixel-antialiased;
        text-decoration: underline
    }
    #mobile_nav li a {
        display: block;
        padding: 20px 15px 13px;
        border: 0
    }
    #site_header header #store_name {
        margin: 30px auto 0;
        font-size: 36px;
        letter-spacing: 3px;
        padding-right: 3px
    }
    #site_header #branding {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0 5px
    }
    #site_footer footer {
        min-width: 0;
        margin-top: 30px
    }
    #site_footer footer h3 {
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 3px
    }
    #site_footer ul {
        width: 90%;
        margin: 0 auto;
        border-top: 1px solid #e5e5e5
    }
    #site_footer li {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        font-family: "Times New Roman", Times, serif
    }
    #site_footer li a {
        display: block;
        padding: 8px 0;
        border: none
    }
    #site_footer footer p {
        margin-top: 30px
    }
    #site_footer #search input {
        width: 95%;
        padding: 10px 5px;
        background: #fff;
        border: none
    }
    #products {
        width: 100%;
        margin: 0!important
    }
    #products.double_product,
    #products.single_product {
        float: none;
        margin: 0;
        width: 100%;
        left: 0
    }
    .product,
    .product_header,
    .product_thumb,
    .product_thumb img {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        border-radius: 0!important
    }
    .product {
        float: none;
        overflow: hidden;
        width: 100%;
        height: 150px;
        margin: 0;
        border-radius: 0!important;
        background: #000;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
    }
    .product a:hover,
    .product:hover {
        border-radius: 0;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
    }
    .product a {
        border-radius: 0
    }
    .product:first-child {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .product .product_header {
        opacity: 1;
        filter: alpha(opacity=10);
        width: 100%
    }
    .product a:hover .product_header {
        opacity: 1;
        filter: alpha(opacity=1);
        width: 100%;
        margin: 0 auto;
        top: 60%
    }
    .product_thumb {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: .4;
        filter: alpha(opacity=40);
        border-radius: 0
    }
    .product .product_thumb img {
        min-width: 100%;
        width: 100%;
        height: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: 0
    }
    .product a:hover .product_thumb img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: 0
    }
    .category_nav:first-child {
        margin-top: 10px;
        margin-bottom: 0
    }
    .category_nav.double nav.artists,
    .category_nav.double nav.categories {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 0
    }
    .category_nav h3 {
        margin-bottom: 6px
    }
    .category_nav li a {
        padding: 10px 4px
    }
    #pagination {
        margin-top: 30px;
        margin-bottom: 28px
    }
    #pagination a,
    #pagination span {
        padding: 8px 10px;
        border: none
    }
    #product_page #content .product_header {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px
    }
    #product_images {
        float: none;
        width: 90%;
        margin: 0 auto
    }
    #product_images li img {
        min-width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }
    #product_images li {
        margin-bottom: 5px
    }
    #product_images .flex-control-nav {
        bottom: -25px
    }
    #product_info {
        float: none;
        clear: none;
        width: 90%;
        margin: 40px auto 0
    }
    #product_inventory {
        margin: 35px 0 0;
        padding: 15px 15px 2px
    }
    #product_inventory h3 {
        margin-bottom: 10px;
        font-size: 11px;
        text-align: left
    }
    #product_inventory li {
        width: 100%
    }
    #product_inventory li h5 {
        font-size: 13px
    }
    #product_form {
        margin-top: 38px
    }
    #product_form select {
        width: 100%
    }
    #social_links {
        margin-bottom: 0
    }
    #social_links li {
        height: 50px
    }
    #social_links li h4 {
        display: none
    }
    #social_links .social_action {
        display: block;
        top: 16px
    }
    #social_links #social_facebook iframe,
    #social_links #social_pinterest iframe,
    #social_links #social_tweet iframe {
        margin-left: 32%!important
    }
    #more_products {
        margin-top: 0;
        padding-bottom: 0
    }
    #more_products h3:first-child {
        padding-top: 35px;
        text-align: center
    }
    #more_products ul#products {
        overflow: hidden;
        margin-top: 30px!important
    }
    #more_products nav {
        clear: both;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        border-top: 1px solid #E5E5E5;
        padding: 18px 0 5px
    }
    #contact_links li a,
    #more_products nav li a {
        padding: 10px 4px
    }
    #contact_form {
        float: left
    }
    #contact_form ul {
        margin-bottom: 25px
    }
    #contact_form li {
        padding: 0
    }
    #contact_form input,
    #contact_form textarea {
        width: 95%;
        margin: 0 auto
    }
    #captcha_img input {
        float: left;
        width: 53%;
        padding: 17px 8px;
        margin-right: 0
    }
    #contact_page #contact_button {
        width: 100%;
        clear: both
    }
    #cart_page #site_footer footer {
        margin-top: 30px
    }
    #cart_page #content {
        padding-bottom: 0
    }
    #cart-form {
        padding: 0
    }
    #cart-form.no_options {
        margin-bottom: 0
    }
    #cart_description {
        width: auto;
        float: none
    }
    #cart_items {
        float: left;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    #cart_items li {
        float: none
    }
    #cart_items li dl {
        margin-top: 21px
    }
    #cart_items .item_image {
        float: left;
        margin: 20px 20px 20px 8px
    }
    #cart_items li .item_quantity {
        display: inline
    }
    #cart_items li .quantity_input {
        display: none
    }
    #cart_items li .remove_item {
        opacity: 1;
        left: 89%
    }
    #cart_options {
        float: none;
        clear: both;
        width: 90%;
        padding: 15px 0 2px;
        margin: 0 auto;
        border-bottom: none
    }
    #cart_options li {
        margin-bottom: 10px
    }
    #cart_options label {
        float: none;
        margin: 0;
        text-align: left
    }
    #cart_options select {
        margin-top: 3px;
        width: 100%
    }
    #cart_options input {
        width: 94%
    }
    #cart_options .no_shipping {
        margin-top: 0;
        margin-left: 0
    }
    #cart_options #cart_discount p {
        padding: 3px 0 0
    }
    .solo_update {
        display: none
    }
    .cart-update {
        margin-left: 0
    }
    .cart-update .button {
        width: 100%
    }
    #cart_summary {
        float: none;
        clear: both;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 10px;
        border-top: none
    }
    #cart_summary ul {
        padding: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    #cart_summary button {
        float: none;
        width: 90%;
        margin: 0 auto 2px
    }
}

@media screen and (min-width:560px) and (max-width:768px) {
    .button {
        display: block
    }
    #error {
        width: 90%;
        margin: -5px auto 30px
    }
    .strip {
        overflow: hidden;
        background: 0 0
    }
    .canvas {
        position: relative;
        width: 640px!important;
        margin: 0 auto;
        clear: both
    }
    .standalone .canvas {
        width: 95%
    }
    #content {
        margin-top: 0;
        padding: 40px 0
    }
    #page_body {
        width: 640px;
        margin: 0 auto
    }
    #contact_page #page_body,
    .custom #page_body {
        width: 550px
    }
    #site_header {
        margin: 0 auto
    }
    #site_footer footer {
        min-width: 0;
        float: none
    }
    #main_nav {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }
    #home_page #site_footer footer {
        margin-top: 0
    }
    #products {
        float: none;
        overflow: hidden;
        clear: both;
        width: 640px;
        margin: 0 auto 30px -5px
    }
    .category_nav:first-child {
        margin-top: 10px
    }
    .category_nav.double nav.artists,
    .category_nav.double nav.categories {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 0
    }
    .category_nav li a {
        padding: 10px 4px
    }
    #products_page #pagination {
        margin-top: 0;
        margin-bottom: 50px
    }
    #pagination a,
    #pagination span {
        padding: 8px 10px;
        border: none
    }
    #product_page #content .product_header {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px
    }
    #product_images {
        float: none;
        width: 92%;
        margin: 0 auto
    }
    #product_images li img {
        min-width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }
    #product_images li {
        margin-bottom: 5px
    }
    #product_images .flex-control-nav {
        bottom: -25px!important
    }
    #product_info {
        float: none;
        clear: none;
        width: 70%;
        margin: 40px auto
    }
    #product_inventory {
        margin: 35px 0 0;
        padding: 15px 15px 2px
    }
    #product_inventory h3 {
        margin-bottom: 10px;
        font-size: 11px;
        text-align: left
    }
    #product_inventory li {
        width: 100%
    }
    #product_inventory li h5 {
        font-size: 13px
    }
    #product_form {
        margin-top: 30px
    }
    #product_form select {
        width: 100%
    }
    .button {
        padding: 17px 0!important;
        width: 100%
    }
    #social_links {
        margin-top: 30px
    }
    #social_links li {
        height: 50px
    }
    #social_links li h4 {
        display: none
    }
    #social_links .social_action {
        display: block;
        top: 16px
    }
    #social_links #social_facebook iframe,
    #social_links #social_pinterest iframe,
    #social_links #social_tweet iframe {
        margin-left: 32%!important
    }
    #more_products {
        padding-bottom: 0
    }
    #more_products.no_products {
        margin-top: 0;
        padding: 0 0 20px
    }
    #more_products.no_products nav {
        padding-top: 20px
    }
    #more_products h3:first-child {
        text-align: center
    }
    #more_products ul#products {
        overflow: hidden;
        margin-top: 30px
    }
    #more_products ul#products li:nth-child(3) {
        display: none
    }
    #more_products nav {
        clear: both;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        border-top: 1px solid #E5E5E5;
        padding: 15px 0 5px
    }
    #more_products nav li a {
        padding: 10px 4px
    }
    #contact_page #page_body {
        margin-bottom: 40px
    }
    #contact_links li a {
        padding: 10px 4px
    }
    #contact_form input,
    #contact_form textarea {
        width: 96%;
        margin: 0 auto
    }
    #captcha_img input {
        float: left;
        width: 70%;
        padding: 17px 8px;
        margin-right: 0
    }
    #contact_page #contact_button {
        width: 100%;
        clear: both
    }
    #cart_page #site_footer {
        border-top: 1px solid #e5e5e5
    }
    #cart_page #site_footer footer {
        margin-top: 30px
    }
    #cart-form {
        padding: 0
    }
    #cart_description {
        width: auto;
        float: none
    }
    #cart_items {
        float: none;
        width: 70%;
        margin: 0 auto
    }
    #cart_items li {
        float: none
    }
    #cart_items .item_image {
        float: left;
        margin: 20px 10px 20px 20px
    }
    #cart_items li .item_quantity {
        display: inline
    }
    #cart_items li .quantity_input {
        display: none
    }
    #cart_items li .remove_item {
        opacity: 1;
        filter: alpha(opacity=1);
        left: 92%
    }
    #cart_options {
        float: none;
        clear: both;
        width: 70%;
        margin: 0 auto;
        padding: 30px 0 10px;
        border: none
    }
    #cart_options label {
        float: none;
        margin: 0;
        text-align: left
    }
    #cart_options select {
        margin-top: 3px;
        width: 100%
    }
    #cart_options input {
        width: 96%
    }
    #cart_options .no_shipping {
        margin-top: 0;
        margin-left: 0
    }
    #cart_options #cart_discount p {
        padding: 3px 0 0
    }
    .solo_update {
        display: none
    }
    .cart-update {
        margin-left: 0
    }
    .cart-update .button {
        width: 100%
    }
    #cart_summary {
        float: none;
        width: 70%;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 10px;
        background: #fff;
        border: none
    }
    #cart_summary ul {
        padding: 15px;
        border-top: 0
    }
    #cart_summary button {
        width: 100%;
        margin: 0 auto 10px
    }
} /* End Main 768px rules */








@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    #social_links li h4 {
        display: none
    }
    #social_links .social_action {
        display: block
    }
}

.flexslider {
    margin: 0 auto 80px
}

.flexslider .slides img {
    margin: 0 auto;
    width: 100%
}

.slides {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.flex-viewport {
    border-radius: 4px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.flexslider .slides>li {
    transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px)
}

.flex-direction-nav li a {
    background-image: url(/images/slideshow_arrows.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .7);
    background-size: 65px auto;
    border: none;
    height: 66px;
    margin: -33px 0 0;
    position: absolute;
    text-indent: 9999px;
    width: 33px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.flex-direction-nav li a:hover {
    background-color: rgba(0, 0, 0, 1)
}

.flex-direction-nav .flex-prev {
    background-position: 6px 15px;
    border-radius: 3px;
    left: 18px
}

.flex-direction-nav .flex-next {
    background-position: -38px 15px;
    border-radius: 3px;
    right: 18px
}

.flex-control-paging li {
    border-radius: 50%;
    height: 11px;
    margin: 6px;
    width: 11px;
    -webkit-backface-visibility: hidden
}

.flex-control-paging li a {
    background: #333;
    border-radius: 50%;
    border: none;
    opacity: .5;
    filter: alpha(opacity=50)
}

.flex-control-paging li a:hover {
    background: #333;
    opacity: .7;
    filter: alpha(opacity=70)
}

.flex-control-paging li a.flex-active {
    background: #333;
    opacity: .3;
    filter: alpha(opacity=30)
}

@media screen and (max-width:768px) {
    .flex-direction-nav .flex-next,
    .flex-direction-nav .flex-prev {
        display: none
    }
    .flexslider .slides img {
        border-radius: 0
    }
    .flexslider {
        margin-bottom: 50px
    }
    .flexslider .flex-control-nav {
        bottom: -35px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .flex-direction-nav .flex-next,
    .flex-direction-nav .flex-prev {
        display: none
    }
}

.custom #page_body .flexslider ul {
    list-style: none
}

#page_body .flex-direction-nav a {
    display: none
}

#about_page #page_body .flexslider img {
    box-shadow: none;
    margin-bottom: 0
}

html.slide,
html.slide body {
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 20px;
    height: 60px;
    border-style: solid;
    margin-top: -38px;
    background: url(/images/slideshow_arrows.png) top left/120px 60px no-repeat
}

.fp-controlArrow.fp-prev {
    left: 15px
}

.fp-controlArrow.fp-next {
    right: 15px;
    background-position: -100px
}

.fp-scrollable {
    overflow: scroll
}

.fp-easing {
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav li {
    display: inline-block
}

#fp-nav li a,
.fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #333
}

#fp-nav span,
.fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: 0 0;
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px
}

.fp-tooltip.right {
    right: 20px
}

.fp-tooltip.left {
    left: 20px
}

html.slide,
html.slide body {
    margin: 0;
    overflow: hidden;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    transition: opacity 400ms
}

.onepage-wrapper,
body,
html {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%
}

.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d
}

.onepage-wrapper .section {
    width: 100%;
    height: 100%
}

.onepage-pagination {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0
}

.onepage-pagination li {
    padding: 0;
    text-align: center
}

.onepage-pagination li a {
    padding: 10px;
    width: 4px;
    height: 4px;
    display: block
}

.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, .85);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.onepage-pagination li a.active:before {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 1px solid #000;
    margin-top: -4px;
    left: 8px
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
    overflow: auto
}

.disabled-onepage-scroll .onepage-wrapper .section {
    position: relative!important;
    top: auto!important;
    left: auto!important
}

.disabled-onepage-scroll .onepage-wrapper {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    transform: none!important;
    -ms-transform: none!important;
    min-height: 100%
}

.disabled-onepage-scroll .onepage-pagination {
    display: none
}

.disabled-onepage-scroll .onepage-wrapper,
body.disabled-onepage-scroll,
html {
    position: inherit
}

* {
    box-sizing: border-box
}

body {
    position: relative;
    background: #000;
    font-family: adobe-text-pro, Georgia, serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: league-gothic, sans-serif
}

#optimus-prime {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: fixed;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 9999;
    text-align: center;
    font-family: league-gothic, serif;
    text-transform: uppercase;
    font-size: 28px;
    padding: 10px 0
}

#optimus-prime .menu-link {
    text-shadow: 0 0 4px #000;
    position: absolute!important;
    top: -50px;
    color: #fff!important;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    z-index: 999999;
    border-bottom: none;
    text-indent: -99999px;
    overflow: hidden;
    background: url(images/hamburger-icon.png) center/30px no-repeat;
    margin-left: 10px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media only screen and (min-width:737px) {
    #optimus-prime .menu-link {
        display: none;
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0
    }
}

#optimus-prime .menu-link.invisible {
    opacity: 0
}

#optimus-prime.show .menu-link {
    background-image: url(images/x-icon.png);
    background-size: 25px
}


#optimus-prime.inactive {
    margin-top: 0;
    padding: 0;
    height: 0
}

#optimus-prime.hide {
    bottom: -334px
}

#optimus-prime.show {
    bottom: 0
}

#optimus-prime:before {
    position: absolute;
    top: -5px;
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    content: "\00a0"
}

#optimus-prime ul {
    width: 100%;
    position: relative;
    max-width: 850px;
    margin: 0 auto
}

#optimus-prime ul li {
    margin: 0;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    width: 10%
}

#optimus-prime ul li.thin {
    width: 10%
}

#optimus-prime ul li.wide {
    width: 14%
}

#optimus-prime ul li.shop:before {
    content: "\00a0";
    display: block;
    width: 2px;
    height: 70%;
    background: #89662a;
    position: absolute;
    bottom: 10px;
    left: 0
}

#optimus-prime ul li a:hover {
  	color: #89662a;
}



@media only screen and (max-width:768px) {
    #optimus-prime ul li.shop:before {
        height: 60%
    }
}

#optimus-prime ul li a {
    position: relative;
    color: #4d4d4d;
    text-decoration: none;
    border-bottom: none;
    font-size: inherit;
    font-size: 32px
}

#optimus-prime ul li a.active {
    color: #fff
}

#optimus-prime ul li.bhome {
    background: url(images/barista-logo.png) no-repeat center center;
    background-size: auto 100%;
    text-indent: -999999999px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    margin: 0;
    top: 5px;
    padding: 0;
}

#optimus-prime ul li.bhome a{
	display: block;
	height: 100%;
}

@media only screen and (max-width:768px) {
#optimus-prime ul li.bhome {
    height: 30px;
    margin: 0;
    top: 5px;
}
}

@media only screen and (max-width:767px) {
    #optimus-prime ul li.bhome{
        text-indent: 0;
        display: inline;
        background: 0 0;
        margin: 0;
        top: auto;
        height: 32px;
    }
}

#optimus-prime ul li a.shop-link {
    color: #89662a
}

@media only screen and (max-width:768px) {
    #optimus-prime ul li a {
        padding: 5px 0;
        font-size: 24px
    }
}



@media only screen and (max-width:768px) {
    #optimus-prime {
        padding: 5px 0 0
    }
}

@media only screen and (max-width:600px) {
    #optimus-prime {
        height: 334px
    }
    
    #optimus-prime ul li a.home-link{
    	top: 0;
    }
}

@media only screen and (max-width:650px) {
    #optimus-prime ul li a {
        padding: 10px 0;
        font-size: 24px
    }
}





@media only screen and (max-width:736px) {

 
 
 	#optimus-prime.hide {
    	bottom: -334px
	}
 
    #optimus-prime ul li {
        display: block!important;
        width: 100%!important;
        height: 46px;
        position: relative;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #89662a;
        padding: 0
    }
    #optimus-prime ul li.shop {
        border-bottom: none
    }
    #optimus-prime ul li.shop:before {
        display: none;
        visibility: hidden
    }
    #optimus-prime ul li a,
    #optimus-prime ul li a.home-link {
        box-sizing: border-box;
        position: relative;
        display: block;
        padding: 10px 20px!important;
        height: 100%;
        width: 100%;
        line-height: 22px;
    }
    
    #optimus-prime ul li a.home-link{
    	top: 0;
    	text-indent: 0; 
    	background: none;
    }
}

@media only screen and (max-width:736px) {
    #optimus-prime ul {
        position: relative;
    }
}

#barista {
    width: 100%;
    height: 100%
}

.section {
    width: 100%
}

#alberta iframe,
#data-store iframe,
#downtown iframe,
#nobhill iframe,
#pearl iframe {
    width: 100%;
    height: 100%
}

#data-home {
    position: relative;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media only screen and (max-width:768px) {
    #data-home {
        background: #000
    }
}

#data-home .fp-tableCell {
    display: block
}

#data-home h1 {
    display: block;
    overflow: hidden;
    margin: 10% auto;
    width: 230px;
    height: 100px;
    background: url(images/barista-logo.png) center center;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-indent: -99999999px;
    white-space: nowrap
}

@media only screen and (max-width:320px) {
    #data-home h1 {
        background-size: 100px auto
    }
}

#data-home p {
    color: #fff;
    text-transform: uppercase;
    font-family: league-gothic, serif;
    font-size: 42px;
    padding: 20px 20px 60px;
    max-width: 800px;
    margin: 0 auto
}



#data-home span.seemore {
    width: 100%!important
}

#data-home span.seemore a {
    display: block;
    overflow: none;
    margin: -3em auto 0;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    text-indent: -9999999px;
    white-space: nowrap;
    border-top-color: #fff
}

@media only screen and (max-width:768px) {
    #data-home span.seemore a {
        display: none!important;
        visibility: hidden!important
    }
}

@media only screen and (max-width:768px) {
    #data-home .bricks {
        position: absolute;
        bottom: 40px;
        width: 100%;
        height: 50px;
        background: url(images/brick-pattern.jpg) top left/15%
    }
}

#data-locations {
    background: url(images/pearl-texture-mobile.jpg) top left;
    color: #fff;
    text-align: center
}

#data-locations #locationlist ul {
    position: relative;
    height: 100%;
    margin: 0
}

#data-locations #locationlist ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

#data-locations #locationlist .col1:after,
#data-locations #locationlist .col2:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 5px;
    height: 100%;
    background: #fff;
    content: "\00a0"
}

#data-locations #locationlist .brassbar:after{
	width: 0;
}



#data-locations #locationlist ul li {
    position: relative;
    float: left;
    width: 33.3%;
    height: 100%;
    color: #fff
}


#data-locations #locationlist span.alberta a,
#data-locations #locationlist span.downtown a,
#data-locations #locationlist span.nobhill a,
#data-locations #locationlist span.pearl a,
#data-locations #locationlist span.brassbar a,
#data-locations #locationlist span.shop a  {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: 70% auto;
    text-indent: -99999px;
    white-space: nowrap;
    border-bottom: solid 5px #FFF;
}


/* PEARL */
#data-locations #locationlist .col1 span.pearl {
	display: block;
	height:58%;
    background: url(images/pearl-background-vertical.jpg) center center no-repeat;
}

#data-locations #locationlist span.pearl a {
    background: url('images/pearl-text.png') center center no-repeat;
    background-size: 70% auto;
}


/* BRASSBAR */
#data-locations #locationlist .col1 span.brassbar {
	display: block;
	height:58%;
    background: url(images/pearl-background-vertical.jpg) center center no-repeat;
}

#data-locations #locationlist span.brassbar a {
    background: url('images/pearl-text.png') center center no-repeat;
    background-size: 70% auto;
}



/* ALBERTA */
#data-locations #locationlist .col1 span.alberta {
	display: block;
	height: 34%;
    background: url(images/Alberta_Background_2x.jpg) center top no-repeat;
    background-size: cover;
}

#data-locations #locationlist .col1 span.alberta a {
    background: url(images/alberta-text.png) center center no-repeat;
        background-size: 60% auto;
}





/* NOBHILL */
#data-locations #locationlist span.nobhill {
	display: block;
	height: 34%;
    background: url(images/Nob_Hill_Background_2x.jpg) center center no-repeat;
    background-size: cover;
}

#data-locations #locationlist span.nobhill a {
    background: url(images/nobhill-text.png) center center no-repeat;
    background-size: 60% auto;

}


/* BRASSBAR */
#data-locations #locationlist .col3 span.brassbar {
	display: block;
	height: 34%;
    background: #000;
}

#data-locations #locationlist .col3 span.brassbar a {
    background: url(images/Brass_Bar_2x.png) no-repeat center center;
    background-size: 40% auto;
	border-bottom: none!important;
}




/* DOWNTOWN */
#data-locations #locationlist .col3 span.downtown {
    background: url(images/Downtown_Background_2x.jpg) no-repeat center center;
	display: block;
	height:58%;    
	background-size: cover;
}

#data-locations #locationlist .col3 span.downtown a {
    background: url(images/downtown-text.png) center center no-repeat;
    background-size: 70% auto;

}


/* SHOP */
#data-locations #locationlist span.shop {
	display: block;
    background: url(images/new_shop_2x.jpg) center center no-repeat;
    background-size: cover;
}

#data-locations #locationlist .col2 span.shop {
	height: 58%;
}

#data-locations #locationlist span.shop a {
    background: url(images/Shop_2x.png) center center no-repeat;
    background-size: 22% auto;

}





@media only screen and (min-width:2300px) {
    #data-locations #locationlist .alberta,
    #data-locations #locationlist .downtown,
    #data-locations #locationlist .nobhill,
    #data-locations #locationlist .pearl,
    #data-locations #locationlist .brassbar {
        background-size: cover
    }
}

@media only screen and (max-width:768px) {
    #data-locations #locationlist ul li{
/*
        position: relative;
        width: 100%;
        height: 18.85%
*/
    }
    
    #data-locations #locationlist .col1 span.pearl,
    #data-locations #locationlist .col3 span.downtown {
		height: 60%;
	}	
    
    #data-locations #locationlist .col2 span.nobhill,
    #data-locations #locationlist .col3 span.brassbar,    
    #data-locations #locationlist .col1 span.alberta,
    #data-locations #locationlist .col1 span.shop {
		height: 38%;
	}	    
    
    
    
    
    
    #data-locations #locationlist .alberta:before,
    #data-locations #locationlist .downtown:before,
    #data-locations #locationlist .nobhill:before,
    #data-locations #locationlist .pearl:before {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 0;
        border-top: 5px solid #fff;
        content: "\00a0"
    }
    
    #data-locations #locationlist .brassbar:before{
    	border-top: none!important;
    	display: none!important;
    } 
    #data-locations #locationlist .alberta:after,
    #data-locations #locationlist .downtown:after,
    #data-locations #locationlist .nobhill:after,
    #data-locations #locationlist .pearl:after {
/*         display: none */
    }
    #data-locations #locationlist .alberta a,
    #data-locations #locationlist .downtown a,
    #data-locations #locationlist .nobhill a,
    #data-locations #locationlist .pearl a {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        color: #fff;
        text-indent: -9999999px;
        white-space: nowrap
    }
    #data-locations #locationlist .pearl a {
        background: url('images/pearl-background-mobile.jpg') no-repeat center center;
        
    }
    #data-locations #locationlist .pearl a {
        background: url(images/pearl-text-mobile.png) center center/auto 90% no-repeat
    }
    #data-locations #locationlist .alberta {
        background: url(images/alberta-background-mobile.jpg) center center no-repeat
    }
    #data-locations #locationlist .alberta a {
        background: url(images/alberta-text-mobile.png) center center/auto 90% no-repeat
    }
    #data-locations #locationlist .downtown {
        background: url(images/downtown-background-mobile.jpg) center center no-repeat
    }
    #data-locations #locationlist .downtown a {
        background: url(images/downtown-text-mobile.png) center center/auto 90% no-repeat
    }
    #data-locations #locationlist .nobhill {
        background: url(images/nobhill-background-mobile.jpg) center center no-repeat
    }
    #data-locations #locationlist .nobhill a {
        background: url(images/nobhill-text-mobile.png) center center/auto 90% no-repeat
    }
    #data-locations #locationlist .alberta,
    #data-locations #locationlist .downtown,
    #data-locations #locationlist .nobhill,
    #data-locations #locationlist .pearl {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover
    }
}

body.location {
    background: #222;
    color: #fff;
    text-align: center
}

#alberta-head,
#downtown-head,
#nobhill-head,
#pearl-head,
#brassbar-head {
    position: relative
}

.subpage .barista-logo {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -999999px;
    white-space: nowrap;
    background: url(images/barista-logo.png) center center/auto 100% no-repeat;
    width: 100%;
    height: 80px;
    margin-top: 4%;
    margin-bottom: -1%
}

@media only screen and (max-width:420px) {
    .subpage .barista-logo {
        margin-top: 24%;
        height: 100px
    }
}

@media only screen and (max-width:320px) {
    .subpage .barista-logo {
        height: 40px
    }
}


.subpage .barista-logo a,
.subpage .barista-logo a:link,
.subpage .barista-logo a:visited {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: none
}

#alberta-head h1,
#downtown-head h1,
#nobhill-head h1,
#pearl-head h1,
#brassbar-head h1 {
    display: block;
    overflow: hidden;
    height: 50%;
    text-indent: -99999px;
    white-space: nowrap;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.subpage .cafe-info {
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -50px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    color: #fff;
    font-family: league-gothic, serif;
    display: inline-block;
    font-size: 28px;
    padding: 10px 12px;
    text-transform: uppercase;
    border: 3px solid #fff;
    cursor: pointer;
    z-index: 9999999999
}

.subpage .cafe-info.show {
    border: 3px solid transparent;
    background: #000;
    background: rgba(0, 0, 0, .9)
}

.subpage .cafe-details {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    height: 350px;
    width: 100%;
    background: #f6f4f0;
    position: absolute;
    bottom: -350px
}

@media only screen and (max-width:420px) {
    .subpage .cafe-details {
        display: none;
        visibility: hidden
    }
}

.subpage .cafe-details .map {
    float: left;
    width: 50%;
    height: 85%
}

.subpage .cafe-details .details {
    position: relative;
    width: 50%;
    float: left
}

.subpage .cafe-details .details .texture {
    position: relative;
    top: 0;
    width: 100%;
    height: 50px
}

.subpage .cafe-details .details h3 {
    max-width: 600px;
    padding: 30px;
    font-size: 26px;
    text-transform: uppercase;
    color: #89662a;
    font-family: league-gothic, serif;
    text-align: left
}

@media only screen and (max-width:875px) {

	.subpage .cafe-details .details h3 {
        font-size: 20px
    }

}


/*
@media only screen and (max-width: 767px){
	
	#alberta-head .cafe-details .map, #downtown-head .cafe-details .map, #nobhill-head .cafe-details .map, #pearl-head .cafe-details .map {
	    float: left;
	    width: 40%;
	    height: 85%;
	}
	
	#alberta-head .cafe-details .details, #downtown-head .cafe-details .details, #nobhill-head .cafe-details .details, #pearl-head .cafe-details .details {
	    position: relative;
	    width: 60%;
	    float: left;
	}

}
*/


.subpage .cafe-details .details p {
    font-size: 15px;
    text-align: left;
    padding: 0 30px 30px;
    float: left;
    width: 50%;
    max-width: 300px
}

@media only screen and (max-width:768px) {
    .subpage .cafe-details .details p {
        padding: 0 10px 30px 30px
    }
}




@media only screen and (max-width:1024px) {
    #pearl-head {
        background-image: url(images/pearl-header.jpg)!important;
        background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-attachment: fixed;
    }
    
	#alberta_page {
	    background: url(images/alberta-header.jpg) center center;
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-attachment: fixed;
	}
	
	#nobhill_page {
	    background: url(images/nobhill-header.jpg) center center;
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-attachment: fixed;
	}
  
	#downtown_page {
	    background: url(images/downtown-header.jpg) center center;
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-attachment: fixed;
	}  

  
	#brassbar-head {
	    background: url(images/brassbar-header-03.jpg) center center;
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-attachment: fixed;
	}  
 
	 
	#nobhill_page {
	    background: url(images/nobhill-header.jpg) center center/cover no-repeat fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover
	}
 
    
}



@media only screen and (max-width:1024px) {

	#tubular-container{
		display: none;
	}
	
	
	#pearl-head h1, #alberta-head h1,#downtown-head h1,#nobhill-head h1, #brassbar-head h1 {
	    display: block;
	}
	
	#pearl-head h1{
		background: url('images/pearl-text.png');
        background-position: center center;
        background-size: auto 80%!important;
        background-repeat: no-repeat;		
	}


	#brassbar-head h1{
		background: url('images/Brass_Bar_2x.png');
        background-position: center center;
        background-size: auto 40%!important;
        background-repeat: no-repeat;		
	}

	#nobhill-head h1{
		background: url('images/nobhill-text.png');
        background-position: center center;
        background-size: auto 40%!important;
        background-repeat: no-repeat;		
	}

	#downtown-head h1 {
	    background: url(images/downtown-text.png);
	    background-position: center center;
	    background-size: auto 80%!important;
		background-repeat: no-repeat;		

	}

	#alberta-head h1 {
	    background: url(images/alberta-text.png);
	    background-position: center center;
	    background-size: auto 80%!important;
		background-repeat: no-repeat;		

	}
	
}	


@media only screen and (max-width:767px) {
    #data-home p {
        font-size: 32px;
    }
}


@media only screen and (max-width:420px) {
	


    #pearl-head h1, 
    #alberta-head h1,
    #downtown-head h1,
    #nobhill-head h1, 
    #brassbar-head h1  {
        background-position: center center;
        background-size: 80% auto!important
    }

    #data-home p {
        font-size: 26px;
        max-width: 80%;
    }
   
    
    .subpage.cafe-info {
    	display: none;
    }
}



/* PEARL â€” CAFE DETAILS */

#pearl-head .cafe-details .map {
    background: url(images/pearl-map.jpg) center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

#pearl-head .cafe-details .details .texture,
#pearl-head .texture {
    background: url(images/pearl-texture-mobile.jpg) top center
}


/* BRASSBAR â€” CAFE DETAILS */


#brassbar-head .cafe-details .map {
    background: url(images/Barista_BrassBar_Map_2x.png) center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

#brassbar-head .cafe-details .details .texture,
#brassbar-head .texture {
    background: url(images/Barista_BrassBar_Wood_Pattern.png) top center;
}


/* ALBERTA â€” CAFE DETAILS */


#alberta-head .cafe-details .map {
    background: url(images/alberta-map.jpg) center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

#alberta-head .cafe-details .details .texture,
#alberta-head .texture {
    background: url(images/alberta-texture-mobile.jpg) top center
}




/* DOWNTOWN â€” CAFE DETAILS */


#downtown-head .cafe-details .map {
    background: url(images/downtown-map.jpg) center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

#downtown-head .cafe-details .details .texture {
    background: url(images/downtown-texture-mobile.jpg) top center
}

#downtown-head .texture {
    background: url(images/downtown-texture-mobile.jpg) top center;
    background-size: 20px!important
}



/* NOBHILL â€” CAFE DETAILS */


#nobhill-head .cafe-details .map {
    background: url(images/nobhill-map.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#nobhill-head .cafe-details .details .texture {
    background: url(images/nobhill-texture-mobile.jpg) top center
}

#nobhill-head .texture {
    background: url(images/nobhill-texture-mobile.jpg) top center;
    background-size: 329px!important
}


#nobhill-head .nobhilltext {
    font-size: 23px!important
}









/* PEARL GALLERY */

#pearl_page .active.gallery1 {
    background: url(images/mobile-gallery/pearl-1-ipad-landscape.jpg) center center/cover no-repeat
}

#pearl_page .active.gallery2 {
    background: url(images/mobile-gallery/pearl-2-ipad-landscape.jpg) center center/cover no-repeat
}

#pearl_page .active.gallery3 {
    background: url(images/mobile-gallery/pearl-3-ipad-landscape.jpg) center center/cover no-repeat
}

#pearl_page .active.gallery4 {
    background: url(images/mobile-gallery/pearl-4-ipad-landscape.jpg) center center/cover no-repeat
}

#pearl_page .active.gallery5 {
    background: url(images/mobile-gallery/pearl-5-ipad-landscape.jpg) center center/cover no-repeat
}

#pearl_page .active.gallery6 {
    background: url(images/mobile-gallery/pearl-6-ipad-landscape.jpg) center center/cover no-repeat
}

#pearl_page .active.gallery7 {
    background: url(images/mobile-gallery/pearl-7-ipad-landscape.jpg) center center/cover no-repeat
}

#pearl_page .active.gallery8 {
    background: url(images/mobile-gallery/pearl-8-ipad-landscape.jpg) center center/cover no-repeat;
    height: 110%
}



/* BRASSBAR GALLERY */
#brassbar_page .active.gallery1 {
    background: url(images/mobile-gallery/brassbar_03.jpg) center center/cover no-repeat
}

#brassbar_page .active.gallery2 {
    background: url(images/mobile-gallery/brassbar_04.jpg) center center/cover no-repeat
}

#brassbar_page .active.gallery3 {
    background: url(images/mobile-gallery/brassbar_05.jpg) center center/cover no-repeat
}

#brassbar_page .active.gallery4 {
    background: url(images/mobile-gallery/brassbar_09.jpg) center center/cover no-repeat
}

#brassbar_page .active.gallery5 {
    background: url(images/mobile-gallery/brassbar_10.jpg) center center/cover no-repeat
}





/* ALBERTA GALLERY */

#alberta_page .active.gallery1 {
    background: url(images/mobile-gallery/1-ipad-landscape.jpg) center center/cover no-repeat
}

#alberta_page .active.gallery2 {
    background: url(images/mobile-gallery/2-ipad-landscape.jpg) center center/cover no-repeat
}

#alberta_page .active.gallery3 {
    background: url(images/mobile-gallery/3-ipad-landscape.jpg) center center/cover no-repeat
}

#alberta_page .active.gallery4 {
    background: url(images/mobile-gallery/4-ipad-landscape.jpg) center center/cover no-repeat
}

#alberta_page .active.gallery5 {
    background: url(images/mobile-gallery/5-ipad-landscape.jpg) center center/cover no-repeat
}

#alberta_page .active.gallery6 {
    background: url(images/mobile-gallery/6-ipad-landscape.jpg) center center/cover no-repeat
}

#alberta_page .active.gallery7 {
    background: url(images/mobile-gallery/7-ipad-landscape.jpg) center center/cover no-repeat
}

#alberta_page .active.gallery8 {
    background: url(images/mobile-gallery/8-ipad-landscape.jpg) center center/cover no-repeat;
    height: 110%
}




#downtown_page .active.gallery1 {
    background: url(images/mobile-gallery/downtown-1-ipad-landscape.jpg) center center/cover no-repeat
}

#downtown_page .active.gallery2 {
    background: url(images/mobile-gallery/downtown-2-ipad-landscape.jpg) center center/cover no-repeat
}

#downtown_page .active.gallery3 {
    background: url(images/mobile-gallery/downtown-3-ipad-landscape.jpg) center center/cover no-repeat
}

#downtown_page .active.gallery4 {
    background: url(images/mobile-gallery/downtown-4-ipad-landscape.jpg) center center/cover no-repeat
}

#downtown_page .active.gallery5 {
    background: url(images/mobile-gallery/downtown-5-ipad-landscape.jpg) center center/cover no-repeat
}

#downtown_page .active.gallery6 {
    background: url(images/mobile-gallery/downtown-6-ipad-landscape.jpg) center center/cover no-repeat
}




/* NOBHILL GALLERY */

#nobhill_page .active.gallery1 {
    background: url(images/mobile-gallery/nobhill-1-ipad-landscape.jpg) center center/cover no-repeat
}

#nobhill_page .active.gallery2 {
    background: url(images/mobile-gallery/nobhill-2-ipad-landscape.jpg) center center/cover no-repeat
}

#nobhill_page .active.gallery3 {
    background: url(images/mobile-gallery/nobhill-3-ipad-landscape.jpg) center center/cover no-repeat
}

#nobhill_page .active.gallery4 {
    background: url(images/mobile-gallery/nobhill-4-ipad-landscape.jpg) center center/cover no-repeat
}

#nobhill_page .active.gallery5 {
    background: url(images/mobile-gallery/nobhill-5-ipad-landscape.jpg) center center/cover no-repeat
}

#nobhill_page .active.gallery6 {
    background: url(images/mobile-gallery/nobhill-6-ipad-landscape.jpg) center center/cover no-repeat
}

#nobhill_page .active.gallery7 {
    background: url(images/mobile-gallery/nobhill-7-ipad-landscape.jpg) center center/cover no-repeat
}

#nobhill_page .active.gallery8 {
    background: url(images/mobile-gallery/nobhill-8-ipad-landscape.jpg) center center/cover no-repeat;
    height: 110%
}




@media only screen and (max-width:736px) {
    .subpage .downarrow {
        display: block;
        text-indent: -99999999999px;
        overflow: hidden;
        white-space: nowrap;
        border: 10px solid transparent;
        border-top: 10px solid #fff;
        width: 0;
        height: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width:737px) {
    .subpage .downarrow {
        display: none;
        visibility: hidden
    }
}

#info {
    background: #000;
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 225px;
    border-top: 5px solid #fff;
    color: #fff;
    bottom: -234px;
    overflow: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    padding-top: 5px
}

#info .infobutton {
/*
    display: none;
    visibility: hidden;
    opacity: 0;
*/
    text-indent: -999999px;
    overflow: hidden;
    background: url(images/info-icon.png) center 50px/30px no-repeat;
    width: 70px;
    height: 100px;
    position: absolute;
    top: -110px;
    border-bottom: none;
    z-index: 999999;
    padding: 20px 10px 22px 20px;
    right: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

#info.show {
    bottom: 0
}

#info.show .infobutton {
    background: url(images/x-icon.png) center 50px/25px no-repeat!important
}

#info h3 {
    line-height: 70px;
    display: inline;
    text-align: center;
    color: #fff;
    font-size: 26px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px
}

#info p {
    color: #fff!important
}

#info p a {
    color: #fff;
    border-bottom: 1px solid #222
}

#alberta_page.viewing-page-10 .infobutton,
#alberta_page.viewing-page-2 .infobutton,
#alberta_page.viewing-page-3 .infobutton,
#alberta_page.viewing-page-4 .infobutton,
#alberta_page.viewing-page-5 .infobutton,
#alberta_page.viewing-page-6 .infobutton,
#alberta_page.viewing-page-7 .infobutton,
#alberta_page.viewing-page-8 .infobutton,
#alberta_page.viewing-page-9 .infobutton,
#downtown_page.viewing-page-10 .infobutton,
#downtown_page.viewing-page-2 .infobutton,
#downtown_page.viewing-page-3 .infobutton,
#downtown_page.viewing-page-4 .infobutton,
#downtown_page.viewing-page-5 .infobutton,
#downtown_page.viewing-page-6 .infobutton,
#downtown_page.viewing-page-7 .infobutton,
#downtown_page.viewing-page-8 .infobutton,
#downtown_page.viewing-page-9 .infobutton,
#nobhill_page.viewing-page-10 .infobutton,
#nobhill_page.viewing-page-2 .infobutton,
#nobhill_page.viewing-page-3 .infobutton,
#nobhill_page.viewing-page-4 .infobutton,
#nobhill_page.viewing-page-5 .infobutton,
#nobhill_page.viewing-page-6 .infobutton,
#nobhill_page.viewing-page-7 .infobutton,
#nobhill_page.viewing-page-8 .infobutton,
#nobhill_page.viewing-page-9 .infobutton,
#pearl_page.viewing-page-10 .infobutton,
#pearl_page.viewing-page-2 .infobutton,
#pearl_page.viewing-page-3 .infobutton,
#pearl_page.viewing-page-4 .infobutton,
#pearl_page.viewing-page-5 .infobutton,
#pearl_page.viewing-page-6 .infobutton,
#pearl_page.viewing-page-7 .infobutton,
#pearl_page.viewing-page-8 .infobutton,
#pearl_page.viewing-page-9 .infobutton,
#brassbar_page.viewing-page-10 .infobutton,
#brassbar_page.viewing-page-2 .infobutton,
#brassbar_page.viewing-page-3 .infobutton,
#brassbar_page.viewing-page-4 .infobutton,
#brassbar_page.viewing-page-5 .infobutton,
#brassbar_page.viewing-page-6 .infobutton,
#brassbar_page.viewing-page-7 .infobutton,
#brassbar_page.viewing-page-8 .infobutton,
#brassbar_page.viewing-page-9 .infobutton {
    opacity: 1!important;
    display: block!important;
    visibility: visible!important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.subpage .directions {
    padding-top: 10%;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    position: absolute;
    border-top: 5px solid #fff;
    bottom: -220px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.subpage .directions.show {
    bottom: 70px
}

.subpage .directions h3 {
    padding-bottom: 20px;
    color: #89662a;
    text-transform: uppercase;
    font-size: 40px
}

.subpage .directions p {
    font-size: 13px
}

.subpage .directions:before {
    display: block;
    content: "\00a0";
    position: absolute;
    top: 0;
    background: #f6f4f0;
    width: 100%;
    height: 300px;
    z-index: -1
}

.subpage .directions:after {
    display: block;
    content: "\00a0";
    position: absolute;
    width: 100%;
    height: 80%;
    top: 30%;
    z-index: -2
}

.subpage .section {
    position: relative
}

.subpage .section.ontop {
    z-index: 9
}

#alberta_page .gallery1,
#alberta_page .gallery2,
#alberta_page .gallery3,
#alberta_page .gallery4,
#alberta_page .gallery5,
#alberta_page .gallery6,
#alberta_page .gallery7,
#alberta_page .gallery8,
#downtown_page .gallery1,
#downtown_page .gallery2,
#downtown_page .gallery3,
#downtown_page .gallery4,
#downtown_page .gallery5,
#downtown_page .gallery6,
#downtown_page .gallery7,
#downtown_page .gallery8,
#nobhill_page .gallery1,
#nobhill_page .gallery2,
#nobhill_page .gallery3,
#nobhill_page .gallery4,
#nobhill_page .gallery5,
#nobhill_page .gallery6,
#nobhill_page .gallery7,
#nobhill_page .gallery8,
#pearl_page .gallery1,
#pearl_page .gallery2,
#pearl_page .gallery3,
#pearl_page .gallery4,
#pearl_page .gallery5,
#pearl_page .gallery6,
#pearl_page .gallery7,
#pearl_page .gallery8,
#brassbar_page .gallery1,
#brassbar_page .gallery2,
#brassbar_page .gallery3,
#brassbar_page .gallery4,
#brassbar_page .gallery5,
#brassbar_page .gallery6,
#brassbar_page .gallery7,
#brassbar_page .gallery8 {
    position: relative;
    width: 100%;
    height: 100%;
    border-top: 5px solid #fff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}




#pearl_page .directions:after {
    background: url(images/pearl-texture-mobile.jpg)
}

#alberta_page .directions:after {
    background: url(images/alberta-texture-mobile.jpg)
}

#downtown_page .directions:after {
    background: url(images/downtown-texture-mobile.jpg)
}

#nobhill_page .directions:after {
    background: url(images/nobhill-texture-mobile.jpg)
}

#brassbar_page .directions:after {
    background: url(images/nobhill-texture-mobile.jpg)
}





#contact_page {
    overflow-y: scroll;
    padding-bottom: 100px
}

.fp-controlArrow,
.onepage-pagination {
    display: none;
    visibility: hidden
}

#content {
    position: relative;
    background: #000!important
}

#content label {
    color: #fff!important;
    text-decoration: italic
}

#content li.product {
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ie-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

#content li.product .product_thumb {
    overflow: hidden
}

#content li.product .product_thumb img {
    margin-left: -50%;
    height: auto;
    min-width: 200%
}

#content li.product .product_header,
#content li.product .product_header:hover {
    width: 100%
}

#data-store.shop h4,
#home_page #data-store h4 {
    visibility: hidden;
    display: none
}

@media only screen and (min-width:560px) {
    #data-store.shop,
    #home_page #data-store {
        padding-top: 120px
    }
    #data-store.shop h4,
    #home_page #data-store h4 {
        margin-top: -80px;
        display: block;
        visibility: visible;
        height: 120px;
        background: #000;
        width: 100%;
        z-index: 9;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 20px #000;
        -moz-box-shadow: 0 0 20px #000;
        -o-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000
    }
    #data-store.shop h4 a,
    #home_page #data-store h4 a {
        text-indent: -999999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 100%;
        border-bottom: none;
        background: url(images/barista-logo.png) center/110px no-repeat
    }
}

#data-store.shop h4 {
    margin-top: 0
}

#data-store {
    background: #000;
    color: #fff;
    text-align: center;
    height: 100%;
    position: relative
}

#data-store>h4 {
    display: none;
    visibility: hidden
}

#data-store .fp-tableCell {
    vertical-align: top!important;
    overflow: visible;
    position: relative
}

#data-store .fp-tableCell #content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 60px 0 150px!important;
    overflow: scroll
}

#data-store .fp-tableCell #content #products {
    padding-bottom: 100px
}

@media only screen and (max-width:560px) {
    #data-store .fp-tableCell #content {
        padding: 0 0 51px!important
    }
    #data-store .fp-tableCell #content * {
        max-width: 100%!important
    }
    #data-store .fp-tableCell #content .product {
        height: 250px;
        border: none;
        border-top: 4px solid #fff
    }
}

@media only screen and (max-width:650px) and (min-width:420px) {
    #data-store #content li.product {
        max-width: 40%
    }
}

@media only screen and (max-width:420px) {
    #data-store #content {
        position: fixed;
        display: block;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        margin-top: 0
    }
}

#cart_page,
#contact_page,
#product_page,
#success_page {
    background: #f6f4f0
}

#cart_page label,
#contact_page label,
#product_page label,
#success_page label {
    color: #000!important
}

#cart_page #optimus-prime.hide,
#contact_page #optimus-prime.hide,
#product_page #optimus-prime.hide,
#success_page #optimus-prime.hide {
    bottom: -334px!important
}

#cart_page #store_name,
#contact_page #store_name,
#product_page #store_name,
#success_page #store_name {
    display: block;
    overflow: hidden;
    height: 80px;
    background: url(images/barista-logo.png) center center/110px no-repeat;
    color: #000
}

@media only screen and (max-width:560px) {
    #cart_page #store_name,
    #contact_page #store_name,
    #product_page #store_name,
    #success_page #store_name {
        background-size: auto 80%;
        background-position: top center
    }
}

#cart_page #store_name a,
#contact_page #store_name a,
#product_page #store_name a,
#success_page #store_name a {
    text-indent: -99999999999px;
    white-space: nowrap
}

#cart_page #main_nav,
#contact_page #main_nav,
#product_page #main_nav,
#success_page #main_nav {
    position: fixed;
    background: #000;
    bottom: 0;
    border-top: 4px solid #fff;
    margin-left: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    padding: 10px 0 20px
}

@media only screen and (max-width:768px) {
    #cart_page #main_nav,
    #contact_page #main_nav,
    #product_page #main_nav,
    #success_page #main_nav {
        display: block;
        visibility: visible
    }
    #cart_page #main_nav ul li a,
    #contact_page #main_nav ul li a,
    #product_page #main_nav ul li a,
    #success_page #main_nav ul li a {
        padding: 4px;
        font-size: 16px!important
    }
}

@media only screen and (max-width:560px) {
    #cart_page #main_nav,
    #contact_page #main_nav,
    #product_page #main_nav,
    #success_page #main_nav {
        display: block;
        visibility: visible
    }
    #cart_page #main_nav ul li a,
    #contact_page #main_nav ul li a,
    #product_page #main_nav ul li a,
    #success_page #main_nav ul li a {
        padding: 3px;
        font-size: 12px!important
    }
}

#cart_page #main_nav ul li,
#contact_page #main_nav ul li,
#product_page #main_nav ul li,
#success_page #main_nav ul li {
    border-bottom: none
}

#cart_page #main_nav ul li.selected a,
#contact_page #main_nav ul li.selected a,
#product_page #main_nav ul li.selected a,
#success_page #main_nav ul li.selected a {
    color: #fff
}

#cart_page #main_nav ul li a,
#contact_page #main_nav ul li a,
#product_page #main_nav ul li a,
#success_page #main_nav ul li a {
    font-family: league-gothic;
    font-size: 25px;
    color: #4d4d4d;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear
}

#cart_page #main_nav ul li a:hover,
#contact_page #main_nav ul li a:hover,
#product_page #main_nav ul li a:hover,
#success_page #main_nav ul li a:hover {
    color: #fff;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear
}

#cart_page #site_header,
#contact_page #site_header,
#product_page #site_header,
#success_page #site_header {
    background: #000;
    color: #fff
}

#cart_page #site_header a,
#contact_page #site_header a,
#product_page #site_header a,
#success_page #site_header a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%
}

#cart_page #content,
#contact_page #content,
#product_page #content,
#success_page #content {
    position: relative;
    margin-top: 30px;
    background: #f6f4f0!important
}

#cart_page .section,
#contact_page .section,
#product_page .section,
#success_page .section {
    background: #f6f4f0;
    color: #89662a
}

#cart_page .section #product_description p,
#contact_page .section #product_description p,
#product_page .section #product_description p,
#success_page .section #product_description p {
    text-align: left
}

#cart_page #product_info,
#contact_page #product_info,
#product_page #product_info,
#success_page #product_info {
    padding-bottom: 80px
}

#cart_page #product_info .returntoshop,
#contact_page #product_info .returntoshop,
#product_page #product_info .returntoshop,
#success_page #product_info .returntoshop {
    font-family: league-gothic, sans-serif;
    text-transform: uppercase;
    color: #89662a;
    text-decoration: none;
    border-bottom: 1px solid #89662a;
    line-height: 3em;
    font-size: 18px;
    letter-spacing: .1em;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

#cart_page #product_info .returntoshop:hover,
#contact_page #product_info .returntoshop:hover,
#product_page #product_info .returntoshop:hover,
#success_page #product_info .returntoshop:hover {
    color: #000
}

#site_footer footer {
    position: absolute!important;
    height: 1000px!important;
    width: 100%;
    border: none!important;
    border-top: 4px solid #fff
}

#site_footer footer ul li a {
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear;
    background: #000;
    color: #fff;
    font-family: league-gothic, sans-serif;
    text-transform: uppercase;
    font-size: 32px
}

@media only screen and (max-width:768px) {
    #site_footer footer ul li a {
        padding-top: 10px;
        font-size: 24px
    }
}

@-moz-document url-prefix() {
    a.home-link {
        top: 17px!important
    }
    @media only screen and (max-width:600px) {
        a.home-link {
            top: 0!important
        }
    }
}

@media only screen and (device-width:768px) {
    a.home-link {
        top: 7px!important
    }
}


@media only screen and (max-width: 600px) {

    #data-locations #locationlist ul li{
/*
        position: relative;
        width: 100%;
        height: 20%
*/
    }

}


@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {

    .product {
        width: 180px!important;
        height: 180px!important
    }
    .product a {
        background: rgba(0, 0, 0, .5)!important
    }
    .product a .product_header {
        opacity: .9!important;
        filter: alpha(opacity=90)!important;
        margin-top: 40%!important;
        position: relative!important;
        top: 11%!important
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    a.home-link {
    }
    .cafe-details .details h3 {
        font-size: 20px!important
    }
    #products {
        margin: 0 auto!important
    }
    .product {
        width: 180px!important;
        height: 180px!important
    }
    .product a {
        background: rgba(0, 0, 0, .5)!important
    }
    .product a .product_header {
        opacity: .9!important;
        filter: alpha(opacity=90)!important;
        margin-top: 40%!important;
        position: relative!important;
        top: 11%!important
    }
}

.barista-logo-hide {
    margin-top: -200px!important;
    margin-bottom: 200px!important
}


span.hidden{
	display: none!important;
}



@media only screen and (max-width: 736px) { 

    .bricks{
    	display: none;
    }

	.drop{
		display: none!important;
	}
	
	#data-locations #locationlist ul li{
		width: 50%;
	}
	
	#data-locations #locationlist .col1 span.pearl,
	#data-locations #locationlist .col1 span.shop{
		height: 35.5%!important;
	}
	
	#data-locations #locationlist .col1 span.alberta{
		height: 29%;
	}
	
	#data-locations #locationlist .col3 span.downtown{
		height: 42%!important;
	}
	
	#data-locations #locationlist .col3 span.nobhill,
	#data-locations #locationlist .col3 span.brassbar{
		height: 29%;
	}	
	
	span.hidden{
		display: block!important;
	}

}

@media only screen and (min-height: 320px) and (max-width: 736px) and (orientation: landscape) { 

	#data-locations #locationlist .col1 span a,
	#data-locations #locationlist .col3 span a {
		background-size: auto 80%!important;
	}
	
	#data-locations #locationlist .col1 span.brassbar a,
	#data-locations #locationlist .col3 span.shop a{
		background-size: auto 55%!important;
	}
}

/*
@media only screen and (max-width: 600px), (orientation: portrait) { 

	.drop{
		display: none!important;
	}
	
	#data-locations #locationlist ul li{
		width: 50%;
	}
	
	#data-locations #locationlist .col1 span.pearl,
	#data-locations #locationlist .col1 span.brassbar{
		height: 36%;
	}
	
	#data-locations #locationlist .col1 span.alberta{
		height: 28%;
	}
	
	#data-locations #locationlist .col3 span.downtown{
		height: 51%;
	}
	
	#data-locations #locationlist .col3 span.nobhill,
	#data-locations #locationlist .col3 span.shop{
		height: 26%;
	}
	
	span.hidden{
		display: block!important;
	}

}
*/







@media only screen and (max-width: 667px) {


	#optimus-prime.hide {
		bottom: -234px;
	}

	#optimus-prime{
		height: 234px;
	}

	#optimus-prime ul li {
	    height: 32px;

	}

	#optimus-prime ul li a, #optimus-prime ul li a.home-link {
	    padding: 5px 20px!important;
	}

}



@media only screen and (max-width: 667px) {


	#data-home p {
	    font-size: 28px;
	    max-width: 80%;
	    padding-top: 0!important;
	}

}

@media only screen and (orientation: landscape) {

	.zpacer{
		height: 1px;
		display: block;
		width: 100%;
	}

}



@media only screen and (min-device-height:480px) {
    .barista-logo-hide {
        margin-bottom: 265px!important
    }
}


/* Landscape */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 736px)
  and (orientation: landscape) {

	.bricks{
		display: none;
	}
	
	#data-home h1 {
	    display: block;
	    overflow: hidden;
	    margin: 5% auto;
	    width: 115px;
	    height: 70px;
	    background: url(images/barista-logo.png) center center/auto 100% no-repeat;
	    text-indent: -99999999px;
	    white-space: nowrap;
	}
	
	
	
	#data-home p {
        font-size: 26px;
        max-width: 80%;
        padding: 10px 20px 10px;
    }
	
	
	#data-locations #locationlist .col3 span, 
	#data-locations #locationlist .col1 span,
	#data-locations #locationlist .col3 span.shop,
	#data-locations #locationlist .col3 span.downtown,
	#data-locations #locationlist .col3 span.nobhill,
	#data-locations #locationlist .col1 span.pearl,
	#data-locations #locationlist .col1 span.brassbar,
	#data-locations #locationlist .col1 span.alberta{
	    height: 100%!important;
	    float: left;
	    width: 33.33%!important;
	}
	
	#data-locations #locationlist .col3 span, #data-locations #locationlist .col1 span {
		border-left: 5px solid #FFF;
	}
	
	#data-locations #locationlist .col3 span a,	#data-locations #locationlist .col1 span a{
		background-size: 100% auto!important;
		background-position: center center!important;
	}
	
	#data-locations #locationlist .col3 span.shop a{
		background-size: 60% auto!important;
	}
	
	#data-locations #locationlist .col1 span.brassbar a{
		background-size: 70% auto!important;
	}

	#data-locations #locationlist .col3 span:last-child{
		border-right: 5px solid #FFF;
	}
	
	#data-locations #locationlist .col3 span:first-child{
		border: none;
	}
	
	#optimus-prime {
    height: 184px;
	}
	
	#optimus-prime.hide {
    	bottom: -184px;
	}
	
	#optimus-prime ul{
		margin-top: 0!important;
	}
	
	#optimus-prime ul li {
    	width: 50%!important;
    	float: left!important;
    	display: block!important;
    	height: 46px!important;
	}	
	

	#optimus-prime ul li a, #optimus-prime ul li a.home-link {
		line-height: 22px!important;
	}	
	
	#optimus-prime ul li a.home-link {

	}
	
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  	
  	#optimus-prime{
  		display: block;
  	}
  
  
  }
  
  
  @media only screen
  and (min-width: 321px)
  and (max-width: 480px)
  and (orientation: landscape){
  
  .subpage .barista-logo {
	    display: block;
	    overflow: hidden;
	    text-indent: -999999px;
	    white-space: nowrap;
	    background: url(images/barista-logo.png) center center;
	    background-repeat: no-repeat;
	    background-size: auto 100%!important;
	    width: 100%!important;
	    height: 30px!important;
	    margin-top: 8%;
	    margin-bottom: 0;
	}
	
	#alberta-head h1, #downtown-head h1, #nobhill-head h1, #pearl-head h1, #brassbar-head h1{
		height: 40%;	
	}

	.subpage .directions, .cafe-details {
		display: none!important;
	}
	
}

  @media only screen
  and (min-device-width: 320px)
  and (max-device-width: 414px)
  and (orientation: landscape){


  .subpage .barista-logo {
	    margin-top: 8%;
	    
	   }

	#info .infobutton{
 		display: block!important;
 		visibility: visible!important;
 		opacity: 1!important;
 		top: -160px;
	}
	
	#info.show .infobutton{
		top: -40px;
	}
	
	.subpage #info {
		/*
		bottom: -159px;
		height: 240px;
		*/
	}
	
	#info h3{
		display: block!important;
		text-align: center!important;
		clear: both!important;
		margin: 0!important;
		font-size: 20px!important;
	}
  
  	#info p{
  		width: 40%!important;
  		float: left!important;
  		margin: 0 5%!important;
  		font-size: 12px;
  	}
  	
  	.directions{
  		display: none!important;
  	}
  
  }
  
  
    @media only screen
  and (min-width: 300px)
  and (max-width: 736px)
  and (orientation: portrait){
  
  	#info{
  		display: none!important;
  	}
  
  }




#video{
  position: relative;
  background: transparent;
     bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0; 
}

.ytplayer-container{
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;  
  
}


.videoframe{
 position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;	
   z-index: -100; 
}


/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}






.videoframe2{
 position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;	
   z-index: -100; 
}


/* The only rule that matters */
#videosized {
/*  making the video fullscreen  */
  position: absolute;
  bottom: 0; 
  left: 0;
  z-index: -100;
  min-width: 100%;
  min-height: 100%; 
  width: auto;
  height: auto;
}

