@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*
Theme Name: Default
Author: Discovery Design Limited Base Theme.
Copyright: Discovery Design Limited
Version: 2.0
*/

.body_page_id_8 .site-content section a.download-link {
    border-bottom: none;
color: #666;
display: inline-block;
font-size: 1em;
margin: 0.5em 0 0 0;
text-decoration: underline;
padding: 0;
    
    
}


/* =Base
-------------------------------------------------- */

html {
	background: #fff;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
	color: #333;
	background: #FFF;
	font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px; 
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
}

img {
	border: none;
	max-width: 100%;
}

a {
	color: #666;
	text-decoration: none;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
}

a:visited {
	color: #666;

}

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

/* typography */

h1, h2, h3, h4, h5, h6 {
	color: #1d1b15;
	margin: 1.6em 0 .8em 0;
}

h1 {
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0;
	color: #555;
	letter-spacing: -0.01em;
	padding: 0;
}

h2 {
	font-size: 1.5em;
	line-height: 1.3;
	color: #555;
	font-weight: 500;
	text-transform: uppercase;
}

h3 {
	font-size: 1.25em;
	line-height: 1.4;
}

h4 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: .4em;
}

h5,
h6 {
	font-size: 1em;
	line-height: 1.6;
}

p {
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 .8em 0;
}

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

ul li,
ol li {
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 .4em 0;
}

/* tables */

table {
	text-align: left;
	width: 100%;
}

table thead tr {
	border-bottom: 1px solid #e6e6e6;
}

table thead th {
	background: #f6f6f6;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 1em;
}

table tbody tr {
	border-bottom: 1px solid #e6e6e6;
}

table tbody td {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 1em;
}

/* forms */

fieldset {
	border: 0!important;
	margin: 0 0 .4em 0;
	padding: 0;
}

label {
	color: #666;
	cursor: pointer;
	font-weight: 600;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: .4em;
}

button,
input,
select,
textarea {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #1d1b15;
	border-radius: 0.2em;
	color: #EEE;
	font-weight: 400;
	margin: 0.2em 0;
	padding: 0.8em 2em;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #afc95c;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type="submit"].secondary {
	background-color: #e6e6e6;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.47);
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	margin: 0 .6em 0.6em 0;
	padding: 0;
	position: relative;
	top: .25em;
}

input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
	border: 1px solid #e5e5e5;
	color: #777;
	border-radius: 0.2em;
	font-size: 16px;
	font-size: 1em;
	margin: 0 0 .8em 0;
	padding: 0.6em;
	width: 100%;
	background: #FFF;
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	outline: 0;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
textarea:focus {
	border-color: #ccc;
	color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #bbb;
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 0.6em;
}

input[type="number"].field-qty {
	min-width: 0;
	width: 3em;
	margin: 0;
    padding: 0.3em;
    text-align: center;
    font-size: 1em;
}

.chrome select, .safari select {
	background: #fff url('../graphics/select-pointer.gif') no-repeat right 50%;
	padding: .5em .5em .5em .5em;
}

.chrome select:disabled, .safari select:disabled {
	background: #eee url('../graphics/select-pointer.gif') no-repeat right 50%;
}

select {
	border-radius: 0;
	border: 1px solid #d6d6d6;
	color: #777;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 .8em;
	padding: .5em .5em .5em .5em;
	-webkit-appearance: button;
	width: 80%;
	min-width: 17em;
	background: #fff;
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
}

select:disabled {
	background: #eee;
}

select:hover {
	border-color: #ccc;
}

select:focus {
	border-color: #bbb;
	outline: none;
}

textarea {
	height: 15em;
	overflow: auto;
	padding-left: 3px;
	resize: vertical;
	vertical-align: top;
		width: 100%;
	padding: 0.6em;
}

.actions {
	clear: both;
	padding: .8em 0;
}

.captcha input[type="text"] {
	width: 40%;
}

p.error_msg {
	color: #bf2333;
	border-bottom: 2px dotted #bf2333;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

/* handy columns */

.col-wrapper {
	clear: both;
	margin: 0;
}

.col {
	float: left;
	margin-right: 5%;
	padding: .063em 0;
}

.col-wrapper .col.last {
	margin-right: 0;
}

.col-span-1 .col {
	margin-right: 0;
	width: 100%;
}

.col-span-2 .col {
	width: 47.5%;
	
}

.col-span-3 .col {
	width: 30%;
}

.col-span-4 .col {
	width: 21.22%;
}

.main-colour {
	color: #f6c324;
}

label span.mandatory {
	color: #c0392b;
}

.green {
	color: #c5d851;
}

.red {
	color: #bf2333;
}

/* =Container
-------------------------------------------------- */

#container {
	background: #FFF;
}

/* =Header
-------------------------------------------------- */

.site-header {
	background: #FFF;
	padding: 0 5%;
}

.site-header > .inner {
	background: #FFF;
	position: relative;
	margin: 1.5em auto;
	max-width: 71.25em;
}

.brand {
	float: left;
	width: 18%;
}

.logo {
	margin: 0.5em 0 0 0;
}

.logo a {
	color: #ccc;
	text-transform: uppercase;
	display: block;
}

.logo a img {
	max-width: 100%;
}

.telephone {
	float: right;
	text-align: right;
	width: 60%;
}

.telephone h3 {
	border-bottom: 2px dotted #e1e1e1;
	color: #666;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 0.5em 0 0.2em 0;
	padding: 0 0 0.2em 0;
}

.telephone h3 span {
	color: #afc95c;
	font-weight: 500;
}
.social h4 {
	color: #666;
	font-size: 1.3em;
	font-weight: 300;
	margin: 0;
}

.social h4 a {
	color: #3b5998;	
	font-weight: 500;
	margin: 0 0 0 0.2em;
}

.cart dl,
.cart dl dt,
.cart dl dd {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	width: 50%;
}

.cart dl {
	clear: both;
	margin: 0 10%;
}

.cart dl dt {
	clear: left;
	float: left;
	width: 50%;
}

.cart dl dd {
	float: left;
}

.cart p {
	margin: 1em 0 1em 0;
	text-align: right;
	font-size: 1.2em;
}

.cart a {
	color: #fff;
}

.cart .button-wrapper {
	
}

.cart .button-wrapper .fa-shopping-cart {
	font-size: 1.1em;
	margin: 0 0.5em 0 0;
	color: #666;
}

.cart .button-wrapper a {
	border-radius: 0;
	color: #666;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 0;
}

.cart-shopping-cart-text-mobile {
	display: none;
}

.cart .button-wrapper a:hover {
	color: #CCC;
}

.othersearch #main_search {
	width: 50%;
}

/* =Content Area (mid div)
-------------------------------------------------- */

.breadcrumbs {
	color: #aaa;
	font-size: 12px;
	font-size: 1.6rem;
	padding: 0 0 0.1em 0;
}

.breadcrumbs .sep {
	color: #666;
	font-weight: bold;
	margin: 0 .25em;
}

.breadcrumbs a {
	color: #999;
}

.breadcrumbs a:hover {
	color: #666;
}

.content-area {
	padding: 0 5% 1.6em 5%;
	background: #FFF;
	margin-top: 1em;
}

.content-area > .inner {
	margin: 0 auto;
	max-width: 71.25em;
}

/* =Nav main
-------------------------------------------------- */
.body_index .nav-main {
	border-bottom: none;
}

.nav-main {
	border-top: 2px solid #eee;
	background: #fcfcfb;
	border-bottom: 1px solid #DDD;	
	padding: 0 5%;
}

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

.nav-main ul {
	margin: 0 auto;
	max-width: 71.25em;
}

.nav-main li {
	float: left;
	border-top: 2px solid #eee;
	margin: -0.1em 0 0 0;
	text-shadow: 1px 1px 1px #fff;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
}

.nav-main li:hover {
	border-top: 2px solid #ccc;
	background: #FFF;
}

.nav-main a {
	color: #666;
	display: block;
	padding: 0.8em 1.3em;
	border-right: 2px solid #eee;
	letter-spacing: 0.03em;
	font-size: 1.1em;
}

.nav-main li:first-child {
	border-left: 2px solid #eee;
}

.nav-main li:last-child {
	border-right: 2px solid #eee;
}

.nav-main li:last-child a {
	border-right: none;
}

.nav-main a:hover {
	color: #6d6761;
}

.nav-main .selected {
	border-top: 2px solid #afc95c;
}

.nav-main .selected a {
	background: #fff;
	color: #afc95c;
}

/* =Photogallery
-------------------------------------------------- */
.photogallery-container {
	margin: 0.7em 0 0 0;
}

.photogallery-container ul {
	list-style: none;
	margin: 0;
}

.photogallery-container li {
	background: #efefef;
	border: 1px solid #555;
	margin: 1.4%;
	padding: 0.7%;
	float: left;
	width: 21.2%;
	-webkit-box-shadow: 2px 5px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 5px 4px rgba(0,0,0,0.15);
	box-shadow: 2px 5px 4px rgba(0,0,0,0.20);
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

.photogallery-container li:nth-child(4n+1) {
	margin-left: 0;
}

.photogallery-container li:nth-child(4n+4) {
	margin-right: 0;
}

.photogallery-container img {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;	
	width: 100%;	
}

.photogallery-container img:hover {
	opacity: 0.8;
	cursor: pointer;
	-webkit-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	-o-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	-ms-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
}

.mfp-bottom-bar {
	background: #FFF;
	border-radius: 0 0 0.2em 0.2em;
	padding: 1em 0;
}

.mfp-img {
	border-radius: 0.2em 0.2em 0 0;
}

.mfp-title {
	color: #333 !important;
	font-weight: bold;
}

.mfp-counter {
	color: #999 !important;
	font-size: 1em !important;
	line-height: 1em !important;
	font-weight: normal;
	top: 1em !important;
	right: 2% !important;
}


/* =Site Content
-------------------------------------------------- */
.body_index .content-wrap {
	padding: 1.5em 0;
}

.content-wrap {
	padding: 0;
}

.body_index .site-content { 
	margin-top: 1em;
}

ul.index-logos {
	list-style: none;
	margin: 0;
}

ul.index-logos li {
	float: left;
	margin: 0 1.5em 0 0;
}

ul.index-logos li a {
	cursor: pointer;
	display: block;
}

ul.index-logos li a:hover {
	cursor: pointer;
}

ul.index-logos li img:hover {
	cursor: pointer;
}

ul.index-logos li:last-of-type {
	margin: 0;
}

.body_index .site-content {
	margin: 0 auto;
	width: 65%;
}

.site-content {
	float: left;
	margin: 0 auto 1.7em auto;
	padding: 0;
	width: 70%;
}

.site-content img {
	border-radius: 0.2em;
	max-width: 100%;
}

.body_index h1 {
	color: #bf2333;
	margin: 0;
	padding: 0;
}

.site-content h2 {
	color: #47453d;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0.5em 0;
	text-transform: none;
}

.site-content h4 {
	color: #bf2333;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0.7em 0 0 0;	
}

.department-content.site-content {
	margin: 0 auto;
}

.page-sidebar {
	box-sizing: border-box;
	float: left;
	margin: 1em 0 0 1%;
	padding: 0 2%;
	width: 29%;
}

.page-sidebar section {
	margin: 0 0 2em 0;
	background: #fcfcfc; 
	border: 2px dotted #e1e1e1;
	border-radius: 0.2em;
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

.page-sidebar .inner-nav {
	background: #fcfcfb;
	border: 1px solid #ddd;
	padding: 0;
}

.page-sidebar .inner-nav header {
	background: #FFF;
	border-bottom: 1px solid #ccc;
	color: #afc95c;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
	padding: 0.9em 0;
}

.page-sidebar .inner-nav ul {
	margin: 0;
}

.page-sidebar .inner-nav li {
	border-left: 2px solid #fcfcfc;
	margin: 0 0 0 0.023em;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
}

.page-sidebar .inner-nav li:hover {
	border-left: 2px solid #ccc;
	background: #FFF;
}

.page-sidebar .inner-nav li a {
	color: #666;
	display: block;
	padding: 0.8em;
	border-bottom: 1px solid #ddd;
	letter-spacing: 0.03em;
	font-size: 1em;
}

.page-sidebar .inner-nav li:last-of-type a {
	border-bottom: none;
}

.page-sidebar .inner-nav li a:hover {
	color: #6d6761;
}

.page-sidebar .inner-nav li.selected {
	border-left: 2px solid #afc95c;
}

.page-sidebar .inner-nav li.selected a {
	background: #fff;
	color: #afc95c;
}

.page-sidebar .page-features {
	background:  #bf2333;
	border-radius: 0.2em;
	border: none;
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

.page-sidebar .page-features h3 {
	color: #4a0d14;
	font-size: 1.3em;
	font-weight: 400;
	text-align: center;
	margin: 0 0 0.5em 0;
}

.page-sidebar .page-features ul {
	margin: 0;
}

.page-sidebar .page-features li {
	border-bottom: 1px solid #941b28;
	color: #FFF;
	font-weight: 400;
	list-style: none;
	padding: 0.4em 0;
	margin: 0;
}

.page-sidebar .page-features li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}


footer .no-salesmen {
	margin: 1.5em 0;
}

.no-salesmen {
	background: #c5d851;
	border: 5px solid #8b9f49;
	border-radius: 60em;
	text-align: center;
	padding: 3.5em 1em;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);		
	-webkit-box-shadow: 2px 5px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 5px 4px rgba(0,0,0,0.15);
	box-shadow: 2px 5px 4px rgba(0,0,0,0.20);
}

.no-salesmen h5 {
	color: #1c1a15;
	font-size: 1.7em;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.no-salesmen h6 {
	color: #FFF;
	border-bottom: 1px solid #9bb151;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.3em 0;
	text-align: center;
	text-shadow: 1px 1px 1px #859337;
	text-transform: uppercase;
}

.no-salesmen .telephone {
	float: none;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	width: auto;
	margin: 0;
}

.no-salesmen .telephone .fa {	
	font-size: 0.85em;
	color: #8b9f49;
}
 
.service-quote {
	background: #fcfcfc; 
	border: 2px dotted #e1e1e1;
	margin: 0.4em 0 1em 0;
	border-radius: 0.2em;
	padding: 0.5em 0.8em 0.7em 0.8em;
	text-shadow: 1px 1px 1px #FFF;
	text-align: left;	
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

.service-quote p {
	color: #666;	
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
	padding: 0;	
}

.service-quote .pricing span {
	color: #c5d851;
	font-weight: 500;
}

.body_page .colours {
	border-top: 2px dotted #e1e1e1;
	margin: 1.6em 0 0 0;
	padding: 1.6em 0 0 0;	
}

.body_page .colours h6 {
	color: #bf2333;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 0.3em 0;
}

.body_page .colours ul {
	margin: 0;
}

.body_page .colours li {
	border: 1px solid #ddd;
	float: left;
	list-style: none;
	margin: 0 2% 2% 0;
	text-align: center;
	width: 12%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

.body_page .colours li img {
	border-radius: 0;
	width: 100%;
	max-width: 100%;
}

.body_page .colours li span {
	color: #999;
	font-size: 0.7em;
	display: block;
	padding: 0 0 0.5em 0;
}

.body_page .photogallery-container {
	border-top: 2px dotted #e1e1e1;
	margin: 1.6em 0 0 0;
	padding: 1.6em 0 0 0;	
}

.body_page .photogallery-container li {
	border: 1px solid #ccc;
	margin: 1% 1% 1% 0;
	width: 24%;
}

.body_page .photogallery-container li:nth-child(4n+1) {
	margin: 1% 1% 1% 0;
}

.body_page .photogallery-container li:nth-child(4n+4) {
	margin: 1%;
}

.body_page .photogallery-container li:nth-child(4n+4) {
	margin-right: 0;
}

.photogallery-container h4 {
	color: #666;	
	font-size: 1.4em;
	display: inline-block;
	font-weight: 400;
	line-height: 2em;
	margin: -0.7em 0 0 0;
	padding: 0;
}

.department-content h1 {
	margin: 0;
	padding: 0;
}

.full-width-gallery {
	background: #333 url('../images/bg-index-gallery.jpg') repeat;
	border-bottom: 1px solid #333;
	border-top: 1px solid #555;
	width: 100%;
}

.full-width-gallery .inner {
	position: relative;
	margin: 1.5em auto 0 auto;
	max-width: 71.25em;	
	text-align: center;
	padding: 3em;
}

.full-width-gallery h3 {
	color: #222;
	font-size: 3em;
	font-weight: 600;
	margin: 0 0 0.2em 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.28);
}

.full-width-gallery h4 {
	color: #222;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0em 0 0.8em 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.28);
}

.full-width-gallery .cta {
	color: #EEE;
	font-size: 2em;
	margin: 1.2em 0 0 0;
}

.full-width-gallery .cta a {
	border: 2px solid #c5d851;
	border-radius: 0.2em;
	color: #c5d851;
	margin: 0 0 0 0.3em;
	padding: 0.2em 0.4em;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.78);
}

.full-width-gallery .cta a:hover {
	border-color: #FFF;
	color: #FFF;	
}

.index-full-width {
	background: #bdd04e url('../images/bg-slider.jpg') repeat;	
	padding: 2em 0;
}

.site-slider {
	margin: 0 auto;
	max-width: 71.25em;
	text-align: center;
}

.site-slider h1 {
	color: #1c1a15;
	font-size: 2.7em;
	font-weight: 600;
	margin: 0 0 0.2em 0;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.site-slider h2 {
	color: #FFF;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0em 0 1em 0;
	text-align: center;
	text-shadow: 1px 1px 1px #859337;
	text-transform: none;
}

.site-slider .slide {
	border-radius: 30em;	
	position: relative;
	text-align: center;
	padding-top: 1em;
}

.site-slider .slide:hover img {
	animation: animationFrames linear 0.8s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 0.8s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 0.8s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 0.8s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 0.8s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  15% {
    transform:  translate(0px,-15px)  ;
  }
  30% {
    transform:  translate(0px,0px)  ;
  }
  45% {
    transform:  translate(0px,-10px)  ;
  }
  60% {
    transform:  translate(0px,0px)  ;
  }
  75% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  15% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  30% {
    -moz-transform:  translate(0px,0px)  ;
  }
  45% {
    -moz-transform:  translate(0px,-10px)  ;
  }
  60% {
    -moz-transform:  translate(0px,0px)  ;
  }
  75% {
    -moz-transform:  translate(0px,-5px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  15% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  30% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  45% {
    -webkit-transform:  translate(0px,-10px)  ;
  }
  60% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,-5px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  15% {
    -o-transform:  translate(0px,-15px)  ;
  }
  30% {
    -o-transform:  translate(0px,0px)  ;
  }
  45% {
    -o-transform:  translate(0px,-10px)  ;
  }
  60% {
    -o-transform:  translate(0px,0px)  ;
  }
  75% {
    -o-transform:  translate(0px,-5px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  15% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  30% {
    -ms-transform:  translate(0px,0px)  ;
  }
  45% {
    -ms-transform:  translate(0px,-10px)  ;
  }
  60% {
    -ms-transform:  translate(0px,0px)  ;
  }
  75% {
    -ms-transform:  translate(0px,-5px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}

.site-slider img {
	border: 6px solid #FFF;	
	max-width: 90%;
	border-radius: 30em;
	-webkit-box-shadow: 2px 5px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 5px 4px rgba(0,0,0,0.15);
	box-shadow: 2px 5px 4px rgba(0,0,0,0.20);
}

.site-slider .slide a {
	border-radius: 30em;
	display: block;
}

.site-slider .slide .text-area {margin: 0 auto;
text-align: center;}

.site-slider .slide .text-area h4 {
	font-size: 2em;
	font-weight: 500;
	margin: 0.5em 0 0 0;
}

.site-slider .slide .text-area h4 a {
	color: #FFF;
	text-shadow: 1px 2px 1px rgba(103, 127, 27, 0.8);
}

.site-slider .slide .text-area p {
	color: #1c1a15;
	font-size: 1.3em;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

a.full-services-link {
	color: #FFF;
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	display: block;
	margin: 0.3em 0 0 0;
}

a.full-services-link .fa {
	position: relative;
	top: 0.12em;	
}

.index-content {
	margin-right: 5%;
	width: 65%;
}

.index-sidebar {
	background: #f2f2f1;
	/* border: 3px solid #e9e9e8; */
	border-radius: 0.2em;
	float: right;
	margin: 1em 0 0 0;
	width: 30%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

.index-sidebar .inner {
	padding: 1em;
}

.index-sidebar .inner h4 {
	color: #444;
	font-size: 2em;
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
}

.index-sidebar .inner p {
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
}

.index-sidebar .inner form {
	
}

.index-sidebar fieldset {
	margin-bottom: 0.1em;
}

.index-sidebar fieldset.short {
	float: left;
	margin-right: 3%;
	width: 47%;
}

.index-sidebar fieldset.no-margin {
	margin-right: 0;
}
	
.index-sidebar label {
	color: #444;
	font-size: 1em;
	letter-spacing: 0;
	text-transform: none;
}

.index-sidebar input[type="text"] {
	border-radius: 0.2em;
	border-color: #e5e5e5;
	font-size: 1em;
	padding: 0.6em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 	
}

.index-sidebar textarea {
	border-radius: 0.2em;
	border-color: #e5e5e5;
	font-size: 1em;
	height: 7.5em;
	padding: 0.6em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 	
}

.index-sidebar .captchaimg {
	border-radius: 0.2em;
	margin: 0 0 0 0.6em;
}

.index-sidebar .actions {
	padding: 0;
}

.index-sidebar .actions input[type="submit"] {
	background: #1d1b15;
	border-radius: 0.2em;
	color: #EEE;
	font-size: 1.5em;
	font-weight: 400;
	margin: 0.2em 0;
	padding: 0.8em 0;
	width: 100%;
}

.index-sidebar .actions input[type="submit"]:hover {
	color: #afc95c;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
    -webkit-animation-duration: 0.3s; 
    animation-duration: 0.3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in;	
}


@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.05); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.05); } 
    100% { transform: scale(1); } 
} 

.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

.quote-info {
	background: #afc95c;
	border-radius: 0.2em;
	color: #5f6d32;
	float: right;
	font-weight: 400;
	margin: 1.6em 0;
	text-align: center;
	text-shadow: 1px 1px 1px #cbe569;
	width: 30%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

.quote-info p {
	font-size: 1.1em;
	margin: 0.8em 0.5em;
}

.index-services {
	border-top: 2px dotted #e1e1e1;
	margin: 0;
	padding: 3em 0 0 0;
	float: left;
	width: 100%;
}

.index-service {
	border-top: 2px dotted #e1e1e1;
	margin: 3em 0 0 0;
	padding: 3em 0 0 0;	
}

.index-service.one {
	border-top: none;
	margin: 0;
	padding: 0;
}

.index-service.last {
	
}

.index-service .col-first {
	width: 65%;
}

.index-service .col-second {
	width: 30%;
}

.index-service .col-first h5 {
	color: #c5d851;	
	font-size: 2.4em;
	display: inline-block;
	font-weight: 100;
	line-height: 2em;
	margin: -0.7em 0 0 0;
	padding: 0;
}

.index-service.two .col-first {
	float: right;
	text-align: left;
	margin-right: 0;
}

.index-service.two .col-first ul {
	
	
}

.index-service.two .col-second {
	float: left;
	margin-right: 5%;
}

.index-service.two .col-second .top-image {
	-webkit-transform: rotate(-1.5deg);
	-moz-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);	
}

.index-service .col-first h6 {
	color: #bf2333;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 0 0.3em 0;
}

.colours h5 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

.index-service .col-first .colours ul {
	margin: 0;
}

.index-service .col-first .colours li {
	border: 1px solid #ddd;
	float: left;
	list-style: none;
	margin: 0 2.25% 2.25% 0;
	text-align: center;
	width: 12.3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

.index-service .col-first .colours li:nth-child(7n+7) {
	margin-right: 0;
}

.index-service .col-first .colours li img {
	width: 100%;
	max-width: 100%;
}

.index-service .col-first .colours li span {
	color: #999;
	font-size: 0.7em;
	display: block;
	padding: 0 0 0.5em 0;
}

.index-service .top-image {
	background: rgba(244, 244, 244, 0.57);
	float: right;
	width: 90%;
	padding: 1em;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 0.1em;
	-webkit-transform: rotate(-358.5deg);
	-moz-transform: rotate(-358.5deg);
	-ms-transform: rotate(-358.5deg);
	-o-transform: rotate(-358.5deg);
	transform: rotate(-358.5deg);	
	-webkit-box-shadow: 0 10px 6px -10px #777;
	-moz-box-shadow: 0 10px 6px -10px #777;
	box-shadow: 0 10px 6px -10px #777;	
}

.index-service p.second-image {
	float: left;
	margin: 4em auto 0 auto;
	text-align: center;
	width: 100%;
}

.index-service .read-more-link {
	border-bottom: 2px solid #c5d851;
	color: #666;
	display: inline-block;
	font-size: 1.5em;
	margin: 1em 0 0 0;
	padding: 0.2em 0;
}

.index-service .read-more-link:hover {
	color: #333;
}

.index-service.two .pricing {
	font-weight: 600;
}

.index-service .small-link {
	color: #aaa;
	font-size: 0.7em;
}

.faq {
	text-align:  left;
}

.faq .section {
	margin: 0 1em 0 0;
	border-top: 2px dotted #e1e1e1;
	padding: 1em 0 0em 0;
}

.faq .section.top {
	border-top: 0;
}

.faq .question {
	font-weight: 700;
	font-size: 1.4em;
}

.faq .answer {
	font-style:  italic;
}

.faq .question .q {
	font-size: 1.2em;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 0;
	color: #afc95c;
}

.faq .answer .a {
	font-size: 1.2em;
	font-weight: 700;	
	margin: 0;
	padding: 0;
	line-height: 0;
	color: #3d3d3d;	
}

.testimonial .section {
	background: #FFF;
	border-radius: 0.2em;
	margin: 1em 0;
	border: 1px solid #e1e1e1;
	padding: 1em;
}

.testimonial .section:nth-of-type(even) {
	background: #f6f6f6;
	text-shadow: 1px 1px 1px #FFF;
}

.testimonial .testimonial-post {
		
}

.testimonial .customer-name {
	font-size: 1.2em;
	font-weight: 700;	
	margin: 1em 0 0.5em 0;
	padding: 0;
	line-height: 0;
	color: #bf2333;	
}

.site-content blockquote {
	background: #f4f4f4;
	background: rgba(244, 244, 244, 0.57);
	float:right;
	width: 25%;
	padding: 0.5em;
	position: relative;
	right: -1em;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 0.1em;
	-webkit-transform: rotate(-359.5deg);
	-moz-transform: rotate(-359.5deg);
	-ms-transform: rotate(-359.5deg);
	-o-transform: rotate(-359.5deg);
	transform: rotate(-359.5deg);	
		-webkit-box-shadow: 0 10px 6px -10px #777;
	   -moz-box-shadow: 0 10px 6px -10px #777;
	        box-shadow: 0 10px 6px -10px #777;
}

.body_page_id_9 .site-content section blockquote p {
	margin: 0;
}

.site-content blockquote img {
	border-radius: 0.1em;
}

.body_page_id_10 .site-content blockquote {
	background: #FFF;
	float: left;
	right: 0;
	margin: 1em 0.5em 10em 1.5em;
	left: -1em;
	width: 30%;
	padding: 0.7em 0.8em;
	-webkit-transform: rotate(-0.4deg);
	-moz-transform: rotate(-0.4deg);
	-ms-transform: rotate(-0.4deg);
	-o-transform: rotate(-0.4deg);
	transform: rotate(-0.4deg);	
}

.body_page_id_10 .site-content blockquote p {
	margin: 0;
	font-size: 0;
}

.body_page_id_10 .site-content blockquote img {
	
}

.blockquote-image-title {
	color: #bf2333;
	display: block;
	font-weight: 500;
	margin: 0.5em 0 0 0;
	text-align: center;
}

.body_page_id_9 .site-content section {
	background: #FFF;
	border-radius: 0.2em;
	margin: 1em 0;
	border: 1px solid #e1e1e1;
	padding: 1em;	
}

.body_page_id_9 .site-content section h5 {
	color: #afc95c;
	font-size: 1.4em;
	margin: 0;
}

.body_page_id_9 .site-content section h6 {
	color: #aaa;
	border-bottom: 1px solid #DDD;
	display: inline-block;
	font-weight: 600;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.3em 0;
	text-transform: uppercase;
}

.body_page_id_9 .site-content section p {
	font-size: 1em;
	margin: 0.3em 0 0 0;
}

.body_page_id_8 .site-content section {
	background: #FFF;
	border-radius: 0.2em;
	margin: 1em 0;
	border: 1px solid #e1e1e1;
	padding: 1em;	
	position: relative;
	width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
-ms-box-sizing: border-box; 	
	
}

.body_page_id_8 .site-content section.left {
	margin-top: 2em;
}


.body_page_id_8 .site-content .top img {
	background: #f4f4f4;
	padding: 0.5em;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 30em;
	margin: 0.5em 1em 2em 0;
	width: 22%;
	float: left;
	-webkit-box-shadow: 0 10px 6px -10px #777;
	-moz-box-shadow: 0 10px 6px -10px #777;
	box-shadow: 0 10px 6px -10px #777;	
}

.body_page_id_8 .site-content section h3 {
	font-size: 1.6em;
	font-weight: 600;
	margin: 0.2em 0 0.2em 0;
}

.body_page_id_8 .site-content section h5 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0.2em 0 0.2em 0;
}

.body_page_id_8 .site-content section a {
	border-bottom: 2px solid #c5d851;
	color: #666;
	display: inline-block;
	font-size: 1.3em;
	margin: 0;
	padding: 0.2em 0;	
}

.body_page_id_8 .site-content section.half {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.body_page_id_8 .site-content section.half.no-margin {
	margin-right: 0;
}

.body_page_id_8 .service-quote {
	margin: 0.5em 0;
}

.body_page_id_8 .site-content section .price {
	color: #666;	
	font-size: 1.2em;
	font-weight: 600;
	margin: 0;
	padding: 0;		
}

.body_page_id_8 .site-content section .price span {
	color: #c5d851;
	font-weight: 700;
}

/* Orangeries - Page
-------------------------------------------------- */

.orangeries-heading p {
	color: #bf2333;
	font-size: 1.7em;
	font-weight: 300;
	margin: 0.7em 0 0em 0;
}

.orangeries-sub-heading p {
	color: #333;
	font-weight: 600;
	font-size: 1.1em;
}

.orangeries-feature-img img {
	width: 100%;
	height: auto;
}

.orangeries-thumbnails {
	padding-top: 1em;
}

.orangeries-thumbnails img {
	width: 100%;
	height: auto;
}


/* =Departments
-------------------------------------------------- */
.departments-wrapper {}
.departments {
	margin: 0 0 1.6em 0!important;	
}
.departments,
.departments li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.departments li {
	border-bottom: 1px solid #eee;
	position: relative;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: ackground-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	width: 30%;
	float: left;
	margin-right: 3%;
	height: 20em;
}

.departments li:nth-child(3n) {
	margin-right: 0;
}

.departments li:nth-child(-n+3) {
	border-top: 1px solid #eee;
}

.departments h3 a {
	color: #2c333a;
}

.departments .thumbnail {
	float: left;
	text-align: center;
	width: 100%;
}

.departments .thumbnail img {
	height: auto;
	opacity: 1;
	max-width: 100%;
}

.departments .thumbnail .no-image {
	background: #f6f6f6;
	color: #999;
	display: block;
	padding: 7.25em 0;
}

.departments .thumbnail a .no-image {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.departments .thumbnail a:hover .no-image {
	color: #666;
}

.departments .thumbnail a:hover .no-image,
.departments li:hover .thumbnail a .no-image {}

.main-sidebar {
	float: left;
	margin: 0.6em 2% 0 0;
	width: 18%;
}

.main-sidebar .filter-box {
	border: 1px solid #ddd;
	margin: 0 0 1.5em 0;
}

.main-sidebar .filter-box.last {
	margin: 0;
}

.main-sidebar .filter-box header {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #555;
	letter-spacing: 0.03em;
	padding: 0.5em 0.8em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main-sidebar > header {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #555;
	letter-spacing: 0.03em;
	padding: 0.5em 0.8em;
	text-transform: uppercase;
	cursor: pointer;
	display: none; /* Only for mobile for experiences */
	margin-bottom: 1em;
}

.main-sidebar > header > span {
	float: right;
}

.main-sidebar .filter-box .scroll-box {
	max-height: 10em;
	overflow: auto;		
	padding: 2% 6%;
	width: 88%;
}

.main-sidebar .filters-container {
	margin-bottom: 1em;
}

.main-sidebar .filter-box .scroll-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.53em;
}

.main-sidebar .filter-box .scroll-box::-webkit-scrollbar-thumb {
    border-radius: 0.30em;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}

.main-sidebar .filter-box .scroll-box .fa {
	color: #aaa;
	margin: 0 0.6em 0 0;
}

.main-sidebar .filter-box .scroll-box .fa-check-square-o {
	color: #f6c324;
	margin: 0 0.4em 0 0;
}

.main-sidebar .filter-box .scroll-box ul {
	list-style: none;
	margin: 0;
}

.main-sidebar .filter-box .scroll-box li {
	color: #555;
	font-weight: 300;
	margin: 0.3em 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-sidebar .filter-box .scroll-box li.ticked {
	font-weight: 500;
}

.department-content {
	float: left;
	width: 80%;
}

.product-filter {
	margin: 1em 0 0 0;
}

#product-filter-form {
	width: 100%;
}

#product-filter-form fieldset {
	float: left;
	margin: 0 1em 0 0;
} 

#product-filter-form .fieldset.filter-pagination {
	width: 50%;
}

#product-filter-form select {
	min-width: 9em;
	width: 9em;
}

#content .related-departments {
	border: 1px solid #DDD;	
	float: left;
	min-height: 20em;
	margin: 0 0 1.7em 0;
	width: 100%;
}

#newslettersignup_emailaddress,
#newslettersignup_invalid_emailaddress {
	padding: 1.12em 1% 1em 1%;
	margin: 0 1% 0 0;
	width: 40%;
}

.body_page_id_12 .site-content h3 {
	border-top: 1px solid #e1e1e1;
	color: #bf2333;
	font-size: 1.7em;
	font-weight: 300;
	margin: 0.5em 0;
	padding: 0.6em 0 0 0;
}

.body_page_id_12 .site-content h3:first-of-type {
	padding: 0;
	border-top: none;
}

.body_page_id_12 .site-content h4 {
	font-size: 1.1em;
	font-weight: 600;
}

.body_page_id_12 .site-content .client-examples h4 {
	font-size: 1.7em;
	font-weight: 300;
	margin: 0 0 1em 0;
}

.body_page_id_12 .site-content .client-examples h6 {
	color: #bf2333;
	margin: 0 0 0.5em 0
}

.body_page_id_12 .site-content .client-examples p {
	font-style: italic;
}

.body_page_id_12 .site-content .red {
	font-weight: 600;
}

.body_page_id_12 .how-it-works {
	background: #bf2333;
	border-radius: 0.3em;
	color: #FFF;
	margin: 1.5em 0;
	padding: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 	
}

.body_page_id_12 .how-it-works h4 {
	color: #FFF;
	font-size: 2em;
	font-weight: 300;
	margin: 0;
}

.body_page_id_12 .happy-customers {
	background: #FFF;
	border: 2px solid #c5d851;
	border-radius: 0.3em;
	font-weight: 600;
	font-style: italic;
	margin: 1.5em 0;
	padding: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 	
}

.body_page_id_12 .happy-customers p {
	margin: 0;
}

/* =Products
-------------------------------------------------- */
.products-wrapper {
	border-bottom: 1px solid #d1d2d2;
	border-top: 1px solid #d1d2d2;
	margin: 1em 0 0 0;	
	max-width: 71.25em;
}

.products {
	margin: 0;
}

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

.products li {
	border-bottom: 1px solid #d1d2d2;
	position: relative;
	width: 24.9%;
	float: left;
	text-align: center;
	padding: 0 0 0.6em 0;
	min-height: 30em;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;			
}

.feature_products .products li input[type="submit"] {
	margin-bottom: 1em;
}

.products-similar {
	margin-bottom: 0;
}

.products li:nth-child(4n) {
	margin-right: 0;
}

.products li:hover {
	-webkit-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out, filter .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out, filter .55s ease-in-out;
	-o-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out, filter .55s ease-in-out;
	-ms-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out, filter .55s ease-in-out;
	transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out, filter .55s ease-in-out;
	-moz-box-shadow: 0 2px 3px 0px rgba(26, 20, 20, 0.5);
	-webkit-box-shadow: 0 2px 3px 0px rgba(26, 20, 20, 0.5);
	box-shadow: 0 2px 3px 0px rgba(26, 20, 20, 0.5);	
}

.products li:hover h3 a {
	color: #f6c324 ;
}

.products li:nth-child(3n+1) {
	border-right: 10px solid #d1d2d2;
	border-bottom: 1px solid #d1d2d2;
}

.products li:nth-child(1n) {
	border-right: 1px solid #d1d2d2;
	border-bottom: 1px solid #d1d2d2;
}

.products li:nth-child(4n+4) {  
	border-right: none;
}

.products .sale {
	background: #d00;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	left: -.5em;
	padding: .6em 1em .55em 1em;
	position: absolute;
	text-shadow: 1px 2px 1px #841b21;
	text-transform: uppercase;	
	text-align: center;
	top: 5.5em;
}

.products h3 {
	margin: 1.2em 1em 0.5em 1em;
	font-weight: 500;
	font-size: 1.3em;
	padding: 0;
	word-wrap: break-word;
}

.products h3 a {
	color: #666;
}

.products h3 a:hover {
	color: #f6c324;
}

.products .thumbnail {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 1em;
}

.products .thumbnail img {
	height: auto;
	opacity: 1;
	max-width: 100%;
	border-radius: 0.3em;
}

.products .rrp {
	color: #e74c3c;
	font-weight: 700;
	margin: 0 0.3em 0 0;
	text-decoration: line-through;
}

.products .thumbnail .no-image {
	color: #999;
	display: block;
	padding: 5em 0;
}

.products .thumbnail a .no-image {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.products .thumbnail a:hover .no-image {
	color: #666;
	text-decoration: underline;
}

.products .description {
	border-bottom: 1px solid #dfdfdf;
	color: #666;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.02em;
	margin: 0 auto 1em auto;
	padding: 0 0 1.2em 0;
	width: 80%;
}

.products .price {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	width: 100%;
}

.addtocart input[type="submit"], input#addtocartbtn {
	background: #f6c324;
	border-radius: 0.2em;
	font-size: 1em;
	font-weight: 500;
	margin: 0.2em 0 0 0;
	padding: 0.4em 0.7em;
	text-shadow: 2px 1px 2px #c1991c;
	text-transform: uppercase;
}

.action-addtocart .addtocart input[type="submit"], .action-addtocart input#addtocartbtn {
	float: left;
	margin: 0.2em 0 0 0;
}

.addtocart input[type="submit"]:hover {
	background: #e1b321;
}

a.action-enquire {
	background: #666;
	color: #FFF;
	border-radius: 0.2em;
	display: inline-block;
	font-size: 1em;
	float: left;
	font-weight: 500;
	margin: 0.2em 0 0 1em;
	padding: 0.15em 0.7em;
	text-shadow: 1px 1px 1px #282828;
	text-transform: uppercase;	
}

a.action-enquire:hover {
	background: #888;
}

.products .price .from {
	color: #999;
	font-size: 50%;
	font-weight: normal;
	margin-right: .25em;
}

.stock-level {
	color: #FFF;
	float: left;
	margin: 0 0 0 0.6em;
	padding: 0.27em 0.7em;
	position: relative;
}

.stock-level:after, .stock-level:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.stock-level p {
	margin: 0;
	text-transform: uppercase;
}

.stock-level .fa {
	margin: 0 0.2em 0 0;
}

.stock-level strong {
	text-decoration: underline;
}

.stock-level.in-stock {
	background: #2ecc71;
	border: 1px solid #27ae60;
}

.stock-level.in-stock:after {
	border-color: rgba(46, 204, 113, 0);
	border-right-color: #2ecc71;
	border-width: 7px;
	margin-top: -7px;
}

.stock-level.in-stock:before {
	border-color: rgba(39, 174, 96, 0);
	border-right-color: #27ae60;
	border-width: 8px;
	margin-top: -8px;
}

.stock-level.in-stock {
	background: #2ecc71;
	border: 1px solid #27ae60;
}

.stock-level.out-of-stock {
	background: #e74c3c;
	border: 1px solid #c0392b;
}

.stock-level.out-of-stock:after {
	border-color: rgba(46, 204, 113, 0);
	border-right-color: #e74c3c;
	border-width: 7px;
	margin-top: -7px;
}
.stock-level.out-of-stock:before {
	border-color: rgba(39, 174, 96, 0);
	border-right-color: #c0392b;
	border-width: 8px;
	margin-top: -8px;
}

.stock-level.low-stock {
	background: #f1c40f;
	border: 1px solid #f39c12;
}

.stock-level.low-stock:after {
	border-color: rgba(241, 196, 15, 0);
	border-right-color: #f1c40f;
	border-width: 7px;
	margin-top: -7px;
}
.stock-level.low-stock:before {
	border-color: rgba(243, 156, 18, 0);
	border-right-color: #f39c12;
	border-width: 8px;
	margin-top: -8px;
}


/*
.stock-level .fa-check-square-o {
	color: #27ae60;
}

.stock-level .fa-exclamation-triangle {
	color: #e74c3c;
}
*/

.product-details .description p {
	font-size: 1em;
}

.product-description .symbols {
	border-top: 1px solid #DDD;
	margin: 1em 0 0 0;
}

.product-description .symbols ul {
	list-style: none;
	margin: 1.3em 0 0 0;
}

.product-description .symbols li {
	margin: 0;
	text-align: center;
}

.products .product-review {
	float: left;
	width: 100%;
}

.products .product-review p {
	font-size: 1.2em; 
	margin: 0;
}

.products .product-review .fa-star,
.products .product-review .fa-star-half-o,
.body_product .product-review .fa-star,
.body_product .product-review .fa-star-half-o {
	color: #f1c40f;
	margin: 0 0.1em 0 0;
}

.products .product-review .fa-star-o,
.body_product .product-review .fa-star-o {
	color: #ccc;
}

.products .product-review .review-link {
	margin: 0 0 1em 0;
}

.products .product-review .review-link a {
	color: #CCC;
	font-size: 0.8em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.products .product-review .review-link a:hover {
	color: #aaa;
}

.body_product .product-review .stars {
	float: left;
	margin: 0.2em 0.5em 0 0;
}

.body_product .product-review p {
	margin: 0;
}

.body_product .product-review a.review-link {
	color: #999;
	font-size: 0.8em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}


.feature_products {
	border: 1px solid #DDD;	
	float: left;
	min-height: 20em;
	margin: 0 0 1.7em 0;
	width: 100%;
}

.body_department .feature_products {
	margin: 1.7em 0;
}

.feature_products header {
	border-bottom: 1px solid #DDD;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 0;	
	text-align: center;
	text-transform: uppercase;
}

.feature_products .products li {
	border-bottom: none;
}

.owl-products.products li {
	min-height: 0;
	width: 100%;
}

.feature_products .item {
	display: block;
	padding: 30px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.owl-item:first-child li {
	border-right: none;
}

.owl-item.active:first-child li {
	border-right: 1px solid #d1d2d2;
}


.feature_products .owl-theme .owl-controls .owl-buttons div {
	padding: 0.313em 0.563em;
}
 
.feature_products .owl-theme .owl-buttons i{
	margin-top: 0.125em;
}
 
.feature_products .owl-theme .owl-controls .owl-buttons div {
	background: none;
	position: absolute;
}

.feature_products .owl-theme .owl-controls .owl-buttons .fa-stack {
	font-size: 2em;
}

.feature_products .owl-theme .owl-controls .owl-buttons .fa-circle {
	color: #ccc;
}

.feature_products .owl-theme .owl-controls .owl-buttons .fa-arrow-right {
	color: #FFF;
	margin: 0.2em 0 0 0.05em;
	text-shadow: 1px 1px 1px #adadad;
}

.feature_products .owl-theme .owl-controls .owl-buttons .fa-arrow-left {
	color: #FFF;
	margin: 0.2em 0 0 -0.05em;
	text-shadow: 1px 1px 1px #adadad;
}
 
.feature_products .owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -3em;
	top: 50%;
	margin-top: -3.813em
}
 
 .feature_products .owl-theme .owl-controls .owl-buttons .owl-next{
	right: -3em;
	top: 50%;
	margin-top: -3.813em
}

#product-reviews /* Larger review box */ {
	border: 1px solid #DDD;
	float: left;
	margin: 0 0 1.7em 0;
	height: 36em;
	width: 100%;
}

#product-reviews .review-summary {
	border-right: 1px solid #DDD;
	float: left;
	height: 36em;
	width: 30%;
}

.review-summary .inner {
	padding: 5%;
}

.review-summary header {
	border-bottom: 1px solid #DDD;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 0;	
	text-align: center;
	text-transform: uppercase;
}

.review-summary .review-avg-score {
	color: #666;
	font-size: 5em;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1em;
	margin: 0;
	padding: 0.1em 0;	
	text-align: center;
	text-transform: uppercase;
}

.review-summary .review-avg-visual-score {
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}

.review-summary .review-avg-visual-score .fa-star,
.review-summary .review-avg-visual-score .fa-star-half-o {
	color: #f1c40f;
	margin: 0 0.2em 0 0;	
}

.review-summary .review-avg-visual-score .fa-star-o {
	color: #ccc;
}

.review-summary .review-review-count {
	color: #CCC;
	font-size: 0.8em;
	font-weight: 500;
	margin: 0.5em 0 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.review-summary .review-breakdown {
	margin: 2.5em 1em 0.5em 1.5em;
	list-style: none;
}

.review-summary .review-breakdown li {
	margin: 0 auto 1.2em auto;
	float: left;
	width: 100%;
}

.review-summary .review-breakdown li.last {
	margin: 0;
}

.review-summary .review-breakdown li .fa {
	color: #CCC;
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
}

.review-summary .review-breakdown li .review-breakdown-number {
	font-weight: 300;
}

.review-summary .review-breakdown li .review-bar-rating {
	float: left;
	margin: 0.1em 0 0 0;
	width: 75%;
}

.review-summary .review-breakdown li .review-bar-text {
	float: left;
	margin: 0 4% 0 0;
}

.review-summary .review-breakdown li .review-bar-rating-bar {
	display: block;
	height: 1.5em;	
	position: relative;	
	width: 100%;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-1 {
	background: #eee;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-2 {
	background: #ddd;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-3 {
	background: #ccc;	
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-4 {
	background: #bbb;	
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-5 {
	background: #aaa;	
}

.review-summary footer {
	border-top: 1px solid #DDD;
	margin: 0;
	text-align: center;
	text-transform: uppercase;	
}

.review-summary .review-write-a-review-button {
	background: #666;
	color: #FFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;	
	margin: 1.2em 0 0.5em 0;
	padding: 0.4em 0.7em;
}

.review-summary .review-write-a-review-button:hover {
	background: #888;
}

#product-reviews .review-details {
	float: left;
	width: 69.8%;
}

.review-details > header {
	border-bottom: 1px solid #DDD;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 0;	
	text-align: center;
	text-transform: uppercase;
}

.review-details > .inner {
	height: 29.8em;
	padding: 3%;
	overflow-x: auto;
}

.review-details .review-holder {
	border: 1px solid #DDD;
	border-radius: 0.2em;
	margin: 0 0 1.5em 0;
}

.review-details .review-holder .inner {
	padding: 0.5em;
}

.review-details .review-holder header {
	border-bottom: 1px solid #DDD;
	margin: 0 0 0.5em 0;
}

.review-details .review-display-name {
	color: #666;
	float: left;
	font-size: 0.9em;
	font-weight: 500;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.review-details .review-mini-star-rating {
	float: right;
	margin: 0 0 0.5em 0;
}

.review-details .review-mini-star-rating .fa-star,
.review-details .review-mini-star-rating .fa-star-half-o {
	color: #f1c40f;
	margin: 0 0.2em 0 0;	
}

.review-details .review-mini-star-rating .fa-star-o {
	color: #ccc;
}

.review-details .review-content {}

.review-details .review-content p {
	font-size: 1em;
	font-weight: 300;
}

.review-details .review-recommend {
	color: #666;
	float: left;
	font-size: 0.9em;
	font-weight: 500;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.review-details .review-recommend .fa-thumbs-o-up {
	color: #27ae60;
}

.review-details .review-recommend .fa-thumbs-o-down {
	color: #c0392b;
}

.review-details .review-recommend .review-recommend-choice {
	font-weight: 700;
}

.review-details footer {
	border-top: 1px solid #DDD;
	padding: 0.5em 0 0 0;
}

.review-details .review-timestamp {
	color: #AAA;
	float: right;
	font-size: 0.9em;
	font-weight: 500;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.timestamp-mobilestring { 
	display: none;
}

.review-write-a-review fieldset {
	margin-bottom: 0.7em;
}

.review-write-a-review input[type="text"],
.review-write-a-review select {
	width: 99.5%;
}

.review-write-a-review .long input[type="text"] {
	width: 99.5%;
}

.review-write-a-review textarea {
	height: 8.3em;
	width: 99.5%;
}

.review-write-a-review .short-left {
	width: 47%;
	float: left;	
	margin-right: 3%;
}

.review-write-a-review .short-right {
	width: 49%;
}

.review-write-a-review .actions {
	padding: 0;
}

.review-write-a-review .long {
	width: 99%;
}

.review-write-a-review-recommended-text {
	color: #aaa;
	line-height: 2em;
	text-transform: uppercase;
}

#review-write-a-review-recommended {
	margin: 0.5em 0.5em 0 0;
}

.review-disclaimer {
	color: #666;
	font-size: 0.9em;
	font-style: italic;	
	margin: 0.8em 0 0 0;
	text-transform: uppercase;
}

.review-disclaimer .fa-exclamation-circle {
	color: #f6c324;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0.2em 0 0;
}

.no-reviews {
	text-align: center;
}

.no-reviews h4 {
	color: #ccc;
	font-size: 3em;
	margin: 4em 0 0 0;
}

.no-reviews p {
	color: #555;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.no-reviews a {
	color: #f6c324;
}

.ajax-loading {
	text-align: center;
	margin: 1em 0 0 0;
	width: 100%;
}

.ajax-loading p {
	color: #ccc;
	margin: 0;
}

.ajax-loading .fa {
	color: #aaa;
	margin: 0 0 0.5em -0.4em;
}

.share-this {
    margin: 1em 0;
    text-align: center;
}

.mfp-bottom-bar {
	background: #FFF;
	border-radius: 0 0 0.2em 0.2em;
	padding: 0 0 1em 0;
	border-top: none;
	margin-top: -40px !important;
}

.mfp-figure figure {
	background: #FFF;
	border-radius: 0.2em;
	padding: 2em;
}
 
.mfp-img {
	border-radius: 0.2em 0.2em 0 0;
}

.mfp-title {
	color: #666 !important;
	font-size: 1.2em;
	font-weight: 300;
	margin: 0;
	padding: 0 1.6em;
	width: 80%;
}

.mfp-counter {
	color: #c5d851 !important;
	font-size: 1.2em !important;
	font-weight: 500 !important;
	line-height: 1em !important;
	font-weight: normal;
	top: 0em !important;
	right: 2em !important;
}

/* =Product Details
-------------------------------------------------- */

.product-wrapper {
	position: relative;
}

.product-gallery {
	float: left;
	margin-bottom: 1.6em;
	width: 50%;
}

.product-gallery .product-image-main {
	margin: 0 0 .5em 0;
}

.product-gallery .product-image-main img {
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.product-gallery .product-image-main a.product-image-zoom {
	display: block;
}

.product-gallery .no-image {
	color: #999;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 12.5em 0;
	text-align: center;
}

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

.product-gallery ul {
	padding-top: 1em;
	padding-bottom: .5em;
}

.product-gallery li {
	float: left;
	margin-left: 2.5%;
	width: 23%;
}

.product-gallery li:first-child {
	margin-left: 0;
}

.product-gallery li a {
	padding-right: 25%;
}

.product-gallery li a img {
	height: auto;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;		
}

.product-gallery li a img:hover {
	opacity: 0.8;
	-webkit-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	-o-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	-ms-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
	-moz-box-shadow: 0 0 5px rgba(217, 217, 217, 1);
	-webkit-box-shadow: 0 0 5px rgba(217, 217, 217, 1);
	box-shadow: 0 0 5px rgba(217, 217, 217, 1);;	
}

.product-details {
	background: #f3f3f3;
	border-radius: 0.2em;
	float: right;
	margin-bottom: 1.6em;
	padding: 1% 1.25%;
	width: 47%;
}

.product-details .sale {	
	background: #d00;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	left: -.5em;
	padding: .6em 1em .55em 1em;
	position: absolute;
	text-shadow: 1px 2px 1px #841b21;
	text-transform: uppercase;	
	text-align: center;
	top: 0.6em;
}

.product-details h1 {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.product-details .price {
	font-size: 1.8em;
	margin: 0 0 0.1em 0;
	color: #555;
	font-weight: bold;
}

.product-details .rrp {
	color: #e74c3c;
	font-weight: 700;
	margin: 0 0.3em 0 0;
	text-decoration: line-through;
}

.product-details .price .from {
	color: #999;
	font-size: 1em;
	font-weight: normal;
}

.product-details .price .currency {}

.product-details fieldset {
	border: none;
	padding: 0;
	border-bottom: 1px solid #eee;
	width: 70%;
}

#productview_quantity {
	width: 20%;
	margin: 0;
	padding: 0.3em;
	float: left;
	text-align: center;
	font-size: 1em;
}

.product-options {
	border-bottom: 1px solid #DDD;
	float: left;
	margin: 0.4em 0 0.5em 0;
	padding: 1em 0 0 0;
	width: 100%;
}

.product-options:first-of-type {
	border-top: 1px solid #DDD;	
}

.product-extra-info {
	float: left;
	margin: 0 0 1.7em 0;
	width: 100%;
}

.product-extra-info .col {
	border: 1px solid #DDD;	
	height: 30em;
	font-weight: 300;	
	margin-right: 2%;
	width: 48.8%;
}

.product-extra-info header {
	border-bottom: 1px solid #DDD;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 0;	
	text-align: center;
	text-transform: uppercase;	
}

.product-description .inner, .product-custom-area .inner {
	padding: 4%;
	height: 23.9em;
	overflow: auto;
}

.product-description .inner img, .product-custom-area .inner img {
	max-width: 100%;
}

/* =Shopping cart
-------------------------------------------------- */

.cart-wrapper {
	margin: 0 0 3.2em 0;
}

.cart-list-headings {
	border-bottom: 1px solid #eee;
}

.cart-list-headings h3 {
	color: #555;
	float: left;
	font-size: 0.9em;
	margin: 0 0 .8em 0;
	text-transform: uppercase;
}

h3.order-status-notes {
	color: #555;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 0.5em 0;	
}

.title-cart-product {
	width: 39%;
}

.cart-list-orderreview .title-cart-product {
	width: 53%;
}

.title-cart-remove {
	width: 15%;
}

.title-cart-price-per {
	width: 15%;
}

.title-cart-price-qty {
	width: 15%;
}

.title-cart-price-total {
	width: 15%;
}

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

.cart-list {
	margin: 1.6em 0;
	list-style: none;
}

.cart-list .cart-item {
	background: #fff;
	border-bottom: 1px solid #eee;
	clear: both;
	padding: .8em 0;
}

.cart-list .cart-item:nth-child(even) {
	background: #fcfcfc;
}

.cart-product {
	float: left;
	padding-right: 2%;
	width: 37%;
}

.cart-list-orderreview .cart-product {
	width: 51%;
}

.cart-remove {
	float: left;
	width: 10%;
	margin: 0 auto;
	text-align: center;
}

.cart-remove a {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 0.4em 0.5em;
}

.cart-remove a .fa {
	color: #e74c3c;
	margin: 0 0.2em 0 0;
}

.cart-price-per {
	float: left;
	padding-right: 2%;
	width: 13%;
}

.cart-price-qty {
	float: left;
	padding-right: 2%;
	width: 13%;
}

.cart-price-qty label, .cart-price-qty span {
	display: none;
}

.cart-price-total {
	float: left;
	padding-right: 0;
	width: 15%;
}

.cart-list .cart-product img {
	float: left;
	margin: 0 .8em 0 0;
	width: 33.333%;
	min-width: 6em;
}

.cart-item .no-image {
	background: #f6f6f6;
	color: #999;
	display: block;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 .8em 0 0;
	min-width: 6em;
	padding: 3.2em 0;
	text-align: center;
	width: 33.333%;
}

.cart-message {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 1.6em 0;
	padding-bottom: .8em;
	text-align: center;
}

.cart-empty {
	margin: 2em 0;
}

dl.cart-totals,
dl.cart-totals dt,
dl.cart-totals dd {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
}

dl.cart-totals {
	margin: 0 0 1.6em 0;
}

dl.cart-totals dt {
	border-bottom: 1px solid #e6e6e6;
	clear: left;
	float: left;
	padding: .5em 5% .5em 0;
	width: 44.5%;
}

dl.cart-totals dd {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	font-weight: bold;
	padding: .5em 0;
	width: 50%;
}

dl.cart-totals .cart-grand-total {
	color: #27ae60;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.cart-actions {
	margin: 0 0 1.6em 0;
}

.cart-actions input {
	padding: 1em;
}

.cart-actions #viewcart_updatecart,
.cart-actions #viewcart_emptycart {
	float: left;
	margin: 0 5% .8em 0;
	width: 47.5%;
}

.cart-actions #viewcart_emptycart {
	margin-right: 0;
}

.cart-actions #viewcart_continuecheckout {
	display: block;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	width: 100%;
}

/* =Order Details
-------------------------------------------------- */

.body_order_details textarea {
	width: 100%;
}

#orderdetails_shippinginformation, #review_additional_container label {
	clear: both;
}

.body_order_review .col-first {
	margin: 0;
}

.body_order_review #review_container .col.col-first {
	float: right;
}

.body_order_review .col-second {
	margin-right: 5%;
}

.body_order_review .site-footer .col-first,
.body_order_review .site-footer .col-second {
	margin-right: 5%;
}

/* =Pagination
-------------------------------------------------- */
.pagination {
	background: #FFF;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #DDD;
	letter-spacing: 0.05em;
	margin: 0 0 1.6em 0;
	text-transform: uppercase;
}

.pagination.last {
	margin: 1.6em 0 0 0;
}

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

.pagination li {
	border-left: 1px solid #e9e9e9;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
}

.pagination li a {
	color: #999;
	display: block;
	font-weight: bold;
	padding: .5em 1em;
}

.pagination li a.selected {
	background: #e7e7e7;
	color: #6d6761;	
}

.pagination li a:hover {
	background: #f2f2f2;
	color: #6d6761;
}

.pagination .first {
	border-left: 0;
}

.pagination .last {
	border-right: 1px solid #e9e9e9;
}

.pagination .total,
.pagination .summary {
	border: 0;
	border-left: 1px solid #e9e9e9;
	color: #999;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: .5em 1em;
}

/* =Contact form
-------------------------------------------------- */
.body_contact h4 {
	color: #bf2333;
	font-weight: 400;
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	letter-spacing: 0.01em;
}

.body_contact .site-content section {
	border-bottom: 2px dotted #e1e1e1;
	margin: 0 0 1em 0;
}

.body_contact .site-content section.last {
	border-bottom: none;
}

/* =Site map
-------------------------------------------------- */

.sitemap-wrapper {}

.sitemap-wrapper h2 {
	border-top: 1px solid #eee;
	clear: left;
	float: left;
	margin: 0;
	color: #555;
	font-weight: 500;
	padding-top: 0.9em;
	padding-right: 5%;
	width: 20%;
}

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

.sitemap-wrapper ul {
	border-top: 1px solid #eee;
	float: left;
	margin: 0 0 1.6em 0;
	padding-top: 1em;
	width: 75%;
}

.sitemap-wrapper ul li {
	margin: 0 0 .4em 0;
}

/* =Supplier
-------------------------------------------------- */

.supplier-information-wrapper {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.supplier-information-wrapper img {
	max-width: 100%;
}

.supplier-information-wrapper .no-image {
	background: #f6f6f6;
	color: #999;
	display: block;
	padding: 10em 0;
	text-align: center;
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
}

/* =Sidebar
-------------------------------------------------- */

.sidebar {
	float: left;
	position: relative;
	width: 22.5%;
	margin-right: 2.5%;
}

.search .col form {
	margin: 1.1em 0 0 0;
}

.sidebar h3 {
	font-size: 1.125em;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	margin: 2em 0 0 0;
	color: #666;
	font-style: italic;
	padding: 0.5em 0;
}

/* search */
.search {
	display: block;
	border-bottom: 1px solid #eee;
	margin: 2.1em 0 0 0;
	padding: 0 0 1em 0;
	width: 100%;
	position: relative;
}


.search .inner {
	margin: 0 auto;
	max-width: 71.25em;
}

.search .col.last {
margin: 0;
width: 47.2%;
}


.search h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #FFF;
	text-shadow: 1px 1px 2px #1F81B3;
	margin: 0.8em 0.5em
}

.search-padding {
	overflow: hidden;
	padding-right: 2em;
	height: 2.2em;
	width: auto;
}

.search input[type="search"] {
	min-width: 0;
	border: 1px solid #ddd;
	height: 1em;
	font-size: 1em;
	background: #fff;
	width: 100%;
	outline: 0;
}

.search input[type="search"]:focus {
	outline: none;
}

.search input[type="submit"] {
	background: #333;
	color: #FFF;	
	border:  none;
	height: 2.2em;
	border-radius: 0.2em;
	font-size: 1em;
	margin: 0;
	float: right;
	padding: 0;
	width: 3em;	
}

.search input[type="submit"]:hover {
	background: #111;
	color: #ccc;
}

.search-suggestions {
	border: 1px solid #ddd;
	display: none;
	position: absolute;
	top: 2em;
	right: 3.88em;
	left: 0;
	background: #fff;
	z-index: 999;
}

.search-suggestions ul {
	list-style: none;
	margin: 0;
}

.search-suggestions li {
	border-bottom: 1px solid #f2f2f2;
	margin: 0;
	padding: 0.4em 0.5em;
	text-transform: uppercase;
}

.search-suggestions li:hover,
.search-suggestions li:active{
	background: #f2f2f2;
}

.search-suggestions a,
.search-suggestions a:hover {
	color: #555;
	font-size: 0.9em;
}

.search-suggestions span {
	background: #f6c324;
	border-radius: 30em;
	color: #FFF;
	float: right;
	margin: 0 0.2em 0 0.3em;
	padding: 0 0.4em;
	text-align: center;
	text-shadow: 1px 2px 1px #c1991c;
}

/* base sidebar nav */

.sidebar nav ul,
.sidebar nav li {
	list-style: none;
	margin: 0;
	padding: 0 0.5em;
	background: hsl(0, 0%, 97%);
}

.sidebar nav a {
	border-bottom: 1px solid #dedede;
	color: #8E8E8E;
	text-shadow: 1px 1px 2px #FFF;
	font-size: 1em;
	display: block;
	padding: .7em 0;
}


.sidebar nav li:last-child a {
	border-bottom:  none;
}
.sidebar nav a:hover {
	color: #999;
}

.sidebar nav .selected a {
	color: #666;
}

.sidebar nav .selected a:before {
	content: '\00bb';
	margin-right: .5em;
}


/* =Site Footer
-------------------------------------------------- */
.site-footer {
	background: #CCC url('../images/bg-footer.jpg') repeat;
	border-top: 1px solid #e4e4e4;
	color: #626262;
	clear: both;
}

.site-footer > .inner {
	margin: 0 auto;
	max-width: 71.25em;
	padding: 0.8em 5% 0 5%;	
}

.site-footer .col ul {
	list-style: none;
	margin: -0.5em 0 0 0;
	padding: 0;
}

.site-footer .col ul li {
	margin: 0;
}

.site-footer h4 {
	color: #666;
	font-size: 1.5em;
	font-weight: 600;
	margin: 1em 0 0.2em 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.28);
}

.site-footer .col h4 span {
	color: #bf2333;
	font-weight: 700;
}

.site-footer .col-first h4.second {
	margin-top: 3em;
}

.site-footer .col-second h4.second {
	margin-top: 1.9em;
}

.site-footer p, .site-footer li {
	font-size: 0.95em;
	-ms-word-break:   break-all;
	word-break:       break-word;
	word-wrap:        break-word;
}

.site-footer #main_newsletter_emailaddress {
	border-radius: 0.2em;
	background: #444;
	border: none;
	color: #fff;
	padding: 0.7em;
	width: 56%;
}

.site-footer #main_newsletter_submit {
	background: #666;
	border-radius: 0.2em;	
	color: #FFF;
	float: right;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0.6em 0.5em;
	text-shadow: 1px 1px 1px #282828;
	text-transform: uppercase;
}

.site-footer #main_newsletter_submit:hover {
	background: #888;
}

.site-footer .col {
	text-align:  left;
	width: 21.1%;
	padding: 0;
}

.site-footer .col .inner {
	padding: 0 0 1em 0;
}

.site-footer .col-second li, .site-footer .col-third li {
	line-height: 2em;
	font-size: 1em;
}

.site-footer .col-third .fa {
	font-size: 2.5em;
	margin: 0.5em 0.15em 0 0;
}

.site-footer .col-third .fa:last-child {
	margin-right: 0;
}

.site-footer .col-fourth li:first-child {
	margin-bottom: 0.5em;
}

.site-footer .col-fourth .fa {
	margin-right: 0.5em;
}

.site-footer .col-fourth .fa-facebook-square {
	color: #3B5998;
}

.site-footer .col-fourth .fa-twitter-square {
	color: #55ACEE;
}

.site-footer .col-fourth a {
	text-decoration: underline;
}

.site-footer .col a {
	color: #666;
	font-weight: 500;
}

.site-footer .col a:hover {
	color: #111;
}

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

.site-footer .nav-legal {
	background: #181d20;
	border-top: 1px solid #2e2e2e;
	text-align: center;
	margin: 1em auto 0 auto;
	padding: 0.8em 0;
}

.site-footer .nav-legal a {
	color: #cdcdcd;
}

.site-footer .nav-legal a:hover {
	color: #FFF;
}

.site-footer .nav-legal li {
	color: #cdcdcd;
	display: inline;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-right: .4em;
}

.site-footer .nav-legal li:before {
	content: '\00b7';
	margin-right: .7em;
}

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

/* =Modal Box
-------------------------------------------------- */
.modal-box {
    background: #fff;
    width: 28em;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -11em;
    margin-top: -6em;
    z-index: 1002;
    padding: 0;
}

.modal-box form {
	padding: 1em;
}


.modal-box h3 {
	margin: 0;
}

.modal-box .actions {
	padding: 0.8em 0 0 0;
}

.modal-box .actions input.close {
	background-color: #e6e6e6;
	color: #999;
	margin: 0 5% 0 0;
}

.modal-box .actions input {
	width: 47.5%;
	padding: 1em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	float:left;
}

.modal-dim {
    background: #000;
    z-index: 20;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 1001;
}

.modal-box.hide, .modal-dim.hide {
	display: none;	
}

/* =Cart Modal
-------------------------------------------------- */

.modal-box .cart-list {
	margin: 0;
}

.modal-box .cart-list .cart-product img {
	min-width: 4.5em;
	max-height: 5em;
}

.modal-box .cart-product {
	width: 60%;
}

.modal-box .error_msg {
	list-style: none;
	margin: 1em 0;
}

.modal-box .error_msg li {
	margin: 0.5em 0;
}

.modal-box .error_msg li.first {
	margin: 0 0 0.5em 0;
}

.modal-box .error_msg li.last {
	margin: 0.5em 0 0 0;
}

.modal-box.product-options-error .close {
	background-color: #e6e6e6;
	color: #999;
	margin: 0 auto;
	width: 100%;
	float: none;	
}

/* =Shopping Cart
-------------------------------------------------- */
.view-cart-page p.error_msg {
	margin: 1em 0;
}

.cart-empty p {
	background: #fffdce;
	padding: 0.7em 0;
}

.cart-order-details h3 {
	color: #555;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
}

.cart-order-details .fa {
	color: #666;
	margin: 0 0.4em 0 0;
}

#shipping_container_ajax dd {
	margin: 0 0 0 1.3em;
	font-weight: bold;
}

.order-details .action {
	background: #f3f3f3;
	border-radius: 0.1em;
	padding: 1em 1%;
	text-align: right;
	width: 98%;
}

.promotion-details input {
	width: 100%;
}

#review_buttonholder_inner {
	background: rgba(247, 247, 247, 0.66);
	border: 1px solid rgba(238, 238, 238, 0.89);
	border-radius: 0.1em;
	padding: 1em 1%;
	text-align: right;
	width: 97.5%;
}

#review_container #review_additional_container {
	background: #fffdce;
	color: #111;
	margin: 1.5em 0;
	padding: 0.4em 1em;
}

#review_container #review_additional_container h3 {
	margin: 0.5em 0;
}

#review_additional_container a,
.myaccount-register-terms a  {
	color: #f6c324;
	font-weight: 500;
}

#orderdetails_shipping_same_as_billing_address {
	margin: 0.9em 1em;
}

#orderdetails_shipping_option_information label {
	background: rgb(247, 247, 247);
	border: 1px solid #EEE;
	border-radius: 0.1em;
	color: #777;
	letter-spacing: 0;	
	padding: 0.7em 0.5em;
	text-transform: none;
}

.order-details-short-left {
	width: 44%;
	float: left;		
}

.order-details-short-right {
	width: 45%;
}

.payment-gateway-loading {
	margin: 1em 0;
}

.login-choice-type .col.last {
	margin-right: 0;
	border-left: 2px solid #eee;
	padding: 0 0 0 4%;
	width: 43%;		
}

.login-choice-type .col .fa {
	color: #bbb;
	margin: 0 0.4em 0 0;
} 

.cards-accepted h3 {
	margin: 0 0 0.5em 0;
}

.cards-accepted ul {
	list-style: none;
	margin: 0;
}

.cards-accepted li {
	display: block;
	float: left;
	font-size: 2.2em;
	margin: 0 0.5% 0 0;
}

.cards-accepted li .fa {
	color: #777;
}

.cards-accepted li:last-child {
	margin-right: 0;
}

/* =Slider
-------------------------------------------------- */

.splash, .splash img {
	display: block;
	height: auto;
	width: 100%;
	z-index: 0;
}

.site-slider .slider-container {
	position: relative;
}


/* =My Account
-------------------------------------------------- */
.myaccount-wrapper {
	border: 1px solid #DDD;
	font-weight: 300;
	margin: 0 0 1.7em 0;
	width: 100%;
}

.myaccount-register .col-first {
	border-right: 1px solid #DDD;
	margin-right: 4.5%;
}

.myaccount-wrapper header {
	border-bottom: 1px solid #DDD;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.5em 0;	
	position: relative;
	text-align: center;
	text-transform: uppercase;	
}

.myaccount-wrapper .inner {
	padding: 0 1em
}

.myaccount-addresses .table-list-headings h3,
.myaccount-orders .table-list-headings h3 {
	color: #555;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0 0 0.4em 0;
	text-transform: uppercase;
}

.myaccount-addresses .table-list-headings h3.table-cell-20,
.myaccount-addresses .table-item .table-cell-20,
.myaccount-orders .table-list-headings h3.table-cell-20,
.myaccount-orders .table-item .table-cell-20 {
	text-align: center;
}

.myaccount-orders .table-list-headings h3.first,
.myaccount-orders .table-item .first,
.myaccount-orders .table-list-headings h3.second,
.myaccount-orders .table-item .second {
	text-align: left;
}

.myaccount-addresses .table-item .table-cell-20 input,
.myaccount-orders .table-item .table-cell-20 input {
	float: none;
	margin: 0;
	text-align: center;
}

.addresses .shipping-address, dl.order-view-totals dd  {
	text-align: right;
}

.addresses h3 {
	color: #555;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 0.5em 0;
}

#orderstatus_container .fa {
	color: #bbb;
	margin: 0 0.4em 0 0;
}

.no-items {
	margin: 0;
	text-align: center;
}

.no-items p {
	margin: 1em;
}

.myaccount-fieldset-50 {
	width: 50%;
	float: left;
}

.body_myaccount .nav-myaccount-dashboard a:before,
.body_myaccount_modify_addresses .nav-myaccount-dashboard a:before,
.body_myaccount_orders .nav-myaccount-orders a:before,
.body_myaccount_settings .nav-myaccount-settings a:before {
	content: '\00bb';
	margin-right: .5em;
}
.body_myaccount .nav-myaccount-dashboard a,
.body_myaccount_modify_addresses .nav-myaccount-dashboard a,
.body_myaccount_orders .nav-myaccount-orders a,
.body_myaccount_settings .nav-myaccount-settings a {
	background-color: #fff;
	color: #111!important;
}

.myaccount-button-wrapper {
	margin: 0;
	position: absolute;
	top: 0.6em;
	right: 0.6em;
}

.myaccount-button-wrapper a {
	background: #666;
	border-radius: 0;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: .45em 1em .4em 1em;
	float: right;
}

.myaccount-button-wrapper a:hover {
	background-color: #888;
}

.myaccount-logout-link {
	color: #CCC;
	font-size: 0.6em;
}

.myaccount-forgotpassword {
	color: #CCC;
}

/* =Blog
-------------------------------------------------- */
.blog-wrapper {
	margin-bottom: 1em;
}

.blog-cols .col-first {
	width: 65%;
}

.blog-cols .col-second {
	width: 30%;
}

.blog-posts .blog-post {
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

.blog-posts .blog-post:first-child h2 {
	margin-top: 0;
}

.blog-post h2 {
	font-size: 1.2em;
	margin: 1.6em 0 0.5em 0;
}

.blog-cols .col-second .blog-posts-archive h3 {
	margin-top: 0;
}

.blog-cols .col-second h3 {
	margin: 1em 0 0 0;
}

.blog-posts .fa {
	color: #f6c324;
	margin: 0 0.2em 0 0;
}

.ie-7 .blog-post img, .ie-8 .blog-post img {
	width: inherit;  
}

.ie-7 .cards-accepted ul, .ie-8 .cards-accepted ul {
	margin-left: 0.2em !important;
}

.blog-post img {
	max-width: 100%!important;
	height: auto!important;
}

.blog-menu,
.blog-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-menu li a {
	border-bottom: 1px solid #eee;
	color: #bbb;
	display: block;
	padding: .5em 0;
}

.blog-menu a:hover {
	color: #999;
}

.blog-posts-related-no-posts, .blog-posts-related-no-posts {
	border-bottom: 1px solid #eee;
}

/* =Responsive Tables
-------------------------------------------------- */

.table-wrapper {
	margin: 0 0 3.2em 0;
}

.table-list-headings {
	border-bottom: 1px solid #eee;
}

.table-list-headings h3 {
	float: left;
	color: #555;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0 0 0.4em 0;
	text-transform: uppercase;
}

.table-item > div {
	float: left;	
}

.table-cell-40 {
	width: 40%;
}

.table-cell-20 {
	width: 20%;
}

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

.table-list {
	margin: 1.6em 0;
	list-style: none;
}

.table-list .table-item {
	background: #fff;
	border-bottom: 1px solid #eee;
	clear: both;
	padding: .8em 0;
}

.table-list .table-item:nth-child(even) {
	background: #fcfcfc;
}

.table-cell-mobile-content {
	display: none;
}

.body_page_id_6 input[type="text"], 
.body_page_id_6 input[type="email"], 
.body_page_id_6 input[type="password"], 
.body_page_id_6 input[type="search"], 
.body_page_id_6 input[type="number"], 
.body_page_id_6 textarea,
.body_page_id_22 input[type="text"], 
.body_page_id_22 input[type="email"], 
.body_page_id_22 input[type="password"], 
.body_page_id_22 input[type="search"], 
.body_page_id_22 input[type="number"],
.body_page_id_22 textarea {
	width: 98%;
}



/* =Browswer compat
-------------------------------------------------- */
.ie-9 .index-sidebar fieldset,
.ie-8 .index-sidebar fieldset {
	width: 100%;
}

.ie-9 .index-sidebar fieldset.short,
.ie-8 .index-sidebar fieldset.short {
	float: left;
	margin-right: 3%;
	width: 47%;
}

.ie-9 .site-footer p,
.ie-8 .site-footer p, 
.ie-9 .site-footer li,
.ie-8 .site-footer li {
	word-break: break-word;
}

.ie-8 .nav-main {
	width: 100%;
}

.ie-8 .extraheader .col-second p {
	margin-right: 0;
}

.ie-8 .products .thumbnail {
	min-height: 15em; 
	height:auto !important; 
	height: 15em;
}

.ie-8 .products h3 {
	min-height: 2.8em;
	height: auto!important;
	height: 2.8em;
}

.body_product.ie-8 h1 {
	margin-top: 0;
}

.ie-8 .cards-accepted ul {
	margin-left: -40px;
}

.ie-8.body_viewcart h1 {
	font-size: 1.4em;
	margin-top: 0;
}

.ie-8.body_order_choice h2 {
	font-size: 1.3em;
}

.ie-8 #orderdetails_shipping_same_as_billing_address {
	margin-top: 8px;
}

.ie-8 #orderdetails_shipping_option_information label {
	padding-bottom: 1em;
	word-break: break-word;
}

.ie-8 .order-details-short-left {
	width: 43%;
}

.ie-8 .order-details-short-right {
	width: 43%;
}

/* Even though supported, disable due to fa conflict. */
.ie7 .main-sidebar .filter-box .scroll-box li,
.ie8 .main-sidebar .filter-box .scroll-box li,
.ie9 .main-sidebar .filter-box .scroll-box li  {
	text-overflow: none;
}
/* =Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {
	.content-area {
		padding: 0 2% 1.6em 2%;
	}
	
	.service-quote p {
		font-size: 1.3em;
	}
	
	.nav-main a {
		padding: 0.8em 0.9em;
		font-size: 1em;
	}
	
	.index-sidebar .inner h4 {
		font-size: 1.7em;
	}
	
	.no-salesmen h5 {
		font-size: 1.3em;
	}
	
	.no-salesmen .telephone {
		font-size: 1.2em;
	}
	
	.no-salesmen h6 {
		font-size: 1em;
	}
}

@media only screen and (max-width: 66em) {	
	.no-salesmen h5 {
		font-size: 1.3em;
	}
	
	.no-salesmen .telephone {
		font-size: 1.2em;
	}
	
	.no-salesmen h6 {
		font-size: 0.9em;
	}

}

@media only screen and (max-width: 62.5em) {	
	.site-content h1 {
		font-size: 1.5em;
	}
	
	.page-sidebar .inner-nav {
		display: none;
	}
	
	fieldset {
		width: 95%;
	}
	
	.site-content {
		margin-top: 1em;
	}
	
	.site-slider h2 {
		font-size: 1.4em;
	}
	
	.site-slider .slide .text-area h4 {
		font-size: 1.7em;
		line-height: 1.2em;		
	}
	
	.index-service .col-first h5 {
		font-size: 2em;
	}
	
	.full-width-gallery h4 {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 53em) {
	.turtle-mobile-menu-button-container {
		position: absolute;
		height: 45px;
		top: 0;
		width: 100%;
		background: #000;
		text-align: center;
	}
	
	.turtle-mobile-menu-button-container .turtle-mobile-menu-button {
		color: #FFF;
		font-size: 18px;
		padding: 9px 0 0 0;
		border-radius: 3px;
		text-decoration: none;
		font-weight: normal;
		text-align: center !important;
	}
	
	.turtle-mobile-menu-container li {
		text-align: left !important;
		border-bottom: 1px solid #eee;
		width: 100% !important;
		border-radius: 5px;
		font-size: 15px;
		background: #FFF;
		margin: 0 0 20px 0 !important;
		padding: 5px 10px !important;
		box-sizing: border-box;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
	}
	
	.turtle-mobile-menu-container li a,
	a.turtle-mobile-menu-button {
		color: #ad0a0a;
		text-decoration: none;
	}
	
	.turtle-mobile-menu-container li {
		text-decoration: none;
	}
	
	.turtle-mobile-menu-container li:active,
	.turtle-mobile-menu-container li:hover {
		background: #eee;
	}
	
	.turtle-mobile-menu-button {
		text-align: left !important;
		width: 100% !important;
		border-radius: 5px;
		font-size: 15px;
		margin: 0 0 10px 0;
		box-sizing: border-box;
	}
	
	.turtle-mobile-menu-button {
		font-size: 16px;
		font-weight: bold;
	}
	
	.turtle-mobile-menu-container li a {
		font-weight: 500;
	}
	
	#container {
		padding-top: 2em;
	}
	
	.telephone h3 {
		font-size: 1.5em;
	}
	
	.site-slider h2 {
		font-size: 1.2em;
	}
	
	.site-slider img {
		width: 80%;
	}
	
	.index-sidebar .inner h4 {
		font-size: 1.4em;
	}
	
	.index-service .col-first h6 {
		font-size: 1em;
	}
	
	.index-service .read-more-link {
		font-size: 1.2em;
	}
	
	.index-service .col-first h5 {
		font-size: 1.5em;
	}
	
	.full-width-gallery h4 {
		font-size: 1em;
	}
	
	.site-footer .col-first {
		display: none;
	}
	
	.site-footer .col {
		width: 30%;
	}	
	
	
	.service-quote p {
		font-size: 1em;
		text-align: center;
	}		
}

@media only screen and (max-width: 50em) {
	.brand {
		width: 25%;
	}
	
	.logo {
		margin: 1em 0 0 0;
	}
	
	.telephone {
		width: 75%;
	}
	
	.telephone h3 {
		margin-top: 1.1em;
	}
	
	.index-sidebar,
	.quote-info {
		display: none;
	}
	
	.body_index .site-content {
		margin-bottom: 1.5em;
		width: 100%;
	}
	
	.index-service .col-first .colours li {
		width: 15%;
	}

	.index-service .col-first .colours li:nth-child(5n+5) { 
		margin-right: 0%;	
	}

	
	.index-service .col-first .colours li:nth-child(7n+7) { 
		margin-right: 2.25%;	
	}
	
	.index-service .small-link {
		font-size: 1em;
		clear: both;
		float: left;		
	}
	
	.index-service .read-more-link {
		font-size: 1.1em;
	}
	
	.full-width-gallery h4 {
		display: none;
	}
	
	.full-width-gallery .inner {
		padding: 0 3em 2em 3em;
	}
}



@media only screen and (max-width: 48em) {
	.site-content {
		width: 100%;
	}
	
	.page-sidebar {
		display: none;
	}
	
	.service-quote p {
		font-size: 1.3em;
	}
	
	.site-slider .slide .text-area h4 {
		font-size: 1.43em;
	}
	
	.index-service .read-more-link {
		font-size: 1em;
	}
	
	.index-service.three h5 {
		font-size: 1.2em;
	}
	
	.site-footer h4 {
		font-size: 1.2em;
	}
	
}

@media only screen and (max-width: 41em) {
	.site-slider h1 {
		font-size: 2.3em;
	}
	
	.social h4 {
		font-size: 1.1em;
	}
	
	.site-slider .slide .text-area h4 {
		font-size: 1.2em;
	}
	
	h1 {
		font-size: 2em;
	}
	
	.body_index .content-wrap {
		padding: 0.5em 0;
	}
	
	.body_index .site-content {
		margin-bottom: 0;
	}
	
	.index-services {
		padding-top: 1.5em;
	}
	
	.index-service .col-first .colours li {
		width: 20%;
	}

	.index-service .col-first .colours li:nth-child(4n+4) { 
		margin-right: 0%;	
	}
	
	.index-service .col-first .colours li:nth-child(5n+5) { 
		margin-right: 2.25%;	
	}
	
	.index-service .col-first .colours li:nth-child(7n+7) { 
		margin-right: 2.25%;	
	}	
	
	.index-service .col-first {
		width: 70%;
	}
	
	.index-service .col-second {
		width: 25%;
	}
}

@media only screen and (max-width: 37.5em) {		
	.site-slider h1 {
		font-size: 2em;
	}
	
	.index-service .col-first {
		width: 100%;
	}
	
	.index-service .col-second {
		display: none;
	}	
	
	.index-service .col-first .colours li {
		width: 18%;
	}

	.index-service .col-first .colours li:nth-child(5n+5) { 
		margin-right: 0%;	
	}

	.index-service .col-first .colours li:nth-child(4n+4),	
	.index-service .col-first .colours li:nth-child(7n+7) { 
		margin-right: 2.25%;	
	}
	
	.index-service {
		margin: 1.5em 0 0 0;
		padding: 1em 0 0 0;			
	}
	
	.full-width-gallery h3 {
		font-size: 2.5em;
	}
	
	.full-width-gallery .cta {
		font-size: 1.5em;
	}
	
	.site-footer h4 {
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 33.75em) {	
	.brand {
		text-align: center;
		width: 100%;		
	}
	
	.telephone {
		text-align: center;
		width: 100%;
	}
	
	.site-slider h1 {
		font-size: 1.7em;
	}
	
	.site-slider h2 {
		margin: 0 1em;
	}
	
	.site-slider img {
		width: 50%;
	}
	
	.site-slider .slide .text-area h4 {
		font-size: 1.5em;
	}
	
	a.full-services-link {
		font-size: 1.7em;
	}
	
	.body_index h1 {
		font-size: 1.8em;
	}
	
	.index-service.three h5 {
		font-size: 1.5em;
	}
	
	.index-service .read-more-link {
		font-size: 1.15em;
	}
	
	.full-width-gallery h3 {
		font-size: 2.3em;
	}
}

@media only screen and (max-width: 27.5em) {
	ul.index-logos li {
		text-align: center;
		width: 100%;
		margin: 0 0 1em 0;		
	}
	
	ul.index-logos li:last-of-type {
		margin:  0 0 1em 0;
	}	

	.body_index h1 {
		font-size: 1.6em;
	}
	
	.full-width-gallery .cta {
		font-size: 1.2em;
	}
	
	.full-width-gallery h3 {
		font-size: 1.5em;
	}
	
	.site-footer .col-first,
	.site-footer .col-second,
	.site-footer .col-third {
		display: none;
	}
	
	.site-footer .col.last {
		padding-bottom: 2em;
		width: 100%;
	}
	
	.breadcrumbs {
		display: none;
	}
	
	.site-content h1 {
		font-size: 1.3em;
	}
	
	.site-content h3 {
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 20em) {
	.telephone h3 {
		margin-top: 0.5em;
	}
	
	.site-slider .slide .text-area h4 {
		margin: 0.5em 1em 0 1em;
	}
	
	a.full-services-link {
		font-size: 1.2em;
	}
	
	.index-service .col-first h5 {
		font-size: 1.2em;
		line-height: 1.2em		
	}
	
	.index-service.one .colours {
		display: none;
	}
	
	.index-service h5 {
		margin-top: 0.2em;
	}
	
	.body_index .full-width-gallery {
		display: none;
	}
	
	.body_page_id_8 .site-content section.half {
		width: 100%:
	}
	
	.body_page_id_8 .site-content section .price {
		font-size: 1em;
	}
}

/* =Helpers
-------------------------------------------------- */

/* for screen readers */

.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* clearfix class */

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

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}