/****** FILE: themes/stoke/css/reset.css *****/
@charset "UTF-8";
/* This reset is loosely derived from HTML5 boilerplate 
for more information visit http://html5boilerplate.com/ */
/* Every browser has its own default ‘user agent’ stylesheet, that it uses to make unstyled websites appear more legible.
Using a CSS Reset, CSS authors can force every browser to have all its styles reset to null, thus avoiding cross-browser differences as much as possible.
From the consistent base that you’ve set up via your reset, you can then go on to re-style your document,
safe in the knowledge that the browsers’ differences in their default rendering of HTML can’t touch you! */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
}

.clear:before, .clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="radio"], input.radio {
  vertical-align: text-bottom;
}

input[type="checkbox"], input.checkbox, .checkboxes input {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"], .ie7 input.checkbox, .ie7 .checkboxes input {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button, .btn {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

/* .checkbox, .radio {float:left; width:13px; height:13px; margin-right:6px; padding:0;} */
button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a:hover, a:active {
  outline: none;
}

.content ul, .content ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

ul li {
  list-style-type: none;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

strong, b, th {
  font-weight: bold;
}


/****** FILE: themes/stoke/css/typography.css *****/
/* COLOURS */
/* FONTS */
.typography {
  font: normal normal 10px/1.3;
}

/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-family: "aleobold", sans-serif;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #CFA565;
}

.typography h1, .typography h2 {
  font-size: 60px;
  line-height: 63px;
  margin-bottom: 55px;
  width: 370px;
}

.typography h2 {
  width: 100%;
}

.typography h3 {
  font-size: 36px;
  line-height: 37px;
  color: #CFA565;
}

.typography h4 {
  font-size: 32px;
  line-height: 33px;
  color: #CFA565;
}

.typography h5, .typography h6 {
  font-size: 18px;
  line-height: 24px;
  color: #dddddd;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

@media all and (max-width: 950px) {
  .typography h1, .typography h2 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 800px) {
  .typography h1, .typography h2 {
    font-size: 50px;
    line-height: 51px;
    margin-bottom: 25px;
    width: 100%;
  }

  .typography h2 {
    width: 100%;
    font-size: 35px;
    line-height: 38px;
  }

  .typography h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .typography h4 {
    font-size: 23px;
    line-height: 27px;
  }

  .typography h5, .typography h6 {
    font-size: 13px;
    line-height: 19px;
  }
}
/* PARAGRAGHS */
.typography p {
  margin: 0px 0px 10px 0px;
  color: #dddddd;
  font-size: 16px;
  line-height: 22px;
  padding: 0px;
}

.typography em {
  font-style: italic;
}

.typography hr, hr {
  display: block;
  border: none;
  width: 100%;
  background: url(../images/har-spacer.png) center top no-repeat;
  height: 10px;
  padding: 0px;
  margin: 40px 0px 45px 0px;
}

@media all and (max-width: 800px) {
  .typography hr, hr {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d9b277;
    background: none;
    height: 0px;
    margin: 20px 0px;
  }
}
/* LINKS */
.typography a {
  color: inherit;
  text-decoration: underline;
}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
  margin: 0 0 20px 25px;
}

.typography ul li {
  list-style-type: disc;
}

/* adds disc style bullet to the list */
.typography ol li {
  list-style-type: decimal;
}

/* adds disc style bullet to the list */
.typography li {
  margin-bottom: 5px;
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
  color: #dddddd;
  border-collapse: collapse;
  /* borders are collapsed into a single border when possible */
  border-spacing: 0;
  /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
  margin: 20px 0 10px;
  text-align: left;
}

.typography table td,
.typography table th {
  padding: 2px 5px;
  border: 1px solid #d4d4d4;
  vertical-align: top;
}

.typography table th {
  font-weight: bold;
}

@media all and (max-width: 650px) {
  .typography table {
    font-size: 13px;
  }
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
  text-align: left;
}

.typography .center {
  text-align: center;
}

.typography .right {
  text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
}

.typography img.left {
  float: left;
  margin: 0px 30px 30px 0px;
  max-width: calc(100% - 30px);
}

.typography img.right {
  float: right;
  margin: 0 0 30px 30px;
  max-width: calc(100% - 30px);
}

.typography img.leftAlone {
  float: left;
  margin: 0px 100% 30px 0px;
  clear: both;
}

.typography img.center {
  float: none;
  margin: 0px auto 30px auto;
  display: block;
  clear: both;
}

/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px 5%;
  clear: both;
}

.typography blockquote p {
  font-size: 1.7em;
  line-height: 1.48;
}

.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}


/****** FILE: themes/stoke/css/form.css *****/
/* COLOURS */
/* FONTS */
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* GENERIC FORMS
----------------------------------------------- */
form {
  width: 100%;
  display: inline-block;
}

div.field {
  margin: 0 0 20px;
}
div.field.nolabel {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

form label {
  margin: 0 0 5px;
  color: #dddddd;
  font-size: 20px;
}

form label.left {
  display: block;
}

form label.right {
  font-size: 12px;
  color: #888;
}

form .textajaxuniquetext,
form input[type=email],
form input[type=password],
form input[type=text],
form select,
form textarea {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 8px 0;
  font-size: 20px;
  line-height: 22px;
  color: #b3b3b3;
  background: none;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mainpage::-webkit-input-placeholder {
  color: #dddddd;
}

.mainpage:-moz-placeholder {
  color: #dddddd;
}

.mainpage::-moz-placeholder {
  color: #dddddd;
}

.mainpage:-ms-input-placeholder {
  color: #dddddd;
}

form .textajaxuniquetext:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=text]:focus,
form select:focus,
form textarea:focus {
  outline: none;
  color: #dddddd;
  border-bottom: 1px solid #CFA565;
}

form textarea {
  resize: vertical;
  line-height: 30px;
}

.typography form ul {
  color: #dddddd;
}
.typography form h5 {
  font-size: 20px;
}

/* Radio and Checkbox */
.field .checkbox,
.field .radio {
  float: left;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 3px;
  padding: 0;
}

.checkbox label.right,
.radio label.right {
  float: left;
}

/* Messages */
form .bad,
form .required {
  font-size: 16px;
  line-height: 23px;
  display: block;
  padding: 10px 0 0;
  color: #ea5f5f;
  font-weight: 500;
}

/* ACTIONS */
.Actions {
  margin: 20px 0;
}

.Actions .action,
a.btn,
button,
input[type="submit"] {
  display: inline-block;
  background: none;
  border: none;
  color: #dddddd;
  font-family: "aleobold", sans-serif;
  font-size: 23px;
  line-height: 24px;
  padding: 20px 15px 18px;
  border: 1px solid #CFA565;
  background: rgba(207, 165, 101, 0);
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Actions .action:hover,
a.btn:hover,
button,
input[type="submit"]:hover,
.Actions .action:active,
a.btn:active,
button:active,
input[type="submit"]:active {
  color: #000;
  background: #cfa565;
}

a.btn {
  line-height: 18px;
  margin-bottom: 10px;
}

.ie7 input.action {
  width: 0;
  /* IE table-cell margin fix */
  overflow: visible;
}

input.action[class] {
  /* IE ignores [class] */
  width: auto;
  /* cancel margin fix for other browsers */
}

.ie7 .Actions .action {
  float: left;
}

.Actions:after {
  color: #4c4c4c;
  /* content: "* Indicates a required field"; */
  display: inline-block;
  font-weight: normal;
  margin: 9px 0 0 10px;
}

#MemberLoginForm_LoginForm .Actions:after {
  display: none;
}

@media all and (max-width: 950px) {
  .Actions .action,
  a.btn,
  button,
  input[type="submit"] {
    font-size: 26px;
    line-height: 27px;
  }
}
/* AREA SPECIFIC */
/* LOGIN and FORGOT PASSWORD */
#Remember {
  min-height: 20px;
}

#ForgotPassword {
  clear: left;
}

#MemberLoginForm_LostPasswordForm .Actions:after {
  display: none;
}

/* Search / Login */
.header form .middleColumn {
  /* float: none;
      width: 100% !important; */
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
.FormHeading {
  clear: both;
  padding-top: 15px;
}

form .date .middleColumn input {
  /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
}

.Actions input.resetformaction {
  /* Clear button */
  float: left;
  background-color: #888;
}

.Actions input.resetformaction:hover {
  /* Clear button */
  background-color: #aaa;
}

/* Labels */
.checkbox label.right {
  font-size: 13px;
  /* reset to default */
  color: #333;
  /* reset to default */
}

form .requiredField label.left:after {
  /* pseudo element adds an asterisk to a required fields label */
  color: #B94A48;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
  margin: 0;
}

form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none;
}

form div.checkbox:after {
  /* clearfix */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form .checkbox .checkbox {
  clear: both;
}

/* Messages */
span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
}

div.holder-required {
  /* This class needs to be changed - is used for both input and div */
  /* background-color: #f9d0d0;
  border: 1px solid #cf0000;
  padding: 10px;
  margin-left: -11px; */
}

form input.holder-required {
  /* This class needs to be changed - is used for both input and div */
  border: 1px solid #cf0000;
}

/* Error messages */
/* To test - potentially not needed? */
.ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left;
}

form .creditCardField input,
form input.currency,
form input.numeric {
  width: 50px;
}

form #DMYDate-day,
form #DMYDate-month {
  width: 25px;
}

input:required {
  box-shadow: none;
}

.typography .sponsorship-form div.checkbox {
  margin-top: 5px;
  margin-bottom: 10px;
  float: left;
  min-width: 140px;
}
.typography .sponsorship-form div.checkbox label,
.typography .sponsorship-form div.checkbox label.right {
  color: #dddddd;
  font-size: 20px;
}
.typography .sponsorship-form div.quantity {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-left: 25px;
}
.typography .sponsorship-form fieldset h4 {
  margin: 45px 0 15px;
}
.typography .sponsorship-form fieldset h4:nth-of-type(1) {
  margin-top: 20px;
}
.typography .sponsorship-form h5 {
  margin-top: 45px;
}

div.nocaptcha {
  padding-top: 15px;
}

/* Responsive form styles
----------------------------------------------- */
@media only screen and (max-width: 700px) {
  /* To test - potentially not needed? */
  .header form .middleColumn {
    float: none;
    width: 100% !important;
  }

  #MemberLoginForm_LoginForm label,
  form label.left {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 900px) {
  form {
    max-width: 100%;
  }
}


/****** FILE: themes/stoke/css/plugins/slick.css *****/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:focus, .slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
}


/****** FILE: themes/stoke/css/plugins/jquery.fancybox-1.3.4.css *****/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/****** FILE: themes/stoke/css/layout.css *****/
/*
* LAYOUT STOKE
*/
/* COLOURS */
/* FONTS */
@font-face {
  font-family: 'edmondsans';
  src: url("../fonts/edmondsans/edmondsans-bold-webfont.eot");
  src: url("../fonts/edmondsans/edmondsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/edmondsans/edmondsans-bold-webfont.woff") format("woff"), url("../fonts/edmondsans/edmondsans-bold-webfont.ttf") format("truetype"), url("../fonts/edmondsans/edmondsans-bold-webfont.svg#edmondsansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* MEDIUM */
@font-face {
  font-family: 'edmondsans';
  src: url("../fonts/edmondsans/edmondsans-medium-webfont.eot");
  src: url("../fonts/edmondsans/edmondsans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/edmondsans/edmondsans-medium-webfont.woff") format("woff"), url("../fonts/edmondsans/edmondsans-medium-webfont.ttf") format("truetype"), url("../fonts/edmondsans/edmondsans-medium-webfont.svg#edmondsansmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* REGULAR */
@font-face {
  font-family: 'edmondsans';
  src: url("../fonts/edmondsans/edmondsans-regular-webfont.eot");
  src: url("../fonts/edmondsans/edmondsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/edmondsans/edmondsans-regular-webfont.woff") format("woff"), url("../fonts/edmondsans/edmondsans-regular-webfont.ttf") format("truetype"), url("../fonts/edmondsans/edmondsans-regular-webfont.svg#edmondsansregular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'aleobold';
  src: url("../fonts/aleo_bold_macroman/Aleo-Bold-webfont.eot");
  src: url("../fonts/aleo_bold_macroman/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo_bold_macroman/Aleo-Bold-webfont.woff") format("woff"), url("../fonts/aleo_bold_macroman/Aleo-Bold-webfont.ttf") format("truetype"), url("../fonts/aleo_bold_macroman/Aleo-Bold-webfont.svg#aleobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* BOLD */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  position: relative;
  /*background:url(../images/background.jpg) left top repeat;*/
  background: #000;
  overflow-x: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

img {
  display: block;
  padding: 0;
  margin: 0;
}

b,
strong,
th {
  font-weight: 700;
}

/* ICONS & LOGOS */
.icon-twitter {
  background-image: url("../images/social-twitter.svg");
}

.icon-facebook {
  background-image: url("../images/social-facebook.svg");
}

.icon-Instagram {
  background-image: url("../images/social-instagram.svg");
}

.logo {
  background: url("../images/Stoke-Logo-With-Shadow.png") left top no-repeat;
  background-size: cover;
}

.awardBadge {
  background: url("../images/AwardIcon.svg") left top no-repeat;
  background-size: cover;
}

/* HEADER */
.header {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 84px;
  background: url("../images/Top-Banner.jpg") center top no-repeat #000000;
  border-bottom: 1px solid #000;
  z-index: 110;
  position: relative;
}

.header-inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
}

.header-logo {
  padding: 0;
  margin: 10px 0 0;
  float: left;
  width: 154px;
  height: 60px;
}

.menu-icon {
  display: none;
  float: right;
  width: 40px;
  height: 28px;
  margin: 15px 0 0;
  background: url("../images/menu.png") left top no-repeat;
  background-size: contain;
}

.nav {
  float: right;
  padding: 32px 0 0;
  margin: 0;
}

.nav li {
  float: left;
  padding: 0 0 0 30px;
  margin: 0;
}

.nav a {
  float: left;
  font-family: "aleobold", sans-serif;
  font-size: 17px;
  text-shadow: -1px 3px 5px rgba(0, 0, 0, 0.6);
  line-height: 24px;
  padding: 0 0 27px;
  color: #dfb87c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav li.current a,
.nav li.section a,
.nav li:hover a {
  color: #CFA565;
  text-decoration: none;
}

.nav li:hover a {
  color: #dddddd;
}

.subMenu {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  z-index: 105;
  background: #212020;
  text-align: center;
  float: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.75);
}

.nav li:hover .subMenu {
  display: block;
  height: 66px;
}

.subMenu li {
  display: inline-block;
  padding: 0 22px;
  margin: 0;
  float: none;
}

.subMenu a,
ul:hover .subMenu a {
  font-size: 19px;
  line-height: 20px;
  padding: 20px 0;
  text-decoration: none;
  color: #CFA565;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.subMenu li a:hover {
  color: #dddddd;
}

.subMenu li.current a,
.subMenu li.section a {
  color: #b4975a;
}

@media all and (max-width: 1200px) {
  .header-inner {
    max-width: 831px;
    padding: 0 25px 0 0;
    float: right;
  }

  .nav li {
    padding-left: 25px;
  }

  .nav a {
    font-size: 15px;
  }
}
@media all and (max-width: 1000px) {
  .header {
    height: 59px;
  }

  .header-inner {
    width: calc(100% - 105px);
  }

  .header-logo {
    width: 100px;
    height: 41px;
    margin-top: 12px;
  }

  .nav {
    padding-top: 21px;
  }

  .nav li {
    padding-left: 18px;
  }

  .nav a {
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 20px;
  }

  .subMenu a,
  ul:hover .subMenu a {
    font-size: inherit;
    line-height: inherit;
  }

  .nav li:hover .subMenu {
    height: 58px;
  }

  .subMenu li {
    padding: 0 14px;
  }
}
@media all and (max-width: 800px) {
  .nav a {
    font-size: 16px;
    line-height: 17px;
    padding-bottom: 22px;
  }
}
@media all and (max-width: 910px) {
  .nav {
    display: none;
  }

  .header-inner {
    width: 100%;
    padding: 0 10px 0 0;
  }

  .header-logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    display: block;
  }
}
/* AGE VERIFICATION */
.ageVerification {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}

.ageVerification-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.ageVerification-contentWrap {
  width: 100%;
  position: fixed;
  padding: 50px 0;
  top: 150px;
  background: #000000;
  border-top: 1px solid #CFA565;
  border-bottom: 1px solid #CFA565;
}

.ageVerification-content {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.ageVerification-content .field {
  /*display:inline-block;*/
  display: block;
}

.ageVerification-content div.dropdown {
  display: inline-block;
  width: 30%;
  margin: 0 1.3%;
}

.ageVerification-content select {
  display: block;
  width: 100%;
}

.ageVerification-content .Actions {
  text-align: center;
  padding: 0;
}

.ageVerification-content p {
  text-align: center;
  padding: 50px 0 40px;
  font-size: 18px;
  line-height: 38px;
  color: #dddddd;
}

.ageVerification-content ul {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}

.ageVerification-content .optionset li {
  display: inline-block;
  margin: 0 40px;
  padding: 0;
}

.ageVerification-content li .radio {
  margin-top: 13px;
  margin-right: 15px;
  cursor: pointer;
  position: absolute;
  left: -10000px;
}

.ageVerification-content li label {
  font-size: 47px;
  line-height: 50px;
  color: #dfb87c;
  font-weight: 700;
  text-shadow: -1px 3px 5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "aleobold", sans-serif;
  text-transform: uppercase;
}

.ageVerification-content li:hover label {
  color: #CFA565;
  border-bottom: 2px solid #CFA565;
}

.ageVerification-logo {
  width: 300px;
  height: 124px;
  margin: 20px auto 0;
}

.ageVerification-content .Actions {
  display: none;
  text-align: center;
  padding: 20px 0px 0px 0px;
}

@media all and (max-width: 700px) {
  .ageVerification-contentWrap {
    padding: 15px 0;
    top: 0;
  }

  .ageVerification-logo {
    width: 200px;
    height: 49px;
  }

  .ageVerification-content p {
    padding: 30px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .ageVerification-content .optionset li {
    margin: 0 30px;
  }

  .ageVerification-content li label {
    font-size: 40px;
    line-height: 43px;
  }

  .ageVerification-content .Actions .action {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media all and (max-width: 500px) {
  .ageVerification-content p {
    font-size: 13px;
    line-height: 22px;
    padding: 25px 0;
  }

  .ageVerification-content .field {
    margin: 0;
  }

  .ageVerification-content div.dropdown {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
}
/* MAIN PAGE */
.backToTop {
  top: 200px;
  right: 0;
  z-index: 3;
  opacity: 0.4;
  position: fixed;
  width: 150px;
  height: 74px;
  font-size: 35px;
  line-height: 36px;
  padding: 0 15px 0 0;
  font-family: "aleobold", sans-serif;
  color: #CFA565;
  text-decoration: none;
  font-weight: normal;
  background: url("../images/backTopArrow.png") right center no-repeat;
  background-size: auto 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -mos-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.backToTop:hover {
  opacity: 0.9 !important;
}

.mainpage {
  background: url("../images/headerShadow.png") center top no-repeat;
  padding: 50px 0;
  margin: 0;
}

.innerWrap {
  width: 93.7%;
  max-width: 940px;
  margin: 0 auto;
}

.twoColumn {
  width: 100%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 33px;
  -webkit-column-gap: 33px;
  column-gap: 33px;
}

.sectionSpacer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  height: 11px;
  background: url("../images/sectionSpacer.png") center top;
  padding: 0;
}

.colorBtn,
a.colorBtn {
  display: block;
  padding: 20px 15px 18px;
  margin: 0 0 20px;
  font-family: "aleobold", sans-serif;
  font-size: 23px;
  line-height: 24px;
  color: #dddddd;
  cursor: pointer;
  text-decoration: none;
  background: rgba(207, 165, 101, 0);
  border: 1px solid #CFA565;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.colorBtn:hover,
a.colorBtn:hover {
  background: #cfa565;
  color: #000;
}

@media all and (max-width: 1280px) {
  .backToTop {
    width: 110px;
    height: 55px;
    font-size: 25px;
    line-height: 26px;
    right: -20px;
  }
}
@media all and (max-width: 1180px) {
  .backToTop {
    font-size: 18px;
    line-height: 19px;
    height: 39px;
    width: 77px;
    right: -10px;
  }
}
@media all and (max-width: 1060px) {
  .backToTop {
    display: none !important;
  }

  .colorBtn,
  a.colorBtn {
    font-size: 19px;
    line-height: 20px;
    padding: 15px 10px;
  }
}
@media all and (max-width: 800px) {
  .padding {
    margin: 40px 0;
  }

  .sectionSpacer {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d9b277;
    margin: 20px auto;
    height: 0;
    background: none;
  }
}
@media all and (max-width: 700px) {
  .twoColumn {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }

  .mainpage {
    padding: 25px 0 40px;
  }
}
/* HOME PAGE */
#HomePage .backToTop {
  display: none;
}

.rotatingBanner {
  width: 100%;
  height: 672px;
  position: relative;
  overflow: hidden;
  margin: 0 0 -63px;
}

.rotatingBanner-inner {
  overflow: visible !important;
  height: 609px;
}

.rotatingBanner-nav {
  z-index: 100;
  width: 34px;
  height: 86px;
  background-image: url("../images/productCara-Arrows.png");
  background-position: top left;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -59px;
  cursor: pointer;
  opacity: 0.65;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#banNext {
  background-position: top right;
  left: auto;
  right: 25px;
}

.rotatingBanner-nav:hover {
  opacity: 0.8;
}

.rotatingBanner-slide {
  position: relative;
  background-size: cover;
  display: block;
  height: 609px;
  text-decoration: none;
  width: 100%;
  overflow: visible;
}

.rotatingBanner-slide * {
  display: block;
}

.rotatingBanner-slide-inner {
  position: relative;
  width: 90%;
  max-width: 1230px;
  margin: 0 auto;
}

.rotatingBanner-slide-text {
  /*width:52.8%;*/
  width: 450px;
  position: relative;
  z-index: 3;
  left: 0;
  /*top:200px;*/
  top: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}

.rotatingBanner-slide-text img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}

.rotatingBanner-slide-text h2 {
  text-transform: uppercase;
  color: #CFA565;
  font-size: 77px;
  line-height: 77px;
  text-shadow: 0 0 3px #777;
  margin: 0;
  padding: 0 0 15px;
  font-family: "aleobold", sans-serif;
}

.rotatingBanner-slide-text p {
  font-size: 19px;
  line-height: 27px;
  color: #4c4c4c;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.rotatingBanner-slide-images {
  position: absolute;
  width: 502px;
  height: 640px;
  top: 0;
  right: 0;
}

.rotatingBanner-slide-images-product {
  position: absolute;
  z-index: 3;
  top: 63px;
  right: 63px;
  background-size: contain;
  background-repeat: no-repeat;
}

.rotatingBanner-slide-images-top {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.rotatingBanner-slide-images-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

#HomePage .mainpage {
  border-top: 1px solid #d9b277;
}

.homeTiles {
  width: 1455px;
  margin: 0 auto;
  padding: 75px 0 45px;
  text-align: center;
}

.homeTiles-column {
  float: left;
  width: 705px;
  margin: 0 45px 30px 0;
}

.homeTiles-column.right {
  margin: 0;
}
.homeTiles-column.right img {
  max-width: 100%;
}
.homeTiles-column.right .homeTiles-tile:first-child {
  float: left;
}
.homeTiles-column.right .homeTiles-tile:nth-of-type(2) {
  float: right;
}

.homeTiles-tile {
  float: left;
  width: 305px;
  margin: 0;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
}

.homeTiles-tile * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.homeTiles-right {
  float: right;
}

.homeTiles-tile h4 {
  font-size: 38px;
  line-height: 39px;
  color: #CFA565;
  margin: 0;
  padding: 0 0 12px;
  font-family: "aleobold", sans-serif;
}

.homeTiles-tile p {
  color: #dddddd;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 17px;
  margin: 0;
  text-align: justify;
}

.homeTiles-tile .btn {
  font-family: "aleobold", sans-serif;
  text-transform: uppercase;
  color: #bc8f4b;
  font-size: 16px;
  line-height: 23px;
}

.homeTile:hover .homeBtn {
  color: #CFA565;
}

.homeTiles-product {
  position: relative;
  width: 252px;
  padding: 0 0 0 73px;
  min-height: 205px;
}

.homeTiles-product .logo {
  width: 205px;
  height: 50px;
  background: url("../images/New-logo.png");
  background-size: cover;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -mos-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -77px;
  top: 82px;
}

.homeTiles-product h4 {
  font-size: 38px;
  line-height: 39px;
}

.homeTiles-twitter h4 {
  background: url("../images/home-twitter.svg") right top no-repeat;
}

.homeTiles-brewer {
  width: 247px;
  padding: 0 0 0 78px;
  position: relative;
}

.homeTiles-brewer h4 {
  position: absolute;
  padding: 0;
  width: 204px;
  left: -68px;
  top: 62px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -mos-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 40px;
  line-height: 42px;
}

.homeMobileBanners {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.MobileBanners-banner {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.MobileBanners-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.homeMobileTiles {
  display: none;
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
}

.homeMobileTiles-tile {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
.homeMobileTiles-tile h4 {
  font-size: 30px;
  line-height: 34px;
  color: #CFA565;
  margin: 0;
  padding: 0 0 12px;
  font-family: "aleobold", sans-serif;
}

.homeMobileTiles-tile img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

@media all and (max-width: 1550px) {
  .homeTiles {
    width: 1385px;
  }

  .homeTiles-column {
    width: 680px;
  }

  .homeTiles-column {
    margin-right: 25px;
  }
}
@media all and (max-width: 1400px) {
  .homeTiles {
    width: 720px;
  }

  .homeTiles-column {
    width: 100%;
  }

  .homeTiles-tile {
    margin-bottom: 35px;
  }

  .homeTiles-column {
    margin-right: 0;
  }
}
@media all and (max-width: 1180px) {
  .rotatingBanner-nav {
    left: 5px;
  }

  #banNext {
    right: 5px;
  }

  .rotatingBanner-slide-text {
    width: 45%;
  }

  .rotatingBanner-slide-text h2 {
    font-size: 58px;
    line-height: 59px;
    padding: 0 0 10px;
  }

  .rotatingBanner-slide-text p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 1000px) {
  .rotatingBanner-nav {
    display: none;
  }

  .rotatingBanner-slide-inner {
    width: 100%;
  }

  .rotatingBanner-slide-text {
    left: 20px;
  }

  .rotatingBanner-slide-images {
    right: -45px;
  }
}
@media all and (max-width: 800px) {
  .rotatingBanner-slide-images {
    right: -90px;
  }

  .homeTiles {
    width: 93.7%;
  }
}
@media all and (max-width: 700px) {
  #homeRotatingBanner,
  .homeTiles {
    display: none;
  }

  .homeMobileBanners,
  .homeMobileTiles {
    display: block;
  }

  .rotatingBanner-slide,
  .rotatingBanner-slide-images-bottom,
  .rotatingBanner-slide-images-product,
  .rotatingBanner-slide-images-top,
  .rotatingBanner-slide-text {
    background: none !important;
    display: none !important;
  }
}
/* RANGES PAGE */
.leftTitle {
  float: left;
}

.rightIntro {
  float: right;
  width: 454px;
  padding: 0;
  margin: 0;
}

.beerRanges {
  position: relative;
}

.beerRanges h2 {
  text-align: center;
  position: relative;
}

.beerRanges h2 span {
  display: none;
  width: 36px;
  height: 11px;
  top: 50%;
  margin-top: -5px;
  right: 0;
  background: url("../images/icons/range-brownArrow.png") left bottom no-repeat;
  position: absolute;
}

.beerRanges h2.open span {
  background-position: left top;
}

.beerRanges-range {
  text-align: left;
  font-size: 0;
  line-height: 0;
  transition: all 0.5s ease;
}

.beerRanges-column {
  text-align: justify;
  width: 210px;
  display: inline-block;
  padding: 0;
  margin: 0 33px 48px 0;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}

.beerRanges-range:nth-child(4n+0) {
  margin-right: 0;
}

.beerRanges-range .beerRanges-product {
  text-align: center;
  text-decoration: none;
}

.beerRanges-product img {
  display: block;
  padding: 0 0 8px;
  margin: 0 auto;
}

.beerRanges-product h4 {
  text-align: center;
}

.beerRanges-product .moreInfo {
  opacity: 0;
  font-size: 26px;
  line-height: 32px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -mos-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 110px;
  right: -133px;
  text-align: left;
  color: #CFA565;
  width: 302px;
  font-family: "aleobold", sans-serif;
  font-weight: normal;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.beerRanges-product:hover .moreInfo {
  opacity: 1;
}

.beerRanges-product .awardBadge {
  width: 69px;
  height: 89px;
  position: absolute;
  left: 22px;
  top: 72px;
}

.productRange-wrap {
  display: block;
  width: 576px;
  height: 475px;
  position: relative;
  text-align: center;
  margin: 35px auto 0;
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 10;
  left: -45px;
  top: 50%;
  margin-top: -31px;
  font-size: 0;
  line-height: 0;
  width: 18px;
  height: 62px;
  background: url("../images/productCara-Arrows-small.png") left top no-repeat;
  opacity: 0.75;
  transition: all 0.3s ease;
}

.slick-next {
  left: auto;
  right: -45px;
  background-position: right top;
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 0.9;
}

p.Sideways-Message {
  display: none;
  margin: 20px auto;
  padding: 5px 0;
  border-top: 2px solid #CFA565;
  border-bottom: 2px solid #CFA565;
  color: #CFA565;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "aleobold", sans-serif;
}

.beerRanges-subRangeMenu {
  display: none;
  opacity: 0;
  width: 1200px;
  height: 80px;
  position: fixed;
  top: 10px;
  z-index: 10;
  left: 50%;
  margin-left: -600px;
  background: url("../images/rangesSubMenu.png") center top no-repeat;
  padding: 0;
  text-transform: uppercase;
  font-family: "aleobold", sans-serif;
  font-weight: normal;
  text-align: center;
}

.beerRanges-subRangeMenu * {
  display: inline-block;
  vertical-align: bottom;
}

.beerRanges-subRangeMenu span {
  font-size: 16px;
  line-height: 26px;
  color: #4c4c4c;
}

.beerRanges-subRangeMenu a {
  font-size: 25px;
  line-height: 26px;
  margin: 25px 0 0 22px;
  color: #CFA565;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.beerRanges-subRangeMenu a.current,
.beerRanges-subRangeMenu a:hover {
  opacity: 1;
}

#Ranges #footer-sub-menu {
  display: none;
}

@media all and (max-width: 1000px) {
  .leftTitle {
    float: none;
  }

  .rightIntro {
    float: none;
    display: block;
    width: 100%;
  }

  .beerRanges h2 {
    margin-bottom: 0;
  }

  .beerRanges-range {
    text-align: center;
  }

  .beerRanges-column {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  .beerRanges-range .beerRanges-product {
    width: 210px !important;
    height: 475px;
    margin: 0 39px;
  }

  p.Sideways-Message {
    display: inline-block;
  }
}
@media all and (max-width: 800px) {
  .beerRanges h2 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media all and (max-width: 670px) {
  .beerRanges h2 {
    text-align: left;
    font-size: 30px;
    line-height: 32px;
    cursor: pointer;
    padding-right: 50px;
    width: calc(100% - 50px);
  }

  .beerRanges h2 span {
    display: block;
  }

  .beerRanges-range {
    height: 0;
    overflow: hidden;
  }

  .productRange-wrap {
    width: 210px;
  }

  .beerRanges-column {
    display: none;
  }

  .beerRanges-range .beerRanges-product {
    margin: 0;
    display: inline-block;
  }
}
/* PRODUCT PAGE */
#Product .backToTop {
  display: none;
  opacity: 0;
}

.productRange-menu {
  z-index: 110;
  position: relative;
  top: -1px;
  display: block;
  height: auto;
  margin-bottom: -1px;
}

.productRange-menu a {
  font-family: "aleobold", sans-serif;
  float: left;
}

.productPageNavigation-cover {
  position: absolute;
  z-index: 101;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/pageCoversBG-dark.png");
  opacity: 0;
  display: none;
}

.productPageNavigation-info {
  position: absolute;
  z-index: 102;
  left: -150px;
  top: 370px;
  width: 189px;
  height: 430px;
  text-decoration: none;
  padding: 0 0 0 25px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.productPageNavigation-info:hover {
  left: 0;
}

.productPageNavigation-info h4 {
  position: absolute;
  top: 187px;
  right: -226px;
  width: 530px;
  text-align: center;
  font-family: "aleobold", sans-serif;
  font-size: 53px;
  line-height: 54px;
  color: #CFA565;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -mos-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 auto;
  opacity: 0.65;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.productPageNavigation-info:hover h4 {
  opacity: 0.95;
}

.productPageNavigation-info img {
  float: left;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.productPageNavigation-info:hover img {
  opacity: 1;
}

#productPageNavigation-next {
  left: auto;
  right: -210px;
  padding: 0 25px 0 0;
}

#productPageNavigation-next:hover {
  left: auto;
  right: 0;
}

#productPageNavigation-next img {
  float: right;
}

#productPageNavigation-next h4 {
  right: -29px;
}

#productShowSection {
  display: none;
}

.productDetails {
  width: 96%;
  max-width: 980px;
  min-height: 740px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.productDetails a {
  text-decoration: none;
}

.productImage {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  padding: 0;
  margin: 0 0 0 -102px;
}

.productImage-left {
  left: 170px;
}

#productDetails-rotator {
  width: 100%;
  overflow: hidden;
  min-height: 740px;
}

.productDetails-sections {
  width: 100%;
  visibility: hidden;
  min-height: 740px;
}

.productHide {
  display: none;
}

.productShow {
  display: block;
}

.productDetails-Column {
  width: 30.8%;
  float: left;
  padding: 0;
  margin: 0;
}

.productDetails-Column.right-col {
  float: right;
}

.productDetails-sections h4 {
  color: #CFA565;
}

.productDetails-infoBoxes {
  padding: 0 0 20px;
  margin: 0;
}

.productDetails-mobileBoxes {
  height: 0;
  overflow: hidden;
}

.productDetails-main h1 {
  padding: 0;
  margin: 0;
  font-size: 70px;
  line-height: 71px;
}

.productDetails-main h5 {
  font-family: "aleobold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #dddddd;
  padding: 0;
  margin: 0;
}

.productDetails .productDetails-MoreInfoBtn {
  margin: 10px 0 0;
  display: block;
  color: #CFA565;
  font-family: "aleobold", sans-serif;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.productDetails .productDetails-MoreInfoBtn:hover {
  color: #dddddd;
}

.productDetails-hideMobile {
  display: block;
}

.productDetails-showMobile {
  display: none;
}

.productDetails-splitter {
  width: 100%;
  height: 10px;
  background: url("../images/prodInfoSpacers.png") center top no-repeat;
  padding: 0;
  margin: 0 0 12px;
}

span.stButton {
  margin-bottom: 10px;
}

#prodNotes {
  padding: 0;
}

#productAwardsPreview .awardBadge {
  width: 56px;
  height: 72px;
  float: right;
}

#productAwardsPreview #prodAwardsText {
  width: calc(100% - 76px);
}

#productAwardsPreview p {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #dddddd;
}

#productAwardsPreview p span {
  font-weight: 300;
  display: block;
}

#productVideoPreview {
  position: relative;
}

#productVideoPreview img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

#productVideoPreview span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/prodVidOver.png") center center;
  opacity: 0.7;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#productVideoPreview:hover span {
  opacity: 0.9;
}

#BrewersNotes .productDetails-mobileBoxes,
#ProdShare .productDetails-mobileBoxes {
  height: auto;
}

.productSectionPadded {
  width: calc(100% - 350px);
  padding: 0 0 0 350px;
  position: relative;
}

.productSectionPadded h2 {
  font-size: 50px;
  margin-bottom: 25px;
}

.productSectionPadded h4 {
  margin: 0 0 5px;
  font-size: 28px;
  line-height: 29px;
}

a.productDetails-close {
  position: absolute;
  top: 13px;
  right: 0;
  font-family: "aleobold", sans-serif;
  color: #dfb87c;
  font-size: 22px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.productDetails-close:hover {
  color: #CFA565;
}

a.productDetails-closBig {
  position: relative;
  float: left;
  clear: both;
  padding: 0;
  margin: 40px 0 0;
  right: auto;
  top: auto;
  font-size: 26px;
  line-height: 28px;
}

#sendToFriendForm p {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 20px;
}

#awardsSection .awardBadge {
  width: 115px;
  height: 148px;
  position: absolute;
  left: 24px;
  top: 157px;
  opacity: 0;
}

.product-award-tiers {
  padding: 0 0 20px;
}

p.productAward {
  width: 40%;
  float: left;
  padding: 0;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

p.productAward.even {
  float: right;
}

p.productAward span {
  font-weight: 300;
}

#contentSection h2 {
  margin: 0 0 10px;
  width: 490px;
  line-height: 53px;
}

#productVideoEmbed {
  opacity: 1;
  position: relative;
  width: 100%;
  padding: 25px 0 56.25%;
  height: 0;
}

#productVideoEmbed iframe {
  position: absolute;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#productVideoEmbed-preview {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -59px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  display: none;
}

#productVideoEmbed iframe.vidShow {
  display: block;
}

#productRange {
  width: 96%;
  padding: 75px 0 40px;
  margin: 0 auto;
  position: relative;
}

#productRange h5 {
  font-size: 25px;
  line-height: 26px;
  text-align: center;
  font-family: "aleobold", sans-serif;
  color: #CFA565;
  padding: 0 0 15px;
  margin: 0;
}

.productRange-CarouselWrap {
  width: 1200px;
  margin: 0 0 0 -600px;
  padding: 50px 0 0;
  left: 50%;
  position: relative;
  height: 333px;
  background: url("../images/productRangeLines.png") center top no-repeat;
}

#productRange-CarouselHolder {
  width: 810px;
  margin: 0 auto;
}

.productRange-Carousel {
  width: 100%;
  position: relative;
  height: 314px;
}

.slick-next,
.slick-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -44px;
  width: 25px;
  height: 87px;
  font-size: 0;
  line-height: 0;
  opacity: 0.75;
  background: url("../images/productCara-Arrows.png") left top no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-next {
  background-position: right top;
  left: auto;
  right: -50px;
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 0.9;
}

.productRange-Carousel .beerRanges-product {
  width: 142px !important;
  height: 314px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  float: left;
}

.productRange-Carousel:nth-child(4n+0) {
  margin-right: 10px;
}

.productRange-Carousel .beerRanges-product img {
  max-width: 70px;
  max-height: 256px;
}

.productRange-Carousel .beerRanges-product h3 {
  font-size: 24px;
  line-height: 25px;
  font-family: "aleobold", sans-serif;
  color: #dddddd;
  margin: 0;
}

.productRange-Carousel .beerRanges-product .moreInfo {
  font-size: 19px;
  line-height: 35px;
  top: 40px;
  right: -113px;
  width: 250px;
}

.productRange-Carousel .beerRanges-product .awardBadge {
  top: 54px;
  width: 39px;
  height: 50px;
}

#BrewersNotes {
  width: 96%;
  margin: 0 auto;
}

#BrewersNotes h2 {
  text-align: center;
  font-size: 45px;
  line-height: 46px;
  margin: 0 0 40px;
  padding: 0;
}

#BrewersNotes-wrap {
  overflow: hidden;
}

.brewersNote {
  width: 42.7%;
  float: left;
  padding: 0 0 40px 4.7%;
  margin: 0;
  position: relative;
}

.brewersNote.even {
  float: right;
}

.brewersNote-date {
  left: -51px;
  top: 53px;
  position: absolute;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -mos-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 25px;
  line-height: 25px;
  font-family: "aleobold", sans-serif;
  text-transform: uppercase;
  color: #4c4c4c;
}

@media all and (max-width: 1150px) {
  .productPageNavigation-info {
    height: 330px;
    width: 135px;
    left: -119px;
  }

  #productPageNavigation-next {
    right: -115px;
  }

  .productPageNavigation-info h4 {
    font-size: 32px;
    line-height: 33px;
    right: -153px;
    width: 330px;
    top: 148px;
  }

  #productPageNavigation-next h4 {
    right: -19px;
  }

  .productPageNavigation-info img {
    width: 90px;
    height: auto;
  }
}
@media all and (max-width: 1050px) {
  .productPageNavigation-info {
    display: none;
  }

  .productDetails-splitter {
    background: none;
    height: 0;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d9b277;
  }

  .productDetails-main h1 {
    font-size: 50px;
    line-height: 51px;
  }

  .productSectionPadded h2 {
    font-size: 35px;
    line-height: 36px;
  }

  .productDetails-sections h4 {
    font-size: 25px;
    line-height: 26px;
  }

  .productSectionPadded h4 {
    font-size: 20px;
    line-height: 21px;
  }

  p.productAward {
    font-size: 16px;
    line-height: 24px;
  }

  .product-award-tiers {
    padding-bottom: 15px;
  }

  .productDetails .productDetails-MoreInfoBtn {
    font-size: 16px;
    line-height: 18px;
  }

  a.productDetails-close {
    font-size: 17px;
    line-height: 18px;
  }

  a.productDetails-closBig {
    font-size: 20px;
    line-height: 21px;
    margin-top: 20px;
  }
}
@media all and (max-width: 950px) {
  .productDetails {
    border-bottom: 1px solid #fff;
  }

  .productImage {
    width: 180px;
    margin-left: -90px;
  }

  .productSectionPadded {
    width: calc(100% - 300px);
    padding-left: 300px;
  }

  #awardsSection .awardBadge {
    height: 130px;
    width: 101px;
    left: 42px;
  }

  #prodAwardsText p,
  .productDetails-Column p {
    font-size: 13px;
    line-height: 17px;
  }

  #productRange {
    padding: 20px 0;
    border-bottom: 1px solid #d9b277;
  }

  .productRange-CarouselWrap {
    background: none;
    padding: 15px 0 0;
  }

  #productRange-CarouselHolder {
    width: 648px;
  }

  #BrewersNotes {
    border-top: 1px solid #d9b277;
    padding: 30px 0 0;
  }

  #BrewersNotes .innerWrap {
    width: 100%;
  }
}
@media all and (max-width: 770px) {
  #productRange-CarouselHolder {
    width: 486px;
  }

  .brewersNote {
    width: 40%;
    padding-left: 6%;
  }

  a.productDetails-close {
    display: none;
  }

  a.productDetails-closBig {
    display: block;
  }
}
@media all and (max-width: 700px) {
  .productRange-menu {
    display: none;
  }

  .productDetails {
    width: 93.7%;
  }

  #prodNotes {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .productImage {
    width: 30%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
    left: auto !important;
    top: auto;
  }

  #productDetails-rotator {
    overflow: visible;
    height: auto !important;
    min-height: 0;
  }

  .cycle-sentinel {
    display: none !important;
  }

  .cycle-slide-active {
    position: relative !important;
  }

  .productDetails,
  .productDetails-sections {
    min-height: 0;
  }

  .productDetails-Column {
    width: 100%;
    float: none;
  }

  #BrewersNotes .productDetails-mobileBoxes,
  #ProdShare .productDetails-mobileBoxes {
    height: 0;
  }

  #ProductDescription .productDetails-mobileBoxes {
    height: auto !important;
  }

  .productDetails-mobileBoxesContent {
    display: block;
    height: auto;
    position: relative;
  }

  .productDetails-mobileBoxesContent #productVideoEmbed {
    margin: 0;
    display: block !important;
  }

  .productDetails-mobileBoxesContent #productVideoEmbed-preview {
    display: none !important;
  }

  .productDetails-mobileBoxesContent #productVideoEmbed iframe {
    display: block !important;
  }

  .productDetails-showMobile {
    display: block;
  }

  .productDetails-hideMobile,
  a.productDetails-hideMobile {
    display: none;
  }

  .productDetails-infoBoxes {
    padding: 0;
    display: block;
    float: none;
  }

  a.colorBtn {
    font-size: 23px;
    line-height: 25px;
    padding: 15px;
  }

  #BrewersNotes {
    padding: 15px 0 0;
  }

  #BrewersNotes h2,
  .productDetails-sections h4 {
    padding: 10px 0;
    font-size: 30px;
    line-height: 31px;
    color: #CFA565;
    text-align: left;
    cursor: pointer;
    background: url("../images/arrow-greyDown.png") right center no-repeat;
  }

  #productAwardsPreview .productDetails-mobileBoxesContent h4 {
    background: none;
    font-size: 18px;
    line-height: 19px;
    display: block;
    padding: 0 0 5px;
  }

  #productAwardsPreview p {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }

  #productAwardsPreview p span {
    display: inline;
  }

  #BrewersNotes h2 {
    margin-bottom: 15px;
  }

  .brewersNote,
  .brewersNote.even {
    width: 85%;
    padding-left: 15%;
    display: block;
    float: none;
  }
}
@media all and (max-width: 600px) {
  #productRange-CarouselHolder {
    width: 324px;
  }
}
@media all and (max-width: 450px) {
  #productRange-CarouselHolder {
    width: 162px;
  }
}
/* RETAILERS PAGE */
#RetailersPage a.backToTop {
  display: none;
}

.retailers {
  padding: 40px 0 0;
  margin: 0;
}

.retailers h3 {
  color: #CFA565;
  padding: 0 0 15px;
  margin: 0;
  text-align: center;
  font-size: 25px;
  line-height: 26px;
}

.retailers .sectionSpacer {
  margin: 0 0 15px;
}

#retailers-search {
  float: left;
  padding: 0;
  margin: 0;
  width: 45%;
}

#places-search {
  width: px;
  padding: 0;
  border: none;
  margin: 0;
  float: left;
  font-size: 20px;
  line-height: 22px;
  color: #dddddd;
  width: 100%;
}

#retailers-key {
  float: right;
}

#retailers-key h3 {
  float: left;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

p.keyicons {
  height: 19px;
  float: left;
  padding: 0;
  margin: 0 0 0 22px;
  font-size: 18px;
  line-height: 22px;
  background: left center no-repeat;
  background-size: contain;
}

#retail-icon {
  background-image: url("../images/icons/icon-retail.svg");
  padding-left: 27px;
}

#restaurant-icon {
  background-image: url("../images/icons/icon-restaurant.svg");
  padding-left: 15px;
}

#retailers-map {
  padding: 11px 0 50px;
  margin: 0;
  opacity: 0.8;
  background: url("../images/retailMap-top.png") center top no-repeat;
}

#retailers-map-shadow {
  padding: 0;
  margin: 0;
  height: 11px;
  width: 100%;
  background: url("../images/retailMap-bottom.png") center top no-repeat;
}

#retail-map {
  width: 100%;
  height: 725px;
}

.map-info-box {
  border-top: 1px solid #CFA565;
  padding: 20px 20px 30px;
  width: 183px;
  background: url("../images/icons/map-box.png") left bottom no-repeat;
}

.map-info-box h4 {
  font-size: 19px;
  line-height: 20px;
  color: #CFA565;
  text-transform: uppercase;
  font-family: "aleobold", sans-serif;
  padding: 0 0 16px;
  margin: 0;
}

.map-info-box p {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color: #dddddd;
  word-wrap: break-word;
}

.map-info-box p.addressInfo {
  padding-bottom: 10px;
}

.map-info-box p a,
.map-info-box p a:hover {
  text-decoration: none;
  color: inherit;
}

.map-info-box p a:hover {
  text-decoration: underline;
}

.distributor {
  float: left;
  width: 47%;
  padding: 30px 0;
  margin: 0;
}

.righttDistributor {
  float: right;
}

.distributor p {
  font-size: 16px;
  line-height: 23px;
}

#RetailersPage h1,
#RetailersPage h2 {
  margin-bottom: 15px;
}

@media all and (max-height: 810px) {
  #retail-map {
    height: 300px;
  }
}
@media all and (max-height: 350px) {
  #retail-map {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 700px) {
  #retailers-search {
    width: 100%;
  }

  #retailers-key {
    display: none;
  }

  .distributor {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 550px) {
  .retailers h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
/* CONTACT PAGE */
.contact-leftColumn,
.contact-rightColumn {
  width: 45%;
  float: left;
  padding: 0;
  margin: 0;
}

.contact-rightColumn {
  float: right;
}

.contact-rightColumn .googleMap {
  width: 100%;
  display: block;
  border: 1px solid #b3b3b3;
}

@media all and (max-width: 700px) {
  .contact-leftColumn,
  .contact-rightColumn {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }

  .contact-rightColumn {
    border-top: 1px solid #d9b277;
    padding: 30px 0 0;
  }
}
/* BREWERS PAGE */
.brewers-eachBrewer {
  padding: 0 0 70px;
  margin: 0;
}

.brewers-eachBrewer img {
  float: left;
  padding: 0;
  margin: 0;
  height: auto;
  width: 22.3%;
}

.brewers-eachBrewerText {
  float: right;
  width: 74%;
}

.brewers-eachBrewerText h3 {
  color: #CFA565;
  margin-bottom: 0;
}

.brewers-eachBrewerText h4 {
  color: #d9b277;
  font-size: 26px;
}

@media all and (max-width: 700px) {
  .brewers-eachBrewer img {
    display: none;
  }

  .brewers-eachBrewerText {
    width: 100%;
  }
}
/* SECURITY PAGE */
.security-leftCol,
.security-rightCol {
  float: left;
  margin: 0;
  padding: 0;
  width: 455px;
}

.security-rightCol {
  float: right;
}

/* RETAILER LIST PAGE */
.typography ul.retailer-list {
  color: #dddddd;
  list-style: none;
  margin-left: 0;
}
.typography ul.retailer-list li {
  list-style: none;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 8px;
}
.typography ul.retailer-list li:nth-child(3n+3) {
  margin-right: 0;
}
.typography ul.retailer-list li:nth-child(3n+4) {
  clear: both;
}
.typography ul.retailer-list h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 2px;
  padding: 0;
}
.typography ul.retailer-list p {
  margin: 0;
}

.typography .retailer-list-container {
  margin: 30px 0;
}
.typography .retailer-list-container h3 {
  padding-top: 10px;
}

.typography a.sponsorship-btn {
  font-family: "aleobold", sans-serif;
  background: none;
  border: none;
  padding: 0;
  margin: 10px 0 30px;
  font-size: 19px;
  line-height: 20px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
}
.typography a.sponsorship-btn:hover {
  color: #b4975a;
}

.asset {
  margin: 0 0 25px;
}
.asset .button {
  font-family: "aleobold", sans-serif;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 19px;
  line-height: 20px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
}
.asset .button:hover {
  color: #b4975a;
}
.asset h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

.brand-assets h3 {
  margin: 65px 0 20px;
}
.brand-assets h3:nth-of-type(1) {
  margin-top: 15px;
}

@media all and (max-width: 960px) {
  .typography ul.retailer-list li {
    width: 49%;
    margin-right: 2%;
  }
  .typography ul.retailer-list li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .typography ul.retailer-list li:nth-child(3n+4) {
    clear: none;
  }
  .typography ul.retailer-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .typography ul.retailer-list li:nth-child(2n+3) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .typography ul.retailer-list li {
    width: 100%;
    margin-right: 0;
  }
  .typography ul.retailer-list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .typography ul.retailer-list li:nth-child(2n+2) {
    margin-right: 0;
  }
}
/* FOOTER */
.footer {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 253px;
  background: url("../images/Bottom-Banner.jpg") center top no-repeat #000000;
}

.footer-inner {
  width: 98%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0 0;
}

.footer-inner h4 {
  font-family: "aleobold", sans-serif;
  padding: 0 0 8px;
  border-bottom: 2px solid #CFA565;
  color: #CFA565;
  font-size: 21px;
  line-height: 22px;
}

#footer-menu {
  display: none;
  padding: 0;
  margin: 0 0 50px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

#footer-menu li {
  width: 46%;
  padding: 0;
  margin: 0 1%;
  display: inline-block;
  border-bottom: 2px solid #CFA565;
}

#footer-menu li a {
  display: block;
  padding: 16px 0;
  font-size: 21px;
  line-height: 22px;
  color: #CFA565;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "aleobold", sans-serif;
  text-transform: uppercase;
}

#footer-menu li a:hover,
#footer-menu li.current a,
#footer-menu li.section a {
  color: #dddddd;
}

#footer-sub-menu {
  width: 100%;
  display: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: #212020;
}

#footer-sub-menu li {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  display: block;
  border-bottom: 2px solid #7f7f7f;
}

#footer-sub-menu li a {
  display: block;
  padding: 16px 0;
  font-size: 21px;
  line-height: 22px;
  color: #b3b3b3;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "aleobold", sans-serif;
  text-transform: uppercase;
}

#footer-sub-menu li a:hover,
#footer-sub-menu li.current a,
#footer-sub-menu li.section a {
  color: #dddddd;
}

.footer-column {
  float: left;
  width: 220px;
  font-family: 'PT Sans', sans-serif;
}

.footer-latestNews p {
  font-size: 14px;
  line-height: 19px;
  color: #cccccc;
  padding: 10px 0;
  margin: 0;
}

.footer-latestNews h4 {
  transition: all 0.3s ease;
}

.footer-latestNews h4 span {
  display: none;
  width: 34px;
  height: 11px;
  margin: 0 0 0 10px;
  background: url("../images/icons/latestnews-whiteArrow.png") left top no-repeat;
  padding: 0;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.footer-latestNews h4:hover span {
  opacity: 1;
}

.footer-latestNews form {
  width: 100%;
  padding: 0;
  margin: 0;
}

.footer-latestNews form input {
  background: none;
  border: none;
  border-bottom: 1px solid #616261;
  width: 100%;
  color: #cccccc;
  font-size: 15px;
  line-height: 16px;
  padding: 6px 0;
  margin: 0 0 10px;
  display: block;
}

.footer-latestNews form input:focus {
  color: #fff;
  border-bottom: 1px solid #cac8c6;
}

.footer-latestNews form button {
  font-family: "aleobold", sans-serif;
  background: none;
  border: none;
  padding: 0;
  margin: 5px 0 0;
  font-size: 19px;
  line-height: 20px;
  color: #ccc;
}

.footer-latestNews form button:hover {
  color: #b4975a;
}

.footer-latestNews form button,
.footer-latestNews form input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-beer {
  position: absolute;
  width: 246px;
  height: 253px;
  margin-left: -14%;
  left: 50%;
  top: 0;
  text-decoration: none;
}

.footer-beer-text {
  float: left;
  padding: 0;
  margin: 0;
  width: 144px;
}

.footer-beer-text .logo {
  background-image: url("../images/New-logo.png");
  display: block;
  height: 35px;
  margin: 56px 0 5px;
}

.footer-beer-text h4 {
  letter-spacing: 9px;
  border: none;
  color: #b4975a;
  font-size: 35px;
  line-height: 35px;
  text-align: justify;
  margin: 0 0 15px;
  padding: 0 0 17px;
  background: url("../images/footerH4Shadow.png") center bottom no-repeat;
}

.footer-beer-text h4 span {
  letter-spacing: 0;
}

.footer-beer-text p {
  color: #e6e7e8;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}

.footer-beer-bottle {
  position: absolute;
  top: -18px;
  right: 0;
  padding: 0 0 6px;
  background: url("../images/footerBeerShadow.png") center bottom no-repeat;
}

.footer-beer-bottle img {
  display: block;
  padding: 0;
  margin: 0;
}

.footer-right {
  float: right;
}

.footer-ranges ul {
  display: block;
  padding: 0;
  margin: 0;
}

.footer-ranges li {
  display: block;
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
}

.footer-ranges a {
  font-size: 17px;
  line-height: 19px;
  color: #7f7f7f;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "aleobold", sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-ranges a:hover {
  color: #b4975a;
}

.footer-ranges li.current a,
.footer-ranges li.section a {
  color: #e6e7e8;
}

.footer-social {
  padding: 20px 0 0;
  margin: 0;
}

.footer-social p {
  display: none;
  float: left;
  text-transform: uppercase;
  padding: 15px 15px 0 0;
  margin: 0;
  color: #b3b3b3;
  font-family: "aleobold", sans-serif;
  font-size: 18px;
  line-height: 19px;
}

.footer-social a {
  float: left;
  padding: 0;
  margin: 0 13px 0 0;
  opacity: 0.6;
  width: 43px;
  height: 43px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-social:nth-child(3) {
  /*margin:0px;*/
}

.footer-social a:hover {
  opacity: 1;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  color: #dddddd;
  font-size: 14px;
  line-height: 15px;
  padding: 22px 0;
}

.footer-copyright a {
  text-decoration: none;
  color: #dddddd;
  background-size: cover;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

.footer-copyright span {
  display: none;
  font-size: 0;
  line-height: 0;
}

@media all and (max-width: 910px) {
  .footer {
    height: auto;
  }

  .footer-inner {
    max-width: 620px;
    padding: 25px 0;
  }

  .footer-beer {
    margin: -20px 0 0;
    float: right;
    position: relative;
    left: auto;
  }

  .footer-right {
    float: left;
    width: 100%;
    margin: 20px auto 0;
    border-top: 2px solid #4c4c4c;
    padding: 30px 0 0;
  }

  .footer-inner h4 {
    width: 220px;
  }

  .footer-ranges,
  .footer-social {
    float: left;
    padding: 0;
    margin: 0;
  }

  .footer-social {
    float: right;
    width: 210px;
    text-align: center;
  }

  .footer-social p {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }

  .footer-social a {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }
}
@media all and (max-width: 910px) {
  .footer-inner {
    padding-top: 0;
  }

  #footer-menu,
  #footer-sub-menu {
    display: block;
  }
}
@media all and (max-width: 550px) {
  #footer-menu {
    margin-bottom: 0;
  }

  #footer-menu li {
    width: 90%;
    margin: 0 auto;
  }

  .footer-beer,
  .footer-ranges {
    display: none;
  }

  .footer-latestNews {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #4c4c4c;
  }

  .footer-latestNews h4 {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    border: none;
    color: #7f7f7f;
    cursor: pointer;
  }

  .footer-latestNews h4:hover {
    color: #fff;
  }

  .footer-latestNews h4 span {
    display: inline-block;
  }

  .footer-latestNews form {
    padding-bottom: 10px;
  }

  #latestNewsInfo {
    height: 0;
    overflow: hidden;
  }

  .footer-right {
    border: none;
    margin: 0;
  }

  .footer-social {
    display: block;
    width: 100%;
    float: none;
  }

  .footer-copyright {
    line-height: 30px;
  }

  .footer-copyright span {
    display: block;
  }
}
.brewers-team {
  position: relative;
}
.brewers-team img {
  max-width: 100%;
}
.brewers-team .pin {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
}
.brewers-team .label {
  position: absolute;
  background: #FAFAF2;
  color: #CFA565;
  padding: 10px 15px;
  border-bottom: 2px solid #CFA565;
}
.brewers-team .label h5,
.brewers-team .label p {
  color: #000000;
  margin: 0;
  max-width: 250px;
}
.brewers-team .label h5 {
  padding-bottom: 0;
  font-weight: 700;
  font-family: 'aleobold', sans-serif;
  font-size: 17px;
}
.brewers-team .label p.position {
  font-size: 17px;
  margin-bottom: 3px;
}
.brewers-team .label:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #FAFAF2;
  position: absolute;
  left: 8px;
  top: -10px;
}
.brewers-team .label.label-right:before {
  left: auto;
  right: 8px;
}

.brewers-team-small,
.label {
  display: none;
}

.clear {
  clear: both;
}

ul.team {
  margin-top: 30px;
  margin-left: 0;
  padding-bottom: 30px;
}
ul.team h4 {
  font-size: 20px;
  margin: 0 0 2px;
}
ul.team h5 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}
ul.team p {
  margin: 0;
}
ul.team li {
  display: block;
  float: left;
  padding-bottom: 10px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0;
  width: 50%;
}

.typography h2.team-h2 {
  margin: 0;
  padding: 30px 0;
  font-size: 45px;
}

.team-summary {
  margin: 20px 0 45px;
}

@media screen and (max-width: 1024px) {
  .brewers-team {
    display: none;
  }

  .brewers-team-small {
    display: block;
  }
  .brewers-team-small img {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  ul.team h4 {
    font-size: 18px;
  }
  ul.team h5 {
    font-size: 16px;
  }
  ul.team li {
    width: 100%;
    float: none;
  }
}


/****** FILE: themes/stoke/css/general.css *****/
/* COLOURS */
/* FONTS */
/* SITE NAV POP UP */
.siteNav-overlay {
  background: #dddddd;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 114;
  display: none;
  opacity: 0;
}

.siteNav {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 85px;
  width: 140px;
  background: url(../../stoke/images/siteNavPopBG.jpg) left top repeat;
  z-index: 115;
  overflow: hidden;
}

.siteNav-Icon {
  display: block;
  position: relative;
  z-index: 116;
  margin: 0 auto;
  width: 74px;
  height: 45px;
  padding: 20px 25px;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../../stoke/images/general-logos/white-mcCashins.svg) center center no-repeat;
  background-size: contain;
}

.siteNav:hover .siteNav-Icon {
  opacity: 1;
}

.siteNav-LogosBar {
  width: 90%;
  padding: 50px 5%;
  opacity: 0;
  z-index: 115;
  position: relative;
}

.siteNav-Logos {
  opacity: 0.4;
  width: 246px;
  padding: 0px 77px;
  position: relative;
  display: block;
  margin: 0px auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.siteNav-Logos:hover, .siteNav-Logos.current {
  opacity: 1;
}

.siteNav-Arrow {
  position: absolute;
  right: -100px;
  top: 50%;
  height: 32px;
  width: 55px;
  margin-top: -16px;
  background: url(../../stoke/images/topNav-arrow.png) top right no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.siteNav-View {
  position: absolute;
  left: 0px;
  top: 7px;
  color: #fff;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.siteNav-Logos:hover .siteNav-Arrow, .siteNav-Logos.current .siteNav-Arrow {
  right: 0px;
}

.siteNav-Logos.current .siteNav-View {
  display: none;
}

.mccashins-logoWhite {
  background-image: url(../../stoke/images/general-logos/white-mcCashins.svg);
  height: 52px;
}

.stoke-logoWhite {
  background-image: url(../../stoke/images/general-logos/white-stoke.svg);
  height: 59px;
}

.rochdale-logoWhite {
  background-image: url(../../stoke/images/rochdale-logo2015-white.png);
  height: 109px;
}

.siteNav-RangesText {
  padding: 11px 0px 11px 0px;
  width: 137px;
  text-align: center;
  margin: 70px auto;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #b3b3b3;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

.siteNav-Spacer {
  display: block;
  margin: 40px auto;
  width: 143px;
  height: 2px;
  background: url(../../stoke/images/siteNav-spacer.png);
}

@media all and (max-width: 1000px) {
  .siteNav {
    width: 72px;
    height: 60px;
  }

  .siteNav-Icon {
    width: 36px;
    height: 30px;
    padding: 15px 18px;
    background-image: url(../../stoke/images/mcCashins-icon-small.png);
    background-size: inherit;
  }
}
@media all and (max-width: 500px) {
  .siteNav-Logos {
    width: 100%;
    padding: 0px;
  }

  .siteNav-Arrow {
    display: none !important;
  }
}


