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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.allcaps {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.hidden,
.screen-reader-text {
	display: none !important;
	visibility: hidden;
}

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

.screen-reader-text.focusable:active,
.screen-reader-text.focusable:focus {
	position: static;
	clip: auto;
	height: auto;
	width: auto;
	margin: 0;
	overflow: visible;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url('../js/boxsizing.htc');
}

.outer {
*zoom: 1;
	padding-left: 5%;
	padding-right: 5%;
}

.outer:before,
.outer:after {
	display: table;
	content: '';
}

.outer:after {
	clear: both;
}

@media screen and (min-width: 31.25em) {

	.outer {
		padding-left: 3.33333%;
		padding-right: 3.33333%;
	}
}

@media screen and (min-width: 46.25em) {

	.outer {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
}

.inner {
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 76.25em;
}

.inner:before,
.inner:after {
	display: table;
	content: '';
}

.inner:after {
	clear: both;
}

.site-header {
	background: #fff;
	clear: both;
	padding-top: 0.8em;
}

@media screen and (min-width: 46.25em) {

	.site-header {
		background: none;
		padding-bottom: 0;
	}
}

.site-header .inner {
	*zoom: 1;
}

.site-header .inner:before,
.site-header .inner:after {
	display: table;
	content: '';
}

.site-header .inner:after {
	clear: both;
}

@media screen and (min-width: 46.25em) {

	.site-header .inner {
		background: #fff;
		padding-top: 0.8em;
	}
}

.logo {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 0 0 1em 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.logo a {
	display: block;
	margin: 0 auto;
	max-width: 16em;
}

@media screen and (min-width: 31.25em) {

	.logo a {
		margin-left: 0;
		max-width: 29em;
	}
}

.logo img {
	height: auto;
}

@media screen and (min-width: 31.25em) {

	.logo {
		float: left;
		text-align: left;
		width: 50%;
	}
}

@media screen and (min-width: 61.25em) {

	.logo {
		width: 36.33333%;
	}
}

.header-contact {
	padding-top: 0.8em;
	padding-bottom: 0.4em;
	text-align: center;
}

@media screen and (min-width: 31.25em) {

	.header-contact {
		float: left;
		padding-left: 1em;
		padding-bottom: 1.6em;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
		width: 50%;
	}
}

@media screen and (min-width: 46.25em) {

	.header-contact {
		float: left;
		padding-left: 1em;
		padding-bottom: 1.6em;
		padding-top: 1.6em;
		padding-bottom: 0.4em;
		width: 50%;
	}
}

@media screen and (min-width: 61.25em) {

	.header-contact {
		padding-top: 0;
		width: 33.33333%;
	}
}

.header-contact ul,
.header-contact li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-contact .header-contact-tel a {
	font-size: 26px;
	font-size: 2.6rem;
	color: #787878;
}

.header-contact .header-contact-email a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #859c32;
	font-weight: 700;
}

.header-search {
	*zoom: 1;
	padding-bottom: 0.8em;
	text-align: center;
}

.header-search:before,
.header-search:after {
	display: table;
	content: '';
}

.header-search:after {
	clear: both;
}

@media screen and (min-width: 31.25em) {

	.header-search {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 46.25em) {

	.header-search {
		float: left;
		padding-top: .5em;
		width: 50%;
	}
}

.header-search input[type="text"] {
	font-size: 13px;
	font-size: 1.3rem;
	display: inline;
	padding: 0.53333em 0.8em;
	width: 75%;
	text-align: left;
}

@media screen and (min-width: 61.25em) {

	.header-search input[type="text"] {
		border-width: 2px;
		padding: 1em;
	}
}
.header-search input[type="submit"] {
	background: transparent url('../graphics/icon-search.png') no-repeat 50% 50%;
	border: 0;
	display: inline;
	margin-top: .25em;
	overflow: hidden;
	padding: 0.4em 0;
	text-indent: -999em;
	width: 2.5em;
	-webkit-transition: opacity ease-in-out 0.25s;
	-moz-transition: opacity ease-in-out 0.25s;
	-ms-transition: opacity ease-in-out 0.25s;
	-o-transition: opacity ease-in-out 0.25s;
	transition: opacity ease-in-out 0.25s;
}

.header-search input[type="submit"]:hover,
.header-search input[type="submit"]:active,
.header-search input[type="submit"]:focus {
	background: transparent url('../graphics/icon-search.png') no-repeat 50% 50%;
	border: 0;
	outline: none;
}

@media screen and (min-width: 61.25em) {

	.header-search {
		left: 33.33333%;
		padding: 0;
		position: absolute;
		top: 3.5em;
		width: 30%;
	}
}

.header-basket {
	*zoom: 1;
	background: white;
	border: 1px solid #e2e6ed;
	border-width: 1px 0;
	margin-bottom: 0.8em;
	padding-top: 0.8em;
	padding-bottom: 0.53333em;
}

.header-basket:before,
.header-basket:after {
	display: table;
	content: '';
}

.header-basket:after {
	clear: both;
}

@media screen and (min-width: 31.25em) {

	.header-basket {
		/* border-radius: 3px; */
		border-width: 1px;
		float: left;
		padding-left: .75em;
		padding-right: .75em;
		width: 50%;
	}
}

@media screen and (min-width: 46.25em) {

	.header-basket {
		padding-left: .5em;
		padding-right: .75em;
	}
}

@media screen and (min-width: 61.25em) {

	.header-basket {
		float: right;
		margin-top: 1.5em;
		padding-bottom: .75em;
		width: 33.33333%;
	}
}

.header-basket .basket-summary {
	/*background: url('../graphics/icon-basket.png') no-repeat 0 50%;*/
	color: #5e5e5e;
	cursor: pointer;
	display: block;
	float: left;
	margin-top: -.5em;
	padding-left: 2.75em;
	width: 40%;
}

.header-basket .basket-summary span.amount {
	font-size:1.5em;
	color:#000;
	display: block;
	margin-top: -.375em;
}

.header-basket .basket-summary span {
	font-size: 13px;
	font-size: 1.3rem;
	color: #929292;
}

@media screen and (min-width: 31.25em) {

	.header-basket .basket-summary {
		background: none;
		padding-left: 0;
		width: 30%;
	}
}

@media screen and (min-width: 46.25em) {

	.header-basket .basket-summary {
		/*background: url('../graphics/icon-basket.png') no-repeat 0 50%;*/
		padding-left: 2.675em;
		width: 45%;
	}
}

@media screen and (min-width: 61.25em) {

	.header-basket .basket-summary {
		margin-top: -.125em;
		width: 40%;
	}
}

.header-basket .basket-actions {
	float: right;
	width: 50%;
}

@media screen and (min-width: 31.25em) {

	.header-basket .basket-actions {
		background: none;
		padding-left: 0;
		width: 60%;
	}
}

@media screen and (min-width: 46.25em) {

	.header-basket .basket-actions {
		padding-top: .25em;
		width: 40%;
	}
}

@media screen and (min-width: 61.25em) {

	.header-basket .basket-actions {
		width: 50%;
	}
}

.header-basket .basket-actions ul,
.header-basket .basket-actions li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-basket .basket-actions li {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	/* float: left; */
	/* padding-left: .5em; */
	text-align: center;
	/* width: 50%; */
}

.header-basket .basket-actions li.basket-action-view a {
	/* background: #e2e6ed url('../graphics/btn-bg-grad.png') repeat-x 0 0; */
	/* background: rgb(207,214,225); */
	/* color: #929292; */
}

.header-basket .basket-actions li.basket-action-view a:hover {
	/* background-color: #d2d8e3; */
	/* color: #787878; */
}

.header-basket .basket-actions a,
.header-basket .basket-actions a:visited {
	/* background: #ed1b24 url('../graphics/btn-bg-grad.png') repeat-x 0 0; */
	background: rgb(230,32,44);
	border-radius: 3px;
	color: white;
	display: block;
	padding-top: .75em;
	padding-bottom: .75em;
	font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.header-basket .basket-actions a:hover,
.header-basket .basket-actions a:visited:hover {
	background-color: #bc090e;
	color: white;
}

.welcome {
	font-size: 14px;
	font-size: 1.4rem;
	background: #f2f4f7;
	border: 1px solid #e2e6ed;
	border-bottom: 0;
	clear: both;
	margin: 0.8em 0 0 0;
	padding: 0.8em;
	text-align: center;
}

.site-content {
	background: #fff;
}

.site-content .inner {
	*zoom: 1;
}

.site-content .inner:before,
.site-content .inner:after {
	display: table;
	content: '';
}

.site-content .inner:after {
	clear: both;
}

.content-area {
	*zoom: 1;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	position: relative;
}
.content-area:before,
.content-area:after {
	display: table;
	content: '';
}

.content-area:after {
	clear: both;
}

@media screen and (min-width: 61.25em) {

	.content-area {
		float: right;
		padding-right: 1.5%;
		width: 67.5%;
	}
}

@media screen and (min-width: 46.25em) {

	.breadcrumbs {
	}
}

@media screen and (min-width: 61.25em) {

	.breadcrumbs {
		margin-bottom: -0.8em;
	}
}

.breadcrumbs p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #929292;
	display: block;
}

.breadcrumbs p .prefix {
	margin-right: .125em;
}

.breadcrumbs p .sep {
	color: #d10062;
	font-weight: 400;
	margin-left: .125em;
	margin-right: .125em;
}

.breadcrumbs p a,
.breadcrumbs p a:visited {
	color: #787878;
	font-weight: 700;
}

.breadcrumbs p a:hover,
.breadcrumbs p a:visited:hover {
	color: #454545;
}

.breadcrumbs p .current {
	font-weight: 700;
}

.page-header {
	padding-top: 0.8em;
}

.page-header span {
	font-size: 21px;
	font-size: 2.1rem;
	display: block;
}

@media screen and (min-width: 46.25em) {

	.page-header span {
		display: inline;
		font-size: inherit;
	}
}

@media screen and (min-width: 61.25em) {

	.page-header {
		padding-top: 1.6em;
	}
}

.col-wrapper {
	*zoom: 1;
	clear: both;
}

.col-wrapper:before,
.col-wrapper:after {
	display: table;
	content: '';
}

.col-wrapper:after {
	clear: both;
}

@media screen and (min-width: 31.25em) {

	.col-wrapper .col-1-of-2 {
		float: left;
		padding-right: 2.5%;
		width: 50%;
	}
}

@media screen and (min-width: 31.25em) {

	.col-wrapper .col-2-of-2 {
		float: left;
		padding-left: 2.5%;
		width: 50%;
	}
}

.secondary {
	*zoom: 1;
	border-top: 1px solid #e2e6ed;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
}

.secondary:before,
.secondary:after {
	display: table;
	content: '';
}

.secondary:after {
	clear: both;
}

@media screen and (min-width: 61.25em) {

	.secondary {
		border-top: 0;
		border-right: 2px solid rgb(228,229,233);
		float: left;
		padding-right: 1em;
		width: 30%;
	}
}

.sub-departments h2 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-size: 2.1rem;
	background: none;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

.sub-departments ul,
.sub-departments li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-departments ul {
	/* background: url('../graphics/bg-category.png') no-repeat 0 bottom; */
	border-bottom: 1px solid rgb(220,220,220);
}

.sub-departments ul ul {
	display: none;
}

.sub-departments ul li {
	font-size: 14px;
	font-size: 1.4rem;
}

.sub-departments ul li a,
.sub-departments ul li a:visited {
	/* background: url('../graphics/bg-category.png') no-repeat 0 0; */
	border-top: 1px solid rgb(220,220,220);
	color: #929292;
	display: block;
	font-weight: 700;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.sub-departments ul li a:hover,
.sub-departments ul li a:visited:hover {
	color: #787878;
}

.sub-departments ul li.active > a {
	color: #454545;
}

.sub-departments ul li.active > a:before {
	color: #d10062;
	content: '\00BB';
	font-weight: 400;
	margin-right: .5em;
}

.sub-departments ul li.active ul {
	background: none;
	display: block;
}

.sub-departments ul li.active ul a {
	padding-left: .5em;
}

.sub-departments ul li.active ul a:before {
	content: url('../graphics/bg-subcategory.png');
	font-weight: 400;
	margin-right: .5em;
}

.promo-secondary {
	*zoom: 1;
	padding-top: 0.8em;
}

.promo-secondary:before,
.promo-secondary:after {
	display: table;
	content: '';
}

.promo-secondary:after {
	clear: both;
}

.promo-secondary ul,
.promo-secondary li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.promo-secondary li {
	margin-bottom: 0.8em;
}

@media screen and (min-width: 46.25em) {

	.promo-secondary li {
		float: left;
		margin-left: 1.33333%;
		width: 32.4444467%;
	}

	.promo-secondary li:first-of-type {
		margin-left: 0;
	}
}

@media screen and (min-width: 61.25em) {

	.promo-secondary li {
		float: none;
		margin-bottom: 3%;
		margin-left: 0;
		width: auto;
	}

	.promo-secondary li:last-of-type {
		margin-bottom: 0;
	}
}

.promo-secondary a,
.promo-secondary a:visited {
	display: block;
}

.promo-secondary img {
	height: auto;
	width: 100%;
}

.widget-text {
	border-bottom: 1px solid #e2e6ed;
	padding-top: 0.8em;
}

.widget-text h4 {
	margin-bottom: 0.4em;
}

.widget-text dl,
.widget-text dd,
.widget-text dt,
.widget-text p {
	margin-bottom: 0;
}

.pre-footer {
	/* background: #231f20; */
	background: rgb(73,89,107);
	/* border-top: 2px solid #231f20; */
	padding-top: 2em;
}

.pre-footer .u {
	padding-bottom: 1.6em;
}

@media screen and (min-width: 46.25em) {

	.pre-footer .pre-footer-departments {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 61.25em) {

	.pre-footer .pre-footer-departments {
		width: 38.33333%;
	}
}

@media screen and (min-width: 31.25em) {

	.pre-footer .pre-footer-departments li {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 31.25em) {

	.pre-footer .pre-footer-shopping {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 46.25em) {

	.pre-footer .pre-footer-shopping {
		width: 25%;
	}
}

@media screen and (min-width: 61.25em) {

	.pre-footer .pre-footer-shopping {
		width: 26.66667%;
	}
}

@media screen and (min-width: 31.25em) {

	.pre-footer .pre-footer-inspiration {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 46.25em) {

	.pre-footer .pre-footer-inspiration {
		width: 25%;
	}
}

@media screen and (min-width: 61.25em) {

	.pre-footer .pre-footer-inspiration {
		width: 16.66667%;
	}
}

.pre-footer .pre-footer-hire {
	clear: both;
}

@media screen and (min-width: 61.25em) {

	.pre-footer .pre-footer-hire {
		border-top: 0;
		clear: none;
		float: left;
		padding-top: 0;
		width: 33.33333%;
	}
}

@media screen and (min-width: 31.25em) {

	.pre-footer .pre-footer-hire p:first-of-type {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.pre-footer h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	margin-bottom: 0.4em;
}

.pre-footer p,
.pre-footer li {
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
} 

.pre-footer p {
	margin-bottom: 0;
}

.pre-footer ul,
.pre-footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pre-footer ul {
	*zoom: 1;
}

.pre-footer ul:before,
.pre-footer ul:after {
	display: table;
	content: '';
}

.pre-footer ul:after {
	clear: both;
}

.pre-footer li a,
.pre-footer li a:visited {
	color: #fff;
	font-weight: 700;
}

.pre-footer li a:hover,
.pre-footer li a:visited:hover {
	color: white;
}

.pre-footer li a:before,
.pre-footer li a:visited:before {
	content: '\00BB';
	margin-right: .5em;
}

.pre-footer .button-wrapper a,
.pre-footer .button-wrapper a:visited {
	border-color: white;
	border-color: rgba(255, 255, 255, 0.5);
	color: white;
}

.pre-footer .button-wrapper a:hover,
.pre-footer .button-wrapper a:visited:hover {
	border-color: white;
}

.site-footer {
	background: #f1f2f6;
	clear: both;
	padding-top: 1.6em;
}

@media screen and (min-width: 46.25em) {

	.site-footer {
		padding-top: 2.4em;
	}
}

.site-footer .u {
	padding-bottom: 1.6em;
}

.site-footer h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.4em;
}

.site-footer p,
.site-footer ul,
.site-footer li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	list-style: none;
}

.site-footer a,
.site-footer a:visited {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	color: #787878;
}

.site-footer a:hover,
.site-footer a:visited:hover {
	color: #454545;
}

.site-footer-address {
	padding-right: 1em;
}

.site-footer-address dl {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.site-footer-address dl dt,
.site-footer-address dl dd {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

@media screen and (min-width: 31.25em) {

	.site-footer-address {
		float: left;
		padding-right: 2em;
		width: 50%;
	}
}

@media screen and (min-width: 61.25em) {

	.site-footer-address {
		width: 25%;
	}
}

.site-footer-newsletter {
	padding-right: 1em;
}

@media screen and (min-width: 31.25em) {

	.site-footer-newsletter {
		float: left;
		width: 50%;
	}
}

@media screen and (min-width: 61.25em) {

	.site-footer-newsletter {
		padding-right: 2em;
		width: 50%;
	}
}

.site-footer-newsletter p {
	margin-bottom: .5em;
}

.site-footer-newsletter label {
	display: none !important;
	visibility: hidden;
	clear: both;
}

.site-footer-newsletter input[type="email"] {
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
	margin-right: .5em;
	max-width: 20em;
	width: 66.66666%;
}

.site-footer-newsletter input[type="submit"] {
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
	margin-top: .15em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.71111em;
	padding-bottom: 0.71111em;
	width: 6.5em;
}

.site-footer-newsletter .form-note {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	clear: both;
	max-width: 26em;
	padding-top: 0.8em;
}

@media screen and (min-width: 31.25em) {

	.site-footer-shopping {
		float: left;
	}
}

@media screen and (min-width: 61.25em) {

	.site-footer-shopping {
		width: 25%;
	}
}

.site-footer-shopping .ssl {
	padding-top: 0.8em;
}

.site-footer-shopping .logo-paypal {
	padding-top: .75em;
}

.site-footer-shopping .cards {
	padding-top: 0.8em;
}

.site-footer-shopping .cards ul,
.site-footer-shopping .cards li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer-shopping .cards li {
	display: inline;
	margin-right: .25em;
}

.footer-legal {
	border-top: 2px solid #a3b0c6;
	clear: both;
	padding-top: 0.8em;
}

.footer-legal ul,
.footer-legal li,
.footer-legal p {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (min-width: 31.25em) {

	.footer-legal .credits {
		float: right;
		margin-top: -1.6em;
	}
}

@media screen and (min-width: 46.25em) {

	.footer-legal .credits {
		float: none;
		margin-top: 0.8em;
	}
}

.final {
	background: #f1f2f6;
	clear: both;
}

.legal-wrapper {
	/* background: url('../graphics/bg-legal.gif') repeat-x 50% 0; */
	border-top: 2px solid rgb(228,229,233);
}

.legal {
	padding-top: 1em;
	padding-bottom: 1em;
}

@media screen and (min-width: 31.25em) {

	.legal {
		padding-bottom: 0;
	}
}

.legal ul,
.legal li,
.legal p {
	margin: 0;
	padding: 0;
	list-style: none;
}

.legal li {
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 4px;
}

@media screen and (min-width: 31.25em) {

	.legal li {
		display: inline;
	}

	.legal li:before {
		color: #d10062;
		content: '\00B7';
		margin-right: 5.33333px;
	}

	.legal li:first-of-type:before {
		content: '';
		margin-right: 0;
	}
}

.legal a,
.legal a:visited {
	color: #787878;
	font-weight: 700;
}

.legal a:hover,
.legal a:visited:hover {
	color: #454545;
}

.credits {
	padding-bottom: 0.8em;
}

@media screen and (min-width: 31.25em) {

	.credits {
		padding-bottom: 1.6em;
	}
}

.credits ul,
.credits li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.credits li {
	font-size: 13px;
	font-size: 1.3rem;
}

@media screen and (min-width: 31.25em) {

	.credits li {
		display: inline;
		margin-right: 4px;
	}

	.credits li:before {
		color: #d10062;
		content: '\00B7';
		margin-right: 5.33333px;
	}

	.credits li:first-of-type:before {
		content: '';
		margin-right: 0;
	}
}

.credits a,
.credits a:visited {
	color: #787878;
}

.credits a:hover,
.credits a:visited:hover {
	color: #454545;
}

.credits a strong,
.credits a:visited strong {
	font-weight: 700;
}

.social {
	margin-top:1.5em;
	*zoom: 1;
	padding-bottom: 0.8em;
}

.social:before,
.social:after {
	display: table;
	content: '';
}

.social:after {
	clear: both;
}

@media screen and (min-width: 31.25em) {

	.social {
		width: auto;
	}
}

@media screen and (min-width: 46.25em) {

	.social {
		width:100%;
	}
}

.social ul,
.social li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li {
	font-size: 13px;
	font-size: 1.3rem;
	clear: both;
}

@media screen and (min-width: 31.25em) {

	.social li {
		clear: none;
		float: left;
		margin-right: 2em;
	}
}

@media screen and (min-width: 46.25em) {

	.social li {
		margin-right: 0.5em;
		margin-bottom: 0.5em;
	}
}

.social a,
.social a:visited {
	color: #787878;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

html {
	background: #f1f2f6;
	font-size: 62.5%;
	font-weight: 400;
	overflow-y: scroll;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #e6e6e6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: white;
	color: rgb(90,90,90);
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	min-height: 100%;
	width: 100%;
}

a {
	color: #08840a;
	outline: none;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
	-ms-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

a:visited {
	color: #08840a;
}

a:hover {
	color: #066408;
}

a:focus {
	outline: none;
	color: #066408;
}

a:hover,
a:active {
	color: #647526;
	outline: 0;
}

::-moz-selection {
	background-color: #dedede;
	text-shadow: none;
}

::selection {
	background-color: #dedede;
	text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #454545;
	font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 1em auto .5em auto;
	text-rendering: optimizelegibility;
	-webkit-transition: font-size ease-in-out 0.25s;
	-moz-transition: font-size ease-in-out 0.25s;
	-ms-transition: font-size ease-in-out 0.25s;
	-o-transition: font-size ease-in-out 0.25s;
	transition: font-size ease-in-out 0.25s;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #ababab;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 .sub,
h2 .sub,
h3 .sub,
h4 .sub,
h5 .sub,
h6 .sub {
	display: block;
	font-size: 75%;
}

h1,
.h1 {
	color: #08840a;
	color: rgb(234,33,45);
	font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.4em;
	text-transform: uppercase;
}

.page-header h1,
.page-header
.h1 {
	/* background: url('../graphics/bg-dash-page.png') repeat-x 0 bottom; */
	/* padding-bottom: 0.2em; */
}

.page-home .page-header h1,
.page-home .page-header
.h1 {
	text-align: center;
}

@media screen and (min-width: 46.25em) {

	h1,
	.h1 {
		font-size: 30px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 61.25em) {

	h1,
	.h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

h1 small,
.h1 small {
	font-size: 60%;
}

h1 span,
.h1 span {
	color: #acba7a;
}

h2,
.h2 {
	font-size: 21px;
	font-size: 2.1rem;
	background: url('../graphics/bg-dash-page.png') repeat-x 0 bottom;
	color: #08840a;
	line-height: 1.25;
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
	font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (min-width: 46.25em) {

	h2,
	.h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 46.25em) {

	h2,
	.h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

h3,
.h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

@media screen and (min-width: 31.25em) {

	h3,
	.h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 46.25em) {

	h3,
	.h3 {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

h4,
.h4 {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

@media screen and (min-width: 31.25em) {

	h4,
	.h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 46.25em) {

	h4,
	.h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

h5,
.h5,
h6,
.h6 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #787878;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

@media screen and (min-width: 31.25em) {

	h5,
	.h5,
	h6,
	.h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 46.25em) {

	h5,
	.h5,
	h6,
	.h6 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

p,
ol,
ul,
dl,
address {
	margin: 0 0 0.8em 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6em;
	font-weight: 400;
}

@media screen and (min-width: 31.25em) {

	p,
	ol,
	ul,
	dl,
	address {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

p strong,
ol strong,
ul strong,
dl strong,
address strong {
	font-weight: 700;
}

small {
	font-size: 75%;
}

ul,
ol {
	margin: 0 0 1.6em 16px;
	padding: 0 0 0 16px;
}

li ul,
li ol {
	list-style-type: none;
	margin: 1.6em 0;
}

blockquote {
	border-left: 0.25em solid #859c32;
	margin: 0 0 1.6em 0;
	padding: 0.8em 2em 0.8em 2em;
}

blockquote p {
	margin: 0;
	padding: 0;
}

blockquote p:first-of-type:before {
	content: '\201C';
}

blockquote p:last-of-type:after {
	content: '\201D';
}

blockquote footer {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 0.8em;
}

blockquote footer:before {
	content: '\2014 \00A0 ';
}

@media screen and (min-width: 46.25em) {

	blockquote footer {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

blockquote cite {
	font-style: normal;
}

q {
	quotes: none;
}

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

dl {
*zoom: 1;
	display: block;
	margin-bottom: 0.8em;
}

dl:before, dl:after {
	display: table;
	content: '';
}

dl:after {
	clear: both;
}

@media screen and (min-width: 31.25em) {

	dl {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

dt {
	clear: both;
	float: left;
	font-weight: bold;
}

dd {
	margin-left: 33%;
}

dd:last-of-type {
	margin-bottom: 1.6em;
}

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

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

ins {
	color: #787878;
	text-decoration: none;
}

mark {
	color: #787878;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-size: 12px;
	font-family: Monaco, Courier New, monospace;
	line-height: 1.6em;
	color: #ababab;
}

@media screen and (min-width: 46.25em) {

	pre,
	code,
	kbd,
	samp {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.subtitle {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding-bottom: 0.8em;
}

@media screen and (min-width: 46.25em) {

	.subtitle {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.lead,
.page-content > p:first-of-type {
	color: rgb(60,60,60);
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1.06667em;
}

@media screen and (min-width: 46.25em) {

	.lead,
	.page-content > p:first-of-type {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	background: none;
	border: 0;
}

@media screen and (min-width: 46.25em) {

	.widget-title {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

.section-title {
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 1.6em;
	padding-bottom: 1.6em;
	text-align: center;
	text-transform: uppercase;
}

.section-title:before {
	color: #d10062;
	content: '\00B7';
	margin-right: .5em;
}

.section-title:after {
	color: #d10062;
	content: '\00B7';
	margin-left: .5em;
}

.nav-collapse {
	clear: both;
}

.nav-collapse ul,
.nav-collapse li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-collapse ul {
	display: block;
	width: 100%;
}

.nav-collapse li {
	display: block;
	width: 100%;
}

.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.nav-collapse.opened {
	max-height: 9999px;
	overflow: hidden;
	position: relative;
}

.nav-collapse.disable-pointer-events {
	pointer-events: none !important;
}

#nav-toggle {
	font-size: 13px;
	font-size: 1.3rem;
	/* background: #231f20 url('../graphics/icon-nav-toggle.gif') no-repeat 1.5em 50%; */
	/* background: rgb(36,145,15) url('../graphics/icon-nav-toggle.gif') no-repeat 1.5em 50%; */
	background: rgb(73,89,107) url('../graphics/icon-nav-toggle.gif') no-repeat 1.5em 50%;
	
	/* border-radius: 3px; */
	clear: both;
	display: block;
	color: #fff;
	font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 1.06667em 1em 1.06667em 4.25em;
}

#nav-toggle:hover {
	color: white;
}

@media screen and (min-width: 46.25em) {

	.js .nav-collapse {
		overflow: visible;
		position: relative;
	}

	.js .nav-collapse.closed {
		max-height: none;
	}

	#nav-toggle {
		display: none;
	}
}

.nav-departments nav {
	/* background: #231f20; */
	/* background: rgb(36,145,15); */
	/* background: rgb(73,89,107) url('../graphics/btn-bg-grad.png') repeat-x 0 0; */
	background: rgb(73,89,107);
	position: relative;
}

.nav-departments nav ul,
.nav-departments nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-departments ul {
	*zoom: 1;
	text-align: left;
}

.nav-departments ul:before,
.nav-departments ul:after {
	display: table;
	content: '';
}

.nav-departments ul:after {
	clear: both;
}

.nav-departments li {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
}

@media screen and (min-width: 31.25em) {

	.nav-departments li {
		float: left;
		font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		width: 50%;
	}
}

@media screen and (min-width: 46.25em) {

	.nav-departments li {
		width: 33.33333%;
	}
}

@media screen and (min-width: 61.25em) {

	.nav-departments li {
		font-size: 14px;
		font-size: 1.4rem;
		width: auto;
	}
}

@media screen and (min-width: 76.25em) {

	.nav-departments li {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.nav-departments a,
.nav-departments a:visited {
	border-left: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 0.8em 1.5em 0.8em 1.5em;
}

.nav-departments a:hover,
.nav-departments a:visited:hover {
	background-color: rgb(62,76,90);
	color: white;
}

@media screen and (min-width: 46.25em) {

	.nav-departments a,
	.nav-departments a:visited {
		border-bottom: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 61.25em) {

	.nav-departments a,
	.nav-departments a:visited {
		padding-left: .875em;
		padding-right: .875em;
	}
}

@media screen and (min-width: 76.25em) {

	.nav-departments a,
	.nav-departments a:visited {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

.nav-departments .current a,
.nav-departments .current a:visited {
	/* background-color: #424041; */
	background-color: rgb(48,59,70);
	color: white;
}

.customer-links {
	*zoom: 1;
	border: 1px solid #e2e6ed;
	border-width: 0 1px;
    clear: both;
}

.customer-links:before,
.customer-links:after {
	display: table;
	content: '';
}

.customer-links:after {
	clear: both;
}

@media screen and (min-width: 46.25em) {

	.customer-links {
		border-width: 0;
		position: absolute;
		top: -9.75em;
		right: 1.125em;
		text-align: right;
		width: 50%;
	}
}

@media screen and (min-width: 61.25em) {

	.customer-links {
		top: -9em;
	}
}

.customer-links ul,
.customer-links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.customer-links li {
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
	width: 50%;
}

@media screen and (min-width: 31.25em) {

	.customer-links li {
		width: 25%;
	}
}

@media screen and (min-width: 46.25em) {

	.customer-links li {
		float: none;
		display: inline;
		width: auto;
	}

	.customer-links li:before {
		color: #d10062;
		content: '\00b7';
		margin-right: .125em;
	}

	.customer-links li:first-of-type:before {
		content: '';
	}
}

.customer-links a,
.customer-links a:visited {
	border-bottom: 1px dotted #e2e6ed;
	color: #929292;
	display: block;
	font-weight: 700;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

.customer-links a:hover,
.customer-links a:visited:hover {
	color: #787878;
}

@media screen and (min-width: 46.25em) {

	.customer-links a,
	.customer-links a:visited {
		border: 0;
		display: inline;
		float: none;
		padding-left: .25em;
		padding-right: 0;
		width: auto;
	}
}

.customer-links .current a,
.customer-links .current a:visited {
	color: #454545;
}

.module-categories h1 {
	font-size: 18px;
	font-size: 1.8rem;
}

.module-categories ul,
.module-categories li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-categories ul {
	background: url('../graphics/bg-category.png') no-repeat 0 bottom;
}

.module-categories ul ul {
	display: none;
}

.module-categories ul li {
	font-size: 14px;
	font-size: 1.4rem;
}

.module-categories ul li a,
.module-categories ul li a:visited {
	background: url('../graphics/bg-category.png') no-repeat 0 0;
	color: #929292;
	display: block;
	font-weight: 700;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.module-categories ul li a:hover,
.module-categories ul li a:visited:hover {
	color: #787878;
}

.module-categories ul li.active > a {
	color: #454545;
}

.module-categories ul li.active > a:before {
	color: #d10062;
	content: '\00BB';
	font-weight: 400;
	margin-right: .5em;
}

.module-categories ul li.active ul {
	background: none;
	display: block;
}

.module-categories ul li.active ul a {
	padding-left: .5em;
}

.module-categories ul li.active ul a:before {
	content: url('../graphics/bg-subcategory.png');
	font-weight: 400;
	margin-right: .5em;
}

hr {
	clear: both;
	display: block;
	margin: 3.2em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e6ed;
}

img {
	max-width: 100%;
	border-width: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.alignnone {
	display: block;
	height: auto;
	margin: 0 0 1.6em 0;
	position: relative;
	width: 100%;
}

.alignright {
	float: right;
	margin: 0 0 0.8em 24px;
	max-width: 40%;
	padding: .5em;
	position: relative;
}

.alignleft {
	float: left;
	margin: 0 24px 0.8em 0;
	max-width: 40%;
	padding: .5em;
	position: relative;
}

.aligncenter {
	display: block;
	margin: 0 auto 0.8em auto;
}

.fluid-width-video-wrapper iframe {
	border: 0;
}

figure {
	margin-bottom: 1.6em;
}

figure img {
	margin-bottom: 0.4em;
}

figure figcaption {
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

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

fieldset.check {
	padding-top: 0.8em;
	padding-bottom: 1.6em;
}

label {
	font-size: 12px;
	font-size: 1.2rem;
	color: #787878;
	display: block;
	margin-bottom: 0.4em;
}

@media screen and (min-width: 46.25em) {

	label {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="text"] {
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out;
	background-color: #fbfcfd;
	border: 1px solid #cfd6e1;
	border-radius: 0;
	color: #787878;
	font-weight: 400;
	max-width: 350px;
	padding: .75em .75em .65em .75em;
	width: 100%;
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="range"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input[type="text"]:hover {
	background-color: #fefeff;
	border-color: #c3cbd9;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="text"]:focus {
	background-color: white;
	border-color: #c3cbd9;
	outline: 0;
}

@media screen and (min-width: 46.25em) {

	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="range"],
	input[type="search"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	input[type="text"] {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

select {
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out;
	background: #fbfcfd url('../graphics/select-bg.gif') no-repeat right 50%;
	border: 1px solid #cfd6e1;
	border-radius: 0;
	box-shadow: none;
	color: #787878;
	cursor: pointer;
	font-weight: 400;
	max-width: 25em;
	padding: .75em .75em .65em .75em;
	width: 100%;
	-webkit-appearance: none;
}

select:hover {
	background-color: #fefeff;
	border-color: #c3cbd9;
}

select:focus {
	background-color: white;
	border-color: #c3cbd9;
	outline: 0;
}

@media screen and (min-width: 46.25em) {

	select {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

textarea {
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out;
	background-color: #fbfcfd;
	border: 1px solid #cfd6e1;
	border-radius: 0;
	color: #787878;
	font-weight: 400;
	max-width: none;
	padding: .75em .75em .65em .75em;
	resize: vertical;
	width: 100%;
}

textarea:hover {
	background-color: #fefeff;
	border-color: #c3cbd9;
}

textarea:focus {
	background-color: white;
	border-color: #c3cbd9;
	outline: 0;
}

@media screen and (min-width: 46.25em) {

	textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.button-wrapper {
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

.button-wrapper a,
.button-wrapper a:visited {
	border: 1px solid #859c32;
	border-radius: 3px;
	font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.8em 1.06667em;
}

@media screen and (min-width: 46.25em) {

	.button-wrapper {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

a.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	/* background: #ed1b24 url('../graphics/btn-bg-grad.png') repeat-x 0 0; */
	background: #ed1b24;
	border: 0; 
	border-radius: 3px;
	color: white;
	cursor: pointer;
	font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -.125em;
	outline: none;
	padding: .75em 1.25em;
	position: relative;
	top: -1px;
}

a.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #bc090e;
	cursor: pointer;
}

@media screen and (min-width: 46.25em) {

	a.button,
	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
	margin-right: .5em;
	position: relative;
	top: -.063em;
}

.search-form .screen-reader-text {
	display: none !important;
	visibility: hidden;
}

.form-note {
	color: #929292;
	font-style: italic;
}

table {
	margin: 0;
	padding: 0;
	margin-bottom: 1.6em;
	width: 100%;
}

table th,
table td {
	border-bottom: 1px solid #e2e6ed;
	padding: .75em .5em .5em .5em;
	vertical-align: top;
	text-align: left;
}

table th {
	font-size: 12px;
	font-size: 1.2rem;
	background: #eaedf2;
	border-width: 1px;
	vertical-align: bottom;
}

@media screen and (min-width: 31.25em) {

	table th {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

table td {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 31.25em) {

	table td {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 46.25em) {

	table td {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

table tbody tr {
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
	-ms-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	background-color: #f7f8fa;
}

table tbody tr:hover {
	background-color: #f2f4f7;
}

.basket td.column-basket-product-title .product-thumb {
	border: 1px solid #e2e6ed;
	margin-bottom: 0.4em;
	width: 5em;
	padding: .25em;
}

.basket td.column-basket-product-title .product-thumb img {
	height: auto;
	width: 100%;
}

@media screen and (min-width: 31.25em) {

	.basket td.column-basket-product-title .product-thumb {
		float: left;
		margin-right: .5em;
	}
}

@media screen and (min-width: 46.25em) {

	.basket td.column-basket-product-title .product-thumb {
		margin-right: .75em;
		width: 7em;
	}
}

@media screen and (min-width: 61.25em) {

	.basket td.column-basket-product-title .product-thumb {
		width: 8em;
		margin-right: 1em;
	}
}

.basket td.column-basket-product-title a,
.basket td.column-basket-product-title a:visited {
	color: #787878;
}

.basket td.column-basket-product-title a:hover,
.basket td.column-basket-product-title a:visited:hover {
	color: #454545;
}

.basket .column-basket-quantity input {
	clear: both;
	float: left;
	text-align: center;
	width: 3em;
}

.basket .column-basket-quantity .basket-action-icon {
	display: block;
	float: left;
	margin-right: .5em;
	margin-top: .25em;
	width: 1em;
}

.basket .column-basket-quantity .basket-action-icon img {
	width: 100%;
}

.basket .column-basket-quantity .basket-action-icon.basket-action-icon-refresh {
	clear: left;
}

.basket td.column-basket-price-each {
	color: #ababab;
}

@media screen and (min-width: 31.25em) {

	.basket td.column-basket-price-each {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.basket td.column-basket-price-total {
	color: #454545;
}

@media screen and (min-width: 31.25em) {

	.basket td.column-basket-price-total {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 46.25em) {

	.basket td.column-basket-price-total {
		font-size: 21px;
		font-size: 2.1rem;
		position: relative;
		top: -.25em;
	}
}

.directions {
	margin-left: auto;
	margin-right: auto;
	*zoom: 1;
	padding-bottom: 0.8em;
}

.directions:before,
.directions:after {
	display: table;
	content: '';
}

.directions:after {
	clear: both;
}

.directions input[type="text"] {
	margin-right: 8px;
	margin-bottom: 0.8em;
}

@media screen and (min-width: 46.25em) {

	.directions p {
		float: left;
		width: 47.5%;
	}
}

.directions form label {
	display: none !important;
	visibility: hidden;
}

@media screen and (min-width: 46.25em) {

	.directions form {
		float: left;
		margin-left: 5%;
		width: 47.5%;
	}
}

.google-map-wrapper {
	background: white;
	border: 1px solid #e2e6ed;
	border-radius: 0;
	margin-top: -0.4em;
	margin-bottom: 1.6em;
	height: 18em;
	padding: .313em;
}

@media screen and (min-width: 31.25em) {

	.google-map-wrapper {
		height: 22em;
	}
}

@media screen and (min-width: 46.25em) {

	.google-map-wrapper {
		height: 25em;
	}
}

@media screen and (min-width: 61.25em) {

	.google-map-wrapper {
		height: 29em;
	}
}

@media screen and (min-width: 76.25em) {

	.google-map-wrapper {
		height: 32em;
	}
}

#map-canvas {
	height: 100%;
}

#map-canvas img {
	max-width: none;
}

@media screen and (min-width: 31.25em) {

	.contact-form .contact-form-name-wrapper,
	.contact-form .contact-form-email-wrapper,
	.contact-form .contact-form-number-wrapper,
	.contact-form .contact-form-callback-wrapper {
		float: left;
		padding-right: 2em;
		width: 50%;
	}
}

@media screen and (min-width: 31.25em) {

	.contact-form .contact-form-message-wrapper {
		clear: both;
	}
}

.rslides {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.rslides li {
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	display: none;
	left: 0;
	list-style: none;
	top: 0;
	width: 100%;
}

.rslides li:first-child {
	display: block;
	float: left;
	position: relative;
}

.rslides li img {
	display: block;
	float: left;
	height: auto;
	width: 100%;
}

.splash {
*zoom: 1;
	background: white;
	position: relative;
}

.splash:before,
.splash:after {
	display: table;
	content: '';
}

.splash:after {
	clear: both;
}

.splash .inner {
	padding: .5em 0 0 0;
}

.slider-wrapper {
	*zoom: 1;
	background: white;
}

.slider-wrapper:before,
.slider-wrapper:after {
	display: table;
	content: '';
}

.slider-wrapper:after {
	clear: both;
}

@media screen and (min-width: 61.25em) {

	.slider-wrapper {
		float: left;
		width: 64.875%;
	}
}

.slider-wrapper img {
	height: auto;
	width: 100%;
}

.slider-wrapper .rslides_tabs {
	margin: 0;
	padding: 0;
	*zoom: 1;
	display: none;
	list-style: none;
}

.slider-wrapper .rslides_tabs:before,
.slider-wrapper .rslides_tabs:after {
	display: table;
	content: '';
}

.slider-wrapper .rslides_tabs:after {
	clear: both;
}

@media screen and (min-width: 61.25em) {

	.slider-wrapper .rslides_tabs {
		display: block;
		float: right;
		margin-top: -2em;
		margin-right: 1em;
	}
}

.slider-wrapper .rslides_tabs li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	list-style: none;
	margin-left: .25em;
	margin-right: .25em;
	z-index: 1;
}

.slider-wrapper .rslides_tabs a,
.slider-wrapper .rslides_tabs a:visited {
	background-color: #dedede;
	background-color: rgba(0, 0, 0, 0.125);
	border-radius: 1em;
	display: block;
	height: .875em;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: .875em;
	z-index: 2;
}

.slider-wrapper .rslides_tabs a:hover,
.slider-wrapper .rslides_tabs a:visited:hover {
	background-color: #c5c5c5;
	background-color: rgba(0, 0, 0, 0.333);
}

.slider-wrapper .rslides_tabs .rslides_here a {
	background-color: rgb(234,33,45);
}

.promo {
*zoom: 1;
	display: none;
}

.promo:before,
.promo:after {
	display: table;
	content: "";
}

.promo:after {
	clear: both;
}

@media screen and (min-width: 61.25em) {

	.promo {
		display: block;
		float: right;
		width: 34%;
	}
}

.promo ul,
.promo li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.promo li {
	margin-bottom: 0.8em;
}

@media screen and (min-width: 46.25em) {

	.promo li {
		float: left;
		margin-left: 1.33333%;
		width: 32.4444467%;
	}

	.promo li:first-of-type {
		margin-left: 0;
	}
}

@media screen and (min-width: 61.25em) {

	.promo li {
		float: none;
		margin-bottom: 3%;
		margin-left: 0;
		width: auto;
	}

	.promo li:last-of-type {
		margin-bottom: 0;
	}
}

.promo a,
.promo a:visited {
	background: white;
	display: block;
}

.promo img {
	height: auto;
	width: 100%;
}

.product-list {
	clear: both;
}

.product-list h1 {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

@media screen and (min-width: 31.25em) {

	.product-list h1 {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

.product-list ul,
.product-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-list ul {
	*zoom: 1;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.product-list ul:before,
.product-list ul:after {
	display: table;
	content: "";
}

.product-list ul:after {
	clear: both;
}

@media screen and (min-width: 31.25em) {

	.product-list ul {
		margin-left: -2%;
	}
}

@media screen and (min-width: 61.25em) {

	.secondary .product-list ul {
		margin-left: 0;
	}
}

.product-list .product {
	*zoom: 1;
	margin-bottom: 0.8em;
}

.product-list .product:before,
.product-list .product:after {
	display: table;
	content: "";
}

.product-list .product:after {
	clear: both;
}

@media screen and (min-width: 31.25em) {

	.product-list .product {
		float: left;
		margin-left: 2%;
		width: 48%;
	}
}

@media screen and (min-width: 46.25em) {

	.product-list .product {
		height: auto;
	}
}

@media screen and (min-width: 61.25em) {

	.secondary .product-list .product {
		float: none;
		margin-left: 0;
		width: auto;
	}
}

.product-list .product-thumb {
	float: left;
	padding: .313em 0 .313em .313em;
	width: 50%;
}

@media screen and (min-width: 31.25em) {

	.product-list .product-thumb {
		float: none;
		padding-bottom: 0;
		padding-right: .313em;
		width: auto;
	}
}

@media screen and (min-width: 46.25em) {

	.page-content .product-details{
		float: right;
		width: 42.5%;
	}

	.product-list .product-thumb {
		float: left;
		padding-bottom: .313em;
		padding-right: 0;
		width: 50%;
	}
}

.product-list .product-thumb img {
	height: auto;
	width: 100%;
}

.product-list .product-details {
	padding: .5em;
	float: left;
	padding-left: .875em;
	width: 50%;
}

@media screen and (min-width: 31.25em) {

	.product-list .product-details {
		float: none;
		padding-bottom: 2em;
		width: auto;
	}
}

@media screen and (min-width: 46.25em) {

	.product-list .product-details {
		float: left;
		padding-bottom: 0;
		width: 50%;
	}
}

.product-list .product-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0.4em;
	padding-top: 0.4em;
	padding-bottom: 0.53333em;
}

@media screen and (min-width: 31.25em) {

	.product-list .product-title {
		height: 3.5em;
	}
}

@media screen and (min-width: 46.25em) {

	.product-list .product-title {
		height: auto;
	}
}

@media screen and (min-width: 76.25em) {

	.product-list .product-title {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.product-list .product-title a,
.product-list .product-title a:visited {
	color: #08840a;
	display: block;
	font-weight: 700;
}

.product-list .product-title a:hover,
.product-list .product-title a:visited:hover {
	color: #5e5e5e;
}

.product-list .product-code {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ababab;
	float: left;
	width: 50%;
}

.product-list .product-price {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ed1b24;
	width: 50%;
}

.product-filter {
	*zoom: 1;
	background: rgb(241,242,246);
	border-bottom: 2px solid rgb(228,229,233);
	clear: both;
	margin-bottom: 1em;
	padding: .5em 1em;
}

.product-filter:before,
.product-filter:after {
	display: table;
	content: "";
}

.product-filter:after {
	clear: both;
}

.product-filter .product-filter-summary {
	*zoom: 1;
	padding-bottom: 0.8em;
}

.product-filter .product-filter-summary:before,
.product-filter .product-filter-summary:after {
	display: table;
	content: "";
}

.product-filter .product-filter-summary:after {
	clear: both;
}

@media screen and (min-width: 46.25em) {

	.product-filter .product-filter-summary {
		float: left;
		width: 33.33333%;
	}
}

@media screen and (min-width: 46.25em) {

	.product-filter .product-filter-summary {
		padding-bottom: 0;
	}
}

.product-filter .product-filter-summary p {
	margin: 0;
	padding: 0;
}

.product-filter .product-filter-summary .product-filter-count {
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
	width: 50%;
}

@media screen and (min-width: 46.25em) {

	.product-filter .product-filter-summary .product-filter-count {
		float: none;
		width: auto;
	}
}

@media screen and (min-width: 31.25em) {

	.product-filter .product-filter-summary .product-filter-count br {
		display: none;
	}
}

.product-filter .product-filter-summary .product-filter-page {
	font-size: 16px;
	font-size: 1.6rem;
	color: #5e5e5e;
	float: right;
	text-align: right;
	width: 50%;
}

@media screen and (min-width: 46.25em) {

	.product-filter .product-filter-summary .product-filter-page {
		font-size: 18px;
		font-size: 1.8rem;
		float: none;
		text-align: left;
		width: auto;
	}
}

.product-filter fieldset {
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 0.4em;
	padding-right: .5em;
	width: 50%;
}

@media screen and (min-width: 46.25em) {

	.product-filter fieldset {
		float: left;
		width: 33.33333%;
	}
}

.product-filter fieldset label {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 31.25em) {

	.product-filter fieldset label {
		font-size: 14px;
		font-size: 1.4rem;
		width: 33.33333%;
	}
}

.product-filter fieldset.product-filter-show {
	padding-left: .5em;
}

.product-filter select {
	max-width: none;
}

.product-filter .product-filter-pagination {
	*zoom: 1;
	padding-bottom: 0.8em;
}

.product-filter .product-filter-pagination:before,
.product-filter .product-filter-pagination:after {
	display: table;
	content: "";
}

.product-filter .product-filter-pagination:after {
	clear: both;
}

@media screen and (min-width: 46.25em) {

	.product-filter .product-filter-pagination {
		float: left;
		padding-top: 0.53333em;
		padding-bottom: 0;
		width: 66.66666%;
	}
}

.product-filter .product-filter-pagination ul,
.product-filter .product-filter-pagination li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-filter .product-filter-pagination li {
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
	width: 33.33333%;
}

@media screen and (min-width: 31.25em) {

	.product-filter .product-filter-pagination li {
		margin-right: .25em;
		width: auto;
	}
}

@media screen and (min-width: 31.25em) {

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

	.product-filter .product-filter-pagination .prefix.focusable:active,
	.product-filter .product-filter-pagination .prefix.focusable:focus {
		position: static;
		clip: auto;
		height: auto;
		width: auto;
		margin: 0;
		overflow: visible;
	}
}

.product-filter .product-filter-pagination a,
.product-filter .product-filter-pagination a:visited {
	background: white;
	border: 1px solid #e2e6ed;
	border-radius: 3px;
	color: #ababab;
	display: block;
	padding: 0.2em 0.75em;
}

.product-filter .product-filter-pagination a:hover,
.product-filter .product-filter-pagination a:visited:hover {
	color: #787878;
}

.product-filter .product-filter-pagination .page-number {
	display: none;
}

@media screen and (min-width: 31.25em) {

	.product-filter .product-filter-pagination .page-number {
		display: block;
	}
}

.product-filter .product-filter-pagination .current {
	background: white;
	border: 1px solid transparent;
	color: #454545;
	display: block;
	padding: 0.4em 0.5em;
	text-align: center;
}

@media screen and (min-width: 31.25em) {

	.product-filter .product-filter-pagination .current {
		text-align: left;
	}
}

.product-filter .product-filter-pagination .page-next {
	text-align: right;
}

@media screen and (min-width: 31.25em) {

	.product-filter .product-filter-pagination .page-next {
		text-align: left;
	}
}

.product-gallery-wrapper {
	*zoom: 1;
	background: white;
	border: 1px solid #e2e6ed;
	margin-bottom: 0.8em;
	padding: .313em;
}

.product-gallery-wrapper:before,
.product-gallery-wrapper:after {
	display: table;
	content: "";
}

.product-gallery-wrapper:after {
	clear: both;
}

@media screen and (min-width: 46.25em) {

	.product-gallery-wrapper {
		float: left;
		margin-bottom: 2.4em;
		width: 55%;
	}
}

.product-gallery-wrapper img {
	height: auto;
	width: 100%;
}

.product-gallery-wrapper .rslides_tabs {
	margin: 0;
	padding: 0;
	*zoom: 1;
	display: none;
	list-style: none;
}

.product-gallery-wrapper .rslides_tabs:before,
.product-gallery-wrapper .rslides_tabs:after {
	display: table;
	content: "";
}

.product-gallery-wrapper .rslides_tabs:after {
	clear: both;
}

@media screen and (min-width: 61.25em) {

.product-gallery-wrapper .rslides_tabs {
		display: block;
		float: right;
		margin-top: -2em;
		margin-right: 1em;
	}
}

.product-gallery-wrapper .rslides_tabs li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	list-style: none;
	margin-left: .25em;
	margin-right: .25em;
	z-index: 1;
}

.product-gallery-wrapper .rslides_tabs a,
.product-gallery-wrapper .rslides_tabs a:visited {
	background-color: #dedede;
	background-color: rgba(0, 0, 0, 0.125);
	border-radius: 1em;
	display: block;
	height: .875em;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: .875em;
	z-index: 2;
}

.product-gallery-wrapper .rslides_tabs a:hover,
.product-gallery-wrapper .rslides_tabs a:visited:hover {
	background-color: #c5c5c5;
	background-color: rgba(0, 0, 0, 0.333);
}

.product-gallery-wrapper .rslides_tabs .rslides_here a {
	background-color: rgb(234,33,45);
}

@media screen and (min-width: 46.25em) {

	.product-content { clear: both; width:100%;
		
		
	}
}

.product-actions {
	*zoom: 1;
	border-top: 1px solid #e2e6ed;
	border-bottom: 1px solid #e2e6ed;
	padding-bottom: 0.8em;
}

.product-actions:before,
.product-actions:after {
	display: table;
	content: "";
}

.product-actions:after {
	clear: both;
}

@media screen and (min-width: 46.25em) {

	.product-actions {
		/* float: right;
		width: 42.5%; */
	}
}

.product-actions fieldset {
	border-bottom: 1px solid #e2e6ed;
	padding-top: 0.8em;
}

.product-actions .product-basket {
	padding-top: 1.06667em;
}

.product-actions .product-basket .product-basket-code {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ababab;
	margin-bottom: -0.8em;
}

.product-actions .product-basket .product-basket-price {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-size: 3.2rem;
	color: #454545;
	float: left;
}

.product-actions .product-basket input {
	float: right;
}

/* notification under header */

.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left:30px;
	margin-left:30px;
	margin-right:30px;
}

.success {
	padding-left: 30px;
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	max-width: 1220px; 
	margin: 0 auto;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
	float: right;
	padding-top: 8px;
	padding-right: 8px;
	cursor: pointer;
}

/* product with promotion prices ,product page, new product, category page,home page */

.price-old {
	color: #000;
	text-decoration: line-through; 
}

.price-new {
	color: #ed1b24;
}

.opprice {
	font-size: 3.2rem;
	color: #ed1b24;
}

.product-basket-price .price-old {
	font-size: 2.4rem;
	margin-right:20px;
}

/* form validation error */

.error {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left:30px;
	margin:10px 0px 10px 0px;
}

.error p {
	display: inline;
}

/* product add to wish list link */

.links {
	text-align:right;
	cursor: pointer;
}

input[type='password'] {
	font-size: 1.4rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.25s ease-in-out;
	-moz-transition: border-color 0.25s ease-in-out;
	-ms-transition: border-color 0.25s ease-in-out;
	-o-transition: border-color 0.25s ease-in-out;
	transition: border-color 0.25s ease-in-out;
	background-color: #fbfcfd;
	border: 1px solid #cfd6e1;
	border-radius: 3px;
	color: #787878;
	font-weight: 400;
	max-width: 350px;
	padding: .75em .75em .65em .75em;
	width: 100%;
}

/* account order list */

.order-list {
	border: 1px solid #e2e6ed;
	margin-bottom:20px;
	padding:5px;
}

/* cart page */

span.stock {
	color:red;
}

/* checkout page styles */

.checkout-heading {
	/* background: #e2e6ed url('../graphics/btn-bg-grad.png') repeat-x 0 0; */
	background: rgb(241,242,246);
	border-bottom: 2px solid rgb(228,229,233);
	/* color: #929292; */
	/* border-radius: 3px; */
	font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: .5em;
	padding: .75em 1em .5em 1em;
r}

.checkout-heading a {
	float:right;
	cursor: pointer;
}

.marker {
	display:block;
	color: #fff;
	background:#ed1b24 url('../graphics/phone-ico.png') no-repeat top left;
	padding:5px;
	padding-left:40px;
}

.product-basket .cart {
	margin-top:26px;
}

#bc {
	float:left;
	width:100px;
}

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

.social.alignright {
    text-align: left;
}

@media screen and (min-width: 500px) {
    .social.alignright {
        text-align: right;
    }
}

iframe, video, img {
    max-width:100%;
}

.site-footer-shopping {
    text-align:right;
}