@charset "utf-8";

/* ======================================================== */
/*  GENERIC RESETS  */
/* ======================================================== */
body, div, a, img, span, iframe, audio, video, p, h1, h2, h3, h4, h5, h6, strong, small, ul, ol, li, pre, code, blockquote, sub, sup, table, th, td, tr, tbody, tfoot, thead, form, fieldset, legend, label, input, textarea, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	border: none;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

nav ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}

/* Corrects `inline-block` display not defined in older browsers */
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}

/* Corrects issue for `hidden` attribute not present in older browsers */
[hidden] {
	display: none;
}

body {
	/* Prevents iOS text size issues after orientation change */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
	overflow: hidden;
}

/* ======================================================== */
/*   BASIC STYLES OF SITE - STANDARD STYLES FOR ALL SIZES */
/*   MOBILE FIRST STYLES - MARKED */
/* ======================================================== */

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.3;
	overflow: scroll;
	background-color: rgba(102,46,57,1.00);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bgroundv.jpg), -webkit-linear-gradient(270deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%);
	background-image: url(../images/bgroundv.jpg), -moz-linear-gradient(270deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%);
	background-image: url(../images/bgroundv.jpg), -o-linear-gradient(270deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%);
	background-image: url(../images/bgroundv.jpg), linear-gradient(180deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%);
	background-size: cover;
}

#wrapper {
	width: 98%; /* mobile*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1%;
	padding-right: 1%;
}

header {
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-weight: bold;
	padding-left: 1%;
	padding-right: 1%;
}

#headerLeft {
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-style: normal;
	font-size: 1.2em;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
}

#headerRight {
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin: 0px auto;
}

nav {
	margin: 5px auto 26px;
	text-align: center;
	float: none;
	display: block;
}

nav li {
	display: inline-block;
	width: 49%;
	text-align: center;
}

nav li a, nav li a:visited {
	margin: 3px;
	text-align: center;
	-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,1.00);
	box-shadow: 3px 3px 9px rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1.00);
	text-decoration: none;
	color: rgba(102,46,57,1.00);
	vertical-align: middle;
	font-size: 1em;
	font-weight: normal;
	padding: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.50);
	display: block;
}

nav li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
	background-color: rgba(102,46,57,1.00);
}

#mainContent {
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1.00);
	padding: 20px;
	-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.50);
	box-shadow: 10px 10px 15px rgba(0,0,0,0.50);
	border-radius: 5px;
}

footer {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 1% 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: rgba(88,50,71,1.00);
	color: rgba(255,255,255,1.00);
	background-image: url(../images/footerbground.png);
	background-repeat: repeat;
}

#footerLeft {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
}

#footerRight {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.9em;
	text-align: center;
	color: rgba(123,55,69,1.00);
	background-image: url(../images/footerbground.png);
	background-repeat: repeat;
}

#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #7B3745;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#copyright a:hover {
	text-decoration: none;
	color: rgba(43,62,128,1.00);
}

/* ======================================================== */
/*  TEXT SETTINGS   */
/* ======================================================== */

h1 {
	color: rgba(123,55,69,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	color: rgba(43,62,128,1.00);
	font-size: 1.35em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

h3 {
	color: rgba(102,46,57,1.00);
	font-size: 1.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
}

h4 {
	color: rgba(43,62,128,1.00);
	font-size: 1.25em;
}

h5 {
	color: rgba(43,62,128,1.00);
	font-size: 1.0625em;
}

h6 {
	color: rgba(86,52,68,1.00);
	font-size: .875em;
}

.PhoneText {
	font-size: 1.875em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-shadow: 2px 2px 1px rgba(0,0,0,1.00);
}

#mainContent a:link, #mainContent a:visited {
	color: rgba(43,62,128,1.00);
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

a:focus {
	outline: none;
}

a:hover {
	color: rgba(102,46,57,1.00);
	text-decoration: none;
	border-style: none;
	padding-left: 0px;
}

#mainContent ul li {
	margin-left: 30px;
	line-height: 1.3em;
	padding-left: 10px;
}

#mainContent ol li {
	margin-left: 30px;
	line-height: 1.3em;
	padding-left: 10px;
}

/* ======================================================== */
/*   MISCELLANEOUS STANDARD STRUCTURAL STYLES  */
/* ======================================================== */

#player {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Social media buttons in footer */
#social {
	margin-top: 5px;
	color: rgba(108,47,59,1.00);
}

/*Can style the icons here*/
#social a:link img, #social a:visited img {
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.50);
	border-radius: 4px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#social a:hover img {
	-webkit-box-shadow: -1px -1px 4px rgba(255,255,255,0.50);
	box-shadow: -1px -1px 4px rgba(255,255,255,0.50);
	border-radius: 4px;
}

/* standard column styles*/

.columnLeft35 {
	background-color: rgba(255,255,255,0.48);
	width: 96%; /* mobile*/
	float: left; /* mobile*/
	padding: 10px 2%; /* mobile*/
}

.columnLeft50 {
	width: 96%; /* mobile*/
	float: none; /* mobile*/
	padding: 10px 2%; /* mobile*/
	margin: 5px auto;
}

.columnLeft65 {
	background-color: rgba(255,255,255,0.50);
	width: 96%; /* mobile*/
	float: left; /* mobile*/
	padding: 10px 2%; /* mobile*/
}

.columnRight35 {
	background-color: rgba(255,255,255,0.48);
	width: 96%; /* mobile*/
	float: left; /* mobile*/
	padding: 10px 2%; /* mobile*/
}

.columnRight50 {
	width: 96%; /* mobile*/
	float: none; /* mobile*/
	padding: 10px 2%; /* mobile*/
	margin: 5px auto;
}

.columnRight65 {
	background-color: rgba(255,255,255,0.50);
	width: 96%; /* mobile*/
	float: left; /* mobile*/
	padding: 10px 2%; /* mobile*/
}

.column100 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 10px 2%; /* mobile*/
}

.column80 {
	width: 96%;/* mobile*/
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 10px 2%;
}

.column25 {
	/* 4 columns - 25%  - floating */
	width: 96%; /* mobile*/
	margin: 1%;
	padding: 10px 1%; /* mobile*/
	float: left;
	text-align: left;
}

.column33 {
	/* 3 columns - 33% - floating */
	width: 96%; /* mobile*/
	margin: 1%;
	padding: 10px 1%; /* mobile*/
	float: left;
}

.column20 {
	/* 5 columns - 20% - floating */
	width: 96%; /* mobile*/
	margin: 1%;
	padding: 10px 1%; /* mobile*/
	float: left;
	text-align: center;
}

/* standard floats etc styles*/

.clearFix {
	clear: both;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.floatLeft {
	float: left;
	margin-right: 2%;
}

.floatRight {
	float: right;
	margin-left: 2%;
}

/* Float to center styles will be centered and cleared in phone layouts*/
.floatLeft2Center, .floatRight2Center {
	text-align: center; /* mobile*/
	clear: both;
	margin: 5px auto;
	float: none;
	display: block;
}

/* ======================================================== */
/*   MISCELLANEOUS STYLES  */
/* ======================================================== */


.roundCorners {
	border-radius: 5px;
}

.shadow {
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.50);
}

.blueBG {
	background-image: -webkit-linear-gradient(270deg, rgba(82,98,154,0.70) 0%, rgba(43,62,128,0.70) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(82,98,154,0.70) 0%, rgba(43,62,128,0.70) 100%);
	background-image: -o-linear-gradient(270deg, rgba(82,98,154,0.70) 0%, rgba(43,62,128,0.70) 100%);
	background-image: linear-gradient(180deg, rgba(82,98,154,0.70) 0%, rgba(43,62,128,0.70) 100%);
	color: rgba(255,255,255,1.00);
	background-color: rgba(43,62,128,0.70);
}

.greenBG {
	color: rgba(255,255,255,1.00);
	background-color: rgba(79,89,52,0.75);
	background-image: -webkit-linear-gradient(270deg, rgba(114,127,79,0.75) 0%, rgba(79,89,52,0.75) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(114,127,79,0.75) 0%, rgba(79,89,52,0.75) 100%);
	background-image: -o-linear-gradient(270deg, rgba(114,127,79,0.75) 0%, rgba(79,89,52,0.75) 100%);
	background-image: linear-gradient(180deg, rgba(114,127,79,0.75) 0%, rgba(79,89,52,0.75) 100%);
}

.greenBG h3, .blueBG h3, .greenBG h4, .blueBG h4 {
	color: rgba(255,255,255,1.00)
}

hr {
	width: 100%;
	height: 5px;
	background-image: -webkit-linear-gradient(0deg, rgba(43,62,128,0.00) 0%, rgba(43,62,128,1.00) 15%, rgba(100,47,53,1.00) 50%, rgba(79,90,48,1.00) 85%, rgba(79,90,48,0.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(43,62,128,0.00) 0%, rgba(43,62,128,1.00) 15%, rgba(100,47,53,1.00) 50%, rgba(79,90,48,1.00) 85%, rgba(79,90,48,0.00) 100%);
	background-image: -o-linear-gradient(0deg, rgba(43,62,128,0.00) 0%, rgba(43,62,128,1.00) 15%, rgba(100,47,53,1.00) 50%, rgba(79,90,48,1.00) 85%, rgba(79,90,48,0.00) 100%);
	background-image: linear-gradient(90deg, rgba(43,62,128,0.00) 0%, rgba(43,62,128,1.00) 15%, rgba(100,47,53,1.00) 50%, rgba(79,90,48,1.00) 85%, rgba(79,90,48,0.00) 100%);
	margin: 5px auto;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.50);
}

.storetitles {
	color: rgba(255,255,255,1.00);
	font-size: 1.2em;
	font-weight: bold;
}

/* ======================================================== */
/*   MEDIA QUERIES  */
/* ======================================================== */


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

/* Tablet Size */
/* site is full width of screen */
#headerLeft {
	width: 40%;
	margin-top: 4px;
	float: left;
}

#headerRight {
	width: 40%;
	float: right;
	margin-top: 20px;
	text-align: right;
}

nav {
	margin: 5px auto 20px;
	text-align: center;
	float: none;
	height: 71px;
	display: block;
}

nav li {
	display: inline-block;
	width: auto;
	text-align: right;
}

nav li a, nav li a:visited {
	display: inline-block;  /* mobile*/
	width: 75px;
	height: 29px;
	margin: 0px 3px;
	text-align: right;
	-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,1.00);
	box-shadow: 3px 3px 9px rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1.00);
	text-decoration: none;
	color: rgba(102,46,57,1.00);
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../images/menuBottle.png), url(../images/menuWine.png);
	background-position: left 8px, center 175px;
	-webkit-transition: background-position 1.0s ease;
	-moz-transition: background-position 1.0s ease;
	-ms-transition: background-position 1.0s ease;
	-o-transition: background-position 1.0s ease;
	transition: background-position 1.0s ease;
	font-size: 1em;
	font-weight: normal;
	padding: 43px 5px 0px 0px;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.50);
}

nav li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-image: url(../images/menuPouring.png), url(../images/menuWine.png);
	background-position: left bottom, center 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
	background-color: rgba(255,255,255,1.00);
}

#footerLeft {
	width: 48%;
	text-align: left;
	float: left;
}

#footerRight {
	width: 48%;
	float: right;
	text-align: right;
}

.columnLeft35 {
	width: 30%;
}

.columnLeft50 {
	width: 45%;
	float: left;
}

.columnLeft65 {
	width: 60%;
}

.columnRight35 {
	width: 30%;
	float: right;
}

.columnRight50 {
	width: 45%;
	float: right;
}

.columnRight65 {
	width: 60%;
	float: right;
}

.column25, .column33, .column20 {
	width: 45%;
}

.floatLeft2Center {
	float: left;
	margin-right: 2%;
	clear: none;
}

.floatRight2Center {
	float: right;
	margin-left: 2%;
	clear: none;
}
}

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

/*  Desktop Size  */	
/* site width limited to 1000px */
/* vertical padding increased  from 1% to 2% */

#wrapper {
	width: 1000px;
	margin-bottom: 20px;
}

nav {
	float: right;
}

#headerLeft {
	float: left;
}

#headerRight {
	margin-top: 0px;
}

.columnLeft35, .columnLeft50, .columnLeft65, .columnRight35, .columnRight50, .columnRight65, .column100 {
	padding: 20px 2%;
}

.column80 {
	width: 80%;
}

.column25 {
	width: 20%;
}

.column33 {
	width: 29%;
}

.column20 {
	width: 16%;
}

.hidden {
	display: inline;
}
}
