/*
Theme Name: Bison
Theme URI: http://bisonmade.com/
Description: Custom Theme by Seedoubleyou design for Bison Made, LLC.
Author: Seedoubleyou design
Version: 1.0
License: Permission granted only to use on bisonmade.com site
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background-size: 100% 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align: center;
	color: #231f20;
	font-family: arial, helvetica, sans-serif;
}
body #fc {
    text-align: left;
}
.fc-foxycomplete-flag {
	background-size: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { color: #231f20; }
a, a:hover, a:active, a:visited { outline: none; }
header, footer {
	text-align: center;
	position: relative;
}
em { font-style: italic; }
strong { font-weight: bold; }
.content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.home header .content {
	height: 674px;
	background: url('images/background.jpg') center no-repeat;
	border-bottom: 1px solid #231f20;
}
#logo {
	text-indent: -9999px;
	position: absolute;
	top: 0; left: 46px;
	width: 195px; height: 289px;
	background: url('images/bison.png') top left no-repeat;
	z-index: 1;
	overflow: hidden;
}
.content nav {
	font: 500 0.75em/1em "futura-pt", arial, sans-serif; /* 12/16px */
	text-transform: uppercase;
	position: absolute;
	top: 27px; right: 125px;
	width: 660px;
	text-align: right;
	z-index: 10;
}
.content nav > ul {
	overflow: hidden;
	display: inline-block;
}
.content nav > ul > li {
	float: left;
	border-right: 1px solid #231f20;
}
.content nav > ul > li:last-child { border: none; }
.content nav a {
	text-decoration: none;
	display: block;
	padding: 0.4em 1.9em;
}
.content nav a.foxycart {
	padding-left: 3.2em;
	background: url('images/shoppingCart.png') 1em 0 no-repeat;
	background-size: auto;
}
#facebook, #twitter {
	position: absolute;
	top: -3px;
	display: block;
	width: 30px; height: 52px;
	transition: all 0.2s;
	z-index: 10;
}
#facebook:hover, #twitter:hover {
	top: 0;
	transition: all 0.2s;
}
#facebook {
	background: url('images/facebook.png') top center no-repeat;
	right: 70px;
}
#twitter {
	background: url('images/twitter.png') top center no-repeat;
	right: 30px;
}
#slides {
	position: absolute;
	top: 115px; right: 145px;
	width: 545px; height: 345px;
	background: #fff;
	border: 1px solid #231f20;
	box-shadow: 5px 5px 4px 4px rgba(0, 0, 0, 0.1);
}
#slideContainer {
	margin: 5px;
	overflow: hidden;
	position: relative;
	height: 335px;
	width: 535px;
}
#slideContainer a {
	position: absolute;
	width: 535px; height: 335px;
	display: block;
	top: 0; left: 100%;
}
#slideContainer a.current {
	left: 0;
}
#slideLinks {
	position: absolute;
	bottom: -15px; right: 18px;
	height: 33px;
	width: 132px;
}
#slideLinks li { float: left; padding-left: 5px; }
#slideLinks a {
	display: block;
	width: 21px; height: 33px;
	position: relative;
}
#slideLinks span {
	opacity: 0;
	position: absolute;
	top: 0; left: 0;
	width: 21px; height: 33px;
	transition: all ease 0.4s;
}
#slideLinks a:hover span, #slideLinks a.current span {
	opacity: 1;
	transition: all ease 0.2s;
}
#slide1 { background: url('images/slide1.png') center no-repeat; }
#slide2 { background: url('images/slide2.png') center no-repeat; }
#slide3 { background: url('images/slide3.png') center no-repeat; }
#slide4 { background: url('images/slide4.png') center no-repeat; }
#slide5 { background: url('images/slide5.png') center no-repeat; }
#slide1 span { background: url('images/slide1Over.png') center no-repeat; }
#slide2 span { background: url('images/slide2Over.png') center no-repeat; }
#slide3 span { background: url('images/slide3Over.png') center no-repeat; }
#slide4 span { background: url('images/slide4Over.png') center no-repeat; }
#slide5 span { background: url('images/slide5Over.png') center no-repeat; }
#pressLink {
	position: absolute;
	top: 160px; right: 60px;
	display: block;
	width: 155px; height: 113px;
	background: url('images/press.png') center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	transition: all ease 0.2s;
}
#pressLink:hover {
	right: 57px;
	transition: all ease 0.2s;
}
#productsLinkBg {
	position: absolute;
	width: 234px; height: 166px;
	top: 297px; left: 26px;
	background: url('images/prodLinkBg.png') center no-repeat;
}
#productsLink {
	position: absolute;
	top: 322px; left: 57px;
	height: 156px; width: 156px;
}
#productsLink div.bg {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 156px; height: 156px;
	background: url('images/prodLink.png') center no-repeat;
	opacity: 1;
	transition: all ease 0.3s;
}
#productsLink span {
	position: absolute;
	top: 0px; left: 0px;
	width: 156px; height: 156px;
	background: url('images/prodLinkOver.png') center no-repeat;
	opacity: 0;
	transition: all ease 0.3s;
	text-indent: -9999px;
	overflow: hidden;
}
#productsLink:hover div.bg {
	opacity: 0;
	transition: all ease 0.3s;
}
#productsLink:hover span {
	opacity: 1;
	transition: all ease 0.3s;
}
#contactLink {
	position: absolute;
	top: 531px; left: 63px;
	width: 162px; height: 64px;
	background: url('images/contactUs.png') center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#retailLink {
	position: absolute;
	top: 497px; left: 255px;
	display: block;
	width: 167px; height: 135px;
	background: url('images/find-a-retailer.png') center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	transition: all ease 0.3s;
}
#retailLink:hover {
	top: 495px;
	transition: all ease 0.3s;
}
#homeBlurb {
	position: absolute;
	top: 497px; left: 445px;
	width: 300px; height: 85px;
	padding: 17px 48px 32px 63px;
	background: url('images/homeBlurb.png') top left no-repeat;
	font: 12px/14px "futura-pt", arial, helvetica;
	color: #fff;
	text-align: left;
}
#homeBlurb div {
	display: table;
	width: 100%;
	height: 100%;
}
#homeBlurb span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#products { margin-bottom: 50px; }
#products div.content {
	margin-top: 3px;
	border-top: solid 1px #231f20;
}
#products h2 {
	position: relative;
	top: -4px;
	margin: 0 0 20px; padding: 0;
	height: 72px;
	background: url('images/products.png') 68px 0 no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
	overflow: hidden;
}
.productList {
	overflow: hidden;
	margin-left: 75px;
}
.product {
	display: block;
	width: 161px;
	height: 156px;
	margin: 0 20px 20px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	float: left;
}
.hoverContainer{
	position: relative;
}
.product div.hover {
	position: absolute;
	top: 0;
	width: 126px; height: 116px;
	padding: 20px;
	font: 500 1em/1.2em "futura-pt", arial, sans-serif; /* 14/16px */
	text-transform: uppercase;
	text-decoration: none;
	background: url('images/prodHover.png') center no-repeat;
	background-size: auto 100%;
	display: table;
	opacity: 0;
	transition: all 0.3s;
	cursor: pointer;
}
div.hover:hover {
	opacity: 1;
	transition: all 0.3s;
}
.product div.hover div {
	display: table-cell;
	height: 100%; width: 100%;
	vertical-align: middle;
}
.product div.hover span {
	display: block;
	font-size: 0.928571em; /* 13/14px */
	font-family: arial, helvetica, verdana;
	text-transform: none;
}
.returnToTop {
	display: block;
	width: 200px;
	height: 156px;
	float: right;
	margin: 0 25px 25px 0;
	background: url('images/backToTop.png') center no-repeat;
	background-size: auto 100%;
}
#retailers {
	margin-bottom: 50px;
}
#retailers h2 {
	position: absolute;
	left: -9999px;
}
#retailers div.content {
	background: url('images/retailerBg.jpg') 30px 0 no-repeat;
	background-size: auto 584px;
	padding: 200px 0 0 60px;
	width: 920px;
	min-height: 384px;
	text-align: left;
}
#retailers table { width: 100%; }
#retailers td { vertical-align: top; }
#retailers table div { position: relative; padding: 0 0 25px 20px; line-height: 1.2em; }
#retailers a {
	text-decoration: none;
	font-weight: bold;
}
#retailers a:hover { text-decoration: underline; }



#press .content  {
	border-bottom: solid 1px #231f20;
	width:980px;
	margin:0px auto 3px;
}
#press h2 {
	position: relative;
	height: 130px;
	background: url('images/pressTitle.png') 61px 0 no-repeat;
	background-size: auto 100%;
	margin: 0 0 30px; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}


/*new CSS for Press Section*/
.mag-section{
	display:inline-block;
}
.mag{
	position:relative;
	width:190px; height:250px;
	overflow:hidden;
	float:left;
	margin:0px 0px 25px 53px;
	cursor:pointer;
}
.mag img{
	width:190px; height:250px;
}
.mag-close{
	display:none;
	width:9px; height:10px;
	float:right;
	position:relative;
	clear:both;
	margin:30px 10px 0px 0px;
	cursor:pointer;
	background:url('images/close.jpg') center no-repeat;
}
.display-mag{
	position:relative;
	clear:both;
}
.display-mag img{
	height:1000px; width:auto;
	margin:0px auto;
	display:none;
}

.web-list{
	position:relative;
	width:980px;
	margin:60px auto 50px;
	display:inline-block;
}

.list-link{
	width:380px; height:100px;
	float:left;
	margin:20px 55px 0px 55px;
}

.cycler{
	position:relative;
	width: 100%; height:540px;
	overflow: hidden;
}

.mag-next{
	position:absolute;
	top:408px; right:-40px;
	width:15px; height:30px;
	background:url('images/arrows.png') right no-repeat;
	cursor:pointer;
	transition: all 0.2s ease;
	display:none;
	z-index:99;
}
.mag-prev{
	position:absolute;
	top:408px; left:4px;
	width:15px; height:30px;
	background:url('images/arrows.png') left no-repeat;
	cursor:pointer;
	transition: all 0.2s ease;
	display:none;
	z-index:99;
}

.mag-prev:hover,
.mag-next:hover{
	opacity:0.6;
}





#about .content  {
	border-top: solid 1px #231f20;
	border-bottom: solid 1px #231f20;
	margin: 3px auto;
	padding: 40px 0;
	overflow: hidden;
	text-align: left;
}
#about .footerImages{
	position: relative;
}
#leftAbout {
	width: 310px;
	float: left;
}
#rightAbout {
	width: 310px;
	float: right;
}
#midAbout {
	width: 310px;
	float: left;
	margin-left: 25px;
}
#about img{
	position: absolute;
	display: none;
}
#about .current{
	display: block;
}
.wrapAbout{
    position: relative;
    height: 300px;
}
#about h2 {
	font: 1.45em/1em "futura-pt", verdana, helvetica;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#about h4 {
	font: 1.25em/1em "futura-pt", verdana, helvetica;
	text-transform: uppercase;
	margin: 1em 0;
}
#about { font-size: 12px; }
#about img { max-width: 100%; }
#product .content { overflow: hidden; }
#prodInfo {
	width: 172px;
	overflow: hidden;
	float: left;
	margin: 314px 0 35px 51px;
	font: 0.75em/1.4em arial, helvetica, verdana; /* 12/16px */
	text-align: left;
}
#prodInfo h1 {
	font: 500 1.5em/1em "futura-pt", verdana, helvetica; /* 24/16px */
	text-transform: uppercase;
	margin: 0 0 16px;
}
#product h2.price, #page h1 {
	font: 500 2.5em/1em "futura-pt", verdana, helvetica; /* 40/16px */
	text-transform: uppercase;
}
#page h1{
	margin: 0 0 30px;
}
#product h2.price {
	display: block;
	width: 320px;
	overflow: hidden;
	float: right;
	padding-right: 40px;
    text-align: right;
	margin-bottom: 10px;
	margin-top: 17px;
}
#prodInfo h3 {
	font: normal 1.2em/1em arial, verdana, helvetica;
	margin: 18px 0 24px;
}
#prodInfo p { margin: 0 0 20px; }
#prodMain {
	width: 610px;
	overflow: hidden;
	float: right;
	margin:  90px 100px 35px 0;
}
#page {
	width: 610px;
	overflow: hidden;
	float: right;
	margin:  120px 100px 100px 0;
	text-align: left;
	line-height: 1.4em;
}
#page img.alignright {
	float: right;
	margin: 10px 0 20px 10px;
}
#page img.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}
#page img.aligncenter {
	float: none;
	margin: 10px 20px;
}
#page strong {
	font: 500 1.2em/1em "futura-pt", verdana, helvetica; /* 40/16px */
}
#images { margin-bottom: 10px; }
#images .wrap {
	position: relative;
	padding: 15px;
	overflow: hidden;
	height: 328px;
}
.image {
	position: absolute;
	top: 0; left: 100%;
	width: 610px; height: 400px;
	display: table;
}
#images div.current { left: 0; }
.image span {
	display: table-cell;
	width: 100%; height: 100%;
	vertical-align: middle;
	text-align: center;
}
.image img {
	max-height: 280px;
	max-width: 590px;
}
#images .wrap img.current { left: 0;}
#images .overlay {
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	box-shadow: inset 0 0 15px 15px #fff;
}
#images .thumbs a {
	display:  inline-block;
	padding-right: 11px;
	margin-bottom: 30px;
    background-image: url('images/dotGray.png');
    background-size: 8px 7px;
    background-repeat: no-repeat;
    width: 8px;
    height: 7px;
}
#images .thumbs a.current {
	display:  inline-block;
    background-image: url('images/dotBlack.png');
    background-size: 7px 7px;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
}
#social {
	margin-top: 12px;
	overflow: hidden;
}
#social > span, #social > div {
	display: block;
	float: left;
	height: 16px;
	margin-right: 3px;
}
#social .stButton {
	margin: 0 5px 0 0;
}
#social .stButton .chicklets {
	padding: 0;
	width: 16px;
}
.svpply_button { background-size: auto; }
#addToCart {
	display: block;
	width: 205px; height: 74px;
	background: url('images/addToCart.png') center no-repeat;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
    clear: both;
}
#productsubmit {
	display: inline-block;
	width: 205px;
	height: 74px;
	background: url('images/addToCart.png') center right no-repeat;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.foxyshop_variations {
	display: inline-block;
	clear: both;
	margin: -25px 12px 0 0;
	width: 63%;
	text-align: left;
}
.foxyshop_variations .clr {

}
label.variation-size, label.variation-buckle-finish {
	display: inline-block;
	position: relative;
	font-size: 14px;
	padding: 8px 6px 8px 0px;
	text-transform: uppercase;
	width: 110px;
	text-align: left;
}
select.variation-size, select.variation-buckle-finish {
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 0px;
	-webkit-appearance: none;
	font-size: 14px;
	padding: 8px 20px 8px 8px;
	text-transform: uppercase;
	background: url("images/dropdown.png") no-repeat;
	background-position: 92% 50%;
	background-size: 10px 10px;
}
select.variation-buckle-finish {
	background-position: 97% 50%;
}
#soldOut {
	width: 204px; height: 86px;
	background: url('images/soldOut.png') center no-repeat;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
    clear: both;
}
#relatedProducts {
	clear: both;
	text-align: left;
	font-size: 0.8em;
}
#relatedTitle { margin-bottom: 15px; }
#relatedProducts a{
	display: inline-block;
	width: 90px; height: 101px;
	margin-right: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#images .thumbs img { max-height: 101px; }
#images .innerWrap img.current { left: 0; }
footer .content {
	background: url('images/background.jpg') center no-repeat;
	background-size: auto auto;
	border-top: solid 1px #231f20;
	padding: 40px 61px 28px;
	width: 858px;
	overflow: hidden;
}
footer .column {
	float: left;
	padding-right: 63px;
	text-align: left;
	font-size: 0.75em; /* 12/16px */
	line-height: 1.4em;
}
footer h3 {
	font: 1.25em "futura-pt", verdana, helvetica; /* 15/12px */
	text-transform: uppercase;
	margin: 0 0 15px;
}
footer h3 a { text-decoration: none; }
footer h3 a:hover { text-decoration: underline; }
footer .links {
	float: right;
	text-align: right;
}
footer .links a {
	display: block;
	font: 0.9375em "futura-pt", verdana, helvetica; /* 15/16px */
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0.8em;
}
#copyright {
	padding-top: 40px;
	font-size: 0.5625em; /* 9/16px */
	text-align: left;
	clear: both;
	background: url('images/creditCards.png') bottom right no-repeat;
	background-size: auto;
}
#sendBtn {
	border: none;
	text-indent: -9999px;
	display: block;
	width: 128px; height: 86px;
	background: url('images/sendBtn.png') center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.quickViewHidden{
	clear: both;
}
.quickContent{
	float: right;
	width: 36%;
	padding-left: 10%;
	margin-top: 60px;
	margin-right: 27px;
	text-align: left;
}
.quickContent .quickPrice{
	margin-top: 21px;
}
.quickDetails{
	display: inline-block;
	border: 1px solid #231f20;
	padding: 0 12px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 36px;
	font: 400 0.9em/1.3em "futura-pt",verdana,helvetica;

}
.quickView{
	position: absolute;
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: default;
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
	right: 0;
    z-index: 1;
	width: 903px;
}
.quickImg{
	display: table;
	float: left;
	width: 50%;
	height: 294px;
	margin: 60px 0 25px 0;
}
.quickImg span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.quickPrice{
	font: 500 1.1em/1.1em "futura-pt",verdana,helvetica;
	margin-top: 54px;
}
.quickContent h3{
	font: 500 1.1em/1.1em "futura-pt",verdana,helvetica;
	text-transform: uppercase;
}
.quickContent p{
	margin-top: 12px;
	font-size: 0.8em;
}
.quickView > span{
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
}
.product .quickView{
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.35s;
    -moz-transition: height 0.35s; /* Firefox 4 */
    -webkit-transition: height 0.35s; /* Safari and Chrome */
    -o-transition: height 0.35s; /* Opera */
}
.product.current .quickView{
    height: 385px;
    opacity: 1;
    transition: height 0.35s;
    -moz-transition: height 0.35s; /* Firefox 4 */
    -webkit-transition: height 0.35s; /* Safari and Chrome */
    -o-transition: height 0.35s; /* Opera */
}
.quickViewHidden{
    height: 0;
    transition: height 0.35s;
    -moz-transition: height 0.35s; /* Firefox 4 */
    -webkit-transition: height 0.35s; /* Safari and Chrome */
    -o-transition: height 0.35s; /* Opera */
}
.quickViewHidden.current{
    height: 385px;
    transition: height 0.35s;
    -moz-transition: height 0.35s; /* Firefox 4 */
    -webkit-transition: height 0.35s; /* Safari and Chrome */
    -o-transition: height 0.35s; /* Opera */
}
.clearFix{
	clear: both;
}
.quickview_foxyshop_main_image > img{
	max-width: 100%;
}
.quickview_foxyshop_main_image{
	display: inline-block;
	width: 47px;
	margin-right: 15px;
}
.quickviewRelatedTitle{
	font-size: 0.8em;
	margin: 15px 0;
}
#moreDescrip{
	max-height: 0;
	overflow: hidden;
}
#bars{
	height: 1px;
	border: 1px solid #999;
	border-left: none; border-right: none;
}
#moreDescrip.current{
	max-height: 1000px;
	transition: max-height 0.9s;
    -moz-transition: max-height 0.9s; /* Firefox 4 */
    -webkit-transition: max-height 0.9s; /* Safari and Chrome */
    -o-transition: max-height 0.9s; /* Opera */
}
#readMore{
	font: 500 1em/1em "futura-pt",verdana,helvetica;
	padding-top: 5px;
	text-align: center;
	color: #999;
	cursor: pointer;
}
#readMore span{
    font-size: 1.5em;
}
#readMoreWrap{
    margin: -15px 0 4px 0;
}
#featuredProducts{
	clear: both;
	margin-bottom: 30px;
}
.featuredProduct{
	display: inline-block;
	position: relative;
	border-right: 2px solid #999999;
    color: #999999;
    margin-right: 6px;
    padding-right: 6px;
	text-decoration: none;
	margin-bottom: 5px;
	text-transform: uppercase;
	font: 500 0.9em/0.9em "futura-pt", arial, sans-serif;
}
.featuredImage{
	position: absolute;
	left: 0;
	bottom: 13px;
	background-color: #FFFFFF;
    border: 1px solid #999999;
	padding: 5px;
    box-shadow: 3px 3px 4px 0px #999;
    -moz-box-shadow: 3px 3px 4px 0px #999;
    -webkit-box-shadow: 3px 3px 4px 0px #999;

}
.featuredProduct:hover .imgWrap{
	opacity: 1;
	bottom: 5px;
	left: 50%;
	transition: opacity, bottom 0.3s;
    -moz-transition: opacity, bottom 0.3s; /* Firefox 4 */
    -webkit-transition: opacity, bottom 0.3s; /* Safari and Chrome */
    -o-transition: opacity, bottom 0.3s; /* Opera */
}
.featuredProduct:hover{
	text-decoration: underline;
}
.featuredProduct.noBorder{
	border: none;
}
.featuredProduct.current{
	color: #000;
}
.featuredProduct .imgWrap{
	position: absolute;
	left: -9999px;
	margin-left: -53px;
	text-align: center;
	bottom: -5px;
	z-index: 100;
	opacity: 0;
}
#navProductsUl{
    background: url("images/homeMenuBg_94.png") repeat scroll 0 0 transparent;
	width: 208px;
}
#navProducts:hover #navProductsUl{
	padding: 15px 0;
}
#navProductsUl li a{
    max-height: 0;
    opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#navProducts:hover #navProductsUl li a{
	opacity: 1;
	max-height: 34px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#navProductsUl li:hover a{
	background-color: #ECE9E0;
}
#navProducts > li:first-child ul{
	display: none;
}
#navProducts:hover #navProductsUl{
	border-bottom: 1px solid #231f20;
}

#mce-EMAIL {
	border: solid 1px #000;
	padding: 8px;
	position: relative;
	left: -9px;
}
#mc-embedded-subscribe {
	margin-top: 4px;
	border: solid 1px #000;
	background: #fff;
	padding: 6px;
	text-transform: uppercase;
	position: relative;
	left: -9px;
}

body .fc_cbox #cboxClose { font: 14px "futura-pt", arial, sans-serif; text-transform: uppercase; }
body .fc_cbox #cboxClose span { vertical-align: -16%; }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	footer .content { background-image: url('images/background@2x.jpg'); background-size: 100% auto; }
	#home { background-image: url('images/background@2x.jpg'); background-size: contain; }
	#logo { background-image: url('images/bison@2x.png'); background-size: contain; }
	#facebook { background-image: url('images/facebook@2x.png'); background-size: contain; }
	#twitter { background-image: url('images/twitter@2x.png'); background-size: contain; }
	#slide1 { background-image: url('images/slide1@2x.png'); background-size: contain; }
	#slide2 { background-image: url('images/slide2@2x.png'); background-size: contain; }
	#slide3 { background-image: url('images/slide3@2x.png'); background-size: contain; }
	#slide4 { background-image: url('images/slide4@2x.png'); background-size: contain; }
	#slide5 { background-image: url('images/slide5@2x.png'); background-size: contain; }
	#slide1 span { background-image: url('images/slide1Over@2x.png'); background-size: contain; }
	#slide2 span { background-image: url('images/slide2Over@2x.png'); background-size: contain; }
	#slide3 span { background-image: url('images/slide3Over@2x.png'); background-size: contain; }
	#slide4 span { background-image: url('images/slide4Over@2x.png'); background-size: contain; }
	#slide5 span { background-image: url('images/slide5Over@2x.png'); background-size: contain; }
	#pressLink { background-image: url('images/press@2x.png'); background-size: contain; }
	#productsLinkBg { background-image: url('images/prodLinkBg@2x.png'); background-size: contain; }
	#productsLink div.bg { background-image: url('images/prodLink@2x.png'); background-size: contain; }
	#productsLink span { background-image: url('images/prodLinkOver@2x.png'); background-size: contain; }
	.product div.hover { background-image: url('images/prodHover@2x.png'); background-size: contain; }
	#retailLink { background-image: url('images/find-a-retailer@2x.png'); background-size: contain; }
	#homeBlurb { background-image: url('images/homeBlurb@2x.png'); background-size: contain; }
	#products h2 { background-image: url('images/products@2x.png'); background-size: contain; }
	.returnToTop { background-image: url('images/backToTop@2x.png'); background-size: contain; }
	#press h2 { background-image: url('images/pressTitle@2x.png'); background-size: contain; }
	#addToCart { background-image: url('images/addToCart@2x.png'); background-size: contain; }
	#productsubmit { background-image: url('images/addToCart@2x.png'); background-size: contain; }
	#soldOut { background-image: url('images/soldOut@2x.png'); background-size: contain; }
	#sendBtn { background-image: url('images/sendBtn@2x.png'); }
	#contactLink { background-image: url('images/contactUs@2x.png'); background-size: contain; }
}
