@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900|Roboto:400,700&display=swap');
*,:after,:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	line-height:1.5;
	background:url(layout/background_white.jpg);
	color:#666;
}
body {
	min-height:100%;
	margin:0;
	padding:0;
}
h1,h2,h3 {
	font-family: 'Cinzel', serif;
	font-weight:400;
	margin:15px 0;
}
h1 {
	font-size: 2.4em;
	line-height: 1em;
	color:#000;
	border-bottom:1px solid #CCC;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.8em;
	color:#000;
}
h3 {
	font-size: 1.4em;
	margin-bottom:10px;
}
p {
	text-align:justify;
}
a {
	color:#666;
	text-decoration:none;
}
img{
	max-width: 100%;
}
.gold{
	color: #9a6f24;
}
blockquote{
	margin: 1em 10%;
	font-size: 1.3em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
    background: url(/layout/quote-l.png) 0 0 no-repeat;
    padding-left: 40px;
}
blockquote p {
	padding-right: 40px;
    background: url(/layout/quote-r.png) 100% 100% no-repeat;
}
input, button, textarea, .button{
	padding: 5px 10px; 
	border-radius: 5px; 
	color: black;
	background: rgba(255,255,255,.8);
	border: 1px solid #CCC;
	min-height: 25px;
	margin-bottom: 5px;
}
input[type="text"], input[type="password"], input[type="email"]{
	width: 100%;
}
textarea{
	width: 100%;
	height: auto;
}
button{
	width: auto;
	text-transform: uppercase;
	font-family: 'Cinzel', sans-serif;
}
.submit{
	background: #6c532d;
	color: white;
}
table th{
	text-align: left;
	color: black;
	padding: 0 10px 0 10px;
	vertical-align: top;
	line-height: 25px;
}
table td{
	line-height: 25px;
	padding-right: 10px;
}
table.Checkout{
	background: rgba(0, 0, 0, .04);
	padding: 20px;
}
.HidePostal{
	display: none;
}
.HideAltDelivery{
	border: 1px solid #ECECEC;
	background: white;
	padding: 10px;
	display: none;
}
hr {
	width:100%;
	border:none;
	height:40px;
	border-bottom:1px solid rgba(0,0,0,.1);
	margin-bottom:10px;
}
hr.clear {
	clear:both;
	width:100%;
	border:none;
	height: 1px;
	margin: 0;
}
	
.bar{
	background: rgba(0,0,0,.05);
	padding: 10px;
	text-align: center;
	width: 100%;
	display: block;
	clear: both;
	color: #6c532d;
	font-size: 1.6em;
	font-family: 'Cinzel', serif;
}
.fade{
	color: #999;
}
.highlight{
	color: #6b532d;
	font-weight: bold;
}
#UserPanel{
	display: block;
	width: 100%;
	padding: 0;
	background: black;
	color: white;
	position: relative;
	height: 30px;
}
.AdminButton{
	display: block;
	text-align: center;	
	line-height: 30px;
	font-size: 18px;
	background: #9a6f24;
	color: white;
	text-transform: uppercase;
}
.Training .AdminButton{
	background: red;
}
#Main .adminedit .button{
	font-size: 14px;
}
.adminActions table{
	width: 100%;	
}
/* User Menu */
#userMenu{
	display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
}
.MemberNumber{
	color: #9a6f24;
}
#userMenu li{
	display: inline-block;
}
#userMenu li a{
    display: block;
    padding: 5px 10px;
    color: white;
}
.no-touch #userMenu li a:hover{
    background-color: #FFF;
    color: #2c3442;
}
.payfor{
    background: url(layout/money.png) no-repeat;
    padding: 2px 0;
    padding-left: 24px;
    margin-left: 10px;
}
.approve{
    background: url(layout/approve.png) no-repeat;
    padding: 2px 0;
    padding-left: 24px;
    margin-left: 10px;
}
#loginContainer {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 0;
    right:0;
    z-index: 999;
}
#loginTab {
    height: 25px;
    text-decoration: none;
    font-size:14px; 
    font-weight:normal;
    text-align: center;
    display: block;
    padding:0 5px;
    background: #FFF;
    border-radius:0 0 10px 10px;
    border-width: 0 1px 1px;
    text-align: center;
    background: #9a6f24;
}
#loginPanel {
    padding:10px 14px;
    background: #9a6f24;
    z-index: 3;
    display: none;
    z-index: 999;
    border-width: 0 1px 1px;
}
#loginPanel a{
    text-decoration: none;
    font-size:11px; 
    font-weight:normal;
    text-align: center;
    color: white;
}
#loginPanel input, #loginPanel button {
    border: 1px solid #f0f5f8;
    float: right;
    border-radius:5px;
    background: white;
}
#loginPanel button {
    width: 60px;
    height: 24px;
    color: #FFF;
    margin-top:5px;
    cursor: pointer; 
    background: black;
}
#Logout{
	float: right;
}
#Header {
	position:fixed;
	width:100%;
	min-height:100px;
	background:#fff;
	border-bottom:2px solid #6c532d;
	z-index:999;
}
#HeaderMenu{
	background: white;
}
#Header #Logo {
	width:290px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	background:url(/layout/castleglen_logo_admin.png) 20px 50% no-repeat;
	background-size:auto 90%;
	float:left;
	margin:0 20px 0 0;
}
#Header #Cart {
	position:absolute;
	top: 10px;
	right:20px;
}
.shopping-cart-box .close-shopping-cart-box,ul.view-cart li span {
	float:right;
}
ul.products-wrp {
	list-style:none;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	color:#777;
	text-align:center;
}
ul.products-wrp li {
	display:inline-block;
	border:1px solid #ECECEC;
	margin:5px;
	background:#fff;
	text-align:center;
}
ul.products-wrp li h4 {
	margin:0;
	padding:15px 5px 5px;
	text-align:center;
	border-bottom:1px solid #FAFAFA;
}
ul.products-wrp li .item-box {
	border:1px solid #EAEAEA;
	background:#F9F9F9;
	margin:5px;
	padding:5px;
	text-align:left;
}
ul.products-wrp li .item-box div {
	margin-bottom:5px;
}
ul.products-wrp li .item-box button {
	margin-left:5px;
	background:#FA1C5F;
	border:none;
	padding:3px 8px;
	color:#fff;
}
.cart-box, .shopping-cart-box {
	margin-left:auto;
	margin-right:auto;
}
ul.products-wrp li .item-box button[disabled=disabled] {
	background:#FC84A8;
}
.cart-box {
	display:block;
	background:url(/layout/cart.png) 5px 50% no-repeat #F5F5F5;
	background-size: auto 60%;
	padding:4px 10px 4px 28px;
	border-radius:5px;
	text-decoration:none;
	font-weight:700;
}
.no-touch .cart-box:hover {
	background-color: #EEE;
}
#checkout{
	position:absolute;
	top: 10px;
	right: 80px;
	background:#9a6f24;
	padding:0 8px;
	color:#fff;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
}
.RemoveFromCart{
	position: absolute;
	right: -10px;
	top: 10px;
}
.RemoveFromCart button{
	padding: 2px;
	border: none;
	background: #EEE;
	color: white;
	display: block;
	width: 26px; height: 26px;
	border-radius: 13px;
	line-height: 13px;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
}
.RemoveFromCart button:hover{
	background: #9a6f24;
}
.shopping-cart-box {
	position:absolute;
	top:42px;
	right:20px;
	min-width:450px;
	color:black;
	background: #ccc;
	border-radius:4px;
	padding: 20px;
	margin-top:10px;
	display:none;
	z-index: 9999;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.shopping-cart-box a {
	color:white;
	text-decoration:none;
}
.shopping-cart-box:after {
	content:'';
	position:absolute;
	bottom:100%;
	right:16px;
	width:0;
	height:0;
	border-bottom:8px solid #ccc;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
}
.shopping-cart-box ul.cart-products-loaded {
	margin:0;
	padding:0;
	list-style:none;
}
#shopping-cart-results ul.cart-products-loaded li {
	background:white;
	color: black;
	margin: 15px 0 25px;
	padding:6px 10px;
	border-radius: 4px;
	position: relative;
	min-height: 50px;
}
#shopping-cart-results ul.cart-products-loaded li img{
	position: relative;
	margin-top:-40px;
	height: 90px;
	float: left;
}
#shopping-cart-results ul.cart-products-loaded li .changeQty, .changeQty{
	width:40px;
}
#shopping-cart-results ul.cart-products-loaded li a{
	color: black;
}
.shopping-cart-box .remove-item {
	position: absolute;
	top:5px;
	right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #ccc;
	border-radius: 50%;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.shopping-cart-box .cart-products-total {
	font-weight:700;
	text-align:right;
	padding:5px 0 0 5px;
}
.shopping-cart-box .cart-products-total a{
	display: inline-block;
}
.shopping-cart-box h3 {
	margin:0;
	padding:0 0 5px;
}
ul.view-cart {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding:10px;
	list-style:none;
	border:1px solid #ECECEC;
	border-radius:4px;
}
ul.view-cart li{
	clear: both;
	background-size: auto 150px;
	background-repeat: no-repeat;
	min-height: 150px;
	padding-left: 60px;
	padding-top: 60px;
	background-position: left top;
	position: relative;
}
ul.view-cart li.Pack, ul.view-cart li.Accessory{
	padding-left: 120px;
}
ul.view-cart li.Special{
	background: rgba(153, 110, 35, 0.1);
	padding: 0;
	padding-left: 10px;
}
ul.view-cart li.Special img{
	height: 150px;
}
ul.view-cart li.view-cart-total {
	border-top:1px solid #ddd;
	padding-top:5px;
	margin-top:5px;
	text-align:right;
}
#FastWays{
	border: 1px solid black;
	padding: 20px;
	background: rgba(0,0,0,.05);
	text-align: center;
}
#FastWays.small{
	padding: 10px;
	line-height: 1.2;
	display: inline-block;
	border-radius: 4px;
	background: rgba(153, 110, 35, 0.1);
	border-color: #9a6f24;
}
#FastWays hr{
	height: 0;
}
.view-cart-total #FastWays{
	 border: none;
	 padding: 5px;
}
.ShippingBrakepoint{
	color: #3c9142;
	display: block;
	margin: 5px 0;
	font-style: italic;
}
#ShippingMessage, #ShippingMessage p{
	text-align: right;
}
#FastWays h3{
	margin: 0;
	display: inline-block;
}
#FastWaysLookup{
	width: 200px;
	height: 30px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
#FastWaysResult{
	font-size: 1.4em;
	display: inline-block;
}
#Result{
	opacity: 0;
}
#FastWaysLookup .dropdown{
	position: absolute;
	left: 0;
	top:25px;
	max-height: 200px;
	overflow-y: auto;
}
.dropdown ul{
	list-style: none;
	margin: 0 4px;
	padding: 0;
	background: white;
	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
	border: 1px solid #ccc
}
.dropdown li, #FastWays li{
	display: block;
	margin: 0;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	min-height: inherit;
}
.dropdown li:hover{
	background: rgba(0,0,0,.03);
	cursor: pointer;
}
#FastWays .LIME, #FastWays .BROWN, #FastWays .BLUE{
	color: green;
}
#FastWays .RED, #FastWays .ORANGE, #FastWays .GREEN{
	color: blue;
} 
#FastWays .WHITE, #FastWays .GREY, #FastWays .GRAY{
} 
#removeZone{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: .9;
	background: #333;
	color: white;
	border-radius: 50%;
	font-style: normal;
}
#FastWays.zoned #FastWaysLookup{
	display: none;
}
#NewCheckout{
	position: relative;
}
#NewCheckout hr{
	height: 10px;
}

/* Lookup */
.lookup{
	position: relative;
}
.citylookup, .statelookup, .postcodelookup{

}
.citylookup{
	width: 200px;
}
.dropdown{
	position: absolute;
	left: 0;
	top:calc(100% - 5px);
	max-height: 200px;
	overflow-y: auto;
	z-index: 99;
}
.section.padding{
	padding-top: 20px;
	padding-bottom: 20px;
}
.section.type-text td, .section.type-text th{
	border:1px solid rgba(0,0,0,.2);
	padding: 2px 10px;
}
.container {
	max-width:1024px;
	padding:0 40px;
	margin:0 auto;
	clear: both;
}
#Header .container {
	position:relative;
	min-height:100px;
}
#Menu {
	position:absolute;
	right:20px;
	bottom:0;
	margin-left: 250px;
}
#Menu ul {
	padding:0;
	margin:0;
	list-style:none;
}
#Menu li {
	display:inline-block;
	padding:0;
	margin:0 5px;
}
#Menu li > a {
	font-family: 'Cinzel', serif;
	display:block;
	padding:8px 10px;
	text-transform:uppercase;
	color:#6c532d;
	font-size:17px;
	letter-spacing:1px;
	line-height:20px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
#Menu li.current > a {
	background:#fff;
	color:#000;
}
#Menu li.menu-products{
	display: none;
}
.no-touch #Menu li a:hover {
	color:#6c532d;
}
#Menu li a.admin {
	background:#9a6f24;
	color:#fff;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.no-touch #Menu li a.admin:hover {
	background:#6c532d;
}
#Menu ul ul{
	display: none;
}
#Menu ul #SubMenu, .SubMenu{
	position: fixed;
	top:130px;
	left: 0;
	width: 100%;
	background: #ECECEC;
	z-index: -1;
	transition: all .5s;
	overflow: hidden;
	height: 0;
	text-align: left;
}
.SubMenu{
	top:170px;
}
.SubMenu a:hover{
	background: rgba(153, 110, 35, 0.2);
	padding: 2px;
}
.SubMenu h3{
	font-size: 1.1em;
}
#Menu li:hover #SubMenu{
	height:auto;
	padding: 20px 0;
}
#SubMenu h3, .SubMenu h3{
	margin: 0;
}
#SubMenu a, .SubMenu a{
}
#SubMenu .Icon, .SubMenu .Icon{
	width: 25px;
	height: 25px;
}
#CategoryMenu li:hover .SubMenu{
	height:auto;
	padding: 20px 0;	
}
/*#Menu ul ul li{
	margin-top: -132px;
	transition: all .5s;
}
#Menu li:hover li{
	margin-top: 0;
}
*/
#CategoryMenu{
	width: 100%;
	position: absolute;
	left: 0;
	bottom:-40px;
	height: 40px;
	background: #DFDFDF;
}
#CategoryMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	color:#6c532d;
	text-align: right;
}
#CategoryMenu ul li{
	display: inline-block;
	margin: 0;
	padding: 8px 20px 0;
	border-right: 1px solid rgba(0,0,0,0.1);
	line-height: 30px;
}
#CategoryMenu ul li a{
	color: #6c532d;
}
#CategoryMenu ul li:hover{
	background: rgba(153, 110, 35, 0.2);
	color: white;
}
#CategoryMenu ul li:hover a{
	color: black;
}
#CategoryMenu ul li:last-child{
	border: none;
	padding-right: 0;
}
#CategoryMenu ul ul{
	display: none;
}
#CategoryMenu .container{
	min-height: auto;
}
#CategoryMenu i{
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
#SlideMenu {
	width: 100%;
	position: absolute;
	left: 0;
	top:-90px;
	background: #FFF;
	height: 255px;
	z-index: -5;
	transition: all .3s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
#SlideMenu.open{
	top:170px;
}
#SlideMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#SlideMenu li{
	margin: 0;
	padding: 0;
}
#SlideMenu ul ul{
	display: none;
}
#SlideMenu a.selected{
	font-weight: bold;
}
#SlideMenu a.selected:before{
	content: "> ";
}
#SlideMenu .slideMenu-slide{
	display: inline-block;
	width: 32%;
	margin-bottom: 1%;
	margin-left: 1%;
	float: left;
	padding: 10px;
	height: 255px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: white;
	background-size: cover;
	background-position: right bottom;
}

#SliderMenuType h2{
	margin: 0;
	line-height: 1
}
#SlideMenu .viewall{
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-transform: lowercase;
	font-size: 16px;
	font-style: italic;
	float: right;
}
#SliderMenuType.white h2, #SliderMenuType.white a{
	color: white;
}
#SliderMenuCategories{
}
#SliderMenuCategories a{
	padding: 2px 5px;
	display: inline-block;
	line-height: 1;
}
#SliderMenuCategories a:hover :after{
	content: ">";
}
#SliderMenuProducts{
}
#SlideMenu #SliderMenuSpecial{
	width: 66%;
	display: none;
	padding: 0;
	position: relative;
	background: url(layout/background_white.jpg);
}
#SlideMenu #SliderMenuSpecial h2{
	position: absolute;
	top:5px;
	left: 10px;
	margin: 0;
	line-height: 1;
}
#SlideMenu #SliderMenuSpecial .product{
	height: 200px;
	margin-bottom: 50px;
}
#SlideMenu #SliderMenuSpecial .product .prodName {
	top:200px;
	font-size: .8em;
}
#Main {
	min-height: calc(100vh - 220px);
	padding-bottom: 30px;
}

#Main .cols-1-1{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	padding-top:0;
}
#Main .cols-1-1-1{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	padding-top:0;
}
#Main .cols-1-2{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
	padding-top:0;
}
#Main .cols-2-1{
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
	padding-top:0;
}
#Main .cols-1-3{
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 20px;
	padding-top:0;
}
#Main .cols-3-1{
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 20px;
	padding-top:0;
}
.grid{	
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.cols-2{ grid-template-columns: 1fr 1fr; }
.cols-3{ grid-template-columns: 1fr 1fr 1fr; }
.cols-4{ grid-template-columns: 1fr 1fr 1fr 1fr; }
.cols-5{ grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
.cols-6{ grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }

.table{
	background: white;
	border: 1px solid #ECECEC;
}
.table thead th{
	background: black;
	color: #9a6f24;
	text-align: left;
	padding: 5px 10px;
}
.table tbody tr:nth-child(even) td, .table tbody tr:nth-child(even) th{
	background: rgba(0,0,0,.05);
}
.table tbody td, .table tbody th{
	padding: 5px 10px;
	border-right: 1px solid rgba(125,125,125,.1);
}
#search input{
	background: url(/layout/searchicon.png) no-repeat;
	background-size: auto 80%;
	background-position: 5px 50%;
	padding-left:28px;
	width: 0px;
	border: none;
	border-color: rgba(0,0,0,0);
	-webkit-transition:all .5s;
	transition:all .5s;
}
#search input.focus{
	width: 150px;
	border-color: rgba(0,0,0,.4);
}

a {
	color:#333;
}
.clearHeader {
	height:170px;
	display:block;
}

#Slider{
	display: block;
	position: relative;
	width: 100vw;
	height: 400px;
	background: #666;
	background-size: cover;
	background-position: center center;
	color: white;
	overflow: hidden;
}
.slide{
	display: flex;
	width: 100%;
	height: 400px;
	color: white;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.slide .screen{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2) url(/layout/raster.png);
    display: block;
    position: absolute;
}
.slide .slideText{
	width: 90%;
	margin: 100px auto 0;
	max-width: 800px;
	text-align: center;
	z-index: 10;
}
.slide h1{
	color: white;
	font-family: 'Cinzel', serif;
	font-size: 3em;
	font-weight: 700;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
	background: rgba(0,0,0,.05);
}
.slide p{
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
	text-shadow: 0px 0px 2px rgba(0,0,0,1);
	margin-bottom: 20px;
	background: rgba(0,0,0,.05);
}
#Main .slide .button{
	background: white;
	color: #6c532d;
	float:none;
	margin-top: 10px;
	padding: 5px 25px;
	font-size: 1.6em;
	font-family: 'Cinzel', serif;
}
#HotLinks{
	background: #9a6f24;
	min-height: 60px;
	color: white;
	line-height: 1;
}
#HotLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
#HotLinks li{
	margin: 0;
	padding: 10px 0;
}
#HotLinks img{
	float: left;
	margin-right: 10px;
}
#HeaderImage {
	width:100%;
	height:35vh;
	background:#EFEFEF url(/layout/background.jpg) no-repeat 50% 45%;
	background-size:cover;
	margin-bottom:40px;
	position: relative;
}
#HeaderImage.parallax{
	background-position: center top;
}
#HeaderImage #HeaderTitle{
	position: absolute;
	bottom:0; left: 0;
	padding: 20px 0 0;
	width: 100%;
	background: rgba(255,255,255,.7);
}
.categoryImage{
	display: block;
	background: #CCC no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 150px;
	position: relative;
}
.categoryImage h1{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px 10px;
	border: none;
	margin: 0;
	width: 100%;
	background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8), rgba(255,255,255,1));
}
.categoryImage form{
	position: absolute;
	top:10px;
	right: 10px;
}
#Main .categoryImage .button{
	box-shadow: 0px 0px 5px black;
}	
#PageMessage{
	position: absolute;
	top: 170px;
	background: rgba(255,255,255,.9);
	width: 60%;
	left: 20%;
	padding: 15px 12px;
	text-align: center;
	z-index: 999;
	color: black;
	box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	font-size: 1.2em;
	font-weight: 100;
	border-radius: 2px;
}
#PageMenu {
	width:230px;
	margin-left:6px;
	float:left;
	padding:0;
	padding-bottom: 20px;
}
#PageMenu.sticky {
	position: fixed;
	top: 150px;
}	
#PageMenu ul {
	list-style:none;
	padding:0;
	margin:0;
	border-top:1px solid rgba(255,255,255,.2);
}
#PageMenu li {
	padding:0;
	margin:0;
	border-bottom:1px solid rgba(255,255,255,.2);
}
#Page {
	display:block;
	padding:0;
	padding-left: 250px;
}
#PageCol {
	width:50%;
	padding-right:20px;
}

#PageCol:nth-child(even) {
	padding-left:20px;
	padding-right:0;
}
#PageMenu .clearHeader {
	height:210px;
}
.Icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
h2 .Icon{
	width: 30px;
	height: 30px;
}
#Breadcrumb{
	display: block;
	margin: 10px 0 20px;	
}
#ProductsMenu {
	width:100%;
	height:200px;
	background: rgba(0,0,0,.1);
	margin-top: 80px;
}
#ProductsMenu h3{
	position: relative;
	top:-55px;
}
#ProductsMenu.hide {
	bottom:-266px;
}
#ProductsMenu .container {
	position:relative;
}
#ProductsMenu .Categories {
	position:absolute;
	top:0;
	left:40px;
	z-index:9999;
	display:none;
}
.Categories {
	float:left;
	margin:0;
	list-style:none;
	padding:0;
}
.Categories li {
	margin:0;
	padding:0;
	border-bottom:1px solid #EEE;
}
.Categories li a {
	display:block;
	padding:15px 0 5px 35px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-size:auto 85%;
	background-position:5px 50%;
	color:#000;
}
.Categories li a.current {
}
.no-touch .Categories li a:hover {
	background-color:rgba(0,0,0,.04);
}
.Categories li.active a {
}

.Categories li li a {
	padding:2px 0;
	padding-left:32px;
	text-transform:capitalize;
}
#CategorySelector, .CategoryButtons{
	display: none;
}
#CategoryPageButtons{
	list-style: none;
	padding: 0;
	margin: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#CategoryPageButtons li{
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	height: 160px;
	position: relative;
	background: white;
	cursor: pointer;
	box-shadow:0 0 3px rgba(0,0,0,.1);
	transition: all .8s;
}
#CategoryPageButtons li:hover{
	box-shadow:0 0 8px rgba(0,0,0,.5);
}
	
#CategoryPageButtons li a{
	display: block;
	width: 100%;
}
#CategoryPageButtons li img{
	transition: all .5s;
	height: 135px;
	margin-top: -20px;
	transform-origin: bottom;
}
#CategoryPageButtons li:hover img{
	transform: scale(1.1);
}
#CategoryPageButtons li span{
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	text-align: center;
}
#Bee{
	position:absolute;
    top:300px;
    right:20vw;
    width: 50px;
    height: 50px;
    background: url(/layout/bee.png) no-repeat center;
    background-size: contain;
    transition:all 1s ease-out;
    transform: rotate(-45deg) scale(1.2);
}

#products-page #ProductsMenu .Categories {
	display:none;
}
#PageMenu li { }
#PageMenu li.active { }
#Products {
	width:100%;
	height:266px;
	position:absolute;
	top:-66px;
	right:0;
	padding:0 40px 0 40px;
}
#Products .product {
	display:block;
	position:relative;
	width:100px;
	height:266px;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
	margin: 0;
}
#Products .product.miscellaneous {
	width: 266px;
}
#Products .product.current {
	border-bottom: 6px solid black;
}
#Products .product .gallery-cell-image {
	width:100px;
	border:0;
	height:266px;
	position:absolute;
	left:5px;
	line-height:150px;
	background-size:contain;
	transition:all .3s ease-in-out;
}
#Products .product.miscellaneous .gallery-cell-image {
	width: 266px;
}

.product.is-selected {
}
#Products .product .prodName {
	background:url(/layout/title-overlay.svg) no-repeat;
	background-size:100% auto;
	color:#9a6f24;
	position:absolute;
	left:0;
	line-height:13px;
	font-size:12px;
	padding:15px 2px 9px;
	bottom:-85px;
	height:75px;
	width:100%;
	text-align:center;
	transition:all .3s ease-in-out;
}
.no-touch #Products .product:hover .prodName {
	bottom:0;
}
#Product{
	min-height: 510px;
}
.product {
	width:20%;
	float:left;
	position:relative;
	height:268px;
	margin-bottom:60px;
	text-align:center;
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-size:auto 100%;
	transition:all .3s ease-in-out;
}
.product.miscellaneous {
	width: 33.3%
}
.product.withdesc{
	margin-bottom: 160px;
	text-align: center;
}
.product.withdesc p{
	padding: 0 10px;
	text-align: center;
}
.product .listaward{
	position: absolute;
	bottom:15px;
	left: 63%;
	resize: 0;
	width: 32px;
	text-align: left;
}
.product .listaward i{
	display: inline-block;
	width:32px;
	height:32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	margin-top: 1px;
	box-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.product .hoverlink{
	opacity: 0;
	transition:all .3s ease-in-out;
	position: absolute;
	bottom:25%;
	background: rgba(0,0,0,0.8);
	color: white;
	text-align: center;
	width: 100%;
	padding: 10px;
}
.no-touch .product:hover .hoverlink{
	opacity: .8;
}
.no-touch .product:hover img{	
	-webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,.5));
	filter: drop-shadow(0 0 5px rgba(0,0,0,.5));
}
.product .prodName {
	position:absolute;
	top: 270px;
	left:0;
	width:100%;
	line-height:16px;
	padding: 0 10px;
}
.breadcrumb{
	font-size: 1.2em;
	text-align: right;
	color: #999;
	font-family: 'Cinzel', serif;
	margin-top: 25px;
	margin-bottom: 15px;
}
.breadcrumb a{
	color: #999;
}
.breadbutton{
	display: inline-block;
	background: black;
	padding: 0 8px;
	background: white;
	margin-right: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.breadbutton:hover{
}
.no-touch .breadcrumb a:hover, .no-touch .breadcrumb .dropCrumb a{
	color: #000;
}
.dropCrumb{
	display: inline-block;
	position: relative;
}
.no-touch .dropCrumb:hover ul{
	display: block;
}
.breadcrumb ul{
	position: absolute;
	top: 100%;
	right: -10px;
	margin: 0; 
	padding: 5px 10px;
	list-style: none;
	display: none;
	background:white;
	box-shadow: 0px 2px 3px rgba(0,0,0,.1);
	z-index: 99;
	width: 250px;
}
.breadcrumb ul li{
	margin: 0; padding: 0;
	padding-left: 10px;
}
.ProductName {
	padding-bottom: 10px;
	text-align:right;
}
.breadcrumb .dropCrumb a{
	opacity: .4;
}
.breadcrumb .dropCrumb a:hover{
	opacity: 1;
}
.breadcrumb .dropCrumb li i{
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.award{
	margin: 0 0 -5px 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: contain;
	background-position: center bottom;
}
.ProductDetails .award{
	width: 20px;
	height: 20px;
}
.subbrand{
	margin: 0 0 -5px 5px;
	width: 150px;
	height: 100px;
	display: inline-block;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.HideProductImage{
	width: 1px;
	height: 1px;
}
.ProductSize {
	width:40%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center bottom;
	float: left;
}
.ProductSize .ProductPhotos{
	margin-top:-135px;
	height:450px;
	position:relative;
}
.ProductSize .ProductImage {
	position:absolute;
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center bottom;
	background-repeat:no-repeat;
	opacity:0;
	-webkit-transition:all 1s;
}
.ProductSize .ProductImage.current {
	opacity:1;
	z-index: 80;
}
.magnify {
	width: 220px; height: 220px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	background: white no-repeat;
	display: none;
}
#SizeArrows {
	width:100%;
	position:absolute;
	top:300px;
	z-index: 99;
	height: 1px;
}
#SizePrev,#SizeNext {
	float:left;
	width:40px;
	height:50px;
	opacity:.3;
}
.no-touch #SizePrev:hover, .no-touch #SizeNext:hover {
	opacity:1;
}
#SizeNext {
	float:right;
}
.ProductSizeMl {
	position:absolute;
	bottom:0px;
	right:10px;
	font-size: 1.4em;
	width: 90px;
	text-align: right;
}
.ProductSizeMl .extras{
	color: #9a6f24;
	font-size: 11px;
}
.ProductSizeMl .notavailable{
	color: #999;
	font-size: 11px;
}
.ProductDetails {
	width:60%;
	float:right;
	text-align:right;
	max-width: 450px;
}
.ProductDetails p {
	text-align:right;
}
.Prices {
	position:relative;
	min-height: 100px;
}
.Prices .ProductPrice {
	position:absolute;
	opacity:0;
	display: none;
	right:0;
	-webkit-transition:all 1s;
}
.Prices .ProductPrice.current {
	opacity:1;
	display: block;
}
.Prices .ProductPrice h2 {
	margin-top: 10px;
	font-size:30px;
}
.Prices .ProductPrice sup {
	font-size:16px;
}
.Prices .ProductPrice .cents {
}
input[type="text"].Qty_Input{
	width: 38px;
	position: relative;
	top: 2px;
	text-align: center;
	height: 38px;
	font-size: 26px;
	line-height: 38px;
	margin: 0 5px;
	padding: 0;
}
.ProductBuy {
	background:#9a6f24;
	padding:7px 20px;
	margin-top:10px;
	color:#fff;
	font-size:22px;
	border:none;
	border-radius: 5px;
}
#SizeButtons {
	border-top: 1px solid rgba(0,0,0,.2);
	padding-top: 10px;
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	margin-top: 10px;
}
#SizeButtons li {
	width:30px;
	height:80px;
	display:inline-block;
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	opacity:.3;
	cursor:pointer;
	-webkit-transition:all .5s;
}
#SizeButtons li.current {
	opacity:1;
}
#SizeButtons li.accessory{
	width: 80px;
	margin-right: 10px;
}
.Proceed{
	display: inline-block;
	text-align: right;
	color: #9a6f24;
	font-weight: bold;
	margin-bottom: 10px;
}
.number{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center;
    font-size: 28px;
    margin-right: 5px;
    border-radius: 50%;
    background: #9a6f24;
    color: white;
    padding-top: 2px;
}
iframe{
	border:none;
	background: rgba(255,255,255,0);
}
#Delivery-Pickup{
	list-style: none;
	margin: 0;
	padding: 0;
}
#Delivery-Pickup li{
	display: inline-block;
}
.HideGiftCheckbox{
	display: none;
}
.HideGiftCheckbox th, .HideGiftCheckbox td{
	background: rgba(255,255,255,.8);
}
.HideGiftCheckbox hr {
	margin: 0 0 10px;
	height: 0;
	
}
.HideGiftCheckbox th{
	padding-left: 20px;
	font-size: .9em;
	font-weight: normal;
}
.padding-top th, .padding-top td{
	margin-top: 10px;
	padding-top: 10px;
}
#Delivery-Pickup input[type="submit"]{
	background: #9a6f24;
	color: white;
	font-size: 1.2em;
	padding: 5px 20px;
}
.message{
	padding: 5px 10px;
	background: rgba(154, 111, 36, 0.075);
	border-radius: 4px;
}
.CheckoutEdit{
	cursor: pointer;
}
.editcheckout {
	color: #CCC;
	padding: 2px 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	top: -6px;
	text-transform: lowercase;
	position: relative;
}
#Processing{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	display: flex;
	z-index: 99;
	align-items: center;
	justify-content:center;
}
#securePay{
	width: 100%;
	background: white;
	text-align: center;
	padding: 20px 0;
}
/* -- ADMIN PANEL ---------------//*/
#adminActions{
	background: rgba(153, 110, 35, 0.1);
	padding: 10px 20px;
	border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2) rgba(0,0,0,.15) rgba(0,0,0,.05) rgba(0,0,0,.1);
    margin-bottom: 40px;
    margin-left: 20px;
}

#adminActions th, #adminActions td{
	padding: 3px 5px;
	line-height: 1;
}
#adminActions td{
	border-left: 1px solid rgba(0,0,0,.15);
}
#adminActions tr td:first-child{
	border: none;
}
#adminActions thead th{
	text-align: left;
}
#adminActions .noborder{
	border: none;
}
#Main #adminActions .button{
	float: none;
	text-transform: uppercase;
	padding: 5px 10px;
}
.actionDel{
	display: inline-block;
}
.actionOnOff button, .actionDel button, .actionDelete button, .actionEdit button, .actionWebsite button{
	font-size: 16px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.actionOnOff button{
	font-size: 20px;
}
.actionOnOff button.Off i{
	color: red;
	transform: rotate(180deg);
}
.actionWebsite button.off i{
	color: red;
}
.actionWebsite button.disabled i{
	color: #29D;
}
#adminActions table{
	margin: 10px 0;
}
#adminActions thead th{
	background: rgba(0,0,0,.1);
}
#adminActions tbody tr:nth-child(even) td{
	background: rgba(0,0,0,.05);
}
/* ------ Product Links   ------ */
#SizesRecipes {
	border-top:1px solid #CCC;
	display:block;
	width:51%;
	float: right;
	border-width:1px 0;
	text-align:right;
}
#ProductRecipes {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
#ProductRecipes li {
	display:inline-block;
}
#ProductRecipes li a {
	display:block;
	height:80px;
	width:80px;
	overflow: hidden;
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	position: relative;
	background-color: rgba(0,0,0,.02);
	background-image: url(/layout/holder.jpg);
	margin: 0 0 2px 2px;
}
#ProductRecipes li a span{
	display: none;
}
/* ------ Instagram   ------ */
#Instafeed{
	background: #9a6f24;
	text-align: center;
	margin: 0;
	padding: 0;
}
#Instafeed a{
	display: block;
	float: left;
	width: 20vw;
	height: 20vw;
	position: relative;
	background-size: cover;
	color: white;
}
.instaLogo{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(layout/instagram.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#Instafeed .Likes, #Instafeed .Comments{
	display: inline-block;
	background: url(/layout/like.png) no-repeat left center;
	padding-left: 15px;
	background-size: 12px auto;
	color: #9a6f24;
	margin-left: 8px;
}
#Instafeed .Comments{
	background-image: url(/layout/comment.png);
}
#Instafeed a .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	opacity: 0;
	padding: 15px;
	background: rgba(0,0,0,.75);
	overflow: hidden;
	text-align: center;
	display:grid; 
	align-items:center;
}
.instaName{
	background-size:20px auto; 
	background-repeat:no-repeat;
	color: #9a6f24;
	margin-bottom: 5px;
}
.instaText{
}
.instaDate{
	color: #9a6f24;
}
#Instafeed a:hover .caption{
	opacity: 1;
}
#InstaFollow{
	clear: both;
	display: block;
	width: 100%;
	height: 100px;
	background: url(/layout/instagram_follow.png) no-repeat center 40%;
	background-color: #9a6f24;
	margin: 0 auto;
}

/* -- REVIEWS / COMMENTS ---------------//*/
#Reviews{
	clear: both;
	margin: 20px 0;
}
#Comments, #Comments ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
#Comments ul{
	margin: 10px;
}
#Comments li{
	margin: 0;
	border: 1px solid rgba(0,0,0,.05);
	background: white;
	padding: 0;
	margin-bottom: 5px;
	border-radius: 4px;
}
#Comments ul li{
	background: rgba(0,0,0,.005);
}
#Comments ul li.replyCount{
	border: none;
	text-align: right;
	margin: 0;
	background: none;
	font-size: 12px;
	opacity: .6;
}
.commentator{
	background: rgba(0,0,0,.05);
	padding: 2px 10px;
	color: #999;
	min-height: 26px;
}
.flag{
	cursor: pointer;
	transition: all 300ms ease;
	float: right;
	position: relative;
	opacity: .4;
}
.admin .flag{
	display: none;
}
.flagged > .commentator .flag{
	opacity: 1;
}
.flagged > .commentator .flag i{
	color: red;
}
#Comments .flag ul {
	background: #FEE;
	position: absolute;
	right: -10px;
	top: 20px;
	width: 150px;
	display: none;
	margin: 0;
	padding: 10px 0;
}
#Comments .flag li{
	margin: 0; padding: 0;
	border: none;
	text-align: right;
}
 #Comments .flag li{
	background: none;
	padding: 0px 10px;
	cursor: pointer;
}
 #Comments .flag li:hover{
	color: red;
}
#Comments .flag.open ul{
	display: block;
}
.flag.open{
	opacity: 1;
	z-index: 79;
}
.flag i{
	margin-left: 10px;
}
#Comments ul li .commentator{
	padding: 0 10px;
	background: rgba(0,0,0,.02);
	border-bottom: 1px solid rgba(0,0,0,.015);
}
.flagged > .commentator, #Comments ul li.flagged .commentator {
	background: #FEE;
}
.commentator.admin, #Comments ul li .commentator.admin{
	background: rgba(154, 111, 36, 0.2);
	color: #666;
}
.commentDate{
	float: right;
	opacity: .6;
	font-size: 12px;
}
.commentDate strong{
	margin-left: 10px;
}
.commentText{
	padding: 10px 10px 0;
	clear: right;
}
.flagged > .commentText{
	opacity: .05;
	color: red;
}
.commentText.admin{
	background: rgba(154, 111, 36, 0.1);
}
#Comments ul li.replyForm{
	background: none;
	border: none;
	padding: none;
}
.commentTab, .replyTab{
	text-align: right;
	cursor: pointer;
	transition: all 300ms ease;
	font-weight: bold;
}
.commentTab:hover, .replyTab:hover, .commentTab.open, .replyTab.open{
}
.commentTab.open, .replyTab.open{
}
.commentText p{
	margin: 0 0 5px;
}
#AddComment, .AddReply{
	display: none;
	padding: 10px;
	background: white;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.05);
}
AddReply{
	background: rgba(0,0,0,.05);
}
#Comments .name, #AddComment .name{
	width: 150px;
}
.ratingBar{ 
	width: 160px;
	border: 1px solid #ccc;
	height: 20px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	margin-bottom: -4px;
}
.ratingBar i{
	position: absolute;
	left: 1px;
	top:1px;
	width: 0%;
	height: 16px;
	background: #9a6f24;
	border-radius: 3px; 
}
/* Stars */
.rating-stars ul {
	list-style-type:none;
	padding:0;
	margin: 10px 0;
	-moz-user-select:none;
	-webkit-user-select:none;
}
.rating-stars ul > li.star { display:inline-block; }
.rating-stars ul > li.star > i.fa {
	font-size:2em;
	color:#ccc;
}
.rating-stars ul > li.star.hover > i.fa { color:#ffb83c; }
.rating-stars ul > li.star.selected > i.fa { color:#9a6f24; }
.fa.fa-star, .fas.fa-star-half-alt{
	color: #9a6f24;
}
.button .fa.fa-star{
	color: white;
}
/* Recipe page styling */
.recipeIngredientsMenu li a.last {
	background:none;
}
#recipeCategories {
	width:600px;
	height:275px;
	float:left;
	text-align:left;
}
.categoryList {
	margin:0;
	padding:20px 0 0 15px;
}
.categoryList li {
	list-style:none;
	margin:0;
	padding:0;
	margin:0;
	margin-bottom:5px;
}
.categoryList li a {
	background-image:url(../layout/2013/recipe-categories.png);
	background-repeat:no-repeat;
	background-position:0 -70px;
	text-decoration:none;
	padding:0 10px 0 36px;
	display:block;
	width:128px;
	height:32px;
	font-size:14px;
	line-height:32px;
	color:#23221D;
	-webkit-transition:all .5s;
}
.no-touch .categoryList li a:hover,.categoryList li a.current {
	color:#5BA43B;
	background-color:#23221D;
}
.ProductList {
	margin:0;
	padding:5px 0 0 5px;
	float:left;
}
#recipeProductList .ProductList li {
	list-style:none;
	margin:0;
	padding:0;
	margin:0;
	width: 100%;
}
#recipeProductList .ProductList li a {
	text-decoration:none;
	padding:5px 8px;
	display:block;
	min-height:18px;
	width: 100%;
	font-size:13px;
	line-height:18px;
	border:1px solid #cdb;
	color:#431;
	margin:0 5px 4px 0;
}
.no-touch .ProductList li a:hover {
	color:#5BA43B;
	background:#23221D;
}
/*----------------------*/
.bottlesList{
	list-style: none;
	
}
.bottlesList li{
	display: inline-block;
	position: relative;
}
.bottlesList li small{
	width: 100%;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
/*------------------*/
.batchSelect, .batchSelected{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.batchSelect li, .batchSelected li{
	display: inline-block;
	width: 150px;
	height: 150px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin-bottom: 40px;
	opacity: .3;
	top: -40px;
}
.batchSelect .tick, .batchSelected .tick{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: white;
	color: #789969;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	opacity: 0;
} 
.batchSelect .description, .batchSelected .description{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
}
.batchSelect li.selected, .batchSelected li.selected{
	opacity: 1;
}
.batchSelect li.selected .tick, .batchSelected li.selected .tick{
	opacity: 1;
}
.batchSelect input, .batchSelected input{
	opacity: 0;
}
/*----------------------*/
.inputgroup{
	display: inline-block;
	width: 77px;
	height: 50px;
	position: relative;
}
.inputgroup input{
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
}
.inputgroup span{
	position: absolute;
	right: 0;
	top:0;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	display: block;
	width: 25px;
	height: 24px;
	float: left;
	background: #9a6f24;
	border-radius: 4px;
	color: white;
}
.inputgroup span.takefrom{
	top:auto;
	bottom: 0;
}
.imghover{
	transition: all .2s ease-in-out;
}
.imghover:hover{
	transform: scale(2.5);
	transform-origin: center;
}
.list{
}
.list td{
	border-bottom: 1px solid rgba(0,0,0,.2);
}
/*----------------------*/
.product-special{
	display: inline-block;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.product-special strong{
	position: absolute;
	width: 100%;
	padding: 5px 10px;
	text-align: center;
	background: rgba(0,0,0,.8);
	bottom: 0;
	left: 0;
}
#SpecialsPage{
	max-width: 650px;
	margin-bottom: 200px;
}
#SingleSpecials{
	text-align: center;
}
#SpecialsList{
	grid-template-columns: 1fr 1fr;
}
.special{
	text-align: center;
}
.special .image{
	height: 200px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 4px;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
}
.OutOfStock{
	opacity: .6;
}
#MobileSpecials{
	display: none;
}
#SpecialCart{
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	min-height: 60px;
	text-align: center;
	background: #9a6f24;
	color: white;
}
#SpecialCart h2{
	margin: 10px 0;
	color: white;
}
#SpecialCart p{
	text-align: center;
}
#Main #SpecialCart .button{
	background: white;
	color: #9a6f24;
	float: none;
	margin-bottom: 20px;
}
#SpecialCartList{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 40px;
}
#SpecialCartList li{
	position: relative;
	display: inline-block;
	width: 50px;
	margin: 0;
	padding: 0;
	margin-top: -100px;
}
#SpecialCartList img{
	margin-bottom: -15px
}
#SpecialCartList span{
	left: 50%;
	position: absolute;
	margin-left: -15px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	background: rgba(255,255,255,.9);
	bottom: 10px;
	font-size: 18px;
	color: #9a6f24;
}
/*----------------------*/
#recipesListContainer {
}
.recipeList {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
.recipeList li {
	list-style:none;
	margin:0;
	padding:0;
	box-shadow: 0px 0px 5px rgba(0,0,0,0); 
	transition: all .2s ease-in-out;
}
.recipeList li:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,.5); 
	transform: scale(1.05);
	transform-origin: center;
}
.recipeList li a {
	position:relative;
	overflow:hidden;
	text-decoration:none;
	padding:0;
	float:left;
	display:block;
	font-weight:400;
	width:100%;
	height:250px;
	text-align:center;
	background-image: url(/layout/holder.jpg);
	background-position: center center;
	background-size: cover;
	-webkit-transition:all 1s;
}
.recipeList li a img{
	width: 100%;
}
.recipeList li span {
	position: absolute;
	width: 100%;
	padding: 5px;
	text-align: center;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.9);
	color: black;
}
.recipeList li .icon {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 1.5em;
	height: 1.5em;
	margin-bottom: -3px;
}
#recipes-page #Main .container{
	margin-top: 20px;
}
.recipeImage{
	width: 100%;
}
#recipes-page ul, #recipes-page ol{
	margin: 0;
	padding-left: 40px;
}
.recipeDetails{
}
.recipeIngredients {
}
.recipeIngredients h2{
}
.recipeIngredients ul{
	list-style: none;
}
.recipeIngredients ul li::before {
	content: "-";
	color: #9a6f24;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.recipeIngredients  li{
	padding-bottom:10px;	
}
.recipeDirections {
}
.recipeDirections p {
	padding:0;
	padding-bottom:10px;
	margin:0;
}
.recipeDirections ol {
	list-style: none; 
	counter-reset: item;
}
.recipeDirections li {
	padding-bottom:10px;
	display: block;
}
.recipeDirections li::before {
	content: counter(item);
	counter-increment: item; 
	color: #9a6f24;
	display: inline-block; 
	width: 1.2em;
	margin-left: -1.2em
}
.pseudoCheckbox{
	display: block;
	width: 43px;
	height: 43px;
	border: 2px solid white;
	background: url(/layout/tick.png) no-repeat center center;
	background-size: contain;
	border-radius: 50%;
}
#RecipeAddToCart .checked{
	opacity: 1;
}
#RecipeAddToCart .unchecked{
	opacity: .5;
}
#RecipeAddToCart .unchecked select{
	display: none;
}
#RecipeAddToCart .unchecked .pseudoCheckbox{
	border: 2px solid #CCC;
	background: none;
}
.hover {
	color: black;
	font-weight:bold;
	display: inline-block;
	cursor: pointer;
}
.ui-tooltip{
	box-shadow: none;
	background: none;
	border: none;
}
.productLink{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/layout/link.png) no-repeat center center;
	margin-bottom: -3px;
	margin-left: 5px;
}
#VerifyImage{
	border-radius: 5px;
	margin: 2px 10px 0 0;
	float: left;
}
.news {
	padding-bottom:40px;
	border-bottom:1px solid #000;
	margin-bottom:40px;
}
.news img {
	max-height:400px;
	margin:0 auto 10px;
	max-width: 100%;
}
.YouTubeVideo{
	height: 300px;
	width: 534px;
	max-width: 100%:
}
.showmore span {
	font-weight:700;
	color:#fff;
	background:#ccc;
	text-align:center;
	display:block;
	margin-top:10px;
	padding:5px 0;
}
.blogItem{
	background: white;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.blogItem:hover{
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0px 0px 4px rgba(0,0,0,.5);
}
.blogTitle{
	padding: 5px 10px;
	line-height: 1;
	font-weight: bold;
}
.blogTitle small{
	font-weight: normal;
}
.blogDescription{
	padding: 0 10px 15px;
}
.quote{
	margin-top: 20px;
	padding: 20px;
	background: rgba(0,0,0,.1);
	border-radius: 4px;
}
.showhide {
	display:none;
}
.shop {
	float:left;
	width:33%;
	text-align:center;
	padding:0 20px 40px;
}
.shop a {
	display:block;
	padding:2px 0;
}
.shopImg {
	width:100%;
	height:200px;
	background-color:#ccc;
	background-size:cover;
	background-position:50% 50%;
}
.shop .map{
	border: none;
	width: 100%;
	margin: 20px 0;
	height: 300px;
}
#awards-page #Main{
	padding-bottom: 200px;
}
.Awards{
	list-style: none;
	margin: 0; padding: 0;
}
.Awards li{
	display: block;
	position: relative;
	height: 180px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 50px;
	border-bottom: 1px solid rgba(0,0,0,.02);
	padding: 20px 0 20px 100px;
}
.awardimg{
	width: 60px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	bottom: -10px;
}
.awardbottle{
	position: absolute;
	top:-20px;
	left: 0;
	width: 70px;
}
#HeaderImage.AwardHeader {
	background: black;
	position: relative;
	height: auto;
}
#HeaderImage.AwardHeader .container{
	position: relative;
	background: url(/layout/spotlight.jpg) no-repeat;
	background-position: 0 100%;
}
#AwardBottle{
	display: inline-block;
	width: 180px;
	margin-left: 30px;
}
#AwardName{
	position: absolute;
	bottom: 60px;
	left: 275px;
	margin-right:40px;
}
#AwardName h3{
	margin: 0;
	color: #9a6f24;
}
#AwardName h3 a{
	color: #9a6f24;
}
#AwardName h2{
	margin: 0;
	line-height: 1;
	color: #9a6f24;
}
#AwardName h1{
	font-size: 2em;
	margin-top: 10px;
	color: white;
	padding-bottom: 10px;
}
#AwardName h1 a{
	color: white;
}
#AwardSlider { 
	height: 400px;
	background: black;
}
#AwardSlider .slide{
	display: block;
	background: url(/layout/spotlight.jpg) no-repeat
}
#AwardSlider img{
	width: auto;
}
#AwardSlider #AwardBottle{
	margin-top: -15px;
	margin-left: 50px;
}
.awardicon{
	position: absolute;
	top:0;
	left: 150px;
}
#Next, #Prev{
	position: fixed;
	height: 60px;
	width: 40px;
	top:300px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .4;
	color: white;
}
#Next:hover, #Prev:hover{
	opacity: 1;
}
#Next { right: 10px; background-image: url(/layout/right.svg);}
#Prev{ left: 10px; background-image: url(/layout/left.svg);}
.phone, .fax, .address, .website, .email, .facebook, .mobile {
	display:block;
}
.phone span, .fax span, .address span, .website span, .email span, .facebook span, .mobile span, .popup {
	width:20px;
	height:20px;
	display:inline-block;
	margin-bottom:-2px;
	background-size:17px 17px;
	background-repeat:no-repeat;
	background-position:50% 100%;
}
.phone span { background-image:url(/layout/phone.png); }
.mobile span { background-image:url(/layout/mobile.png); }
.fax span { background-image:url(/layout/fax.png); }
.address span { background-image:url(/layout/address.png); }
.website span { background-image:url(/layout/website.png); }
.email span { background-image:url(/layout/email.png); }
.facebook span { background-image:url(/layout/facebook.png); }
/* -----------------//*/
.clear {
	clear:both;
}
.error{
	color: #ac0e0e;
}
.errorbox{
	display:block;
	width: 100%;
	text-align: center;
	padding: 5px;
	background: rgba(240, 187, 187, 0.15);
	color: #ac0e0e;
}
.Checkout .error{
	display: block;
}
input.warning{
	border-color: #ac0e0e;
}
#AdminEdit button, #Main .button {
	float:right;
	background:#9a6f24;
	border:none;
	padding:10px;
	font-size: 1em;
	color:#fff;
	border-radius:5px;
	font-weight: bold;
}
.type-button a{
	background:#9a6f24;
	border:none;
	padding:10px 20px;
	font-size: 1em;
	color:#fff;
	border-radius:5px;
	font-weight: bold;
	margin: 30px auto;
	display: inline-block;
}
#Main .editwhite {
	color: #CCC;
	padding: 5px 10px;
	font-size: 1em;
}
#ShowLogin{
	display: inline-block;
	background: white;
	padding: 2px 10px;
	border-radius: 4px;
	border: 1px solid rgba(154, 111, 36, 0.5);
}
#Redeem{
	max-width: 650px;
	text-align: center;
}
#Use-Loyalty i{
}
.remove-loyalty{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #CCC;
	color: black;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}
/* -- PREV & NEXT ---------------//*/
.Next, .Prev{
	display: inline-block;
	float: left;
	padding: 10px 20px;
	background: url(/layout/left-black.svg) 2% center no-repeat;
	background-size: 25px auto;
	border: 1px solid rgba(252, 149, 0, .01);
	transition: all 1s;
	display: block;
	font-family: 'Cinzel',serif;
	font-weight: 400;
	font-size: 1.3em;
	max-width: 48%;
}
.Next small, .Prev small{
	display: block;
	color: #9a6f24;
	text-transform: uppercase;
}
.Next:hover, .Prev:hover{
	background-color: rgba(153, 110, 35, 0.3);
}
.Next{
	text-align: right;
	padding-right: 50px;
	float: right;
	background: url(/layout/right-black.svg) 98% center no-repeat;
	background-size: 25px auto;
}
.Prev{
	padding-left: 50px;
}

#map{
	width: 100vw;
	height: 500px;
}
#Footer {
	background:#000;
	color:#CCC;
	padding:20px 0 30px;
	width:100%;
	letter-spacing:1px;
	font-size:11px;
}
#Footer ul {
	margin:0;
	padding:0;
}
#Footer li {
	display:inline-block;
	padding:2px 5px;
	margin:0;
	border-left: 1px solid rgba(255,255,255,.1);
}
#Footer li:first-child {
	border: none;
}
#Footer a {
	color:#BBB;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.no-touch #Footer a:hover {
	color:#6c532d;
}
#disclaimer {
}
#Footer a#shd {
	font-size:11px;
	background:url(/layout/shd_dark.png) no-repeat 0 50%;
	padding-left:25px;
}
.no-touch #Footer a#shd:hover {
	opacity:.8;
}

/* PopUp */
.popup{
	background-image: url('layout/popup-gold.png'); 
	background-size: 80%;
	background-position: center;
	width: 16px;
	height: 16px;
}
#PopUp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 999;
}
#Mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.75);
}
#LoadPopUp{
	position: fixed;
	top: 100px;
	left: 50vw;
	width: 700px;
	margin-left: -350px;
	height: calc(100vh - 200px);
	background: url('layout/background_white.jpg');
	box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	border: 1px solid #9a6f24;
	border-radius: 10px;
	padding: 10px 40px;
	overflow-x: hidden;
	overflow-y: scroll; 
	animation: zoomInDown;
	animation-duration: .5s;
}
#ClosePopUp{
	width: 50px;
	height: 50px;
	position: fixed;
	top:90px;
	left: 50vw;
	margin-left: 320px;
	border-radius: 25px;
	background: #9a6f24;
	text-align: center;
	line-height: 50px;
	color: white;
	z-index: 999;
}

@media only screen and (min-width: 768px) {
	#Products .product:hover .gallery-cell-image, #Products .product.current .gallery-cell-image  {
		margin-top:-20px;
		transform: scale(1.15);
	}
}
@media only screen and (max-width: 1100px) {
	#CategoryMenu ul li{
		padding: 10px 10px 0;
		font-size: smaller;
	}
}
@media only screen and (max-width: 800px) {
	#CategoryMenu ul li{
		padding: 10px 5px 0;
		font-size: smaller;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
	#Menu ul li{
		margin: 0 0px;
	}
}
@media only screen and (max-width: 950px) and (min-width: 768px) {
	#Menu ul li > a{
		font-size: smaller;
	}
}
@media only screen and (max-width: 850px) and (min-width: 768px) {
	#Menu ul li > a {
		font-size: x-small;
	}
}
@media only screen and (max-width: 767px) {
	.container{
		padding: 0 25px;
	}
	#Header,#Header .container {
		min-height:50px;
	}
	.clearHeader {
		height:80px;
	}
	#Header #Logo {
		height:50px;
		width:200px;
		background-position: 0px 50%;
		margin-right: 0;
	}
	h1, h2, h3{
		margin-top: 20px;
	}
	h1{
		font-size: 1.6em;
	}
	h2{
		font-size: 1.4em;
	}
	blockquote{
		font-size: 1em;
	}
	#UserPanel{
		display: block;
	}
	#Menu {
		right: 0;
		margin-left:0;
	}
	#Header #Cart{
		display: none;
	}
	#checkout{
		top: 10px;
		right: 80px;
		z-index: 99;
	}
	#Menu > ul {
		margin-top:2px;
		background:#FFF;
		height:100vh;
		width:300px;
		right:-300px;
		position:absolute;
		padding-top:10px;
		transition:all .5s;
	}
	#Menu ul.open {
		right:0;
		overflow-y: scroll;
	}
	#Menu li {
		display:block;
		padding: 10px 30px;
	}
	#Menu li:hover #SubMenu{
		height: 0;
		padding: 0;
	}
	#Menu li a{
		padding: 0;
	}
	#Menu ul ul{
		display: inherit;
	}
	#Menu ul ul li{
		padding: 2px 0;
	}
	#Menu ul ul li{
		padding: 10px 10px 0;
	}
	#Menu li.menu-products{
		display: inherit;
	}
	#Menu .slideMenu{
		font-family: 'Cinzel', serif;
		text-transform: uppercase;
		color: #6c532d;
		font-size: 17px;
		letter-spacing: 1px;
	}
	#CategoryMenu {
		display: none;
	}
	#HeaderImage {
		height:20vh;
	}
	#PageMessage{
		top: 100px;
		width: 90%;
		left: 5%;
		padding: 10px 20px;
		font-size: 1;
	}
	#Menu #menuButton {
		display:block;
		background:url(/layout/menu.png) no-repeat 50% 50%;
		width:40px;
		height:40px;
		background-size:contain;
		margin-right:15px;
	}
	#HotLinks{
		display: none;
	}
	#PageMenu{
		position: relative;
		width:100vw;
		left: -25px;
		min-height:0;
		margin:0;
		padding: 0;
		float:none;
	}
	#PageMenu form{
		background: #000;
	}
	#PageMenu.sticky{
		position: fixed;
		top:80px;
		width: 100%;
		left: 0;
		z-index: 19;
	}
	#PageMenu .Categories{
		display: none;
	}
	#PageMenu .CategoryButtons{
		margin: 0;
		padding: 0;
		background: none;
		display: block;
		width: 100%;
	}
	#PageMenu .CategoryButtons li{
		display: inline-block;
		width: 31%;
		margin: 1%;
		text-align: center;
		padding: 10px;
		border: 1px solid black;
		border-radius: 4px;
		height: 160px;
		position: relative;
	}
	#PageMenu .CategoryButtons li.showhide{
		display:none;
	}
	#PageMenu #ShowAllCatButtons{
		width: calc(100vw - 20px);
		height: auto;
	}
	.CategoryButtons li a{
		display: block;
		width: 100%;
	}
	.CategoryButtons li img{
		height: 135px;
		margin-top: -20px;
	}
	.CategoryButtons li span{
		position: absolute;
		top: 130px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#CategoryPageButtons{
		grid-template-columns: 1fr 1fr 1fr;
	}
	#CategorySelector{
		display: block;	
		padding: 5px 20px;
	}
	#CategorySelector select{
		width:100%;
		background: transparent;
		color: white;
		padding: 5px;
		font-size: 16px;
		line-height: 1;
		border: 0;
		border-radius: 0;
		height: 34px;
		-webkit-appearance: none;
	}
	#Main {
		padding-bottom: 0px;
	}
	#Main .cols-1-1, #Main .cols-1-1-1, #Main .cols-1-2, #Main .cols-2-1{
		display: block;
	}
	#Main .cols-3 {
		grid-template-columns: 1fr;
	}
	#Slider, .slide{
		height: 200px;
	}
	.slide .slideText{
		margin: 20px auto 0;
	}
	.slide h1{
		font-size: 1.5em;
	}
	.slide p{
		font-size: 1em;
	}
	#Main .slide .button{
		margin-top: 15px;
		font-size: 1.2em;
		padding: 2px 10px;
	}
	#PageMenu .clearProducts {
		height:10px;
	}
	#Page {
		width:100%;
		margin:0;
		padding:0;
		padding-bottom: 60px;
	}
	.product{
		width: 33.3%;
	}
	#products-page #HeaderImage{
		height: 30px;
	}
	#ProductsMenu {
		height: 135px;
		bottom:0;
	}
	#Products {
		height:200px;
		padding:0;
	}
	#Products .product {
		width:75px;
		height:200px;
	}
	#Products .product .gallery-cell-image {
		width:75px;
		height:200px;
	}
	.product.is-selected {
	}
	#Products .product .prodName {
		display:none;
	}
	#SizeArrows {
		top: 175px;
	}
	#SizePrev{
		margin-left: -20px;	
	}
	#SizeNext {
		margin-right: -20px;	
	}
	input[type="text"].Qty_Input{
	}
	.ProductBuy{
		font-size: 14px;
	}
	.recipeList{
		grid-template-columns: 1fr 1fr;
	}
	.recipeImage, .recipeDetails, .recipeIngredients, .recipeDirections {
		width:100%;
		float:none;
	}
	#Product{
		min-height: 300px;
	}
	.ProductName{
		text-align: left;
		padding-bottom: 2px;
		margin-top: 10px;
	}
	.ProductSize{
		margin-bottom: 20px;
	}
	.ProductSize, .ProductDetails{
		width: 100%;
		float: none;
		max-width: 100%;
	}
	.ProductDetails p{
		text-align: justify;
		margin-top: 0;
	}
	#MobileSpecials{
		display: block;
		position: relative;
		width: 100vw;
		height: 40vw;
		margin-left: -25px;
	}
	#MobileSpecials img{
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
	}
	.ProductSize .ProductPhotos{
		height: 400px;
		margin-top: -50px;
	}
	.breadcrumb{
		margin-top: 20px;
		margin-bottom: 0;
		text-align: left;
	}
	#ProductRecipes, #SizeButtons{
		width: 100%;
	}
	#ProductRecipes li {
		width: 33.3%;
		background: #ccc;
	}
	#ProductRecipes li a {
		border: 2px solid white;
		height:80px;
		width:100%;
		margin: 0;
	}
	.ProductSizeMl{
		bottom: -30px;
		width: 100%;
		text-align: center;
		right: 0;
		font-size: 14px;
	}
	#SizeButtons{
		margin-top: 20px;
	}
	.ProductDetails{
		text-align: center;
	}
	#SizesRecipes{
		width: 100%;
		text-align: left;
	}
	#adminActions{
		margin-left: 0;
	}
	.shopping-cart-box{
		min-width: 80vw;
	}
	#contact_us_Wrapper #HeaderImage{
		display: none;
	}
	#contact_us_Wrapper .container{
		width: 100%;
		padding: 0;
	}
	.shop{
		width: 100%;
		padding: 0;
		padding-bottom: 40px;
	}
	.shopImg{
		border-top: 2px solid black;
		height: 150px;
	}
	.shop h2{
		margin-bottom: 0px;
	}
	.shop a{
		margin-top: 10px;
		display: inline-block;
		 border:1px solid #EEE;
		 background: white;
		 border-radius: 5px
	}
	.Awards li{
		width: 50%;
	}
	.YouTubeVideo{
		width: 100%;
	}
	.phone span,.address span,.website span,.email span,.mobile span,.facebook span {
		width:50px;
		height:50px;
		background-position: center 30%;
		background-size: 70%;
	}
	.phone,.address,.website,.email,.mobile,.facebook {
		width:50px;
		height:50px;
		background-size:contain;
		float:none;
		margin-left:5px;
		margin-bottom:5px;
		overflow:hidden;
		color:rgba(0,0,0,0);
	}
	.contact .phone,.contact .address,.contact .website,.contact .email,.contact .mobile,.contact .facebook {
		width:100%;
		background-repeat:no-repeat;
		background-color:#AAA;
		color:#fff;
		font-family:'Cinzel', sans-serif;
		font-weight:700;
		padding:5px 15px;
		text-transform:uppercase;
	}
	.contact span {
		display:inline-block;
	}
	#HeaderImage.AwardHeader .container{
		background-position: -70px 100%;
	}
	#AwardBottle{
		width: 150px;
		margin-left: 0px;
	}
	.awardimg{
		width: 40px;
		bottom: 0;
	}
	#AwardName{
		bottom: 20px;
		left: 175px;
	}
	.no-touch .phone:hover, .no-touch .address:hover, .no-touch .website:hover, .no-touch .email:hover, .no-touch .mobile:hover, .no-touch .facebook:hover {
		color:rgba(0,0,0,0);
	}
	#Instafeed a {
		width: 33.33vw;
		height: : 33.33vw;
	}
	#Instafeed a:nth-child(n+7) {
		display: none;
	}
	#SlideMenu{
		top:82px;
		width: 100vw;
		left: auto;
		right: -100vw;
		height: calc(100vh - 82px);
		z-index: 99;
	}
	#SlideMenu.open{
		top:82px;
		right: 0;
	}
	#SlideMenu .container{
		padding: 0;
		position: relative;
	}
	#SlideMenu .slideMenu-slide, #SlideMenu #SliderMenuSpecial{
		position: absolute;
		width: 100%;
		height: calc(100vh - 82px);
		padding: 40px;
		margin: 0;
	}
	#SliderMenuCategories, #SliderMenuProducts, #SliderMenuSpecial{
		right: -100vw;
		transition: all .3s ease-in-out;
	}
	#SliderMenuCategories.active, #SliderMenuProducts.active, #SliderMenuSpecial.active{
		right: 0;
	}
	#SlideMenu #SliderMenuSpecial{
		display: block;
	}
	#SlideMenu #SliderMenuSpecial h2 {
		top:15px;
		left: 20px;
	}
	#AwardSlider{
		height: 200px;
	}
	#AwardSlider .slide{
		background-size: auto 200px;
	}
	#AwardName h1 {
		font-size: 1.5em;
	}
	#AwardSlider #AwardBottle {
		margin-left: 30px;
		width: 80px;
		height: auto;
	}
	#Bees{
		top:200px;
	}
	#LoadPopUp{
		left: 5vw;
		width: 90vw;
		height: calc(100vh - 200px);
		padding: 10px 20px;
		margin-left: 0;
	}
	#ClosePopUp{
		top:90px;
		left: auto;
		right: 2vw;
		margin-left: 0;
	}
	#Footer{
		text-align: center;
	}
	#LoadOverlay{
		width: 90vw;
		left: 5vw;
		margin-left: 0;
		background: yellow;
	}
	#CloseOverlay{
		left: auto;
		right: 2vw;
		margin-left: 0;
		
	}
}
	
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	#Header, .clearHeader, #Footer, #Reviews, #OtherRecipes, button, #HeaderImage{
		display:none;
	}
	#Main{
		padding: 0;
	}
	.container{
		width: 100%;
		padding: 0;
	}
}
	
/*------------------------------------*\
    KONAMI
\*------------------------------------*/
body.konami{
	background: black;
}
body.konami #Header, body.konami #HeaderMenu, body.konami #SlideMenu{
	background: black;
}
body.konami #CategoryMenu{
	background: #222;
}
body.konami h1{
	color: white;
}
body.konami h2{
	color: #9a6f24;
}