/* @override 
	http://scd.beanstalkcreative.com.au/css/scd_2.css?v=2
	http://southerncoastdistillers.com.au/css/scd_2.css
	https://southerncoastdistillers.com.au/css/scd_2.css
	https://southerncoastdistillers.com.au/csscache/131960345044aef3c3cfd8505e801295353e3a72ac.css
	http://dev.iniquity.com.au/css/scd_2.css
	http://dev2.iniquity.com.au/css/scd_2.css
	http://iniquity.com.au/css/scd_2.css
	https://iniquity.com.au/css/scd_2.css
*/

img{display: block; border: 0; margin: 0; padding: 0;}
html, body{
	height: 100%;
}
body{
	/*border-top: 4px solid black;*/
	font-size: 62.5%;
	background: #000;
}

/* @group Defaults */

h1, h5, h6, .nav a, .cart tr th, .mobile-nav a {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	text-transform: uppercase;
	}

/* @group buttons */
.button{font-family: Georgia, "Times New Roman", Times, sans-serif; text-align: center;}




article .login_btn.login, .login_btn.register, input[type="submit"]{
	cursor: pointer;
	padding: 8px 10px;
	display: inline-block;
	margin: 10px 0;
	font-size: 12pt;
	height: auto;
}
/* @end */





.title, h2,h3, h4, .item h1, .item_price, .button.checkout, p.cart_total, .buynow, .split h2, .side_nav li, .signup_foot label, .cart .total, .news h1, .summary_total, input[type="submit"] {
		font-family: Georgia, "Times New Roman", Times, sans-serif;}

h1{font-size: 3.2em;}
h2{font-size: 2.4em; margin-bottom: .2em;}
h3{font-size: 2.0em;}
h4{font-size: 1.8em;}
p, li{
	color: #595959;
	font-size: 1.3em;
	line-height: 1.8em;
}
p em{
	font-style:italic;
}
article blockquote p{
	font-size: 12pt;
	border-left: 4px solid;
	padding: 10px;
	margin: 0 10px 10px;
	line-height: 14pt;
	border-color: #ddd;
	font-style: italic;
}
a{color: #fb0018;}
a:hover{color: #fb0018;}
a.button:hover{color: #fff;}
/*li{font-size: 1.3em;}*/

ul, ol{
	padding-bottom: 1.8em;
}
.wygwam ul, .wygwam ol{padding: 1.8em 0;}
.wygwam li{padding-bottom: 0.9em;}
.bodycopy p, .theentry p{
	padding-bottom: .8em;
}
.bodycopy img{
	/*float: left;*/
}
/* @end */

/* @group Structure */
form{
	width: 100%;
}
.inner{
	max-width: 858px; /*This is the edge to edge width */
	margin: 0 auto;
	position: relative;
}
.bodycopy{
	max-width: 858px; /*This is the full width - 35+35 pixles */
	padding: 5%;
	background: white;
	float: left;
	width: 90%;
}
#wrapper{min-height: 100%;position: relative;}

.row{width: 100%;clear: both;} /* Outer wrapper 100% browser */

.content_wrapper{position: relative;}

.content{padding-bottom: 20px; /* Height of footer to keep at bottom */}

.major_column{float: right;width: 65%;}

.side_nav{float: left;width: 228px}

#supersize, #supersize-2{
	position: fixed;
	background: url(/resources/bkgnd_den.jpg);
	background-position: bottom center!important;
	background-size: cover;
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
} /*Background image*/

#supersize-2{
	background: url(/resources/bkgnd_den~.jpg);
	background-size: cover;
} /*Background image*/

.hidden{visibility: hidden;} /*Modal Popups +*/

/* @end */

.news{
	background: url(/resources/hr_hor.png) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 100%;
	float: left;
	position: relative;
}
.news_head{
	width: 100%;
	clear: left;
}

.news_head h1{
	padding: 0;
	display: block;
	color: #595959;
	/*font-family: avenir,"Helvetica-Neue", arial, sans-serif;*/
	font-size: 24px;
	text-shadow: white 0 1px 0;
	text-transform:none
}
.news_head h1 a{
	color: #303030;
	text-decoration: none;
}
.news_body{
	width: 100%;
	/*float: left;*/
	/*display: none;*/
}
.theentry{
	float: left;
width:70%;
}
.news_body a.readmore{
	color: #ba1712;
	font-size: 12px;
	float: right;
}
.news_img{
	float: right;
	margin: 10px 0 10px 10px;
	/*border: 1px solid #d5d5d5;
	padding: 1px;*/
}
p.news_date, p.article_date{
	/*float: left;*/
	display: inline-block;
	color: #9b9b9b;
	/*font-style: italic;*/
	font-size: 11px;
	padding: 5px 0 0;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
}
/* @group Buttons */

.button, .den-modal-button, input[type="submit"]{
	/*This is the generic treatment for all items with the class "button"*/
	/*Various items are overridden by adding specific class*/
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;*/
	padding: 9px;
	background: #fb0018; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED1C24', endColorstr='#C12732'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#C12732)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ED1C24,  #C12732);
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #fb696b;
	border-bottom: 1px solid #87000c;
	text-shadow: #863839 0 -1px 0;
}
.testcolor{
	list-style-image: none;
	list-style-type: none;
	vertical-align: top;
}
.button:hover, .den-modal-button:hover, input[type="submit"]:hover{
	background: #c10d1a; /* for non-css3 browsers */
	border-top: 1px solid #740001;
	border-bottom: 1px solid #fff;
	/*padding-top: 9px*/
}
input.button, .den-modal-button{
	/*Special treatment for input submit buttons*/
	border-top: 1px solid #fb696b;
	border-bottom: 1px solid #87000c;
	border-left: none;
	border-right: none;
}
.buynow{
	/*Specific tretatment for the buynow button*/
	/*position: absolute;
	bottom: 38px;
	right: 38px;
	
	*/
	padding: 10px 30px;
	margin: auto;
	display: inline-block;
	font-size: 1.5em;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
	letter-spacing:.125em;
	
}

a.delete_item{
	/*Specific tretatment for the deleteme button*/
	display: block;
	width: 19px;
	height: 20px;
	line-height: 21px;
	text-align: center;
/*	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;*/
	background-color: #cf6466;
	text-decoration: none;
	color: #fff;
	text-shadow: #595959 0 -1px 0;
	font-weight: bold;
	font-size: 10px;
	margin: 0 auto;
	border-bottom: 1px solid white;
}

.item_buy{
	font-size: 1.6em;
	padding: 9px 20px;
	line-height: 1;
	display: block;
	width: 100%;
	margin: 0px!important;
}
.outofstock .button{
	/*Make this button appear inactive*/
	background: #333;
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid white;
	color: #777;
	text-shadow: none;
	text-decoration: line-through;
}
test{
	background-color: #bababa;
}

input.update, .button.back{
	/*Back button treatment*/
	font-size: 13px;
	background-color: #9b9b9b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#9b9b9b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#9b9b9b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e4e4e4,  #9b9b9b);
	border-bottom: 1px solid #acacac;
	border-top: 1px solid #fff;
	color: #424242;
	text-shadow: white 0 1px 0;
	padding: 5px 20px;
	margin-right: 15px;
	float: right;
}
input.update:hover, a.button.back:hover{
	background: #dadada;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #fff;
	padding: 5px 20px;
}
.button.back{
	float: left;
	margin-left: 20px;
}
.button.checkout{
	font-size: 15px;
	float: right;
	position: relative;
	margin-right: 15px;
	letter-spacing: 1pt;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
}
.sublink{
	float: left;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
/*	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
.backtop{float: right;}
.backto{
	/*background-color: #ba1712;*/
	background-color: #333;
	color: white;
}
.backto:hover{
	/*background-color: #ba1712;*/
	background-color: #555;
	color: white;
}
/* @end */

/* @group Widgets */

/* @group Progress */
ul#progress{
	/*The checkout process widget*/
	width: 396px;
	height: 44px;
	position: absolute;
	float: left;
	top: 18px;
	right: 35px;
	margin: 0;
/*	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;*/
}
#progress li, #progress li a{
	/*The checkout process widgets indivdual steps*/
	color: #595959;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 11pt;
}
#progress li{
	/*The checkout process widgets indivdual steps*/
	list-style-type: none;
	float: left;
	width: 112px;
	height: 24px;
	padding: 10px;
	
	background-color: #dadada;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A', endColorstr='#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#333333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #1A1A1A,  #333333);
	border-bottom: 1px solid #454545;
	border-top: 1px solid black;
}
#progress li.active{
	/*The checkout process highlight the current active step*/
	background: #ce181f;
	color: white;
	border-bottom: 1px solid #ce5358;
	border-top: 1px solid #5b0a0d;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce181f', endColorstr='#ce181f');
}
#progress span.step_num{
	/*The checkout process widgets step number*/
	display: block;
	width: 25px;
	height: 20px;
	line-height: 20px;
	float: left;
	font-weight: bold;
	font-size: 1.3em;
}
#progress .step_1{
	/*The checkout process rounded corner*/
/*	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius: 3px 0 0 3px;*/
}
#progress .step_3{
	/*The checkout process rounded corner*/
/*	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius: 0 3px 3px 0;*/
}
/* @end */




.show_me{
	/*Used in products page to show/hide hidden div*/
	cursor: pointer;
	float: left;
	/*margin-right: 70px;*/
	padding-right: 40px;
	line-height: 30px;
	font-size: 1.0em;
	text-transform: uppercase;
	background: url(/resources/obj_more_arrow.png) no-repeat right center;
}



/* @group IE6 - Depreciated */

/*#iealert{
	display: none;
	width: 621px;
	height: 306px;
	position: absolute;
	top: 10%;
	left: 25%;
	background: bisque url(../resources/images/IE6_window.png) no-repeat;
	
}
#infoButton {
    background-image: url("../resources/images/learnMoreButton.png");
    background-position: 0 0;
    display: block;
    height: 12px;
    left: 83px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 254px;
    width: 188px;
}
#infoButton:hover {
    background-position: 0 -12px;
}
#infoButton:active {
    background-position: 0 -24px;
}
.browserButton {
	display: block;
	position: absolute;
	width: 196px;
	height: 47px;
	left: 380px;
	background-image: url(../resources/images/browserButtons.png);
	overflow: hidden;
}
#ie8Button {
	top: 37px;
	background-position: 0px 0px;
}
#ie8Button:hover {
	background-position: 0px -47px;
}
#ie8Button:active {
	background-position: 0px -94px;
}
#firefoxButton {
	top: 100px;
	background-position: 0px -141px;
}
#firefoxButton:hover {
	background-position: 0px -188px;
}
#firefoxButton:active {
	background-position: 0px -235px;
}
#safariButton {
	top: 164px;
	background-position: 0px -282px;
}
#safariButton:hover {
	background-position: 0px -329px;
}
#safariButton:active {
	background-position: 0px -376px;
}
#chromeButton {
	top: 227px;
	background-position: 0px -423px;
}
#chromeButton:hover {
	background-position: 0px -470px;
}
#chromeButton:active {
	background-position: 0px -517px;
}*/

/* @end */

.tooltip .award_title{
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
}

/* @group Mini Cart */

#mini_cart{
	/*Top of the page cart sumary*/
	position: absolute;
	/*background: #000;*/
	/*padding: 10px 15px;*/
	right: 0;
/*	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;*/
	min-width: 80px;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px rgba(0,0,0,0.2);
}
#mini_cart .helper{
	float: left;
	line-height: 25px;
	color: white;
	
}
.helper:after{
	/*content: ":";*/
	padding-right: 3px;
}
/*#mini_cart .goto_cart{margin-right: 10px; padding-left: 2px;}*/

#mini_cart .my_settings{margin-left: 10px;}

#mini_cart .go_checkout{
	/*Treatment for button*/
	padding: 0 5px;
	height: 25px;
	line-height: 24px;
	margin-left: 10px;
}
.mini_cart_inner, .login_logout_inner{
	padding: 10px 15px;
	float: left;
}
.cart_btn:hover, .login_btn:hover{
	background: #D61921;
	border-bottom: 1px solid #FF6969;
	border-top: 1px solid #da1921;
}
.cart_btn, .login_btn{
/*	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;*/
	background: #ed1c24;
	border-top: 1px solid #FF6969;
	border-bottom: 1px solid #da1921;
	padding: 0 5px;
	height: 25px;
}
#mini_cart p{
	color: white; 
	font-size: 1.1em;
	text-align: left;
	float: left;
	line-height: 20px;
}
#mini_cart p a{
	/*Redundant ?*/
	padding: 3px 10px;
	color: white;
	background-color: #9c000a;
	float: left;
	margin-right: 5px;
}
#mini_cart a{
	text-align: left;
	float: left;
	color: white;
	line-height: 20px;
}
/*#mini_cart a img{
	float: left;
	padding: 0;
	margin: 0;
}*/

/* @end */
.success, .delete{
	display: none;
	position: absolute;
	margin-top: 400px;
	left: 50%;
	margin-left: -150px;
	padding: 20px;
/*	border-radius: 3px;
	moz-border-radius: 3px;*/
	z-index: 1;
}
.success{
	border: 3px solid #9aaa73;
	width: 300px;
	background: #d1e69c;
}
.success p{
	color: #658e10;
}
.delete{
	width: 300px;
	background: #e5b39b;
/*	border-radius: 3px;
	moz-border-radius: 3px;*/
	border: 3px solid #b56641;
}
.delete p{
	color: #8d413d;
}
img.bottle_shot{
	/*Redundant ?*/
	/*border: 1px solid #d5d5d5;*/
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}

/* @group Note Style */

.note{
	/*Used throughout the cart to let the user know what the next step is*/
	clear: both;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid white;
	background: #fffbda;
	padding: 0 0 15px 0;	
}
.note em{
	font-weight: bold;
}
.note header{
	/*font-size: 13px;*/
	padding: 10px 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	background: #fff2a4;/*url(../resources/images/icon_alert.png) no-repeat 5px 8px*/
	text-shadow: #fff9d9 0 1px 0;
	color: #595959;
	/*font-weight: bold;*/
}
.note a{
	color: #ce181f;
}
.mini_note{
	text-align: left !important;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid white;
	background: #fffbda;
	padding: 5px;
	margin-right: 30px;
}
.note p, .cart_confirm .note p{
	/*Styling of note*/
	padding: 0 25px 10px 25px;
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	text-shadow: #fffdef 0 1px 0;
}
.cart_confirm .note{
	margin: 0 25px 25px 25px;
}

/* @end */

/* @group Side Navigation */

/* The SidenavStyling */

.side_nav ul {
	margin: 0;
	border-top: 1px solid #eee;
}
.side_nav ul ul{
	/*Cancel inherited style*/
	border-top: none;
}
.side_nav li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-image: none;
	
}
.side_nav li li{
	/*Cancel inherited style*/
	/*border-top: 1px solid ;*/
}
.side_nav a, .side_nav .active li a, .side_nav li li a{
	display: block;
	padding: 10px 0;
	color: black;
	text-decoration: none;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size:12pt;
}
.side_nav li li a{
	/*font-size: 100%;*/
}
.side_nav a:hover, .side_nav a.active{
	color: #ed1c24;
}

/* @end */
/* @end */



/* @group Nav */

.header {
	text-align: center;
}
.head img{
	display: inline; /*Aligns to center*/
}
.nav{
	width: 100%; /* Width + margin-left */
	background: #000; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#111)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000000,  #111); /* for firefox 3.6+ */ 
	float: left;
	position: relative;
	zoom: 1;
}
.nav ul{
	position: relative;
	text-align: center;
	padding: 0;
	width: 100%;
/*	padding-bottom: 25px;
	padding-top: 25px;*/
}
.nav a{
	padding: 24px 18px;
	font-size: 1.5em;
	letter-spacing:1px;
	line-height: 1.5;
	color: silver;
	text-decoration: none;
	font-weight: 100;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	    width: 80px;
	/*background: url(/resources/obj_nav_active.png) no-repeat -1000px bottom;*/
}
.nav li.active a, .nav a:hover{
	background-position: center bottom;
	color: white;
}
.nav a.img{
	padding: 0 0 0 0;
	margin: 0 0 0 -137px;
	float: left;
	display: block;
	position: relative;
	zoom: 1;
}
.nav a.img:hover{
	background: none;
}
/* @end */

/* @group Scrollable */

#scrollable{
	width: 100%;
	overflow: hidden;
	height: 390px;
	position: relative;
}

#scrollable .items{
	width: 100%;
	position: absolute;
}

#scrollable .item{
	float: left;
	position: relative;
	width: 100%;
	background-repeat: no-repeat!important;
	background-position:bottom center!important;
}

#scrollable .item img{
	margin: auto;
}

.scrollable-btn-container{
	position: absolute;
	bottom: 30px;
	width: 100%;
	display: block;
	text-align:center;
}

a.prev, a.next{
	z-index: 9999;
	display: block;
	width: 40px;
	height: 110px;
	position: absolute;
	top: 150px;
	background-image: url(/resources/bkgnd_blk_trans_30.png);
}

a.prev img, a.next img{
	margin: 40px auto;
}

a.prev{left: 0;}

a.next{top: 150px;right: 0;}

/* @end */

/* @group Layout */

.item, #scrollable .item h1{background-image: url(/resources/bkgnd_pattern_dk.png); clear: both; float: left; width: 100%;}
item:after{
	content: "";
	display: block;
	height: 1;
	clear: both;
}
.item h1{
	color: white;
	padding: 20px 0 20px 38px;
	text-align: left;
	text-shadow: #000000 0 -1px 0;
}
.product_bio{
	/*max-width: 450px;*/
	width: 45%;
	margin: 0 40px 40px;
	float: left;
}
.product_bio h2{
	color: #fff;
}

.product_bio p, .product_bio li{
	color: #999;
	padding-bottom: 10px;
}

.product_bio li{
	padding-bottom: 0;
}

.product_hero{
	width: 26%;
	float: right;
	margin-top: -30px;
	padding-bottom: 20px;
	margin-right: 140px;
	/*position: absolute;*/
	/*top: 20px;
	right: 40px;*/
}
.product_hero.alt{
	margin-top: 0px;
}
/*.item:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}*/

.product_bio a{
	color: #fff;
}

.product_bio a:hover{
	color: #ddd;
}

#scrollable .item h1{
	padding: 20px 0;
	text-align: center;
}
.sub_content{
	float: left;
	position: relative;
	/*margin-top: 18px;*/
	/*padding-bottom: 18px;*/
	/*display: none;*/
	width: 100%;
}
.title{
	/*Used throughout as the item directly under the navigation*/
	background-color: #272727;
	padding: 15px 0;
	text-indent: 38px;
	font-size: 1.8em;
	font-style: normal;
	color: white;
	font-weight: normal;
	/*background-image: url(/resources/bkgnd_pattern_sub_head.png);*/
}
.bucket_wrapper{
	float: left;
	padding: 30px 0 20px 0;
	/*background-image: url(/resources/bkgnd_pattern_wht.png);*/
	background: #ffffff;
	/*background: -moz-linear-gradient(left,  #feffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#feffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(left,  #feffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(left,  #feffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(left,  #feffff 0%,#f5f5f5 100%);
	background: linear-gradient(to right,  #feffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f5f5f5',GradientType=1 );*/
	width: 100%;
	
}
.bucket{
	/* Each bucket is 1/3 wide */
	width: 26%;
	float: left;
	padding: 0 5%;
}
.bucket .title, .bucket .title a{
	background: none; /*Overide title background*/
	color: #595959;
	text-indent: 0;
	padding-top: 0;
	text-decoration: none;
}
.bucket h2{
	font-size: 1.8em;
}
.bucket h2 a{
	color: black;
	text-decoration: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid black;
}
.bucket img{
	width: 100%;
}
.first{padding-right: 3%;}

.second{padding-left: 3%; padding-right: 3%;
}

.last{padding-left: 3%;}

/* @end */

/* Table layouts */

.order_info{
	width:100%;
	margin-bottom:10px
}

.order_info th{
	text-align:left; 
	padding-left:10px;
}

/* @group Product List Display */

.thumb{
	top: -10px;
	opacity: 1;
	transition: 0.2;
}

.thumb:hover{
	cursor: pointer;
	opacity: 0.7;
}

.fullimg-container{
	display:block;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.lightbox{
	max-height: 100%;
	margin-top: 2%;
}
/*.lightbox::before{
	content: "X";
	background: #f5f5f5 url('../images/bg.jpg') no-repeat left top;	
}*/

.lightbox img{
	margin: auto!important;
	display: block!important;
	float: none!important;
	left: auto!important;
	right: auto!important;
	border: 10px solid #fff;
	border-radius: 5px;
	
}

.major_listing{
	width: 100%;
	/*background-image: url(/resources/bkgnd_white_70.png);*/
	background: #feffff;
	background: -moz-linear-gradient(left,  #fafafa 0%,#e9e9e9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(left,  #fafafa 0%,#e9e9e9 100%);
	background: -o-linear-gradient(left,  #fafafa 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(left,  #fafafa 0%,#e9e9e9 100%);
	background: linear-gradient(to right,  #fafafa 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f5f5f5',GradientType=1 );
	
	border-collapse: separate;
	float: left;
	position: relative;}

.major_listing .title{
	background: none;
	color: black;
	padding: 0;
	text-indent: 0;
	line-height: 1;}
	
.major_listing p.title {font-size: 2.0em;}

.major_listing p.title span{font-size: 12px;
	color: #9b9b9b;}

.major_listing .inner{
	border-top: 1px solid #d4d0ca;
	border-botom: 1px solid white;
/*	border-collapse: separate;*/
	vertical-align: middle;
	padding: 3% 5% 2%;
	float: left;
	max-width: 845px;
	width: 90%;
	}

.major_listing .inner.open{
	background: white;
	}

.major_listing tr.odd .inner{background: none;}

.item_more, .item_name, .item_price, .item_buy_outer{
	float: left;
	position: relative;
	text-align: center;}
	
.item_name{width: 25%; text-align: left;} /*Title For Product*/
.item_name img{
	float: left;
	position: relative;
	/*border: 1px solid #b7b7b7;*/
	margin-right: 10px;
}
.item_more{width: 40%; text-align: left;}

.item_price{width: 15%; font-size: 2.1em;} /*Product Table Price*/

.item_buy_outer{width: 20%;}

.sub{
	/*The hidden info for each batch*/
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
	/*background: url(/resources/images/Bkgnd_bottle_whisky.png) no-repeat left center;*/
}
.split{width: 50%;float: left;position: relative;}
.split p{padding: 0 0 0.9em;}
.split p strong{font-size: 110%;}
.split:first-child{
	width: 46%;
	margin-right: 4%;
}
.split h2{
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.awards{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
	/*background-color: #595959;*/
	border-bottom: 1px solid white;
}
.status, .awards{
	float: right;
	position: relative;
/*	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;*/
	padding: 5px 10px;
	min-height: 23px;
}
/* Generic style for different types of product */
.status{background: #777;line-height: 23px;
	color: #ddd;
	text-transform: uppercase;
	float: right;
	border-bottom: 1px solid white;
}
.status.den-only{
	background: #333;
}

/* treatment for different types of product */
.prod_vintage{background-color: #bbb7ac;}
.prod_new{background-color: #ca3335;
	color: white;
}


.awards {float: right;position: relative;}
.tool_activate {
	display: block;
	background: url(/resources/obj_mini_awards.png) no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 23px;
	cursor: pointer;
	float: left;
}
.awards p{line-height: 1;}
/* Generic Award */
.a_other.tool_activate, .a_other2.tool_activate, .a_other1.tool_activate {background-position: -92px center;}
/* Specific Award */
.a_gold.tool_activate {background-position: 4px center;}
.a_silver.tool_activate {background-position: -28px center;}
.a_bronze.tool_activate {background-position: -60px center;}

.tooltip{
	display: none;
	width: 260px;
	height: 60px;
	background: url(/resources/bkgnd_tooltip.png) no-repeat left bottom;
	padding: 20px;
}
.tooltip .award_logo{
	width: 40px;
	float: left;
	height: 60px;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.tooltip .award_logo img{position: absolute;}
.tooltip .award_logo img.gold{}
.tooltip .award_logo img.silver{left: -70px;}
.tooltip .award_logo img.bronze{left: -140px;}
.tooltip .award_logo img.other{left: -210px;}
/* @end */

/* @group Cart Layout */

input[type="text"], textarea{
	/*border: 1px solid #eee;*/
	padding: 5px;
	text-align: center;}

.cart{display: table; float: left;}

.cart, .cart.inner{border-collapse: separate;}
.cartlist a{
	text-decoration: none;
}
a.a_link{
	color: #606060;
}
a.a_link:hover{
	color: #9b9b9b;
}
.cart .c_subtotal, .cart .c_price, .cart .c_qty{}

.cart .c_delete{ padding-left: 35px;}
.cartlist tr{
	width: 100%;
}
tr th{
	padding: 10px 0;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	color: silver;
	background-color: #333333;
}

.order-history th{
	text-align: left;
	padding-left: 10px;
	
}

.cartlist td, .order-history > tbody >tr > td{
	/*general Styling for /cart page*/
	padding: 20px 10px;
	font-size: 1.3em;
	vertical-align: middle;
	border-bottom: 1px solid #d0cecb;
	border-top: 1px solid white;
	color: #595959;
	background-color: #F2F2F2;
}
.cart .c_item{
	/*<th> treatment*/
	text-align: left;
	text-indent: 10px;}

.cart .total, .cart .gst{text-align: right; }

.cart .total, .cart .gst, .cart .amt, .cart .clear{
	background: #E6E6E6;
	font-size: 1.6em;
	color: #595959;}

.cart .sub_amt{
	/*Treatment for Checkout table*/
	text-align: right;
	font-size: 1.2em;
	vertical-align: middle;}

.cart .total{
	/*treatment for Checkout Total amnt*/
	color: #303030;
	background-color: #CCCCCC;
	background-image: url(/resources/bkgnd_pattern_grey.png);
	border-bottom: none;
	border-top: none;
	font-size: 2.0em;
	padding: 15px 10px;
	text-shadow: white 0 1px 0;
}
	
.cart .a_middle{
	/*Align text in center of table*/
	text-align: center;
	width: 20%;
}

.cartlist input[type="text"]{
	width: 2em;
	border: 1px solid #eee;
	padding: 5px;
	text-align: center;
}
/* @end */

/* @group Checkout Style */
.req{
	color: #cc5a45;
}
.shipping_detail ul{
	float: left;
}
.shipping_detail th{
	text-align: left;
	text-indent: 35px;
}
.shipping_detail tr{
	
}
.shipping_detail td, td.total{
	vertical-align: top;
	padding: 20px 10px 0; 
	font-size: 1.3em;
	color: #595959;
	background: #F2F2F2 url(/resources/hr_vert.png) repeat-x right top;
}
.shipping_detail td.total, .cart_confirm td.total{
	padding-bottom: 20px;
}
.shipping_detail td.last{
	background-image: none;
	padding-left: 35px;
	padding-right: 35px;
}
.shipping_detail li{
	list-style-type: none;
	margin-bottom: 10px;
	float: left;
	width: 100%;}

.shipping_detail .option{
	padding-top: 14px;
	padding-bottom: 21px;
	font-weight: bold;
	color: #595959;
}
.shipping_detail li.part{
	width: 140px;
}
.shipping_detail li.zip, .one_col li.part.zip{
	width: 70px;
}
.shipping_detail label{
	display: block;
	text-transform: capitalize;
	margin-bottom: 5px;
	text-shadow: white 0 1px 0;
	color: #858585;
	font-size: 14px;
}

.shipping_detail input[type="text"], .shipping_detail textarea{
	width:200px;
	float: left;
	text-align: left;
	border-top: 1px solid #e2e2e2;
	background-color: #e2e2e2;
	border-bottom: 1px solid white;
	border-left: none;
	border-right: none;
	color: #595959;
	font-size: 12px;
}
.shipping_detail textarea{
	height: 220px;
	text-align: left;
	text-indent: 0;
	margin: 0;
}
.shipping_detail input[type="checkbox"]{
	float: left;
	width: 30px;
	margin: 0;
}
.shipping_detail select{width: 130px;margin: 5px 0; font-size: 12px;}

.shipping_detail option{}

.zip input[type="text"]{width: 3em;}

.cart_spec{
	/*Display Cart Total :/checkout*/ 
	margin-top: 20px;
	padding-bottom: 10px;
	background: url(/resources/hr_hor.png) repeat-x left bottom;
	width: 100%;
	float: left;
}
.cart_spec p{
	background: url(/resources/hr_hor.png) repeat-x left top;
	padding-top: 10px;
	float: left;
	width: 100%;
}
p.cart_total{color: #ED1C24;
	text-shadow: white 0 1px 0;
	float: left;
	width: 100%;
	display: inline;
	font-size: 1.8em;
}
p.cart_total span{float: right; text-align: right;display: inline;}

.cart_proceed{margin-right: 20px; padding-left: 20px; padding-right: 20px;}

/*input:focus, textarea:focus {outline: none;}*/ /*Loose the blue glow on Safari*/ 

input[type="text"]:focus, textarea:focus{
	/*Reverse borders to give illusion of depth*/
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: none;
	border-right: none;
	background-color: white;}
	
input[type="text"].error{
	/*Treatment for errors in form*/
	border: 1px solid #e1797b;
	background: #fde0e1;}



.shipping_detail label.error{
	display: none !important;
	font-size: 11px;
	color: #fc3437;
	width: 100%;}

label.option label.error, .shipping_detail .selecter .error{
	/*Treatment for Checkbox error*/
	color: #fb0018;
	font-weight: bold;
	float: left;
	clear: both;
	display: block !important;
	padding-top: 10px;}

.cart_confirm {background-color: #F2F2F2;}

.cart_confirm th{text-align: left; text-indent: 35px;}

.cart_confirm ul, .customer_confirm{
	margin: 0;
	margin-left: 35px;
	margin-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 90%;
}
.cart_confirm li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	vertical-align: middle;
	border-bottom: 1px solid #d0cecb;
	border-top: 1px solid white;
	color: #595959;
	background-color: #F2F2F2;
	padding: 10px 0;
	font-size: 1.3em;
	float: left;
	width: 100%;
}
.cart_summary_final{
	border-top: 1px solid #d0cecb;
}

.cart_confirm span.item_cost{float: right;color: #595959;
	text-shadow: #feffff 0 1px 0;
}

.cart_confirm strong{
	/*margin-left: 400px;*/
	font-weight: normal;
	font-style: normal;
	color: #aaa;
	text-shadow: white 0 1px 0;
}
.cart_confirm .summary_total strong, .cart_confirm .summary_total span.item_cost, .customer_confirm dt{
	color: #595959;
	font-size: 18px;
	text-shadow: white 0 1px 0;
}

.cart_summary_final .summary
{
	text-align:right;
}
.cart_summary_final .summary strong
{
	margin-right: 8px
}

.cart_confirm li.final{border-bottom: none;}

.cart_confirm li.primary{border-top: none;}

.cart_confirm li.summary_total{
	border-bottom: 1px solid #d0cecb;
	border-top: 1px solid white;}
	
.cart_confirm .final a.back{margin-left: 0;}

.customer_confirm{font-size: 1.3em; color: #595959;}

.customer_confirm dt{
	/*Confirmation of shipping an billing details /checkout/confirm*/
	color: #595959;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.customer_confirm dd{margin-bottom: 20px;}
/* @end */

/* @group International Enquiry Form */
.one_col{
	width: 256px;
	float: left;
	position: relative;
	font-size: 1.3em;
}
.full_col{
	width: 100%;
	float: left;
	position: relative;
	font-size: 1.3em;
}
.one_col.last{
	float: right;
	padding-left: 0;
	/*width: 206px;*/
}
ul.one_col{
	padding: 0;
	margin: 0;
	/*float: left;
	position: relative;*/
}
.dark{
	/*Fix for background colour on Int. Enquiry form*/
	background-color: #F2F2F2;
}
.one_col li.part{
	width: 160px;
}
/* @end */


ul#trade_enquiry {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

ul.trade_register {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.trade_register input[type="email"], .trade_register textarea{
    width: 100%;
}

.trade_register li.zip, .one_col li.part.zip {
	width: 45%;
}

.trade_register li.part.selecter {
	width:45%;margin-left:30px;
}

.trade_register input[type="text"], .trade_register textarea {
	width:100%;
}

.trade_register input.button.checkout {float:left;}

/* @group Footer */

.footer{
	/*height: 220px;*/
	position: relative;
}
.foot_content{background: black url(/resources/bkgnd_pattern_dk.png);/*min-height: 220px;*/}

.foot_content .bucket_wrapper{background-image: none;}

.foot_content ul{padding: 0;margin: 0;}

.foot_content li{list-style-type: none;}

.info_wrap{
	padding: 20px 0 10px ;
	margin: 0 35px;
	clear: both;
	float: left;
	position: relative;
	max-width: 788px;
	/*width: 100%;*/
}

.info_wrap.alt{background: url(/resources/hr_horz_dark.png) repeat-x 15px top;}

.detail{max-width: 310px;float: left;}

.feature{max-width: 442px;float: left;}
.feature_special{
	max-width: 442px;
	position: absolute;
	top: 10px;
	right: 20px;
}
.alt .feature, .detail{padding-right: 30px;}

.alt .feature{max-width: 412px;}

.alt .detail{background: none; padding-right: 0;}

.feature p{font-size: 1.0em; line-height: 1.4em;}
.feature a{
	color: #606060;
}
.footer .alt .detail{
	width: 340px;
}
.legals li a, .sub_nav li a{
	color: silver;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: url(/resources/obj_arrow_sm.png) no-repeat right center;
	padding-right: 20px;
	float: right;
	font-size: 1.2em;
}

.footer .w30{
	width: 30%;
	display: inline-block;
	clear: none;
	margin: 0;
}
.footer .w40{
	width: 40%;
	display: inline-block;
	clear: none;
	margin: 0;
	text-align:left;
}

.paypal > article{
	margin-left: 8%;
}

.terms > article{
	margin-right: 8%;
}

.footer .w40 article.feature{
	float:none;
	display: inline-block;
}
.foot_content.inner{
	/*padding: 20px;*/
	overflow: auto; //makes the bg flow over floated elements
}
.link_list{
	width: 100%;
	float: left;
}
.link_list li{
	width: 160px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
.link_list li a{
	font-size: 11px;
	color: #b7b7ae;
	display: block;
	text-decoration: none;
	background: url(/resources/obj_arrow_sm.png) no-repeat 140px center;
	padding-right: 20px;
}
.signup_foot{ /*padding-top: 10px;*/}

.signup-container{
	font-size: 1.7em;
	color: #b7b7b7;
	/*margin: 5px 30px 5px 10px;*/
	margin-bottom: 4px;
	display: block;
	/*float: left;*/
	max-width:300px;
	margin: auto;
	text-align:center!important;
}

.signup-container a{
	color: #fff;
}

.signup-container{
	display: block;
	text-align: left;
	/*margin-left: 40px;*/
	font-family: Georgia, "Times New Roman", Times, sans-serif;
}

.signup_foot input[type="text"]{
	background-color: #313131;
	border-top: 1px solid black;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #595959;
	text-align: left;
	/*margin-right: 30px;*/
	width: 180px;
	color: #dfdfdf;
	padding-top: 8px;
	font-size: 13px;
}

.signup_foot .signup{width: 80px; font-size: 1.4em; padding: 5px;}

.signup_foot .signup:hover{border-bottom: 1px solid #c29093;}

.sub_nav li{float: left;}

.sub_nav a{margin-right: 20px;}

.legals{float: right;}

.legals li{
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.legals li a{margin-bottom: 5px;}

.gateway{float: left;}
/* @end */
/*#footer .content_wrapper{
	float: left;
	height: 100px;
	margin-left: 0;
}*/

.clrfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*mobile nav*/

.mobile-nav-container{
	display: none;
	/*margin-bottom: -12px;*/
}

.nav-expander{
	display: block;
	height: ;
	color: #fff;
	margin-bottom: 0px;
	pointer-events: ;
	padding: 20px 20px;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	cursor:pointer;
}

.mobile-nav a{
	display: block;
	padding:  16px;
	font-size: 14pt;
	text-decoration:none;
	background: #111;
	color: #aaa;
}
.mobile-nav a:hover{
	background: #444;
	color: #eee;
}

.mobile-nav ul{
	margin: 0;
	padding: 0;
}

nav .nav-bird{
	display: none;
}

/* @group modal */
.modal-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9999;/*get up front*/
}


.modal{
	display: inline-block;
	max-width: 800px;
	text-align:left;
	background: #fff;
	padding: 3%;
	margin: 2%;
	box-shadow: 0px 0px 80px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.modal p{
	margin: 10px 0px;
}

.den-modal-button{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 11pt;
	cursor:pointer;
	padding: 5px 0px;
	margin: 5px 0px 10px;
	max-width: 300px;
	color: #fff!important;
	display: block;
}

/* @end */

/* @group Compactors */

.compactor{
	margin: 0px 0px 20px;
}

.compactor .head{
	background: #ddd;
	color: #777;
	padding: 5px 10px;
}

.compactor .head::after{
	content"AA";
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #333;
	position: absolute;
	left: 0px;
	top: 0px;
}

.compactor .tails{
	background: #eee;
	/*padding: 10px;*/
	overflow: auto;
}
/* @end */

/* @group Den of iniquity specific */
.den-only a:before{
	background: #ca3335;
	color: #fff;
}

.den-only a:before{
	content: "den only";
	font-family: sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight:bold;
	padding: 3px 4px;
	display: inline;
	margin-right: 5px;
	position: relative;
	top: -2px;
	text-shadow:none;
}

h1.den-only a:before{ /*only affects news list */
	top: -3px;
}

.account-button{
	font-size: 11pt!important;
	padding: 10px 18px;
	margin-top: 0px;
	display: inline-block;
}

 #den-news div.tails{
	padding: 0 2%;
}

.head h2:after{
	content: "";
	/*float: right;*/
	background: url(/resources/obj_more_arrow.png);
	display: inline-block;
	width: 16px;
	height: 16px;
	transition: 1s;
	margin-top: 2%;
	margin-left: 2%;
	position: relative;
	
}

.head.open h2:after{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	
}

#den-of-iniquity .bodycopy.no-margin{
    max-width: 860px;
    padding: 0%;
    background: white;
    float: left;
    width: 100%;
}

#den-of-iniquity .bodycopy.no-margin .account-button{
    margin-left: 2%;
}

/* @end */

/* @group Login Logout */


.login_btn.register{
	
}

.error{
	color:
}

.error::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url(/resources/icon_alert.png);
	margin-top: 6px;
	margin-right: 6px;
	position: relative;
	top: 4px;
}

/* @end */

/* @group forms */

input, input[type="password"], input[type="search"], input[type="text"], textarea{
	padding: 5px;
	text-align: left;
	border: 1px solid #ddd;
}

input[type="radio"], input[type="checkbox"]{
	margin-bottom: 5px;
}
/* @end */

.den-modal-button{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 11pt;
	cursor:pointer;
	padding: 5px 0px!important;
	margin: 5px 0px 10px;
	max-width: 300px;
	color: #fff!important;
	display: block!important;
}




/* Hana's updates to footer */

section.footer-col {
    width: 25%;
    float: left;	
}

section.footer-col.footer-col-2 {
    padding-left: 4%;
}


section.footer-col.footer-col-3 {
     width: 19%;
	padding-left:2%;
}

section.footer-col.footer-col-4 {
    width: 25%;
}


.foot_content.inner {
    /* padding: 20px; */
    overflow: auto;
        padding: 35px 30px;
    max-width: 800px;
}

.footer-col p.footer-big {
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 12pt;
    color: #f5f5f5;
    line-height: 1.3;
	opacity: 1;
	margin-bottom: 15px;
	text-align: left;
}

.footer-col p {
    font-size: 12pt;
	line-height:1.4;
	color: #f5f5f5;
	opacity: 0.7;
}

.footer-col p.copyright {
    font-size: 8pt;
    text-align: center;
	opacity: 0.7;
	font-weight: 200;
}

.footer-col a, .footer-col li {
    font-size: 10pt;
    color: #f5f5f5;
    opacity: .7;
    text-decoration: none;
    font-weight: 200;
    letter-spacing: .04em;
	line-height: 1.4;
}

a.social-link {opacity:1;}

img.footer-logo {
    width: 148px;
    margin: 0 auto;
    margin-bottom: 20px;
}

a.red-btn {
    width: 100%;
    background-color: #c10d1a;
    display: inline-block;
    text-align: center;
    color: white !important;
    opacity: 1;
    padding: 7px 0;
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 12pt;
    font-weight: 200;
	
     text-transform: uppercase;
}

img.social-logo {
    display: inline-block;
    margin-right: 6px;
    width: 31px;
}

span.footer-contact {
    margin-top: 35px;
    display: block;
}

p.margin-tb {
    margin: 12px 0;
}

img.payment-logos {
    width: 80%;
}

hr.footer-line {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

.terms {
    color: #f5f5f5;
    font-size: 9pt;
    opacity: .7;
    letter-spacing: .03em;
	float: left;
	margin: 5px 0;
}

.beanstalk-logo {    text-align: right;
    float: right;
}
.terms a{
    color: #f5f5f5;
    text-decoration:underline;
}

@media (max-width:960px){

/*mobile nav switch*/
	.mobile-nav-container{
		display: block;
	}
	
	nav{
		display: none;
	}
	
	.nav-expander{
		display: block;
		color: #fff;
		background: #111;
		margin-bottom: 0px;
		padding: 20px 20px;
	}
/*end mobile nav switch*/

	
	section.footer-col.footer-col-1 {
    width: 24%;
}
	
	.price-buy{
		/*float: right;*/
	}	
	.item_price{
		display: block;
		width: 100%;
	}
	.item_buy_outer{
		width: 100%;
		display: block;
	}
	
	article .login_btn.login, .login_btn.register, input[type="submit"]{
		margin: 10px auto;
	}

	/*.awards, .status{
		float: none;
		display: inline-block;
		margin-right: 100%;
	}
	
	.show_me{
		width: auto;
	}
	*/
	.item_name{
		width: 43%;
	}
	.item_more{
		width: 50%;
		float: left;
		padding-left: 2%;
	}
	
	
	
	.bucket.last{
		width: 88%;
		padding: 3% 5% 0;
	}
	.bucket{
		/* Each bucket is 1/3 wide */
		width: 42%;
	}
	
	/*nav a:first-of-type{
		display: none;
	}*/
	
	nav .nav-bird{
		display: inline-block;
		    width: 15px;	
	}
	
	.nav ul {
    width: 95%;
	}
	
	.nav a {
    width: 148px;
	}
	
	
	.nav a{
		padding: 20px 14px;
	}
	ul#progress {
	    max-width: 396px;
	    height: 44px;
	    position: static;
	    float: none;
	    top: 18px;
	    right: 35px;
	    margin: auto;
	}
	.feature_special{
		max-width: 442px;
		position: static;
		margin: auto;
		text-align:center;
		margin-bottom: 20px;
	}
	
	.feature_special, .feature_special {
		max-width: 442px;
		position: static;
		margin: auto;
		text-align:center;
	}
	
	.item h1{
		text-align: center;
		padding: 20px 0 ;
	}
	
	.side_nav{width: 100%}
	.major_column{width: 100%;	}
	
}

@media (max-width:720px){
	
	section.footer-col {
    width: 47% !important;
		margin-bottom: 35px;
}
	
	img.footer-logo {
    width: 148px;
    margin: 0 0;
	}
	
	.footer-col p.copyright {
    text-align: left;
	}
	
	
	section.footer-col.footer-col-3 {
    padding-left: 0;
}
	
	section.footer-col.footer-col-2 {
    padding-left: 0;
}
	
	.beanstalk-logo {
    float: left;
}
	
	.signup-container {
    max-width: none;
	}
	
	a.red-btn {
    width: 90%;
	}
	
	section.footer-col.footer-col-3 {
    width: 18%;
    clear: both;
}
	
	



	.sub .split{
		width: 100%;
	}
	
	.product_bio{
		/*max-width: 450px;*/
		width: 88%;
		margin-bottom: 0px;
	
	}
	
	.product_hero{
		width: 88%;
		margin: 20px auto 30px;
		position: relative;
		float: left;
	}
	.product_hero > img{
		margin: auto;
	}
	
	h1{
		font-size: 18pt;
	}
	#scrollable .item h1{
		font-size: 12pt;
	}
	h2{
		font-size: 12pt;
	}
	
	
	.footer .w30, .footer .w40{
		width: 100%;
		text-align: center;
	}
	.footer .w30 >article.feature, .footer .w40>article.feature{
		margin: auto;
		display: inline-block;
		float: none!important;
	}
	.terms a img{
		margin: auto;
	}
	
	
	/* Force table to not be like tables anymore */
	.cart.inner.shipping_detail > tbody > tr > td{ 
		display: block!important; 
		margin: 0px;
		width: 92%;
		padding: 2% 4%;
		overflow: auto;

	}
	
	.cart.inner.shipping_detail td{
		padding: 0;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.cart.inner.shipping_detail th{ 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	

	.cart.inner.shipping_detail > tr { border: 1px solid #ccc; }
	
	.cart.inner.shipping_detail > tr > td { 
		/* Behave  like a "row" */
		border: none!important;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.cart.inner.shipping_detail > tr > td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.cart.inner.shipping_detail > tbody > tr > td:before{
		font-weight: bold;
		font-size: 13pt;
	}
	.cart.inner.shipping_detail > tbody > tr:nth-of-type(2) > td:nth-of-type(1):before { content: "Invoice To:"; }
	.cart.inner.shipping_detail > tbody > tr:nth-of-type(3) > td:nth-of-type(2):before { content: "Ship To:"; }
	.cart.inner.shipping_detail > tbody > tr:nth-of-type(3) > td:nth-of-type(3):before { content: "Note:"; }
	
	
	
	
}

.mobile-block{
	display: none;
}


@media (max-width:520px){
	 
	section.footer-col {
    width: 100% !important;
    margin-bottom: 35px;
}
	
	.bucket.last{
	 	width: 88%;
	 	padding: 3% 5% 0;
	 }
	 .bucket{
	 	/* Each bucket is 1/3 wide */
	 	width: 90%;
	 	padding: 2% 5%;
	 }
	 
	 .modal{
	 	padding: 3%;
	 	margin: 3%;
	 	width: 88%;
	 	top: 30px;
	 	left: auto;
	 	-webkit-transform: translate(0%, 0%);
	 	-moz-transform: translate(0%, 0%);
	 	transform: translate(0%, 0%);
	 	z-index: 99999;
	 }
	 
	 .price-buy{
	 	/*float: left;*/
	 	/*display: block;
	 	margin-right: 100%;*/
	 }	
	 
	 .status, .awards{
	 	float: left;
	 }
	 
	 .major_listing .inner{
	 	padding: 5% 5% 2%;
	 }
	 
	 .mobile-none{
	 	display: none;
	 }
	 
	 .mobile-block{
	 	display: block;
	 }
	 
	 .cart.cartlist td.a_middle {
	     width: 60%;
	 }
	 

}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {.news_img img{width:80%;height:auto;float:none;margin:auto;} .news_img{float:none;}.theentry{width:100%}}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Large devices (large desktops, 1200px and up) */


/*#scrollable .item {background-size:cover !important;}*/
