.show-mobile {
	display: none;
}
.flex-center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.biopic {
	width: 100%;
	text-align: center;
	padding: 0px 25px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.biopic img {
	width: 100%;
}
.credit2 {
	position: static;
	margin-left: 0;
	margin-top: 10px;
}
.contentleftcol-bio {
	height: 100% !important;
}

#twocols {
	z-index: 2;
}
#maincol {
	overflow: hidden;
}
#leftcol {
	z-index: 1;
}
.bottle-title-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	font-style: italic;
	color: #464646;
	display: none;
	/* width: 70px; */
	text-align: center;
	white-space: nowrap;
	position: relative;
	margin-top: -10px;
}
@media only screen and (max-width: 1199.98px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#pagewidth,
	#twocols,
	#maincol,
	#maincolhome,
	#footer {
		max-width: 90%;
	}
	#leftcol {
		max-width: 10%;
	}
	#rightcol {
		max-width: 10%;
		padding-left: 0;
	}
	#contentleftcol {
		width: 30%;
	}

	#contenttwocols {
		width: 70%;
	}
	#contentmaincol {
		max-width: -webkit-calc(100% - 10px);
		max-width: -moz-calc(100% - 10px);
		max-width: calc(100% - 10px);
	}
	#storypanel,
	#stories_pic {
		width: 100%;
		max-width: 100%;
		padding: 0;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#maincol {
		overflow: hidden;
	}
}
@media only screen and (max-width: 991.98px) {
	.bottle-left-margin,
	.title-left-margin {
		margin-left: -160px;
	}
}
@media only screen and (max-width: 767.98px) {
	body,
	html {
		overflow-x: hidden;
	}
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	#wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#maincol,
	#maincolhome,
	#leftcol,
	#footer,
	#twocols,
	#contentmaincol,
	#storypanel,
	#stories_pic {
		max-width: 100%;
	}

	#leftcol {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		position: relative;
		text-align: left;
	}
	#leftcol.logo-home {
		text-align: center;
	}
	#twocols {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
	}
	.titleimage {
		padding: 20px 0;
		width: 100%;
		max-width: 300px;
		padding-bottom: 25px;
	}
	#maincol,
	#maincolhome {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	#rightcol {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		z-index: 99;
	}
	#rightcol > a {
		display: none;
	}
	.rightcol-home {
		position: absolute !important;
		left: 0;
		right: 0;
		width: 100%;
		top: 25px;
		z-index: 99;
		background-color: transparent !important;
	}
	#mobile-nav {
		position: relative;
	}
	#mobile-nav ul {
		padding: 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 0;
		text-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#mobile-nav ul li {
		display: inline-block;
	}
	#mobile-nav ul li a {
		display: block;
		float: none;
		background-color: rgba(255, 255, 255, 0.6);
		color: #333;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		font-size: 12px;
		margin: 0 5px;
	}
	#mobile-nav ul li a:hover {
		background-color: #6f6e69;
		color: #fff;
	}
	#mobile-nav p,
	#mobile-nav input {
		position: absolute;
		top: -72px;
		right: 0;
	}
	#mobile-nav p {
		z-index: 9;
	}
	#mobile-nav input {
		display: block;
		width: 50px;
		height: 50px;
		right: -10px;
		cursor: pointer;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		z-index: 10;
		-webkit-touch-callout: none;
	}
	#mobile-nav span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #333;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		z-index: 1;
		-webkit-transform-origin: 4px 0px;
		-moz-transform-origin: 4px 0px;
		-ms-transform-origin: 4px 0px;
		-o-transform-origin: 4px 0px;
		transform-origin: 4px 0px;
		-webkit-transition: background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
			opacity 0.35s ease,
			-webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
		transition: background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
			opacity 0.35s ease,
			-webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
		-o-transition: background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
			opacity 0.35s ease,
			-o-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
		-moz-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
			background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease,
			-moz-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
		transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
			background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease;
		transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
			background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease,
			-webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
			-moz-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
			-o-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
	}
	#mobile-nav span:first-child {
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
	#mobile-nav span:nth-last-child(2) {
		-webkit-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
	}
	#mobile-nav input:checked ~ p span {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: rotate(-45deg) translate(0, 3px);
		-moz-transform: rotate(-45deg) translate(0, 3px);
		-ms-transform: rotate(-45deg) translate(0, 3px);
		-o-transform: rotate(-45deg) translate(0, 3px);
		transform: rotate(-45deg) translate(0, 3px);
	}
	#mobile-nav input:checked ~ p span:nth-last-child(3) {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: rotate(0deg) scale(0.2, 0.2);
		-moz-transform: rotate(0deg) scale(0.2, 0.2);
		-ms-transform: rotate(0deg) scale(0.2, 0.2);
		-o-transform: rotate(0deg) scale(0.2, 0.2);
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	#mobile-nav input:checked ~ p span:nth-last-child(2) {
		-webkit-transform: rotate(45deg) translate(-5px, -10px);
		-moz-transform: rotate(45deg) translate(-5px, -10px);
		-ms-transform: rotate(45deg) translate(-5px, -10px);
		-o-transform: rotate(45deg) translate(-5px, -10px);
		transform: rotate(45deg) translate(-5px, -10px);
	}
	#mobile-nav ul.not-home {
		margin-bottom: 20px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		display: block;
	}
	#mobile-nav input:checked ~ ul {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		visibility: visible;
	}
	#mobile-nav ul.not-home li {
		display: block;
	}

	#mobile-nav ul.not-home li a {
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		height: auto;
		line-height: 1;
		padding: 15px 20px;
		font-size: 14px;
		background-color: #333;
		color: #fff;
		border-bottom: 1px solid rgba(238, 238, 238, 0.0784313725490196);
		margin: 0;
	}
	#mobile-nav ul.not-home li a:hover {
		background-color: #6f6e69;
	}
	#footer {
		text-align: center;
		padding: 15px 0;
		height: auto;
	}

	.bottle-left-margin,
	.title-left-margin {
		margin-left: -220px;
	}
	.title-left-margin {
		display: none !important;
	}
	.bottle-left-margin:hover .bottle-title-text {
		display: block;
	}
	.bottle-left-margin {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
	#maincolhome {
		background-position: right -100px center;
	}
	#maincol {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}

	#contentleftcol,
	#contenttwocols,
	#contentmaincol {
		width: 100%;
		height: auto;
		float: none;
	}
	#contentmaincol {
		padding-top: 0;
	}
	#contentdividercol {
		display: none;
	}
	#storypanel {
		height: auto;
	}

	.bio,
	#storypanel,
	#stories_pic {
		padding: 0;
		margin-top: 0;
	}

	ul.storylist {
		margin: 0;
		padding: 20px;
	}

	.biopic {
		padding: 20px;
		padding-bottom: 0;
	}
	#whw_col1,
	#whw_col2 {
		width: 50%;
	}
	#contentleftcol > br,
	#contentmaincol div > br {
		display: none;
	}
	form tr td:first-child,
	form tr td:last-child {
		white-space: nowrap;
		width: 200px;
	}
	form table {
		padding-top: 20px;
	}
	form tr td:nth-child(2) {
		width: 100%;
	}

	form tr td:last-child {
		text-align: right;
	}

	form tr td input,
	form tr td textarea {
		min-width: 100%;
	}
	form fieldset {
		border: 0px;
		padding-left: 0;
		margin: 0;
		padding-right: 0;
	}
	span#lblMessage {
		padding-top: 20px;
		display: inline-block;
	}
	#stories_pic {
		background-image: none;
		height: auto;
	}

	#stories_pic img {
		width: 100%;
	}
}

@media only screen and (max-width: 575.98px) {
	.titleimage {
		max-width: 220px;
	}
	#maincolhome {
		background-position: right -160px center;
	}
	#mobile-nav ul li a {
		margin: 0 3px;
	}
}

@media only screen and (max-width: 479.98px) {
	#bottle_1,
	#title_1 {
		left: 10px;
		margin-left: 0;
	}
	#bottle_6,
	#title_6 {
		margin-left: -490px;
	}
	#title_4,
	#bottle_4 {
		margin-left: -510px;
	}
	#title_3,
	#bottle_3 {
		margin-left: -290px;
		margin-top: -50px;
	}
	#title_4,
	#bottle_4 {
		margin-top: -65px;
	}
	#bottle_7,
	#title_7 {
		margin-left: -310px;
	}
	#whw_col1,
	#whw_col2 {
		width: 100%;
	}
	.bottle-left-margin {
		margin-left: -180px;
	}
}
@media only screen and (max-width: 340px) {
	.titleimage {
		max-width: 180px;
	}
	.bottle-left-margin {
		margin-left: -210px;
	}
}

@media only screen and (max-width: 320px) {
	#mobile-nav ul li a {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 10px;
	}
}

@media only screen and (max-width: 299px) {
	#maincolhome {
		-moz-background-size: 940px 100vh;
		-o-background-size: 940px 100vh;
		background-size: 940px 100vh;
	}
}
