body {
	max-width: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #333;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "adobe-caslon-pro", serif;

	font-weight: 300;
	letter-spacing: .5px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	/*font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;*/
	font-family: "adobe-caslon-pro", serif;
}

h1 {
	font-size: 30px;
}

h1, h2{
	margin-bottom: 0.5em;
}

p {
	/*font-family: 'Lato';*/
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "adobe-caslon-pro", serif;

}

.row { margin: 0; }

button.defaultBtn, button.linkBtn, button.largeBtn, button.modalBtn {
	background: #a8880a;
}

a.largeLinkBtn, a.linkBtn, a.modalLinkBtn {
	background-color: #a8880a;
}

button span, a span{
	/*font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;*/
	font-family: "adobe-caslon-pro", serif;
}

button.defaultBtn:hover, button.largeBtn:hover, button.modalBtn:hover{
	background-color: #ccaf0a;
}

a.defaultBtn:hover, a.linkBtn:hover, a.largeLinkBtn:hover, a.modalLinkBtn:hover {
	background: #ccaf0a;
}

li {
	list-style: none;
}
.clearfix:before, .clearfix:after {content: ""; display: table; clear: both; }

/* Layouts */

ul.block-grid-2 { margin: 0; padding: 0; }
ul.block-grid-2:before, ul.block-grid-2:after { display: table; content: ''; clear: both }
ul.block-grid-2 li { display: inline-block; width: 49%; padding: 10px; margin: 10px 0; vertical-align: top; }

ul.block-grid-4 { margin: 0; padding: 0; }
ul.block-grid-4:before, ul.block-grid-4:after { display: table; content: ''; clear: both }
ul.block-grid-4 li { display: inline-block; width: 24%; padding: 10px; margin: 10px 0; vertical-align: top; }
ul.block-grid-4 li img { margin: 0; }

.content-body img { border: double 3px #d7d4d3; }

/* Layouts End */

/* header */
#lang-tools { width: auto; }
ul.language-change { display: inline-block; margin: 15px 0 0; }
ul.language-change li { display: inline-block; }
ul.language-change li.language { padding: 3px; cursor: pointer; }
ul.language-change li.language img { width: 100%; }

/* header end */

/* start Homepage */
#wine-carousel-section{
	background: url(/assets/images/background-vineyard.jpg) no-repeat center;
	background-size: cover;
}

#wine-carousel { 
	margin: 80px 20px 20px 20px; 
	height: 450px; 
}

#wine-carousel .carousel-caption { 
	background: rgba(0,0,0,0.3);
	left: 30%;
	right: auto;
	top: 60%;
	bottom: auto;
	width: 76%;
	max-width: 550px;
	padding: 2% 4%;
	text-align: right;
	padding-left: 60px;
}

#wine-carousel .carousel-inner>.item {
	height: 100%; 
	width: 75%; 
	margin: 0 auto; 
}

#wine-carousel .item img { 
/*	height: 100% !important;*/
	max-height: 500px; 
	width: auto !important; 
	padding: 15px; 
	position: relative; 
	left: 23%;
	z-index: 100; 
}

#wine-carousel .carousel-caption h3 {
 	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
 }

 #wine-carousel .carousel-caption h3 a{
 	color: #fff;
 }

#wine-carousel .carousel-caption p { 
	font-size: 22px;
}

.carousel-control.left, .carousel-control.right { 
	color: #fff; 
}

header{
	padding: 15px 0 0 0;
	background-color: #f9f7f0;
	position: relative;
	margin-bottom: -110px;
	z-index: 99;
	height: 130px;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "adobe-caslon-pro", serif;
}

header .row{ margin:0; }

header a{ 
	color: #585750;
}

hr {
	margin: 0;
	border-top: 1px solid #f7ebbb;
	opacity: .3;
}

a {
	color: #12ade3;
}

a:hover, a:focus, a:active {
	color: #12ade3;
	text-decoration: underline;
}

#lang-tools{ 
	z-index: 199;
}


#lang-tools a {
	font-size: 11px;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "adobe-caslon-pro", serif;

	text-transform: uppercase;
}

.row{ margin-top: 10px; margin-bottom: 10px; }
.row:before, .row:after { content:''; display: table; }

.logo {
	width: 265px;
	height: 60px;
	text-indent: 200%;
	margin-left: 15px;
	white-space: nowrap; 
	overflow: hidden;
	background: url('/assets/images/logo.png') 0 0 no-repeat;
	display: inline-block;
}

.navbar-toggle { background: #CDC6AD; }
.navbar-toggle .icon-bar { background: #FFF; }
nav a:hover, nav a:focus, nav a:active{ 
	color: #333;
	border-bottom: 1px solid #333; 
	text-decoration: none;
}

.navbar-nav{ z-index: 200;}

.navbar-nav a.v65-selected { 
	border-bottom: 1px solid #333; 
}
.navbar-nav > ul {
	padding-left: 0;
	padding-top: 15px;
}

.navbar-nav > ul > li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
}

.navbar .container-fluid {
	padding-left: 0;
}

.navbar-collapse {
	padding-left: 0;
}

.subMenu{
	margin:2% 0;
	padding-left: 0;
}

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

.subMenu li{
	margin-right: 10px;
	display: inline-block;
}

.content { color: #000; }

.homepageContent {
	color: black;
	background: transparent;
	width: 100%;
}

.homepageContent .container .row a {
	color: black;
	width: 100%;
	display: block;
}

.homepageFeature{
	width: 100%;
	margin-top: 110px;
	display: block;
}

.homepageIntro {
	background-color: #f9f7f0;
	border-top: solid 1px #e7e6e1;
	border-bottom: solid 1px #e7e6e1;
	padding: 4% 0;
}

.homepageIntro h1{
	color: #bf9000;
}

#carousel-homepage .carousel-caption {
	left: 10%;
	top: 40%;
	background: rgba(0, 0, 0, 0.4);
	width: 525px;
	height: 150px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}

#carousel-homepage .carousel-caption h2 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 500;
	color: #f9eabb;
	margin: 5px 0;
}

#carousel-homepage .carousel-caption p {
	font-size: 18px;
	color: #fffffe;
	letter-spacing: 0;
	font-family: 'Oswald';
}

#carousel-homepage .carousel-caption a {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 20px;
	display: inline-block;
}

#carousel-homepage.carousel-control {
	opacity: .8;
}

.carousel-control.left, .carousel-control.right  {
	background: none;
}

#carousel-wine-featured .carousel-control .glyphicon-chevron-left, 
#carousel-wine-featured .carousel-control .glyphicon-chevron-right, 
#carousel-wine-featured .carousel-control .icon-prev, 
#carousel-wine-featured .carousel-control .icon-next {
	left: 0;
	right: 0;
	top: 265px;
	text-shadow: 0 0 0 rgb(0, 0, 0);
}

#carousel-homepage .carousel-control .glyphicon {
	background-color: rgba(0, 0, 0, 0.9);
	font-size: 28px;
	width: 40px;
	height: 40px;
	border-radius: 10px;
}

#carousel-homepage .carousel-inner {
	padding-bottom: 5%;
}

#carousel-homepage .carousel-indicators {
	bottom: 70px;
	width: auto;
	left: 80%;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 10px;
	border-radius: 10px;
}

#carousel-homepage .glyphicon:before {
	vertical-align: sub;
	color: #f7ebbb;
}

#carousel-homepage .item > img {
	width: 100%;
}

#carousel-homepage .carousel-control:hover, .carousel-control:focus {
	opacity: 1;
}

#carousel-homepage .left.carousel-control {
	left: 5%;
}

#carousel-homepage .right.carousel-control {
	right: 5%;
}

.carousel-wine {
	position: absolute;
	left: 65%;
	top: 105px;
	z-index: 199;
	height: 85%;
}

.carousel-wine img {
	height: 100%;
}

#carousel-wine-featured .v65-productGroup-title.v65-title {
	display: none;
}

#carousel-wine-featured {
	width: 60%;
	margin: 0 auto;
}

#carousel-wine-featured .v65-productGroup-product {
	width: auto;
}

#carousel-wine-featured .v65-product-reviewStats {
	display: block;
}

#carousel-wine-featured .v65-product-photo {
	width: auto;
	margin: 0;
	display: inline-block;
	left: 0;
	float: left;
}

#carousel-wine-featured .v65-productGroup-product {
	margin: 0;
}

#carousel-wine-featured .carousel-indicators {
	bottom: -50px;
	left: 49%;
}

#carousel-wine-featured .carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #7a6969;
}

#carousel-wine-featured .carousel-indicators li {
	background-color: #333;
	border: 0;
	margin: 0;
}

.carousel-control {
	width: 0;
}

#carousel-wine-featured .glyphicon-chevron-left:before {
	content: "\<";
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "adobe-caslon-pro", serif;

	font-weight: 100;
	font-size: 64px;
}

#carousel-wine-featured .glyphicon-chevron-right:before {
	content: "\>";
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "adobe-caslon-pro", serif;

	font-weight: 100;
	font-size: 64px;
}

#carousel-wine-featured .glyphicon {
	width: 38px;
	height: 77px;
}

#carousel-wine-featured .left.carousel-control {
	left: 10%;
}

#carousel-wine-featured .right.carousel-control {
	right: 15%;
}

#carousel-wine-featured .carousel-control {
	top: -25px;
}

#carousel-wine-featured .v65-product-title.v65-title {
	margin-bottom: 0;
}

#carousel-wine-featured .v65-product-title.v65-title a {
	text-transform: uppercase;
	font-size: 27px;
}

#carousel-wine-featured .carousel-caption {
	left: 130%;
	width: 250px;
	text-align: left;
}

#carousel-wine-featured .carousel-caption:nth-of-type(2) {
	top: 25px;
	height: 30px;
	padding: 0;
}

#carousel-wine-featured .carousel-caption:nth-of-type(3) {
	top: 50px;
}

#carousel-wine-featured .carousel-caption:nth-of-type(4) {
	top: 90px;
}

#carousel-wine-featured .carousel-caption:nth-of-type(5) {
	top: 125px;
}

#carousel-wine-featured .carousel-caption {
	color: #333;
	text-shadow: 0 0 0 rgb(0, 0, 0);
	padding: 0;
}

#carousel-wine-featured .v65-product-group {
	height: 230px;
}

#carousel-wine-featured .carousel-inner, #carousel-wine-featured .v65-productGroup {
	height: 100%;
}

.featured-wine-container {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	margin: 50px 0;
}

.featured-wine img {
	margin: 0 auto;
	display: block;
}

.featured-wine-content {
	color: #fff;
}

.featured-wine-content h1 {
	padding: 50px 0 20px 0;
	text-transform: uppercase;
}

.featured-wine-content h3 {
	padding-bottom: 20px;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "adobe-caslon-pro", serif;

}

.featured-wine-content a {
	color: #fff !important;
	width: 100px;
	height: 30px;
	display: inline-block;
	line-height: 32px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
	font-weight: 300;
}

.other-content{
	margin-top: 5%;
}

.other-content a {
	vertical-align: middle;
	text-align: left;
	font-weight: 300;
	color: #12ade3 !important;
}

.other-content h1 {
	margin-bottom: 20px;
}

.other-content h2 {
}


/* end Homepage */

/* Basic Page */
section.content a { color: #12ade3; }
.row.header-image {
	width: 100%;
	height: 250px;
	padding: 0;
	margin: 0 0 25px 0;
	overflow: hidden;
}
.row.header-image img{ width: 100%; }

section.content img { max-width: 100%; }

.v65-clubTitle a { font-size: 19px; padding-left: 10px; }
/* End Basic Page */

/* Contact Us Page */
	.distributors{ margin: 0; padding: 0; }
	.distributors li { margin: 25px 0; }
/* Contact Us Page End */

/* Blog List Page */
.v65-blogPost h1,
.v65-blogPost h2 { margin-bottom: 10px; }
.v65-blogPost h1,
.v65-blogPost h2,
.v65-blogPost h2 a { font-size: 20px; line-height: 20px; font-weight: 400; }
/* Blog List Page */

/* First three blog posts use blog widget*/
.blogAdditionalContent .v65-blogPostWrapper:nth-child(1){ display: none;}
.blogAdditionalContent .v65-blogPostWrapper:nth-child(2){ display: none;}
.blogAdditionalContent .v65-blogPostWrapper:nth-child(3){ display: none;}

.v65-blogPostWrapper iframe {width: 100% !important;}

.v65-blogPost img {
	height: auto !important;
}

/* Product List Page */
.product-list .v65-product-title a { font-size: 20px; line-height: 20px; font-weight: 400; }
.product-list .v65-product-photo { border: 1px solid #fff; padding: 5px; float: left; }
.product-list .v65-product-photo a { display: block; background: #FFF; }

.product-list .v65-product-inventoryMessage,
.product-list .v65-product-reviewStats { display: none; }

.v65-product-sortBy{ display: none;}

/* Product List Page End */

/* Product Drilldown */
.product-drilldown .v65-product-socialBar { margin: 10px 0 25px 0; }
.product-drilldown .v65-product-photo { padding: 5px; border: 1px solid #FFF; }
.product-drilldown .v65-product-photo a { display: block; background: #FFF; padding: 25px; }
/* Product Drilldown End */

/* Wine Club Checkout */

.v65-clubTeaser{
	padding: 0 0 12px 0;
}

.v65-clubTitle a{
	padding-left: 0;
}

.v65-form fieldset div div{
	padding: 5px 0;
}

#v65-fieldset-billingInfo, #v65-fieldset-clubOptions, #v65-fieldset-paymentMethod, #v65-fieldset-shippingInfo, #v65-fieldset-shippingOptions, #v65-fieldset-sourceCode, #v65-fieldset-usernamePassword, #v65-fieldset-wholesalerInfo{
	background-color: #f9f7f0;
	border: 1px solid #D2CFC5;
}

#v65-checkBilling legend{
	margin-bottom: -30px;
	padding-bottom: 50px;
	border-bottom: none;
}

#v65-signUpClubSummaryWrapper{
	background-color: #f9f7f0;
	border: 1px solid #D2CFC5;
}

.v65-form{
	min-width: 270px;
}

.v65-form fieldset{
	border: none;
}

legend{
	border-bottom: 1px solid #7C755E;
}

#v65-checkBilling select[name=BirthMonth], #v65-checkBilling select[name=ShipBirthMonth], #v65-checkBilling select[name=cardExpiryYr]{
	width: 105px;
}

#v65-checkBilling select[name=BirthDay], #v65-checkBilling select[name=BirthYear], #v65-checkBilling select[name=ShipBirthDay], #v65-checkBilling select[name=ShipBirthYear]{
	width: 70px;
}

#v65-checkBilling input[name=City], #v65-checkBilling input[name=Company], #v65-checkBilling input[name=ConfirmPassword], #v65-checkBilling input[name=Email], #v65-checkBilling input[name=FirstName], #v65-checkBilling input[name=LastName], #v65-checkBilling input[name=MainPhone], #v65-checkBilling input[name=Password], #v65-checkBilling input[name=Username]{
	width: 250px !important;
}

.v65-form select, .v65-form textarea{
	width: 250px;
}

.v65-form input[type=password], .v65-form input[type=text], .v65-form input[type=username]{
	width: 250px;
}

/* Wine Club Checkout End */

#v65-checkoutCartSummaryWrapper{
	background-color: #f9f7f0;
	border: 1px solid #D2CFC5;
}

#v65-checkBilling input[name=BillCity], #v65-checkBilling input[name=BillCompany], #v65-checkBilling input[name=BillEmail], #v65-checkBilling input[name=BillFirstName], #v65-checkBilling input[name=BillLastName], #v65-checkBilling input[name=BillMainPhone]{
	width: 250px;
}

#v65-checkBilling select[name=StateCode]{
	width: 250px;
}

#v65-checkBilling select[name=StateCode]{
	width: 100px;
}

#v65-checkBilling select[name=cardExpiryMo]{
	width: 140px;
}

/* start Footer */
footer {
	background-color: #f9f7f0;
	border-top: solid 1px #d7d4d3;
	color: #585750;
	padding: 50px 0;
	font-size: 13px;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "adobe-caslon-pro", serif;
	margin-top: 50px;
}

footer a {
	color: #585750;
	font-size: 13px;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "adobe-caslon-pro", serif;
}

footer p{
	color: #585750;
	font-size: 13px;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "adobe-caslon-pro", serif;
}

footer a:hover, footer a:focus, footer a:active {
	color: #585750;
	text-decoration: underline;
}

.footerTools {
	position: relative;
}

.footer-logo {
	background: url('/assets/images/logo-footer.png') 0 0 no-repeat;
	width: 230px;
	height: 40px;
	display: block;
	text-indent: 200%;
	white-space: nowrap; 
	overflow: hidden;
	margin-bottom: 20px;
}

footer h1 {
	font-size: 18px;
	margin-bottom: 20px;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "adobe-caslon-pro", serif;
	text-transform: uppercase;
}

.col-md-3 > * {
	display: block;
}

.col-md-3 i {
	font-size: 20px;
}

.col-md-4 i {
	font-size: 26px;
	padding-right: 10px;
}

.location p {
	width: 190px;
	display: inline-block;
	vertical-align: top;
}

.location i {
	padding-right: 20px;
}

.phone-contact{
	display: block;
}

.phone-contact i {
	padding-right: 19px;
}

.phone-contact {
	margin-bottom: 10px;
}

.email-contact i {
	padding-right: 17px;
}

.footerTools .legal { padding: 0; margin: 0; }
.footerTools .legal .copyright { float: left; }
.footerTools .legal .system {float: right; }

#v65-subscribeWidget input {
	width: 40%;
	font-style: italic;
	/*font-family: 'Lato';*/
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "adobe-caslon-pro", serif;

}

#v65-subscribeWidget button {
	width:  inherit;
	text-transform: uppercase;
	/*font-family: 'Oswald';*/
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: "adobe-caslon-pro", serif;

}

.footerLinks { float: left; clear: both; }
.footerLinks ul { margin:0; padding: 0; }
.footerLinks li { display: inline-block; margin-right: 10px; }
/* end Footer */

.v65-title{
	/*font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;*/
	font-family: "adobe-caslon-pro", serif;
}

#v65-modalContentHeader{
	height: 37px;
	background-color: #7C755E;
}

#v65-modalContentWrapper{
	background-color: #f9f7f0;
	border-top: solid 1px #d7d4d3;
}

.v65-blogFooterComments{
	display: none;
}

.v65-blogCommentsTitle{
	display: none;
}

.v65-socialMediaBar-Twitter{
	width: 60px;
}

.headerRSVP{
	float: left;
}

/* Responsive */

@media (min-width: 992px){
	
	.footerLinks {
		margin-top: 70px;
	}

	.footerTools .legal{
		margin-top: 70px;
	}
}

@media (max-width: 991px) {

	.container{ width:100%; padding-left: 2%; padding-right: 2%; }
	.footer-content .row > div { margin: 5% auto; }
	.footer-content .col-md-5 {}
	.footerTools .legal .system { clear:both; float: left; margin-top: 15px; }
}
@media (max-width: 890px){
	#wine-carousel .carousel-caption{
		width: 55%;
		top: 50%;
		z-index: 101;
	}

	#wine-carousel .item img{
		z-index: 0;
	}

	#wine-carousel .carousel-caption h3{
		font-size: 30px;
	}

	#wine-carousel .carousel-caption p{
		font-size: 20px;
	}
}


@media (max-width: 768px) {

	header.homepage{ height: 130px; padding: 0; }
	#lang-tools { width: 100%; margin-bottom: 25px; padding-left: 0; }
	.language-change { padding: 0; float: left; }
	.navbar-nav { margin: 5px 15px; }	
	.navbar-nav > ul { padding-top: 0px; }
	.navbar-header { float: right; }
	a.logo { float: left; }
	.content-body img { margin: 0; }
	ul.block-grid-2 li { width: 100%; margin: 10px 0; padding: 0; }
	ul.block-grid-2 li img { width: 100%; }
	ul.block-grid-4 li { width: 100%; }

	ul.language-change, .v65-editProfile { height: 2em; line-height: 1.5em; padding: 0 25px; width: auto; }
	ul.language-change { padding-left: 15px; }
	.navbar-toggle { margin-top:0; }
	.header-image img { height: 280px; max-width: auto !important; }
	.navbar-nav > ul > li { display: block; float: left; margin: 10px 20px 10px 0; }
	.navbar-nav > ul > li:nth-child(5n) { clear:both; }
	.row.header-image { height: 183px; margin: 0 0 104px 0; }
	.bs-navbar-collapse-1{
		height: auto;
		background: #CDC6AD;
		width: 115%;
		margin-left: -20px;
		margin-top: -1px;
	}
}

@media (min-width: 768px){
	#lang-tools{
		margin-top: 20px;
		position: absolute;
		padding: 0;
		top: 57px;
		right: 17px;
	}

	.navbar-nav{
		margin-left: 15px;
	}
}


@media (min-width: 725px){

	#v65-fieldset-billingInfo, #v65-fieldset-clubOptions, #v65-fieldset-paymentMethod, #v65-fieldset-shippingInfo, #v65-fieldset-shippingOptions, #v65-fieldset-sourceCode, #v65-fieldset-usernamePassword, #v65-fieldset-wholesalerInfo{
		width: 55%;
	}
	
	#v65-signUpClubSummaryWrapper {
		width: 40%;
		padding: 2%;
		float: right;
		margin-top: 40px;
		position: relative;
		top: 0;
		right: 0;
	}

	#v65-checkoutFooter{
		margin-top: 40px;
	}
}

@media (max-width: 725px){
	#v65-signUpClubSummaryWrapper{
		width: 100%;
		margin-top: 0;
		position: relative;
		top: 0;
		right: 0;
	}

	#v65-fieldset-billingInfo, #v65-fieldset-clubOptions, #v65-fieldset-paymentMethod, #v65-fieldset-shippingInfo, #v65-fieldset-shippingOptions, #v65-fieldset-sourceCode, #v65-fieldset-usernamePassword, #v65-fieldset-wholesalerInfo{
		width: 100%;
	}
}

@media (max-width: 580px) {

	#v65-modalAgeVerification{
		position: absolute;
		margin: 0;
		top: 2%;
		left: 2%;
		width: 96%;
	}

	#v65-modalAgeVerification select{
		width: 30% !important;
	}

	.headerRSVP{
		position: absolute;
		top: 90px;
		right: 65px;
	}

	#user-tools{
		position: relative;
		top: 6px;
		height: 2em;
		line-height: 2em;
	}

	#user-tools ul{

	}

	#user-tools li{
		height: 2em;
		line-height: 2em;
		display: inline;
	}

	#v65-modalCart{
		
	}

	.logo{
		width: 60%;
		background-size: contain;
	}

	.v65-editProfile, .v65-yourAccount, .v65-login, .v65-logout{
		height: 2em;
		line-height: 2em;
	}

	#lang-tools {
		margin-bottom: 0px;
	}

	header.homepage{
		height: 150px;
	}

	#wine-carousel .carousel-caption{
		width: 100%;
		top: 65%;
		left: auto;
		padding: 2% 4%;
		text-align: center;
	}

	button{
		height: 3em;
		line-height: 3em;
	}

	button span{
		height: 3em;
		line-height: 3em;
	}

	.v65-product-addToCart-quantity input{
		height: 3em !important;
		line-height: 3em !important;
	}
}

@media screen and (max-width: 580px){
	.v65-product-addToCart-button button{
		width: inherit;
	}
}

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

	.product-list .v65-product-photo a img{ background: #FFF; padding: 15px; }
	.product-list .v65-product-photo{ margin-right: 15px; }

	img.v65-left{
		float: left;
	}

	#v65-fieldset-billingInfo label, #v65-fieldset-clubOptions label, #v65-fieldset-paymentMethod label, #v65-fieldset-shippingInfo label, #v65-fieldset-shippingOptions label, #v65-fieldset-sourceCode label, #v65-fieldset-usernamePassword label, #v65-fieldset-wholesalerInfo label{
		float: left;
		width: 27%;
	}

	#v65-checkBilling input[name=Address2]{
		margin-left: 27%;
	}

	#v65-fieldset-shippingInfo select{
		margin-left: 27%;
	}

	#v65-checkBilling input[name=BillAddress2]{
		margin-left: 27%;
	}

	.v65-editProfile, .v65-yourAccount{
		width: auto;
	}

	#user-tools{
		position: absolute;
		top: 10px;
		right: 20px;
		width: 320px;
	}

	#user-tools ul{
		margin: 0;
		padding: 0;
	}

	#user-tools li{
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.v65-editProfile, .v65-yourAccount{
		margin-top: 0;
	}

	.v65-yourAccount a, .v65-login a{
		display: inline-block;
	}
	
}

/* Datepicker */

div#ui-datepicker-div {
	background-color: #F9F9F9;
	border: 1px solid #eee;
	padding: 5px;
}

div#ui-datepicker-div a.ui-datepicker-next.ui-corner-all,
div#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all,
div#ui-datepicker-div td a {
	cursor: pointer;
}

div#ui-datepicker-div th {
	padding: 4px 0;
}

div#ui-datepicker-div td {
	padding: 4px;
}

span.ui-icon.ui-icon-circle-triangle-e {
	float: right;
}

.ui-datepicker-title {
	padding: 6px 0 10px;
}
	






