.poster {
	background:url(poster.jpg) no-repeat;
	width: 921px;
	height: 448px;
}

#content.feature {
	padding-top: 0;
}

#content.feature .inner-content {
	padding-top: 0;
}

#content.feature .details {

}

#content.feature .inner-details {
	background: #fff;
	width: 759px;
	min-height: 600px;
	margin: -105px 51px 0 51px;
	padding: 20px 30px;
}

#content.feature .details {
	background: url(content-shadow.png) no-repeat center top;
}

#content.feature .feature-title {
	margin: 0.8em 0;
}

#content.feature .whisky-row {
	margin-bottom: 10px;
}

#content.feature .bottle {
	float: left;
	width: 144px;
	text-align: center;
}

#content.feature .bottle .name {
	font-size: 150%;
	margin: 0 0 5px 0; 
}

#content.feature .bottle .name a {
	text-decoration: none;
}

#content.feature .bottle .name a:hover {
	text-decoration: underline;
}

#content.feature .bottle .price {
	font-size: 100%;
	color: #444; 
}

#content.feature .logo {
	float: left;
	width: 183px;
	text-align: center;
}

#content.feature .logo img {
	margin: 5px 0 5px 0;
}

#content.feature .notes {
	position: relative;
}

#content.feature .notes .badge{
	position: absolute;
	top: -10px;
	right: -10px;
}

#content.feature .notes .note {
	margin: 0 0 20px 0;
	background: url(map.jpg);
	padding: 18px 18px 10px 18px;
}

#content.feature .notes .note-1 {
	background-position: 0 -100px;
}

#content.feature .notes .note-2 {
	background-position: 0 -200px;
}

#content.feature .notes .note-3 {
	background-position: 0 -300px;
}

#content.feature .notes .note p {
	margin: 0 0 0.8em 0;
	font-size: 108%;
	color: #444;
	line-height: 1.5;
}

#content.feature .notes .note .title {
	font-size: 140%;
	color: #ec6020;
	margin: 0 0 0.3em 0;
}

#content.feature .review .right {
	float: right;
	width: 350px;
}

#content.feature .review .left {
	float: left;
	width: 380px;
	padding-left: 8px
}

#content.feature .review .left p {
	font-size: 116%;
	line-height: 1.4
}

#content.feature .nav {
	margin: -5px -10px 15px -10px;
}

#content.feature .nav img:hover {
	background: #ff5400;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#content.feature .nav .item {
	float: left;
	margin: 0 8px 0 0;
}

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

	.poster {
		width: 100%;
		height: 400px;
		background-size: 100%;
	}

	#content.feature .inner-details {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
	}

	#content.feature .boxes .box {
		width: 100%;
	}

	#content.feature .nav {
		display: none;
	}

	.feature-title {
		display: none;
	}

	#watch-trailer iframe {
		width: 100%;
		height: 400px;
	}

	#content.feature .review .left {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	#content.feature .review .right {
		display: none;
	}

	#content.feature .bottle {
		margin: 0 8px;
	}

	#content.feature .notes .badge {
		display: none;
	}

	#content.feature .logo {
		display: none;
	}

}


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

	.poster {
		height: 230px;
	}

	#watch-trailer iframe {
		width: 240px;
		height: 160px;
	}

	#content.feature .whisky-row {
		text-align: center;
	}

	#content.feature .bottle {
		float: none;
		margin: 0 auto;
	}

	#content.feature .logo {
		display: block;
		float: none;
		margin: 0 auto
	}

}