html, body {
	width:100%;
	height:100%;
}

h1,h2,h3,h4,h5 {text-transform: uppercase;}

h1 {
	font-size: 65px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "karmina";
	font-weight: 400;
}

	h1:after {
		content: '';
		background:url(../img/divider-white.png) center center no-repeat;
		background-size:contain;
		width:100%;
		height:16px;
		display: block;
		margin:25px 0;
	}


h2 {
	font-size: 55px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "karmina";
	font-weight: 400;
}

	.white-section h2 {color:#43050e;}

h3 {
	font-size: 35px;
	color: #242728;
	text-transform: uppercase;
	font-family: "karmina";
	font-weight: 400;
}

h4 {
	font-size: 22px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "karmina";
	font-weight: 100;
}

h5 {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "karmina";
	font-weight: 100;
}

h6 {
	font-size:26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 200;
}

hr {margin-top:40px;margin-bottom:40px;}

p, a {
	font-family: "Times New Roman", Times, serif;
	font-weight: 200;
}

p {
	color: #ffffff;
}

a {
	color:#43050e;
}


.nopadd {
	padding:0 !important;
}

.centered {
	margin:0 auto;
	float:none;
	clear:both;
}

.noscroll {overflow: hidden;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.wrapper {
	background:url(../img/bg-straight_wood.jpg) center top repeat;
	padding-bottom:30px;
	background-size:contain;
}

.wrapper.bg-core-range {
	background:url(../img/bg-core.jpeg) center bottom no-repeat;
	padding-bottom:30px;
	background-size:cover;
}

.wrapper.bg-limited-releases {
	background:url(../img/bg-limited.jpeg) center bottom no-repeat;
	padding-bottom:30px;
	background-size:cover;
}

.wrapper.bg-single-cask-bottlings {
	background:url(../img/bg-single.jpeg) center bottom no-repeat;
	padding-bottom:30px;
	background-size:cover;
}

.wrapper.bg-wood-finishes {
	background:url(../img/bg-logs.jpeg) center bottom no-repeat;
	padding-bottom:30px;
	background-size:cover;
}

.white-bg {
	background:rgba(255,255,255,0.9);
}

.bg-maroon {
	background:#43050e;
}
	.age-verification:before {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		content: '';
		background:rgba(0,0,0,0.4);
	}
	.age-verification .bg-maroon {
		background:transparent;
	}
	.age-verification .bg-maroon.container:after {
		display:none;
	}

.centre-me {
	position:absolute;
	top:50%;
	left:50%;
}

.centre-vert {
	position:absolute;
	top:50%;
	left:0;
	text-align: center;
	width:100%;
}

.fixed-nav.affix {
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:999;
}

/*----------------------*/
/*-----Button Styles----*/
/*----------------------*/

.text-btn {
	font-size:18px;
	color:#FFF;
	-moz-transition:color .3s ease-in-out;
	-webkit-transition:color .3s ease-in-out;
	transition:color .3s ease-in-out;
	position:relative;
	text-transform: uppercase;
}

.white-section .text-btn {
	color:#242728;
}

	.text-btn:hover, .text-btn:focus {
		color:#C09949;
		text-decoration:none;
	}

.btn-block {
	width:100%;
	background:#43050e;
	font-family: "Times New Roman", Times, serif;
	font-weight: 200;
	text-align: center;
	padding:10px 0;
	font-size:18px;
	color:#FFF;
}
	.btn-block:hover {
		opacity:0.6;
		color:#FFF;
		text-decoration: none;
	}

.btn-ghost {
	padding:10px 30px;
	font-size:18px;
	color:#43050e;
	border:2px solid #43050e;
	margin-top:25px;
	display: inline-block;
	position: relative;
}

	.btn-ghost:after {
		content: '';
		width:0;
		height: calc(100% + 16px);
		position: absolute;
		top: -8px;
		left: -8px;
		border-top: 1px solid #43050e;
		border-bottom: 1px solid #43050e;
		display:block;
	}

	.btn-ghost:before {
		content: '';
		display:block;
		width: calc(100% + 16px);
		height: 0;
		position: absolute;
		top: -8px;
		left: -8px;
		border-left: 1px solid #43050e;
		border-right: 1px solid #43050e;
		-moz-transition:width .3s ease-in-out;
		-webkit-transition:width .3s ease-in-out;
		transition:width .3s ease-in-out;
	}

	.btn-ghost:hover {text-decoration: none;color:#43050e;}

	.btn-ghost:hover:before {width:calc(100% + 16px);}
	.btn-ghost:hover:after {height:calc(100% + 16px);}

	.whisky-section .btn-ghost {
		margin:0 auto;
		text-align: center;
	}

.back-btn {
	font-size:18px;
	color:#43050e;
	display: inline-block;
	margin-top:25px;
	text-transform: uppercase;
	font-family: "karmina";
	font-weight: 400;
	position:relative;
	padding-left:20px;
	-moz-transition:opacity .3s ease-in-out;
	-webkit-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.back-btn:before {
	content: '';
	background:url(../img/btn-back-maroon.png) center center no-repeat;
	background-size:contain;
	width:12px;
	height:100%;
	position:absolute;
	left:0;
}

.back-btn:hover {
	color:#43050e;
	opacity:0.8;
	text-decoration: none;
}

.btn-more {
	font-size:18px;
	color:#43050e;
	display: inline-block;
	margin-top:25px;
	text-transform: uppercase;
	font-family: "karmina";
	font-weight: 400;
	position:relative;
	padding-right:20px;
}

.btn-more:before {
	content: '';
	background:url(../img/btn-forward-maroon.png) center center no-repeat;
	background-size:contain;
	width:12px;
	height:100%;
	position:absolute;
	right:0;
}

.btn-all_news {
	position:absolute;
	right:30px;
	top:0;
	color:#43050e;
}

/*----------------------*/
/*-----Nav Styles----*/
/*----------------------*/

.nav-container {
	text-align: center;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	position:relative;
}

.main-nav-wrapper.mobile {
	display: none;
}

	.default-nav {
		position:absolute;
		top:20px;
		z-index:999;
		padding:20px;

	}
		.default-nav .logo-container img {margin:0 auto;width:211px;}
		.default-nav .logo-container span {
			text-align: center;
			color: #c99600;
			display: block;
			margin: 15px auto 0;
			font-size: 12px;
			font-family: "karmina";
		}

		.default-nav .logo-container a:hover {text-decoration: none;}

.nav-container ul {
	text-align: center;
	padding:0;
	margin:40px 0 0;
	display: inline-block;
}

	.default-nav .nav-container {
		background:rgba(67,5,14,0.8);
		margin-top:30px;
	}
	.default-nav .nav-container ul {
		margin:0 0 0;
		padding:0;
	}

.nav-container ul li {
	display: block;
	margin-right:17px;
	text-align: center;
	float:left;
}



.nav-container ul li:last-child {margin-right:0;}
.nav-container ul li.active a {color:#C09949}
.nav-container ul li a:after {
	content: '';
	background:url(../img/nav-active.png) center center no-repeat;
	background-size:contain;
	width:100%;
	height:7px;
	display: block;
	margin-top:5px;
	visibility: hidden;
	position:absolute;
}

	.nav-container ul li.active a:after {
		visibility: visible;
	}

.nav-container ul li a {
	font-size:16px;
	color:#FFF;
	padding:30px 0 25px;
	display: block;
	-moz-transition:color .3s ease-in-out;
	-webkit-transition:color .3s ease-in-out;
	transition:color .3s ease-in-out;
	position:relative;
	text-transform:uppercase;

}

	.nav-container ul li a:hover {
		color:#C09949;
		text-decoration: none;
	}

	.nav-container.default-nav ul li a {
		font-size:14px;
	}


.nav-container ul.sub-nav {
	width:100%;
	margin:0 auto;
	padding:30px 5%;
	background:rgba(255,255,255,0.9);
	position:absolute;
	top:78px;
	left:0;
	opacity:0;
	pointer-events: none;
	-moz-transition:opacity .3s ease-in-out;
	-webkit-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
	z-index:99999;
}

.home-header .nav-container ul.sub-nav {top:108px;}

	.nav-container ul li:hover ul {
		opacity:1;
		pointer-events: all;
	}

	.nav-container ul.sub-nav li {
		height:152px;
		background-color:#43050e;
		width:31.3333%;
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center center;
		padding:0 !important;
	}

	 	.nav-container ul.sub-nav.subnav-whisky li { width:47%
			/* width:23.5%; */
		} 

	.nav-container ul.sub-nav li.nav-glenhouse {background-image:url(../img/subnav-glen_house.jpg);}
	.nav-container ul.sub-nav li.nav-allardice {background-image:url(../img/subnav-allardice.jpg);}


		.nav-container ul.sub-nav li a {
			font-size: 22px;
		    color: #FFF;
		    text-transform: uppercase;
		    font-family: "karmina";
		    font-weight: 100;
		    display: block;
		    width: 100%;
		    height: 100%;
		    background-size:cover;
		    background-repeat:no-repeat;
		    background-position:center center;

		}
			.nav-container ul.sub-nav li a:before {
				content:'';
				display:block;
				position:absolute;
				top:0;
				left:0;
				background:rgba(0,0,0,0.3);
				width:100%;
				height:100%;
				-moz-transition:background .3s ease-in-out;
				-webkit-transition:background .3s ease-in-out;
				transition:background .3s ease-in-out;
			}

			.nav-container ul.sub-nav li a:hover:before {background:rgba(0,0,0,0.6);}
			.nav-container ul.sub-nav li a:after {display: none;}

		.nav-container ul.sub-nav li.nav-core a {background-image:url(../img/core-subnav.jpg);}
		.nav-container ul.sub-nav li.nav-wood a {background-image:url(../img/wood-subnav.jpg);}
		.nav-container ul.sub-nav li.nav-limited a {background-image:url(../img/limited-subnav.jpg);}
		.nav-container ul.sub-nav li.nav-single_cask a {background-image:url(../img/single-subnav.png);}

		.nav-container ul.sub-nav li a span.subnav-title {
			    margin-top: 22px;
				display: block;
				position:relative;
		}
		.nav-container ul.sub-nav li a span:after {
			content: '';
			background:url(../img/divider-white.png) center center no-repeat;
			background-size:contain;
			width:100%;
			height:10px;
			display: block;
			margin:5px 0;
		}



ul.social-links {
	position:absolute;
	left:0;
	top:-70px;
}

.home-header ul.social-links {top:10px;}

	ul.social-links li {
		width:20px;
		height:25px;
		margin-right:15px;
	}

	ul.social-links li:last-child {margin-right:0;}

	ul.social-links li a {
		background-size:contain;
		background-position:center center;
		background-repeat: no-repeat;
		-moz-transition:opacity .3s ease-in-out;
		-webkit-transition:opacity .3s ease-in-out;
		transition:opacity .3s ease-in-out;
	}

	ul.social-links li.icon-facebook a {background-image:url(../img/facebook-icon.png);width:13px;height:25px;background-size:contain;}
	ul.social-links li.icon-twitter a {background-image:url(../img/twitter-icon.png);width:22px;height:25px;background-size:contain;}

	ul.social-links li a:hover {
		opacity:0.6;
	}


.mobile-menu {
	width:45px;
	height:45px;
	position:fixed;
	top:30px;
	left:30px;
	background:rgba(67,5,14,0.8);
	display: none;
}

	.mobile-menu-open .mobile-menu {position: fixed;}

	.mobile-menu span {
		height:3px;
		width:calc(100% - 20px);
		background:#FFF;
		position:absolute;
		left:10px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
		.mobile-menu span.top {top:12px;}
		.mobile-menu span.mid {top:20px;}
		.mobile-menu span.btm {top:28px;}

	.mobile-menu-open .mobile-menu span.top {transform: translateY(8px) rotate(-45deg)}
	.mobile-menu-open .mobile-menu span.mid {opacity:0;}
	.mobile-menu-open .mobile-menu span.btm {transform: translateY(-8px) rotate(45deg)}

/*----------------------*/
/*------Search Box------*/
/*----------------------*/

.search-container {
	position:absolute;
	top:-70px;
	right:0;
	width:25%;
}

.search-container .btn-search {
	float:right;
	background:url(../img/icon-search.png) right center no-repeat;
	width:15%;
	height:46px;
	background-size:20px;
	display: block;
	outline:none;
}

.search-container .input-wrapper {
	width:0%;
	float:right;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	overflow: hidden;

}
	.search-container input {
		width:100%;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		border:1px solid #FFF;
		background:transparent;
		padding:12px 10px;
		text-transform: uppercase;
		font-family: "karmina";
		font-weight: 400;
		font-size:16px;
		color:#FFF;
		outline:none;
	}

	.search-container.search-open .input-wrapper {
		width:85%;
	}
	.search-container.search-open .btn-search {
		background-image:url(../img/btn-close.png);
	}

	.home-header .search-container .btn-search {width:100%;}
​
	.home-header .search-container {top:58px;}
		.home-header .search-container.search-open .input-wrapper {width:100%;}

/*----------------------*/
/*------Home Styles-----*/
/*----------------------*/

.home-header {
	width:100%;
	height:790px;
	background:url(../img/home-header.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
}

.home-logo {
	position:absolute;
	top:45%;
	left:50%;
	width:600px;
}
.home-logo img {width:600px;}
.home-logo:after {
	content: '';
    width: 100%;
    height: 100px;
    background: url(../img/sherry-cask-tagline.png) center center no-repeat;
    background-size: contain;
    display: block;
    margin-top: 0px;
    opacity:0;
}

.loaded .home-logo:after {
	opacity:1;
	margin-top:-30px;
	-webkit-transition: all 1s ease-in-out 3s;
	-moz-transition: all 1s ease-in-out 3s;
	transition: all 1s ease-in-out 3s;
}


/*
.animated-logo {
	display: none;
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:338px;
	margin:-169px 0 0 -300px;
	background:url(../img/glendronach_logo-1.png) left top no-repeat;
	/* framerate: 30ms */
/* 	animation: column-animation 750ms steps(25) infinite, */
             /* 25 columns x 30ms framerate = 750ms */
/*              row-animation 3750ms steps(5) infinite; */
             /* 25 columns x 5 rows x 30ms framerate = 3750ms */
/*     animation-delay: 5s; */
/* } */

/* 6 columns x 170px = 1020px offset */
/*
@keyframes column-animation {
  100% { background-position-x: -15000px; }
}
*/

/* 4 rows x 170px = 680px offset */
/*
@keyframes row-animation {
  100% { background-position-y: -1690px; }
}
*/

/*
@keyframes play_logo {
	0% { background-position: 0 0;}
    100% { background-position: 1440px 0;}
}
*/

.about-intro {
	background:#43050e;
	text-align: center;
	padding:50px 0;
	margin-top:-140px;
}

	.about-intro:after {
		content: '';
		background: url(../img/curve.png) repeat-x;
		width:100%;
		position:absolute;
		left:0;
		bottom:-5px;
		display: block;
		height:5px;
		z-index: 99999;
	}

.about-intro p {
	font-size:20px;
	line-height: 22px;
}

	.about-intro p:after {
		content: '';
		background:url(../img/divider-gold.png) center center no-repeat;
		background-size:contain;
		width:100%;
		height:13px;
		display: block;
		margin:25px 0;
	}

.about-section {
	padding:40px 60px;
	border:2px solid #FFF;
}

.about-section:before {
	content:'';
	width:calc(100% + 20px);
	height:calc(100% + 20px);
	position:absolute;
	top:-10px;
	left:-10px;
	border:1px solid #FFF;
}


.featured-whiskies {
	padding:60px 15px;
	min-height: 700px;
}

.barrel {
	position:absolute;
	top:50%;
	left:50%;
	background:url(../img/barrel.png) center center no-repeat;
	background-size:contain;
	width:426px;
	height:426px;
	text-align: center;
}

.barrel-text {
	position: absolute;
	top:50%;
	left:50%;

}
	.barrel-text h2 {margin-top:0;}
	.barrel-text h2:after {
		content: '';
		background:url(../img/divider-black.png) center center no-repeat;
		background-size:contain;
		width:100%;
		height:13px;
		display: block;
		margin:15px 0;
	}

.featured-whiskies ul {
	padding:0;
	margin:60px 0 0;
	list-style: none;
	position: relative;
}

	.featured-whiskies ul li {
		float:left;
		margin-right:30px;
		min-height: 434px;
		width:18%;
	}
		.featured-whiskies ul li:nth-child(2n) {margin-right:22%}
		.featured-whiskies ul li:last-child {
			margin-right:0 !important;
		}

	.featured-whiskies ul li a {
		display: block;
		background-size:contain;
		background-repeat: no-repeat;
		background-position:center bottom;
		width:100%;
		min-height: 434px;
		position: relative;
	}

	.featured-whiskies ul li .bottle-8yo {background-image:url(../img/bottle-8yo.png)}
	.featured-whiskies ul li .bottle-12yo {background-image:url(../img/bottle-12yo.png)}
	.featured-whiskies ul li .bottle-15yo {background-image:url(../img/bottle-15yo.png)}
	.featured-whiskies ul li .bottle-18yo {background-image:url(../img/bottle-18yo.png)}

	.featured-whiskies ul li a span.title {
		position:absolute;
		top:454px;
		left:0;
		text-align: center;
		display: block;
		width:100%;
		font-size:18px;
		line-height: 20px;
		text-transform: uppercase;
		color:#43050e;
	}

		.featured-whiskies ul li a span.title:after {
			content: '';
			width:0%;
			height:5px;
			display: block;
			border-top:2px solid #43050e;
			border-bottom:1px solid #43050e;
			-moz-transition:all .4s ease-in-out;
			-webkit-transition:all .4s ease-in-out;
			transition:all .4s ease-in-out;
			margin:10px auto 0;
		}

		.featured-whiskies ul li a:hover span.title:after{
			width:40%;
		}

.has-surround {
	padding:40px 60px;
	border:2px solid #FFF;
}

.has-surround:before {
	content:'';
	width:calc(100% + 20px);
	height:calc(100% + 20px);
	position:absolute;
	top:-10px;
	left:-10px;
	border:1px solid #FFF;
}

.home-node {
	padding:120px 0;
	text-align: center;
}

.home-node h2:after {
	content: '';
	background:url(../img/divider-gold.png) center center no-repeat;
	background-size:contain;
	width:100%;
	height:13px;
	display: block;
	margin:15px 0;
}

.image-node {
	overflow: hidden;
}

.news-container {
	padding:60px 0;
	text-align: center;
}

.news-container p.view-button {
	 width: 300px;
    position: absolute;
    right: 0;
    top: 15px;
    color: #000;

}
.news-container p.view-button a {
    padding: 0;
    vertical-align: inherit;
    text-decoration: underline;
   }

	.news-container h2 {
		color:#242728;
		margin-bottom:40px;
	}

	.news-block .news-content {min-height:211px;}
	.news-content h4 {color:#242728;margin-top:30px;}
		.event-block .news-content h4 {color:#C09949;}
	.news-content .date {margin:30px 0;color:#777777;font-size:16px;text-transform: uppercase;}
	.news-content a {font-size:18px;color:#242728;}
	.news-content {
		text-align: center;
		border-bottom:2px solid #242728;
		padding-bottom:30px;
	}
		.event-block .news-content {
			color:#C09949;
			border-bottom:2px solid #C09949;
		}
		.news-block:after {
			border-bottom:1px solid #242728;
			content: '';
			display: block;
			width:100%;
			padding-top:6px;
		}
			.news-block.event-block:after {
				border-bottom:1px solid #C09949;
			}

.news-block .img-link{
	background:rgba(223,213,181,0.4);
	display:block;
	padding:15px;
}

.event-block .img-link {padding:0;}

.news-block .news-image {
	height:285px;
	width:285px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	max-width:100%;
}

.event-block .news-image {width:315px;height:315px;}

.news-block .news-img {
	border-bottom:2px solid #242728;
}

.timeline-container {
	height:438px;
	background:url(../img/homepage-timeline.jpg) center center no-repeat;
	background-size:cover;
	text-align: center;
}

.timeline-container h2:after {
	content: '';
	background:url(../img/divider-white.png) center center no-repeat;
	background-size:contain;
	width:100%;
	height:13px;
	display: block;
	margin:15px 0;
}

.newsletter-wrapper {
	background:#F6F3E9;
	text-align: center;
	padding:60px 0;
	color: #242728;
}
	.newsletter-wrapper h3 {margin:0 0 20px;}
	.newsletter-wrapper p {
		color: #242728;
		font-size:18px;
		margin-bottom:20px;
	}

	.input-container {
		width:70%;
		margin:0 auto;
	}

	.styled-input {
		border:1px solid #f2f2f2;
		outline:none;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		width:90%;
		padding:10px 10px;
		font-family: "Times New Roman", Times, serif;
		font-weight: 100;
		font-size:18px;
		float:left;
		background-color:#FFF;
		border-radius: 0;
	}

	.newsletter-wrapper .styled-input {border-right:none;}

	select {
		background-image:url(../img/select-bg.png);
		background-repeat: no-repeat;
		background-position: right center;
	}

	.styled-textarea {
		width:100%;
		margin-bottom:15px;
		resize: none;
		border:0;
		outline:none;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		font-family: "Times New Roman", Times, serif;
		font-weight: 100;
		font-size:18px;
		padding:10px 10px;
	}
		.styled-textarea.full {height:220px}

	.input-submit {
		background:#FFF url(../img/ss-right.png) center center no-repeat;
		background-size:20px 12px;
		width:10%;
		float:left;
		padding:10px 10px;
		height:47px;
		border:1px solid #f2f2f2;
		border-left:0;
		text-indent:-9999px;
		overflow:hidden;
	}

	.wpcf7-form-control-wrap {
		display: inline-block;
		width: 100%;
	}


.foot-wrapper {
	background:#43050e;
	text-align: center;
	padding:40px 0 20px;
	color: #242728;
}

p.copyright a{
	color: white;
}
	.foot-wrapper ul {
		list-style: none;
		margin:0 auto 30px;
		padding:0;
		text-align: center;
		display: table;
	}

	.foot-wrapper ul li {
		float:left;
		margin-right:20px;
		display: table-cell;
	}
		.foot-wrapper ul li:last-child {margin-right:0;}

	.foot-wrapper ul li a {
		color:#FFF;
	}

	.smallprint {font-size:12px;}


/*----------------------*/
/*-----Whisky Styles----*/
/*----------------------*/

.header-content {
	opacity:0;
	-moz-transition:opacity .5s ease-in-out;
	-webkit-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
}

.loaded .header-content {
	opacity:1;
}

.ontop {
	margin-top:-140px;
}

.clear {
	width:100%;
	clear: both;
	height:1px;
}

.header-image {
	height:890px;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	position: relative;
}



	.header-image:before {
		content: '';
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background: rgba(0,0,0,0.8);
background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0.01) 54%, rgba(255,255,255,0) 55%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(54%, rgba(255,255,255,0.01)), color-stop(55%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0.01) 54%, rgba(255,255,255,0) 55%);
background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0.01) 54%, rgba(255,255,255,0) 55%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0.01) 54%, rgba(255,255,255,0) 55%);
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0.01) 54%, rgba(255,255,255,0) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
	}

	.whisky-detail .header-image:before {display: none;}
.whisky-detail .white-section {padding-top:0 !important;}

.header-content {top:55%;text-align: center;width:90%;max-width: 1170px;}

.header-image.header-whisky {
	background-image:url(../img/header-whisky.jpg);
}

.white-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+56&amp;1+0,0.9+56 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 56%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 56%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
	padding:40px 15px 80px!important;
}

.tour-section.white-section {
	padding-bottom:10px !important;
}

.white-section p {color: #242728;}

.section-nav {
	margin:0px;
	padding:30px 0;
	list-style: none;
	text-align: center;
	display: table;
	background:#FFF;
	width:100%;
	-moz-transition:padding .4s ease-in-out;
	-webkit-transition:padding .4s ease-in-out;
	transition:padding .4s ease-in-out;
}

	.section-nav li {
		margin-right:25px;
		float:none;
		display: inline-block;

	}
		.section-nav li:after {
			content: '';
			width:0%;
			height:5px;
			display: block;
			border-top:2px solid #43050e;
			border-bottom:1px solid #43050e;
			-moz-transition:width .4s ease-in-out;
			-webkit-transition:width .4s ease-in-out;
			transition:width .4s ease-in-out;
			margin:5px auto 0;
		}
		.section-nav-wrapp.affix .section-nav {padding:15px 0 10px;}
		/*.section-nav-wrapp.affix .section-nav li:after {border-color:#FFF;}*/

		.section-nav li:hover:after, .section-nav li.active:after {
			width:80%;
		}

		.section-nav li:last-child {
			margin-right:0px;
		}

	.section-nav li a {
		font-size:21px;
		color:#43050E;
		text-transform:uppercase;
	}

	.section-nav li a:hover, .section-nav li a:visited, .section-nav li a:focus {
		text-decoration: none;
	}

.whisky-section {text-align: center;}

.whisky-section h3 {
	text-align: center;
	margin-bottom:60px;
	color:#43050E;
}

	.whisky-section h3:after {
		content: '';
		background:url(../img/divider-gold.png) center center no-repeat;
		background-size:contain;
		width:100%;
		height:13px;
		display: block;
		margin:25px 0;
	}

.whisky-section ul {
	list-style: none;
	margin:0px 0 0;
	padding:0;
	width:100%;
	display: inline-block;
}

.whisky-section:first-of-type {margin-top:0;}
#archive {margin-bottom:80px;}
.whisky-section {
	margin-top:60px;
}
.whisky-section ul li {
		margin-right:1%;
		margin-bottom:20px;
		min-height: 475px;
		width:23%;
		display: inline-block;
	}

.whisky-section ul li a {
		display: block;
		background-size:contain;
		background-repeat: no-repeat;
		background-position:center bottom;
		width:100%;
		min-height: 380px;
		position: relative;
		display: block;
	}

	.whisky-section ul li .bottle-8yo {background-image:url(../img/bottle-8yo.png)}
	.whisky-section ul li .bottle-12yo {background-image:url(../img/bottle-12yo.png)}
	.whisky-section ul li .bottle-15yo {background-image:url(../img/bottle-15yo.png)}
	.whisky-section ul li .bottle-18yo {background-image:url(../img/bottle-18yo.png)}

	.whisky-section ul li a span.title {
		position:absolute;
		top:400px;
		color:#FFF;
		left:0;
		text-align: center;
		display: block;
		width:100%;
		font-size:18px;
		line-height: 20px;
		color:#43050e;
		text-transform: uppercase;
	}

	.whisky-section ul li a span.title:after {
			content: '';
			width:0%;
			height:5px;
			display: block;
			border-top:2px solid #43050e;
			border-bottom:1px solid #43050e;
			-moz-transition:all .4s ease-in-out;
			-webkit-transition:all .4s ease-in-out;
			transition:all .4s ease-in-out;
			margin:15px auto 0;

		}

		.whisky-section ul li a:hover span.title:after{
			width:40%;
		}

.row.centered {text-align: center;}

/*-------------------------*/
/*--Whisky Detail Styles--*/
/*-----------------------*/

.whisky-detail .container {
	padding:0 !important;
}
.whisky-detail-header {text-align: center;height:620px;padding-top:200px;}

.whisky-detail-header .header-content {
	width:100%;
	max-width: none;
}
.whisky-detail-header h1 {
	color:#43050e;
	margin-top:120px;
	width:60%;
	margin-left:auto;
	margin-right: auto;
}

.whisky-info {
	padding-bottom:80px;
	position:relative;
}

.whisky-detail-header .header-content h4 span {
	font-size:16px;
}
	.whisky-detail-header h1:after {
		background:url(../img/divider-maroon.png) center center no-repeat;
		background-size:contain;
	}

.whisky-detail-header h4 {
	color:#43050e;
}


.whisky-bottle-container img {
	/*width: auto;
	height:650px;*/
	margin:0 auto;
}
.whisky-details p:first-of-type {
	font-size:20px;
	margin:0px 0 20px;
}
.whisky-details p {
	color:#242728;
	font-size:18px;
}

.whisky-details h4 {
	line-height:28px;
	color:#C09949;
}

.whisky-details h5 {
	color:#C09949;
	line-height:24px;
}

.signpost {
	padding:40px 0 60px;
	text-align: center;
	color:#FFF;
}
	.signpost h3 {
		color:#FFF;
		margin-bottom:20px;
		position:relative;
	}

.awards-signpost ul {
	list-style: none;
	margin:0 auto;
	padding:0;
	text-align: center;
	display: inline-block;
	width:100%;
}
	.awards-signpost ul li {
		display: inline-block;
		width:20%;
	}
	.awards-signpost ul li .img-award {width: 100%;margin:30px 0 15px;}
		.awards-signpost ul li .img-award img {width: 100%;}
	.awards-signpost ul li span {display:block;width:100%;font-size:12px;line-height: 15px;}

	.map-signpost h3 {color:#242728;}

	.map-placeholder {
		background:url(../img/map-placeholder.png) center center no-repeat;
		background-size:cover;
		height:100%;
		width:100%;
		position:absolute;
		top:0;
		left:0;
	}

	.map-signpost-full {
		width:100%;
		height:450px;
	}

	.map-signpost input {
		width:60%;
		top:55%;
		border:1px solid #ccc;
	}

.related-whisky {
	padding:80px 0 40px;
	margin-top:80px;
}
	.related-whisky ul li {width:31%;}


.whisky-nav-controls {
	position:absolute;
	top:50%;
	width:100%;
	height:35px;
}

	.whisky-nav-controls a {
		margin-top:-15px;
		background-repeat: no-repeat;
		background-position:center center;
		background-size:contain;
		width:35px;
		height:35px;
		display: block;
		position:absolute;
	}

		.whisky-nav-controls a.whisky-next {background-image:url(../img/whisky-next.png);right:35px;}
		.whisky-nav-controls a.whisky-prev {background-image:url(../img/whisky-prev.png);left:35px;}


/*-------------------------*/
/*-----About Us Styles----*/
/*-----------------------*/

.mfp-close-btn-in .mfp-close {color:#FFF;}

.header-about {
	background-image:url(../img/header-about.jpg)
}

.about_us-section, .visitor-section {
	padding-top:10px !important;
}

.about_us-section .text-block {margin-top:0;}

.about_us-section p img {
	max-width: 100%;
    padding: 0;
    margin: 40px auto 60px;
}

.text-block {margin-top:60px;}

.text-block h6 {
	line-height: 29px;
	margin-bottom:25px;
}

.text-block {
	margin-bottom:60px;
}

.text-block p {
	color:#242728;
	font-size:18px;
}

.text-block li {
	color:#242728;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}

.full-width-image {
	height:370px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.about_us-section {padding-bottom:80px;}

.about_us-section .full-width-image {
	background-image:url(../img/about-stills.jpg)
}

.team-section {
	padding:80px 0;
	overflow:hidden;
}

	.team-section h2 {
		text-align: center;
	}

	.team-section h2:after {
		content: '';
		background:url(../img/divider-gold.png) center center no-repeat;
		background-size:contain;
		width:100%;
		height:13px;
		display: block;
		margin:15px 0;
	}

	.team-section h6 {text-align: center;color:#FFF;margin-bottom:60px;}

.team-block {
	margin-bottom:30px;
}

.team-img {
	height:232px;
	background-color:#F2F2F2;
	display: block;
	margin-bottom:15px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}

	.team-block span {
		color:#FFF;
		display: inline-block;
		width:100%;
		font-family: "Times New Roman", "Times", serif;
	}

	.team-block span.name {font-size:22px;}
	.team-block span.job-title {font-size:16px;}

	.team-billy {background-image:url(../img/team-billy.jpg)}
	.team-alan_mc {background-image:url(../img/team-alan_mc.jpg)}
	.team-alan_g {background-image:url(../img/team-alan_g.jpg)}
	.team-frank {background-image:url(../img/team-frank.jpg)}
	.team-trisha {background-image:url(../img/team-trisha.jpg)}
	.team-lorraine {background-image:url(../img/team-lorraine.jpg)}
	.team-jim {background-image:url(../img/team-jim.jpg)}

.team-lightbox {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:80vh;
	width:80vh;
	position:relative;
	max-height: 1150px;
    max-width: 1150px;
    margin:20px auto;
}

.team-lightbox:before {
	content: '';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */

}

.mfp-arrow{
	display:none !important;
}
/*
	.team-lightbox:after {
		content:'';
		background:rgba(0,0,0,0.4);
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;;
	}
*/

.member-content {
	position:absolute;
	bottom:60px;
	left:0;
	width:100%;
	text-align:center;
	z-index:9;
	padding:0% 20%;
}
	.member-content h1:after {background-image:url(../img/divider-gold.png);}
	.member-content p {font-size:22px;line-height: 26px;}

.team-lightbox .btn-close {
	width:40px;
	height:40px;
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:30px;
	right:30px;
	z-index:10;
}
	.team-lightbox .btn-close span {
		width: 30px;
    	height: 3px;
    	background: #FFF;
    	left: 5px;
    	display: block;
    	top: 17px;
    	position: absolute;
	}
		.team-lightbox .btn-close span.top {transform:rotate(-45deg);}
		.team-lightbox .btn-close span.btm {transform:rotate(45deg);}

.about-direction {
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	z-index:9;
}
	.about-direction a {
		width:40px;
		height:40px;
		margin-top:-20px;
		position:absolute;
		background-size:25px;
		background-repeat:no-repeat;
		background-position:center center;
		background-color:rgba(0,0,0,0.8);
	}

		.about-direction a.prev-team {background-image:url(../img/direction-left.png);left:30px;}
		.about-direction a.next-team {background-image:url(../img/direction-right.png);right:30px;}

/*--------------------------*/
/*-----Distillery Styles----*/
/*--------------------------*/

.header-distillery {
	background-image:url(../img/header-distillery.jpg)
}

.text-block h3 {
	margin:0px 0 30px;
}

	.text-block h5 {
		color:#242728;
		margin:20px 0;
	}

.bookends {
	padding-bottom:1px;
}

.bookends:before, .bookends:after {
	content: '';
	display: block;
	background-size:contain;
	width:100%;
	height:94px;
	background-repeat: no-repeat;
	background-position: center center;
	margin:30px 0 0px;
}

	.bookends.bookends-gold:before {background-image:url(../img/bookend-top.png);}
	.bookends.bookends-gold:after {background-image:url(../img/bookend-end.png);margin:60px 0 60px;}

	.bookends.bookends-red:before {background-image:url(../img/bookend-top-red.png);}
	.bookends.bookends-red:after {background-image:url(../img/bookend-end-red.png);margin:60px 0 60px;}
		.news-page .bookends.bookends-red:after {margin-bottom:0px;}
		.about_us-section.bookends:before, .story-section.bookends:before {margin:30px 0;}
		.about_us-section.bookends:after {margin:0;}

		.story-section.bookends:after {margin:40px 0 0;}

.stream-image {
	background-image:url(../img/distillery-image.jpg);
}

.visitor_center-image {
	background-image:url(../img/visitor_centre-image.jpg);
}

.tables-image {
	background-image:url(../img/tables-image.jpg);
}


/*--------------------------*/
/*--Visitor Centre Styles--*/
/*-------------------------*/

.header-visitor_centre {
	background-image:url(../img/header-visitor_centre.jpg)
}

.tour-node {
	margin:60px 0;
}

.cdsROW {background-color:transparent !important;margin:0 auto !important;}
.cdsROW .logo img {padding:0 !important;}
.cdsROW .cdsRating img {padding:0 !important;}
.cdsROW.wide .cdsROWContainer .cdsComponent {max-width:140px !important;}
.cdsROW .cdsRating span {
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;
    margin-top: 6px;
    display: inline-block;
}

.tour-description {
	text-align: center;
	color:#242728;
	padding:30px 0;
	height:480px;
}

	.tour-description h3 {margin-bottom:30px;color:#43050e}
	.tour-description h3:after {
		content: '';
		background:url(../img/divider-gold.png) center center no-repeat;
		background-size:contain;
		width:100%;
		height:13px;
		display: block;
		margin:25px 0;
	}

	.tour-description p:first-of-type {color:#242728;font-size: 18px;margin-top:20px}
	.tour-description p {color:#242728;font-size: 16px;}

	.tour-description .text-btn {margin-top:20px;display: block;}

.tour-image {
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
	height:480px;
}

.discovery-tour-node .tour-image {
	background-image:url(../img/tour-discovery.jpg);
}

.tasting-tour-node .tour-image {
	background-image:url(../img/tour-tasting.jpg);
}

.connoisseurs-tour-node .tour-image {
	background-image:url(../img/tour-connoisseurs.jpg);
}

.giftshop-node .tour-image {
	background-image:url(../img/tour-giftshop.jpg);
}

.giftshop-image {
	background-image:url(../img/giftshop-image.jpg);
}

.find-us-block h2 {
	text-align: center;
	margin:60px 0 40px;
	color:#242728;
}

.find-us-block h6 {margin-bottom:15px;}

.find-us-block p:first-of-type {color:#242728;font-size:18px;line-height: 20px}
.find-us-block p {font-size:16px;color:#242728;line-height:19px}

.find-us-block h2:after {
		content: '';
		background:url(../img/divider-gold.png) center center no-repeat;
		background-size:contain;
		width:100%;
		height:13px;
		display: block;
		margin:25px 0;
	}

.find-us-block .map-placeholder {
	height:480px;
	position:static;
}

.find-us-block #contact-map {
	height:480px;
	position:static;
	width:100%;
}

.opening-times-container {text-align: center;margin-top:60px;}
.opening-times-block {text-align: center;font-size:18px;line-height: 22px;}

.opening-times-block h3:after {
	content: '';
	background:url(../img/divider-gold.png) center center no-repeat;
	background-size:contain;
	width:100%;
	height:13px;
	display: block;
	margin:25px 0;
}

.text-block .intro {margin-top:60px;}

/*------------------------*/
/*--Tour Details Styles--*/
/*-----------------------*/

.header-discovery_tour {
	background-image:url(../img/header-discovery_tour.jpg);
}

.header-content .text-btn {
	text-align: center;
	width:100%;
	display: inline-block;
}

.tour-details {
	list-style: none;
	margin:60px auto 0px;
	padding:0;
	text-align: center;
	display: table;
}

	.tour-details li {
		display: table-cell;
		float:left;
		margin-right:20px;
		font-size:27px;
		color:#242728;
		text-transform: uppercase;
		font-family: "karmina";
		font-weight: 400;
		border-right:1px solid #939393;
		padding-right:20px;
		position: relative;
		padding-left:40px;
	}

		.tour-details li:last-child {margin-right:0;border-right:0;}

	.tour-details li span {
		width:30px;
		height:100%;
		left:0px;
		background-size:contain;
		background-repeat: no-repeat;
		background-position: center center;
		display: inline-block;
		margin-right:10px;
		position:absolute;
	}

		.tour-details li.price span {background-image:url(../img/icon-price.png);}
		.tour-details li.duration span {background-image:url(../img/icon-duration.png);}
		.tour-details li.tasters span {background-image:url(../img/icon-tasters.png);}


	span.wpcf7-not-valid-tip {
		display: inline-block;
	}

.slide {
	min-height:400px;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

	.slide.discovery-1 {background-image:url(../img/slide-discovery_1.jpg)}

.booking-widget .styled-input {
	width:100%;
	margin-bottom:15px;
}

	input.datepicker {
		background:#FFF url(../img/icon-date.png) 96% center no-repeat;
		background-size:22px;
	}
	input.timepicker {
		background:#FFF url(../img/icon-time.png) 96% center no-repeat;
		background-size:22px;
	}

.booking-widget .styled-textarea {
	height:165px;
}

.booking-widget h3 {margin-bottom:40px;}
.btn-block {margin-top:10px;}

.other-tours-container {
	padding-bottom:60px;
}

.other-tours-container h3 {
	text-align: center;
	margin-bottom:40px;
	padding-left:30px;
	padding-right:30px;
}

.sp-tour {
	height:314px;
	position:relative;
}

.sp-tour .sp-image {
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
	width:100%;
	height:100%;
	position:relative;
}
	.sp-tour .sp-image:before {
		content: '';
		background:rgba(0,0,0,0.4);
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		-moz-transition:background .4s ease-in-out;
		-webkit-transition:background .4s ease-in-out;
		transition:background .4s ease-in-out;
	}

	.sp-tour .centre-me {
		top:55%;
		-moz-transition:top .4s ease-in-out;
		-webkit-transition:top .4s ease-in-out;
		transition:top .4s ease-in-out;
	}

	.sp-tour:hover .sp-image:before {
		background:rgba(0,0,0,0.6);
	}
	.sp-tour.sp-tasting .sp-image {background-image:url(../img/tour-tasting.jpg);}
	.sp-tour.sp-connoisseurs .sp-image {background-image:url(../img/tour-connoisseurs.jpg);}

	.sp-tour .text-btn {
		text-align:center;
		width:100%;
		display:inline-block;
		opacity:0;
		-moz-transition:opacity .4s ease-in-out .3s;
		-webkit-transition:opacity .4s ease-in-out .3s;
		transition:opacity .4s ease-in-out .3s;
	}

	.sp-tour:hover .text-btn {
		opacity:1;
	}

	.sp-tour:hover .centre-me {
		top:50%;
	}


.sp-tour h3 {
	color:#FFF;
	text-align: center;
}

.sp-tour h3:after {
	content: '';
	background:url(../img/divider-gold.png) center center no-repeat;
	background-size:contain;
	width:100%;
	height:13px;
	display: block;
	margin:15px 0;
}

.social-contact {
	margin:25px auto 0;
	padding:0;
	list-style: none;
	text-align: center;
	display: table;
}

	.social-contact li {
		float:left;
		width:35px;
		height:35px;
		margin-right:15px;
		display: table-cell;
	}
		.social-contact li:last-child {margin-right:0;}

	.social-contact li a {
		background-size:contain;
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		width:100%;
		height:100%;

	}
		.social-contact li a.facebook-contact {background-image:url(../img/icon-facebook-grey.png)}
		.social-contact li a.twitter-contact {background-image:url(../img/icon-twitter-grey.png)}

/*--------------------------*/
/*-------Story Styles-------*/
/*--------------------------*/

.header-story {
	background-image:url(../img/header-story.jpg);
}

.header-allardice {
	background-image:url(../img/header-allardice.jpg)
}

.glenhouse-image {
	background-image:url(../img/glenhouse.jpg)
}

.story-section {
	padding-top:10px !important;
}

.timeline-nav {text-align: center;margin-left:-15px;margin-top:-30px;}
	.affix .timeline-nav {margin:0 auto;}
	.affix .timeline-nav ul {padding:15px 0;}

.timeline-nav ul {
	list-style: none;
	margin:0;
	padding:30px 0;
	text-align: center;
	display: inline-block;
	width:100%;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
	.timeline-nav ul li {
		display: inline-block;
		margin-right:20px;
		text-align: center;
	}
		.timeline-nav ul li:last-child {
			margin-right:0;
		}

	.timeline-nav ul li a {
		color:#FFF;
		font-family: "karmina";
		font-weight: 400;
		font-size:22px;
		-moz-transition:color .4s ease-in-out;
		-webkit-transition:color .4s ease-in-out;
		transition:color .4s ease-in-out;
	}

	.timeline-nav ul li a:hover {
		color:#CF9A29;
		text-decoration:none;
	}
.timeline-header {
	padding:20px 0;
}
.timeline-header h2 {
	text-align: center;
}

.timeline-header h2:after {
	content: '';
	background:url(../img/divider-gold.png) center center no-repeat;
	background-size:contain;
	width:100%;
	height:13px;
	display: block;
	margin:15px 0;
}

.history-nav.affix {
	top:65px;
	left:0;
	width:100%;
	position:fixed;
	z-index:999;
}

.timeline-blocks-container {position:relative;}

.timeline-block h1 {margin-top: 0;text-transform:lowercase;}

.timeline-block {
	min-height: 435px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	text-align: center;
	color:#FFF;
	opacity:0;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	margin-top:40px;
}

	.timeline-block.in-view {
		opacity:1;
		margin-top:0;
	}
	.timeline-block:before {
		content: '';
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		background:rgba(0,0,0,0.6);
	}

	.timeline-block:nth-child(odd):before {
		background:rgba(53,44,39,0.6);
	}

	.timeline-block:after {
		content: '';
		display: block;
		width:25px;
		height:25px;
		background:#FFF;
		border:5px solid #CF9A29;
		position:absolute;
		top:50%;
		right:30px;
		border-radius:50%;
		z-index:10;
		-webkit-transform:scale(0,0);
		-moz-transform:scale(0,0);
		transform:scale(0,0);
		-moz-transition:all .4s ease-in-out .4s;
		-webkit-transition:all .4s ease-in-out .4s;
		transition:all .4s ease-in-out .4s;
	}
		.timeline-block.in-view:after {
			-webkit-transform:scale(1,1);
			-moz-transform:scale(1,1);
			transform:scale(1,1);
		}

	#y1771.timeline-block {background-image:url(../img/timeline-1771.jpg);}
	#y1826.timeline-block {background-image:url(../img/timeline-1826.jpg);}
	#y1830.timeline-block {background-image:url(../img/timeline-1830.jpg);}
	#y1860s.timeline-block {background-image:url(../img/timeline-1860s.jpg);}
	#y1920.timeline-block {background-image:url(../img/timeline-1920.jpg);}
	#y1960.timeline-block {background-image:url(../img/timeline-1960.jpg);}
	#y1996_I.timeline-block {background-image:url(../img/timeline-1996.jpg);}
	#y1996_II.timeline-block {background-image:url(../img/timeline-1996_II.jpg);}
	#y2002.timeline-block {background-image:url(../img/timeline-2002.jpg);}
	#y2005_I.timeline-block {background-image:url(../img/timeline-2005.jpg);}
	#y2005_II.timeline-block {background-image:url(../img/timeline-2005_II.jpg);}

.timeline-block .btn-ghost {
	border-color:#C09949;
	color:#FFF;
}

.timeline-block p {color:#FFF;font-size:18px;}

.timeline-line {
	position:absolute;
	height:0%;
	width:6px;
	background:#C09949;
	top:0;
	right:40px;
	z-index:9;
}

.timeline-segment {
	position:absolute;
	height:100%;
	width:6px;
	top:0;
	right:40px;
	z-index:9;
	-moz-transition:all .4s ease-in-out .6s;
	-webkit-transition:all .4s ease-in-out .6s;
	transition:all .4s ease-in-out .6s;
}

	.timeline-segment span {
		width:100%;
		height:0%;
		position:absolute;
		background:#C09949;
		left:0;
	}

	.timeline-segment .top {
		top:0;
	}
	.timeline-segment .bottom {
		top:50%;
	}

	.in-view .timeline-segment span.top {
		height:50%;
		-moz-transition:all .4s ease-in-out .6s;
		-webkit-transition:all .4s ease-in-out .6s;
		transition:all .4s ease-in-out .6s;
	}

	.in-view .timeline-segment span.bottom {
		height:50%;
		-moz-transition:all .4s ease-in-out .9s;
		-webkit-transition:all .4s ease-in-out .9s;
		transition:all .4s ease-in-out .9s;
	}

.footer-signpost {
	padding-top:60px;
}

.history-lightbox{
    margin: 20px auto;
    max-height: 1150px;
    max-width: 1150px;
    padding: 20px;
    position: relative;
}

.history-lightbox {
	text-align:center;
	padding-bottom:0 !important;
}
.history-lightbox h1 {color:#424242;}
	.history-lightbox h1:after {background:url(../img/divider-maroon.png) center center no-repeat;background-size:contain;}
.history-lightbox p:first-of-type {font-size:22px;line-height:25px;margin:20px 0;}

.history-lightbox img {
	margin:30px 0;
	max-width:100%;
	height:auto;
}

.lightbox-direction {
	background: #43050e;
    padding: 30px 0 60px !important;
}
	.lightbox-direction a {
		color:#FFF;
		font-size:24px;
		line-height:28px;
		display:inline-block;
		position:relative;
	}
		.lightbox-direction a.prev-year {margin-left:40px;}
		.lightbox-direction a.next-year {margin-right:40px;}

		.lightbox-direction a:before {
			content:'';
			display:block;
			background-size:contain;
			background-repeat:no-repeat;
			background-position:center center;
			width:34px;
			height:100%;
			position:absolute;
			top:0;
		}

			.lightbox-direction a.prev-year:before {background-image:url(../img/direction-left.png);left:-40px;}
			.lightbox-direction a.next-year:before {background-image:url(../img/direction-right.png);right:-40px;}


.btm-border {
	border-bottom:2px solid #43050e;
	margin-bottom:60px;
	padding-bottom:30px;
}
	.btm-border:after {
		content: '';
    	width: 100%;
    	border-bottom: 1px solid #43050e;
    	height: 1px;
    	display: block;
    	position: absolute;
    	bottom: -10px;
    	left: 0;
	}

/*--------------------------*/
/*------Contact Styles------*/
/*--------------------------*/

.header-contact {
	background-image:url(../img/header-contact.jpg);
}

.map-container{
	width:100%;
	position:relative;
	margin:60px 0 0 0;
}

.search-overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	padding:180px 0 0;
	background:rgba(255,255,255,0.5);
}

.search-overlay h2{
	color:#000000;
	font-size:40px;
	margin-bottom:20px;
}

.search-overlay .form-control{
	max-width:400px;
	vertical-align:top;
	float:none;
	margin-right:-6px;
	display:inline-block;
	height:40px;
	border:0px;
	border-radius:0;
}

.search-overlay .form-control:focus{
	box-shadow:none;
}

.search-overlay .input-submit{
	background-image:url('../img/icon-location-search.png');
	display: inline-block;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
    float:none;
    background-size:18px;
}

#stockist-map{
	width:100%;
	height:500px;
}

.stockist-get-in-touch{
	background:#EBEBEB;
	text-align:center;
	padding:60px 0 80px;
}
.stockist-get-in-touch h2{
	color:#000000;
	font-size:40px;
	margin-bottom:40px;
}
.stockist-get-in-touch p{
	max-width:620px;
	margin:0 auto;
}
.stockist-get-in-touch .solid-btn{
	margin-top:40px;
}

.online-suppliers {
	text-align: center;
	background: #ffffff;
	padding: 25px 0;
}

.online-suppliers h3 {
	font-size: 35px;
    color: #242728;
    text-transform: uppercase;
    font-family: "karmina";
    font-weight: 400;
}

.map-infobox{
	padding:15px 10px 10px;
}

.map-infobox h2{
	font-size:24px;
	margin-top:0;
	color:#4B3048;
}

.map-infobox p{
	font-size:18px;
}

.map-infobox a{
	color:#a08058;
}

/*--------------------------*/
/*-----Stockists Styles-----*/
/*--------------------------*/

.header-stockists {
	background-image:url(../img/header-stockists.jpg);
}

.map-content input {width:100%;}

/*-----------------------*/
/*------News Styles------*/
/*-----------------------*/

.header-news {
	background-image:url(../img/header-news.jpg)
}

.news-section {padding-top:80px !important;}

.header-news .date {
	font-size: 24px;
	text-transform: uppercase;
}

.text-block img {float:left;padding:30px;max-width:45%;height:auto;}

.news-filter ul {
	margin:20px auto 60px;
	padding:0;
	list-style: none;
	display: table;
}

.news-filter ul li {
	float:left;
	display: table-cell;
	margin-right:30px;
}
	.news-filter ul li:last-child {margin-right:0;}

.news-filter ul li a {
	font-size:24px;
	color:#43050e;
}

.featured-news .featured-img-link{
	background:rgba(223, 213, 181, 0.4);
	width:100%;
	display:block;
	padding:20px 0;
}
.featured-news .featured-img-link img{
	margin:0 auto;
}

.featured-news p:first-of-type {
	font-size:18px;
}

.featured-news p {
	color:#242728;
	font-size:16px;
}

.featured-news p.date {
	color: #939393;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 17px;
    margin-bottom: 0;
}

.featured-news h3 {color:#43050e;margin:10px 0 30px;}

.featured-news-content {
	padding-bottom:30px;
	border-bottom:1px solid #43050e;
	position:relative;
}
	.featured-news-content:after {
		border-bottom: 2px solid #242728;
		content: '';
		display: block;
		width: 100%;
		bottom: 6px;
		position:absolute;
		left:0;
	}

.news-row {
	padding-top:60px;
}

.pagination-row {
	padding:60px 0;
	text-align: center;
}

	.pagination-row  ul {
		margin:0 auto;
		padding:0;
		display: inline-block;
		list-style: none;
		text-align: center;
	}

	.pagination-row  ul li {
		margin-right:20px;
		display: inline-block;
	}

	.pagination-row  ul li a {
		font-size: 20px;
		color:#43050e;
	}

.pagination-control {
	display: inline-block;
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	height:16px;
	width:16px;
}
	.pagination-control.prev {background-image:url(../img/btn-back-maroon.png);}
	.pagination-control.next {background-image:url(../img/btn-forward-maroon.png);}

.tweet {
	height: 268px;
	border:5px solid grey;
	background-color:#FFF;
	box-sizing: border-box;
}

.latest-tweets {
	background:#43050e;
	padding:60px 0 80px;
}

.latest-tweets h3 {color:#FFF;padding-left:15px;margin-bottom:20px;}

.all-tweets {
	position:absolute;
	right:30px;
	bottom:0;
	color:#FFF;
	font-size:18px;
}

	.all-tweets:after {
		content: '';
		background:url(../img/btn-forward-gold.png) center center no-repeat;
		background-size:contain;
		width:12px;
		height:12px;
		display: inline-block;
		margin-left:10px
	}

/*--------------------------*/
/*-Age Verification Styles-*/
/*------------------------*/

.fs-bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: url(../img/bg-straight_wood.jpg) center top repeat;
    background-size: contain;
}

.age-verification .container {
	padding:140px 0;
	text-align: center;
	color:#FFF;
}
	.age-verification .container:after {
		content: '';
		background: url(../img/curve.png) repeat-x;
		width:100%;
		position:absolute;
		left:0;
		bottom:-5px;
		display: block;
		height:5px;
		z-index: 99999;
	}

.age-verification .container .logo {
	max-width:450px;
	margin:0 auto 60px;
}

.age-verification .container .logo:after {
	content: 'THE SHERRY CASK connoisseurs';
	text-transform: uppercase;
	font-size:20px;
	display: inline-block;
	color:#b5984a;
	margin-top:30px;
	font-family: 'karmina';
}

.age-verification .container h3 {color:#FFF;margin-bottom:30px;}

.age-verification .container select {margin:30px auto;width:75%;float:none;}

.age-verification .container ul {
	list-style: none;
	padding:0;
	margin:0 auto;
	display: inline-block;
}
	.age-verification .container ul li {
		display: inline-block;
		height:235px;
		float:left;
		width:33.3333%
	}

	.age-verification .container ul li input {
		font-size: 50px;
		color: #FFF;
		text-transform: uppercase;
		font-family: "karmina";
		font-weight: 400;
		text-align: center;
		width:100%;
		background:url(../img/agever-input.png) center center no-repeat;
		background-size:contain;
		height:100%;
		border:0;
		color:#43050e;
		outline:none;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: textfield !important;
	}

.age-verification p {
	font-size:18px;
	margin-top:20px;
}

.age-verification .btn-block {
	background:#FFF;
	color:#43050e;
	width:80%;
	margin:25px auto 40px;
}

.age-verification .smallprint {
	font-size:12px;
	text-align: center;
	margin-top:60px;
	display: block;
}

.age-verification .disclaimer {padding:20px 0 0;}
	.age-verification .disclaimer p {font-size:12px;}

	.mobile-logo {display: none;}

/*------------------------*/
/*-----Cookie Slideup-----*/
/*------------------------*/

body .cc_banner-wrapper{
	z-index: 999999;
}

body .cc_banner{
	background:#43050E;
	z-index: 999;
}
body .cc_container .cc_message{
	color:#fff;
}

body .cc_container a,
body .cc_container a:visited{
	color:#fff;
}
body .cc_container a:hover{
	color:#fff;
	text-decoration:underline;
}

body .cc_container .cc_btn,
body .cc_container .cc_btn:visited{
	color:#4B3048;
	background:#fff;
	border-radius:0;
    font-size: 20px;
    font-weight: 400;
    text-transform:uppercase;
}
body .cc_container .cc_btn:hover{
	background:#4B3048;
	color:#fff;
}


/* MEDIA QUERIES */

@media (max-width:1515px) {
	.home-header ul.social-links {top:-30px;}
}

@media (max-width:1390px) {
	.home-header ul.social-links {top:-30px;}

}

@media (max-width:1349px) {


}

@media (max-width:1310px) {


}

@media (max-width:1200px) {

	.featured-whiskies ul li {width:16%;}
	.featured-whiskies ul li:nth-child(2n) {margin-right:28%;}
	.featured-whiskies ul li:last-child {margin-right:0;}

	.header-image {height:830px;}
	.whisky-detail-header.header-image {height:630px;}

	.team-block span.name {font-size:18px;}
	.team-block span.job-title {font-size:15px;}

	.team-block {min-height:250px;}
}

@media (min-width:1000px) {
	.input-container {width:80%}
	.styled-input {width: 80%;}
	.input-submit {width:20%}

	.nav-container ul.sub-nav.subnav-whisky li {width:47%} /* {width:23%;}*/
}

@media (max-width:1024px) {
	h2 {font-size:40px}

	.nav-container ul li {margin-right:10px;}
	.nav-container ul li a {font-size:14px;}

/*
	.nav-container ul li a.has-sub:hover {
		visibility: hidden;
	}
*/

	.nav-container ul li a.has-sub:before {
		content: 'Our Story';
		position:absolute;
		width:100%;
		left:0;
		top:30px;
		text-align: center;
		visibility: visible;
		display: block;
	}

	.nav-container ul li:nth-child(2n) a.has-sub:before {
		content: 'Our Whisky';
	}

	.home-header ul.social-links {top:-30px;}

	.home-node {padding:110px 0;}



}

@media (min-width:992px) and (max-width:1199px) {
	.nav-container ul li {margin-right:10px;}
	.nav-container ul li a {font-size:14px;}
}

@media (max-width:998px) {
	.featured-whiskies ul li {width:13%;}
	.featured-whiskies ul li:nth-child(2n) {margin-right:39%;}
	.featured-whiskies ul li:last-child {margin-right:0;}
	.featured-whiskies ul li a span.title {bottom:-70px;}

}

@media (min-width:830px) and (max-width:991px) {
	.nav-container ul li a {font-size:13px;}
	.nav-container ul li {margin-right:15px;}

	.tour-image {display: none;}
	.tour-description {height:auto;}
	.tour-node {margin:0;}

	.input-container {width:80%}
	.styled-input {width: 80%;}
	.input-submit {width:20%}

	.nav-container ul.sub-nav li a {font-size:18px;}
	.nav-container ul.sub-nav.subnav-whisky li {width:47%;} /*  {width:22.5%;} */
}


@media (max-width:830px) {

	h1 {font-size:50px;}
	h2 {font-size:40px;}
	h3 {font-size:30px;}
	h6, .text-block h6 {font-size:24px;line-height: 26px;}

		.text-block p, .timeline-block p {font-size:16px;line-height: 18px;}

	.whisky-section .bx-wrapper .bx-viewport {background-color:transparent;}

	.nav-container ul li a.has-sub:before {display: none;}

	.mobile-logo {
		position:absolute;
		top:20px;
		z-index: 999;
		width:100%;
		display: block;
	}

		.mobile-logo a {
			width:211px;
			display: block;
			text-align: center;
			margin:0 auto;
		}

		.mobile-logo img {

		}

	.main-nav-wrapper {
		z-index:9998;
		position:fixed;
		width:100%;
		height:100%;
		background:rgba(67,5,14,0.8);
		opacity:0;
		pointer-events: none;
		-moz-transition:all .4s ease-in-out .4s;
		-webkit-transition:all .4s ease-in-out .4s;
		transition:all .4s ease-in-out .4s;
		overflow-y: scroll;
	}

		.mobile-menu-open .main-nav-wrapper.mobile {
			opacity:1;
			pointer-events: all;
			display: block;
		}

	.header-image {height:590px;}
	.header-content {top:45%;}

	.nav-container ul {
		display: block;
		margin-top:100px;
	}

	.nav-container ul li {
		float:left;
		width:100%;
		padding:0;
		text-align: left;
	}
		.nav-container ul li a {
			font-size:20px;
			padding:20px 0 15px;
			border-bottom:1px solid #FFF;
		}
			.nav-container ul li a:after {display: none;}

			.nav-container ul.sub-nav {
				opacity:1;
				position:static;
				margin:0;
				background:transparent;
				padding:0;
				display: none;
			}

			.nav-container ul.sub-nav li {
				height:auto;
				background:transparent;
				background-image:none !important;
				width:100%;
			}
			.nav-container ul.sub-nav.subnav-whisky li {width:100%;}

				.nav-container ul.sub-nav li a {
					font-size:18px;
					text-align: left;
					background:transparent;
					background-image:none;
					padding: 15px 0 10px;
				}
				.nav-container ul.sub-nav li a span.subnav-title {margin-top:0;margin-left:10px;}
					.nav-container ul.sub-nav li a span:after {
						display: none;
					}


	.default-nav {top:0;}
	.default-nav .nav-container {background:transparent;}
	.logo-container {margin-top:20px;}

	.mobile-menu {display: block;z-index:9999;}

	.whisky-section ul li {
  	  float: left;
  	  margin-right: 0;
  	  min-height: 470px;
  	  width: 100%;
	}

	.tour-image {display: none;}
	.tour-description {height:auto;}
	.tour-node {margin:0;}

	.input-container {width:80%}
	.styled-input {width: 80%;}
	.input-submit {width:20%}

}

@media (max-width:768px){

	h1 {font-size:40px;}
		h1:after {height:10px;margin:15px 0;}
	h2 {font-size:35px;}
	h3 {font-size:26px;}
	h6, .text-block h6 {font-size:18px;line-height: 22px;}

	.header-image {height:500px;}

	.barrel {left:40%;margin-left:0 !important;}

	.featured-whiskies ul li {width:100%;margin-right:0 !important;}

	.image-node {display: none;}
	.home-node {
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
	}

	.default-nav .nav-container {height:100%;overflow: scroll;}

	.search-container {
	    top:-10px;
	    width:65%;
    }

    .fixed-nav {position:static;overflow: hidden;display: none;}

    .team-lightbox {width:100%;height:100vh;}

	.default-nav .nav-container ul {height:530px;overflow: scroll;}

	.home-logo:after {height:60px;}
	.loaded .home-logo:after {margin-top:-20px;}

	.about_us-section.bookends:before, .story-section.bookends:before {margin:0;}

	.social-links {display: none !important;}
	.search-container {right:20px;}

	.visitor-nodes .home-node {background-image:url(../img/visitor-node.jpg)}
	.distillery-nodes .home-node {background-image:url(../img/distillery-node.png)}

	.news-block {text-align: center;margin-top:40px;}
	.news-block img {display: inline-block;}

	.news-content {width:50%;margin:0 auto;}
	.news-block:after {width:50%;margin:0 auto;}

	.bookends:before, .bookends:after {
	}

	.opening-times-block {margin-bottom:60px;}
		.opening-times-block:last-child {margin-bottom:0;}

	.featured-news-content {margin-top:40px;}

	.ontop {padding:0 !important;}
	.latest-tweets h3 {text-align:center;}
	.all-tweets {
		position:static;
		width:100%;
		text-align: center;
		display: block;
		float:none !important;
		clear:both;
	}

	.tweet {margin-top:30px;}

	.news-filter ul {margin:40px auto;}
	.news-filter ul li a {font-size:20px;}

	.section-nav li a {font-size:17px;}
	.timeline-nav ul li a {font-size:18px;}

	.input-container {width:80%}
	.styled-input {width: 80%;}
	.input-submit {width:20%}

	.history-nav.affix {top:90px;}

	.timeline-nav ul {width:calc(100% + 15px);padding:30px 15px;}
	.affix .timeline-nav ul {padding:15px;}

	.barrel {
		position:static;
		margin:0 !important;
		background:transparent;
		height:auto;
		width:100%;
		text-align:center;
	}

	.barrel-text {
		position:static;
		width:100%;
		margin: 0 !important;
	}

	.barrel-text h2 {
		color:#43050e;
	}

	.barrel-text .text-btn {color:#43050e;}

	.featured-whiskies ul {margin-top:40px;display: inline-block;}
	.featured-whiskies ul li {height:340px;display: inline-block;width:100%;}
	.featured-whiskies ul li a {min-height:340px;}

	.featured-whiskies .bx-viewport {background:transparent;}

	.whisky-detail-header.header-image {height:400px;}
	.whisky-detail-header h1 {margin-top:180px;}

	.sp-tour {margin-bottom:30px;}

	.tour-details {margin-top:30px;}
	.tour-details li {
		padding-left:35px;
		padding-right:10px;
		font-size:18px;
		margin-right:10px;
	}

	.bookends:after {margin-bottom:30px !important;}

	.sp-tour {display:block;}

	.news-block .img-link{
		display:inline-block;
	}

	.news-container h2 {margin-bottom:15px;}

	.btn-all_news {
		position:relative;
		margin:0 auto;
		right:0;
		text-align: center;
		color:#43050e;
	}
}

@media (max-width:480px){

	h1 {font-size:40px;}
		h1:after {height:10px;margin:15px 0;}
	h2 {font-size:35px;}
	h3 {font-size:26px;}
	h6, .text-block h6 {font-size:18px;line-height: 22px;}

	.default-nav .logo-container img, .mobile-logo a {width:180px;}

	.text-block {margin-top:30px;padding:0 15px;}
		.text-block p, .timeline-block p {font-size:15px;line-height: 17px;}

	.white-section {padding-top:0 !important;}

	.header-image {height:540px;}

	.about-intro p {font-size:16px;}
	.news-content {width:100%;margin:0 auto;}
	.news-block:after {width:100%;margin:0 auto;}


	.featured-whiskies {min-height: 460px;}

	.foot-wrapper ul li {
		text-align: center;
		display: inline-block;
		float:left;
		width:100%;
	}
	.home-header {height:560px;}
	.home-logo {
		width: 320px;
	}

	.timeline-segment {right:14px;}
	.timeline-block:after {right:5px;}

	.map-wrapp {margin:40px 0;}

	.whisky-section ul li {min-height: 400px}
	.whisky-section ul li a {min-height:310px;}
	.whisky-section ul li a span.title {top:330px;}

	.history-nav.affix {top:90px;}

	.timeline-nav ul {width:100%;padding:30px 15px;}
	.affix .timeline-nav ul {padding:15px;}

	.tour-image {display: none;}
	.tour-description {height:auto;}
	.tour-node {margin:0;}

	.whisky-detail-header {
		height:320px;
		padding:20px;
	}

	.whisky-bottle-container img {height:500px;}

	.whisky-details {margin-top:40px;}
	.whisky-nav-controls a {display: none;}

	.related-whisky {margin-top:40px !important;}

	.signpost {padding-bottom:80px;}

	.bookends.bookends-gold:before {background-image: url(../img/bookend-top-mob.png);}
	.bookends.bookends-gold:after {background-image: url(../img/bookend-end-mob.png);}

	.bookends.bookends-red:before {background-image: url(../img/bookend-top-red-mob.png);}
	.bookends.bookends-red:after {background-image: url(../img/bookend-end-red-mob.png);}

	.bookends:after {margin-bottom:30px !important;}

	.mobile-menu {left:20px;}

	.tables-image {margin-top:25px;}

	.white-section.bookends {
		padding-bottom:1px !important;
	}

	.sp-tour {margin-bottom:30px;}

	.tour-details {margin-top:30px;}
	.tour-details li {
		padding-left:30px;
		padding-right:10px;
		font-size:18px;
	}

	.container {
		padding-left:6px;
		padding-right:6px;
	}

	.age-verification .container ul li {height:165px;}
	.age-verification .container ul li {width:100%;}

	#TA_cdsratingsonlywide666 {max-width:100%;overflow: hidden;}
	.cdsROW.wide .cdsLocName a {display:none !important;}

	.default-nav .nav-container {margin-top:0;}

	.member-content {padding:0 10%;bottom:80px;}
	.member-content p {font-size:15px;line-height: 18px;}
	.about-direction {top:90%;}

	.news-block .img-link {width:100%;}
	.news-block .news-image {width:100%;}

	.timeline-header h2 {font-size:30px;color:#FFF;}


	.history-nav.affix {position:static;}

	.timeline-block {height:380px;}
	.timeline-nav ul {padding:30px;}

	.nav-logo {display: none;}

	.default-nav .nav-container ul {margin-top:30px;}
	.timeline-nav {padding:0 !important;margin-left:0;}

	.search-overlay .form-control {
		max-width: 320px;
	}

	.search-overlay {
		overflow: hidden;
	}
}


@media (max-width:420px){
	.text-block {padding:0;}

	.tour-details {margin-top:0;}
	.tour-details li {font-size:14px;margin-right:5px;}
	.cdsROW .cdsRating span {display: none !important;}

	.timeline-block {height:340px;}

	.header-news .header-content {
		top: 50%;
	}

	.header-news .header-content h1 {
		font-size: 18px;
	}


}

/* IE 9 HACKS */
@media all and (min-width:0\0) and (min-resolution:.001dpcm)
{
	/*.whiskies-list ul li{
		display:inline-block !important;
	}*/
	.centered{
		float:none !important;
	}
	/*
	.bx-wrapper .bx-viewport{
		background:transparent !important;
	}
	.slider-prev a,
	.slider-next a{
		background:url('../img/transparent_1x1.png');
	}
	*/
}
