.bgoShowBG {
	margin-bottom:-20px !important;
}
.bgoProfileContainer{background: rgba(255,255,255,.75)}
#siteSearchText {
	height: 29px;
	width: 100%;
	padding: 2px 10px;
	border: 1px solid transparent;
	border-radius: 1px;
	font-size: 16px;
}
.siteSearchBtn{
	z-index:500;
	position: absolute;
	top: 0;
	right: 0;
	height: 29px;
	width: 30px;
	padding: 5px 5px 5px 5px;
	background-color: #005079;
	box-sizing: border-box;
	border-radius: 0;
}
.ui-autocomplete-category {
    color:white;
    background-color: #005079;
    padding-left: 8px;
    line-height:1.2em;
    font-size:.9em;
    font-variant: all-small-caps;
}
.ui-autocomplete .ui-menu-item span {
	font-size:.8em;
	color:#666;
	margin-left:10px;
}
.ui-menu-item {
    background-color: white;
}
.ui-widget {
    font-size:1em;
}
.searchResults {
	position: absolute;
	width:484px;
	border:1px solid black;
	border-top:none;
	margin-top:1px;
	margin-left:-1px;
	background-color: white;
	z-index:900;
}
.splashScreen .searchResults {
	position: relative;
	width:500px;
	border-bottom:none;
}
.searchResults img{
	display:block;
	margin:auto;
}
.searchResults h4 {
	padding:0;
	margin:0 !important;
	color:white;
	background-color: #005079;
	line-height:1.2em;
	font-size:.9em;
	font-variant: all-small-caps;
}
.searchResults div {
	width:100%;
	text-align: left;
	margin-left:10px;
	/*position:relative;
	z-index:900;*/
}

/* BGO Listing Styles */
.bgListingsContainer {
    max-width:500px;
    display:inline-block;
    margin-right:20px;
    float:left;
    margin-bottom:20px;
}
.bgSearchSubHead {
	margin:0 auto 20px;
	text-align: center;
	font-size:14px;
}
.categoryTitle {
	font-size: 20pt;
	margin: 0;
	color:#005079;
	/*background-color: #005079;*/
	padding:5px 5px 3px;
	/*display: inline-block;*/
	width: 100%;
}
.categoryTitle > span {
	font-size: 13px;
}
.spacer5 {
	width: 100%;
	height:5px;
}
.bgListingsBlock {
    margin-bottom:10px;
    /*border-top: 1px solid #999;*/
    padding:8px;
	box-sizing:border-box;
}
.bgListingsCompanyLogo {
    float:left;
    width:25%;
    padding-left:15px;
    text-align: left;
}
.bgListingsCompanyLogo img {
    max-height:120px;
    max-width:100%;
    margin-top:10px;
}
.bgListingsCompanyInfo {
    float:left;
    width:75%;
    padding:0 15px;
	font-size:9pt;
	line-height:1.4em;
}
.premiumListing .bgListingsCompanyInfo a {
    font-size:18px
}
.advancedListing .bgListingsCompanyInfo a {
	font-size:16px
}
.basicListing .bgListingsCompanyInfo a {
    font-size:14px
}
.bgListingsCompanyInfo div{
    padding-right:10px;
    margin-top:5px;
}

.paginationContainer {
    display:inline-block;
    vertical-align: top;
    font-weight:100;
	position:relative;
}
.paginationCurrentPage {
    color:#000000;
    display:inline-block;
	padding:5px 8px 2px;
    background: #DDD;
    line-height:16px;
    margin:0 3px;
	float:left;
	height:24px;
}
.paginationLink {
    background:#005079;
    display:inline-block;
    padding:5px 8px 2px;
    color: #FFF;
    cursor:pointer;
    line-height:16px;
    font-weight: lighter;
    margin:0 3px;
	float:left;
	height:24px;
}
.paginationNext {
    background:#005079;
    cursor:pointer;
    display:inline-block;
    padding:3px 3px 2px;
    color: #FFF;
    line-height:16px;
}
.endOfResultsMsg {
    margin-top:20px;
}

select.paginationLink {
	border:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("/images/icons/downupwhite.png") no-repeat 65px 4px #005079;
	background-size: 10px 16px;
	border-radius:0;
	width:80px;
	font-size:16px;
	line-height:19px;
	padding:0 3px;
}
select.paginationLink::-ms-expand {
	display: none;
}


div.select-style {
	display: inline-block;
	border: 1px solid #ccc;
	width: 65px;
	border-radius: 3px;
	overflow: hidden;
	background: #005079 url("/images/icons/updown.png") no-repeat 90% 50%;
	background-size: 14px;
}

div.select-style select {
	width: 130%;
	border: none;
	box-shadow: none;
	background-image: none;
	-webkit-appearance: none;
}

div.select-style select:focus {
	outline: none;
}

/* Special screen width rules */
@media only screen and (max-width: 490px) {
    .bgListingsCompanyLogo {
    }
}
@media only screen and (max-width: 350px) {
	.bgListingsCompanyInfo {

	}
}

/*BGO Category Browse */
.bgCategoryContainer {
	display:inline-block;
	max-width:500px;
	min-width:360px;
	float:left;
	padding:0 10px;
	margin-bottom:15px;
}
.bgCatSpacer {
	width:100%;height:14px;
}

.bgCategoryContainer * div,
.bgCategoryContainer * a {
	cursor:pointer;
	display:block;
	position:relative;
}
.bgCategoryContainer * a {
	display:block;
}
.bgCategoryContainer * a:hover,
.bgCategoryContainer * a:active{
	text-decoration: none;
}
.bgCategoryContainer h3 {
	margin-top:0;
}
.bgCategoryGroup {
	font-size:14px;
	color:#428bca;
	line-height:30px;
	border-top:1px solid #999;
	width:100%;
	position:relative;
}
.bgCategory {
	width:100%;
	position:relative;
}
.bgCategoryProduct {
	position:relative;
}
.bgCategorySubContainer {
	margin-left:14px;
	position:relative;
}
.bgCategoryExpandCollapse {
	position:absolute;right:0;top:8px;
	/*float:right;
	line-height:1.8em;*/
}
.bgListedCategory {
	color:#333;
	position:relative;
}
.mobileHideButton {display:none;}
@media only screen and (max-width: 892px) {
	/* Mobile Vertical stacked categories + listings */
	.bgCategoryContainer {
		min-width:100%;
		max-width:100%;
		width:100%
	}
	.mobileHideCat {
		display:none !important;
	}
	.mobileHideButton {display:inline-block;}
	.bgCategoryGroup, #buyingTipsContainer a {
		font-size:20px;
		line-height:2.2em;
	}
	#siteSearchText {
		font-size:20px;
		height:35px;
	}
	.siteSearchBtn {
		height:35px;
		width:35px;
	}
	.ui-widget {
		font-size:20px;
	}
}
@media only screen and (max-width: 684px) {
}


/*BGO Ad Slots*/
.bgoAdSlot {
	margin:10px auto;
	text-align: center;
	border-top: 1px solid gray;
	padding-top: 30px;
}
.bgoAdSlot:after {
	border:1px solid red;
}

/*BGO Profile Style*/
.bgProfileContainer {
	box-sizing: border-box;
	margin:0;
	padding: 0 15px;
	max-width:100%;
	font-size:12pt;
}
.bgProfileBanner {
	box-sizing: border-box;
	max-width:100%;
	max-height:300px;
	padding: 0 15px;
	margin-bottom:15px;
}

.bgProfileBanner img{
	max-width:100%;
	max-height:300px;
}
.bgProfileCompanyLogo {
	box-sizing: border-box;
	max-width:50%;
	max-height:200px;
	padding: 0 15px;
	margin-bottom:15px;
}

.bgProfileCompanyLogo img{
	max-width:100%;
	max-height:200px;
}
.bgProfileCompanyInfo {
	box-sizing: border-box;
	min-width:50%;
	padding: 0 15px;
	margin-bottom:15px;
 }
.bgProfileCompanyInfo a {
	display:block;
}
@media only screen and (max-width: 515px) {
	.bgProfileCompanyLogo,
	.bgProfileCompanyInfo {
		max-width:100%;
		width:100%;
	}
}

.bgProfileIntro {
	box-sizing: border-box;
	padding:5px;
	/*box-shadow: 5px 5px 5px #888888;*/
	/*border: 1px solid #CCC;*/
	margin-bottom:35px;
}

.bgProfileContactsContainer {
	width:100%;
	box-sizing:border-box;
}
.bgProfileContact {
	box-sizing:border-box;
	width:290px;
	padding:5px;
	box-shadow: 5px 5px 5px #888888;
	border: 1px solid #CCC;
	float:left;
	margin-right:20px;
	margin-bottom:25px;
	overflow: hidden;
}
@media only screen and (max-width: 630px) {
	.bgProfileContact {
		max-width:100%;
		width:100%;
	}
}
.bgProfileContact h3 {
	font-size:24px;
	padding:0;
	margin:0 0 10px;
}
.bgProfileContact h3 img{
	max-height:40px;
	max-width:40px;
}
.bgProfileContact div {
	padding:8px;
	border-top:1px solid #CCC;
}


.bgProfileLocationsContainer {
	width:100%;
	box-sizing:border-box;
}
.bgProfileLocation {
	box-sizing:border-box;
	width:290px;
	padding:5px;
	box-shadow: 5px 5px 5px #888888;
	border: 1px solid #CCC;
	float:left;
	margin-right:20px;
	margin-bottom:25px;
}
@media only screen and (max-width: 630px) {
	.bgProfileLocation {
		max-width:100%;
		width:100%;
	}
}
.bgProfileLocation h3 {
	font-size:24px;
	padding:0;
	margin:0 0 10px;
}
.bgProfileLocation div {
	padding:8px;
	border-top:1px solid #CCC;
}

.bgProfilePhotoContainer {
	position:relative;
}
.bgProfilePhotoContainer .prevBox,
.bgProfilePhotoContainer .nextBox {
	position:absolute;
	background:#333;
	height:300px;
	width:20px;
	z-index: 450;
	top:0;
	cursor:pointer;
	opacity: 0.5;
}
.bgProfilePhotoContainer .prevBox{
	left:0;
}
.bgProfilePhotoContainer .nextBox {
	right:0;
}
.bgProfilePhotoContainer * .slick-prev {
	left:0 !important;
	z-index:500;
}
.bgProfilePhotoContainer * .slick-next {
	right:0 !important;
	z-index:500;
}
.bgProfilePhotoContainer .bgCarousel {
	width:100%;
	height:300px;
}
.bgProfilePhotoContainer * img {
	margin:auto;
	max-height:300px;
	max-width:95%;
}
.bgProfileRelatedArticles {
}
.bgProfileRelatedArticles ul {
	padding:0 !important;
	margin:0 !important;
}
.bgProfileRelatedArticles ul li {
	list-style: none;
	padding:0;
	margin:0;
}

.bgProfileSimilarCompanies {

}
.bgProfileSimilarCompanies a {
	display: block;
	font-size:16px;
	line-height:2em;
}

#buyingTipsContainer {
}

#buyingTipsContainer h3 {
	margin-bottom:0;
	padding-bottom:10px;
	border-bottom: 1px solid #999;
}
#buyingTipsContainer a {
	/*margin-left:5px;*/
	line-height:18px;
	font-size:14px;
	line-height:30px;
}
#buyingTipsContainer a:nth-of-type(1) {
	/*border-top:1px solid #999;*/
}
#buyingTipsContainer img {
	margin-right:8px;
	margin-top:-4px;
}


.catSlides .vueperslide{
	background-size: contain;
	background-repeat: no-repeat;
	border: 2px solid #9bd3ae;
}
.entrySlides .vueperslide{
	background-size: contain;
	background-repeat: no-repeat;
}
.vueperslide .entryLink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height:100%;
	width:100%;
	cursor: pointer;
}
.mb30 {
	margin-bottom: 60px;
}
.vueperslides__bullet .default {
	border-color: #9bd3ae;
}
.vueperslides__arrow svg {
	stroke: #9bd3ae;
}

a {cursor:pointer;}
/*.header, .container-inside { background: white;}*/
.header-tools * .navbar-nav {background: #005079}
.bgHeader {background: #005079;}
.bgHeader div {max-width:1080px;margin:auto;}
.bgHeader div a {display: block}
.bgHeader div a img {max-height:300px}
.bgHeader div a img.small {max-height:100px}
.unifiedBanner {
	margin-top: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	align-items: flex-end;
}
.unifiedBanner div {
	display: inline-block;
}
.unifiedBanner span {
	font-size:1.4em;color:#005079;
}
#unifiedBGO {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom:15px;
}
#unifiedBGO > div.groupContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	min-height:400px;
	max-width: 700px;
}
#unifiedBGO > div.categoryContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	min-height:600px;
}
.groupButton {
	display: inline-block;
	font-size: 48pt;
	background:white;
	color: #005079;
	height:2em;
	line-height:2em;
	width: 330px;
	text-align: center;
	cursor: pointer;
}
.categoryButton {
	display: inline-block;
	font-size: 24pt;
	background:white;
	color: #005079;
	height:2em;
	line-height:2em;
	width: 200px;
	text-align: center;
	cursor: pointer;
}
.bgCategoryGroup.intro {
	font-size:24px;
	color: #005079;
}


/* always present */
.expand-transition {
	transition: all 3s ease;
	height: 30px;
	padding: 10px;
	background-color: #eee;
	overflow: hidden;
}
/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter, .expand-leave {
	height: 0 !important;
	padding: 0 10px !important;
	opacity: 0 !important;
}
.bgGroupGroup {
	width:100%;
	display:flex;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-wrap: wrap;
	padding:10px;
}
.bgGroupGroup.between {
	justify-content: space-between;
}
.bgGroup {
	display: inline-block;
	background:white;
	font-size: 34px;
	line-height:1.2em;
	color:#005079;
	cursor: pointer;
	padding:7px;
	margin:0 10px;
}
.bgGroup.selectedGroup {
	color:white;
	background:#005079;
}
.selected {
	font-weight: bold;
	color: #005079;
}
.bgGroupGroup .next,.bgGroupGroup .previous, .bgGroupGroup .closeProfile {
	display: inline-block;
	color:white;
	font-size: 16px;
	line-height:1.2em;
	background:#005079;
	cursor: pointer;
	padding:7px 12px;
	max-width: 33%;
}
.bgoProfileContainer{padding:0 15px;width:100%;}
.bgProfileContactsContainer {display:flex;flex-wrap:wrap;margin:0 -10px;}
.bgProfileContact {margin:0 10px 25px;display:inline-block;float:none;}
.slick-next {margin-right:0;}
.slick-prev {margin-left:0;}
.row {
	max-width:600px;
	margin: 10px 0;
	padding:8px;
}
.bgListingsBlock {
	width:100%;
	max-width:500px;
}
.bgCategoryContainer {width:360px;}
.siteSearchBtn {color:white;font-size: 20px;text-align: center;cursor: pointer;}
.error {color: darkred}
#fullSizeImg{background: whitesmoke;}
.bgHomeLinks .paginationLink {
	margin: 10px;
}

.bgGroupGroup.splashScreen {
	margin-bottom: 80px;
}

.bgGroupGroup.splashScreen h4 {
	text-align: left;
	margin:25px;
}
.bgGroupGroup.splashScreen .bgGroup {
	background: #005079;
	color: white;
	width:315px;
}
.bgGroupGroup.splashScreen .bgGroup h2{
	font-size: 30px;
}
.bgGroupGroup.splashScreen .bgGroup h3{
	text-align: center;
	font-size:24px;
}
.bgGroupGroup.splashScreen .bgGroup div{
	font-size: 14px;
}
.bgCategoryContainer.splashScreen {
	display: none;
}
.bgListingsBlock.splashScreen {
	display: none;
	width:100%;
	max-width:100%;
}
.bgProfileCompanyInfo a {
	display: inline-block;
}

.unifiedContainer {
	/*background: #939869;
    color:white;*/
	box-shadow: 5px 5px 5px #3d092f;
	border: 2px solid #3d092f;
	padding:15px;
	margin: 0 0 30px;
	display:inline-block;
	width:auto;
}
.unifiedExhibitor {
	color:#3d092f;
	margin: 0;
}
.unifiedContainer * a {
	/*color:#3d092f;
    background: white;*/
	color:white;
	background: #939869;
	border-radius: 5px;
	display: inline-block;
	padding:5px;
	line-height:1em;
}
.unifiedCompanyWebsite {
	margin-top: 8px;
}
.unifiedCompanyNews {

}
.unifiedCompanyNews h4 {
	margin: 15px 0 0 0;
}
.unifiedProduct {
	overflow: auto;
	margin-top: 30px;
}
.unifiedProduct img {
	float:left;
	max-height:150px;
	max-width:150px;
	margin-right:10px;
	cursor: pointer;
}



.wb-nav-ribbon.container {
	padding: 5px 8px;
}
.wb-nav-ribbon {
	color: #fff;
	background-color: #000;
}
.wb-nav-ribbon * a {
	color: #fff;
}
.wb-sub-head-bg {
	background: #002538;
	background: -moz-linear-gradient(45deg, #002538 0%, #0096ce 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #002538), color-stop(100%, #0096ce));
	background: -webkit-linear-gradient(45deg, #002538 0%, #0096ce 100%);
	background: -o-linear-gradient(45deg, #002538 0%, #0096ce 100%);
	background: -ms-linear-gradient(45deg, #002538 0%, #0096ce 100%);
	background: linear-gradient(45deg, #002538 0%, #0096ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002538', endColorstr='#0096ce', GradientType=1);
}
.wb-sub-head {
	position: relative;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #fff;
	text-align: left;
}

#containerMain {overflow: visible;}



.header {
	position: -webkit-sticky;
	position: sticky;
	top:0;
	z-index: 1000;
}

.headerBGSearch {
	position: relative;
	/*top:30px;
	left:210px;*/
	background: #005079;
	border:1px solid #005079;
	width:100%;
	max-width:500px;
	display:inline-block;
	margin:0 auto 15px;
}


.open .buyersguideCategoryNav {
	width: 1000px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	line-height:1.2em;
}
.dropdown.Winery > a:after {
	content: 'Winery & Winemaking';
}
.dropdown.Vineyard > a:after {
	content: 'Vineyard';
}
.dropdown.General > a:after {
	content: 'General Wine Industry';
}

.open.Winery .buyersguideCategoryNav {
	Width:850px;
}
.open.Vineyard .buyersguideCategoryNav {
	Width:800px;
	left:-180px;
}
.open.General .buyersguideCategoryNav {
	Width:700px;
	left:-250px;
}
.open .buyersguideCategoryNav > div{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	max-height: 600px;
}
.open .buyersguideCategoryNav > div:hover{
	background: aliceblue;
}
.open .buyersguideCategoryNav div h4{
	margin: 0;
	padding:0;
}
.open.Winery .buyersguideCategoryNav div h4{
	position:absolute;
	margin-top:-16px;
}
.open.Winery .buyersguideCategoryNav > div{
	padding-top:18px;
}
.open .buyersguideCategoryNav .Cooperage{
	order:1;
}
.open .buyersguideCategoryNav .Packaging{
	order:2;
	height: 190px;
	width:600px;
}
.open .buyersguideCategoryNav .Winery.Equipment{
	order:3;
	height: 360px;
	width: 100%;
}
.open .buyersguideCategoryNav .Winery.Supplies{
	height: 170px;
	width: 380px;
}
.open .buyersguideCategoryNav .Winery.Supplies > div{
	max-width: 50%;
}

.open .buyersguideCategoryNav .Associations.Education{
	order:1;
	margin-right: 8px;
}
.open .buyersguideCategoryNav .Publications{
	order:2;
}


.bgHomepage {
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-evenly;
	vertical-align: top;
}
.bgHomepage > div {
	/*max-width:45%;*/
}
.bgHomepage > div > h1 {
	background:#005079;
	color: #FFF;
}
.topProducts > a {
	display: block;
	background: rgba(255,255,255,.85);
	color: #005079;
	font-size: 25px;
	margin: 10px 0;
	text-align: left;
	padding:6px 3px 3px;
	border-radius: 5px;
}
.topProducts > a > span {
	font-size:14px;
	/*background:#005079;*/
	/*color: #005079;*/
	margin-left:8px;
	word-break: keep-all;
	white-space: nowrap;
	padding:3px;
}
.vendorNews > div {
	background: rgba(255,255,255,.85);
	border-radius: 5px;
	padding: 5px;
	color: black;
	clear: both;
	text-align: left;
}

.vendorNews > div > img{
	margin-right: 8px;
}
.vendorNews > div > a{
	font-size:1.3em;
}
.vendorNews > div > p{
	clear: both;
}


.detailsFilter {
	color:#005079;
	display:inline-block;
	padding:5px 8px 2px;
	background: rgba(255, 255, 255, 0.85);
	cursor:pointer;
	line-height:16px;
	font-weight: lighter;
	margin:5px;
	height:24px;
	border: 1px solid #005079;
}
.detailsFilter.active {
	color: #FFF;
	background:#005079;
}
.bgListingsBlock:last-of-type .bgProfileRelatedArticles {
	display: none;
}
.tagline {
	background: url("/images/buyersguide/homepageimage.jpg");
	width: 300px;
	height: 600px;
	margin-top: 20px;
	background-size:contain;
	background-repeat: no-repeat;
}
.tagline::after {
	content: "";
}
@media only screen and (max-width: 1019px) {
	.bgListingsBlock:last-of-type .bgProfileRelatedArticles {
		display: block;
	}
	.bgListingsBlock:first-of-type .bgProfileRelatedArticles {
		display: none;
	}
	.bgListingsBlock {max-width: none;}
	.tagline {
		margin: 0px;
		background: white;
		width: auto;
		height: auto;
	}
	.tagline::after {
		content: "Search or browse over 2,000 wine industry products";
	}
}
@media only screen and (max-width: 1000px) {
	.headerBGSearch {max-width: 380px;}
}
@media only screen and (max-width: 900px) {
	.headerBGSearch {
		max-width: none;
		width: 35px;
		position: absolute;
		right: 0;
		border: 0;
		transition: all 1s ease;
	}
	.headerBGSearch .glyphicon-remove:before {
		content: "\e003";
	}
	.headerBGSearch.expand .glyphicon-remove:before {
		content: "\e014";
	}
	.headerBGSearch.expand {
		width: 100%;
		border:1px solid #005079;
		transition: all 1s ease;
	}
	#siteSearchText {display: none;transition: all 1s ease;}
	.headerBGSearch.expand #siteSearchText {display: block}
	body {
		padding-top: 0 !important;
	}
	.open.Winery .buyersguideCategoryNav > div {
		padding-top: 0;
	}
	.buyersguideCategoryNav > div > div, .buyersguideCategoryNav > div.suppress {
		display: none;
	}
	.buyersguideCategoryNav > div.active > div {
		display: block;
	}
	.buyersguideCategoryNav > div.active > div:first-of-type {
		margin-top:20px;
	}
	.buyersguideCategoryNav * {
		white-space: nowrap;
	}
	.buyersguideCategoryNav > div.active:before {
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		content: '\e079';
		position: absolute;
		top: 6px;
		left: 0;
		z-index: 1000;
	}
	li.open .buyersguideCategoryNav > div h4, li.open.Winery .buyersguideCategoryNav > div h4 {
		position: relative;
		margin-top: 0;
		line-height: 1.4em;
	}
	li.open .buyersguideCategoryNav > div.active h4 {
		position: absolute;
		padding-left: 15px;
		width: 100%;
		background: white;
		line-height: 1em;
	}
	.open .buyersguideCategoryNav > div.active {
		/*max-height: ;*/
		overflow: auto;
		display: block;
	}
	.open .buyersguideCategoryNav {
		flex-flow: column;
	}
	.open.Winery .buyersguideCategoryNav {
		Width:auto;
	}
	.open.Vineyard .buyersguideCategoryNav {
		Width:auto;
		left:0;
	}
	.open.General .buyersguideCategoryNav {
		Width:auto;
		left:unset;
		right:0;
	}

	.open .buyersguideCategoryNav .Cooperage{
		order:unset;
	}
	.open .buyersguideCategoryNav .Packaging{
		order:unset;
		height: auto;
		width:auto;
	}
	.open .buyersguideCategoryNav .Winery.Equipment{
		order:unset;
		height: auto;
		width: auto;
	}
	.open .buyersguideCategoryNav .Winery.Supplies{
		height: auto;
		width: auto;
	}
	.open .buyersguideCategoryNav .Winery.Supplies > div{
		max-width: none;
	}

	.open .buyersguideCategoryNav .Associations.Education{
		order:unset;
		margin-right: 0;
		width:220px;
	}
	.open .buyersguideCategoryNav .Technology.Industry{
		width:240px;
	}
	.open .buyersguideCategoryNav .Publications{
		order:unset;
	}
}
@media only screen and (max-width: 500px) {
	.dropdown.Winery > a:after {
		content: 'Winery';
	}
	.dropdown.Vineyard > a:after {
		content: 'Vineyard';
	}
	.dropdown.General > a:after {
		content: 'General';
	}
	.open.Winery .buyersguideCategoryNav {
	}
	.open.Vineyard .buyersguideCategoryNav {
		left:-80px;
	}
	.open.General .buyersguideCategoryNav {
		left:-160px;
	}
}
@media only screen and (max-width: 858px) {
	.bgHomepage > div {
		max-width: none;
	}
	.collapse .nav{display:none;}
	#bgNavMenuContainer ul{
		padding: 0;
	}
	#bgNavMenuContainer.in {
		z-index: 9000;
		top:32px !important;
		left:0 !important;
		width:100% !important;
		padding-bottom:30px;
		overflow-y:scroll;
		color: #FFF;
		background:#005079;
	}

	.in .nav > li {float: none;}
	.in .nav a {

	}
}
.container-main {
padding: 0;
}
.container-inside { padding: 0 10px;}

.header {
	background: white;
	width:100%;
}
#bgNavMenuContainer {
	display: inline-block;
}
#bgNavMenuContainer ul {
	list-style: none;
	display: inline-block;
}
#bgNavMenuContainer ul li {
	display: inline-block;
	margin: 0 10px ;
}