@charset "UTF-8";
body {
	margin: 0;
	background: url('../images/site_bg.jpg') top center repeat-y;
	background-size: 100% auto;
}

#pre_video_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 500;
}

#pre_video {
	position: fixed;
	z-index: 501;
	height: 100%;
	width: 100%;
}

#pre_video iframe {
	height: 100%;
	width: 100%;
	padding-top: 3%;
	background: #000000;	
}

#pre_video_close {
	position: fixed;
	top: 2%;
	color: #ffffff;	
	z-index: 502;
	width: 100%;
	text-align: center;
	font-family: "adobe-garamond-pro",sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
	line-height: 24px;
	cursor: pointer;
}

#header {
	background: url('../images/header_bg.jpg') top center no-repeat;
	background-size: 100% 156px;
	width: 100%;
	height: 156px;	
}

#header_wrapper {
	position: relative;
	z-index: 10;	
}

#navbar {
	background: url('../images/header_nav_bg.png') top left repeat-x;
	width: 100%;
	height: 44px;
}
 
#navbar .row, #navbar .container {
	max-height: 44px;	
}

#header_sign {
	padding: 0px !important;
	height: 200px;
}

#header_sign a {
	width: 100%;	
}

#header_sign a img {
	width: 100%;
	height: auto;	
}

#header_name {
	font-family: "adobe-garamond-pro",sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    margin: 21px 0 0;
    padding: 0;
	color: #382300;
}

#header_name a{
	color: #382300;
	text-decoration:none;
}

#header_sub {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 33px;	
	line-height: 30px;
	color: #382300;
}

.header_pipe {
	font-size: 21px;
    margin-left: 5px;
    position: relative;
    top: -5px;	
}

#cart_area {
	background: url('../images/header_cart_area.png') top left no-repeat;	
	width: 238px;
	height: 38px;
	position: absolute;
    right: 0;
	padding-left: 4px;
	padding-top: 4px;
}

#cart_area ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#cart_area li {
	float: left;
	width: 33%;
	text-align: center;
}

#cart_area li a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #631214;
	font-size: 18px;
}

.white_link a {
	color: #ffffff !important;	
}

.white_link {
	width: 26% !important;
	margin-right: 3%;
}

.white_link .logout {
	font-size: 16px !important;
    line-height: 26px;
    margin-left: 1px;	
}

#cart_area li a:hover {
	text-decoration: none;
	opacity: .6;	
}

#brochure_link {
	position: absolute;
	right: 0;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #382300;
	font-size: 18px;
	top: 42px;	
}

#phone_social {
	position: absolute;
	right: 0;
	top: 79px;	
}

#social_icons {
	float: left;	
}

#header_phone {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #b35326;
	float: left;
	margin-right: 10px;
}

.s_icon {
	float: left;	
	margin-left: 7px;
	position: relative;
}

.s_icon .social_bw {
	position: absolute;
	top: 0;
	left: 0;	
}

.nav_item {
	float: left;	
	margin-top: 5px;
}

.nav_item:after {
	content: "|";
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #382300;
	font-size: 22px;
	margin: 0 13px;
}

.nav_item a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;	
	color: #631214;
	font-size: 21px;
}

.nav_item a:hover {
	text-decoration: none;	
}

#navbar .last:after {
	content: "";
	margin: 0px !important;
}
#fixed_name a {
	text-decoration: none;
	color: #382300;
}
#fixed_name {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0px;
	padding-left: 57px;
	position: relative;
}

#fixed_name img{
	width: 52px;
	height: auto;
	position: absolute;	
	top: 0;
	left: 0;
}

#content_wrapper {
	position: absolute;
    width: 100%;
    z-index: 1;
	overflow: hidden;
}

#header_inner, #header_inner .row {
	height: 200px;	
}

.under {
	color: #b35326 !important;	
}

#nav_clear {
	pointer-events: none;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #header_phone {
		font-size: 33px;	
	}
	
	.nav_item a {
		font-size: 18px;
	}
	
	.nav_item:after {
		margin: 0 10px;
	}
	
	#fixed_name {
		font-size: 28px;	
	}
	
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #header_title {
		padding: 0px !important;	
	}
	
	#header_name {
		font-size: 34px;
		line-height: 33px;	
		margin: 37px 0 0;
	}
	
	#header_sub {
		font-size: 25px;	
	}
	
	#nav_links {
		padding: 0;	
	}
	
	.nav_item a {
		font-size: 15px;
	}
	
	.nav_item:after {
		margin: 0 6px;
	}
	
	#fixed_name {
		font-size: 18px;	
	}
	
	#fixed_name p{
		padding-top: 10px;	
	}
}

@media screen and (max-width: 767px) {
	#header {
		background: url('../images/header_bg.jpg') top center no-repeat;	
		height: auto;
		background-size: cover;
		margin-top: 40px;
	}
	
	#header_name {
		font-size: 34px;
		line-height: 33px;	
		margin: 16px 0 0;
	}
	
	#header_sub {
		font-size: 25px;
		margin: 0;	
	}
	
	#phone_social {
		position: relative;	
		top: 0;
	}
	
	#mobile_header {
		background-color: #631214;
		height: 40px;
		position: fixed;
		width: 100%;
		z-index: 100;
		top: 0;	
	}
	
	#navbar {
		background-image: none;
		background-color: #ffffff;	
		height: auto;
		width: 60%;
		position: fixed;
		top: 40px;
		left: -65%;
		padding: 20px;
		-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	}
	
	#navbar .nav_item {
		float: none;
		padding: 12px 0px;
		border-bottom: 1px solid #382300;
		margin: 0px;
		text-align: center;
	}
	
	#navbar .nav_item a{
		font-size: 20px;	
		line-height: 18px;
	}
	
	#navbar .nav_item:after {
		content: "";
		margin: 0;	
	}
	
	#navbar .last {
		border-bottom: 0px;
	}
	
	#mobile_cart{
		position: absolute;
		right: 12px;
		top: 6px;float: right;
	}
	
	#mobile_cart a{
		font-family: "adobe-garamond-pro",sans-serif;
		font-style: normal;
		font-weight: 600;
		color: #ffffff;
		font-size: 18px;	
	}
	
	#navbar .row, #navbar .container {
	    max-height: none;
	}
}

/*-------------------------- Homepage Styles ------------------------------*/

#hp_slide_container {
	background: url('../images/transparent_bg.png') top left;	
	padding: 6px;
	margin-top: 40px;
}

#slider_wrapper {
	position: relative;
	left: 0;
	width: 100% !important;
	opacity: 0;
}

#slider_wrapper .caroufredsel_wrapper, #slider_wrapper #slider {
	height: 100% !important;	
}

#hp_slider_area {
	position: relative;
	z-index: 2;	
}

#slider {
	/*width: 100% !important;
	height: auto !important;	*/
}

#hp_slide_container .caroufredsel_wrapper {
	position: absolute !important;
	top: 0px !important;	
	background-color: #ffffff;
}

#slider_info{
	bottom: -127px;
    position: absolute;
    right: -112px;
    z-index: 2;
	width: 941px;
	height: 299px;
	background: url('../images/slider_plank.png') top left no-repeat;
	padding: 85px 121px 96px 110px;
}

#slider_info .caroufredsel_wrapper{
	margin-top: 80px !important;	
	background-color: transparent !important;
	height: 107px !important;
}

.slide_item_info_head{
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	color: #ffffff;
	line-height: 50px;
    margin: 0;
}

.slide_item_info_sub{
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	color: #ffffff;
	line-height: 26px;
    margin: 0;
}

.slide_item_info {
	width: 710px;
	height: 107px;
}

.slide_item_info a{
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 22px;
	color: #ffffff;
	float: right;
}

.hp_pag {
	height: 16px;
	width: 17px;
	background: url('../images/hp_pag_off.png') top left no-repeat;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

#hp_slider_pag .selected{
	background: url('../images/hp_pag_on.png') top left no-repeat;
}

#hp_slider_pag {
	bottom: 40px;
    left: 70px;
    position: absolute;	
}

.slide_item {
	float: left;
}

.slide_item img{
	width: 100%;
	height: auto;	
}

#slider_controls {
	position: absolute;
    top: 50%;
    width: 100%;
    z-index: 5;
}

#slide_next {
	position: absolute;
	right: 11px;	
}

#slide_prev {
	position: absolute;
	left: -20px;	
}

.slide_ctrl{
	margin-top: -21px;
	top: 50%;
	cursor: pointer;	
}

#hp_callouts, #internal_callouts {
	background-color: #ffffff;
    margin: 0;
    padding-top: 115px;
	overflow: hidden;
	padding-bottom: 55px;
}

#internal_callouts {
	margin: 50px 0 30px;
    overflow: hidden;
    padding: 0;	
}

.callout_inner {
	padding: 0px 60px;
}

.callout_inner img {	
	margin: 0 auto;
	display:block;
	width: 437px;
	height: auto;
}

.callout_info {
	margin-top: 25px;	
}

.callout_info .callout_head, .callout_info .callout_head a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	color: #631214;
	font-size: 40px;
	line-height: 35px;
}

.callout_info .callout_head a:hover {
	text-decoration: none;	
}

.callout_info .callout_sub {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: #382300;
	font-size: 22px;
	line-height: 24px;
}

.callout_info .callout_sub a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;	
	font-size: 22px;
	color: #b35326;
}

/*#left_callout:after {
	content: url("../images/callout_div.png");
    position: absolute;
    right: 0;
    top: 0;
}*/

.about_us_callouts .callout {
	margin-bottom: 30px;
}

#bg_img {
	height: 960px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#bg_img img {
	width: 100%;
	height: auto;	
}

.wine_bottle_item {
	float: left;	
	width: 20%;
	position: relative;
}

.wine_bottle_item img{
	
}

.wine_bottle_info {
	width: 100%;
	text-align: center;	
	padding-top: 12px;
}

.wine_bottle_info .wine_title {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #631214;
	line-height: 20px;
}

.wine_bottle_info .wine_sub_title {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	color: #382300;
	line-height: 20px;
}

#hp_below_wrapper {
		
}

#hp_below_wrapper h2 {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	color: #631214;
	position: relative;	
}

.header_center {
	text-align: center;	
	margin: 45px 0;
}

#wine_slide_prev {
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -55px;	
	cursor: pointer;
}

#wine_slide_next {
	right: 0;	
	position: absolute;
	top: 50%;
	margin-top: -55px;	
	cursor: pointer;
}

.wine_slide_ctrl {
	height: 100%;	
}

#wine_slider_wrapper {
	padding: 0px;	
}

#hp_video iframe {
	width: 100%;
	height: 100%;	
}

#wine_row {
	margin-bottom: 40px;	
}

.lower_hp {
	padding-top: 60px;
}

#hp_lower_bg {
	width: 100%;	
	position: absolute;
	height: 100px;
	background: url("../images/horiz_stroke.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
}

#hp_lower_bg img {
	height: 100%;
	width: 100%;	
}

#lower_hp_right {
	padding-left: 50px;	
	padding-bottom: 55px;
}

#lower_hp_left {
	padding-right: 50px;	
	background: url("../images/vert_stroke.png") repeat-y scroll right top rgba(0, 0, 0, 0);
	padding-bottom: 55px;
}

#lower_hp_left h2 {
	margin: 60px 0px 30px 0px;	
}

#hp_events h2 {
	margin: 0px 0px 50px 0px;	
}

#hp_newsletter {
	padding: 0px !important;
	margin-top: 40px;	
	/*background: url("../images/horiz_stroke.png") repeat-x scroll left top rgba(0, 0, 0, 0);*/
	padding: 20px 0 !important;
}

#hp_newsletter #question_form {
	padding: 20px 0;
}

#hp_newsletter #question_form input, #hp_newsletter #question_form .column{
	width: 100% !important;
}

#hp_newsletter #question_form .submit {
	width: auto !important;	
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	#bg_img {
		height: 810px;	
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	#hp_slider_pag {
		bottom: 125px;
	}
	
	#bg_img {
		height: 660px;	
	}
}

@media screen and (max-width: 767px) {
	
	#left_callout:after {
		content: '';
	}
	
	#lower_hp_left {
		background: none;
		padding-right: 15px;
		height: auto !important;	
	}
	
	#lower_hp_right {
		padding-left: 15px;	
	}

}

/*-------------------------- Internal Styles ------------------------------*/

#share_area_links {
	margin-top: 20px;
	margin-bottom: 30px;
	display: none;
}

.share_area_btn {
	float: right;
    margin-left: 5px;
    margin-right: 3px;
	cursor: pointer;
}

#share_area {
	margin-top: 30px;
	min-height: 34px;	
}

#left_bg {
	width: 100%;
	min-height: 2px;
	background: url('../images/horiz_stroke.png') bottom left repeat-x;	
}

#left_bg img {
	width: 100%;
	height: 100%;	
}

#simple_title {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	color: #631214;
}

#event_content {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 50px;
}

#event_submission {
	padding: 0px 15px;	
}

#event_submission #question_form {
	padding-top: 20px;
}

#event_dates {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #382300;
	margin-bottom: 13px;
}

#events_area h2 {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #631214;
}

.date_box .date_stroke {
	width: 100%;
	height: auto;	
}

.date_box {
	overflow: hidden;
	text-align: center;	
	padding: 10px;
	width: 80px;
	height: 80px;
	position: relative;
	float: left;
}

.date_box .month_abv {
	text-transform: uppercase;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #747a33;
}

.date_box .date_day {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	color: #747a33;
	line-height: 18px;
}

.date_box .date_day_name {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #747a33;
}

.event_item {
	margin-bottom: 20px;	
}

#hp_events .event_item {
	margin-left: 0px;	
}

.event_info {
	overflow: hidden;	
	padding: 0 55px 0 15px;
}

.event_info .event_title, .event_info .event_title a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #631214;
}

.event_info .event_ext {
	font-size: 16px;
	color: #382300;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.event_info .event_date {
	color: #737932;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 14px;
}

#hp_news .event_info {
	padding: 0;
}

.event_ext a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 16px;
	color: #b35326;
}

#events_area {
	padding-bottom: 30px;	
}

#events_see_all, #news_see_all {
	float: right;
	padding-right: 30px;	
}

#events_see_all a, #news_see_all a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 25px;
	color: #b35326;
}

#pagination {
	font-size: 16px;
	color: #382300;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#pagination a{
	color: #b35326;
}


/*-------------------------- Product Styles ------------------------------*/

#content_column {
	background: url('../images/vert_stroke.png') top right repeat-y;	
}

#content_column_inner {
	margin-top: 40px;	
}

#wine_info {
	padding-top: 55px;	
}

#wine_info h1 {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #631214;
	font-size: 48px;
	margin: 0 0 12px;
}

#wine_info h2 {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	color: #382300;
	margin: 12px 0 15px;
}

#wine_info #product_desc {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #382300;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 85px;
	margin-top: -15px;
}

#question_form {
	padding: 70px 0 50px;
}

#question_header {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 32px;
	color: #747a33;
	margin-bottom: 20px;
}

#question_form .column {
	width: 48% !important;
	margin-right: 2%;	
}

#question_form .column input, #question_form .column textarea {
	width: 100%;	
	border: 0px;
	padding: 5px;
}

.form_item {
	margin: 5px 0 10px;	
}

.form_checkbox {
	width: 20px !important;	
}

.form_checkbox_label {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;	
}

.form_title {
	color: #631214;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}

.testimonial_form, .brochure_form {
	padding: 20px 0px !important;	
}

#question_form .column input::-webkit-input-placeholder, #question_form .column textarea::-webkit-input-placeholder, #newsletter_form input::-webkit-input-placeholder {
  	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #472819;
	font-size: 18px;
}

#question_form .column input:-moz-placeholder, #question_form .column textarea:-moz-placeholder, #newsletter_form input:-moz-placeholder { /* Firefox 18- */
   font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #472819;
	font-size: 18px;
}

#question_form .column input::-moz-placeholder, #question_form .column textarea::-moz-placeholder, #newsletter_form input::-moz-placeholder {  /* Firefox 19+ */
   font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #472819;
	font-size: 18px; 
}

#question_form .column input:-ms-input-placeholder, #question_form .column textarea:-ms-input-placeholder, #newsletter_form input:-ms-input-placeholder {  
   font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #472819;
	font-size: 18px; 
}

#question_form .column .checkboxes input {
	width: 20px;	
}

#question_form .column .checkboxes label {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #382300;
}

#question_form .column .dform_captcha {
	margin: 0;	
}

.dform_checkbox .dform_container {
	width: 100% !important;	
}

#question_form .column .dform_captcha label {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;	
	font-size: 13px;
	color: #382300;
	margin: 0;
}

#question_form .column .dform_captcha .captcha-simple label {
	font-size: 14px;
	color: #382300;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-top: 5px;
}

#question_form .column .dform_captcha .captcha-simple label:before {
	content: url('../images/down_arrow.png');
	margin-right: 3px;
}

#question_form .submit {
	float: right;	
	width: auto !important;
}

#question_form .dform_columns_2 {
	margin: 0px;
}

#product_price {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	color: #747a33;
	line-height: 31px;
}

#item_quantity{
	border: 0px;
	background: url('../images/quantity_box.png') top left no-repeat;	
	width: 40px;
	height: 38px;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #422e0f;
	text-align: center;
}

#cart_submit {
	background: url('../images/add_to_cart_btn.png') top left no-repeat;
	width: 133px;
	height: 39px;	
	text-indent:-9999px;
	border: 0px;
}

.cart_btn_item {
	float: left;
	margin-right: 15px;	
	margin-bottom: 15px;
}

#product_cart_btns {
	margin: 15px 0px 50px 0px;	
}

#blank_content {
	margin-bottom: 15px;	
	font-size: 20px;
	color: #382300;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-right: 30px;
}

.brochure_tease {
	margin-bottom: 35px;	
}

.bro_title {
	color: #631214;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

.bro_title:hover {
	text-decoration: none;	
	color: #631214;
}

.bro_desc {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
	line-height: 22px;
}

.bro_desc a {
	color: #b35326;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

#pdf_thanks {
	color: #631214;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {

}

@media screen and (max-width: 991px) and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
	#content_column {
		background: none;	
	}
	
}

/*-------------------------- footer Styles ------------------------------*/

#footer {
	min-height: 2px;
	width: 100%;
	background: url('../images/horiz_stroke.png') top left repeat-x;	
	position: relative;
	z-index: 2;
	opacity: 0;
}

#footer_testimonials {
	background: url('../images/bg_white.png') top left;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #382300;
}

#footer_testimonials_inner {
	position: relative;	
	height: 115px;
}

#testimonial_plank {
	background: url("../images/testimonial_plank.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    height: 176px;
    left: -316px;
    line-height: 39px;
    padding: 72px 90px 0 316px;
    position: absolute;
    top: -61px;
    width: 728px;
}

#the_testimonial {
	 padding: 26px 44px 0px;
	 height: 115px;
}

#the_testimonial a{
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 22px;
	color: #b35326;
}

#the_testimonial:before {
	content: url('../images/start_quote.png');
	position: absolute;
	left: 0;
	top: 26px;
}

#the_testimonial:after {
	content: url('../images/end_quote.png');
	position: absolute;
	right: 0;
	top: 26px;
}

#footer_bg {
	background: url('../images/footer_bg.jpg') top right no-repeat;	
	width: 100%;
}

#footer_lower_left {
	background: url('../images/vert_stroke.png') top right repeat-y;	
}

#footer_links ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#footer_links {
	margin-top: 20px;	
	margin-bottom: 15px;
}

#footer_links a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;	
	font-size: 20px;
	color: #631214;
}

#terms {
	margin-top: 25px;	
}

#terms a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #382300;
	float: right;
}

#terms_link {
	margin-right: 15px;
	margin-top: 5px;
}

#newsletter_form {
	margin: 15px 0px;	
}

#newsletter_form input {
	border: none;	
	padding: 5px;
	width: 60%;
}

#policy_area {
	margin-top: 20px;	
}

#policy_area, #policy_area a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 14px;
	color: #b35326;
	line-height: 11px;
}

#footer_lower {
	background: url('../images/footer_red.png') top left repeat-x;	
}

#footer_address {
	color: #ffffff;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    height: 55px;
    padding-top: 10px;
	padding-left: 15px;
}

#footer_address .address_red {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 24px;
	color: #631214;
}

#footer_lower_right {
	padding-left: 0px;	
}

#footer_newsletter {
	cursor: pointer;	
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	#the_testimonial {
		font-size: 	20px;
	}
	
	#footer_address {
		font-size: 19px;	
	}
	
	#footer_address .address_red {
		font-size: 22px;	
	}
	
	#policy_area, #policy_area a {
		font-size: 	12px;
	}
	
	body {
    	background: url("../images/site_bg.jpg") top center;
    	margin: 0;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	#the_testimonial {
		font-size: 	16px;
	}
	
	#terms a {
		font-size: 16px	
	}
	
	#footer_address {
		font-size: 13px;
		height: 47px;
		margin-top: 8px;	
	}
	
	#footer_address .address_red {
		font-size: 15px;	
	}
	
	#policy_area, #policy_area a {
		font-size: 	12px;
	}
	
	body {
    	background: url("../images/site_bg.jpg") top center;
    	margin: 0;
	}
}

@media screen and (max-width: 767px) {
	#footer_lower {
		background-image: none;
	}
	
	#question_form {
		width: 100%;	
	}
	
	body {
    	background: url("../images/site_bg.jpg") top center;
    	margin: 0;
	}
}

/*-------------------------- Right Rail Styles ------------------------------*/

#right_rail_inner {
	padding-top: 65px;	
}

#rr_featured_wine {
	background: url('../images/rr_featured_wine_bg.png') center center no-repeat;
	width: 293px;
	height: 312px;	
	position: relative;
}

#rr_wine_info {
	padding: 50px 5px 0 25px;	
}

#rr_wine_name a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	color: #747a33;
}

#rr_wine_name a:hover {
	text-decoration: none;	
}

#rr_wine_sub {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;	
	font-size: 16px;
	color: #382300;
	line-height: 19px;
}

#rr_wine_desc {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #382300;
	line-height: 15px;
}

#rr_featured_wine_img {
	padding: 37px 40px 0px 0px;	
}

#featured_wine_title {
	bottom: 24px;
    color: #ffffff;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    right: 45px;
}

#rr_our_wines ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#rr_our_wines_title, #rr_brochure_title {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #631214;	
	margin-left: 20px;
	margin-bottom: 0px;
}

.rr_our_wine_link {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #382300;
	margin-left: 35px;
}

.rr_our_wine_link:hover {
	text-decoration: none;
	color: #b35326 !important;
}

#rr_brochure {
	background: url("../images/horiz_stroke.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    margin: 17px 22px 20px;
    padding: 15px 0 0;	
}

#rr_brochure #rr_brochure_title {
	margin-left: 0px;
	margin-bottom: 20px;
}

#rr_brochure_print img {
	margin-top: 15px;	
	width: 156px;
	height: 39px;
}

@media screen and (max-width: 767px) {
	#right_rail {
		height: auto !important;	
	}
}

/*-------------------------- Product Index Styles ------------------------------*/

#product_index_copy {
	background-color: #ffffff;	
}

#product_index_copy_inner {
	padding: 80px 50px 50px 50px;
}

#product_index_copy h1{
	margin: 0;	
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	color: #631214;
}

#index_copy {
	padding-top: 50px;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #382300;
}

.rr_prod {
	background: url('../images/vert_stroke.png') top left repeat-y;
}

#product_grid {
	padding-top: 25px;
	padding-bottom: 50px;
}

.product_item {
	overflow: hidden;
    padding: 15px 45px 15px 15px;
    position: relative;
	margin-bottom: 30px;
}

.product_item .left_border, .date_box .left_border {
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/vert_stroke2.png') top left repeat-y;
}

.product_item .right_border, .date_box .right_border {
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 30px;
	background: url('../images/vert_stroke.png') top left repeat-y;
}

.date_box .right_border {
	right: 0;	
}

.product_item .top_border, .date_box .top_border {
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 30px;
	background: url('../images/horiz_stroke.png') top left repeat-y;
}

.date_box .top_border {
	right: 0;	
}

.product_item .bottom_border, .date_box .bottom_border {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 30px;
	background: url('../images/horiz_stroke2.png') top left repeat-y;
}

.date_box .bottom_border {
	right: 0;	
}

.product_item .grid_wine_name a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	color: #631214;
	line-height: 29px;
}

.product_item .grid_wine_sub {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;	
	font-size: 18px;
	color: #382300;
	line-height: 20px;
	margin: 18px 0;
}

.product_item .grid_wine_desc {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #382300;
	line-height: 15px;
}

.product_item .grid_prod_img {
	padding-left: 5px;
}

.gift_img {
	margin-bottom: 15px;
	width: 100%;	
	height: 200px;
	position: relative;
}

.gift_img img{
	position: absolute;
	left: 50%;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {

}

@media screen and (max-width: 991px) and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
	.callout_inner img {	
		width: 100%;
	}
	#slider_info {
		bottom: -150px;
	}
	
	#header_inner {
		text-align:center;
	}
	#header_phone {
		    left: 50%;
    margin-left: 63px;
	}
	
	#product_grid {
		width: 100%;	
	}
	
	.product_item {
		padding: 15px;
		margin: 15px 15px 30px 15px;	
	}
	
	.product_item .left_border {
		left: 0;	
	}
	
	.product_item .top_border {
		right: 0;
	}
	
	.product_item .bottom_border {
		right: 0;
	}
	
	.product_item .right_border {
		right: 0;
	}
	#slider_info {
		bottom: -198px;
	}
	.slide_item_info_head {
		text-align:center;
	}
	
	.slide_item_info_sub {
	text-align:center;
	}
}

@media screen and (max-width: 640px) {
	
	#slider_info {
		bottom: -154px;
	}
	.slide_item_info_head {
		text-align: center;
		font-size: 40px;
	}
	
	.slide_item_info_sub {
	text-align:center;
	}
}


/*-------------------------- Rental Styles ------------------------------*/

#rental_slider_pag_wrapper, #rental_video_pag_wrapper {
	margin: 20px 0px 50px;
}

.selected_stroke {
	display: none;	
	position: absolute;
	top: 0;
	left: 10px;
}

#rental_slider_pag_wrapper .thumb_selected .selected_stroke, #rental_video_pag_wrapper .thumb_selected .selected_stroke {
	display: block;
}

.thumb_item, .vid_thumb_item {
	padding: 0px 10px;	
}

.thumb_ctrl, .vid_thumb_ctrl {
	height: 100%;
	position: relative;
}

.thumb_ctrl img, .vid_thumb_ctrl img{
	margin-top: 49px;
}

#thumb_prev, #vid_thumb_prev {
	float: right;	
	cursor: pointer;
}

#thumb_next, #vid_thumb_next {
	float: left;
	cursor: pointer;	
}

#rental_slider_pag_wrapper .caroufredsel_wrapper #rental_slider_pag, #rental_video_pag_wrapper .caroufredsel_wrapper #vid_rental_slider_pag, #rental_slider_pag_wrapper .caroufredsel_wrapper, #rental_video_pag_wrapper .caroufredsel_wrapper {
	width: 100% !important;	
}

#video_container {
	background-color: #ffffff;
	position: absolute;
	z-index: 2;	
	display: none;
}

#video_container iframe{
	width: 100%;
	height: 100%;	
}

#photo_video_switch {
	bottom: -58px;
    left: 139px;
    position: absolute;
    z-index: 3;
	font-size: 22px;
	color: #382300;
}

#photo_video_switch span {
	cursor: pointer;	
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #631214;
}

#photo_video_switch .selected {
	color: #b35326;	
}

#information_section h2{
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #631214;
}

.info_sec_copy {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #382300;
	line-height: 19px;
}

#calendar_list {
	width: 100% !important;	
	height: 363px !important;
}

.calendar_month {
	width: 100% !important;	
	float: left;
	height: 363px !important;
}

.calendar_cell {
	width: 14.28%;
	float: left;	
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	padding: 3px 0 0 6px;
	border-bottom: 1px solid #382300;
    border-right: 1px solid #382300;
}

#cal_header_avail {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #631214;
}

.cal_header_month {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	color: #382300;
	text-align: center;
}

.calendar_rows {
	border-left: 1px solid #382300;	
	border-top: 1px solid #382300;	
	margin: 5px 15px 0;
}

.cal_col_header {
	height: auto;
	text-transform: uppercase;
	text-align: center;	
	background-color: #bd6b43;
	color: #ffffff;
	padding: 3px;
}

.calendarBlank {
	color: #aaa395;	
}

.calendarCell {
	color: #382300;	
}

.reserved {
	background-color: #969a61;	
}

#calendar_header {
	position: absolute;	
	width: 66.6667%;
	z-index: 2;
}

#cal_controls img {
	margin-top: 11px;
	cursor: pointer;	
}

.cal_prev_btn {
	float: left;	
}

.cal_next_btn {
	float: right;	
}

#cal_unavailable {
	width: 100%;
	margin: 15px 0px 55px;	
}

#form_downloads {
	padding-top: 145px;	
}

#form_downloads img {
	margin-bottom: 20px;	
}

#content_area {
	margin-bottom: 55px;	
}

/*-------------------------- Account Styles ------------------------------*/

#login_btn {
	background: url('../images/cart_submit_btn.png') top left no-repeat;	
	width: 133px;
	height: 39px;
	border: 0px;
	text-indent: -9999px;
}

#create_account {
	width: 179px;
	height: 39px;
}

.form_seg label{
	font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
    margin-top: 13px;
    width: 100%;
}

.form_seg input {
	border: 0px;	
	width: 50%;
}

#account_welcome {
    color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

.cart_item_img img {
	height: 100%;
	width: auto;	
}

.order_item h3 {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
	margin: 0;
}

.order_item .cart_base_price {
	color: #747a33;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.order_item .order_update_remove {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.order_item .order_update_quantity {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
}

.order_item .order_update_quantity input{
	background: url("../images/quantity_box.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 0 none;
    color: #422e0f;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 38px;
    text-align: center;
    width: 40px;	
}

.order_item .order_item_total {
	color: #631214;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
	margin-top: 5px;
}

.order_item {
	margin-bottom: 30px;
	background: url('../images/horiz_stroke.png') bottom left repeat-x;	
	margin-bottom: 20px;
    padding-bottom: 20px;
}

#cart_total {
	color: #631214;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
	margin-top: 5px;
}

#promo_input {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.checkout_label {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	padding-right: 10px;
}

.table_checkout {
	width: 100%;	
}

.table_checkout tr {
	
}

.table_checkout input {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#checkout_checkboxes input {
	width: auto;	
}

.wishlist_item {
	clear:both;
}

.wishlist_item a {
	color: #382300;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.wishlist_item p {
	color: #747a33;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: 10px;
	margin-top: 4px;
}

.wishlist_item a, .wishlist_item p {
	float: left;
}

.remove_wishlist {
	cursor: pointer;	
}

#about_map {
	width: 100%;
	height: 400px;	
}

#member_orders table {
	width: 100%;	
}

#account_header {
	color: #747a33;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.order_div {
	height: 8px;
    margin-bottom: 8px;
    width: 100%;
	background: url('../images/horiz_stroke.png') bottom left repeat-x;	
}

.order_header {
	color: #631214;
    font-family: "adobe-garamond-pro",sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}

.alert_account {
	color: #ff0000;	
	font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

#wishlist_notify {
	color: #ff0000;	
	font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.payment_item {
	margin-bottom: 10px !important;
    padding-bottom: 5px !important;
}

.last_item {
	background-image: none !important;
}

#order_totals {
	font-family: "adobe-garamond-pro",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

#order_totals p {
	margin-bottom: 0px;
}

#order_totals .grand_total {
	color: #631214;	
}

#cc_submit {
	margin-left: 15px;
    margin-top: 10px;	
}

#error_message {
	font-family: "adobe-garamond-pro",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
	color: #ff0000;
	line-height: 41px;
}

.order_id {
	margin-bottom: 15px !important;	
}

.order_print {
	color: #747a33;
	font-size: 16px;
}

#google_map {
	overflow: hidden;	
}

#google_map img {
	width: 100%;
	height: auto;	
}
.nopad{
    padding:0 !important;
}
.nopadleft{
    padding-left: 0 !important;
}
#cart_modify input{
    background-color: #631214;
    color: #fff;
    border: none;
    padding: 6px;
    font-family: "adobe-garamond-pro",sans-serif;
}
.submit_button input.submit{
    background-color: #631214;
    color: #fff;
    border: none;
    padding: 6px;
    font-family: "adobe-garamond-pro",sans-serif;
}

.view_cal {
	margin-top: 25px;
	text-align: center;
}

.view_cal a {
	font-family: "adobe-garamond-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
	background-color: #631214;
	color: #fff;
	padding: 10px;
}

/**********************
MEDIA RULES
***********************/
@media (max-width:1200px) {
    /*Medium*/
}
@media (max-width:992px) {
    /*Small*/
    #the_testimonial {
        padding: 18px 44px 0px;
        height: 115px;
        line-height: 20px;
    }
    #calendar_header{
        width:100%;
    }
}
@media (max-width:767px) {
    /*Mobile*/
    #social_icons{
        clear: both;
        margin: 0 auto;
        width: 100%;
    }
    .s_icon{
        left: 50%;
        transform: translate(-50%,0);
    }
    #slider_info {
        bottom: -244px;
        width:582px;
    }
    #calendar_header{
        width:100%;
    }
    #form_downloads {
        padding-top: 5px;
    }
    .slide_item_info {
        height: 107px;
        margin-left: 0;
        text-align: center;
        width: 300px;
    }
    .callout_inner img {
        display: block;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    slide_item_info_head {
        font-size: 34px;
    }
    
    #slide_prev {
        position: absolute;
        left: 0px;
    }
    #slide_next {
        position: absolute;
        right: 30px;
    }
    .callout_inner{
        padding: 0;
    }
    .slide_item_info{
        width:350px;
    }
    #slider_info{
        bottom: -235px;
        width:100%;
        padding: 10px 25px;
        right:5px;
    }
    .slide_item_info_head{
        font-size: 26px;
    }
    .slide_item_info_sub{
        font-size: 20px;
    }
    #slider_info{
        background: transparent url("../images/slider_plank.png") no-repeat scroll center top;
    }
    #photo_video_switch{
        bottom: auto;
        top: -40px;
        left:50%;
        transform: translate(-50%,0);
        position: absolute;
    }
    #product_index_copy_inner {
        padding: 80px 20px 50px;
    }
    #header_phone{
        margin-left: auto;
        transform: translate(-50%,0);
        position: relative;
    }
    .thumb_ctrl{
        display: none;
    }
    #information_section table{
        width: 100% !important;
    }
}
