#home_menu {
	font-size: 38px;
	text-align: center;
	font-weight: 600;
	padding-top: 0.5em;
}
#home_menu a {
	color: white;
}
@media screen and (max-height: 800px) {
	#home_menu {
		font-size: 25px;
	}
}
#home_title {
	text-align: center;
	padding-bottom: 50px;
}
#home_title img {
	vertical-align: middle;
	max-width: 30%;
}
#home_title img#home_bottle {
	max-height: 633px;
	margin: 0 -20px 60px -20px;
}
@media screen and (max-height: 800px) {
	#home_title img.home-title-text {
		max-height: 113px;
	}
}
#home_about_separator,
#home_bar_separator {
	height: 14px;
	text-align: center;
}
#home_about_separator {
	background: #f30;
}
#home_bar_separator {
	background: #12100b;
}
#home_about_separator img,
#home_bar_separator img {
	margin-top: -194px;
}
@media screen and (max-height: 800px) {
	#home_about_separator img,
	#home_bar_separator img {
		margin-top: -145px;
		height: 264px;
	}
}
@media screen and (max-height: 400px) {
	#home_about_separator img,
	#home_bar_separator img {
		margin-top: -97px;
		height: 176px;
	}
}

#home_about_container {
	background: black;
	padding: 90px 90px 190px 90px;
}
#home_about {
	max-width: 1800px;
	margin: 0 auto;
}
#home_about_content {
	width: 60%;
	float: left;
}
#home_about_image {
	width: 35%;
	float: right;
	text-align: right;
	padding-top: 85px;
}
#home_about_image img {
	max-width: 100%;
}
#home_cocktails_separator {
	position: relative;
	top: -146px;
	margin: 0 auto -146px auto;
	width: 912px;
	height: 297px;
	background: transparent url('../../images/ornament-caption.png') no-repeat scroll 50% 50%;
	text-align: center;
}
#home_cocktails_separator a {
	line-height: 297px;
	height: 88px;
	padding: 122px 0;
	color: black;
	text-transform: uppercase;
	font-size: 65px;
	font-weight: bold;
	display: block;
}
#home_cocktails_separator a img {
	display: block;
	margin: 0 auto;
}
#home_cocktails_container {
	background: #ff4213 url('../../images/background-orange.gif') repeat scroll 50% 0;
	padding-bottom: 130px;
}
#home_cocktails {
	max-width: 1920px;
	margin: 0 auto;
}
.home-cocktail {
	background: transparent none no-repeat scroll 0 0;
	padding: 1em 60px 1em 160px;
	position: relative;
}
.home-cocktail-image {
	position: absolute;
	left: 20px;
	width: 140px;
	text-align: center;
}
.home-cocktail h3 {
	margin-top: 0;
	font-weight: 700;
	font-size: 48px;
}
.home-cocktail p {
	margin-top: 0.3em;
}
.home-cocktail p.home-cocktail-ingredients {
	font-size: 35px;
	font-weight: 600;
}
.home-cocktail-container {
	width: 50%;
	float: left;
}
.home-cocktail-clear-1 {
	clear: both;
}
#cocktail_editor {
	position: relative;
	text-align: center;
}
#cocktail_editor a {
	color: white;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
	.home-cocktail-container {
		width: auto;
		float: none;
	}
}
#home_bar {
	background: #12100b url('../../images/bar.jpg') no-repeat scroll 50% 50%;
	background-size: cover;
	padding: 140px 0 65px 0;
}
#home_bar_content {
	margin: 0 auto;
	max-width: 950px;
	text-align: center;
}

@media screen and (max-height: 680px) {
	#footer_stockists {
		float:none;
		width: auto;
	}

	
}