/*
Theme Name: Rare Saint 2024
Theme URI: 
Description: Custom Theme for St Elmo
Author: DTP
Version: 1.0
Tags: custom
*/

/* CSS Document */

html,
body {
	height: 100%;
}

body {
	font-family: AvenirPro45Book, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #111;
	background: #e3dfd6;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-family: WorkerBold, sans-serif;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 45px;
	letter-spacing: 7px;
	line-height: 45px;
	text-transform: uppercase;
}

h2 {
	font-family: WorkerBold, sans-serif;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 35px;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 20px;
}

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 25px 0 25px 0;
}

a:link {
	color: #111;
	text-decoration: underline;
}

a:visited {
	color: #111;
	text-decoration: underline;
}

a:hover {
	color: #a28f61;
	text-decoration: underline;
}

a:active {
	color: #a28f61;
	text-decoration: underline;
}

.rs-gold {
	color: #a28f61;
}


.avenirheavy {
	font-family: AvenirPro85Heavy;
}

/*-------------------------------------------
	header
-------------------------------------------*/

.skip-link {
	position: fixed;
	top: -200px;
	left: 200px;
	background-color: #fff;
	font-family: AvenirPro45Book, sans-serif;
	font-weight: 700;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px;
}

.skip-link:focus {
	top: 0;
	/* Now the link will appear */
}

#mobileHeader {
	display: none;
}


.header {
	width: 100%;
	height: 65px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	text-align: left;
}

.darkheader {
	background-color: rgba(0, 0, 0, 1.0);
}

.sheader {
	width: 100%;
	height: 65px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: left;
	background-color: #000;
}

#logoContainer {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9997;
}

#logoTop {
	width: 400px;
	height: 140px;
	padding: 0;
	margin: 60px auto;
	text-align: left;
	background-image: url(images/rare-saint-logo.png);
	background-repeat: no-repeat;
	background-size: 400px 140px;
}

#Lnav {
	width: 400px;
	height: 140px;
	margin: 0;
	padding: 0;
	position: relative;
}

#Lnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#Lnav li a {
	height: 0px;
	display: block;
	padding-top: 140px;
	overflow: hidden;
}

#Lnav1 {
	left: 0;
	width: 400px;
}

#Lnav li a:focus {
	text-decoration: inherit;
	outline: auto;
}

#headerL {
	width: 200px;
	height: 70px;
	display: inline;
	float: left;
	text-align: left;
	margin: 30px 0 0 30px;
}

#headerR {
	width: 40px;
	height: 30px;
	display: inline;
	float: right;
	text-align: left;
	margin: 50px 50px 0 0;
}

.menu-icon {
	background-color: transparent;
	border: none;
	color: white;
	width: 40px;
	height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
}

.button1 {
	background-color: transparent;
	color: white;
}

.button1:focus {
	text-decoration: inherit;
	background-color: #000;
	outline: auto;
}

.button1:hover {
	color: white;
}

.overlay {
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #000;
}

.overlay-content {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	text-align: center;
	margin-top: 0px;
}

#onavContainer {
	width: 100%;
	height: auto;
	padding: 100px 0 0 0;
	margin: 0;
	text-align: right;
}

#mNavContainer {
	display: none;
}

/* - - - Navigation - - - */

nav ol,
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav-list,
.nav {
	width: 100%;
	display: block;
	height: auto;
	float: none;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-family: WorkerBold, sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
}

ul.nav-list li.nav-item {
	display: block !important;
	text-align: right;
	float: none !important;
}

ul.nav-list li.nav-item a {
	text-decoration: none;
	display: block;
	line-height: auto;
	height: auto;
	margin: 0;
	color: #a28f61;
	border-top: 1px solid #333;
	padding: 15px 50px !important;
}

ul.nav-list li.nav-item a:hover {
	color: #fff;
}

ul.nav-list li.nav-item-ON a {
	padding: 15px 0px;
	color: #c20430;
	border-top: 1px solid #333;
}

ul.nav-list li.nav-item:first-child a,
ul.nav-list li.nav-item-ON:first-child a {
	border: none;
}

ul.nav-list li.nav-blank {
	display: none;
}

/*-------------------------------------------
	page structure
-------------------------------------------*/

/* - - - Home Page Structure - - - */

#homeFeaturedImage {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	text-align: left;
	background-color: #000;
	overflow: hidden;
	background-image: url(images/home-boarder-top.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: 10px 3px;
}

#subFeaturedImage {
	width: 100%;
	height: 260px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	background-color: #000;
	overflow: hidden;
}

#homeContent {
	width: 100%;
	height: auto;
	min-height: 400px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	background-color: #e3ded6;
	overflow: hidden;
}

#homeBlock {
	width: 100%;
	height: auto;
	margin: -150px 0 0 0;
	position: relative;
	text-align: center;
	z-index: 9998;
}

.homeHeadline {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	text-align: center;
}

#headlineContainer {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	font-size: 80px;
	line-height: 100px;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-family: NationalCurrency, sans-serif;
	font-style: normal;
	color: #a28f61;
}

#homeBlock-2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 0 0;
	position: relative;
	text-align: center;
	z-index: 9998;
}

#headlineContainer-worker {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-family: WorkerBold, sans-serif;
	font-style: normal;
	color: #a28f61;
}

#homeText {
	width: 700px;
	height: auto;
	margin: 80px auto;
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-family: AvenirPro45Book, sans-serif;
	font-weight: 300;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
}

.dividerSm {
	width: 130px;
	height: auto;
	margin: 40px auto;
	position: relative;
	text-align: center;
}

.dividerSmSub {
	width: 130px;
	height: auto;
	margin: 40px 0 40px 0;
	position: relative;
	text-align: center;
}

.dividerMd {
	width: 310px;
	height: auto;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

#homeWhoWeAre {
	width: 100%;
	height: auto;
	min-height: 400px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
	background-image: url(images/home-boarder-bottom.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: 10px 3px;
}

#homeWhoWeAreContainer {
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#homeWhoWeAreCollage {
	width: 750px;
	height: 1150px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

#CollagePhotos {
	width: 750px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	float: left;
}

.goldText {
	color: #a28f61;
}

#CollageHeadline {
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 170px;
	left: 640px;
	z-index: 9999;
}

#CollageText {
	width: 420px;
	height: auto;
	margin: 280px 0 0 40px;
	padding: 0;
	position: relative;
	display: inline;
	float: left;
	font-family: AvenirPro45Book, sans-serif;
	font-size: 18px;
	line-height: 28px;
}

#CollageText-Left {
	width: 720px;
	height: auto;
	margin: 40px 0 0 320px;
	padding: 0;
	position: relative;
	display: inline;
	float: left;
	font-family: AvenirPro45Book, sans-serif;
	font-size: 18px;
	line-height: 28px;
}


#homeWhiskeys {
	width: 100%;
	height: auto;
	min-height: 400px;
	margin: 0;
	padding: 100px 0 100px 0;
	position: relative;
	text-align: center;
	background-color: #000;
}

#homeWhiskeys h1 {
	color: #a28f61;
	line-height: 0;
}

#homeWhiskeys-Text {
	width: 550px;
	height: auto;
	margin: 40px auto;
	padding: 0;
	position: relative;
	font-family: AvenirPro45Book, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #a28f61;
}

#Contact-Text {
	width: 550px;
	height: auto;
	margin: 40px auto;
	padding: 0;
	position: relative;
}

form#gform_2 input#gform_submit_button_2 {
	background: #000 !important;
}

#whiskey-scroll-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

#whiskey-block-container {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.whiskeys-block {
	width: 290px;
	height: auto;
	margin: 60px 20px;
	padding: 0;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-family: AvenirPro45Book, sans-serif;
	font-weight: normal;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	box-sizing: border-box;
}

.xwhiskeys-block p {
	color: #a28f61;
}

.whiskeys-block a {
	display: block;
	height: 100%x;
	padding: 0px;
	box-sizing: border-box;
}

.whiskeys-block a:link {
	color: #a28f61;
	text-decoration: none;
}

.whiskeys-block a:visited {
	color: #a28f61;
	text-decoration: none;
}

.whiskeys-block a:hover {
	color: #fff;
	text-decoration: none;
}

.whiskeys-block a:active {
	color: #fff;
	text-decoration: none;
}


#homeMail {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 80px 0;
	position: relative;
	text-align: center;
	background-color: #a28f61;
}


#subBlock {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#subContainer {
	width: 1200px;
	height: auto;
	margin: 80px auto;
	position: relative;
	text-align: center;
}

#subBottle {
	width: 500px;
	height: auto;
	margin: 0;
	position: relative;
	text-align: center;
	display: inline;
	float: left;
}

#subText {
	width: 500px;
	height: auto;
	margin: 60px 0 0 0;
	position: relative;
	text-align: left;
	display: inline;
	float: left;
	font-family: AvenirPro45Book, sans-serif;
	font-size: 18px;
	line-height: 28px;
}

#subheadlineContainer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	color: #a28f61;
	font-family: WorkerBold, sans-serif;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 45px;
	letter-spacing: 7px;
	line-height: 45px;
	text-transform: uppercase;
}


#subTastingContainer {
	width: 700px;
	height: auto;
	margin: 70px 0 0 0;
	position: relative;
	text-align: center;
	display: inline;
	float: left;
}

#subTasting {
	width: 400px;
	height: auto;
	margin: 100px 100px 0 0;
	position: relative;
	text-align: left;
	display: inline;
	float: right;
}

#subTastingImage {
	width: 500px;
	height: auto;
	margin: 70px 0 0 0;
	position: relative;
	text-align: center;
	display: inline;
	float: left;
}

.subheader {
	width: 100%;
	height: 240px;
	margin: 0;
	position: relative;
	text-align: center;
	background-color: #191919;
}

#menuBTNb {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #a28f61;
	background-color: #000;
	font-family: AvenirPro85Heavy;
	font-size: 16px;
	letter-spacing: 1px;
	box-sizing: border-box;
	border: 1px solid #a99767;
	text-transform: uppercase;
}

#menuBTNb a {
	display: block;
	height: auto;
	padding: 10px 20px 10px 20px;
}

#menuBTNb a:link {
	color: #a28f61;
	text-decoration: none;
}

#menuBTNb a:visited {
	color: #a28f61;
	text-decoration: none;
}

#menuBTNb a:hover {
	color: #FFF;
	text-decoration: none;
}

#menuBTNb a:active {
	color: #FFF;
	text-decoration: none;
}


/*--- Clear ---*/

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*--- Footer ---*/

#footer {
	width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
	margin: 0;
	text-align: left;
	background-color: #000;
	color: #fff;
	background-image: url(images/bg-wood.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#footer a:link {
	color: #fff;
	text-decoration: underline;
}

#footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #a28f61;
	text-decoration: underline;
}

#footer a:active {
	color: #a28f61;
	text-decoration: underline;
}

#footerL {
	width: 160px;
	height: auto;
	padding: 0;
	margin: 0 0 0 30px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

#footerR {
	width: 180px;
	height: auto;
	padding: 15px 0 0 0;
	margin: 0 0 0 30px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-family: AvenirPro45Book, sans-serif;
	font-weight: normal;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#footerR a:link {
	color: #fff;
	text-decoration: none;
}

#footerR a:visited {
	color: #fff;
	text-decoration: none;
}

#footerR a:hover {
	color: #a28f61;
	text-decoration: none;
}

#footerR a:active {
	color: #a28f61;
	text-decoration: none;
}

#footerB {
	width: 100%;
	height: auto;
	padding: 30px;
	margin: 0;
	box-sizing: border-box;
	text-align: right;
	font-size: 13px;
}

/*--- Ambassadors ---*/

.ambassadors-style .cycle-slideshow:after {
	background: linear-gradient(180deg, transparent, rgb(0 0 0 / 50%) 90%, #000 100%);
	content: '';
	height: 100%;
	left: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 99;
}

div#homeWhiskeys.ambassadors-style {
	min-height: initial;
}

.ambassadors-style a.button {
	align-items: center;
	background: #a28f61;
	color: #000;
	display: inline-flex;
	font-family: AvenirPro85Heavy;
	justify-content: center;
	letter-spacing: 1px;
	padding: 12px 24px 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.ambassadors-style a.button:is(:hover, :focus, :focus-visible) {
	background: #fff;
}

/* tablet Wide
--------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1279px) {

	#logoContainer {
		width: 100%;
		height: 100px;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9997;
	}

	#logoTop {
		width: 286px;
		height: 100px;
		padding: 0;
		margin: 60px auto;
		text-align: left;
		background-image: url(images/rare-saint-logo.png);
		background-repeat: no-repeat;
		background-size: 286px 100px;
	}

	#Lnav {
		width: 286px;
		height: 100px;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#Lnav li a {
		height: 0px;
		display: block;
		padding-top: 100px;
		overflow: hidden;
	}

	#Lnav1 {
		left: 0;
		width: 286px;
	}


	#headlineContainer-worker {
		width: 900px;
		font-size: 40px;
		line-height: 50px;
	}

	#homeText {
		width: 700px;
		height: auto;
		margin: 80px auto;
		position: relative;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		font-family: AvenirPro45Book, sans-serif;
		font-weight: 300;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
	}

	#CollagePhotos {
		width: 500px;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageHeadline {
		width: 400px;
		height: auto;
		margin: 0 0 0 40px;
		padding: 0;
		top: inherit;
		left: inherit;
		z-index: 9999;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageText {
		width: 400px;
		height: auto;
		margin: 0 0 0 40px;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 18px;
		line-height: 28px;
	}

	#CollageText-Left {
		width: 600px;
		height: auto;
		margin: 40px 0 0 215px;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 18px;
		line-height: 28px;
	}

	#homeWhiskeys {
		width: 100%;
		height: auto;
		min-height: 400px;
		margin: 0;
		padding: 100px 0 100px 0;
		position: relative;
		text-align: center;
		background-color: #000;
	}

	#whiskey-scroll-container {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		overflow-x: auto;
	}

	#whiskey-block-container {
		width: 1240px;
		height: auto;
		margin: 0 auto;
		padding: 0 40px;
		position: relative;
		text-align: left;
	}

	.whiskeys-block {
		width: 250px;
		height: auto;
		margin: 50px 20px;
	}

	#subContainer {
		width: 900px;
		height: auto;
		margin: 80px auto;
		position: relative;
		text-align: center;
	}

	#subBottle {
		width: 400px;
		height: auto;
		margin: 0;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

	#subText {
		width: 500px;
		height: auto;
		margin: 60px 0 0 0;
		position: relative;
		text-align: left;
		display: inline;
		float: left;
	}

	#subheadlineContainer {
		font-size: 40px;
		line-height: 50px;
	}


	#subTastingContainer {
		width: 500px;
		height: auto;
		margin: 70px 0 0 0;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

	#subTasting {
		width: 400px;
		height: auto;
		margin: 100px 50px 0 0;
		position: relative;
		text-align: left;
		display: inline;
		float: right;
	}

	#subTastingImage {
		width: 400px;
		height: auto;
		margin: 70px 0 0 0;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

}




/* tablet
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {

	#homeBlock {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer {
		width: 650px;
		height: auto;
		margin: 0 auto;
		padding: 40px 0 0 0;
		position: relative;
		text-align: center;
		font-size: 80px;
		line-height: 82px;
		letter-spacing: 8px;
	}

	#homeBlock-2 {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer-worker {
		width: 650px;
		height: auto;
		margin: 0 auto;
		padding: 0px 0 0 0;
		position: relative;
		text-align: center;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-family: WorkerBold, sans-serif;
		font-style: normal;
		color: #a28f61;
	}

	#homeText {
		width: 650px;
		height: auto;
		margin: 40px auto;
		position: relative;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		font-family: AvenirPro45Book, sans-serif;
		font-weight: 300;
		font-style: normal;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: none;
	}

	#homeWhoWeAreCollage {
		width: 600px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 50px 0;
		position: relative;
		text-align: left;
	}

	h1 {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 30px;
	}

	h2 {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 30px;
	}

	#CollagePhotos {
		width: 500px;
		height: auto;
		margin: 0 0 0 40px;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageHeadline {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 80px 0 80px;
		box-sizing: border-box;
		top: inherit;
		left: inherit;
		z-index: 9999;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 80px 0 80px;
		box-sizing: border-box;
		position: relative;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 18px;
		line-height: 28px;
	}

	#CollageText-Left {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 80px 0 80px;
		box-sizing: border-box;
		position: relative;
		text-align: right;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 18px;
		line-height: 28px;
	}

	#subContainer {
		width: 700px;
		height: auto;
		margin: 80px auto;
		position: relative;
		text-align: center;
	}

	#subBottle {
		width: 300px;
		height: auto;
		margin: 0;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

	#subText {
		width: 350px;
		height: auto;
		margin: 0;
		position: relative;
		text-align: left;
		display: inline;
		float: left;
	}

	#subheadlineContainer {
		font-size: 30px;
		line-height: 40px;
	}


	#subTastingContainer {
		width: 400px;
		height: auto;
		margin: 70px 0 0 0;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

	#subTasting {
		width: 350px;
		height: auto;
		margin: 100px 50px 0 0;
		position: relative;
		text-align: right;
		display: inline;
		float: right;
	}

	#subTastingImage {
		width: 300px;
		height: auto;
		margin: 70px 0 0 0;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

}

/* wide mobile
--------------------------------------------- */
@media (min-width: 640px) and (max-width: 767px) {

	#homeBlock {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 40px 0 0 0;
		position: relative;
		text-align: center;
		font-size: 60px;
		line-height: 62px;
		letter-spacing: 8px;
	}

	#homeBlock-2 {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer-worker {
		width: 640px;
		height: auto;
		margin: 0 auto;
		padding: 40px 0 0 0;
		position: relative;
		text-align: center;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-family: WorkerBold, sans-serif;
		font-style: normal;
		color: #a28f61;
	}

	#homeText {
		width: 100%;
		height: auto;
		margin: 40px auto;
		padding: 0 40px;
		position: relative;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		box-sizing: border-box;
	}

	#homeWhoWeAreCollage {
		width: 500px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 50px 0;
		position: relative;
		text-align: left;
	}

	h1 {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 30px;
	}

	h2 {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 30px;
	}

	#CollagePhotos {
		width: 400px;
		height: auto;
		margin: 0 0 0 40px;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageHeadline {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 80px 0 80px;
		box-sizing: border-box;
		top: inherit;
		left: inherit;
		z-index: 9999;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 80px 0 80px;
		box-sizing: border-box;
		position: relative;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#CollageText-Left {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 80px 0 80px;
		box-sizing: border-box;
		position: relative;
		text-align: right;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#subContainer {
		width: 400px;
		height: auto;
		margin: 80px auto;
		position: relative;
		text-align: center;
	}

	#subBottle {
		width: 300px;
		height: auto;
		margin: 0;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subText {
		width: 400px;
		height: auto;
		margin: 0;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subheadlineContainer {
		font-size: 30px;
		line-height: 40px;
	}


	#subTastingContainer {
		width: 400px;
		height: auto;
		margin: 70px 0 0 0;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subTasting {
		width: 350px;
		height: auto;
		margin: 100px 50px 0 0;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subTastingImage {
		width: 300px;
		height: auto;
		margin: 70px 0 0 0;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

}

/* wide mobile
--------------------------------------------- */
@media (min-width: 568px) and (max-width: 639px) {

	h1 {
		font-size: 60px;
		line-height: 62px;
	}

	h2 {
		font-size: 50px;
		line-height: 52px;
	}

	#homeBlock {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 40px 40px 0 40px;
		position: relative;
		text-align: center;
		font-size: 60px;
		line-height: 62px;
		letter-spacing: 8px;
		text-transform: uppercase;
	}

	#homeBlock-2 {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer-worker {
		width: 560px;
		height: auto;
		margin: 0 auto;
		padding: 0px 0 0 0;
		position: relative;
		text-align: center;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-family: WorkerBold, sans-serif;
		font-style: normal;
		color: #a28f61;
	}

	#homeText {
		width: 100%;
		height: auto;
		margin: 40px auto;
		padding: 0 40px;
		position: relative;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		box-sizing: border-box;
	}

	#homeWhoWeAreCollage {
		width: 500px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 50px 0;
		position: relative;
		text-align: left;
	}

	h1 {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 30px;
	}

	h2 {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 30px;
	}

	#CollagePhotos {
		width: 400px;
		height: auto;
		margin: 0 0 0 40px;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageHeadline {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px 0 40px;
		box-sizing: border-box;
		top: inherit;
		left: inherit;
		z-index: 9999;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px 0 40px;
		box-sizing: border-box;
		position: relative;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#CollageText-Left {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px 0 40px;
		box-sizing: border-box;
		position: relative;
		text-align: right;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#subContainer {
		width: 400px;
		height: auto;
		margin: 80px auto;
		position: relative;
		text-align: center;
	}

	#subBottle {
		width: 300px;
		height: auto;
		margin: 0;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subText {
		width: 400px;
		height: auto;
		margin: 0;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subheadlineContainer {
		font-size: 30px;
		line-height: 40px;
	}


	#subTastingContainer {
		width: 400px;
		height: auto;
		margin: 70px 0 0 0;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subTasting {
		width: 350px;
		height: auto;
		margin: 100px 50px 0 0;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subTastingImage {
		width: 300px;
		height: auto;
		margin: 70px 0 0 0;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

}


/* wide mobile
--------------------------------------------- */
@media (min-width: 480px) and (max-width: 567px) {

	#homeBlock-2 {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 40px 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer-worker {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-family: WorkerBold, sans-serif;
		font-style: normal;
		color: #a28f61;
	}

	#homeText {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		box-sizing: border-box;
	}

	#homeWhoWeAreCollage {
		width: 400px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 50px 0;
		position: relative;
		text-align: left;
	}

	h1 {
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	h2 {
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	#CollagePhotos {
		width: 400px;
		height: auto;
		margin: 0 0 0 0;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageHeadline {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 50px;
		box-sizing: border-box;
		top: inherit;
		left: inherit;
		z-index: 9999;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#CollageText-Left {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		text-align: right;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#subContainer {
		width: 100%;
		height: auto;
		margin: 40px auto;
		position: relative;
		text-align: center;
	}

	#subBottle {
		width: 250px;
		height: auto;
		margin: 0 auto;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subheadlineContainer {
		width: 100%;
		text-align: center;
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	.dividerSmSub {
		margin: 40px auto;
	}

	#subTastingContainer {
		width: 100%;
		height: auto;
		margin: 40px 0 0 0;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subTasting {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subTastingImage {
		width: 300px;
		height: auto;
		margin: 30px 0 0 30px;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 400px) and (max-width: 479px) {

	#homeBlock-2 {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 40px 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer-worker {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-family: WorkerBold, sans-serif;
		font-style: normal;
		color: #a28f61;
	}

	#homeText {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		box-sizing: border-box;
	}

	#homeWhoWeAreCollage {
		width: 400px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 50px 0;
		position: relative;
		text-align: left;
	}

	h1 {
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	h2 {
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	#CollagePhotos {
		width: 360px;
		height: auto;
		margin: 0 0 0 0;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageHeadline {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px;
		box-sizing: border-box;
		top: inherit;
		left: inherit;
		z-index: 9999;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px;
		box-sizing: border-box;
		position: relative;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#CollageText-Left {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px;
		box-sizing: border-box;
		position: relative;
		text-align: right;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#subContainer {
		width: 100%;
		height: auto;
		margin: 40px auto;
		position: relative;
		text-align: center;
	}

	#subBottle {
		width: 250px;
		height: auto;
		margin: 0 auto;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subheadlineContainer {
		width: 100%;
		text-align: center;
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	.dividerSmSub {
		margin: 40px auto;
	}

	#subTastingContainer {
		width: 100%;
		height: auto;
		margin: 40px 0 0 0;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subTasting {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subTastingImage {
		width: 300px;
		height: auto;
		margin: 30px 0 0 30px;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

}



/* wide mobile
--------------------------------------------- */
@media (max-width: 399px) {

	#homeBlock-2 {
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		padding: 40px 0 0 0;
		position: relative;
		text-align: center;
		z-index: 9998;
	}

	#headlineContainer-worker {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 4px;
		text-transform: uppercase;
		font-family: WorkerBold, sans-serif;
		font-style: normal;
		color: #a28f61;
	}

	#homeText {
		width: 100%;
		height: auto;
		margin: 30px auto;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		box-sizing: border-box;
	}

	#homeWhoWeAreCollage {
		width: 400px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 50px 0;
		position: relative;
		text-align: left;
	}

	h1 {
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	h2 {
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	#CollagePhotos {
		width: 360px;
		height: auto;
		margin: 0 0 0 0;
		padding: 0;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageHeadline {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px;
		box-sizing: border-box;
		top: inherit;
		left: inherit;
		z-index: 9999;
		position: relative;
		display: inline;
		float: left;
	}

	#CollageText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px;
		box-sizing: border-box;
		position: relative;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#CollageText-Left {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 40px;
		box-sizing: border-box;
		position: relative;
		text-align: right;
		display: inline;
		float: left;
		font-family: AvenirPro45Book, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	#subContainer {
		width: 100%;
		height: auto;
		margin: 40px auto;
		position: relative;
		text-align: center;
	}

	#subBottle {
		width: 250px;
		height: auto;
		margin: 0 auto;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subText {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subheadlineContainer {
		width: 100%;
		text-align: center;
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	.dividerSmSub {
		margin: 40px auto;
	}

	#subTastingContainer {
		width: 100%;
		height: auto;
		margin: 40px 0 0 0;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		display: inherit;
		float: none;
	}

	#subTasting {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
		text-align: left;
		display: inherit;
		float: none;
	}

	#subTastingImage {
		width: 300px;
		height: auto;
		margin: 30px 0 0 30px;
		position: relative;
		text-align: center;
		display: inline;
		float: left;
	}

}



/* logo tablet
--------------------------------------------- */
@media (max-width: 1023px) {

	#subFeaturedImage {
		width: 100%;
		height: 120px;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		background-color: #000;
		overflow: hidden;
	}

	#headerL {
		margin: 20px 0 0 20px;
	}

	#headerR {
		width: 40px;
		height: 30px;
		display: inline;
		float: right;
		text-align: left;
		margin: 30px 30px 0 0;
	}

	#logoContainer {
		width: 100%;
		height: 70px;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9997;
	}

	#logoTop {
		width: 200px;
		height: 70px;
		padding: 0;
		margin: 20px auto;
		text-align: left;
		background-image: url(images/rare-saint-logo.png);
		background-repeat: no-repeat;
		background-size: 200px 70px;
	}

	#Lnav {
		width: 200px;
		height: 70px;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#Lnav li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}

	#Lnav li a {
		height: 0px;
		display: block;
		padding-top: 70px;
		overflow: hidden;
	}

	#Lnav1 {
		left: 0;
		width: 200px;
	}

	#Lnav li a:focus {
		text-decoration: inherit;
		outline: auto;
	}

	#homeWhiskeys {
		width: 100%;
		height: auto;
		min-height: 400px;
		margin: 0;
		padding: 50px 0 50px 0;
		position: relative;
		text-align: center;
	}

	#whiskey-scroll-container {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		overflow-x: auto;
	}

	#whiskey-block-container {
		width: 1240px;
		height: auto;
		margin: 0 auto;
		padding: 0 40px;
		position: relative;
		text-align: left;
	}

	.whiskeys-block {
		width: 250px;
		height: auto;
		margin: 50px 20px;
	}


}

/* logo phone
--------------------------------------------- */
@media (max-width: 567px) {

	#logoContainer {
		width: 100%;
		height: 70px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9997;
	}

	#logoTop {
		width: 200px;
		height: 70px;
		padding: 0;
		margin: 20px 0 0 20px;
		text-align: left;
		background-image: url(images/rare-saint-logo.png);
		background-repeat: no-repeat;
		background-size: 200px 70px;
	}

	#homeWhiskeys {
		width: 100%;
		height: auto;
		min-height: 400px;
		margin: 0;
		padding: 30px 0 30px 0;
		position: relative;
		text-align: center;
		background-color: #000;
	}

	#homeWhiskeys-Text {
		width: 100%;
		height: auto;
		margin: 40px 0 0 0;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
	}

	#Contact-Text {
		width: 100%;
		height: auto;
		margin: 40px 0 0 0;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
	}


}

