@media (min-width: 768px) {
	.reserve-fancybox .fancybox-skin 	{background-image: url(../img/our-whiskey-detail-background.jpg), url(../img/gray_texture.gif);}
	#age-gate form 						{background-image: url(../img/age-gate-form-left.jpg), url(../img/age-gate-form-right.jpg));}
}

@media (min-width: 960px) {
	#age-gate .bottle 			{background-image: url(../img/img.png); background-repeat:no-repeat;}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}
@media (min-width : 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width : 768px) and (min-resolution: 192dpi) {
}

body {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.2em;
	overflow-x: hidden;
	background-color: #333333;
	font-family: GalderglynnEsqBk-Regular, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased
}

h1 {
	font-size: 22px;
	color: #FFF;
	margin: 0px 0px 20px 0;
	padding: 23px 0 0 0;
	text-transform: uppercase;
	background-repeat:no-repeat;
	background-position: top center;
	height: 36px;
	font-family: GalderglynnEsqRg-Bold, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

/* Age Gate */

#age-gate #logo {
	width: 150px;
	margin: 0 auto 32px auto;
	display: block;
}
#age-gate h1 {
	text-align: center;
	background: none;
	font-size: 15px;
	margin: 0 0 18px 0;
	height: auto;
	padding:0;
}
#age-gate h1 span {
	position: static;
}
#age-gate p,
#age-gate p a {
	color: #9C9C9C;
	text-align: center;
	margin: 0 auto 18px auto;
	width: 250px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#age-gate p a:hover,
#age-gate p a:visited {
	color:#0d964d;
}
#age-gate p a {
	white-space: nowrap;
}
#age-gate form {
	padding: 30px 0;
	margin: 0 0 20px 0;
}

@media (min-width: 768px) {
	/* ====================== Age Gate ======================== */
	#age-gate {
		width: 600px;
		margin: auto;
		background: #1a1a1a;
		position: relative;
		padding-bottom: 12px;
	}
	#age-gate form {
		background-color: #000000;
		position: relative;
		padding: 20px 0 0 0;
		background-position: left, right, center;
		background-repeat: no-repeat, no-repeat, repeat;
		height:180px;
	}
	#age-gate form:before {
		content: url(../img/age-gate-ribbon-left_desktop.png);
		top: -8px;
		left: -52px;
		position: absolute;
	}
	#age-gate form:after {
		content: url(../img/age-gate-ribbon-right_desktop.png);
		top: -8px;
		right: -52px;
		position: absolute;
	}
	#age-gate fieldset {
		width: 500px;
		margin: auto;
	}
	#age-gate #logo {
		padding: 20px 0 0 0;
	}
	#age-gate h1 {
		font-size: 21px;
		line-height: 23px;
		width: 486px;
		margin: 0 auto 18px auto;
		background-size: 1px;
	}
	#age-gate p {
		font-size: 11px;
		width: 500px;
	}

	/* ========================= END AGE GATE ========================== */
}

@media (min-width: 960px) {
	#age-gate {
		width: 900px;
	}
	#age-gate .bottle {
		display: block;
		width: 200px;
		height: 450px;
		position: absolute;
		z-index: 1;
		margin: 30px 0 0 0px;
	}


	/* - END AGE GATE */
}

@media (min-width: 1280px) {}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.carrousel .bottom .icon-star {
		background-size: 25px 10px;
	}
}

@media (min-width : 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width : 768px) and (min-resolution: 192dpi) {
	#final-carrousel .image {
		background-size: auto 201px;
	}
}

.color-1 {
	background: #000000;
}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 40px;
	display: inline-block;
	margin: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.btn-1 {
	border: 3px solid #fff;
	color: #fff;
}

.btn-1a:hover,
.btn-1a:active {
	color: #fff;
	background: #28ae60;
}

.btn-2 {
	border: 3px solid #fff;
	color: #fff;
}

.btn-2a:hover,
.btn-2a:active {
	color: #fff;
	background: #e74e3f;
}