/* Stylesheet: Carrello - CSS Modified On 2016-06-30 20:13:13 */
/* #Reset(Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		color: #444;
		/* vertical-align: baseline; */ }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {font-family: Georgia, Garamond, "Times New Roman", Helvetica, Arial, sans-serif; }
        ul li {list-style:circle; margin-left: 20px;}
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0;}
	
	

/* #Basic Styles
================================================== */
	body {
		background: url("../../uploads/images/stripe-bg.png") repeat top transparent;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		position: relative; 
		z-index: 0;
 }


/* #Typography
================================================== */
	h1.fontface, h2, h3, h4, h5, h6 {
		color: #ef4135;
		font-family: League_Gothic-webfont, "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h2.fontface {color: #b5121b;}
	h3.fontface a {display: block; color: #b5121b;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 36px; line-height: 50px; margin-bottom: 6px; }
	h2 { font-size: 26px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 21px; line-height: 34px; margin-bottom: 0; font-size: 24px; }
h3 a {text-decoration: none;}
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }
h2.news_heading {margin-top: 23px; margin-bottom: 0;  }

	p { margin: 0 0 12px 0; font-family: georgia, garamond; font-size: 15px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
.news_pagination {padding-top: 20px; color: #b5121b;}

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
a:hover {text-decoration: underline;}
 
 
/* #Site Styles
================================================== */
#header-bg {background: url("../../uploads/images/header-slice-bg.png") repeat-x; height: 208px; position: relative; z-index: 2;}
#container {margin: 0 auto; margin-top: -72px; padding-top: 72px; width: 960px; background-color: #fff; position: relative; z-index: 1; }
.logo-container {margin: 0 auto; width: 321px;}
#logo {position: absolute; top: 0; z-index: 5;}



/* #Nav Styles
================================================== */
#navigation {position: relative; top: -74px; width: 960px; z-index: 10; margin: 0 auto;}

#navbar {
	background: none;
    line-height: 100%;
    margin: 0;
    /* padding: 6px 6px 0 0; */
padding: 6px 0 0 0;
margin-left: 8px;
}
#navbar li {
    float: left;
    list-style: none outside none;
    margin: 0 3px;
    padding: 0;
    position: relative;
}
#navbar a {
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 16px 15px 15px 15px;
    text-decoration: none;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); */
}

#navbar li a.fontface {
	font-family: League_Gothic-webfont, Georgia, Garamond, Times New Roman, Serif;
	font-size: 24px;
	color: #FFEFCF;
}
#navbar a:hover {
    background: #eb4135;
    color: #FFFFFF;
}
#navbar .current a, #navbar li:hover > a {
        background: #eb4135;
    /* border-top: 1px solid #F8F8F8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #444444;
    text-shadow: 0 1px 0 #FFFFFF; */
}
#navbar ul li:hover a, #navbar li:hover li a {
    background: #eb4135;
    border: medium none;
   /*  box-shadow: none; */
    color: #ffffff;
	font-size: 14px;
	font-family: Georgia, Garamond, Times New Roman, Serif;
}

#navbar ul a:hover {
    background: #eb4135 !important;
    border-radius: 0 0 0 0;
    color: #FFEFCF !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#navbar li:hover > ul {
    display: block;
}
#navbar ul {
    background: none repeat scroll 0 0 #ef4135;
    border-radius: 0 0 10px 10px;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45px;
    width: 100%; /* Adjust to change width of dropdown background */
}
#navbar ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#navbar ul a {
    font-weight: normal;
    /* text-shadow: 0 1px 0 #FFFFFF; */
}
#navbar ul ul {
    left: 181px;
    top: -3px;
}
#navbar ul li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 9px;
}
#navbar ul li:last-child > a {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
#navbar:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#navbar {
    display: inline-block;
}
html[xmlns] #navbar {
    display: block;
}
* html #navbar {
    height: 1%;
}
#navbar li.right-menu {
    margin-left: 350px;
}


/* #Link Styles
================================================== */
a {text-decoration: none; color: #b5121b; outline: none; overflow: hidden;}
.event-button {position: absolute; right: -272px; top: 60px;}

p a:hover {text-decoration: underline;}
 
/* #Page Styles
================================================== */
#body-content {clear: both; margin: 0 50px 0 50px; padding: 3px 0 0 0; position: relative; z-index: 20;}
#body-content-wrap {clear: both; margin: 0 50px 0 50px; padding: 3px 0 1px 0; position: relative; z-index: 20;}
#main-col1 {display: inline; float: left; width: 340px; }
#main-col1-wrap {display: inline; width: 340px; }
#main-col2 {padding-top: 64px; margin-left: 370px; }
#form-col2 {padding-top: 45px; margin-left: 450px; width: 440px;}
#main-col3 {float: right; padding-top: 64px; margin-left: 670px; }
#right-col-image {float: right; margin-left: 30px; margin-top: 8px; margin-bottom: 10px;}
#page-bottom {background: url("../../uploads/images/footer-bg.png") no-repeat scroll 0 0 transparent; height: 34px; width: 960px; margin: 0 auto; margin-bottom: 28px;}
#footer {width: 960px; margin: 0 auto;}
#footer ul li {display: inline; margin: 6px;}
#footer ul {float: left; margin-left: 45px;}
.tabs a.fontface{font-family: League_Gothic-webfont; font-size: 20px; float: left; padding: 10px 18px; text-decoration: none; color: #ffefcf; background: #ef4135;  -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.tabs a:hover {background: #b5121b;}
#footer p {font-family: georgia, garamond; color: #b5121b; padding-top: 8px; font-size: 11px;}
#social-icons {float: right; margin-top: -43px; margin-right: 34px;}
#footer img {margin-right: 1px;}
.image-rounded { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }

/* #Flavours Page
================================================== */
.favour-row1 img {float: left; margin-left: 180px;}
.flavour-row1 {width: 900px;}
.favour-row2 img {float: left; margin-left: 150px;}
.flavour-row2 {width: 900px;}
.flavour-desc {float: left; width:220px;}
.flavour-desc2 {float: left; width:220px; margin-left: 110px;}
.flavour-desc p, .flavourdesc2 p {text-align: center;}
.clearing {clear: left;}


#events-col1 {float: left; width: 340px; }
#events-col2 {margin-top: 64px; float: left; margin-left: 35px; margin-right: 15px; }
#events-col3 {background: url("../../uploads/images/event-bg.png") no-repeat scroll 0 0 transparent; height: 406px; width: 210px; margin: 63px 0 0 630px; padding: 4px 0 4px 13px; }

#stockists-col2{
display: inline; 
float: left; 
/*background: url("../../uploads/images/buy-online-bg.png") no-repeat scroll 0 0 transparent; */
padding: 8px 18px; 
margin: 10px 0 0 104px; 
height: 160px; 
width: 377px; 
}

#stockists-col2 img {
float: left; 
margin: 7px 0 0 -16px; 
padding-right: 8px;
}

#location-selector-col {display: inline; float: left; width: 165px; margin-right: 30px; }
#location-selector-col2 {display: inline; float: left; width: 640px;}
#location-selector-col li, #location-selector-col li.alternate {background: #ffefcf; margin-left: 0; padding: 0 12px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; list-style: none outside none;}
#location-selector-col a.fontface{font-family: League_Gothic-webfont; font-size: 20px; }
#location-selector-col li.alternate {background: #f1dab8;}
#location-selector-col li.activeSlide {background: none repeat scroll 0 0 #fff;}
#location-selector-col li a {text-decoration: none;}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
	    font-family: 'League_Gothic-webfont';
	    src: url('../../uploads/fonts/League_Gothic-webfont.eot');
	    src: url('../../uploads/fonts/League_Gothic-webfont.eot?iefix') format('eot'),
	         url('../../uploads/fonts/League_Gothic-webfont.woff') format('woff'),
	         url('../../uploads/fonts/League_Gothic-webfont.ttf') format('truetype'),
	         url('../../uploads/fonts/League_Gothic-webfont.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }


/** CONTACT FORM  **/
.label, .textarea {
	display: block;
	font-size: 21px;
	margin-top: 15px;
margin-bottom: 10px;
color: #B5121B;
}


.error {
	font-size: 13px;
	color: #EF4135;
font-family: georgia, garamond, Times New Roman;
}

.formbox {width: 440px;}

.formbox textarea, .formbox input {
	padding: 5px;
	width: 440px;
	font-family: georgia, garamond, Times New Roman, serif; 
	font-size: 16px;
	border: 1px solid #ffefcf;
	background-color:#ffefcf; 
border-radius:5px 5px 5px 5px;
height: 26px;
} 

.formbox textarea {
height: 115px;
}

.formbox textarea:focus, .formbox input:focus {
	border: 1px solid #b5121b;
background-color: #fff;
}

.formbox input.fbsubmit {
margin-bottom: 1.5em;
width: 100px;
cursor: pointer;
background-color: #b5121b;
border: 1px solid #b5121b;
width: 120px;
border-radius: 3px 3px 3px 3px;
font-size: 14px;
height: 35px;
color:#fff;
font-family: georgia, helvetica, arial, verdana, sans-serif;
}

.fbsubmit {
	color:#fff;
}

.formbox input.fbsubmit:hover {
	background-color: #EF4135;
border: 1px solid #EF4135;
}

.cms_form label {font-family: League_Gothic-webfont,"Georgia","Times New Roman",Helvetica,Arial,sans-serif; color: #b5121b; letter-spacing: 0.8px;}