/*
Theme Name: Standard Brands
Theme URI: http://www.artejano.co.uk
Description: Standard Brands UK base theme
Author: Andrew Stuart Horton
Author URI: http://www.artejano.co.uk
Version: 1.0
*/

#BottomSpacerToForceScrollbarWidth { /* Forces scroll bar so MasterSlider and Backstretch see a scrollbar width */

	height:2000px;	
}

.search .post-date { display:none; }

table.alignleft, table.alignleft td { /* used on Privacy Policy table - need table to have class of alignleft */
	
    border-color: #777;
    border-style: solid;
}

table.alignleft { /* used on Privacy Policy table - need table to have class of alignleft */
	
	display:block;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.alignleft td { /* used on Privacy Policy table - need table to have class of alignleft */
	
    margin: 0 auto;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFC;
	vertical-align: top;
}

/* ----------------------------- */

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {

    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 900px) {
    
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
        border-bottom:1px solid #666;
    }
}

/* - - - - - - - */

/* Tabs container */
.r-tabs {
	
    position: relative;
	background-color: transparent;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	
    position: relative;
	background-color: #999;
    width:20%;
    text-align: center;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	
    display: inline-block;
	padding: 10px 0;
    width:100%;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

#ResponsibleGrilling .r-tabs .r-tabs-nav .r-tabs-anchor {
	
	padding: 5px 16px;
    font-size:16px;
    text-align: left;
}

#ResponsibleGrilling .r-tabs .r-tabs-nav .r-tabs-anchor img {
	
	padding-right:16px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	
    opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	
    background-color: #fff;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
    text-align: center;
	background-color: #999;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

#ResponsibleGrilling .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	
    text-align: left;	
}


/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #222;
	color: #eee;
	text-shadow: none;
    border:1px solid #fff;
}

#ResponsibleGrilling .r-tabs .r-tabs-accordion-title .r-tabs-anchor img {

    padding-right:30px;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

@media only screen and (max-width: 900px) {
    
    .r-tabs .r-tabs-nav .r-tabs-anchor {

        font-size: 12px;
    }
}

/* ---------------------- */

.video-responsive {

    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe {

    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* ------------------------------------------------------- */

.TickerNews{
	display:none;
	letter-spacing: 1px;
	width: 100%;
	padding:9px 0 10px 0;
	margin-top:5px;
	color:#222;
	font-size:160%;
	line-height:120%;
	text-transform:uppercase;
}
.ti_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide {
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content {
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news {
	float:left;
}
.ti_news a {
	display: block;
	text-decoration: none;
	color:inherit;
}
.ti_news a:hover {
	text-decoration: none;
	color:inherit;
}

.ti_news img {

	max-height:16px;
}

/*-------------------------------------------------------*/

@-webkit-keyframes color_change_competition {
	
	from { font-size:104%; margin-right:8px; }
	to { font-size:114%; margin-right:0px; }
}
@-moz-keyframes color_change_competition {
	
	from { font-size:104%; margin-right:8px; }
	to { font-size:114%; margin-right:0px; }
}
@-ms-keyframes color_change_competition {
	
	from { font-size:104%; margin-right:8px; }
	to { font-size:114%; margin-right:0px; }
}
@-o-keyframes color_change_competition {
	
	from { font-size:104%; margin-right:8px; }
	to { font-size:114%; margin-right:0px; }
}
@keyframes color_change_competition {
	
	from { font-size:104%; margin-right:8px; }
	to { font-size:114%; margin-right:0px; }
}

.competititonsPage {
	
	position:absolute;
	top:6px;
	right:120px;
	z-index:1100;
}

@media screen and (max-width: 480px) {

	.competititonsPage {

		right:106px;
	}
}

@media screen and (max-width: 400px) {

	.competititonsPage {

		top:44px;
		right:60px;
	}
}

.competititonsPage a {
	
	color:gold;
	font-size:114%;
	font-weight:bold; 
	letter-spacing:1px;
	-webkit-animation: color_change_competition .5s infinite alternate;
	-moz-animation: color_change_competition .5s infinite alternate;  
	-ms-animation: color_change_competition .5s infinite alternate;  
	-o-animation: color_change_competition .5s infinite alternate;  
	animation: color_change_competition .5s infinite alternate;
}

.competititonsPage a:hover {
	
	font-size:114%;
	margin-right:0px;
	text-shadow:0 0 20px #111111,0px 0px 1px #000000;
	text-decoration:none;
	-webkit-animation:none;
	-moz-animation:none;  
	-ms-animation:none;  
	-o-animation:none;  
	animation:none;
}

/* slick slider --------------------------------------- */

.slick-loading .slick-list
{
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/slick/fonts/slick.eot');
    src: url('js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/slick/fonts/slick.woff') format('woff'), url('js/slick/fonts/slick.ttf') format('truetype'), url('js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.environmentalSectionSlider .slick-prev,
.environmentalSectionSlider .slick-next
{
    width: 34px;
    height: 34px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.environmentalSectionSlider .slick-prev:before,
.environmentalSectionSlider .slick-next:before {

    font-size:50px;
}

.slick-prev
{
    left: 5px;
	z-index:1000;
}
#SlideMenu .slick-prev
{
	top:auto;
    bottom: 7px;
}
#[dir='rtl'] .slick-prev
{
    right: 5px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 5px;
	z-index:1000;
}
#SlideMenu .slick-next
{
	top:auto;
    bottom: 7px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 5px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* - TWITTER TIMELINE ----------------------------- */

#TwitterContainer {

	background:rgba(187,215,224,.2);
	border:1px solid rgba(187,215,224,.4);
	padding:14px;
	border-radius:7px;	
}

#TwitterContainer h3 {

	color:#fff;	
	margin:0 0 20px; 0;
}

.u-hidden {
	
	display:none;
}

.tweetsTable td {
	
	vertical-align:top;
	text-align:left;
	padding:0 10px 10px 0;
	color:#000;
}

.tweetsTable td a {
	
	color:#000;
	display:block;
}

.tweetsTable td a:hover {
	
	text-decoration:none;
}

img.tweetAvatar {
	
	border-radius:5px;
	max-width:66px;
}

.tweetDate {
	
	display:block;
	color:#444;
	font-size:90%;
	margin-bottom:4px;
}

.tweetText {
	
	display:block;
	margin-bottom:6px;
}

img.tweetMediaItem {

	border-radius:5px;
	margin:4px 10px 8px 0;
}

/* ---------------------------------------------------- */

.clearfloat {
	
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

#ScrollToTop {
	
	position:fixed;
	bottom:0;
	right:40px;
	display:none;
	background:rgba(217,214,214,0.7);
	cursor:pointer;
	width:48px;
	height:21px;
  	border-top-left-radius: 24px;
  	border-top-right-radius: 24px;
	text-align:center;
	border:1px solid gainsboro;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	color:darkslategray;
	padding-top:3px;
	z-index:9999;
}

#ScrollToTop:hover {

	background:#fff;
	color:#000;
}

input[placeholder], [placeholder], *[placeholder] {

	color: #aaa;
}

img {
	
	outline:none;
}

.verticalAlignImage {
    
    Xvertical-align: middle;
}

/* ------------------------------------ */

#timeline-embed-page {
	
	width:100%;
	height:480px
}

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .9em/140% Lato, Arial, Helvetica, sans-serif;
	color: #666;
	background:#fcfcfc;
	font-weight:400;
}

#body { 

	position:relative; 
}

strong, b {
	
	font-weight:700;
}

a {
	color: #1f7bb6;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	font-weight:400;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
email, input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=email], input[type=text], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=email], input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: red;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	max-width: 1200px;
	margin: 0 auto;
	background:#fff;
}

#content, #homeContent, #generalContent {
	
	display:none;
	position:relative;
	width: 100%;
	float: none;
	padding: 0;
	background:#e9e9e9;
}

#generalContent {

	display:block;
}

#homeContent {
	
	display:block;
	background:#fff;
}

.pageContentPadding {
	
	padding:60px 7% 50px 7%;
}

.pageContentPaddingWide {
	
	padding:0;
}

.pageContentWithBackground {

	text-align:center;	
	padding:60px 12% 300px 12%;
}

.pageContentWithBackgroundLeft50 {

	text-align:left;	
	padding:70px 0 40px 4%;
	width:46%;
}

.pageContentPaddingWithImage {
	
	padding:20px 7% 50px 7%;
}

.pageContentPaddingWithImage h1.page-title {
	
	text-align:center;
}

.pageContentPaddingTopShadow {
	
	padding:30px 70px 20px 70px;
}

/* sidebar */
#sidebar {
	width: 252px;
	float: right;
	padding: 5% 0 3%;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

.narrowContent {
	
	width:60%;
	margin:0 auto;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/*
Header Bits
================================================ */

#CookiesBanner {
	
	display:none;
	position:fixed;
	bottom:0;
	right:0;
	background:#111;
	color:#eee;
	padding:20px;
}

#CookiesBanner:after {
	
	content:'';
	display:block;
	clear:both;
}

.cb_CookieClose {
	
	float:right;
}

#International-sites {

	position:absolute;
	top:0;
	right:0;
}

#International-sites.active {

	background:rgb(155,10,13);
}

#International-sites:after {

	content:'';
	display:block;
	clear:both;
}

#International-sites a {

	margin-left:0;
}


#International-sites a img {

	padding-left:10px;
	vertical-align:middle;
}

#International-sites a img.mainFlag {

	width:63px;
	height:30px;
}

#International-sites .widget {

	margin:0;
}

#International-sites img.languageToggle {
	
	width:15px;
}

#International-panel {
	
	position:absolute;
	display:none;
	right:0;
	top:0;	
	background:rgb(155,10,13);
	color:#fff;
	padding:14px 20px;
	z-index:4000;
}

#International-panel img {

	width:50px;
}

/*
Home Page Bits
================================================ */

#HomeProductRange {
	
	display:none;
	padding:0;
	margin-top:5px;	
	background:#252020;
}

#HomeProductRange:after {

	content:'';
	display:block;
	clear:both;	
}

.ButtonCopyLeft {

	margin:0 auto;
	width:80%;
	color:#fff;	
}

.ButtonCopyRight {

	text-align:center;	
	color:#fff;	
	padding:0 30px;
}

h2.buttonCopy {

	color:#fff;	
	margin:0 0 24px 0;
	font-weight:normal;
	font-size:200%;
}

h2.bmadjust {

	margin:0 0 10px 0;
	font-weight:normal;
}

.ButtonCopyLeft .bannerCopy {

	color:#555;
	font-size:16px;
	font-weight:bold;
	margin-bottom:14px;
}

.ButtonCopyLeft .bannerCopy img {

	vertical-align:middle;
	height:6px;
	width:6px;
	padding:0 4px;
	display:inline-block;
}

.ButtonCopyLeft .newsletterLink {

	color:#fff;
}

#NewsletterSection {
	
	display:none;
	padding:30px 0 20px 0;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	background:#BD311D;
}

.newsletterPage .page-title {
	
	text-shadow:1px 1px 1px #000;
}

#NewsletterPage {
	
	max-width:800px;
	padding-top:20px;
	margin:0 auto;
	text-shadow:1px 1px 1px #000;
}

#NewsletterSection h3, #NewsletterPage h3 {
	
	font-weight:normal;
	font-size:34px;
	margin-bottom:20px;	
}

#NewsletterSection .large, #NewsletterPage .large {
	
	font-size:20px;	
}

#NewsletterSection .medium, #NewsletterPage .medium {
	
	font-size:17px;	
}

.newsletter label { 

	text-align:left;
	text-transform:uppercase;
	display:inline-block;
	font-size:16px;
	vertical-align:top;
	padding-top:4px;
	white-space:nowrap;
}

.newsletter input[type=email], .newsletter input[type=text], .newsletter textarea {
	
	width:320px;
	border:1px solid #000;
}

.newsletter a {
	
	color:#fff;
}

.newsletter-td-submit {
	
	margin-top:22px;
	text-align:center;
}

.sectionClose {

	float:right;
	margin-right:30px;
	cursor:pointer;
	width:26px;
}

.formRow {
	
	display:block;
	padding:6px 0;
}

/************************************************************************************
Button Sections
*************************************************************************************/

.buttonsSection {

	display:none;
}

.buttonsSection:after {

	content:'';
	display:block;
	clear:both;	
}

.button100 {

	clear:both;
	width:100%;
}

.button45 {

	float:left;
	width:32%;
	margin:0 3% 0 3%;	
	padding:0 0 30px 0;
}

.button45noleft {
	
	width:38%;
	margin:0;	
}

.button45 img {

	max-width:100%;
	margin:0 auto;	
}

.button50 {

	float:left;
	width:49.986812%;	
}

.button55 {

	float:left;
	width:62%;	
	padding:30px 0;
	background: linear-gradient(202deg, #f79421 20%, #252020 80%); 
	background: -moz-linear-gradient(202deg, #f79421 20%, #252020 80%); 
	background: -webkit-linear-gradient(202deg, #f79421 20%, #252020 80%); 
	background: -o-linear-gradient(202deg, #f79421 20%, #252020 80%); 
}

/* footer social media */
/* ---- Remove .button22, .button33 instances --- */
/* ---- .ButtonCopyLeft has been changed and removed h2.bannerCopy --- */
/* ---- amended function - ASH_SocialStripInPage in functions.php ---*/
/* ---- amended footer.php ---- */
.colm45 {
	
	float:left;
	width:35.187906%;
}

.colm38 {
	
	float:left;
	width:43.198945%;
}

.colm17 {
	
	float:left;
	width:16.13987%;
	text-align:left;
}
/* -------------------- */

.button50GapRight {

	float:left;
	width:49.7%;
	margin-right:0.3%;	
}
.button50GapLeft {

	float:left;
	width:49.7%;
	margin-left:0.3%;
}

.button45 img, .button50 img, .button55 img, .button100 img, .button50GapLeft img, .button50GapRight img {

	width:100%;	
	display:block;
}

.pageButtonHolder {
	
	min-height:30px;
}

.pageButtonContent a {

	padding:26px 36px;
	display:block;	
}

.pageButtonContent a:hover {
	
	text-decoration:none;
}

.pageButtonContent h2 {
	
	font-size:38px;
	font-weight:400;
	margin:0;
}

.pageButtonContent p {
	
	margin:0;
	font-weight:400;
}

.pageButtonContent p.pageButtonLinkText {

	margin:30px 0 12px 0;	
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	
	position: relative;
	height:110px;
	background: rgb(211,24,32);
	z-index:999;
}

.home #header {
	
	background: transparent url(images/header.png) top left repeat; 
}

.sliderMarginAdjust {
	
	margin-top:-110px;
}

/* 
SITE LOGO
================================================ */
#site-logo {

	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	margin: 0;
	padding:0;
	max-width:40%;
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}
#site-logo img {
	outline:none;
}

/*
Slide Menu
================================================ */

#SlideMenu {

	background:#510203;
	overflow:hidden;
}

#SlideMenu:after {

	content:'';
	display:block;
	clear:both;
}

.slideMenuItem {
	
	float:left;
	display:none;
	position:relative;
}

.slideMenuItem img {
	
	width:100%;
}

.slideMenuCaption {

	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	display:block;
	opacity:0.9;
	text-align:center;
	text-transform:uppercase;	
}

.slideMenuCaption:hover, .slideMenuItem a:hover .slideMenuCaption {

	opacity:1;
}

.slideMenuCaption h2 {

	margin:0.36em 10px;
	font-size:1.2em;
}

/*
SITE Weather
================================================ */

#Weather {
	
	display:none;
	background:#920B0D url(images/shadow-bottom.png) bottom center no-repeat;
	background-size:100%;
	color:#fff;
	padding:0 0 0 0;
}

a.weatherRetry {

	color:#fff;	
}

#WeatherSlide, #WeatherInPage, #WeatherSlideDay, #WeatherSlideDayInPage {

	overflow:hidden;
}

#WeatherSlideDayInPage {

	padding:0 5%;	
}

#WeatherInPage {
	
	padding:20px 5% 0 5%;
	display:none;
}

#WeatherForDay {

	display:none;
	background:rgba(70,3,4,0.3);
	padding:14px 0 10px 0;
}

#WeatherForDayInPage {

	display:none;
	background:#f5f5f5;
	padding:18px 0 16px 0;
}

#WeatherSlideDay:after, #WeatherSlideDayInPage:after, #WeatherSlide:after {

	content:'';
	display:block;
	clear:both;
}

.forecastDay, .forecastDayInPage {

	float:left;
	text-align:center;	
	cursor:default;
	display:none;
}

.forecastDayActive {

	background:rgba(70,3,4,0.3);
}

.forecastDayInPageActive {

	background:#f5f5f5;
}

.forecastDayInPage p {

	margin-bottom:8px;
}

.forecastDay img, .forecastDayInPage img {

	margin:0 auto;
	outline:none;
}

.forecastDay table, .forecastDayInPage table {

	margin:0 auto;	
}

.forecastDay a, .forecastDayInPage a {

	color:#fff;
	font-weight:400;
	display:block;
	text-decoration:none;
	padding:10px 0;
	text-align:center;	
}

.forecastDayInPage a {

	color:#111;
}

.pagewidth .slick-slider {
	
	margin-bottom:0;
}

#site-weather {

	position:absolute;
	top:2px;
	left:250px;
	margin: 0;
	padding:0;
	z-index:9999;
}

.tdTemp {

	color:#f9f9f9;		
}

.tdWind {

	color:#f9f9f9;			
}

.tdTempInPage {

	color:#A61214;
	font-weight:400;	
}

.tdWindInPage {

	color:#A61214;			
	font-weight:400;	
}

a.linkForecast {
	
	text-decoration:none;
	display:block;
	color:#fff;
	font-weight:400;
}

.weatherDay {
	
	padding:10px;
}

.weatherLocation {
	
	display:none;
	background:#920B0D url(images/shadow-bottom.png) bottom center no-repeat;
	background-size:100%;
	color:#fff;
}

#LocationForm {
	
	padding:30px 20px 30px 50px;
}

.weatherLocation h2 {
	
	margin-top:0;
}

.weatherLocation p {
	
	max-width:600px;
}

td.weatherIcon, td.weatherIconInPage {
	
	padding:0 8px;
	vertical-align:middle;
}

td.weatherIconInPage img {
	
	width:80px;
}

a.changeLocation {
	
	color:#eee;
	font-size:13px;
	font-weight:300;
	text-decoration:none;
}

a.changeLocationInPage, a.showWeatherInPage {
	
	color:#333;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	margin-top:20px;
}

.weatherArrow {

	width:9px;
	vertical-align:middle;
	padding-left:8px;	
}

a.cancelLocation {
	
	color:#ddd;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
}

a.submitLocation {

	color:#fff;	
	font-size:16px;
	text-decoration:none;
}

a.changeLocation:hover, a.cancelLocation:hover, a.submitLocation:hover {
	
	color:gold;
}

#locationInput {
	
	width:300px;
	max-width:90%;
}

#GeoCheck {
	
	margin-bottom:20px;
	font-weight:400;
}

.geo_span {
	
	display:none;
}

#GeoCheck img {
	
	vertical-align:middle;
	padding-right:12px;
}

/*
Footer Parts
================================================ */

#MediaSection {
	
	XX_display:none;
	background:#73a5bc;
	padding:30px 0;
	margin-bottom:5px;
}

#MediaSection:after, .socialMedaStripInPageWrap:after, .socialMedaStrip:after, .socialMedaStripInPage:after {

	content:'';
	display:block;
	clear:both;	
}

.socialMedaStripInPageWrap {

	padding-top:10px;	
}

.socialMedaStrip {

	margin-top:20px;
}

.socialMedaLikeHome {

	margin-top:16px;
	text-align:center;
}

.socialMedaLikeInPage {

	float:right;
	text-align:center;
}

.socialMedaStripInPage {

	float:left;
}

.socialMedaStripItem {
	
	display:inline-block;
	*float:left;	
}

.socialMedaStripItem img {
	
	width:auto;
	max-height:40px;	
}

#socialMediaSide {

	position:absolute;
	top:0;
	right:0;
	z-index:2000;
    -webkit-box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
}

.socialMediaFixed {
	
	position:fixed !important;
}

.home #socialMediaSide {

	top:118px;
}

#socialMediaSide .socialMedaStripItem {
	
	display:block;
	float:none;
}

#socialMediaSide .socialMedaStripItem img {
	
	max-width:24px;	
	display:block;
}

.newsletter-widget {
	
	margin-top:20px;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	position: absolute;
	top: 75px;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}

/*
PRODUCTS
================================================ */

#ProductRange {

	display:none;
	background:#E0DEDE;
}

.productRangeSection {

	display:block;
	position:relative;	
}

a.productRangeAccordion {

	text-decoration:none;
}

a.productRangeAccordion:hover {

	text-decoration:none;
}

a.productRangeAccordion h2 {

	margin:0;
	padding:24px 30px;
	text-align:center;
	text-transform:uppercase;
}

.productRangeContent:after {

	content:'';
	display:block;
	clear:both;
}

.productRangeContent .divImage {

	width:32%;
	text-align:center;
}

.productRangeContent .divImageleft {

	float:left;
	margin:-50px 4% 40px 8%;	
}

.productRangeContent .divImageright {

	float:right;
	margin:-50px 8% 40px 4%;	
}

.productRangeContent .divImage img {

	position:relative;
	max-height:250px;
	z-index:200;
}

.productRangeContent .divCopy {

	width:40%;
	float:left;
	padding:20px 0 30px 0;
}

.productRangeContent .divCopyleft {

	margin-left:6%;
}

.productRangeContent .divCopyright {

	margin-left:16%;
}

.productRangeSectionSub {
	
	font-size:20px;
}

.productRangeSectionToggle {

	position:absolute;
	top:32px;
	right:26px;
}

.productRangeSectionToggle img {

	width:20px;
}

.productRangeTabsMargin {
	
	width:92%;
	margin:0 auto;
}

.productRangeSlideTabs {

	clear:both;	
	text-align:center;
}

.productRangeSlideTabs:after {

	content:'';
	display:block;
	clear:both;
}

.productRangeSlideTabs .slick-prev
{
    left: -30px;
}
.productRangeSlideTabs [dir='rtl'] .slick-prev
{
    right: -30px;
}
.productRangeSlideTabs .slick-next
{
    right: -30px;
}
.productRangeSlideTabs [dir='rtl'] .slick-next
{
    left: -30px;
}

.productRangeSlideTabs a.prSlideItem {
	
	float:left;
	color:#fff;
	padding:10px 0;
	text-transform:uppercase;
	font-size:15px;
}

.productRangeSlideTabs a.active {
	
	background:#fff;
	font-weight:400;
	color:#000;
}

.productRangeSlideTabs a.prSlideItem:hover {
	
	text-decoration:none;
}

.productRangeSlideTabs .slick-track {
	
	margin:0 auto;
}

.productSubpageSection {
	
	background:#fff;
	display:none;
}

.prSlideItemContent {
	
	float:left;
	color:#000;
	background:#fff;
	padding:0;
	cursor:default;
	cursor: -webkit-grab; 
	cursor: -moz-grab;
}

.prSlideControl {

	margin-top:20px;
	padding:8px 20px;	
}

.prSlideControl:after {
	
	content:'';
	display:block;
	clear:Both;	
}

.prSlideControl .closePanel {
	
	float:left;
	width:80%;
	margin-left:10%;
	text-align:center;
}

.prSlideControl .closePanel img {
	
	margin:0 auto;
	width:26px;
}

.prSlideControl .readMore {
	
	float:right;
	width:10%;
	text-align:right;
	color:#fff;
}

#ProductSubpageData {
	
	display:none;
}

/* = Meet The Team ============================= */

.meetTheTeam {

	background-repeat:no-repeat;
	background-position: top center;
	background-size:cover;
}

.theTeamWrap {

	margin-top:30px;
	text-align:center;
}

.theTeamWrap:after {

	content:'';	
	display:block;
	clear:both;
}

.theTeamCard {

	vertical-align:top;
	*float:left;
	display:inline-block;
	width:25%;
    width: calc(100% / 4);
}

.theTeamCardInner {

	padding:6px 20px 20px 20px;	
}

#AboutContent .theTeamCardInner {

	padding:20px;	
}

.theTeamCardInner a, .theTeamCardInner a:visited {

	color:inherit;	
}

.theTeamCardInner.active {

	xx_background:rgb(152,103,11);
	xx_background:rgba(152,103,11,0.4);
}

.theTeamCard a:hover {

	text-decoration:none;
}

.theTeamCard h3.name, #AboutContent .theTeamCard h3.name {

	font-size:20px;
	padding:8px 8px 4px 8px;
	margin:0;
	text-transform:capitalize;
}

.theTeamCard .position {

	display:block;
	font-size:15px;
	padding-bottom:20px;	
}

.theTeamCard .quote {

	display:block;
	font-size:15px;
	padding-bottom:20px;
	color:#000;
}

#AboutContent .theTeamCard .quote {

	padding-bottom:0px;	
}

.theTeamPanel {

	display:none;	
	background:#fff;
	color:#000;
}

.theTeamPanel:after {

	content:'';
	display:block;
	clear:both;
}

img.theTeamPanelImage {

	float:left;
}

.theTeamPanel p {

	text-align:center;
	padding:70px 30px 30px 30px;
}

@media screen and (max-width: 700px) {

	.theTeamCard {
	
		width:100%;
	}
}

/* = Stockist Cards ========================= */

.stockistCardsWrap {

	margin-top:30px;
}

.stockistCardsWrap:after {

	content:'';	
	display:block;
	clear:both;
}

.stockistCard {

	float:left;
	width:25%;
    width: calc(100% / 4);
}

.stockistCard img {
	
	display:block;
	width:200px;
	height:170px;
}

@media screen and (max-width: 900px) {

	.stockistCard {
	
		width:33.33%;
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 700px) {

	.stockistCard {
	
		width:50%;
		width: calc(100% / 2);
	}
}

/* = Distributor Cards ========================= */

.distributorCardsWrap {

	margin-top:30px;
}

.distributorCardsWrap:after {

	content:'';	
	display:block;
	clear:both;
}

.distributorCard {

	float:left;
	width:25%;
    width: calc(100% / 4);
}

.distributorCard h4 {

	font-size:110%;
	padding:2px 8px;
}

.distributorCard h4.nameImg:after {

	content:'';
	display:block;
	clear:both;	
}

.distributorCard h4.nameImg img {
	
	float:right;
	display:block;
	height:22px;
}

.distributorCard .address {

	padding:2px 8px;
	border-right:1px solid #555;
}

.distributorCard .address:after {

	content:'';
	display:block;
	clear:both;	
}

.distributorCard .address img.detailsImg {

	height:120px;
	float:right;
	width:auto;
}

.distributorCard .details {

	padding:8px 8px 2px 8px;
	border-right:1px solid #555;
	font-weight:400;
}

@media screen and (max-width: 900px) {

	.distributorCard {
	
		width:33.33%;
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 700px) {

	.distributorCard {
	
		width:50%;
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 480px) {

	.distributorCard {
	
		width:100%;
	}
}

/* 
SEARCH FORM
================================================ */

#header #searchform-wrap {

	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index:100000;
}
#header #searchform {

}
#header #searchform #s {

	background-color: transparent;
	background-image: url(images/search-icon-white.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: none;
	cursor: pointer;
	height: 33px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
}

#header #searchform #s:focus {

	background-image: url(images/search-icon.png);
	background-color: #fff;
    border: 2px solid darkred;
    cursor: text;
    outline: 0;
    width: 180px;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	text-transform:uppercase;
	font-weight:400;
	margin: 16px 0 18px 0;
	padding: 0;
	font-size: 220%;
	line-height: 110%;
}

.page-title-team {
	text-transform:capitalize;
	font-weight:400;
	margin: 16px 0 0 0;
	padding: 0;
	font-size: 220%;
	line-height: 110%;
}

/* ------------------------------ */

.page-title-environmental {

    position:relative;
    z-index:200;
    xtext-transform:lowercase;
	font-weight:400;
    text-align:center;
	padding: 30px 40px;
	font-size: 4vw;
	line-height: 110%;
    background-color:rgba(34,139,34,0.8);
    color:#fff;
    margin: 0 0 40px 0;
}

#EnvironmentalPageContent {

    width:66.8%;
    margin:-60px auto 50px auto;
    text-align: center;
}

@media screen and (min-width: 1200px) {

    .page-title-environmental {

        font-size: 48px;
    }
}

@media screen and (max-width: 1100px) { #EnvironmentalPageContent { margin-top:-55px; }}
@media screen and (max-width: 1000px) { #EnvironmentalPageContent { margin-top:-53px; }}
@media screen and (max-width: 840px) { #EnvironmentalPageContent { margin-top:-49px; }}
@media screen and (max-width: 700px) { #EnvironmentalPageContent { margin-top:-45px; }}

@media screen and (max-width: 500px) { .page-title-environmental { font-size: 6.5vw; }}

.environmentalSection {
    
    position:relative;
    margin-top:30px;
}

.environmentalItemFeature {
    
    display:block;
}

.environmentalItemQuote {
    
    position:absolute;
    display:block;
    left:50%;
    top: 60%;
    width:90%;
    max-width:600px;
    text-align:center;
	-webkit-transform: translate(-50%,-60%);
	-ms-transform: translate(-50%,-60%);
	transform: translate(-50%,-60%);
}

.environmentalTheQuote {

    display:block;
    font-size:2.6vw;
    line-height: 116%;
    margin-bottom:30px;
}

.environmentalTheQuoteWho {

    display:block;
    font-size:18px;
    margin-bottom:60px;
}

.environmentalItemTitle {

    display:block;
    font-size:24px;
    padding:12px 40px;
}


img.environmentalButtonOpen {
    
    position:absolute;
    bottom:20px;
    left:50%;
    -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
    cursor:pointer;
}

@media screen and (min-width: 1200px) {

    .environmentalTheQuote {

        font-size:30px;
    }
}

@media screen and (max-width: 1000px) {

    .environmentalItemQuote {
    
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

@media screen and (max-width: 900px) {

    .environmentalButtonOpenWrap { display:none; }
    
    .environmentalTheQuote { display:none; }
    .environmentalTheQuoteWho { display:none; }
}

@media screen and (max-width: 600px) {

}

.environmentalPanel {
    
    display:none;
    position:relative;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size:100% auto;
}

.environmentalTopContent {
    
    width:90%;
    max-width:800px;
    margin:0 auto 50px auto;
}

.environmentalContent {
    
    position:relative;
    z-index:10;
    width:90%;
    max-width:800px;
    margin:0 auto 60px auto;
    padding-top:0px;
}

.environmentalBottomContent {
    
    width:90%;
    max-width:800px;
    margin:50px auto;
}

img.environmentalButtonClose {
    
    position:relative;
    z-index:10;
    cursor:pointer;
}

.environmentalPanelFooter {

    padding:8px 0;
}

.environmentalCertStandardsWrap {
    
    padding-top:80px;
}

.environmentalCertStandards {
    
    margin-bottom:50px;
    background-position:top center;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.environmentalCertStandardsIcons {
    
    position:relative;
    z-index:10;
    margin-top:-90px;
    max-width:80%;
}

@media only screen and (max-width: 800px) {
 
    .environmentalCertStandardsIcons {

        margin-top:-70px;
    }
}

@media only screen and (max-width: 600px) {
 
    .environmentalCertStandardsIcons {

        margin-top:-50px;
    }
}

.environmentalCertStandardsInner {
    
    width:90%;
    max-width:700px;
    margin:0 auto;
    padding:30px 0 50px 0;
}

.environmentalCertStandardsImageInner {
    
    width:90%;
    max-width:700px;
    margin:0 auto;
    padding:20px 0 30px 0;
}

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

.environmentalCertStandardsWrap:last-child .environmentalCertStandardsInner {
    
    padding-bottom:0;
}

/* ----------------- */

#SustainabilityProcessTabs, #CarbonProjectsTabs, #NaturalPracticesTabs {
    
}

#ResponsibleGrillingTabs {

    text-align:center;
}

.tabFooterFullImage img {
 
    display:block;
}

.sustainabilityProcessInner {

    width:90%;
    max-width:800px;
    margin:0 auto;
}

.sustainabilityProcessImage {

    display:block;
    margin-bottom:30px;
}

.sustainabilityProcessImageBottom {

    display:block;
    margin-top:50px;
    width:100%;
}

.sustainabilityProcessIcon {

    margin-bottom: 30px;
}

#SustainabilityProcessTabs.r-tabs .r-tabs-nav .r-tabs-tab, 
#CarbonProjectsTabs.r-tabs .r-tabs-nav .r-tabs-tab, 
#NaturalPracticesTabs.r-tabs .r-tabs-nav .r-tabs-tab, 
#ResponsibleGrillingTabs.r-tabs .r-tabs-nav .r-tabs-tab {

    position:relative; 
    top:-18px;
}

/* --------------------- */

.environmentalSectionSlider {
 
    margin-top:70px;
    text-align:center;
}

.environmentalSliderItem {

    padding:0 30px;
}

.slick-slide img.environmentalSliderItemImage {

    display:inline-block;
    max-width:80%;
}

.environmentalSliderItemContent {

    padding-top:60px;
}

/* ----------------------------------------- */

#ResponsibleGrillingHeader {
    
    position:relative;
}

.responsibleGrillingFeature {

    display:block;
}

#ResponsibleGrillingWrap {

    background-repeat:no-repeat;
    background-position: top left;
    background-size:100% auto;
    text-align:center;
}

.responsibleGrillingFeatureBottom {

    display:block;
}

.responsibleGrillingContent {
  
    width:90%;
    max-width:800px;
    margin:0 auto;
}

.responsibleGrillingContentImage {
    
    display:block;
}

.responsibleGrillingTheContent {
    
    width:600px;
    max-width:80%;
    margin:40px auto 60px auto;
}

.responsibleGrillingTitleWrap {

    position:absolute;
    top:50%;
    left:50%;
    width:90%;
    max-width:600px;
    text-align:center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);  
}

.responsibleGrillingTitleWrap h2 {
 
    padding:0;
    margin:0;
}

.responsibleGrillingTitleWrap .theIcon {
 
    max-width:50%;
}

@media only screen and (max-width: 800px) {
 
    .responsibleGrillingTitleWrap .theIcon {
        
        max-width:36%;
    }
}

#ResponsibleGrillingFireSafety {
}

.grillingFireSafetyHeader {
    
    display:block;
}

#GrillingFireSafetyContent {

    background-repeat: no-repeat;
    background-position:bottom left;
    background-size:100% auto;
}

.grillingFireSafetyProducts {
    
    display:block;
    width:90%;
    max-width:940px;
    margin: 0 auto;
    padding:0 0 80px 0;
}

img.grillingFireSafetyImage {
    
    display:block;
}

/* ---------------------- */

a.readmorelink, a.readmorelink:hover {
    
    font-size:90%;
    cursor:pointer;
    border:1px solid #015439;
    padding:3px 6px;
    color:#015439;
    text-decoration: none;
}

.readmorecontent.readmorehidden {
 
    display:none;
}

/* --------------------------- */

.alfrescoShowContent {

	margin-top:-200px;
	padding:0 3% 50px 3%;
}

@media screen and (max-width: 600px) {

	.alfrescoShowContent {

		margin-top:-50px;
		padding:0 3% 40px 3%;
	}
}

.alfrescoShow h1 {
	
	padding:0;
	margin:0;
}

.alfrescoShowTitle {
	
	font-size: 140%;
	line-height:140%;
	margin-bottom: 50px;
	font-weight: bold;
}
.page-title-large-AlfrescoShow {
	text-transform:uppercase;
	font-weight:bold;
	padding: 60px 0 22px 0;
	margin: 0;
	font-size: 340%;
	line-height: 110%;
}

.alfrescoShowItem {
	
	display:inline-block;
	width:27%;
	min-width:200px;
	margin:0 3% 40px 3%;
	font-size:130%;
	line-height:130%;
	vertical-align:top;
}

.page-title-large {
	text-transform:uppercase;
	font-weight:bold;
	margin: 16px 0 18px 0;
	padding: 0;
	font-size: 340%;
	line-height: 110%;
}

.page-title-largeLeft50 {
	text-transform:uppercase;
	margin: 10px 0 26px 0;
	padding: 0;
	font-size: 200%;
	line-height: 110%;
}

.page-title-shadow {
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.7);
}

.contentTopShadow {
	
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:30;
}

.contentBottomShadow {
	
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	z-index:10;
	display:block;
}

.contentCopy {
	
	position:absolute;
	top:18%;
	left:7%;
	z-index:10;
}

.theContent {
	
	max-width:70%;
	font-size:110%;
}

.contentImage {
	
	width:1200px;
	overflow:hidden;
}

.contentImage img {
	
	display:block;
}

.contentImage {

	float:right;
}

.page-title-absolute-white {
	
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.7);
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 220%;
	line-height: 110%;
}

.title-bottom-margin-small {

	margin-bottom:5px;	
}

.contentCopy p {
	
	color:#fff;	
}

.topTipsMenuGrid {

	display:none;
}

.topTipsMenuGrid:after {
	content:'';
	display:block;
	clear:both;
}

.topTipGrid {

	float:left;	
	width:33.3333%;
}

.topTipGrid50 {

	float:left;	
	width:50%;
}

.topTipGrid100 {

	float:left;	
	width:100%;
}

.topTipGrid img, .topTipGrid50 img, .topTipGrid100 img {

	display:block;
	width:100%;
}

.gridItem {
	
	position:relative;
}

.gridItemCaption {

	display:block;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0.9;
	width:100%;
	text-transform:uppercase;
}

.gridItemCaption img {

	position:absolute;
	bottom:8px;
	right:8px;
	width:14px;
}

.gridItemCaption:hover, .gridItem a:hover .gridItemCaption, .gridItem a.active .gridItemCaption {

	opacity:1;
}

.gridItem a, .gridItem a:hover {

	text-decoration:none;
}

.gridItem h2 {

	margin:0;
	padding:5px 10px;
	font-size:1.1em;
	font-weight:400;
	text-align:center;
	
	position: relative; /* Vertical align in span container .gridItemCaption */
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gridItem a.active h2 {

	opacity:.6;	
}

.gridContentSlide {
	
	clear:both;
	display:none;
	position:relative;
}

.gridPanelContent {

	padding:40px;
	max-width:80%;
	margin:0 auto;	
}

.gridPanelContent h2 {

	text-transform:uppercase;
	font-weight:400;
	font-size:2em;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	margin-top:0;	
}

.gridPanelContent h3 {

	margin-top:30px;
}

.gridPanelContentPage {

	padding:50px 70px 40px 70px;	
}

.gridContentSlide a.moreLink {

	position:absolute;
	bottom:22px;
	right:20px;
	color:#eee;
	z-index:100;
}

.gridContentSlide .closePanel {
	
	position:absolute;
	bottom:22px;
	left:45%;
	width:10%;
	text-align:center;
	cursor:pointer;	
	z-index:100;
}

.gridContentSlide .closePanel img {

	width:22px;
}

.gridPanelRightImage {

	float:right;
	max-width:50%;
}

.gridPanelRightImage img {

	width:100%;
	display:block;
}

.ajax_loader {
	
	padding:42px;
}

/* ======================================================= */

ul.pageingInPage {
	
	margin: 16px 0 0 0;
	padding: 0;
	text-align: center;
}

ul.pageingInPage li {
	
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	*float:left;
	zoom:1;
	white-space: nowrap;
}

ul.pageingInPage li a {
	
	color:#fff;
	padding:0 6px;
	font-size:.8em;
	letter-spacing:1px;
	font-weight:300;
	text-transform:uppercase;
}

ul.pageingInPage li img {
	
	padding:0 4px 2px 4px;
	width:4px;
	display:inline-block;
}

ul.pageingInPage li:last-child img {

	display:none;
}

/* ======================================================= */

.breadcrumb-trail {

	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.3);
	display:inline-block;
	padding:2px 0;
	color:#ccc;
	font-size:12px;
	text-transform:uppercase;
	z-index:400;
	border-bottom-right-radius:9px;
	cursor:default;
}

.breadcrumb-trail:hover {

	background:rgba(0,0,0,0.6);
}

.breadcrumb-trail ul.trail-items {

	padding:0 10px;	
}

.breadcrumb-trail a {

	color:#fff;
}

/* ===================================================================== */

#MenuPagingControl {

	text-align:center;
	padding:0 0 50px 0;	
}

#MenuPagingControlInPanel {

	text-align:center;
	padding:40px 0 0 0;	
}

#MenuPagingControl:after, #menuPagingControlInPanel:after {

	content:'';	
	display:block;
	clear:both;
}

a.menuPagingItem {

	display:inline-block;
	*float:left;
	margin:0px 12px 18px 12px;
	padding:7px 16px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-transform:uppercase;	
	font-weight:400;	
}

a.menuPagingItem img {

	display:block;
	max-height:70px;
	margin:10px auto;	
}

a.menuPagingItem:hover {

	text-decoration:none;
	background:rgba(0,0,0,0.7);
}

/* ------------------------------------- */

#GeneralPagingControl {

	overflow:hidden;
	text-align:center;
}

#GeneralPagingControl:after {

	content:'';
	display:block;
	clear:both;
}

#InnerPagingControl {
	
	background:rgba(0,0,0,0.6);
}

#InnerPagingControl .slick-track {
	
	margin:0 auto;
}

#GeneralPagingControl .slideItem {
	
	display:inline-block;
	*float:left;
	padding:9px 0;
}

#GeneralPagingControl .slideItem a {
	
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
}

#GeneralPagingControl .slideItem a.active {
	
	font-weight:400;
	font-size:14px;
}

#GeneralPagingControl .slideItem a:hover {
	
	text-decoration:none;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	padding-bottom:25px;
	margin-bottom: 25px;
	border-bottom:1px solid #bbb;
}

.post:last-child {
	border-bottom:none;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
	color: #000;
	background:#fff;
	cursor:default;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-size: 120%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
FOOTER
*************************************************************************************/

#footerPadding {
	padding: 20px 24px 16px 24px;
}

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}

.footer-nav li {
	padding: 0;
	margin: 0 20px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

@media screen and (max-width: 480px) {

	.footer-nav li {

		display: block;
		*display:block
	}
}

.footer-nav li a {

	color:#fff;
	font-size:1em;
	text-transform:uppercase;
}

.footer-contact {
	
	float:right;
	text-align:right;
	max-width:40%;
}

.footerTelephone {

	margin:10px 0;
	width:100%;	
}

.footerTelephone a {

	color:#fff;
	font-size:150%;
}

.footerAddress {

	color:#fff;
}

.footer-text {
	font-size: 90%;
	clear: both;
	color:#777;
}

a.footerLink {

	font-size:120%;
	color:#777;
	display:inline-block;
	padding-bottom:6px;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}


/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery
{ display: block; zoom: 1; }

#footer {
	display:none;
	clear: both;
	background:#c2b59b;
}

/* ---------------------------------------------------------- */
/* Tablet Layout: Landscape */

@media screen and (max-device-width: 1024px) and (orientation:landscape) {

	.pagewidth {
		max-width:100%;
	}

	.TickerNews {

		font-size:150%;
	}
}

/*---------------------------------------------------------*/
/* Tablet Layout: Portrait */

@media screen and (max-device-width: 1024px) and (orientation:portrait) {

	.pagewidth {
		max-width:100%;
	}

	.footer-nav li a {
	
		font-size:1.1em;
	}

	.gridItemCaption {
	
		position:relative;
		left:auto;
		bottom:auto;
	}
	
	.TickerNews {

		font-size:130%;
	}
}

/*---------------------------------------------------------*/

@media screen and (max-width: 980px) {

	.footer-nav li a {
	
		font-size:1.1em;
	}

	.gridItemCaption {
	
		position:relative;
		left:auto;
		bottom:auto;
	}
}

@media screen and (max-width: 850px) {

	#ubermenu-main-2-main-nav {
	
		position:absolute;
		bottom:auto;
		left:-200px;
		top:50px;
		width:310px;
		background: rgba(79,7,8,0.90);
	}

	/************************************************************************************
	MAIN NAV (MOBILE)
	*************************************************************************************/
	#main-nav-wrap {
		position: absolute;
		bottom: 0px;
		right: 32px;
		z-index: 1000;
		background:none;
		text-align:left;
		padding:0;
	}
}

@media screen and (max-width: 900px) {

	/* footer social media */
	.colm45, .colm38 {
		
		width:49.198495%;	
	}
	
	.colm17 {
		
		clear:both;
		float:none;
		width:auto;	
		text-align:center;
	}

	img.theTeamPanelImage {

		float:none;
		display:none;
	}

	.theTeamPanel p {

		text-align:center;
		padding:30px;
	}
	
	.TickerNews {

		font-size:150%;
	}
}

@media screen and (max-width: 800px) {

	.footer-contact {
		
		float:none;
		text-align:left;
		max-width:100%;
		width:100%;
		margin-bottom:14px;
	}

	.button45 {
	
		float:none;
		width:94%;	
	}

	.button55 {
	
		float:none;
		width:100%;	
	}

	.ButtonCopyRight {
	
		width:90%;	
		margin-left:auto;
		margin-right:auto;
		padding:0 0 20px 0;
	}

	h2.buttonCopy {
	
		font-size:24px;
	}

	.sliderMarginAdjust {
		
		margin-top:0px;
	}

	#socialMediaSide {
		
		display:none;
	}

	.productRangeTabsMargin {
		
		width:86%;
	}

	.productRangeContent .divImageleft {
	
		margin:20px 4% 40px 8%;	
	}
	
	.productRangeContent .divImageright {
	
		margin:0 8% 40px 4%;	
	}

	.pageContentWithBackgroundLeft50 {
	
		width:90%;
		padding:60px auto 40px auto;
	}
	
	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth {
		max-width: 100%;
	}
		
	.home #content {
		max-width:none;
	}

	/* sidebar */
	#sidebar {
		margin: 7% 0 5%;
		max-width: 26.2%;
	}
		
	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2,
	.col4-3,
	.col3-1,
	.col3-2,
	.col2-1
	{
		margin-left: 2%;
	}
	.first {
		margin-left: 0;
	}
	.col4-1 {
		max-width: 23%;
	}
	.col4-2, .col2-1 {
		max-width: 48%;
	}
	.col4-3 {
		max-width: 72%;
	}
	.col3-1 {
		max-width: 31%;
	}
	.col3-2 {
		max-width: 62%;
	}
	
	.TickerNews {

		font-size:130%;
	}
}

@media screen and (max-width: 760px) {

	.pageContentPadding {
		
		padding:60px 50px 50px 50px;
	}

	.gridPanelRightImage {
	
		display:none;	
	}
	
	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth {
		max-width:100%;
	}

	#content, #generalContent {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
	}
	
	/************************************************************************************
	HEADER
	*************************************************************************************/
	
	/* site logo */
	#site-logo a {
		font-size: 30px;
	}

	/* site description */
	#site-description {
		margin: 0 0 10px;
	}
	
	/* nav bar */
	#nav-bar {
		display: none;
	}
}

@media screen and (max-width: 700px) {

	.gridItemCaption h2 {
	
		font-size:1.1em;
	}

	/* footer social media */
	.colm45, .colm38, .colm17 {
		
		clear:both;
		float:none;
		width:90%;
		margin:0 auto;	
		text-align:center;
	}
	
	.colm17 {
		
		margin-bottom:24px;
	}
}

@media screen and (max-width: 600px) {

	.pageContentPadding {
		
		padding:50px 30px 40px 30px;
	}

	.productRangeTabsMargin {
		
		width:82%;
	}

	.weatherDay {
		
		padding-top:30px;
	}

	.slideMenuCaption h2 {
	
		margin:0.3em 10px;
		font-size:1.1em;
		font-weight:400;
	}

	.narrowContent {
		
		width:70%;
		margin:0 auto;
	}

	.theContent {
		
		max-width:100%;
	}

	#site-weather {
	
		left:40%;
	}

	#header {
		background: rgb(211,24,32);
	}


	.button45, .button50, .button50GapRight, .button50GapLeft {
	
		float:none;
		width:100%;	
		margin:0;	
	}

	.pageButtonContent h2 {
		
		font-size:32px;
	}

	.page-title-absolute-white {
		
		font-size: 200%;
	}

	.footer-nav li a {
	
		font-size:1em;
	}
}

@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	.breadcrumb-trail {
		
		display:none;	
	}

	.pageContentPadding {
		
		padding:30px 7% 40px 7%;
	}

	.pagewidth {
		max-width:100%;
	}

	#ubermenu-main-2-main-nav {
	
		left:-100px;
		width:210px;
	}

	.productRangeSectionSub {

		font-size:18px;
		text-align:center;
	}
	
	.productRangeContent .divImage {
		
		width:auto;
		max-width:50%;	
	}
	
	.productRangeContent .divImage img {

		max-height:190px;
	}

	.productRangeContent .divImageleft, .productRangeContent .divImageright {
	
		float:none;
		width:86%;
		margin:0 auto;	
		padding:10px 0 20px 0;	
	}
	
	.productRangeContent .divCopy {

		width:86%;
		float:none;
		padding:20px 0 30px 0;
		margin:0 auto;
	}

	.productRangeContent .divCopyleft {

		margin-left:auto;
	}

	.productRangeContent .divCopyright {

		margin-left:auto;
	}

	a.productRangeAccordion h2 {
	
		font-size:20px;
	}

	.productRangeTabsMargin {
		
		width:80%;
	}

	.productRangeSectionToggle {
	
		font-size:28px;
	}

	.gridPanelContent {
	
		padding:20px 20px 20px;
		max-width:auto;	
	}
	
	.gridPanelContent h2 {
	
		font-size:1.7em;
	}

	.slideMenuCaption h2 {
	
		margin:0.36em 6px;
		font-size:1em;
	}

	.page-title-absolute-white {
		
		font-size: 174%;
	}

	.pageButtonContent h2 {
		
		font-size:28px;
	}

	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	 {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	/************************************************************************************
	LAYOUT
	*************************************************************************************/
	/* post */
	.post {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	
	/************************************************************************************
	POST NAV
	*************************************************************************************/
	.post-nav .prev, .post-nav .next {
		display: block;
		width: 100%;
		clear: both;
		margin-bottom: 10px;
	}
	
	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist {
		padding-left: 0;
	}
	.commentlist .commententry {
		clear: left;
	}
	.commentlist .avatar {
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
	}
}