
body {
	height: inherit;
	margin:0;
	font-family: 'Lato', serif;
	color: #fff;
	background: #b2532f;
	min-width: 720px;
	padding: 0;
}

a { color: #fff; }
a:hover { color: #ccc; }

#masthead {
	/*width: 1200px;*/
	left: 0;
    margin: auto auto;
    right: 0;
    position: fixed;
    z-index: 100;
}
#main{
	/*padding: 0;*/
	margin: 0 auto;
	/*min-height: 2000px;*/
	width: inherit;
	min-width: 860px;

}

/* MENU BLOCK */
#mainmenu{
	background:none;
	/*padding: 0 20px;*/
	float:right;
	position: absolute;
	top:80px;
	right:0;
}
#mainmenu-table-wrapper{
	max-width: 1024px;
	margin:auto;
	padding: 0 20px;

}
#mainmenu table {
	width: 575px;
	float:right;
	
}
#mainmenu  a, .submenu  .menuitem a {
	color: #fff;
	font-family: "Lato",sans-serif;
	font-size: 13px;
}
#mainmenu .menuitem-on, #mainmenu .menuitem a:hover {
    color: #ccc;
}
nav.submenu td.menuitem-on a, nav.innermenu span.selected a, nav.innermenu span.current a {
    color: #ccc;
}
nav.submenu {
    background: none repeat scroll 0 0 rgba(148, 75, 48, 0.8);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(129, 64, 41, 1);
/*    margin-top: 4px;
    min-width: 80px;
    padding: 10px 0;
    z-index: 200;*/
}

#mainmenu td.menuitem {
    width: auto;
    text-align: right;
}

#mainmenu .menuitem {
    margin-left: 14px;
    text-align: right;
}

#mainmenu .homenode
{
margin-left: 0px;
}

#mainmenu .submenu a{ 
	padding: inherit 10px inherit 10px;
}
#home-background{
	/*background: url('assets/images/home-pretty-bg1.jpg');*/
	background: none;
	max-height: 800px;
	position: absolute;
	width: 100%;
    margin: 0 auto;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0;
}

#divHomeSlideshow{
	/*min-height: 100%;*/
	width: 100%;
	/*max-height: 800px;*/
	/*max-width: 100%;*/
	min-height: 400px;
	min-width: 400px;
	height: 100vh;
	max-height: 100vh;
	min-height: 400px;
	/*width: 100vw;*/
	background-repeat: no-repeat;
	margin: 0 auto;
	background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    /*height: 0;*/
    /*padding-top: 67.5%;  (img-height / img-width * width) */
                /* (853 / 1280 * 100) */
}
.slideshow-slide{
	background-position: 50% 50%;
	background-size: cover;
	height: 100vh;
	/*float: left;*/
	opacity: 0;
	position: absolute;
	width: 100%;
}
.slideshow-slide:last-child { opacity: 1; }
/*#divHomeSlideshowSpacer{
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
#divHomeSlideshow img{
	display: none;
	opacity: 1;
	visibility: visible;
}*/


nav.submenu{
	position: fixed;
}

.fb-top-links
{
width: 110%;
text-align:center;
padding-bottom: 30px;
}

.fb-image
{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.fb-article
{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #B2532F;
}

article footer
{
	position:relative;
}

.fb-user-image
{
	position:Relative;
	width: 20%;float: left;
}

.fb-user-image img
{
	max-width: 95%;
}

.fb-post-info
{
	position:Relative;
	width: 80%;float: left;
}

.fb-post-info .links
{
		position: absolute;
		bottom: 0px;
		right: 0px;
		text-align:right;
}

.shareiconorange-small{
    display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../../assets/images/icons/glyphicons_social-orange-small.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*margin-right: .3em;
}

.shareiconorange{
    display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../../assets/images/icons/glyphicons_social-orange.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*margin-right: .3em;
}

.shareicon{
    display: inline-block !important; 
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../../assets/images/icons/glyphicons_social-white.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*margin-right: .3em;
	}
.shareicon-black{
    display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../../assets/images/icons/glyphicons_social.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*margin-right: .3em;
	}

.shareicon:hover, .shareicon-black:hover {
	opacity: 0.6;
}
a.shareicon {
    cursor: pointer;
}

.shareicon.facebook, .shareicon-black.facebook {
    background-position: 0px -144px;
}
.shareicon.twitter, .shareicon-black.twitter {
    background-position: -48px -144px;
}
.shareicon.instagram, .shareicon-black.instagram {
    background-position: -96px -144px;
}
.shareicon.google, .shareicon-black.google {
    background-position: -96px 0px;
}
.shareicon.email, .shareicon-black.email {
    background-position: -432px -144px;
}
.shareicon.addthis {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*margin-right: .3em;
    background-image: url(/assets/images/icons/glyphicons-white.png);
    background-position:-100px -2066px;
}


/*** small orange social icons ***/
.shareiconorange:hover {
	opacity: 0.6;
}
a.shareiconorange {
    cursor: pointer;
}

.shareiconorange.facebook {
    background-position: 0px -144px;
}
.shareiconorange.twitter {
    background-position: -48px -144px;
}
.shareiconorange.instagram {
    background-position: -96px -144px;
}
.shareiconorange.google {
    background-position: -96px 0px;
}

.shareiconorange.email{
    background-position: -432px -144px;
} 

.shareiconorange.sharethis {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*margin-right: .3em;
    background-image: url(/assets/images/icons/glyphicons-orange.png);
    background-position:-100px -2066px;
}


/***********************/

/*** small orange social icons ***/
.shareiconorange-small:hover {
	opacity: 0.6;
}
a.shareiconorange-small {
    cursor: pointer;
}

.shareiconorange-small.facebook {
    background-position: 0px -72px;
}
.shareiconorange-small.twitter {
    background-position: -24px -72px;
}
.shareiconorange-small.instagram {
    background-position: -48px -72px;
}
.shareiconorange-small.google {
    background-position: -48px 0px;
}

.shareiconorange-small.email{
    background-position: -216px -72px;
} 

.shareiconorange-small.sharethis {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	line-height: 7px;
	vertical-align: text-top;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*margin-right: .3em;
    background-image: url(/assets/images/icons/glyphicons-orange.png);
    background-position:-104px -2072px;
}

/******/

#burgermenu{
	display:none;
	width: 30px;
	height: 30px;
	background: url("../../assets/images/icons/burger-icon-white.png") no-repeat;
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 2000 !important;
}
#burgermenu:hover{
	opacity: 0.6;
	cursor: pointer;

}


/* TOP INFO BLOCK */
#top-info-content-wrapper{
	max-width: 1024px;
	margin:auto;
}
#top-info-block{
	height: 35px; 
	border-bottom: 1px solid #b2532f;
	padding: 0 20px 0 20px;
	/*
	background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .5);
	*/
	background-color: #B2532F;

}
#top-info-block div{
}
#time-block{
	float: left;
	margin-top: 8px;
}
#follow-block, #share-block{
	float:right;
}
#follow-block {
	margin-top:0px;
	margin-right: 30px;
	padding-left: 10px;
	width: 55px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#follow-block span{
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}
#share-block{
	position: relative;
	overflow: hidden;
	width: 38px;
}
#share-block span{
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}

#logo-block{
	/*padding-left: 20px;*/
}
#follow-block-content, #share-block-content{
	width: 210px;
	margin-top: 5px;
}

/* NAV BLOCK */
#nav-block{
	margin: 20px auto 0 auto;
	padding: 0 20px;
	max-width: 1024px;

}
#nav-block img{
	position: relative;
    z-index: 1000;
}

.featured-wines-scroll-link{
	margin: auto;
	width: 60px;
	height: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	margin-top: -100px;
	position: absolute;
	left: 0;
	right: 0;
}


/* WINES BLOCK */
#featured-wines{
	min-height: 500px;
	/*background:url('assets/images/home-wines-bg.png');*/
	/*background: #b2532f;*/
	border-bottom: 3px solid #b2532f;
	padding: 0 0 15px 0;
	overflow:auto;
	background: #a95333; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #a95333 0%, #794433 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a95333), color-stop(100%,#794433)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #a95333 0%,#794433 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #a95333 0%,#794433 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #a95333 0%,#794433 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #a95333 0%,#794433 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a95333', endColorstr='#794433',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


#featured-wines img
{
	-webkit-filter: drop-shadow(15px 10px 20px #4b1505);
    filter:         drop-shadow(15px 10px 20px #4b1505);
}


#center-wine-content{
	/*width: 1200px;*/
	max-width: 1160px;
	min-width: 400px;
	padding: 20px 0 0 0;
	/*height: 360px;*/
	margin: auto;
	overflow:auto;
	text-align: center;
}

.featured-wine{
	/*float:left;*/
	display: inline-block;
	height: 577px;
	text-align: center;
	vertical-align: top;
	width: 20%;
}
.featured-wine p{
	margin: 0;
	font-family: 'Vollkorn', serif;
	visibility: hidden;
}
.featured-wine:hover > p{
	visibility: visible;
}
@media screen and (max-width: 480px) {
	.featured-wine { width: 50%; }
}


/* BOT INFO BLOCK */
#bot-info-block{
	min-height: 300px;
	min-width: 450px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin: auto;
	background: #fff;
}
#bot-info-block p{
	margin:0;
}
#center-info-content{
	/*width: 1200px;*/
	/*max-width: 1024px;*/
	/*min-width: 600px;*/
	padding: 0 100px;
	/*height: 360px;*/
	margin: auto;
	overflow:auto;
}
#center-info-content p{
	font-size: 14px;
}

.no-content-space
{
	min-height: initial !important;
}

.small-white-space
{
	padding-top: 20px;
	padding-bottom: 20px;
}


/*
#location-text-block{
	padding: 30px 0px 0px 110px;
	float:left;
	width: 340px;
	font-size: 14px;
}
#location-map-block{
	width: 500px;
	float: right;
	height: 330px;
	background-position: center;
}
*/
#location-text-block {
	display: table;
	font-size: 14px;
	> div {
		display: table-cell;
		width: 50%;
		vertical-align: top;
		&:first-child {
			padding-right: 1rem;
		}
		&:last-child {
			padding-left: 1rem;
		}
	}
	margin: 1.0rem auto;
}
#location-text-block h1 {
	font-family: 'Vollkorn', serif;
	font-size: 23px;
	color: #000;
	margin:0 0 .5rem 0;
	text-transform: uppercase;
}
#location-map-block {
	width: 100%;
	height: 330px;
	background-position: center;
	margin: 1.5rem auto 0 auto;
}
#map-canvas {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 3px;
/*	border: solid rgba(178,83,47,.35) 1px;*/
/*	box-shadow: 1px 1px 3px rgba(0,0,0,.15);*/
	border: solid 1px rgba(183, 183, 183, .5);
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}
#map-canvas iframe {
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#map-canvas a {
	color: #b2532f;
}
#map-canvas a:hover {
	color: #98381d;
}
#main #map-canvas p, #main #map-canvas div, #main #map-canvas b{
	font-size: 12px;
	white-space: nowrap;
}

#directions-link{
	padding: 10px;
	background: #b2532f;
	color: #fff;
	font-size: 12px;
	border:none;
	border-radius: 0;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.directions-link{
	padding: 10px;
	background: #b2532f;
	color: #fff;
	font-size: 12px;
	border:none;
	border-radius: 0;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}


/* CONTENT BLOCKS */
#content{
	margin:auto;
	max-width: 800px;
	
	width: auto;
}

#content section.pagecontent {
	margin: 0;
	font-family: "Lato", serif;
}
#content section.pagecontent h1, #content section.pagecontent h2, #content section.pagecontent h3, #content section.pagecontent h4, #content section.pagecontent h5{
	text-align: center;
	color: #020202;
}
#content section.pagecontent > article {
	width: 100%;
	padding:0 ;
	min-height: inherit;
}
#content section.pagecontent .text a {
	color: #b2532f;
	text-decoration: none;
}
#content section.pagecontent .text a:hover {
	color: #872d14;
	text-decoration: none;
}
div.pagecontent{
	padding:0;
}

.pagecontent{
	width: 100%;	
	max-width: 800px;
	margin:auto;
}
.pagecontent p{
	margin: auto 175px;
}
#about-page{
	color: #000;
	font-size: 16px;
	font-family: "Lato",sans-serif;
	background: #fff;

}
#about-page .pagecontent{
	padding: 0 100px;
	max-width: 800px;
	width: inherit;
}
#about-page .pagecontent h1{
	color: #111;
	margin: 0;
	text-align: center;
	padding: 30px 0 13px 0;
	font-size: 24px;
}
#about-page .quote{
	font-weight: bold;
}
#about-page .pagecontent p {
	padding: 5px 0;
	margin: 0;
}


/* TIMELINE BLOCKS */
.timeline-wrapper{
	width: 100%;
	background: #9f5033;
	border-top: 2px solid #b2532f;
	border-bottom: 2px solid #b2532f;
	background: #a95333; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #a95333 0%, #794433 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a95333), color-stop(100%,#794433)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #a95333 0%,#794433 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #a95333 0%,#794433 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #a95333 0%,#794433 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #a95333 0%,#794433 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a95333', endColorstr='#794433',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#the-journey-box{
	background: none;
	min-height: 500px;
	width: 860px;
	color: #fff;
	margin: auto;
	overflow: auto;
	padding-bottom: 10px;
}
#the-story-box{
	background: none;
	min-height: 400px;
	max-width: 860px;
	width: 100%;
	color: #fff;
	margin: auto;
	overflow: auto;
		padding-bottom: 10px;
}
.timeline{

}
.timeline-line{
	position: absolute;
	float:left;
	background:url('../../assets/images/timeline-dash.png');
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 48px;
	height: 1px;
}
.timeline-slot{
	width: 160px;
	margin: auto;
	text-align: center;
	float:left;
	position: relative;
}
.slot-look-2
{	
	width: 134px;
}

.slot-look-2 .timeline-name
{
	font-size: 14px !important;
	text-align: center;
	padding-left: 0px !important;
}

.slot-look-2 .timeline-year
{
	font-size: 11px !important;
	text-align: center;
	padding-left: 0px !important;
}

.timeline-arrows{
	width: 25px;
	height: 45px;
	margin-top: 5px;
	float: left;
	position: relative;
}
.timeline-arrows img:hover{
opacity: 0.8;
}
.timeline-wrapper .timeline-slot a{
	color: #fff;
}
.timeline-wrapper .timeline-slot a:hover{
	color: #cd7141;
}
.timeline-wrapper .timeline-slot a:hover .timeline-vert-line{
	border-left: 1px solid #cd7141;
}


.timeline-year #the-journey-box .showtimeline{
	display:block;
}
.timeline-year #the-story-box .showtimeline{
	display:block;
}
#the-journey-box .timeline-year{
	font-size: 20px;
	font-family: "Times New Roman",​serif;
	line-height: 30px;
}
#the-journey-box .timeline-vert-line{
	height: 18px;
}
#the-journey-box .timeline-name{
	font-family: "Vollkorn",​serif;
	font-size: 16px;
}
#the-story-box .timeline-slot{
	text-align: left;
}
#the-story-box .timeline-year{
	font-size: 12px;
	font-family: "Vollkorn",​serif;
	line-height: 15px;
	padding-left: 15px;
	margin-top: 7px;
}
#the-story-box .timeline-vert-line{
	height: 18px;
}
#the-story-box .timeline-name{
	padding-left: 15px;
	font-family: "Vollkorn",​serif;
	font-size: 15px;
	text-transform: none;
}
.timeline-vert-line{
	height: 20px;
	width: 1px;
	margin: auto;
	border-left: 1px solid #fff;
}
.timeline-name{
	text-transform: uppercase;
	padding-top: 3px;
}
.timeline-image{
	border: 2px solid #844833
}
.timeline-wrapper #the-journey-box .showtimeline{
	display:block;
}
.timeline-wrapper #the-story-box .showtimeline{
	display:block;
}
#timeline-journey-left{
	visibility: hidden;
}
#timeline-story-left{
	visibility: hidden;
}
#team-start{
	cursor: pointer;
}
#journey-start{
	cursor: pointer
}
.timeline-big-right-arrow{
	float:right;
	width: 33px; 
	height: 55px;
	background:url(../../assets/images/right-arrow-big.png) no-repeat;
}
.timeline-big-arrow-text{
	float:right;
	margin-top:15px; 
	font-family: "Vollkorn",serif;
	font-size: 13px;
}
#tl-0,#tl-1,#tl-2,#tl-3,#tl-4,#tl-5,#tl-6{
	position: relative;
	margin-top: 40px;
	padding: 0 0 30px 0;
	font-size: 14px;
	/*cursor: pointer;*/
}
#tl-0,#tl-1,#tl-2,#tl-3,#tl-4,#tl-5,#tl-6{
	display:none;
}
#tl2-0,#tl2-1,#tl2-2,#tl2-3,#tl2-4,#tl2-5,#tl2-6,#tl2-7,#tl2-8,#tl2-9,#tl2-10{
	position: relative;
	margin-top: 40px;
	padding: 0 0 30px 0;
	font-size: 14px;
	
}
#tl2-0,#tl2-1,#tl2-2,#tl2-3,#tl2-4,#tl2-5,#tl2-6{
	display:none;
}
#tl2-0,#tl-0{
	padding-bottom: 0;
}

/* GENERIC TIMELINE BOX STYLES */
.timeline-style1, .timeline-style2, .timeline-style3, .timeline-style4, .timeline-style5{
	position: relative;
	padding: 0 40px 40px 40px;
	
}
.timeline-background{
	color:#ba6e43;
	font-size: 140px;
	line-height: 120px;
	font-weight: bold;
	z-index: 10;
	font-family: "Times New Roman", serif;

}
.timeline-title{
	z-index: 50;
	position: relative;
	font-size: 200%;
	text-transform: uppercase;
	font-family: "Vollkorn",​serif;
}
.timeline-content{
	z-index: 50;
	position: relative;
	max-width: 60%;
	line-height: 20px;
	color: #d4bbb2;
	font-family: "Lato",​sans-serif;
	font-size: 15px;
}

/* TIMELINE BOX STYLE 1 */
.timeline-style1{
	padding-bottom: 0;
}
.timeline-style1 .timeline-background{
	position: absolute;
	right: 0;
	text-align: right;
}
.timeline-style1 .timeline-title{
	padding: 150px 0 10px 0;

}
.timeline-style1 .timeline-content{
	max-width: 75%;

}
.timeline-style1 .timeline-image{

}
/* TIMELINE BOX STYLE 2 */
.timeline-style2{
	position: relative;
}
.timeline-style2 .timeline-background{
	position: absolute;
	left: 30px;
	text-align: right;
	font-size: 160px;
}
.timeline-style2 .timeline-title{
	padding: 82px 0 0 0;
	font-size:170%;
}
.timeline-style2 .timeline-content{
	max-width: 47%;
}

.timeline-style2 .timeline-image {
    height: 350px;
    position: absolute;
    right: 80px;
    top: 0;
}
/* TIMELINE BOX STYLE 3 */
.timeline-style3 .timeline-background{
	position: absolute;
	right: 40px;
	text-align: right;
}
.timeline-style3 .timeline-title{
	padding: 77px 0 0 0;
	font-size:170%;

}
.timeline-style3 .timeline-content{
	max-width: none;
}
.timeline-rightside{
	width: 45%;
	float:right;
}


.timeline-style3 .timeline-image {
    height: 350px;
    position: absolute;
    left: 80px;
    top: 0;
}
/* TIMELINE BOX STYLE 4 */
.timeline-style4 .timeline-background{
	position: absolute;
	right: 20;

	padding-top: 130px;
	text-align: right;
	font-size: 140px;
}
.timeline-style4 .timeline-title{
	padding: 100px 0 10px 0;



}
.timeline-style4 .timeline-content{
	max-width: none;
}
.timeline-style4 .timeline-rightside{
	width: 50%;
	float:right;
}
.timeline-style4 .timeline-image {
    height: 350px;
    position: absolute;
    left: 60px;
    top: 0;
}
/* TIMELINE BOX STYLE 5 */
.timeline-style5{
	padding-bottom: 0;
}
.timeline-style5 .timeline-background{
	position: absolute;
	right: 0;
	text-align: right;
}
.timeline-style5 .timeline-title{
	padding: 150px 0 10px 0;
}
.timeline-style5 .timeline-content{
	width: 80%;
	max-width: 80%;
	padding-bottom: 100px;
}
/* TIMELINE BOX STYLE 6 */
.timeline-style6 .timeline-background{
	position: absolute;
	right: 0;
	text-align: right;
}
.timeline-style6 .timeline-title{
	padding: 25px 0 0 0;
	font-size: 100%;
	line-height: 8px;

}
.timeline-style6 .timeline-subtitle{
	font-size: 150%;
	font-family: "Vollkorn",​serif;
	padding: 0 0 0 0;
}
.timeline-style6 .timeline-content{
	max-width: none;
}
.timeline-style6 .timeline-rightside{
	width: 60%;
	float:right;
}

.timeline-style6 .timeline-image {
    height: 350px;
    position: absolute;
    left: 60px;
    top: 0;
}

@media screen and (max-width: 900px) {
	.timeline-style6 { width: 100%; }
	.timeline-image
	{
		display: none;
	}
	.timeline-style6 .timeline-rightside
	{
		float: none;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
}



/* WINELIST BLOCKS */
.winelist-row-wrapper{
	border-top: 3px solid #b2532f;
	background: #fff;
}
.winelist-row{
	color: #111;
	max-width: 850px;
	margin: auto;
}
.winelist-image{
	width: 300px;
	height: 450px;
	float:left;
	margin: auto;
	text-align: center;
}

.winelist-image img
{
	-webkit-filter: drop-shadow(5px 5px 10px #a1a1a1);
	filter:         drop-shadow(5px 5px 10px #a1a1a1);
}

.winelist-title{
	color: #b2532f;
	font-size: 18px;
	font-family: 'Vollkorn', serif;
}
.winelist-subtitle{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Vollkorn', serif;
}
.winelist-content{
	font-size: 14px;
}
#center-info-content .winelist-content p{
	margin-bottom: 20px;
}
.winelist-bottom-content{

}
.winelist-alc-perc{
	font-size: 14px;
}
.winelist-cases-produced{
	font-size: 14px;
}
.winelist-press{
	float:right;
	color: #b2532f;
	margin-right: 20px;
}
.winelist-press a{
	color: #b2532f;

}
.winelist-press img{
	float:left;
	padding-right: 15px;
}
.winelist-download{
	float:right;
	color: #b2532f;
}
.winelist-download a{
	color: #b2532f;
}
.winelist-download img{
	float:left;
	padding-right: 15px;
}

.vintage_selection{
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #111111;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    width: auto;
}
.vintage_selection:focus{
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #111111;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    width: auto;
}

/* FOOTER BLOCK */
#mastfoot{
	clear:both;
	color: #fff;
	background: #b2532f;
	min-height: 185px;
	height: auto;
}
#footer{
	height: 100%;
	min-width: 1000px;
	max-width: 1024px;
	margin:auto;

}
#footer a{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover{
	color: #ccc;
	text-decoration: underline;
}
#footer p{
	margin: 0;
	padding:0;
}
#footer-nav-links{
	list-style-type: none;
	padding-left: 20px;
	line-height: 94%;
}
#footer-nav-links li{
	margin-bottom: 8px;
}
#footer-nav-links a{
	text-decoration: none;
	font-weight: bold;
}
#footer-nav-links a:hover{
	text-decoration: none;
	font-weight: bold;
}


#footer #logo-icon{
	background:url('../../assets/images/logo-icon2.png') no-repeat;
	width: 178px;
	height: 185px;
	margin: 0;
	padding-right: 20px;
	float: right;
}

.footer-col{
	float:left;
	width: 20%;
	min-height: 150px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 16px;
}
.footer-col:last-child{
	margin-top: 0;
}
#footer .footer-col-title{
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 4px;
}


#footer input[type="text"]{
	color: #000;
	width: 140px;
	height: 23px;
	background: #fff;
	border: none;
	border-radius: 0;
	padding:1px;
	font-size: 90%;
}

#footer #newsletter-submit-btn{
	height: 20px;
	background: #98381d;
	border:none;
	border-radius: 0;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 1px 0;
	padding: 5px 5px;
}

#footer #newsletter-submit-btn:hover{
	background: #872d14;
	border:none;
	border-radius: 0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 1px 0;
}
#footer #newsletter-submit-btn:active{
	height: 20px;
	background: #98381d;
	border:none;
	border-radius: 0;
	box-shadow: none;
	margin: 1px 0 0 1px;

}



/* EXTRA */
#top-info-block, #nav-block, {
	padding-left:100px;
	padding-right: 100px;
}
.uppercase{
	text-transform: uppercase;
}
.bold{
	font-weight: bold;
}
hr{
	box-shadow: none;
	border-color: #b2532f;
}
.subhead {
    color: #111;
    font-size: 130%;
    line-height: 0.8em;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
	font-family: 'Vollkorn', serif; 
}
.scroll-top-link{
	visibility: visible;
}
#back-top {
	position: fixed;
	bottom: 30px;
	z-index:9999;
}

#back-top a {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background-color: rgba(178, 83, 47, 0.5);
}

/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: transparent url(../../assets/images/icons/scroll-up-arrow-black.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background: transparent url(../../assets/images/icons/scroll-up-arrow-white.png) no-repeat center center;
}

input[type="text"], input[type="password"], textarea, select {
    /*background: none repeat scroll 0 0 #b2532f;*/
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b2532f;
    border-radius: 0;
    color: #111;
    font-size: 90%;
    height: 23px;
    padding: 2px 5px;
    width: 250px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    background-color: #eee;
    border: 1px solid #98381d;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #111;
}

a.button, input[type="button"], input[type="submit"], input[type="reset"] {
    background: none repeat scroll 0 0 #98381d;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}
a.button, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background: none repeat scroll 0 0 #872d14;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
}


.div-up-arrow-wrapper{
	background: #fff;
	height: 50px;
	padding: 15px 0;

}
.div-up-arrow{
	max-width: 850px;
	margin:auto;
}
.generic-wrapper{
	max-width: 1024px;
	margin:auto;
}
.loading-icon{
	background-image: url('../../assets/images/icons/loader.gif');
	/*background-image: url('../../assets/images/preloaders/16.gif');*/
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
}
#mobilemenu{
	display:none;
	background: #b2532f;
}
#mobilemenu-list{
	padding: 20px;
	list-style-type: none;
	display: none;
}
#mobilemenu-list li{
	font-size: 20px;
	border-bottom: 1px inset #592917;

}
#mobilemenu-list li a{
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
}
#mobilemenu-list li a:hover{
	color: #ccc;
}
#mobilemenu-list li:hover{
	/*font-size: 25px;*/
	background: #592917;

}

/* pagination links */
.page-nav a, .page-nav .label {
    box-shadow: none;
    display: inline-block;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    outline: 0 none;
    overflow: visible;
    position: static;
    text-align: center;
    vertical-align: middle;
    white-space: pre;
    width: auto;
    border-radius: 0;
    border: 1px solid #872d14;
    color: #fff;
    background-color: #b2532f;
}
.page-nav a, .page-nav .label:hover {
    border: 1px solid #872d14;
    color: #fff;
    background-color: #b2532f;
}

#content section.pagecontent .page-nav a.selected {
    background-color: #872d14;
    border-color: #872d14;
    color: #ffffff;
}
#content section.pagecontent .page-nav a{
    color: #ffffff;
}
#content section.pagecontent .text a {
    /*color: #fff;*/
    text-decoration: none;
    border-color: #872d14;
}
#content section.pagecontent .text a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-color: #872d14;
}
#content section.pagecontent .text a.button{
    color: #fff;
    text-decoration: none;
    background-color: #b2532f;
    border-color: #872d14;
    padding: 0px 10px;
    margin: 1px;
}
#content section.pagecontent .text a.button:hover {
    color: #fff;
    text-decoration: none;
    background: #872d14;
    border-color: #872d14;
}


/* twitter, youtube and facebook */
.content .title h3{
	margin: 0;
}


	@media screen and (max-width: 980px) {
		#divMap
		{
		   display:none;
		}
		#myMov
		{
		display:none;
		}
		#mainmenu {
		    display:none;
		}
		#burgermenu{
			display:block;
		}
		#mobilemenu{
			display:block;
		}
		body, body #main{
			min-width: 0;
		}
		#content{
			padding: 0 25px;
		}
		#center-info-content{
			padding: 0;
		}
/*
		#location-text-block{
			margin: auto;
			padding: 60px 0 0 0;
			float: none;
		}
		#location-map-block{
			margin: 40px auto 0 auto;
			float:none;
		}
*/
		#location-text-block {
			display: block;
			padding: 0rem 1.5rem;
		}
		#location-text-block > div {
			padding: 0 !important;
			display: block;
			width: 100%;
		}
		#footer{
			padding-left: 15px;
			min-width: 600px;
			width: 600px;

		}
		#footer .footer-col:nth-child(1),#footer .footer-col:nth-child(4){
			display: none;
		}
		#footer .footer-col{
			width: 200px;
		}
		.winelist-row{
			padding-right: 25px;
		}
		.winelist-image{
			width: 200px;
		}
		#about-page .pagecontent {
			padding: 0 25px;
		}
		.featured-wine
		{
			background: none;
		}
	}

.wine-tech-details{
	font-size: 12px;
}

.anchor-link-evade
{
/*
	position: relative;
	height: 20px;
	background-color: green;
	display: block;
	width: 100%;
	top: -120px;
	*/
	position:absolute;
	top: -120px;
}

.one-tweet{
	display: block;
	width: 100%;
	clear:both;
	margin-bottom: 20px;
	border-bottom: solid 1px #b2532f;
}

.one-tweet:last-child{
	border-bottom: none;
}

.tw-image
{
	position: relative;
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 9px;
	margin-right: 10px;
}

.tw-info{
	position: relative;
	float: left;
	display: block;
	font-size: 11px;
	margin-right: 10px;
	width: 140px;
	line-height: 16px;
}

.tw-other
{
	position: relative;
	float: left;
	display: block;
	width: 570px;
	margin-top:5px;
}

.tw-name
{
	font-size: 16px;
	color: #b2532f;
}

.tw-view
{
	background-color: #b2532f !important;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #dedede !important;
	border-radius: 3px;
}

.tw-view:hover
{
color: #ffffff !important;
}



.clean
{
clear:both;
}

.tw-link{
	display: block;
	text-align: right;
}

input.subscription-submit-button
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 35px;
    padding-left: 10px;
	padding-right: 10px;
    background-color: #b2532f;
    color: #FFF;
    font-size: 12px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 35px;
}

input.subscription-submit-button:hover
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 35px;
    padding-left: 10px;
	padding-right: 10px;
    background-color: #b2532f;
    color: #FFF;
    font-size: 12px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 35px;
}

.bodyfb img
{
	float: right;
	margin-left: 20px;
}

.newsSection
{
	display: block;
	text-align:center;
	padding-bottom: 10px;
}

.newsSection a{
	margin-left: 10px;
	margin-right: 10px;
}

.curbranch a
{
	padding: 5px;
	/*border: solid 1px #B2532F !important;*/
	border: solid 1px #FFFFFF !important;
}