html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: transparent;
	max-width: none;
	font-family: "Bell W01", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 28px;
	padding-top: 33.33333333%;
	padding-left: 0px !important;
	padding-right: 0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Bell W01", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: 600;
	color: #BCBCB7;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
}

h2, .v65-title {
	font-family: "Bell W01", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: .5em;
}

hr {
	border: 0px;
	height: 1px;
	margin: 40px auto;
	color: #BCBCB7;
	background-color: #BCBCB7;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #000000;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.grey {
	color: #BCBCB7;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea, .v65-form textarea, .v65-form select {
	font-family: "Bell W01", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	padding: 2px 5px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px;
	border: 1px solid #ccc;
	height: 2.5em;
	line-height: 2.5em;
	min-width: 3em;
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

a.button, #content a.rc-button, button.defaultBtn, button.modalBtn, button.largeBtn, button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active, a.linkBtn, a.modalLinkBtn, a.modalLinkAltBtn, a.largeLinkBtn {
	border: 0px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #BCBCB7;
	background-image: none;
	box-shadow: none;
	padding: 5px 15px;
	font-size: 19px;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: none;
	color: #FFFFFF;
	-webkit-appearance: none;
	cursor: pointer;
}

button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active, a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
	background-image: none;
	background-color: #000000;
}

#content a.rc-button {
	font-family: "Bell W01", Georgia, "Times New Roman", Times, serif;
	background-image: none;
	border: 0px;
	margin-bottom: 30px;
}

a.button:hover {
	background-color: #000000;
}

button:focus {
	outline:0;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1160px;
	margin: 0px auto;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
}

@media only screen and (max-width: 959px) { .container { padding: 0px 15px; } }

header.primary {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: auto;	
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 500;
}

#logo {
	position: absolute;
	top: 33px;
	left: 50px;
}

#logo img {
	width: 100%;
	max-width: 350px !important;
	display: inline-block;
}

#header_bar {
	height: 50px;
	background-color: #BCBCB7;
	display: none;
}

.collapsed_temp #header_inner, .collapsed_temp2 #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -50px;
	z-index: 500;
	height: 50px;
}

.collapsed_temp #header_inner {
	display: none;
}

.mobile_nav .collapsed_temp #header_inner {
	display: block;
}

.collapsed_temp2 #header_inner, .collapsed #header_inner {
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed #header_inner {
	top: 0px;
}

.collapsed_temp #logo, .collapsed_temp2 #logo, .collapsed #logo {
	top: 13px;
}

.collapsed_temp #logo img, .collapsed_temp2 #logo img, .collapsed #logo img {
	max-width: 200px !important;
}

.collapsed_temp #header_bar, .collapsed_temp2 #header_bar, .collapsed #header_bar {
	display: block;
}

.collapsed_temp #nav, .collapsed_temp2 #nav, .collapsed #nav {
	top: 15px;
}

#header_photo {
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

#header_photo img {
	display: block;
	width: 100%;
	max-width: none !important;
}

#content_box, .pageContent {
	background-color: #FFFFFF;
	padding: 80px 0px 0px 0px;
	box-shadow: none;
	position: relative;
}

#content {
	margin-bottom: 75px;
	float: none;
	width: 100%;
}

footer {
	font-size: 12px;
	text-align: left;
	color: #BCBCB7;
	padding: 0px;
}

footer a {
	color: #BCBCB7;
}

footer li a {
	font-size: 1em;
}

#icon {
	margin-bottom: 25px;
}

#icon img {
	width: 70px;
	display: block;
	margin: 0px auto;
}

#mailinglist form {
	margin: 0px;
}

#mailinglist div, #mailinglist2 div {
	border: 1px solid #BCBCB7;
	height: 27px;
}

#mailinglist2 div {
	width: 100%;
	max-width: 300px;	
	margin: 0px auto;
}

@media only screen and (min-width: 960px) {

	#mailinglist {
		position: absolute;
		bottom: 0px;
		left: 30px;
	}

}

#mailinglist label, #mailinglist em {
	font-size: 15px;
	font-style: italic;
}

#email_box, #email_box2, #v65-subscribeWidget input {
	background-color: transparent;
	width: 170px;
	height: 25px;
	float: left;
	color: #BCBCB7;
	border: 0px;
	line-height: 18px;
	min-width: auto;
	padding: 2px 5px;
}

#email_box2 {
	width: 248px;
}

#email_submit, #email_submit2, #mailinglist button.defaultBtn {
	background-color: transparent;
	color: #BCBCB7;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-style: italic;
	float: left;
	width: 50px;
	height: 25px;
	border: 0px;
	padding: 0px;
}

#mailinglist button.defaultBtn span {
	color: #BCBCB7;
	padding: 0px;
}

#mailinglist #v65-subscribeWidget {
	padding: 0px 10px;
}

#social {
	padding: 0px;
	text-align: center;
	margin-bottom: 20px;
}

#social li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
	font-size: 22px;
	line-height: 22px;
	padding: 0px;
	border: 0px;
}

#social li a {
	display: block;
	color: #BCBCB7;
}

#social li a:hover {
	color: #000000;
}

#copyright {
	text-align: center;
	line-height: 20px;
	margin-bottom: 15px;
}

#copyright br {
	display: none;
}

#purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right {
	bottom: 5px !important;
}

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

	#mailinglist {
		width: 222px;
		height: 60px;
		margin: 0px auto 20px auto;
		text-align: center;
	}

}

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

	body {
		padding-top: 300px;
	}

	#header_photo {
		height: 300px;
	}

	#header_photo img {
		width: 900px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -450px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -225px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -675px;
	}

}

/* NAVIGATION CSS */

#nav {
	position: absolute;
	top: 45px;
	right: 50px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

#nav li a {
	color: #FFFFFF;
}

#nav li a:hover {
	color: #E0E0D7;
}

#nav li.active a {
	font-style: italic;
}

#nav li > ul {
	visibility: hidden;
	opacity: 0;
}

#nav li:hover > ul {
	visibility: visible;
	transition-delay: 0s;
	opacity: 1;
}

#nav li li {
	text-transform: none;
}

#nav li li a {
	font-style: italic;
	color: #E0E0D7;
}

#nav li li a:hover {
	color: #FFFFFF;
}

#subnav ul {
	padding: 0px;
}

#subnav li, #user-tools {
	list-style: none;
	font-size: 18px;
	font-style: italic;
}

#subnav li a, #user-tools a {
	color: #BCBCB7;
}

#subnav li a:hover, #subnav li.active a, #user-tools a:hover {
	color: #000000;
}

#user-tools {
	float: none;
	position: absolute;
	top: 10px;
	right: 50px;
	width: 450px;
	height: auto;
}

#v65-modalCart {
    position: relative;
    top: auto;
    right: auto;
    float: right;
}

.v65-yourAccount, .v65-editProfile {
	border-right: 1px solid #EEEEED;
	margin-right: 0px;
}

#v65-modalCartDropdown {
	border: 0px;
	background-color: #EEEEED;
}
	
#v65-modalCartBody {
	background-color: transparent;
	font-style: normal;
}

#v65-modalCartBody {
	background-color: transparent;
	font-style: normal;
}
	
#v65-modalCartBody > p.right {
	text-align: center;
}
	
a.modalLinkBtn, a.modalLinkAltBtn {
	background-image: none;
	background-color: #BCBCB7;
	height: auto;
	line-height: 1em;
	border: 0px;
	box-shadow: none;
	text-shadow: none;
	font-style: italic;
	text-transform: uppercase;
	padding: 5px 15px;	
}
	
a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
	background-color: #000000;
	background-image: none;
	box-shadow: none;
}
	
#v65-modalCartDropdown .modalLinkAltBtn, #v65-modalCartDropdown .modalLinkBtn {
	display: inline-block;
	width: auto;
	margin-bottom: 0px;
}
	
#v65-modalCartTableSubtotal td {
	background-color: transparent;
}

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

	#content_box {
		padding-top: 42px;
	}

	#user-tools {
		right: 0px !important;
		top: 0px;
		border-bottom: 0px;
		line-height: 42px;
	}

	#v65-modalCart {
		position: absolute;
		top: 0px;
		right: 0px;
		float: none;
	}
	
	#v65-modalCart #v65-toggleModalCart {
		width: 40;
		vertical-align: baseline;
	}
	
	.v65-yourAccount, .v65-editProfile {
		height: 42px;
		line-height: 42px;
		width: 33%;
	}
	
	.v65-login, .v65-logout {
		height: 42px;
		line-height: 42px;
		width: 27%;
		border-right: 1px solid #EEEEED;
	}
	
	#v65-modalCartDropdown {
		top: 42px;
		border: 0px;
		background-color: #EEEEED;
	}
	
	button, a.largeLinkBtn, a.linkBtn, a.modalLinkBtn, a.linkAltBtn, a.modalLinkAltBtn {
		height: inherit;
		line-height: inherit;
		padding-right: 0px;
		padding-left: 0px;
		font-size: 14px;
	}

}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1051px) {

	#nav_trigger {
		display: none;
	}

	#nav_close {
		display: none;
	}

	#nav > ul > li {
		float: left;
		margin-left: 35px;
		display: inline;
		padding-bottom: 8px;
	}

	#nav li > ul {
		position: absolute;
		top: 25px;
		left: -15px;
		padding: 8px 15px 10px 15px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: opacity .5s ease-out;
		-moz-transition: opacity .5s ease-out;
		-webkit-transition: opacity .5s ease-out;
		-o-transition: opacity .5s ease-out;
		transition: .2s .2s;
	}

	#nav li li {
		white-space: nowrap;
	}

	#nav li li a {
		display: block;
		padding: 2px 0px;
	}

	.collapsed #nav li:hover > ul {
		background-color: #000000;
	}

	#subnav {
		text-align: center;
		margin-bottom: 67px;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#section_title {
		display: none;
	}

}

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

	#logo {
		left: 30px;
	}

	#logo img {
		max-width: 300px !important;
	}

	#nav {
		top: 42px;
		right: 30px;
	}

	#nav > ul > li {
		margin-left: 30px;
	}
	
	#user-tools {
		right: 30px;
	}

}

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

	.mobile_nav body {
		overflow: hidden;
	}

	#nav_trigger, #nav_close {
		display: block;
		position: absolute;
		top: 33px;
		right: 30px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
		color: #FFFFFF;
		cursor: pointer;
	}

	.collapsed_temp2 #nav_trigger, .collapsed #nav_trigger {
		top: 10px;
	}

	#nav_close {
		font-size: 25px;
		line-height: 25px;
		top: 15px;
		right: 15px;
		color: #000000;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px !important;
		z-index: 500;
		background-color: #FFFFFF;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-transition: width 0.4s ease;
		-mos-transition: width 0.4s ease;
		-o-transition: width 0.4s ease;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
		-webkit-transition: width 0.4s ease;
		-mos-transition: width 0.4s ease;
		-o-transition: width 0.4s ease;
		transition: width 0.4s ease;
	}

	#nav > ul {
		padding-top: 55px;
		padding-bottom: 20px;
	}

	#nav li {
		display: block;
		text-align: center;
		margin: 0px !important;
		font-size: 20px;
	}

	#nav li a {
		display: block;
		padding: 10px 15px;
		color: #BCBCB7;
	}

	#nav li a:hover, #nav li.active a {
		color: #000000;
	}

	#nav li ul {
		max-height: 0px;
		overflow: hidden;
		-webkit-transition: all 0.4s cubic-bezier(0,1,0,1);
		-mos-transition: all 0.4s cubic-bezier(0,1,0,1);
		-o-transition: all 0.4s cubic-bezier(0,1,0,1);
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#nav li.expanded > ul {
		padding: 0px 0px 10px 0px;
		max-height: 499px;
		-webkit-transition: all 0.4s cubic-bezier(1,0,1,0);
		-mos-transition: all 0.4s cubic-bezier(1,0,1,0);
		-o-transition: all 0.4s cubic-bezier(1,0,1,0);
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#nav li li {
		font-size: 19px;
	}

	#nav li li a, #nav li.active li a {
		padding: 6px 15px;
		color: #BCBCB7;
	}

	#nav li li.active a, #nav li li a:hover {
		color: #000000;
	}

	#subnav {
		padding: 0px;
		margin: 0px 0px 40px 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 20px;
		line-height: 42px;
		font-weight: 600;
		font-style: italic;
		text-align: center;
		background-color: #EEEEED;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		position: absolute;
		right: 15px;
		top: 0px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 42px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #EEEEED;
		z-index: 300;
		-webkit-transition: all 0.4s cubic-bezier(0,1,0,1);
		-mos-transition: all 0.4s cubic-bezier(0,1,0,1);
		-o-transition: all 0.4s cubic-bezier(0,1,0,1);
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s cubic-bezier(1,0,1,0);
		-mos-transition: all 0.4s cubic-bezier(1,0,1,0);
		-o-transition: all 0.4s cubic-bezier(1,0,1,0);
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		text-align: center;
	}

	#subnav li.first {
		border: 0px;
	}

	#subnav li a {
		display: block;
		padding: 6px 15px;
	}

}

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

	#copyright br {
		display: block;
	}

}

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

	#copyright {
		margin-bottom: 75px;
	}

}

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

	#logo {
		left: 15px;
	}

	#logo img {
		max-width: 300px !important;
	}

	#nav_trigger {
		right: 15px;
	}

}

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

	#social {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

	#social li {
		float: none;
		display: inline-block;
		margin: 0px 5px;
	}

}

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

	#user-tools {
		width: 100%;
		font-size: 16px;
	}
	
}

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

	#logo img {
		max-width: 275px !important;
	}
	
	#user-tools {
		font-size: 14px;
	}

}

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

	#logo img {
		max-width: 245px !important;
	}

	#nav_trigger {
		top: 30px;
	}

	#copyright br {
		display: block;
	}

}

@media only screen and (min-width: 1051px) {

	body {
		height: 100%;
	}

}

/* Wine Direct Styles */

#v65-memberFormWrapper form {
	width: 100%;
}

.v65-form input[type="text"], .v65-form input[type="password"], .v65-form input[type="username"], .v65-form select {
	width: 100%;
}

#v65-memberAddressBook th {
	background-color: #BCBCB7;
	color: #000000;
	border-bottom: 0px;
}

#v65-memberAddressBook tr:hover {
	background-color: #DCDCD5;
}

.v65-product-addToCart-outOfStockMessage, .v65-product-inventoryMessage-outOfStock {
	display: none;
}

.v65-productWrapper h1 {
    float: none;
    width: auto;
}

.v65-productWrapper .v65-product-rightCol {
	width: 35%;
	text-align: center;
}

.v65-productWrapper .v65-product-leftCol {
	width: 60%;
}

.v65-productWrapper .v65-product-leftCol .v65-wine-specs-title {
	text-align: left;
}

.v65-wine-specs .v65-product-attributeLabel {
	float: left;
	font-weight: bold;
	line-height: 1em;
	margin-right: 3%;
	text-align: left;
	width: 20%;
}

.v65-wine-specs .v65-product-attributeValue {
	float: left;
	width: 47%;
}

#newsletter_form .v65-form {
	width: 100%;
}

#newsletter_form fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#newsletter_form legend, #newsletter_form .submitLabel {
	display: none;
}

@media screen and (max-width: 580px) {
   .v65-product-addToCart-button button, .v65-product-addToCart-button button:hover {
	   width: auto;
	   padding-right: 0px;
	   padding-left: 0px;
	}
}