/*
Theme Name: All
Version: 1.0

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/

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, 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;
	-webkit-text-size-adjust: none;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
*:hover, *:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
input[type="submit"]:hover {
	cursor: pointer;
}
textarea {
	overflow: auto;
	resize: none;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	outline: none;   /* Remove dashed frame for IE8,FF  */
}
a:hover {
	color: #000;
	text-decoration: underline;
	outline: none !important;
}
a:focus {
	outline: none !important;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 30px 0 49px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1, h1 a {
	color: #353537;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}
h2, h2 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 0 3px 0;
}
h3, h3 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 0 2px 0;
}
h4, h4 a {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 0 0 2px 0;
}
h5, h5 a {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}
h6, h6 a {
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
}
p {
	padding: 0 0 8px;
}
.content {
	width: 480px;
	float: left;
}
.content img {
	max-width: 100%;
	height: auto;
	margin: 10px 0 30px;
}
.content img.alignleft {
	margin-right: 70px;
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
}
.content img.alignright {
	margin-left: 70px;
	margin-top: 0;
	margin-bottom: 10px;
	float: right;
}
.content img.alignnone {
	margin-left: 0;
	margin-right: 0;
	float: none;
}
.content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}
.content table {
	margin: 0;
	width: 100%;
}
.content table caption {
	color: #fd9200;
	font-weight: bold;
	padding: 15px 0;
}
.content table th {
	padding: 16px 8px;
	border: none;
	background: transparent;
	color: #fd9200;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	line-height: 15px;
	vertical-align: top;
}
.content table td {
	padding: 16px 8px;
	border: none;
	vertical-align: top;
}
.content table img {
	margin: 0;
	padding: 0;
}
.content ol, .content ul {
	padding: 2px 0 10px 0;
}
.content ol li, .content ul li {
	list-style: none;
	line-height: 18px;
	padding: 0 7px;
	margin: 0 0 0 34px;
}
.content input, .content select, .content textarea {
	background: #222;
	border: none;
	color: #fff;
	line-height: 20px;
}
.content input[type="text"] {
	padding: 3px 10px 2px;
	width: 240px;
	height: 20px;
}
.content select {
	padding: 3px 10px 3px;
	line-height: 20px;
	border: 1px solid #222;
}
.content textarea {
	padding: 10px 10px;
	width: 240px;
	height: 80px;
}
.content input[type="submit"] {
	text-align: center;
	padding: 4px 28px;
	color: #111;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
}
/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	line-height: 18px;
	background: #fff;
	width: 100%;
	text-align: left;
	min-width: 980px;
}
input, select, textarea {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	line-height: 18px;
}
input[type="text"]:focus, input[type="password"]:focus {
	outline: none !important;
}
/***********************************************************************************/
/*                             			Header		                               */
/***********************************************************************************/
.header {
	height: 100px;
	background: #000;
}
.head {
	padding: 12px 0 0 0;
	width: 980px;
	margin: 0 auto;
}
.logo {
	display: block;
}
.logo img {
	display: block;
}
/***********************************************************************************/
/*                             			Banner		                               */
/***********************************************************************************/
.banner {
	text-align: center;
	position: relative;
}
.banner_cover {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -490px;
}
/***********************************************************************************/
/*                       		  Main content                               	   */
/***********************************************************************************/
.wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 35px 0 162px 0;
	position: relative;
}
.wrapper_cover {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
h1.page_title {
	border-bottom: 2px solid #7f7f7f;
	margin: 0 0 8px 0;
}
.half_width {
	width: 220px;
	padding: 0 20px 10px 0;
	float: left;
}
.info {
	clear: both;
	border-top: 2px solid #7f7f7f;
	padding: 13px 0 0 0;
}
a.buy-now,  a.buy-now:visited,  a.buy-now:active,  a.buy-now:link {
	width: 109px;
	height: 35px;
	display: block;
	background: url('images/button-buy-now.png') no-repeat;
	margin-top: 8px;
	margin-bottom: 30px;
}
a.buy-now:hover {
	background-position: 0 -35px;
}
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
a.buy-now-top,  a.buy-now-top:visited,  a.buy-now-top:active,  a.buy-now-top:link {
	width: 109px;
	height: 35px;
	display: block;
	background: url('images/button-buy-now.png') no-repeat;
	margin-top: 8px;
	margin-bottom: 30px;
}
a.buy-now-top:hover {
	background-position: 0 -35px;
}

	.distribution {
    font-size: 17px;
    font-weight: bold;
}

    .distribution-sub {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}

.button {
    border: 1px solid #000;
    padding: 10px 60px;
    text-decoration: none !important;
    text-transform: uppercase;
    background: #000;
    color: #fff !important;
        transition: all .5s;
}

.button:hover {
    background: #fff;
    color: #000 !important;
}

a.tasting-notes {
    color: #ab0808;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
}

.btn-container {
    padding: 10px 0 20px;
}

i.fa.fa-download, i.fa.fa-shopping-cart {
    padding: 0 5px 0 0;
}


a.social-icon {
    font-size: 20px;
    padding: 0 10px 0 0;
    color: #000;
}

.social-container {
    padding: 0px 0 10px 0;
}

.social-icon:hover {
    color: #555 !important;
    transition: all .5s;
}

/***********************************************************************************/
/*                                Testimonial 		                               */
/***********************************************************************************/
.testimonial {
	font-size: 11px;
	line-height: 15px;
	padding: 45px 0 0 28px;
	width: 240px;
	float: left;
	position: relative;
}
.testimonial .left_quote {
	position: absolute;
	top: 45px;
	left: 20px;
	font-size: 17px;
	font-style: normal;
	line-height: 23px;
}
.testimonial blockquote {
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-style: normal;
	line-height: 23px;
}
.more_info {
	/*padding: 30px 0 0 0;*/
	font-size: 13px;
	line-height: 18px;
	margin:30px 0 0 0;
}
.more_info a {
	color: #000;
}
.bottle {
	position: absolute;
	top: -343px;
	right: 0;
	z-index: 10;
}
.bottlebuy {
	position: absolute;
	top: -100px;
	right: 110px;
	width: 150px;
	height: 150px;
	display: block;
	z-index: 30;
	background-image:url('images/buy-now-s.png');
}
.bottlebuy_perm {
	position: absolute;
	top: -100px;
	right: 110px;
	width: 150px;
	height: 150px;
	display: block;
	z-index: 20;
	background-image:url('images/buy-now-s.png');
}
.bottlebuy:hover {
	background-image:url('images/buy-now-h.png');
}

.bottlebuy:active {
	background-image:url('images/buy-now-s.png');
}




/***********************************************************************************/
/*                                Footer	 		                               */
/***********************************************************************************/
.footer {
	background: #000;
	height: 80px;
}
.foot {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}
