/* Site width wrapper */

.wrapper {
  position: relative;
  width:980px;
  margin:0 auto;
  z-index: 1;
}

.wrapper > * {
	position: relative;
	z-index: 2;
}

#header {
	z-index: 4;
}

/*---------------------------------------- Fonts ----------------------------------------*/
/* font used is name DOSIS and renamaed to Rag for this project */

@font-face {
    font-family: 'rag';
    src: url('/font/rag-extralight-webfont.eot');
    src: url('/font/rag-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/rag-extralight-webfont.woff') format('woff'),
         url('/font/rag-extralight-webfont.ttf') format('truetype'),
         url('/font/rag-extralight-webfont.svg#dosisextralight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'rag';
    src: url('/font/rag-regular-webfont.eot');
    src: url('/font/rag-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/rag-regular-webfont.woff') format('woff'),
         url('/font/rag-regular-webfont.ttf') format('truetype'),
         url('/font/rag-regular-webfont.svg#dosisregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'rag';
    src: url('/font/rag-light-webfont.eot');
    src: url('/font/rag-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/rag-light-webfont.woff') format('woff'),
         url('/font/rag-light-webfont.ttf') format('truetype'),
         url('/font/rag-light-webfont.svg#dosislight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'rag';
    src: url('/font/rag-medium-webfont.eot');
    src: url('/font/rag-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/rag-medium-webfont.woff') format('woff'),
         url('/font/rag-medium-webfont.ttf') format('truetype'),
         url('/font/rag-medium-webfont.svg#dosismedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'rag';
    src: url('/font/rag-semibold-webfont.eot');
    src: url('/font/rag-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/rag-semibold-webfont.woff') format('woff'),
         url('/font/rag-semibold-webfont.ttf') format('truetype'),
         url('/font/rag-semibold-webfont.svg#dosissemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}@font-face {
    font-family: 'rag';
    src: url('/font/rag-bold-webfont.eot');
    src: url('/font/rag-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/rag-bold-webfont.woff') format('woff'),
         url('/font/rag-bold-webfont.ttf') format('truetype'),
         url('/font/rag-bold-webfont.svg#dosisbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'rag';
    src: url('/font/rag-extrabold-webfont.eot');
    src: url('/font/rag-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/rag-extrabold-webfont.woff') format('woff'),
         url('/font/rag-extrabold-webfont.ttf') format('truetype'),
         url('/font/rag-extrabold-webfont.svg#dosisextrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

/*---------------------------------------- Typography ----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	clear:both;
	color: #409d27;
	font-family: 'rag', arial, sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 600; /* semi-bold */
	margin: 0 0 30px 0;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500; /* medium */
	margin: 0 0 0.5em 0;
}

h3 {
	font-size: 1.375em;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 1.125em;
	margin: 0 0 0.5em 0;
}

h5, h6 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

p {
	margin-bottom: 16px;
}

p small {
	font-size: 11px;
}

a {
	color: #419e27;
}

span.underline {
	text-decoration: underline;
}

.content p a {
	color: #419e27;
	font-weight: bold;
}

.red {
	color: #e24748;
}

.green {
	color: #409d27;
}

/*------------------------------------- Body ---------------------------------------*/

body {
	margin: 0;
	padding: 0;

	background: url(/images/backgrounds/sky-bg.jpg) 0 0 repeat-x #fff;

	color: #6a6a6a;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

.backgroundImage {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

	background: url(/images/backgrounds/all-clouds.png) center 18px no-repeat;
}

/*------------------------------------- Header styles ---------------------------------------*/

/* Logo */

.logoWrap {
	position: relative;
	float: left;
	margin: 0;
	padding: 6px 13px 4px;
	width: 210px;
}

.logo {
	margin-right: 7px;
	padding: 0;
	width: 124px;
}

.logoText {
	display: block;
	margin-top: 45px;

	color: #fff;
	font-size: 24px;
	line-height: 31px;
	font-family: 'rag', arial, sans-serif;
	font-weight: 600; /* semi-bold */
	text-shadow: 2px 2px 2px rgba(0,0,0,0.30);
}

#header .buttonWrap {
	position: relative;
	float: right;
	margin: 0;
	padding: 37px 0 0;
}

#header .buttonWrap .call {
	padding: 22px 0 0;

	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-family: 'rag', arial, sans-serif;
	font-weight: 600; /* semi-bold */
	text-shadow: 2px 2px 2px rgba(0,0,0,0.30);
}

#header .button {
	margin-left: 20px;
}

.clouds {
	position: absolute;
	top: 0;
	z-index: 1;
}

.cloud1 {
	top: 54px;
	left: -239px;
	width: 100px;
	height: 55px;

	background: url(/images/backgrounds/cloud-1.png) 0 0 no-repeat;
}

.cloud2 {
	top: 172px;
	left: -127px;
	width: 161px;
	height: 91px;

	background: url(/images/backgrounds/cloud-2.png) 0 0 no-repeat;
}

.cloud3 {
	top: 84px;
	left: 254px;
	width: 159px;
	height: 118px;

	background: url(/images/backgrounds/cloud-3.png) 0 0 no-repeat;
}

.cloud4 {
	top: 18px;
	right: 161px;
	width: 164px;
	height: 91px;

	background: url(/images/backgrounds/cloud-4.png) 0 0 no-repeat;
}

.cloud5 {
	top: 156px;
	right: -115px;
	width: 159px;
	height: 88px;

	background: url(/images/backgrounds/cloud-5.png) 0 0 no-repeat;
}

.cloud6 {
	top: 54px;
	right: -282px;
	width: 102px;
	height: 75px;

	background: url(/images/backgrounds/cloud-6.png) 0 0 no-repeat;
}

.edgenav {
	position: relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;

	border: 1px solid #2a7d2a;

	border-radius: 7px;

	box-shadow: inset 0 0 2px rgba(255,255,255,0.52), inset 0 0 5px rgba(0,255,0,0.38), 0 2px 3px rgba(0,0,0,0.27);

	background: #58d658; /* Old browsers */
	background: -moz-linear-gradient(top,  #58d658 0%, #278227 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58d658), color-stop(100%,#278227)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #58d658 0%,#278227 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #58d658 0%,#278227 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #58d658 0%,#278227 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #58d658 0%,#278227 100%); /* W3C */

	color: #fff;
	font-size: 16px;
	font-family: 'rag', arial, sans-serif;
	font-weight: 600; /* semi-bold */
}

.edgenav li {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.edgenav li a {
	display: block;
	padding: 15px 0 14px;

	color: #fff;
}

.edgenav > li > a {
	margin: -1px 0 -1px;
}

.edgenav li:first-child a {
	padding-left: 20px;
}

.edgenav li a i {
	position: relative;
	top: 1px;
	margin-left: 5px;

	font-size: 16px;
}

.edgenav li ul {
	top: 1px;
	padding: 0;

	border: 0;

	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;

	box-shadow: 0 3px 3px rgba(0,0,0,0.40);
}

.edgenav li ul li {
	border-top: 1px solid #e6e6e6;

	background: #fff;

	font-size: 15px;
	font-weight: 400; /* normal */
	text-align: left;
}

.edgenav li ul li:first-child {
	border: 0;

	background: url(/images/backgrounds/nav-dropdown-shadow.png) 0 0 repeat-x;
}

.edgenav li ul li.last {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.edgenav li ul li a {
	display: block;
	padding: 7px 22px 6px;

	color: #419e27;
}

.edgenav li ul li.first-child a {
	padding: 14px 22px 6px;
}

.edgenav li ul li.last a {
	padding: 7px 22px 13px;

	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.edgenav li ul li:hover a {
	background: #f9f9f9;
}

.edgenav li ul li:first-child:hover a {
	border: 0;

	background: url(/images/backgrounds/nav-dropdown-shadow.png) 0 0 repeat-x #f9f9f9;
}

.edgenav li ul li:first-child a:hover {
	border: 0;

	background: url(/images/backgrounds/nav-dropdown-shadow-hover.png) 0 0 repeat-x #f9f9f9;
}

.lt-ie8 .edgenav li ul {
	width: 200px;
}

.lt-ie8 .edgenav li ul li {
	margin: 0;
	padding: 0;
	width: 200px;
}

.lt-ie8 .edgenav li ul li a {
	margin: 0;
	width: 156px;
}

.nav li a {
	padding:5px 10px;
	display:block;
}

/*------------------------------------- Homepage Banner styles ---------------------------------------*/

.homepageBanner {
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 49px;
	width: 100%;
	z-index: 3;
}

.homepageBanner .bannerLeftWrap {
	padding-top: 78px;
	padding-left: 17px;
	width: 520px;
}

.homepageBanner .bannerRightWrap {
	padding-top: 46px;
	padding-right: 17px;
}

.homepageBanner h1 {
	margin-bottom: 26px;

	color: #444;
	font-size: 46px;
	font-weight: 700; /* bold */
}

.homepageBanner h2 {
	margin-bottom: 37px;

	color: #444;
	font-size: 30px;
	line-height: 31px;
	font-weight: 400; /* normal */
}

.homepageBanner .recycleWrap {
	margin-right: 26px;
}

.homepageBanner .wePay {
	position: absolute;
	bottom: -74px;
	right: -9px;
	width: 185px;
	height: 185px;

	background: url(/images/backgrounds/We-Pay-you-500-Per-Tonne-new.png) 0 0 no-repeat;
}

/*------------------------------------- Content styles ---------------------------------------*/

#content {
	clear: both;
	margin-bottom: 2px;
}

#content.subpage {
	position: relative;
	margin: 46px 0 2px;
	padding: 0;
	width: 100%;

	border: 0;

	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

	box-shadow: 0 0 8px rgba(0,0,0,0.14);

	background: #fff;
}

#content.subpage > * {
	z-index: 4;
}

#content.subpage .hideShadow {
	position: absolute;
	top: 337px;
	left: -10px;
	right: -10px;
	bottom: -2px;
	z-index: 3;

	background: url(/images/backgrounds/bg-gradient.png) 0 0 repeat-x #fff;
}

#content.subpage .hideShadow div{
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;

	background: #fff;
}

.content {
	position: relative;
	float: left;
	margin-bottom: 18px;
	padding-top: 47px;
	width: 580px;
	min-height: 520px;
}

.content h2 {
	margin-top: 38px;
}

.subpage .content {
	padding-top: 33px;
}

#content.subpage .content {
	padding-left: 18px;
	width: 562px;
}

.inlineImage {
	position: relative;
	top: -7px;
	margin-bottom: 11px;
}

.inlineImage.right {
	margin-left: 32px;
}

.inlineImage.left {
	right:-9px;
	margin-right: 0;
}

ul .inlineImage.right {
	left:-9px;
	margin-left: 17px;
}

ul .inlineImage.left {
	margin-right: 12px;
}

.imageBorder {
	border: 4px solid #fff;

	box-shadow: 0 2px 3px rgba(0,0,0,0.10), 0 0 1px #dcdcdc;
}

.content .hrWithButton {
	margin: 35px 0 60px;
	width: 420px;
}

.lt-ie8 .content .hrWithButton {
	margin: 35px 0 25px;
	width: 420px;
}

.content ul {
	margin: 0;
	padding: 9px 0 44px 20px;
	list-style: none;
	background: none;
}

.content ul.last {
	padding-bottom: 22px;
}

.content ul li {
	margin: 0;
	padding: 0;
}

ul.star {
	padding-top: 18px;
	padding-bottom: 0;
}

ul.star li {
	margin-bottom: 17px;
	padding-left: 33px;

	background: url(/images/backgrounds/red-star.png) 0 0 no-repeat;
}

ul.star.smallBottomMargin li {
	margin-bottom: 11px
}

ul li i {
	margin-right: 9px;

	font-size: 16px;
}

ul li i.icon-ok {
	color: #419e27;
}

ul li i.icon-remove {
	margin-right: 12px;

	color: #cd2626;
}

.bx-viewport {
    overflow: visible !important;
}

.blockquoteWrap {
	position: relative;
	margin: 0;
	padding: 0 0 120px;
}

.blockquoteWrap span {
	float: right;
	margin-right: 236px;

	font-size: 12px;
	text-align: right;
}

blockquote {
	margin: 0 0 6px;
	padding: 15px 240px 20px 68px;

	border: 0;

	background: url(/images/backgrounds/blockquote.png) 20px 16px no-repeat #F9F9F9;
}

.rotatedImageWrap {
	position: absolute;
	top: -46px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 218px;
	height: 220px;

	background: url(/images/backgrounds/multi-frame-bg.png) 0 0 no-repeat;
}

.rotatedImageWrap div {
	position: absolute;
	top: 24px;
	left: 23px;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 171px;
	overflow: hidden;

	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	transform: rotate(12deg);

	-webkit-backface-visibility: hidden;
}

.rotatedImageWrap.small {
	position: relative;
	top: 0;
	width: 158px;
	height: 160px;

	background: url(/images/backgrounds/multi-frame-small-bg.png) 0 0 no-repeat;
}

.rotatedImageWrap.small div {
	top: 18px;
	left: 18px;
	width: 121px;
	height: 122px;
}

.lt-ie9 .rotatedImageWrap {
	margin: 0;
	padding: 0;
	width: 218px;
	height: 220px;

	background: none;
}

.lt-ie9 .rotatedImageWrap div {
	position: absolute;
	top: 10px;
	left: 23px;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 172px;
	overflow: hidden;

	border: 4px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.lt-ie9 .rotatedImageWrap.small {
	position: relative;
	margin: 0;
	padding: 0;
	width: 158px;
	height: 160px;

	background: none;
}

.lt-ie9 .rotatedImageWrap.small div {
	position: absolute;
	top: 18px;
	left: 18px;
	margin: 0;
	padding: 0;
	width: 218px;
	height: 220px;
	overflow: hidden;

	border: 4px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.stepWrap {
	position: relative;
	float: left;
	clear: both;
	margin: 0 0 19px;
	padding-top: 2px;
	width: 100%;
}

.step {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 50%;

	text-align: left;
}

.step img {
	position: relative;
	display: block;
	margin: 0 auto 9px;
}

.step .rotatedImageWrap.small {
	margin: 0 auto;
}

.step .rotatedImageWrap.small img {
	margin: 0;
}

.step p {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

.step1 {
	width: 206px;
}

.step1 img {
	width: 105px;
}

.step2 {
	width: 173px;
}

.step3 {
	clear: both;
	margin: 0 auto 62px;
	width: 335px;
}

.step4 {
	width: 225px;
}

.step4 .rotatedImageWrap.small {
	margin-left: 54px;
}

.step5 {
	width: 240px;
}

.step5 .rotatedImageWrap.small {
	margin-left: 34px;
}

.arrow {
	position: absolute;
	display: block;
	top: 46px;
	left: 257px;
	margin: 0;
	padding: 0;
	width: 87px;
	height: 56px;

	background: url(/images/backgrounds/arrow1.png) center center no-repeat;
}

.arrow2 {
	top: 190px;
	left: 277px;
	background-image: url(/images/backgrounds/arrow2.png);
}

.arrow3 {
	top: 499px;
	left: 186px;
	background-image: url(/images/backgrounds/arrow2.png);
}

.arrow4 {
	top: 499px;
	left: 286px;
	background-image: url(/images/backgrounds/arrow3.png);
}

/*------------------------------------- Gallery/Downloads styles ---------------------------------------*/

#content.subpage .gallery {
	width: 602px;
}

.gallery p {
	margin-right: 2px;
}

ul.galleryList, ul.downloadsList {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.galleryList li, ul.downloadsList li {
	position: relative;
	margin-right: 13px;
	margin-bottom: 48px;
	width: 192px;
}

ul.downloadsList li {
	margin-right: 18px;
	margin-bottom: 38px;
	width: 272px;
}

ul.downloadsList li img {
	margin-bottom: 15px;
	height: 196px;
}

ul.downloadsList li p {
	margin-bottom: 8px;
}

ul.downloadsList li p.size {
	float: left;
	padding-top: 7px;
	padding-left: 9px;
}

.galleryOverlay {
	position: absolute;
	display: block;
	top: 4px;
	left: 4px;
	bottom: 4px;
	right: 4px;
	opacity: 0;

	background: url(/images/backgrounds/gallery0verlay-bg.png) 0 0 repeat;
	background: rgba(0,0,0,0.7);

	transition: ease .5s;
}

ul.galleryList li:hover .galleryOverlay {
	display: block;
	opacity: 1;
}

.galleryOverlay span {
	display: block;
	margin-top: 41px;
	margin-bottom: 12px;
	width: 100%;

	color: #fff;
	font-size: 18px;
	font-family: 'rag', arial, sans-serif;
	font-weight: 600; /* semi-bold */
	text-align: center;
}

.galleryOverlay i {
	display: block;
	margin: 0 auto;
	padding: 15px 16px 14px;
	width: 28px;

	border: 0;

	border-radius: 8px;

	background: rgba(0,0,0,0.4);

	color: #b8b8b8;
	font-size: 30px;
}

.fileInput {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

/*------------------------------------- Contact/Register styles ---------------------------------------*/

#content.subpage .contact {
	width: 440px;
}

#content.subpage .contactAside {
	padding-top: 88px;
	padding-right: 20px;
	width: 460px;
	height: auto !important;

	background: none;
}

.contact h2 {
	margin-top: 31px;
}

.vcard {
	position: relative;
	clear: both;
	margin: 0 0 21px;
	padding: 19px 20px 18px;

	border: 0;

	border-radius: 8px;

	background: #eeeeee;
}

.vcard label, .vcard vcardRow {
	float: left;
}

.vcard .left {
	width: 200px;
}

.vcard .adr label, .vcard .country-name {
	display: none;
}

/* Register */

#content.subpage .register {
	width: 460px;
}

.register form p {
	float: left;
	clear: both;
	width: 500px;
}

.registerStep {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;

	border-bottom: 1px solid #d5d5d5;
}

.submitStep {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 37px 0 0;
	width: 100%;
}

.registerStep h2 {
	margin: 0;
	padding: 16px 0 6px;
	cursor: pointer;
}

.registerStep h2 span.iconWrap {
	margin-right: 1px;
	width: 8px;
}

.registerStep h2 i {
	margin-right: 14px;

	color: #f01823;
	font-size: 14px;
	line-height: 31px;
	vertical-align: middle;
}

.registerStep h2 span i.icon-caret-down {
	margin-right: 11px;
}

.register fieldset {
	margin-bottom: 22px;
}

.register fieldset .checkboxRow {
	margin-bottom: 17px;
	width: 550px;
}

.register fieldset .checkboxRow input {
	position: relative;
	top: 3px;
	margin-right: 6px;
	float: left;
}

.register fieldset .checkboxRow label {
	width: 440px;
}

/*------------------------------------- Aside styles ---------------------------------------*/

.aside {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 340px;

	border-top-right-radius: 8px;

	background: url(/images/backgrounds/aside-bg.png) 0 0 repeat-x #f9f9f9;
}

.asideWrap {
	position: relative;
	margin: 0;
	padding: 61px 19px 0 27px;
}

.aside h2 {
	margin-bottom: 28px;
}

.aside ul {
	margin: 0 0 20px;
	padding: 0;
}

.aside ul li {
	margin: 0 0 11px;
	padding: 0;
	list-style: none;
}

.aside ul li i {
	margin-right: 3px;

	color: #419e27;
}

.starterPackTextWrap {
	margin: 0;
	padding: 0;
	width: 142px;
}

.starterPackTextWrap p {
	margin-bottom: 23px;
}

.starterPackImageWrap {
	position: relative;
	top: 0;
	left: -2px;
	margin: 0;
	padding: 0;
	width: 155px;
}
.facebookFeed {
    margin: 20px 0;
    padding: 30px;
    color: #fff;
    background-color: #3b5998;
}
.facebookFeed .inner-wrap {
    height: 280px;
    display: block;
    overflow: scroll;
}
.facebookFeed h2 {
    margin-bottom: 20px;
    color: #ddd;
}
.facebookFeed i {
    font-size: 21px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    margin-right: 10px;
    background-color: #3b5998;
}
.facebookFeed li {
    padding-bottom: 10px !important;
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
}
.facebookFeed li i {
    font-size: 8px;
    line-height: 15px;
    height: auto;
    color: #3b5998 !important;
    text-align: center;
    padding-right: 5px;
    background-color: transparent;
}

.lt-ie8 .starterPackImageWrap {
	width: 150px;
}

/*------------------------------------- Footer styles ---------------------------------------*/

#footer.topFooter {
    border-top: 0;
    background: none;
}

#footer.topFooter:not(.topFooterHome) {
    padding: 10px 0 20px;
}

.topFooterHome .centerPush {
    left: 0;
}

.topFooterHome .centerPull {
    right: 0;
}

#footer.topFooter .centerPull {
    display: flex;
}

#footer.topFooter .centerPull div {
    width: 100px;
    height: 100px;
    background: #FFF;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 10px;
}

#footer.topFooter .centerPull div.noPadding {
    padding: 0;
}

#footer.topFooter .centerPull div.last {
    margin-left: 0;
}

#footer.topFooter .centerPull div:first-child img {
    height: auto;
}

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 29px 0 23px;
	overflow: hidden;

	border-top: 1px solid #e6e6e6;

	background: #fff;
}

#footer .centerPull div {
	position: relative;
	float: left;
	margin-right: 40px;
	height: 69px;
	line-height: 69px;
}

#footer .centerPull div.last {
	margin-left: 25px;
}

#footer img {
	vertical-align: middle;
}

#footer .centerPull div:first-child img {
	height: 35px;
}

.footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 25px 0 23px;
	width: 100%;

	background: #419e27;

	color: #fff;
	font-size: 11px;
}

.footer a {
	color: #fff;
}

.footer ul {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
}

.footer ul li {
	display: inline;
	float: left;
}

.footer #copyright {
	float: left;
	clear: left;
}

.footer #credits {
	padding-top: 10px;
}

.backToTop.centerPush {
	position: absolute;
	margin-top: 7px;
}

.backToTop {
	font-size: 13px;
}

.backToTop i {
	position: relative;
	top: 2px;
	margin-left: 5px;

	font-size: 18px;
}

/*---------------------------------------- Buttons ------------------------------------------*/

.button, input[type="submit"] {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 0px;
	width: 132px;

	border: 1px solid #45b244;

	border-radius: 7px;

	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);

	background: #57d157; /* Old browsers */
	background: -moz-linear-gradient(top,  #57d157 0%, #298529 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57d157), color-stop(100%,#298529)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #57d157 0%,#298529 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #57d157 0%,#298529 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #57d157 0%,#298529 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #57d157 0%,#298529 100%); /* W3C */


	color: #fff;
	font-size: 14px;
	font-family: 'rag', arial, sans-serif;
	font-weight: 400; /* regular */
	text-align: center;
}

.buttonLarge {
	padding: 16px 0px;
	width: 180px;

	font-size: 18px;
	font-weight: 600; /* semi-bold */
}

.buttonExLarge {
	padding: 16px 0px;
	width: 172px;

	font-size: 24px;
	font-weight: 600; /* semi-bold */
}

.buttonTwoLinesOfText {
	padding: 2px 33px;
	text-align: left;
}

.buttonTwoLinesOfText small {
	position: relative;
	top: -4px;
	left: 0;
	clear: both;
	float: left;
	font-size: 13px;
	font-weight: 400; /* normal */
}

.buttonWithHr {
	margin-top: 17px;
}

.lt-ie8 .buttonWithHr {
	margin-top: -57px;
}

.button i {
	padding-left: 7px;
}

.buttonTwoLinesOfText i {
	position: absolute;
	top: 11px;
	right: 27px;

	font-size: 36px;
}

.buttonRed {
	border: 1px solid #ff8a8b;

	background: #fe686a; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe686a 0%, #e14446 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe686a), color-stop(100%,#e14446)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe686a 0%,#e14446 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe686a 0%,#e14446 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe686a 0%,#e14446 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe686a 0%,#e14446 100%); /* W3C */
}

.buttonYellow {
	border: 1px solid #d6b940;

	background: #fcfe01; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfe01 0%, #e7c844 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfe01), color-stop(100%,#e7c844)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfe01 0%,#e7c844 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfe01 0%,#e7c844 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfe01 0%,#e7c844 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfe01 0%,#e7c844 100%); /* W3C */

	color: #515151;
}

.buttonShadow {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 2px 3px rgba(0,0,0,0.16);
}

.auto {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------- Form styles --------------------------------------*/

form {
	margin-bottom: 18px;
}

.text, textarea, select {
	border:1px solid #ddd;
}

.text, textarea {
	border: 0;

	border-radius: 7px;

	box-shadow: inset 0 1px 1px rgba(0,0,0,0.18);

	background: #eeeeee;
}

.row {
	margin-bottom: 8px;
}

.row label {
	width: 220px;
}

.lt-ie9 .row label {
	width: 230px;
}

.lt-ie9 #contact-form .row label {
	width: 220px;
}

.row .text, .row select {
	width: 220px;
}

.row .textarea{
	width: 440px;
	height: 126px;
}

.textareaRow label {
	width: 140px;
}

.lt-ie9 #contact-form .textareaRow label {
	width: 140px;
}

.textareaRow textarea {
	width: 300px;
	height: 126px;
}

input[type="submit"] {
	margin-top: 13px;
}

#map {
	width: 100%;
	height: 286px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
}

.alert ul {
	padding: 0;
	list-style: none;
}

.error ul {
	padding: 0;
	list-style: none;
}

.success ul {
	padding: 0;
	list-style: none;
}

/* Members */

.members .column {
	width: 49%;
	float: left;
	display:inline;
	margin-left: 2%;
}

/*---------------------------------------- Slider ------------------------------------------*/

.sliderWrap {
	position: relative;
}

.slider {
	width: 100%;
	max-height: 420px;
}

.pager {
	padding: 0.5em;

	background: #333;
}

.pager .bx-pager-item {
	float: left;
	display: inline;
}

.pager a {
	display: block;
	margin: 0.5em;
	padding: 0.5em;
	width: 0.5em;
	height: 0.5em;
	text-indent: -9999px;
	border-radius: 2em;
	background: #fff;
}

.pager a:hover {
	background: #999;
}

.pager a.active {
	background: #ccc;
}

.controls {
	position: absolute;
	top: 49%;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

.controls a {
	display: block;
	padding: 0.5em;
	color: #fff;

	background: #333;
}

.controls a:hover {
	background: #999;
}

/*---------------------------------------- Ecommerce --------------------------------------- */

.checkout-button {
	background:#f7f7f7;
	border:1px solid #ddd;
	padding:5px 10px;
	border-radius:2px;
	margin:0 0.5em 0.5em 0;
	color:#333;
}

.item-quantity {
	width:50px;
	height:25px;
	padding:5px 10px;
	text-align:center;
	border:0;
}

.termslink {
	text-decoration:underline;
}

/* Breadcrumbs */

.breadcrumbs {
	margin:0 0 15px;
	padding:0;
}

.breadcrumbs li {
	float:left;
	display:inline;
}

.breadcrumbs li a {
	display:block;
	padding:0px 10px;
}

/* Pagination */

.pagination {
	clear:both;
	float:left;
	display:inline;
}

.pagination li a, .paginationnumbers {
	font-size: 12px;
	border: 1px solid #000;
	margin-right: 5px;
	padding:5px 10px;
	cursor:pointer;
	display: block;
}

.pagination .dots {
	padding:5px 10px;
}

.paginumberorder form {
	float: right;
	margin-left:10px;
}

/* Browse Styles */

.browse {
	clear:both;
}

/* Item Small list */

.itemsList, .itemRow, .itemCarousel {
	margin:0;
	padding:0;
}

/* Item images thumbs */

.thumbs {
	margin:2% 0 0 0;
	padding:0;
}

.thumbs li img {
	margin:0 0 2% 0;
}

.itemSizesRow label {
	display:none;
}

.productText {
	margin-bottom:2%;
}

/* Jquery Select Box */

.sbHolder{
	background-color: #fff;
	border: solid 1px #dcdcdc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 100%;
	z-index: 999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc); /* Box sizing polyfill for ie7/8 */
}
	.formInline .sbHolder {
		float: left;
		width: 70%;
	}

.sbHolder:focus .sbSelector{

}
.sbSelector{
	display: block;
	height: 100%;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #6f7d88;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	text-align: center;
	line-height: 28px;
	color: #6f7d88;
}

.sbToggle:hover{
/*	background: url(img/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen {
}

.sbToggleOpen:hover{
/*	background: url(img/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #ddd;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	position: relative;
	z-index: 999;
}
.sbOptions a{
	border-bottom: solid 1px #ddd;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #bcbcbc;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #6f7d88;
}
.sbOptions li.last a, .sbOptions li:last-child a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 1px #ddd;
	color: #dadada;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: solid 1px #ddd;
	color: #6f7d88;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
#facebook {
    position: relative;
    float: right;
    height: 0px;
    right: 0;
    top: -88px;
}

.disclaimer {
	font-size: 11px;
	color: #c41616;
	font-style: italic;
}

.greenText {
	color: #409d27;
}

#facebookFeed {
    padding: 60px 0 0;
}

.fb_iframe_widget iframe {
    transform: scale(1.1);
}

.formMessage {
    display: none;
    padding: 16px;
    background: #EEE;
    margin-bottom: 20px;
}