/*-----------------------------------------------------------*/

@charset "utf-8"; {copyright© 2017}



/*==================================== home css ====================================*/

/*-------- home_story css ----------------------------*/
/* home_story */
.home_story {
	width:100%;
	position:relative;
	z-index:99;
}
.home_story_left {
	width:40%;
	padding:60px 10% 0;
	min-height:460px;
	float:left;
	background:#edece8;
}
.home_story_left h2 {
	color:#8a001c;
	font-size:3.5em;
	font-family:'Conv_Oswald_Regular';
	line-height:;
	text-transform:uppercase;
}
.home_story_left h4 {
	color:#b88c2e;
	font-size:2.5em;
	line-height:;
	margin:15px 0;
}
.home_story_left .readmore {
	margin-top:50px;
}
.home_story_left .readmore a {
	color:#3d3a29;
	font-weight:bold;
	font-size:1.20em;
	padding:10px 20px 10px 0;
	background:url(../images/arrow_right.png) no-repeat right center;
}
.home_story_left .readmore a:hover {
	color:#8a001c;
}
.title_line {
	width:100%;
	height:20px;
	display:block;
	margin:10px 0;
	background:url(../images/title_line.png) no-repeat left center;
}
.home_story_right_top {
	width:40%;
	float:left;
	height:400px;
	display:block;
	overflow:hidden;
	background:#86837D url(../images/demo/home/home_story_right_top.jpg) no-repeat center;	
	background-size:cover;
	margin-top:-40px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
}
.home_story_right_bottom {
	width:40%;
	height:200px;
	float:left;
	display:block;
	overflow:hidden;
	background:#86837D url(../images/demo/home/home_story_right_bottom.jpg) no-repeat center;
	background-size:cover;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
}


/*-------- home_brands css ----------------------------*/
/* home_brands */
.home_brands {
	width:90%;
	padding:5%;
	margin-top:55px;
	height: auto;
	background:url(../images/demo/home/brands_bg.jpg) no-repeat center;
	background-size: cover;
}
.home_brands li {
	position:relative;
	float:left;
	width:42%;
	margin:1%;
	padding:25px 3%;
	height:300px;
	text-align:left;
	background-color:#fff;
	background-position:right bottom;
	background-repeat:no-repeat;
}
.home_brands li.v_reserve {
	background-image:url(../images/demo/home/v_reserve.png);
}
.home_brands li.g_reserve {
	background-image:url(../images/demo/home/g_reserve.png);
}
.home_brands li.j_estate {
	background-image:url(../images/demo/home/j_estate.png);
}
.home_brands li.stature {
	background-image:url(../images/demo/home/stature.png);
}
.home_brands li:hover {
	background-color:#fffcf2;
}
.home_brands li h2 {
	color:#8a001c;
	font-size:2.5em;
	font-family:'Conv_Oswald_Regular';
	line-height:;
	text-transform:uppercase;
}
.home_brands li h4 {
	color:#b88c2e;
	font-size:2.0em;
	line-height:;
	margin:15px 0;
}
.home_brands li .readmore {
	margin-top:100px;
}
.home_brands li .readmore a {
	color:#3d3a29;
	font-weight:bold;
	font-size:1.20em;
	padding:10px 20px 10px 0;
	background:url(../images/arrow_right.png) no-repeat right center;
}
.home_brands li .readmore a:hover {
	color:#8a001c;
}
.home_brands li .brand_logo {
	position:absolute;
	right:40px;
	bottom:40px;
}



/*-------- home_blog css ----------------------------*/
/* home_blog */
.home_blog {
	background:url(../images/halftone-beige.jpg) repeat center;
	margin:-75px auto 0 !important;
	padding:50px 0 100px;
}
.home_blog .readmore {
	margin-top:-15px;
}
.home_blog .readmore a {
	color:#c7b29b;
	text-decoration:underline
}
.home_blog ul {
	padding:1%;
	margin:20px auto;
}
.home_blog li {
	float:left;
	width:24%;
	margin:0.5%;
	height:340px;
	display:block;
	background:#fff;
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.14);
}
.home_blog li .photo_block {
	position:relative;
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}
.home_blog li .photo_block .photo_block_readmore {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	text-align:center;
	background:rgba(83,71,65,0.63);
	opacity:0;
	
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
	transition:all 0.4s ease-in;
}
.home_blog li .photo_block:hover .photo_block_readmore {
	opacity:1;
}
.home_blog li .photo_block:hover .BlogReadMoreBtn {
	top: 50%;
}
.BlogReadMoreBtn {
	cursor:pointer;
	top: 70%;
    left: 50%;
    position: absolute;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    visibility:;
	outline: 0;
	border: 2px solid #fff;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: none;
    font: 18px 'Roboto Condensed',sans-serif;
	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	transition:all 0.25s ease-in;
}
.home_blog li .home_blog_info {
	text-align:center;
	margin:25px auto;
	width:80%;
}
.home_blog li .home_blog_info .blog_t {
	color:#3d3a29;
	font-size:1.25em;
	line-height:1.25em;
	max-height:3em;
}
.home_blog li .home_blog_info .blog_date {
	color:#8b866a;
	font-style:italic;
	margin-top:10px;
	font-family: Times, "Times New Roman", serif;
	font-weight:100;
	letter-spacing:1px;
}





/*==================================== content_block css ====================================*/

/*-------- content_block ----------------------------*/
.content_block {
	margin:75px auto;
	text-align:center;
}
.content_block .title {
	text-align:center;
	margin:30px 0;
	color:#8a001c;
	font-size:2.5em;
}
.content_block .title span {
	display: inline-block;
	position: relative;
}
.content_block .title span:before {
	width: 360px;
	height:30px;
	position:absolute;
	display:block;
	content:'';
	background:url(../images/content_title_line.png) no-repeat center;
	top: 0px;
    right: 100%;
    margin-right: 15px;	
}
.content_block .title span:after {
	width: 360px;
	height:30px;
	position:absolute;
	content:'';
	background:url(../images/content_title_line.png) no-repeat center;
	top: 0px;
    left: 100%;
    margin-left: 15px;
}
.content_block .line_block {
	margin:25px auto;
	width:175px;
	height:2px;
	display:block;
	background:#c0c0c2;
}



/*==================================== content css ====================================*/
.content  {
	margin-bottom:50px;
}




/*==================================== landing_banner css ====================================*/

/*-------- landing_banner css ----------------------------*/
.landing_banner {
}
.wine_landing_banner {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.wine_landing_banner .photo_block:after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0.80)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.80) 100%);
}
.wine_landing_banner .photo_block {
}
.wine_landing_banner .photo_block img {
	width:100%;
	height:auto;
	margin-bottom:-10px;
}
.wine_landing_banner .caption_shadow {
	display:none;
	position:absolute;
	z-index:5;
	bottom:0;
	width:100%;
	height:350px;
	background:url(../images/img_shadow.png) repeat-x left bottom;
}
.wine_landing_banner .fullWidthCaption {
	position:absolute;
	width:50%;
	bottom:50px;
	left:50px;
	z-index:6;
}
.wine_landing_banner .fullWidthCaption h1 {
	color:#fff;
	font-size:3em;
	line-height:1.25em;
	font-family: 'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体,STHeiti,Heiti;
	margin:20px 0;
}
.wine_landing_banner .fullWidthCaption p {
	color:#fff;
	font-size:1.25em;
}
.wine_landing_banner .fullWidthCaption .readmore {
	margin:35px 0;
}
.wine_landing_banner .fullWidthCaption .readmore a {
	padding:15px 35px 15px 20px;
	background:#b88c2e url(../images/readmore.png) no-repeat 90% center;
	font-size:1.05em;
	color:#fff;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.77);
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.wine_landing_banner .fullWidthCaption .readmore a:hover {
	background-color:#3d3a29;
}



/*==================================== wines_products css ====================================*/

/*-------- wines_products css ----------------------------*/
.wines_products {
	width:100%;
	padding:50px 0;
	background:url(../images/halftone-beige.jpg) repeat center;
}
.wines_products .product_list {
	max-width:1300px;
	padding:0 0.75%;
	margin:0 auto;
}
.wines_products .product_list li {
	width:31.333%;
	float:left;
	margin:15px 1%;
}
.wines_products .product_list li .product_block {
	position:relative;
	height:auto;
	padding:25px;
	background:#fff;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.28);
}
.wines_products .product_list li .product_block .bottle {
	position:relative;
    width: 33%;
    float: left;
    padding-top: 15px;
    padding-right:5%;
}
.wines_products .product_list li .product_block .bottle .imgbottle {
	position:relative;
	height: 280px;
	width: auto;
	float: right;
	z-index:2;
}
.wines_products .product_list li .product_block .bottle .points {
	width:78px;
	height: ;
	/*
	padding: 19px 0;
	*/
	z-index:0;
	background: url(../images/kj/pointsBg.png) no-repeat top center;
	background-size: contain;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 10px;
	margin-left:-15px;
}
.wines_products .product_list li .product_block .bottle .points .pointsFigure {
    font-size:1.3em;
	font-family:'Conv_Oswald_Regular';
	letter-spacing:1px;
    font-weight: 500;
    line-height: 65px;
	margin-bottom:-25px;
}
.wines_products .product_list li .product_block .bottle .points .pointsunit {
	width:100%;
	padding-bottom:20px;
}
.wines_products .product_list li .product_block .singleDetailsContainer {
	position:relative;
	float:left;
	width:60%;
	padding:50px 2% 0 0;
	min-height:350px;
}
.wines_products .product_list li .product_block .singleDetailsContainer .wineDetails1 {
	font-style: italic;	
}
.wines_products .product_list li .product_block .singleDetailsContainer h3 {
	font-weight:bold;
	font-size:2.2em;
	line-height:1.15em;
	margin:10px 0;
	max-height:2.3em;
	overflow:hidden;
}
.wines_products .product_list li .product_block .singleDetailsContainer h4 {
	margin:-4px 0 0;
	font-size:1.2em;
}
.wines_products .product_list li .product_block .singleDetailsContainer h4 a {
	color:#8b866a;
}
.wines_products .product_list li .product_block .singleDetailsContainer h5 {
	font-size:1.35em;
	margin:15px 0 20px 0;
	font-style:italic;
	font-family: Times, "Times New Roman", serif;
}
.wines_products .product_list li .product_block .singleDetailsContainer h5.vintage {
	display:none;
}
.wines_products .product_list li .product_block .singleDetailsContainer .singleDesc {
	margin-top:30px;
	max-height:115px;
	overflow:hidden;
	color:#3d3a29;
}
.wines_products .product_list li .product_block .singleDetailsContainer .moreinfo {
	position:absolute;
	bottom:10px;
	width:90%;
	color:#fff;
	padding:10px 5% 10px 5%;
	background:#b88c2e url(../images/readmore.png) no-repeat 95% center;
	float: left;
}






/*-------- wine_detail css ----------------------------*/
.wine_detail {
	position:relative;
}
/* wineDetail */
.wine_detail .wineDetail {
	width:100%;
    background: url(../images/kj/wineDetail.png) top center no-repeat;
    min-height: 700px;
}
.wineDetailLeft {
	float:left;
	width:40%;
}
.wineDetailLeft .singleWineImgConatiner {
	float:right;
	padding-right:10%;
	padding-top:50px;
}
.wineDetailLeft .singleWineImgConatiner .imgbottle {
	position:relative;
	max-height: 650px;
	width: auto;
	z-index:2;
}
.wineDetailLeft .points {
	width: 140px;
	height: ;
	z-index:2;
	background: url(../images/kj/pointsBg.png) no-repeat top center;
	background-size:cover;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 110px;
	margin-left:10%;
}
.wineDetailLeft .points .pointsFigure {
	width:100%;
    margin-top: 5px;
    font-size:1.5em;
	font-family:'Conv_Oswald_Regular';
	letter-spacing:1px;
    font-weight: 500;
    line-height: 110px;
	margin-bottom:-45px;
}
.wineDetailLeft .points .pointsunit {
	width:100%;
	line-height:30px;
	padding-bottom:30px;
}

.wineDetailRight {
	float:left;
	width:60%;
}
.wineDetailRight .sub_nav {
	margin-top: 19px;
	margin-bottom: 50px;
}
.wineDetailRight .sub_nav a {
	font-size:0.8em;
	color:#505248;
}
.wineDetailRight .sub_nav a:hover {
	color:#8a001c;
}
.wineDetailRight .sub_nav a:last-child {
	color:#8b866a;
}

.wineDetailRight .sub_nav a:last-child:after {
	display:none;
}
.wineDetailRight .sub_nav a:after {
	display:;
	content:">";
	padding:0 5px;
}
.wineDetailRight .wine_intro {
    width: 60%;
    height: 100%;
    float: left;
}
.wineDetailRight .wine_intro h4 {
	font-size:1.35em;
    font-style: italic;
    color: #3d3a29;
    padding: 3px 0px 0;
    margin: 28px 0 0px;
}
.wineDetailRight .wine_intro h1 {
	color: #8a001c;
    font-weight: 700;
    font-size: 3em;
    padding: 0px 0px 0;
    margin: 20px 0;
    height: auto;
    line-height: 1.15em!important;
	letter-spacing:1px;
}
.wineDetailRight .wine_intro h2 {
	font-size:1.5em;
    color: #b88c2e;
    font-weight: 400;
    padding: 0px 0px 0;
    margin: 0 0 0;
	line-height:1em;
}
.wineDetailRight .wine_intro h5 {
	font-size: 2em;
	font-family: Times, "Times New Roman", serif;
    color: #3d3a29;
    font-weight: normal;
    padding: 10px 0px 30px 0px;
    margin: 15px 0 0;
    font-style: italic;
}
.wineDetailRight .wine_intro h5.vintage {
	display:none;
}
.wineDetailRight .wine_intro .singleDesc {
	margin-top:40px;
}

/* tabBg */
.tabBg {
	background: #a89d8b url(../images/kj/tabbg.png) repeat;
	height: 70px;
	top: -45px;
	margin-bottom: ;
}
.tabBg .centerContainer {
	max-width: 1000px;
    overflow: auto;
    margin: 0 auto;
    float: none;
}
.tabBg .centerContainer li {
	text-align:center;
	float: left;
    width: 20%;
    border-right: 1px solid #87836d;
	margin-top:12px;
}
.tabBg .centerContainer li:last-child {
	border-right:none;
}
.tabBg .centerContainer li.activeTab {
}
.tabBg .centerContainer li a {
	line-height:2.4em;
	display:table;
    color: #fff;
	font-size:1.25em;
    font-weight: 600;
    width: 100%;
	padding:4px 0;
	cursor:pointer;
}
.wine_facts_links1 {
	border-bottom: 5px solid #f2da7e;
}

/* infoWrap */
.infoWrap {
	padding: 0 0 45px;
	background: #edece8;
}
.infoWrap .centerContainer {
    max-width: 1000px;
    overflow: auto;
    margin: 0 auto;
}
.infoWrap .centerContainer .factLeftInner {
	float:left;
    width: 30%;
	background: url(../images/kj/borderImg1.png) repeat-y right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.infoWrap .centerContainer .factLeftInner .downloadFact {
	background-color: #3d3a29;
	background-image:url(../images/kj/downloadFact_icon.png);
	background-repeat:no-repeat;
	background-position:15px center;
	background-size:15px;
    outline: none;
    border: none;
    height: 49px;
    width: auto;
    margin: 20px auto 5% 10%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 27px 10px 37px;
    font-size: 1.05em;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.27);	
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.infoWrap .centerContainer .factLeftInner .downloadFact:hover {
	background-color: #fff;
	color:#3d3a29;
}
.infoWrap .centerContainer .factLeftInner h3 {
	font-size: 1.25em;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-left: 10%;
    margin-top: 20px;
}
.infoWrap .centerContainer .factLeftInner .App_Comp_container {
    margin-left: 10%;
}
.infoWrap .centerContainer .factLeftInner .specContainer {
	margin-bottom: 15px;	
}
.infoWrap .centerContainer .factLeftInner .specContainer.TA, .infoWrap .centerContainer .factLeftInner .specContainer.PH, .infoWrap .centerContainer .factLeftInner .specContainer.VOL {
	display:none;
}
.infoWrap .centerContainer .factLeftInner .specContainer .winefactHeader {
    color: #8a001c;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 5px;
	font-weight: 600 !important;
}
.infoWrap .centerContainer .factLeftInner .specContainer .winefactItems1 {
    font-size:;
    color: #3d3a29;
    padding-left: 5px;
    line-height: 20px;
	padding-right:10px;
}

.infoWrap .centerContainer .factWrap {
	float:right;
    width: 69%;
}
.infoWrap .centerContainer .factRightInner {
	margin-top: 60px;
	padding-left: 70px;
}
.infoWrap .centerContainer .factRightInner h3 {
	margin-top: 20px;
}
.factRightInner1 {
	display:block;
}
.factRightInner2, .factRightInner3, .factRightInner4{
	display:none;
}



/* foodItemsWrapper */
.foodItemsWrapper {
	padding: 0px 0 65px 0;
	background:#edece8;
}
.foodItemsWrapper .foodItems {
    max-width: 1520px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;	
}
.foodItemsWrapper .foodItems .foodItemContainer {
    width: 24%;
	float:left;
	margin:0 0.5%;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.39);
    overflow: hidden;	
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap {
    height: 200px;
	text-align: center;
    position: relative;
    overflow: hidden;	
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .foodItemImg {
	display:block;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .foodItemImg_mobile {
	display:none;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap img {
    display: block;
    width: 100%;
    height: auto;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .overLayCaption {
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 250px;
    display: table;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .overLayCaption .close {
	position: absolute;
	width:55px;
	height:55px;
    z-index: 3;
    top: 10px;
    right: 20px;
    cursor: pointer;
    opacity: 1;
	background:url(../images/kj/open.png) no-repeat center;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 10.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .overLayCaption .captionText {
	color: #fff;
    font-size: 1.25em;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px 30px;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .invBg1 {
	background: url(../images/kj/aroma-open.jpg) no-repeat top center;
	background-size: cover;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .invBg2 {
	background: url(../images/kj/pairings-open.jpg) no-repeat top center;
	background-size: cover;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .invBg3 {
	background: url(../images/kj/temperature-open.jpg) no-repeat top center;
	background-size: cover;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .invBg4 {
	background: url(../images/kj/glass-open.jpg) no-repeat top center;
	background-size: cover;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodNameWrap {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.39);
    overflow: ;
	position:relative;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodNameWrap .open {
	position: absolute;
	width:55px;
	height:55px;
    z-index: 2;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    opacity: 1;
	background:url(../images/kj/open.png) no-repeat center;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 10.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodNameWrap p {
    padding: 22px 0;
    text-align: center;
    font-size: 1.25em;
    margin: 0px;
}




/*==================================== history css ====================================*/

/*-------- history ----------------------------*/
.history {
	position:relative;
	padding-bottom:100px;

}

/* box_family 左边内容*/
.box_family {
}
.box_family li {
	width:80%;
	display:table;
	margin:50px auto;
    margin-bottom: 20px;
    opacity: 0.3;
	
    transition: all 0.3s;
    transform: scale(1);
}
.box_family li:before {
	display: table;
	content: " ";
}
.active22 {
    opacity: 1 !important;
}
/* left_box */
.box_family li .left_box {
	float:left;
	width:25%;
	margin-bottom: 30px;
    margin-top: 60px;
}
.box_family li .left_box .bottle {
	float: left;
    width: 100px;
    height: auto;
    margin-right: 0px;
}
.box_family li .left_box .bottle img {
	height: 250px;
    width: auto;
    margin-left: 30px;
	
}
.box_family li .left_box .info {
    overflow: hidden;
    padding-top: 100px;
}
.box_family li .left_box .info h4 {
    margin-bottom: 0px;
    border-bottom: 2px solid #8b866a;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #8b866a;
	font-family:'Conv_Oswald_Light','微软雅黑','Microsoft YaHei',黑体;
	font-size:1.15em;
	text-transform:uppercase;
}
.box_family li .left_box .info h5 {
    margin-top:10px;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
    height: auto;
	color:#b88c2e;
	font-family:'Conv_Oswald_Light','微软雅黑','Microsoft YaHei',黑体;	
	font-size:1.05em;
	text-transform:uppercase;
}
/* middle_box */
.box_family li .middle_box {
	float:left;
	width:50%;
	margin-bottom: 30px;
	background:#fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 5px 5px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 5px 5px 2px rgba(0,0,0,0.14);
    box-shadow: 1px 5px 5px 2px rgba(0,0,0,0.14);
		
}
.box_family li .middle_box .photo_block {
	position:relative;
	width:100%;
	max-height:400px;
	overflow:hidden;
}
.box_family li .middle_box .photo_block img {
	width:100%;
}
.box_family li .middle_box .info {
	width:100%;
}
.box_family li .middle_box h2 {
	display:none;
    width: 90%;
	text-align:center;
	font-family:'Conv_Oswald_Light','微软雅黑','Microsoft YaHei',黑体;	
	line-height:1.5em;
    margin:10px auto;
    padding: 15px 0;
	color: #b88c2e !important;
	background: url(../images/kj/double-line.png) repeat-x center bottom;
}
.box_family li .middle_box .info h3 {
    width: 90%;
	font-size:1.5em;
	font-family:'Conv_Oswald_Light','微软雅黑','Microsoft YaHei',黑体;
	line-height:1.5em;
    margin:0 auto;
    padding: 15px 0;
	color: #b88c2e !important;
	background: url(../images/kj/double-line.png) repeat-x center bottom;
}
.box_family li .middle_box .info p {
	width: 90%;
    margin: auto;
    padding: 20px 0 40px;
    line-height: 1.5em;
}

/* right_box */
.box_family li .right_box {
	float:left;
	width:15%;
    margin-top: 200px;
}
.box_family li .right_box hr {
	border: 0;
    height: 1px;
    margin: 0 0 10px;
}
.box_family li .right_box .hr {
	border-bottom: #bbb7a5 1px solid;
	margin-bottom: -6px;
    border-color: #bbb7a5;
    border-width: 2px;
    margin-left: -30px;
    width: calc(100% - 30px);
}
.box_family li .right_box .year {
	height: 70px;
    width: 70px;
    background: #b88c2e;
    font-size: 1.45em;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    float: right;
    font-family: 'Conv_Oswald_Light',sans-serif !important;
    margin-top: -35px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.44);
    -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.44);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.44);
}


/* ruler 右边年份*/
.ruler {
	position: fixed;
	display:none;
    right: 0;
    top: 12%;
    width: 170px;
	z-index:12;
	
	-webkit-transition:all 3s ease-in;
	-moz-transition:all 3s ease-in;
	-o-transition:all s ease-in;
	transition:all s ease-in;
}
.ruler .ruler_clm {
}
.ruler .ruler_clm span {
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.ruler .ruler_clm li {
	line-height:;
	margin:3px 0;
    clear: both;
	cursor:pointer;
}
.ruler .ruler_clm li span {
    margin-left: 0px;
	color: #999 !important;
    font-size: 1.05em;
    font-family: 'Conv_Oswald_Light',sans-serif;
}
.ruler .ruler_clm li span.yrline {
	background: #8e8d8d;
    height: 2px;
    width: 55px;
    display: inline-block;
	margin-left:80px;
}
.ruler .ruler_clm li span.yearText {
}
.ruler .ruler_clm li.active span {
    left: -40px;
    color: #333 !important;
    font-weight: 600;
	font-size:1.15em;
    font-family: 'Conv_Oswald_Regular',sans-serif;
}
.ruler .ruler_clm li.active span.yrline {
	width: 130px;
    background: #b88c2e;
    height: 4px;
	margin-left:0;
}
.ruler .ruler_clm li.active span.yearText {
	float:left;
	margin-right:5px;
}



/*-------- people ----------------------------*/
.people {
    padding: 66px 0 50px 0;
    background: url(../images/kj/halftone-beige.jpg) repeat;
    overflow: hidden;
}
.people .peopleContainer {
	width:100%;
	max-width:1300px !important;
	height:auto;
	display: table;
	margin:0px auto 60px;
	padding:0 !important;
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.19);
}
.people .peopleContainer .peopleImageWrapper {
	float:left;
	width: 55%;
	overflow:hidden;
	margin-bottom:-7px;
}
.people .peopleContainer .peopleImageWrapper img {
	width: 100%;
    height: auto;
}
.people .peopleContainer .peopleDescWrapper {
	float:left;
	width: 45%;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer {
	width:85%;
	display: table;
	margin:25px auto;
    background: url(../images/kj/borderImg.png) repeat-x bottom;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer .rightSideHeader {
	float:left;
    width: 60%;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer .rightSideHeader h3 {
	font-family:'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体;
    color:#8a001c;
	font-size:2em;
	line-height:1.5em;
	margin:45px 0 10px;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer .rightSideDesignaton {
	float:left;
	width: 40%;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer .rightSideDesignaton p {
	color: #8b866a;
	font-size:0.9em;
	line-height:1.25em;
    margin: 0px;
    text-align: right;
    padding-top: 65px;
}
.people .peopleContainer .peopleDescWrapper .peoplebottomContainer {
	width:85%;
	margin:30px auto;
}
.people .peopleContainer .peopleDescWrapper .peoplebottomContainer p {
	font-size:;
	line-height:1.75em;
	color:#3d3a29;
}
.people .peopleContainer .peopleDescWrapper .peoplebottomContainer p.whatHeDo {
	padding-bottom: 30px;
}
.people .peopleContainer .peopleDescWrapper .peoplebottomContainer p .bolder {
	font-size:1.15em;
    text-transform: uppercase;
    font-weight: 700;
}
.people .peopleContainer .peopleDescWrapper .readmore {
	margin-top:50px;
}
.people .peopleContainer .peopleDescWrapper .readmore a {
	color:#3d3a29;
	font-weight:bold;
	font-size:1.20em;
	padding:10px 20px 10px 0;
	background:url(../images/arrow_right.png) no-repeat right center;
}
.people .peopleContainer .peopleDescWrapper .readmore a:hover {
	color:#8a001c;
}



/*-------- people_detail ----------------------------*/
.people_detail {
	background: #ffffff;
	padding: 50px 0;
	width:90%;
	max-width:1300px;
	margin:50px auto;
}
.people_detail .peopleContainer {
	padding:0 5%;
}
.people_detail .peopleContainer .photo_block {
	display:none;
	width:100%;
	text-align:center;
}
.people_detail .peopleContainer .photo_block img {
	width:100%;
}
.people_detail .peopleContainer .title_block {
}
.people_detail .peopleContainer .title_block h1 {
	font-family:'Conv_Oswald_Bold';
	font-size:3em;
	line-height:2em;
	margin:0;
	font-weight: 600;
	color:#000;
}
.people_detail .peopleContainer .title_block h4 {
    color: #3d3a29;
    width: 80%;
    font-size:1.4em;
    line-height: 1.5em;
	margin:0;
}
.people_detail .peopleContainer .info_block {
	padding:50px 0;
}
.people_detail .peopleContainer .info_block .left {
	float:left;
	width:45%;
}
.people_detail .peopleContainer .info_block .right {
	float:right;
	width:50%;
}
.people_detail .peopleContainer .info_block .right img {
	max-width:100%;
}
.people_detail .peopleContainer .info_block p {
	margin-bottom:20px;
	line-height:1.75em;
}
.people_detail .peopleContainer .info_block .focus_heading {
	margin-top:0;
	margin-bottom:5px;
}
.people_detail .peopleContainer .info_block .focus_heading .f16 {
    font-size:1.4em;
    line-height: 1.5em;
	padding-bottom:20px;
	font-family:'Conv_Oswald_Regular';
	text-transform:uppercase;
	font-weight:bold !important;
}


/*-------- vineyards ----------------------------*/
.vineyards {
	background:url(../images/kj/Background-Pattern.jpg) repeat;
}
/* vineyards_left */
.vineyards .vineyards_left {
	float:left;
    width: calc(100% - 611px);
}
.vineyards .vineyards_left .vineyards_content {
	padding:30px 30px 0 30px;
	min-height: 450px;
	margin-bottom:40px;
}
.vineyards .vineyards_left .vineyards_content .top_title {
	background:url(../images/kj/border-bottom.png) repeat-x bottom;
}
.vineyards .vineyards_left .vineyards_content .top_title h3 {
	font-size:1.45em;
	font-family:'Conv_Oswald_Regular';
	text-transform:uppercase;
    padding-bottom: 15px;
}
.vineyards .vineyards_left .content_area {
}
.vineyards .vineyards_left .content_area p {
	margin:20px 0;
}
.vineyards .vineyards_left .content_area h5 {
	font-size:1.15em;
	font-family:'Conv_Oswald_Regular';
	text-transform:uppercase;
	margin:25px 0 15px;
}
.vineyards .vineyards_left .content_area ul {
}
.vineyards .vineyards_left .content_area ul.disc li {
    list-style: disc;
    color: #b88c2e;
}
.vineyards .vineyards_left .content_area ul li {
    margin-left: 20px;
    line-height: 30px;
	font-family:'Conv_Oswald_Regular';
}
.vineyards .vineyards_left .content_area ul li span {
	color: #3d3a29;
	font-family:'';
}
.vineyards .vineyards_left .content_area ul li strong {
	font-size:1.25em;
}

/* panel */
.panel_group {
	position:relative;
	margin-bottom:50px;
	width:100%;
	border:1px solid #ccc;
}
.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel .panel_heading {
	color: #b88c2e;
    background-color: #ffffff;
    border: 1px solid #ddd;
	padding:0;
	margin:0;
}
.panel .panel_heading .panel_title {
	font-size:1.4em;
    cursor: pointer;
    padding: 20px;
	margin:0 auto;
    text-align: center;
	text-transform:uppercase;
    font-family: 'Conv_Oswald_Regular',sans-serif;
    font-weight: 600;
	background:url(../images/arrow_down_text_gold.png) no-repeat 95% center;
}
.panel .panel_body {
	position:relative;
	display: none;
}
.panel .panel_body .photo_block {
	width:100%;
	position:relative;
	height: 300px;
	display:block;
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}
.panel .panel_body .photo_block:after {
    content: '';
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.30) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,0,0,0.30)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.30) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.30) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 10%,rgba(0,0,0,0.30) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.30) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0px;
    display: inline-block;
    height: 100%;
}
.panel .panel_body .photo_block .close {
	position:absolute;
	right:15px;
	top:15px;
	width:60px;
	height:60px;
	display:block;
	background:transparent url(../images/kj/close.png) no-repeat center;
	cursor:pointer;
	border:none;
	z-index:23;
}
.panel .panel_body .photo_block h1 {
	position:absolute;
	left:5%;
	bottom:15px;
	color:#fff;
	font-size:3em;
	line-height:1.5em;
	font-family:'Conv_Oswald_Light';
	text-transform:uppercase;
	z-index:22;
}
.panel .panel_body .content_area {
	padding: 40px 50px;
}




/* vineyards_right */
.vineyards .vineyards_right {
	float:right;
    width: 611px;
}
.vineyards .vineyards_right .map {
	min-height: 886px;
	position: relative;
	background-image: url(../images/demo/story/vineyards/map_bg_v2.jpg);
	background-repeat:no-repeat;
	background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}
.vineyards .vineyards_right .map .item_map {
	position:relative;
}
.vineyards .vineyards_right .map .item_map li {
	float: left;
    text-align: center;
	position: absolute;
	cursor:pointer;
}
.vineyards .vineyards_right .map .item_map li.lakecounty {
    left: 28%;
    top: 20px;
}
.vineyards .vineyards_right .map .item_map li.mendocino {
    top: 70px;
    left: 2%;
}
.vineyards .vineyards_right .map .item_map li.sonomacounty {
    top: 200px;
    left: 18.5%;
}
.vineyards .vineyards_right .map .item_map li.napavalley {
    top: 185px;
    left: 44%;
}
.vineyards .vineyards_right .map .item_map li.monterycounty {
    top: 480px;
    left: 53%;
}
.vineyards .vineyards_right .map .item_map li.santabarbara {
    top: 765px;
    right: 4%;
}
.vineyards .vineyards_right .map .item_map li .map-icon {
    width: 45px;
    height: 45px;
	display:block;
    border-radius: 50%;
    margin: 0 auto;
	background:#b88c2e url(../images/kj/flag.png) no-repeat center;
	border:5px solid rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.vineyards .vineyards_right .map .item_map li .name {
	color:#000;
	font-size:1.15em;
	font-family:'Conv_Oswald_Regular';
	text-transform:uppercase;
	font-weight: 600;
	margin:5px auto;
    text-shadow: -3px 0px 5px rgba(255,255,255,.7), 3px 0px 5px rgba(255,255,255,.7), 0px 0px 5px rgba(255,255,255,.7), -3px -3px 5px rgba(255,255,255,.7), 3px -3px 5px rgba(255,255,255,.7), 0px -3px 5px rgba(255,255,255,.7), -3px 3px 5px rgba(255,255,255,.7), 3px 3px 5px rgba(255,255,255,.7), 0px 3px 5px rgba(255,255,255,.7);
}
.vineyards .vineyards_right .map .item_map li.active .name {
	color:#88000e;
}
.vineyards .vineyards_right .map .item_map li.active .map-icon, .vineyards .vineyards_right .map .item_map li:hover .map-icon {
	background-color:#88000e;
	border:5px solid rgba(255,255,255,1);
}



/*==================================== sustainability css ====================================*/

/*-------- sustainability ----------------------------*/
.sustainability {
	position:relative;
}
.sustainability .sustain_box {
	position:relative;
	width:100%;
    height: auto;
    min-height: 670px;
	display: table;
	background-size: cover !important;
	padding:0 !important;
	margin:0 0 -2px 0;
	background-position: 100% 100% !important;
}
.sustainability .sustain_box .photobox {
	float:left;
	width:50%;
	min-height:350px;
	display: none;
}
.sustainability .sustain_box .textbox {
	float:right;
	width:50%;
	height:100%;
    min-height: 670px;
    background: rgba(245,245,245,0.9);
}
.sustainability .sustain_box .textbox .sustain_textbox {
    padding: 100px 20% 20px 20%;
	text-align:center;
}
.sustainability .sustain_box .textbox .sustain_textbox2 {
    padding: 40px 5% !important;
}
.sustainability .sustain_box .textbox .sustain_textbox .img_responsive {
	max-width: 400px;
    width: auto;
	height:auto;
    padding-top: 80px;
}
.sustainability .sustain_box .textbox .sustain_textbox h4 {
	color: #3d3a29;
    font-size: 1.85em;
}
.sustainability .sustain_box .textbox .sustain_textbox p {
    font-size: 0.95em;
	line-height:1.85em;
}
.sustainability .sustain_box .textbox .sustain_textbox p.sustain_subheading {
    font-size: 1.05em;
	font-style: italic;
    padding-bottom: 10px;
    width: 90%;
	margin:0 auto;
}
.sustainability .sustain_box .textbox .sustain_textbox table {
	width:100%;
	text-align:left;
}
.sustainability .sustain_box .textbox .sustain_textbox table .img_label {
	padding-right:10px;
	padding-bottom:10px;
}
.sustainability .sustain_box .textbox .sustain_textbox table .text_label {
	vertical-align:top;
	padding-bottom:10px;
}
/* bird */
.sustainability .bird {
	margin:0 auto;
	padding:50px 0;
	width:90%;
	max-width:1000px !important;
}
.sustainability .bird .report_left_block {
	float:left;
	width:25%;
	background:url(../images/demo/sustainability/lines_copy.png) no-repeat center right;
	text-align:center;
	padding:0 5%;
}
.sustainability .bird .report_left_block img {
	width:280px;
}
.sustainability .bird .report_right_block {
	float:left;
	width:55%;
	padding:0 5%;
}
.sustainability .bird .report_right_block h4 {
	font-family:'Conv_Oswald_Regular';
	text-transform:uppercase;
	font-size:1.45em;
	margin:20px 0 20px;
}
.sustainability .bird .report_right_block .downloadFact {
	margin:20px 0 40px;
}
.sustainability .bird .report_right_block .downloadFact a {
	text-transform:uppercase;
	font-size:1.25em;
	font-family:'Conv_Oswald_Light';
}




/*==================================== blog css ====================================*/

/*-------- blog ----------------------------*/
.blog {
	position:relative;
	background:url(../images/kj/halftone-beige.jpg);
}

/*-- blog_left --*/
.blog .blog_left {
	width:25%;
	float:left;
	padding-bottom:50px;
}
.blog .blog_left .hot_blog {
	position:relative;
    padding:0 8%;
	color:#3d3a29;
}
.blog .blog_left .hot_blog .title {
    padding:20px 0;
	color:#86847c;
	margin:;
	font-size:1.25em;
}
.blog .blog_left .hot_blog li {
	width:100%;
    border-top: 1px solid #86847c;
	padding-top:25px;
}
.blog .blog_left .hot_blog li:first-child {
    border-top: 2px solid #86847c;
}
.blog .blog_left .hot_blog li .photo_block {
}
.blog .blog_left .hot_blog li .photo_block img {
	width:100%;
}
.blog .blog_left .hot_blog li h2 {
	margin:;
	font-size:1.25em;
}
.blog .blog_left .hot_blog li .date {
	margin:10px 0;
	font-size:;
	font-family:Times, "Times New Roman", serif;
	font-style:italic;
	font-weight: lighter;
}
.blog .blog_left .hot_blog li .readmore {
	margin-top:20px;
	margin-bottom:20px;
}
.blog .blog_left .hot_blog li .readmore a {
	color:#b88c2e;
	font-weight:800;
	font-size:1.20em;
	padding:10px 15px 10px 0;
	background:url(../images/arrow_right_text_gold.png) no-repeat right center;
}
.blog .blog_left .hot_blog li .readmore a:hover {
	color:#8a001c;
}

/*-- blog_right --*/
.blog .blog_right {
	width:75%;
	float:right;
	background: #ffffff;
	color: #3d3a29;
	box-shadow: -3px -6px 10px 0px rgba(0,0,0,0.2);
}
/* head_blog */
.blog .blog_right .head_blog {
	position:relative;
	width: 100%;
	height: ;
}
.blog .blog_right .head_blog .photo_block:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    display: inline-block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0.80)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
}

.blog .blog_right .head_blog .photo_block {
	height: 500px;
}
/* blog_list */
.blog .blog_right .blog_list {
	margin-bottom:50px;
}
.blog .blog_right .blog_list ul {
	padding:10px;
}
.blog .blog_right .blog_list li {
	float:left;
	position:relative;
	width:48%;
	height: ;
	margin:1%;
}
.blog .blog_right .blog_list li .photo_block:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    display: inline-block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0.80)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,0.80) 100%);
}
.blog .blog_right .blog_list li .photo_block {
	height: 300px;
}

.blog .photo_block {
	width:100%;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.blog .fullWidthCaption {
	position:absolute;
	bottom:0;
	left:5%;
	width:85%;
	z-index:6;
}
.blog .fullWidthCaption .title h1 {
	color:#fff;
	font-size:3em;
	line-height:1.15em;
	margin:10px 0;
	font-family:'Conv_Oswald_Regular';
}
.blog .fullWidthCaption h2 {
	color:#fff;
	font-size:1.35em;
	line-height:1.15em;
	margin:10px 0;
	font-family:'Conv_Oswald_Light';
}
.blog .fullWidthCaption .description {
	max-height:60px;
	overflow:hidden;
}
.blog .fullWidthCaption .description p {
	color:#fff;
	font-size:1.25em;
}
.blog .fullWidthCaption .date {
	color:#fff;
	margin:15px 0 25px;
	font-size:;
	font-family:Times, "Times New Roman", serif;
	font-style:italic;
	font-weight: lighter;
}
.blog .fullWidthCaption .readmore {
	margin:35px 0 45px;
}
.blog .fullWidthCaption .readmore a {
	padding:15px 35px 15px 20px;
	background:#b88c2e url(../images/readmore.png) no-repeat 90% center;
	font-size:1.05em;
	color:#fff;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.77);
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.blog .fullWidthCaption .readmore a:hover {
	background-color:#3d3a29;
}

.blog .blog_right .caption_shadow {
	display:none !important;
	position:absolute;
	z-index:5;
	bottom:0;
	width:100%;
	height:350px;
	display:block;
	background:url(../images/img_shadow.png) repeat-x left bottom;
}

/* showingItems 页码 */
.blog .blog_right .showingItems {
	text-align: center;
    height: 50px;
    color: #8b866a;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
}
.blog .blog_right .showingItems .page_display_summary {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #86847c;
	font-size:0.8em;
	font-family:;
    text-transform: uppercase;
    color: #8b866a;
}

.blog .blog_right .showingItems .pagination {
}
.blog .blog_right .showingItems .pagination a {
	color: #b88c2e;
	padding:0 7px;
	font-size:1.25em;
	font-family:'Conv_Oswald_Light';
}
.blog .blog_right .showingItems .pagination a.pre {
}
.blog .blog_right .showingItems .pagination a:hover, .blog .blog_right .showingItems .pagination a.active {
	color: #8b866a;
}



/*-- blog_detail --*/
.blog .blog_detail {
	position:relative;
}
/* blogpost */
.blog .blog_detail .blogpost {
	position:relative;
	background-position: center center!important;
	background-size: cover !important;
	background-repeat:no-repeat;
	padding-top: 53%;
}
.blog .blog_detail .blogpost:after {
    content: '';
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.60) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,0.60)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.60) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.60) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.60) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,0.60) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0px;
    display: inline-block;
    height: 100%;
}
.blog .blog_detail .blogpost .title {
	position:absolute;
	bottom:0;
    z-index: 3;
	padding: 10px 20px 15px 35px;
}
.blog .blog_detail .blogpost .title h1 {
	font-size: 3em;
    line-height:1.5em;
    color: #ffffff;
}

/* blogcontent */
.blog .blog_detail .blogcontent {
	position:relative;
	background:#fff;
	width:100%;
}
.blog .blog_detail .blogcontent .profile {
    background: #f2f2eb;
	padding:25px 25px 25px 65px;
}
.blog .blog_detail .blogcontent .profile .left_photo {
	float:left;
	width:80px;
}
.blog .blog_detail .blogcontent .profile .left_photo img {
	width:60px;
	height:auto;
}
.blog .blog_detail .blogcontent .profile .middle_info {
	float:left;
	width:50%;
	color:#3d3a29;
	/*
	font-size:0.85em;
	*/
	font-size:;
}
.blog .blog_detail .blogcontent .profile .middle_info span {
	color:#b88c2e;
	margin-right:10px;
}
.blog .blog_detail .blogcontent .profile .middle_info a {
	text-decoration: underline;
    color: #b88c2e;
}
.blog .blog_detail .blogcontent .profile .right_share {
	float:right;
	width:25%;
	padding-top:10px;
}

/* blogcontent content_info */
.blog .content_info {
	padding:15px;
}
.blog .content_info .info {
	width:90%;
	margin:40px auto 80px;
	font-size:1em;
	line-height:2em;
	/* font-family: "Times New Roman", serif,'宋体','Microsoft YaHei',黑体; */
}
.blog .content_info .info p {
	margin-bottom:15px;
}
.blog .content_info .info h1, .blog .content_info .info h2, .blog .content_info .info h3, .blog .content_info .info h4 {
}
.blog .content_info .info h2 {
	color:#88000e;
	font-size:2.5em;
	line-height:1.45em;
	margin:40px 0 20px 0;
    text-transform: uppercase;
	font-family:'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体;
}
.blog .content_info .info h3 {
	color:#88000e;
	font-size:2em;
	line-height:1.45em;
	margin:40px 0 20px 0;
    text-transform: uppercase;
	font-family:'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体;
}
.blog .content_info .info h4 {
	color:#88000e;
	font-size:1.75em;
	line-height:1.45em;
	margin:40px 0 20px 0;
    text-transform: uppercase;
	font-family:'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体;
}
.blog .content_info .info h5 {
	color:#88000e;
	font-size:1.5em;
	line-height:1.45em;
	margin:40px 0 20px 0;
    text-transform: uppercase;
	font-family:'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体;
}
.blog .content_info .info a {
    text-decoration: underline;
    color: #b88c2e;
}
.blog .content_info .info img {
	max-width:100% !important;
	padding:20px 0;
}



/*==================================== contact css ====================================*/

/*-------- contact ----------------------------*/
.contact {
}
.contact .wine_landing_banner .photo_block:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(0,0,0,0.80)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.80) 100%);
}
.contact .wine_landing_banner .fullWidthCaption {
	position:absolute;
	width:50%;
	bottom:400px;
	left:50px;
	z-index:6;
}
.contact .wine_landing_banner .photo_block {
	width:100%;
	height:1000px;
}
.contact .wine_landing_banner .photo_block img {
	margin-top:-10%;
	width: auto;
	height:;
}
.contact .overlay {
    background: rgba(64,70,60,0.80);
    padding: 20px 15px 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 4;
	color:#fff;
	text-align:center;
}
.contact .overlay .overlay_left {
	float:left;
	width:49%;
	padding:10px 0;
	border-right:3px double #6d6953;
}
.contact .overlay h4 {
	font-size:1.5em;
	line-height:1.25em;
	font-family: 'Conv_Oswald_Light','微软雅黑','Microsoft YaHei',黑体,STHeiti,Heiti;
	margin:10px 0;
	
	display:inline-block;
	border-bottom:1px solid #6d6953;
	padding:0 35px 15px;
}
.contact .overlay p {
	color:#fff;
	font-size:;
	margin:10px 0;
	line-height:1.25em;
}
.contact .overlay a {
	color:#b88c2e;
}
.contact .overlay p.opentime {
	font-size:0.8em;
	opacity:0.8;
	line-height:1.35em;
}
.contact .overlay .overlay_right {
	float:left;
	width:50%;
	padding:10px 0;
}
.contact .overlay .readmore {
	display:none;
	margin:25px 0;
}
.contact .overlay .readmore a {
	padding:14px 30px 14px 15px;
	background:#b88c2e url(../images/readmore.png) no-repeat 90% center;
	color:#fff;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.77);
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.contact .overlay .readmore a:hover {
	background-color:#3d3a29;
}
.contact .food_tasting {
    width: 100%;
	overflow:hidden;
	background:#333;
}
.contact .food_tasting .map {
	width:100%;
	height:500px;
	overflow:hidden;
	border:none;
	margin-bottom:-10px;
	opacity:0.95;
	border:1px solid #fff;
	background:url(../images/map_bg.png) no-repeat center;
}

.contact .food_tasting .food_tasting_text {
	background-position: 50% 50%;
    background-size: cover !important;
    padding: 125px 0 73px;
    width: 100%;
    min-height: 273px;
    border: 1px solid #fff;
	text-align:center;
	font-family:'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体;
	text-transform:uppercase;
}
.contact .food_tasting .food_tasting_text h2 {
	font-size:2.2em;
	line-height:1.5em;
	border-bottom: 1px solid #000000;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px;
    color: #88000e;
}
.contact .food_tasting .food_tasting_text p {
	font-size:1.15em;
	width:80%;
	margin:0 auto;
}
.contact .food_tasting .food_tasting_text h3 {
	font-size:1.5em;
	line-height:1.5em;
	width:80%;
	margin:20px auto;
}
.contact .food_tasting .food_tasting_text .hover_text1 {
    color:;
}
.contact .food_tasting .food_tasting_text .hover_text1:hover {
    color: #88000e;
}

.contact .explor {
	background-position: 50% 50%;
    background-size: cover !important;
    width: 100%;
    box-shadow: inset 0px 0px 0 2000px rgba(0,0,0,0.35);
	background-image:url(../images/demo/contact/kendalljackson_visit_gardens.jpg);
}
.contact .explor .explor_text {
	padding:100px;
	text-align:center;
	color:#fff;
}
.contact .explor .explor_text h1 {
	font-family:'Conv_Oswald_Regular','微软雅黑','Microsoft YaHei',黑体;
	text-transform:uppercase;
	font-size:3em;
	line-height:1.5em;
	color:#fff;
	margin:15px auto;
}
.contact .explor .readmore {
	margin:45px 0;
}
.contact .explor .readmore a {
	padding:14px 30px 14px 15px;
	letter-spacing:1px;
	background:#b88c2e url(../images/readmore.png) no-repeat 90% center;
	color:#fff;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.77);
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.contact .explor .readmore a:hover {
	background-color:#3d3a29;
}






/*==================================== footer css ====================================*/

/*-------- footer ----------------------------*/
footer {
	position:relative;
    background: #fff;
    padding: 0 0px;
    height: auto;
    width: 100%;
	overflow:;
	z-index:101;
    border-top: 3px solid #f5f1e7;
}
footer p, footer a {
	color:#3d3a29;
	font-size:0.9em;
}
footer a:hover {
	color:#b88c2e;
}
/*---- contactWrap ----*/
.contactWrap {
	position:relative;
	width:28%;
	float:left;
}
.contactWrap .contactUpper {
	width:100%;
	height: 255px;
	display:block;
	margin-top:-20px;
	z-index: 299;
	left: 0px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.14);
	
	background-image: url(../images/kj/footerupperbg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.contactWrap .contactUpper .qrcode {
	position:absolute;
	right:25px;
	top:10px;
}
.contactWrap .contactUpper .qrcode img {
	width:185px;
}
.contactWrap .contactUpper .qrcode p {
	color:#fff;
	text-align:center;
	font-size:0.8em;
}
.contactWrap .contactLower {
    height: 80px;
    width: 100%;
    background: #edece8;
	display:block;
}

/*---- footerMidContaianer ----*/
.footerMidContaianer {
	position:relative;
	width:68%;
	margin-top:50px;
	float:left;
}
.footerMidContaianer .footerMenuContainer1 {
	width:40%;
	min-height:150px;
	padding:0 5% 10px;
	float:left;
    border-right: 1px solid #f2f2eb;
}
.footerMidContaianer .footerMenuContainer2 {
	width:40%;
	padding:0 4.5% 10px;
	float:left;
}
.footerMidContaianer .footeracross {
	width:95%;
	display:inline-block;
	padding-top:35px;
	padding-left:2.5%;
}
.footerMidContaianer .footeracross li {
	float:left;
	padding:0 15px;
	border-right: 1px solid #3d3a29;
}
.footerMidContaianer .footeracross li:last-child {
	border-right:none;
}
.footerMidContaianer .footeracross .copyright {
	float:right;
	margin-left:15px;
}

/*---- footerLegal ----*/
.footerLegal {
	
	display:none;
	
	position:relative;
	width:33%;
	float:left;
	margin-top:48px;
	overflow:;
}
.footerLegal .footerRightUpper {
	padding-right:5%;
	padding-left:2.5%;
}
.footerLegal .footerRightUpper .readmore {
	margin:25px 0;
}
.footerLegal .footerRightUpper .readmore a {
	padding:8px 28px 8px 13px;
	background:#b88c2e url(../images/readmore.png) no-repeat 90% center;
	color:#fff;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.77);
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.footerLegal .footerRightUpper .readmore a:hover {
	background-color:#3d3a29;
}
.footerLegal .footerRightLower {
	width:97.5%;
	display:inline-block;
	margin-top:25px;
	padding-left:2.5%;
}
.footerLegal .footerRightLower p {
	font-size:0.8em;
	color:#666;
}


/*---- footer .share-icons ----*/
footer .share-icons {
	margin-top:20px;
	margin-right:45px;
}
footer .share-icons li {
	width:40px !important;
	height:40px;
	float:left;
	margin-left:15px;
	background-color:#b88c2e !important;	
}
footer .share-icons li:hover {
	background-color:#505248 !important;
}




/*====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/






@media screen and (min-width: 1600px) {
.contact .wine_landing_banner .photo_block img {
	width:100%;
}
}



/* Mobile */
@media screen and (max-width: 767px) {
	
/*==================================== home css ====================================*/

/*-------- home_story css ----------------------------*/
/* home_story */
.home_story {
	margin-bottom:-30px;
}
.home_story_left {
	width:90%;
	padding:60px 5%;
	
	min-height: inherit;
	float:left;
	background:#edece8;
}
.home_story_left h2 {
	font-size:3em;
}
.home_story_left h4 {
	
	font-size:2.5em;
	margin:15px 0;
}
.home_story_left .readmore {
	
	margin-top:50px;
}
.home_story_left .readmore a {
	
	font-size:1.20em;
}
.title_line {
	
	width:100%;
	height:20px;
	margin:10px 0;
	background:url(../images/title_line.png) no-repeat left center;
}
.home_story_right_top {
	margin-top:0;
	width:100%;
	height:330px;
	
}
.home_story_right_bottom {
	width:100%;
	height:300px;
	display:none;
}


/*-------- home_brands css ----------------------------*/
/* home_brands */
.home_brands {
	
	width:90%;
	padding:5%;
	margin-top:65px;
}
.home_brands li {
	width:86%;
	margin:2%;
	padding:25px 5%;
	height:250px;
}
.home_brands li h2 {
	
	font-size:2.5em;
}
.home_brands li h4 {

	font-size:2.0em;
}
.home_brands li .readmore {
	margin-top:50px;
}
.home_brands li .brand_logo {

	right:40px;
	bottom:40px;
}



/*-------- home_blog css ----------------------------*/
/* home_blog */
.home_blog {
	
	margin:-75px auto 0 !important;
	padding:50px 0 100px;
}
.home_blog .readmore {
	
	margin-top:-15px;
}
.home_blog .readmore a {
}
.home_blog ul {
	
	padding:1%;
	margin:20px auto;
}
.home_blog li {
	width:96%;
	margin:2%;
	height:320px;
}
.home_blog li .photo_block {

	width:100%;
	height:200px;
}
.home_blog li .photo_block .photo_block_readmore {
	opacity:1 !important;
	background:rgba(83,71,65,0.43);
}
.home_blog li .photo_block:hover .photo_block_readmore {
	opacity:1;
}
.home_blog li .photo_block:hover .BlogReadMoreBtn {
	top: 50%;
}
.BlogReadMoreBtn {
	top: 50%;
}
.home_blog li .home_blog_info {
}
.home_blog li .home_blog_info .blog_t {
	max-height:2em;
	
	font-size:1.25em;
	line-height:1.25em;
}
.home_blog li .home_blog_info .blog_date {
}





/*==================================== content_block css ====================================*/

/*-------- content_block ----------------------------*/
.content_block {
	
	margin:75px auto;
}
.content_block .title {
	
	margin:30px 0;
	font-size:2.5em;
}
.content_block .title span {
}
.content_block .title span:before {
	width: 220px;
	
	top: 0px;
    right: 100%;
    margin-right: 15px;	
}
.content_block .title span:after {
	width: 220px;

	top: 0px;
    left: 100%;
    margin-left: 15px;
}
.content_block .line_block {
	
	margin:25px auto;
	width:175px;
	height:2px;
}



/*==================================== content css ====================================*/
.content  {
	
	margin-bottom:50px;
}


/*==================================== landing_banner css ====================================*/

/*-------- landing_banner css ----------------------------*/
.landing_banner {
}
.wine_landing_banner {
}
.wine_landing_banner .photo_block:after {
}
.wine_landing_banner .photo_block {
}
.wine_landing_banner .photo_block img {
}
.wine_landing_banner .caption_shadow {
}
.wine_landing_banner .fullWidthCaption {
	bottom:40px;
	
	width:80%;
	left:50px;
	z-index:6;
	
}
.wine_landing_banner .fullWidthCaption h1 {
	font-size:2em;
	line-height:1.25em;
	margin:20px 0;
}
.wine_landing_banner .fullWidthCaption p {
	font-size:0.95em;
}
.wine_landing_banner .fullWidthCaption .readmore {
	margin:20px 0 0;
}
.wine_landing_banner .fullWidthCaption .readmore a {
	padding:10px 30px 10px 15px;
	font-size:0.85em;
}


/*==================================== wines_products css ====================================*/

/*-------- wines_products css ----------------------------*/
.wines_products {

	padding:50px 0;
}
.wines_products .product_list {
	padding:0;
}
.wines_products .product_list li {
	width:90%;
	margin:15px 5%;
}
.wines_products .product_list li .product_block {

	height:auto;
	padding:25px;
}
.wines_products .product_list li .product_block .bottle {

    width: 33%;
    padding-top: 15px;
    padding-right:5%;
}
.wines_products .product_list li .product_block .bottle .imgbottle {
	margin-right:25px;

	height: 280px;
}
.wines_products .product_list li .product_block .bottle .points {
	margin-left:15px;
}
.wines_products .product_list li .product_block .bottle .points .pointsFigure {
}
.wines_products .product_list li .product_block .bottle .points .pointsunit {
}
.wines_products .product_list li .product_block .singleDetailsContainer {
	float:left;
	width:57%;
	padding:20px 5% 20px 0;
	min-height:350px;
}
.wines_products .product_list li .product_block .singleDetailsContainer .wineDetails1 {
}
.wines_products .product_list li .product_block .singleDetailsContainer h3 {

}
.wines_products .product_list li .product_block .singleDetailsContainer h4 {
	
	margin:-4px 0 0;
	font-size:1.2em;
}
.wines_products .product_list li .product_block .singleDetailsContainer h4 a {
}
.wines_products .product_list li .product_block .singleDetailsContainer h5 {
	
	font-size:1.35em;
	margin:15px 0 20px 0;
}
.wines_products .product_list li .product_block .singleDetailsContainer .singleDesc {
}
.wines_products .product_list li .product_block .singleDetailsContainer .moreinfo {
	width:30%;
	background:#b88c2e url(../images/readmore.png) no-repeat 90% center;
}



/*-------- wine_detail css ----------------------------*/
.wine_detail {
}
/* wineDetail */
.wine_detail .wineDetail {

    min-height: 740px;
}
.wineDetailLeft {
	width:45%;
}
.wineDetailLeft .singleWineImgConatiner {
	padding-right:20%;
}
.wineDetailLeft .singleWineImgConatiner .imgbottle {
	max-height: 650px;
}
.wineDetailLeft .points {
	top: 110px;
	margin-left:10px;
}
.wineDetailLeft .points .pointsFigure {
    line-height: 110px !important;
}
.wineDetailLeft .points .pointsunit {
}
.wineDetailLeft .points {
}
.wineDetailLeft .points .pointsFigure {

    font-size:1.5em;
    line-height: 1.0em;
}
.wineDetailLeft .points .pointsunit {
}

.wineDetailRight {
	width:55%;
	padding-top:50px;
}
.wineDetailRight .sub_nav {
	display:none;
}
.wineDetailRight .wine_intro {
    width: 60%;
}
.wineDetailRight .wine_intro h4 {
	
	font-size:1.35em;
    padding: 3px 0px 0;
    margin: 28px 0 0px;
}
.wineDetailRight .wine_intro h1 {
	
    font-size: 3em;
    line-height: 1.5em!important;
}
.wineDetailRight .wine_intro h2 {
	
	font-size:1.5em;
	line-height:1em;
}
.wineDetailRight .wine_intro h5 {
	
	font-size: 2em;
    padding: 10px 0px 30px 0px;
    margin: 15px 0 0;
}
.wineDetailRight .wine_intro .singleDesc {
}

/* tabBg */
.tabBg {
	width:100%;
	height: 75px;
}
.tabBg .centerContainer {
	max-width: inherit;
}
.tabBg .centerContainer li {
    width: 24.8%;
	
	margin-top:12px;
}
.tabBg .centerContainer li.activeTab {
}
.tabBg .centerContainer li a {
	
	line-height:2.4em;
	font-size:1.25em;
}
.wine_facts_links1 {
}

/* infoWrap */
.infoWrap {
	padding: 0 0 25px;
}
.infoWrap .centerContainer {
    max-width: none;
}
.infoWrap .centerContainer .factLeftInner {
	float:none;
    width: 90%;
	margin:20px auto;
	background:none;
	display: table;
	padding-bottom:25px;
	border-bottom:3px double #ccc;
}
.infoWrap .centerContainer .factLeftInner form {
	text-align:center;
}
.infoWrap .centerContainer .factLeftInner .downloadFact {
    padding: 10px 127px 10px 137px;
	background-position:95px center;
    margin:20px auto;
	
    font-size: 1.05em;
}
.infoWrap .centerContainer .factLeftInner h3 {
	margin-bottom:10px;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 20px;
	
	font-size: 1.25em;
    margin-top: 20px;
}
.infoWrap .centerContainer .factLeftInner .App_Comp_container {
	padding:0;
	margin:0 20px;
}
.infoWrap .centerContainer .factLeftInner .specContainer {
	float:left;
	width:45%;
    margin-left:0;
	margin-right:5%;
	margin-bottom:10px;
}
.infoWrap .centerContainer .factLeftInner .specContainer .winefactHeader {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 0px;
}
.infoWrap .centerContainer .factLeftInner .specContainer .winefactItems1 {
    padding-left: 0;
}

.infoWrap .centerContainer .factWrap {
	float:none;
    width: 90%;
	margin:20px auto;
	background:none;
	display: table;
	padding-bottom:35px;
	border-bottom:3px double #ccc;
}
.infoWrap .centerContainer .factRightInner {
	padding:15px;
	margin:0;
}
.infoWrap .centerContainer .factRightInner h3 {
	font-size:1.25em;
	margin-top: 20px;
}
.factRightInner1 {
}
.factRightInner2, .factRightInner3, .factRightInner4{
}



/* foodItemsWrapper */
.foodItemsWrapper {
}
.foodItemsWrapper .foodItems {
    max-width:none;

    padding-left: 5%;
    padding-right: 5%;
}
.foodItemsWrapper .foodItems .foodItemContainer {
    width: 100% !important;
	float:none;
	margin:0 auto;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap {
	margin-bottom:45px;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap {
    height: 250px;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .foodItemImg {
	display:none !important;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .foodItemImg_mobile {
	display:block !important;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap img {
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodItemImgWrap .overLayCaption {
    top: 250px;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .overLayCaption .close {
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .overLayCaption .captionText {

    font-size: 1.25em;
    padding: 20px 30px;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodNameWrap {
	background:#fff;
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodNameWrap .open {
}
.foodItemsWrapper .foodItems .foodItemContainer .foodItemwrap .foodNameWrap p {
	
    padding: 22px 0;
    font-size: 1.25em;
}


/*==================================== story css ====================================*/

/*-------- history ----------------------------*/
.history {

	padding-bottom:50px;
}

/* box_family 左边内容*/
.box_family {
}
.box_family li {
	width:100%;
    opacity: 1;
	
	margin:70px auto;
}
.active22 {
}
/* left_box */
.box_family li .left_box {
	display:none;
}
/* middle_box */
.box_family li .middle_box {
	float:none;
	width:90%;
	padding:0;
	margin:15px auto;
}
.box_family li .middle_box h2 {
	display:block;
}
.box_family li .middle_box .photo_block {
}
.box_family li .middle_box .info {
	text-align:left;
}
.box_family li .middle_box .info h3 {
	display:none;
}
.box_family li .middle_box .info p {
    padding: 20px 0 30px;
	font-size:0.9em;
}

/* right_box */
.box_family li .right_box {
	float:none;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-35px;
	width:75px;
    margin-top: 0;
}
.box_family li .right_box hr {
	display:none;
}
.box_family li .right_box .year {
}


/* ruler 右边年份*/
.ruler {
	display:none !important;
}



/*-------- people ----------------------------*/
.people {
	
    padding: 66px 0 50px 0;
}
.people .peopleContainer {
	max-width: none !important;
	width:90%;
	margin:30px auto;
	
	padding:0 !important;
}
.people .peopleContainer .peopleImageWrapper {
	float:none !important;
	width: 100%;
}
.people .peopleContainer .peopleImageWrapper img {
}
.people .peopleContainer .peopleDescWrapper {
	float:none;
	width: 100%;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer {
	width:90%;
	margin:25px auto;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer .rightSideHeader {
	float:none;
    width: 100%;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer .rightSideHeader h3 {
	margin:10px 0;
	
	font-size:2em;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer .rightSideDesignaton {
	float:none;
	width: 100%;
}
.people .peopleContainer .peopleDescWrapper .peopleHeaderContainer .rightSideDesignaton p {
    text-align: left;
    padding:0 0 10px;
}
.people .peopleContainer .peopleDescWrapper .peoplebottomContainer {
	width:90%;
	margin:30px auto;
}
.people .peopleContainer .peopleDescWrapper .peoplebottomContainer p {
	font-size:0.9em;
	
	line-height:1.75em;
}
.people .peopleContainer .peopleDescWrapper .peoplebottomContainer p.whatHeDo {
	padding-bottom: 10px;
}
.people .peopleContainer .peopleDescWrapper .peoplebottomContainer p .bolder {
	
	font-size:1.15em;
}
.people .peopleContainer .peopleDescWrapper .readmore {
	margin:30px 0 15px;
}
.people .peopleContainer .peopleDescWrapper .readmore a {
}
.people .peopleContainer .peopleDescWrapper .readmore a:hover {
}



/*-------- people_detail ----------------------------*/
.people_detail {
	width:100%;
	max-width: none;
	margin:0 auto;
	padding:0 0 50px 0;
	
}
.people_detail .peopleContainer {
	padding:0;
}
.people_detail .peopleContainer .photo_block {
	display:block;
}
.people_detail .peopleContainer .title_block {
	padding:15px 50px;
}
.people_detail .peopleContainer .title_block h1 {
	
	font-size:3em;
	line-height:2em;
}
.people_detail .peopleContainer .title_block h4 {
	
    width: 100%;
    font-size:1.4em;
    line-height: 1.5em;
}
.people_detail .peopleContainer .info_block {
	padding:0 50px;
}
.people_detail .peopleContainer .info_block .left {
	width:100%;
}
.people_detail .peopleContainer .info_block .right {
	width:100%;
}
.people_detail .peopleContainer .info_block .right img {
	display:none;
}
.people_detail .peopleContainer .info_block p {
	
	margin-bottom:20px;
	line-height:1.75em;
}
.people_detail .peopleContainer .info_block .focus_heading {
	
	margin-top:0;
	margin-bottom:5px;
}
.people_detail .peopleContainer .info_block .focus_heading .f16 {
	
    font-size:1.4em;
    line-height: 1.5em;
	padding-bottom:20px;
}

/*-------- vineyards ----------------------------*/
.vineyards {
}
/* vineyards_left */
.vineyards .vineyards_left {
	float:none;
    width:100% !important;
}
.vineyards .vineyards_right {
	float:none;
    width:100% !important;
}
.vineyards .vineyards_left .vineyards_content {
	
	padding:30px 30px 0 30px;
	min-height: 450px;
	margin-bottom:40px;
}
.vineyards .vineyards_left .vineyards_content .top_title {
}
.vineyards .vineyards_left .vineyards_content .top_title h3 {
	
	font-size:1.45em;
    padding-bottom: 15px;
}
.vineyards .vineyards_left .content_area {
}
.vineyards .vineyards_left .content_area p {
	
	margin:20px 0;
}
.vineyards .vineyards_left .content_area h5 {
	
	font-size:1.15em;
	margin:25px 0 15px;
}
.vineyards .vineyards_left .content_area ul {
}
.vineyards .vineyards_left .content_area ul li {

    margin-left: 20px;
    line-height: 30px;
}
.vineyards .vineyards_left .content_area ul li span {
}
.vineyards .vineyards_left .content_area ul li strong {
	font-size:1.5em;
}

/* panel */
.panel_group {
	margin-bottom:0;
	border-left:none;
	border-right:none;
}
.panel {
}
.panel .panel_heading {
}
.panel .panel_heading .panel_title {
	
	font-size:1.4em;
    padding: 20px;
}
.panel .panel_body {
}
.panel .panel_body .photo_block {
}
.panel .panel_body .photo_block:after {
}
.panel .panel_body .photo_block .close {
}
.panel .panel_body .photo_block h1 {

	left:5%;
	bottom:15px;
	font-size:3em;
	line-height:1.5em;
}
.panel .panel_body .content_area {
	
	padding: 40px 50px;
}



/* vineyards_right */
.vineyards .vineyards_right {
	float:none;
    width: 100%;
}
.vineyards .vineyards_right .map {
}
.vineyards .vineyards_right .map .item_map {
}
.vineyards .vineyards_right .map .item_map li {
}
.vineyards .vineyards_right .map .item_map li.lakecounty {
}
.vineyards .vineyards_right .map .item_map li.mendocino {
}
.vineyards .vineyards_right .map .item_map li.sonomacounty {
}
.vineyards .vineyards_right .map .item_map li.napavalley {
}
.vineyards .vineyards_right .map .item_map li.monterycounty {
}
.vineyards .vineyards_right .map .item_map li.santabarbara {
}
.vineyards .vineyards_right .map .item_map li .map-icon {
}
.vineyards .vineyards_right .map .item_map li .name {
}
.vineyards .vineyards_right .map .item_map li.active .name {
}
.vineyards .vineyards_right .map .item_map li.active .map-icon, .vineyards .vineyards_right .map .item_map li:hover .map-icon {
}


/*==================================== sustainability css ====================================*/

/*-------- sustainability ----------------------------*/
.sustainability {
}
.sustainability .sustain_box {
}
.sustainability .sustain_box .photobox {
}
.sustainability .sustain_box .textbox {
    min-height: 500px;
	float: none;
	width:100%;
	margin:300px 0 0 0;
}
.sustainability .sustain_box .textbox .sustain_textbox {
	padding: 30px 10% 20px 10%;
	min-height: 500px;
}
.sustainability .sustain_box .textbox .sustain_textbox .img_responsive {
	max-width: 200px;
    padding-top: 40px;
}
.sustainability .sustain_box .textbox .sustain_textbox h4 {
	
    font-size: 1.85em;
}
.sustainability .sustain_box .textbox .sustain_textbox p {
	
    font-size: 0.95em;
	line-height:1.85em;
}
.sustainability .sustain_box .textbox .sustain_textbox p.sustain_subheading {
	
    font-size: 1.0em;
}
.sustainability .sustain_box .textbox .sustain_textbox table {
}
.sustainability .sustain_box .textbox .sustain_textbox table .img_label {
}
.sustainability .sustain_box .textbox .sustain_textbox table .text_label {
}
/* bird */
.sustainability .bird {
	width:100%;
	max-width: none !important;
	padding:20px 0;
}
.sustainability .bird .report_left_block {
	float:none;
	width:100%;
	background:none;
	padding:0;
}
.sustainability .bird .report_left_block img {
	width:280px;
}
.sustainability .bird .report_right_block {
	float:none;
	width:90%;
	padding:20px 5%;
}
.sustainability .bird .report_right_block h4 {

	font-size:1.45em;
}
.sustainability .bird .report_right_block .downloadFact {
}
.sustainability .bird .report_right_block .downloadFact a {

	font-size:1.25em;
}


/*==================================== blog css ====================================*/

/*-------- blog ----------------------------*/
.blog {
}

/*-- blog_left --*/
.blog .blog_left {
	width:100%;
	float:none;
	
	padding-bottom:50px;
}
.blog .blog_left .hot_blog {
    padding:0 5%;
}
.blog .blog_left .hot_blog .title {
    padding:40px 0 25px;
	font-size:1.75em;
}
.blog .blog_left .hot_blog li {
	padding-top:45px;
}
.blog .blog_left .hot_blog li:first-child {
}
.blog .blog_left .hot_blog li .photo_block {
}
.blog .blog_left .hot_blog li .photo_block img {
}
.blog .blog_left .hot_blog li h2 {
	font-size:1.45em;
}
.blog .blog_left .hot_blog li .date {
	margin:15px 0;
	font-size:1em;
}
.blog .blog_left .hot_blog li .readmore {
}
.blog .blog_left .hot_blog li .readmore a {
}
.blog .blog_left .hot_blog li .readmore a:hover {
}

/*-- blog_right --*/
.blog .blog_right {
	width:100%;
	float:none;
}
/* head_blog */
.blog .blog_right .head_blog {
}
.blog .blog_right .head_blog .photo_block:after {
}

.blog .blog_right .head_blog .photo_block {
}
/* blog_list */
.blog .blog_right .blog_list {
	
	margin-bottom:50px;
}
.blog .blog_right .blog_list ul {
	padding:10px 0;
}
.blog .blog_right .blog_list li {
	float:left;
	position:relative;
	width:95%;
	height: ;
	margin:10px 2.5%;
}
.blog .blog_right .blog_list li .photo_block:after {
}
.blog .blog_right .blog_list li .photo_block {
	height: 300px;
}

.blog .photo_block {
}
.blog .fullWidthCaption {
	width:90%;
}
.blog .fullWidthCaption .title h1 {
	font-size:2em;
	
	line-height:1.15em;
	margin:10px 0;
}
.blog .fullWidthCaption h2 {
	font-size:1.35em;
	
	line-height:1.15em;
}
.blog .fullWidthCaption .description {
}
.blog .fullWidthCaption .description p {
	font-size:1.05em;
}
.blog .fullWidthCaption .date {

	margin:15px 0 25px;
	font-size:;
}
.blog .fullWidthCaption .readmore {
}
.blog .fullWidthCaption .readmore a {
}
.blog .fullWidthCaption .readmore a:hover {
}

.blog .blog_right .caption_shadow {
}

/* showingItems 页码 */
.blog .blog_right .showingItems {

    height: 50px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.blog .blog_right .showingItems .page_display_summary {
	
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #86847c;
	font-size:0.8em;
}

.blog .blog_right .showingItems .pagination {
}
.blog .blog_right .showingItems .pagination a {

	padding:0 7px;
	font-size:1.25em;
}
.blog .blog_right .showingItems .pagination a.pre {
}
.blog .blog_right .showingItems .pagination a:hover, .blog .blog_right .showingItems .pagination a.active {
}



/*-- blog_detail --*/
.blog .blog_detail {
}
/* blogpost */
.blog .blog_detail .blogpost {

	padding-top: 53%;
}
.blog .blog_detail .blogpost:after {
}
.blog .blog_detail .blogpost .title {
	
	padding: 10px 20px 15px 35px;
}
.blog .blog_detail .blogpost .title h1 {
	font-size: 2em;
}

/* blogcontent */
.blog .blog_detail .blogcontent {
}
.blog .blog_detail .blogcontent .profile {
	
	padding:25px;
}
.blog .blog_detail .blogcontent .profile .left_photo {

	width:80px;
}
.blog .blog_detail .blogcontent .profile .left_photo img {
	
	width:60px;
	height:auto;
}
.blog .blog_detail .blogcontent .profile .middle_info {
	width:55%;
	
	font-size:0.85em;
}
.blog .blog_detail .blogcontent .profile .middle_info span {
}
.blog .blog_detail .blogcontent .profile .middle_info a {
}
.blog .blog_detail .blogcontent .profile .right_share {
	width:30%;
	
	padding-top:10px;
}

/* blogcontent content_info */
.blog .content_info {
	
	padding:15px;
}
.blog .content_info .info {
	width:93%;
	
	margin:40px auto 80px;
}
.blog .content_info .info p {
	margin-bottom:15px;
}
.blog .content_info .info h1, .blog .content_info .info h2, .blog .content_info .info h3, .blog .content_info .info h4 {
}
.blog .content_info .info h2 {
	font-size:2em;
	
	margin:40px 0 20px 0;
}
.blog .content_info .info a {
}
.blog .content_info .info img {

	padding:20px 0;
}




/*==================================== contact css ====================================*/

/*-------- contact ----------------------------*/
.contact {
}
.contact .wine_landing_banner .photo_block:after {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,1)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
}
.contact .wine_landing_banner .fullWidthCaption {
	width:80%;
	bottom:700px;
}
.contact .wine_landing_banner .photo_block {
	width:100%;
	height:1100px;
}
.contact .wine_landing_banner .photo_block img {
}
.contact .wine_landing_banner h1 {
	font-size:2.2em;
}
.contact .overlay {
    width: 100%;
}
.contact .overlay .overlay_left {
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:3px double #6d6953;
}
.contact .overlay h4 {
	font-size:1.5em;
	line-height:1.25em;
	font-family: 'Conv_Oswald_Light','微软雅黑','Microsoft YaHei',黑体,STHeiti,Heiti;
	margin:20px 0;
}
.contact .overlay p {
	color:#fff;
	font-size:0.9em;
	margin:10px 0;
	line-height:1.25em;
}
.contact .overlay .overlay_right {
	float:left;
	width:100%;
	padding:10px 0;
}
.contact .overlay .readmore {
	margin:25px 0;
}
.contact .overlay .readmore a {
	font-size:0.9em;
	padding:12px 25px 12px 10px;
}

.contact .explor .explor_text h1 {
	font-size:2.5em;
}


/*==================================== footer css ====================================*/

/*-------- footer ----------------------------*/
footer {

    padding: 0 0px;
    height: auto;
}
footer p, footer a {

	font-size:0.9em;
}
/*---- contactWrap ----*/
.contactWrap {
	width:40%;
}
.contactWrap .contactUpper {
	height: 285px;
	
	margin-top:-20px;
	z-index: 4;
	left: 0px;
}
.contactWrap .contactUpper .qrcode {
	right:35px;
	top:20px;
}
.contactWrap .contactUpper .qrcode img {
	
	width:185px;
}
.contactWrap .contactUpper .qrcode p {

	font-size:0.8em;
}
.contactWrap .contactLower {
	
    height: 80px;
    width: 100%;
}

/*---- footerMidContaianer ----*/
.footerMidContaianer {
	width:60%;
	
	margin-top:0px;
}
.footerMidContaianer .footerMenuContainer1 {
	width:80%;
	padding:20px 10% 10px;
	border-right:none;
	min-height: inherit;
}
.footerMidContaianer h3 {
	margin:5px 0;
}
.footerMidContaianer .footerMenuContainer2 {
	width:80%;
	padding:10px 10% 10px;
}
.footerMidContaianer .footeracross {
	width:86%;
	padding-left:7%;
	
	padding-top:25px;
}
.footerMidContaianer .footeracross li {
}

/*---- footerLegal ----*/
.footerLegal {
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
	background:#f2f2eb;
	margin-top:0;
}
.footerLegal .footerRightUpper {
	padding-right:0;
	padding-left:0%;
	margin:0 5%;
}
.footerLegal .footerRightUpper .readmore {
}
.footerLegal .footerRightUpper .readmore a {
}
.footerLegal .footerRightUpper .readmore a:hover {
}
.footerLegal .footerRightLower {
	width:90%;
	padding:10px 5%;
	background:#fff;
	margin-top:0;
}
.footerLegal .footerRightLower p {
}
.footerLegal .footerRightLower a {
	font-size:1em !important;
}

