/* Navigation :::::::::::::::::::::::::::::::::::::::: */

.nav li a {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav li a:hover {
	color: #ffe699;
}
.nav li.current a {
	color: #ffe699;
}

/* Quotation :::::::::::::::::::::::::::::::::::::::: */

.quotation {
	background-color: rgba(255,255,255,0.3);
	font-size: 1em;
	margin: 2vw 10% 2vw 10%;
	padding: 18px 30px 12px 30px;
	box-sizing: border-box;
	border: 2px solid #000;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}
.quotation p {
	margin: 0 0 6px 0;
}
.quotation p.person {
	font-style: italic;
	text-align: right;
}

/* Bar Elements :::::::::::::::::::::::::::::::::::::::: */

.bar-options {
	text-align: center;
	margin: 30px auto 0 auto;
}
.bar-container,
.bar-toc {
	position: relative;
	width: 90%;
	height: 170px;
	min-height: 120px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	margin: 0 auto 24px auto;
	padding: 15px 15px 0 20px;
	border: 5px solid #000;
	overflow: hidden;
	box-shadow: 1px 3px 6px rgba(0,0,0,0.4);
	box-sizing: border-box;
	-moz-border-radius: 80px 80px 30px 30px;
	-webkit-border-radius: 80px 80px 30px 30px;
	border-radius: 80px 80px 30px 30px;
}
.bar-container:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent none left top repeat-x;
	width: 100%;
}
.bar-container h2 {
	position: absolute;
	top: 46%;
	left: auto;
	right: auto;
	font-size: 6vw;
	margin: 0;
	padding: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bar-container a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

/* Cocktail Classics */

.bar-container.classics {
	background: #6a9ebf url('../images/bg-bar-container-classics.jpg') left 75% no-repeat;
	background-size: 100% auto;
	padding: 15px 0 20px 30px;
	border-color: #f0e699;
}
.bar-container.classics h2 {
	top: 42%;
	font-family: 'Rancho', cursive;
	color: #ffffe6;
	letter-spacing: 4px;
}
.bar-container.classics:after {
	background-image: url('../images/bg-bar-container-border-classics.png');
	background-position: left 2px;
	height: 34px;
}
.bar-container.classics .item {
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	max-height: 100%;
}

/* Dead Lounge Specialties */

.bar-container.specialties {
	background: #403946 url('../images/bg-bar-container-specialties.jpg') left 75% repeat;
	background-size: 75% auto;
	text-align: right;
	padding: 15px 0 20px 20px;
	border-color: #4250cc;
}
.bar-container.specialties h2 {
	top: 46%;
	right: 40px;
	font-family: 'New Rocker', cursive;
	font-size: 4.8vw;
	color: #a9a0f0;
	line-height: 1.1;
	letter-spacing: 2px;
	z-index: 1;
}
.bar-container.specialties:after {
	background-image: url('../images/bg-bar-container-border-specialties.png');
	background-position: left 3px;
	height: 38px;
}
.bar-container.specialties .item {
	display: inline-block;
	float: left;
	width: auto;
	height: auto;
	max-height: 100%;
}

/* Tropical / Polynesia */

.bar-container.tropical {
	background: #6c5930 url('../images/bg-bar-container-tropical.png') left top repeat;
	padding: 15px 15px 0 30px;
	border-color: #78a066;
}
.bar-container.tropical h2 {
	font-family: 'Miltonian Tattoo', cursive;
	color: #b6d799;
	letter-spacing: 1px;
}
.bar-container.tropical:after {
	background-image: url('../images/bg-bar-container-border-tropical.png');
	background-position: left 4px;
	height: 30px;
}
.bar-container.tropical .item {
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	max-height: 100%;
}

/* Bar Pages :::::::::::::::::::::::::::::::::::::::: */

.bar-header {
	margin: 0 auto 0 auto;
	border-bottom-width: 0;
	-webkit-border-radius: 80px 80px 0 0;
	-moz-border-radius: 80px 80px 0 0;
	border-radius: 80px 80px 0 0;
}
.bar-toc {
	position: relative;
	width: 90%;
	height: auto;
	text-align: center;
	text-shadow: none;
	margin: 0 auto 24px auto;
	padding: 0;
	border: 5px solid #000;
	border-top-width: 0;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	box-shadow: 1px 3px 6px rgba(0,0,0,0.4), inset 0 3px 20px rgba(0,0,0,0.7);
	box-sizing: border-box;
}
.bar-toc:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
.bar-toc.classics {
	background-color: #0f212d;
	border-color: #f0e699;
}
.bar-toc.classics:before {
	background: transparent url('../images/bg-bar-container-classics.jpg') left 75% no-repeat;
}
.bar-toc.specialties {
	background-color: #211533;
	border-color: #4250cc;
}
.bar-toc.specialties:before {
	background: transparent url('../images/bg-bar-container-specialties.jpg') left 75% no-repeat;
}
.bar-toc.tropical {
	background-color: #2d2d15;
	border-color: #78a066;
}
.bar-toc.tropical:before {
	background: transparent url('../images/bg-bar-container-tropical.png') left top repeat;
}
.bar-toc ul {
	display: block;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.bar-toc li {
	display: table-cell;
	float: left;
	width: 33.333%;
	margin: 0;
	padding: 10px 6px 10px 6px;
	box-shadow: inset 0 0 12px 4px rgba(255,255,255,0.2);
	box-sizing: border-box;
}
.bar-toc.classics li {
	background-color: rgba(45,45,45, 0.5);
}
.bar-toc.classics li:nth-of-type(even) {
	background-color: rgba(33,45,99, 0.5);
}
.bar-toc.specialties li {
	background-color: rgba(45,21,51, 0.5);
}
.bar-toc.specialties li:nth-of-type(even) {
	background-color: rgba(33,45,102, 0.5);
}
.bar-toc.tropical li {
	background-color: rgba(51,45,21, 0.5);
}
.bar-toc.tropical li:nth-of-type(even) {
	background-color: rgba(60,75,24, 0.5);
}
.bar-toc ul li {
	color: #fff;
	margin: 0;	
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.bar-toc ul li:hover {
	opacity: 0.7;
}
.bar-list {
}
.cocktail {
	position: relative;
	background-color: rgba(255,255,255, 0.3);
	width: 90%;
	height: auto;
	margin: 0 auto 20px auto;
	padding: 0;
	border: 4px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 3px 6px rgba(0,0,0,0.4);
	box-sizing: border-box;
	overflow: hidden;
}
.bar-list.classics .cocktail {
	border-color: rgba(45,45,45, 1);
}
.bar-list.classics .cocktail:nth-of-type(even) {
	border-color: rgba(33,45,99, 1);
}
.bar-list.specialties .cocktail {
	border-color: rgba(45,21,51, 1);
}
.bar-list.specialties .cocktail:nth-of-type(even) {
	border-color: rgba(33,45,102, 1);
}
.bar-list.tropical .cocktail {
	border-color: rgba(51,45,21, 1);
}
.bar-list.tropical .cocktail:nth-of-type(even) {
	border-color: rgba(60,75,24, 1);
}
.cocktail h3 {
	display: block;
	width: 100%;
	font-size: 1.25em;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	padding: 12px 15px 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	box-sizing: border-box;
}
.cocktail .intro {
	display: block;
	width: 100%;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	box-sizing: border-box;
}
.cocktail .recipe-container {
	position: relative;
	overflow: hidden;
}
.cocktail .recipe,
.cocktail .desc {
	display: inline-block;
	padding: 10px 10px 20px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.cocktail .recipe {
	width: 35%;
	font-size: 0.875em;
}
.cocktail .line {
	display: block;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.6);
	box-sizing: border-box;
}
.cocktail .divider {
	display: inline-block;
	position: absolute;
	top: auto;
	left: 35%;
	width: 1px;
	height: 100%;
	border-left: 1px solid rgba(0,0,0,0.6);
}
.cocktail .desc {
	width: 64.5%;
	width: -moz-calc(65% - 7px);
	width: -webkit-calc(65% - 7px);
	width: calc(65% - 7px);
}
.cocktail .asterisk {
	display: block;
	font-size: 0.875em;
}
.cocktail .credit {
	display: block;
	font-size: 0.875em;
	font-style: italic;
	text-align: right;
	margin: 0 15px 20px 0;
}
.cocktail .top {
	position: absolute;
	bottom: 15px;
	right: 10px;
	font-size: 0.689em;
	font-size: 600;
	line-height: 0;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
.cocktail .top:after {
	content: "\02923";
	display: inline;
	font-size: 30px;
}
.contact-email {
	text-align: center;
	padding: 1vw 4vw 3vw 4vw;
}

/* Bar Link Overrides :::::::::::::::::::::::::::::::::::::::: */

.bar-links {
}
.bar-link {
	display: inline-block;
	float: left;
	width: 25%;
	width: -moz-calc(25% - 12px);
	width: -webkit-calc(25% - 12px);
	width: calc(25% - 12px);
	height: 200px;
	margin: 0 12px 12px 0;
	box-sizing: border-box;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}
.bar-link:last-of-type(1) {
	margin-right: 0;
}
.bar-link.current {
	opacity: 0.4;
	pointer-events: none;
}
.bar-link h2 {
	top: 8px;
	left: 16px;
	font-size: 60px;
	transform: none;
}
.bar-link.classics h2 {
	font-size: 64px;
	top: 8px;
	left: 16px;
}
.bar-link.specialties h2 {
	top: 8px;
	right: 20px;
	font-size: 45px;
	text-align: right;
}
.bar-link.tropical h2 {
	top: 30px;
	font-size: 45px;
}
/* Back */

.bar-link.back {
	background: #4f4146 url('../images/bg-bar-link-back.jpg') left top repeat;
	padding: 15px 5px 0 30px;
	border-color: #4f4146;
}
.bar-link.back h2 {
	top: 34px;
	left: 27px;
	font-family: 'Milonga', cursive;
	font-size: 48px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1px;
}
.bar-link.back h2 span {
	display: block;
	margin: 3px 0 0 21px;
}

/* Media Queries :::::::::::::::::::::::::::::::::::::::: */

@media only screen and (min-width: 1900px) {
	.bar-container:not(.bar-link) h2 {
		font-size: 5vw;
	}
	.bar-container.specialties:not(.bar-link) h2 {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 1360px) {
}

@media only screen and (max-width: 1240px) {
	.bar-toc li {
		width: 50%;
		padding: 12px 6px 12px 6px;
	}
	.bar-link.classics h2 {
		font-size: 55px;
	}
	.bar-link.specialties h2 {
		font-size: 35px;
	}
	.bar-link.tropical h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1170px) {
}

@media only screen and (max-width: 1024px) {
	.bar-container,
	.bar-toc {
		width: 100%;
	}
	.bar-container.specialties {
		background-size: 100% auto;
	}
	.bar-link {
		width: 50%;
		width: -moz-calc(50% - 12px);
		width: -webkit-calc(50% - 12px);
		width: calc(50% - 12px);
		margin: 0 12px 12px 0;
	}
	.bar-link:last-of-type(even) {
		margin-right: 0;
	}
	.bar-link.back h2 span {
		display: inline;
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.bar-container {
		height: 140px;
		-moz-border-radius: 60px 60px 30px 30px;
		-webkit-border-radius: 60px 60px 30px 30px;
		border-radius: 60px 60px 30px 30px;
	}
	.bar-container h2 {
		font-size: 8vw;
	}
	.bar-container.specialties h2 {
		top: 40%;
		font-size: 6vw;
	}
	.bar-header {
		border-bottom-width: 5px;
		margin-bottom: 20px;
	}
	.bar-toc {
		display: none;
	}
	.bar-toc li {
		width: 100%;
	}
	.cocktail .recipe,
	.cocktail .desc {
		display: block;
		width: 100%;
	}
	.cocktail .divider {
		display: none;
	}
	.cocktail .recipe {
		border-bottom: 1px solid rgba(0,0,0,0.6);
	}
	.cocktail .desc {
		border-left: none;
	}
	.bar-link.back h2 {
		top: 17px;
		font-size: 33px;
	}
	.bar-link.classics h2 {
		top: 13px;
		left: 21px;
		font-size: 38px;
		letter-spacing: 3px;
	}
	.bar-link.specialties h2 {
		top: 10px;
		font-size: 26px;
	}
	.bar-link.tropical h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 660px) {
	.quotation {
		margin: 3vw 10px 2vw 10px;
		padding: 18px 20px 12px 20px;
	}
	.bar-container.specialties {
		background-size: 150% auto;
	}
}

@media only screen and (max-width: 480px) {
	.bar-container.specialties {
		background-size: 200% auto;
	}
	.bar-container h2 {
		right: 25px;
		font-size: 9vw;
	}
}