/* BEGIN: normalize.css */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/* END: normalize.css */
/* BEGIN: style.css */
/*
Theme Name: GBU CVSL
Author: JM@Discovery Design Limited Base Theme.
Copyright: Discovery Design Limited - wwww.discoverydesign.co.uk
Version: 4.0
*/

.social li {
	display: none;
}

.site-content p.product-flag,
.products li .content-panel p.product-flag {
	padding: 0.2em 0.3em;
	font-weight: 600;
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	background: #e23442;
	border: 1px solid #bd2b37;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #911f28;
	background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
	background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
	background-image: -o-linear-gradient(top, #e8616c, #dd202f);
	background-image: linear-gradient(to bottom, #e8616c, #dd202f);
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}

/* Base
-------------------------------------------------- */
.table_page .left-content table tr td,
.body_page_commercial .left-content table tr td,
.body_page_plant .left-content table tr td {
	width: 25%;
}

.table_page .left-content table tr td:nth-child(3),
.table_page .left-content table tr td:nth-child(4) {
	text-align: center;
}

.table_page .left-content table tr td img {
	max-width: 100%;
}


.body_index .cassoa {
	border-radius: 0;
	width: 35%;
	margin: 2em 0 0 0;
	float: left;
	box-shadow: none;
}

.cassoa {
	background: #FFF;
	border: 1px solid #e3e3e3;

	padding: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0.2em;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.cassoa .center {
	margin: 0 auto;
	text-align: center;
}

.cassoa .left {
	float: left;
	margin: 0 1em 0 0;
}

.cassoa p:first-of-type {
	margin-top: 1em;
}


html {
	background: #e4e8eb;
    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: #e4e8eb;
    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: #333;
    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,
.telephone-number a {
    color: #000;
    outline: 0;
    text-decoration: underline;
}

a[href^="tel"] {
    color: #000;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

/* Base - Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Lato', sans-serif;
    margin: 1.6em 0 .8em 0;
}

h1 {
font-size: 1.8em;
font-weight: 600;
margin: 0;
color: #333;
padding: 0;}

h2 {
    font-size: 1.5em;
    line-height: 1.3;
    color: #333;
    font-weight: 500;
}

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;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #444;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #000;
}

p {
    font-size: 1.1em;
    margin: 0 0 .8em 0;
}

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

ul li,
ol li {
    font-size: 1.1em;
    margin: 0 0 .4em 0;
}

/* Base - Tables
-------------------------------------------------- */
table {
    text-align: left;
    width: 100%;
}

.responsive-table {
    max-width: 100%;
    overflow: scroll;
}

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

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

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

table tbody td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
}

/* Base - Forms
-------------------------------------------------- */
fieldset {
    border: 0 !important;
    margin: 0 0 .8em 0;
    padding: 0;
}

label {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;

    margin-bottom: .4em;
}

button,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1.6rem;
    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: #1d4f87;
	border: 0;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 1;
    margin: 0 .5em 0 0;
    text-shadow: none;
    -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;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-weight: 600;
    padding: 1em;
    font-size: 0.9em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #333;
    -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: #e3e3e3;
    color: #333;
    font-weight: 600;
    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"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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 #e3e3e3;
    color: #777;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 .8em 0;
    padding: 0.6em;
    width: 95%;
    background: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-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: .5em;
}

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

.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 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    color: #777;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 .8em;
    padding: .5em .5em .5em .5em;
    -webkit-appearance: button;
    width: 92%;
    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: 80%;
    padding: 0.5em;
}

label span.mandatory {
    color: #f64333;
}

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

/* Base - 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%;
}

/* Container
-------------------------------------------------- */
#container {background: #FFF;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1);
margin: 0 auto;
max-width: 71.25em;
padding: 0 2% 2% 2%;
}

.index-blocks {
	margin: 0.5em 0 2em 0;
}

.index-blocks .col-first {margin-right: 2%;
width: 63%;}

.index-blocks .col-second {background: #0d4079;
border: 5px solid #0d4079;
color: #FFF;
width: 35%;
padding: 0em 1em;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;}

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

.index-blocks .col-second h1 {
	margin: 0.5em 0 0 0;
}

.index-blocks li {
	border: 1px solid #CCC;
	float: left;
	margin: 2% 2% 0 0;
	width: 32%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;

}

.index-blocks li:nth-child(-n+3) {
	margin-top: 0;
}

.index-blocks li:nth-child(3),
.index-blocks li:nth-child(6) {
	margin-right: 0;
}

.index-blocks li img {
	display: block;
}

.index-blocks li header {
}

.index-blocks li header h3 {
	margin: 0;
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	}

.service-descrip {font-size: 0.9em;
padding: 0;}

.index-blocks li header h3 a {color: #444;
display: block;}

.index-blocks li header h3 a:hover {
	color: #0d4079;
	text-decoration: none;
}

.index-blocks .text {
	padding: 0 0.5em 0.5em 0.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.cta {
	border-radius: 0.15em;
	color: #FFF;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	margin-right: 1em;
	padding: 0.1em 0.5em;
	text-decoration: none;
}

.cta:hover {
	text-decoration: none;
}

.cta.blue {
	background-color: #3393ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3393ff), to(#0d4079));
	background-image: -webkit-linear-gradient(#3393ff, #0d4079);
	background-image: linear-gradient(#3393ff, #0d4079);
	border: 1px solid #137dba;
	color: #FFF;
}

.cta.blue:hover {
	background: #2a80e1;
	text-decoration: none;
}

.cta .fa {
	margin-right: 0.2em;
}

.cta.grey {
	color: #263d52;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9fb));
	background-image: -webkit-linear-gradient(#fff, #f7f9fb);
	background-image: linear-gradient(#fff, #f7f9fb);
	background-color: #f7f9fb;
	border: 1px solid #d4dce4;
}

.body_index .sidebar {
	display: none;
}

/* Header
-------------------------------------------------- */
.site-header {
    background: #FFF;
}

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

.extraheader {
    background: #333;
}

.extraheader > .inner {
    position: relative;
    margin: 0 auto;
    max-width: 71.25em;
    padding: 0 2%;
}

.extraheader .col-span-2 .col {
    margin: 0;
    padding: 0;
    width: 50%;
}

.extraheader .eh-contact p {
    color: #FFF;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0.5em 0;
    text-align: left;
}

.extraheader .eh-contact .telephone-number {
    color: #CCC;
    font-weight: 600;
}

.header-mini-menu {}

.header-mini-menu ul {
    float: right;
    margin: 0.5em 0;
}

.header-mini-menu li {
    display: block ;
    float: left;
    margin: 0;
}

.header-mini-menu li:first-child a {
    border-left: none;
    padding-left: 0;
}

.header-mini-menu li:last-child a {
    margin-right: 0;
}

.header-mini-menu li a {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0 1em 0 0;
}

.header-mini-menu li a:hover {
    text-decoration: none;
}

.header-mini-menu li a .fa {
    color: #aaa;
    margin-right: 0.2em;
}

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

.logo {
    font-size: 1.4em;
    margin: 0.7em 0 0 0;
    float: left;
    width: 40%;
}

.logo a {
    color: #ccc;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    display: block;
}

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

.phone {float: left;
margin: 0.5em 0 0.5em 0;
text-align: right;
width: 60%;}

.phone ul {list-style: none;
margin: 0;
float: right;}

.phone li {
	float: left;
}

.phone li p {
	margin: 0;
}

.phone .telephone {
    color: #9f9f9f;
    font-size: 2em;
    margin: 0.25rem 0 0 0;
    font-weight: 600;
}

.telephone span {
	color: #0d4079;
	font-weight: 600;
}
.phone li {font-size: 1.3em;
	margin-right: 0.6em;

text-transform: uppercase;
font-weight: 600;}

.phone li a {
	color: #434343;
}

.phone li a:hover {
	color: #AAA;
	text-decoration: none;
}

.phone li.ebay img {
	position: relative;
	top: 0.2em;
}

.phone li .fa {
	margin-right: 0.2em;
}


.phone li.twitter .fa {
	color: #00aced;
}

.phone li.facebook .fa {
	color: #3b5998;
}

.site-description {
    color: #666;
    float: left;
    font-size: 1em;
    margin: 0;
}

.cart {
    color: #999;
    float: right;
    width: 30%;
}

.cart h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 10% .4em 10%;
}

.cart p {
	margin: 0.7em 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 {
    color: #666;
    padding: 0;
}

.cart .button-wrapper a:hover {
    text-decoration: none;
}

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

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

.othersearch #main_search {
    width: 50%;
}

/* Content Area (mid div)
-------------------------------------------------- */
.content-area {
    background: #FFF;
    margin-top: 1em;
}

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

.site-content p,
.site-content li {
	color: #797979;
	font-size: 1em;
}

.site-content p.blue,
.site-content p.blue a{
    color: #0d4079;
    font-weight: 600;
}

.product-description ul {
	background: #0d4079;
	float: left;
	margin: 1em 0 0.5em 0;
	padding: 1em 2.5em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.product-description li {
	color: #FFF;
	float: left;
	width: 25%;
}

.body_index h1 {
font-weight: 600;
margin: 0;
padding: 0;}

.breadcrumbs {
    background: #FFF;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    font-size: 0.75em;
    text-align: left;
    margin: 0 0 1.7em 0;
    padding: 0 0 0.4em 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.breadcrumbs .sep {
    color: #666;
    margin: 0 .25em;
}

.breadcrumbs a {
    color: #000;
}

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

.breadcrumbs a:last-of-type {
    color: #666;
    text-decoration: none;
}

/* =Nav main
-------------------------------------------------- */
.nav-main {background: #1d4f87;
}

.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;
}

.nav-main a {
	color: #FFF;
	display: block;
	padding: 0.6em 0.8em;
	font-size: 0.95em;
	font-weight: 600;
}

.nav-main li:first-child a {border-left: none;}

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

.nav-main a:hover {
    background: #0d4079;
    color: #EFEFEF;
    cursor: pointer;
    text-decoration: none;
}

.nav-main .selected a { background: #0d4079; color: #FFF;}

.turtle-mobile-menu-button-container {
    height: 41px;
    text-align: center;
    left: 0.5em;
    top: 0.5em;
    position: absolute;
    z-index: 9999;
}

.turtle-mobile-menu-button-container .turtle-mobile-menu-button {
		border-radius: .2em;
    background: #fff;
    color: #1d4f87;
    font-size: 1.5em;
    padding: 0 .5em 0 .5em;
    text-align: center!important;
    text-decoration: none;
}

.turtle-mobile-menu-container li {
    text-align: left !important;
    border: 1px solid #ccc;
    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;
}

.turtle-mobile-menu-container li a,
a.turtle-mobile-menu-button {
    color: #555;
    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-container .menu-has-children:hover {
    background: #FFF;
}

.turtle-mobile-menu-container ul > li > ul li .fa {
    margin-right: 0.3em;
}

.turtle-mobile-menu-button {
    width: 100% !important;
    box-sizing: border-box;
}

.turtle-mobile-menu-container li a {
    font-weight: 500;
}

/* Site Content
-------------------------------------------------- */
.marketing-banner {
    background: #e74c3c;
    display: none;
    text-align: center;

    padding: 0.2em 0;
}

.marketing-banner p {
    color: #FFF;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0.3em 0;
    text-transform: uppercase;
}

.body_index .site-content {
    width: 100%;
}

.site-content {
    float: left;
    padding: 0;
    width: 100%;
}

.sidebar {float: right;
margin-left: 3%;
width: 32%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;}

.sidebar section,
.index-sections {
	color: #FFF;
	margin: 1em 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.sidebar section:first-of-type {
	margin-top: 0;
}

.sidebar section:last-of-type  {
	margin-bottom: 1em;
}

.sidebar header,
.index-sections header {
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: left;
    padding: 0.7em;
}

.sidebar header h3,
.index-sections header h3 {
	color: #0d4079;
	margin: 0;
	font-size: 1em;
}

.sidebar .inner {
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
	color: #333;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.sidebar header h4 {
	color: #333;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.sidebar .services {

}

.sidebar .services ul {
	margin: 0;
	list-style: none;
}

.sidebar .services li {
	color: #333;
}

.sidebar .services li {
	list-style: none;
	padding: 0.2em 0 0.2em 0.5em;
}

.sidebar .services li:last-of-type {
	border-bottom: none;
}

.sidebar .services li:before {
	color: #0d4079;
	font-family: FontAwesome;
	content: "\f105";
	font-weight: 400;
	margin-right: 0.5em;
}

.sidebar h5 {
	color: #333;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.site-content img {
    max-width: 100%;
}

.no-image,
.no-image img,
.no-image a {
    display: block;
}

no-image:hover {
    cursor: pointer;
}

.page-feature-image {
    margin: 0 0 1em 0;
    text-align: center;
}


.department-feature-image,
.search-results-image,
.body_page .page-feature-image {
    margin: 0 0 1em 0;
    position: relative;
}

.department-feature-image .text,
.search-results-image .text,
.body_page .page-feature-image .text {
	height: 100%;
	padding: 1.5em;
	position: absolute;
	width: 70%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.department-feature-image .text h1,
.search-results-image .text h1,
.body_page .page-feature-image .text h1 {
	color: #FFF;
	margin: 0.5em 0 0 0;
	font-size: 1.8em;
	font-weight: 600;
	padding: 0;
	text-align: left;
}


.department-feature-image img,
.search-results-image img,
.body_page .page-feature-image img {
	border-radius: 0.2em;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.left-content {
	float: left;
	width: 65%;
}

.left-content h3 {
	color: #0d4079;
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

.left-content table {
	margin-bottom: 1em;
}

.panel {
	position: relative;
	margin: 0 0 1em 0;
}

.panel .col {
	margin: 0;
	width: 100%;
}

.col.panel-image {
	position: relative;
	width: 100%;
}

.cassoa img {
	border-radius: 0;
	box-shadow: none;
}

.col.panel-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	padding: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.panel-text h3 {
	font-size: 1.5em;
}

.panel-text ul {
	margin: 0 0 0 2em;
}

.panel.blue h3,
.panel.blue p,
.panel.blue li {
	color: #FFF;
}

/* Sliders
-------------------------------------------------- */
.site-slider {
    margin: 0.7em 0;
}

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

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

.site-slider .owl-carousel .owl-wrapper-outer {
    position: relative;
}

.site-slider img,
.site-slider .slide a {
    max-width: 100%;
    display: block;
}

.site-slider .black-panel {
	bottom: 0;
	right: 0;
	top: 0;
	position: absolute;
	width: 45%;
	z-index: 99999;
}

.site-slider .text-area {
	padding: 1em;
    position: relative;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.site-slider .text-area h4 {
    color: #FFF;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
}

.site-slider .text-area h4 a {
    color: #FFF;
    text-decoration: none;
}

.site-slider .text-area p {
	color: #FFF;
	margin: 0;
	font-size: 1.2em;
	font-weight: 400;
}

.site-slider .owl-pagination {
	margin: 1em 0;
	position: absolute;
	bottom: 0em;
	right: 0.7em;
	z-index: 99999;
}

.site-slider .owl-theme .owl-controls .owl-page span {
    background: #FFF;
}

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

.site-slider .cta-button {
	background: #FFF;
	color: #000;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0.2em 0 0 1em;
	padding: 0.5em 1em;
	position: absolute;
	right: 1.3em;
	text-decoration: none;
	top: 0.45em;
	-webkit-box-shadow: 0 10px 6px -6px #000;
	-moz-box-shadow: 0 10px 6px -6px #000;
	box-shadow: 0 10px 6px -6px #000;
}

/* Departments
-------------------------------------------------- */
.body_department .departments-wrapper {
	margin: 0 0 3% 0;
}

.departments-wrapper {}

.departments-wrapper .serif-title {
    margin: 0 0 0.5em 0;
}

.departments {}

.department-feature-image,
.search-results-image {
    margin: 0 0 1em 0;
    position: relative;
}

.department-feature-image .text,
.search-results-image .text {
	height: 100%;
    padding: 1.5em;
    position: absolute;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.department-feature-image .text h1,
.search-results-image .text h1 {
    color: #FFF;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}

.department-feature-image .text .description,
.search-results-image .text .description {
    color: #999;
}

.search-results-image .text .description span {
    color: #FFF;
    font-weight: 600;
}

.no-department-feature-image,
.no-search-results-image {
    margin: 0 0 1em 0;
}

.no-department-feature-image h1 {
    margin: 0;
    padding: 0;
}

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

.departments li {
    border: 1px solid #e3e3e3;
    float: left;
    margin: 2% 2% 0 0;
    padding: 0;
    width: 23.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.departments li:hover {
    border: 1px solid #CCC;
}

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

.departments li:nth-child(-n+4) {
    margin-top: 0;
}

.thumbnail-link {
    display: block;
}

.thumbnail-link:hover {
    cursor: pointer;
}

.departments li .info-panel {
    float: left;
    padding: 5%;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.departments li .info-panel h3 {
    font-weight: 400;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

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

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

.department-bottom-info {
	border-top: 1px solid #e3e3e3;
	float: left;
	padding: 1em 0 0 0;
	width: 100%;
}

.department-bottom-info h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
}

.department-bottom-info .description {
    color: #666;
    font-size: 0.9em;
}

.department-sidebar {
    float: left;
    margin: 0 2% 0 0;
    width: 18%;
}

.department-sidebar .filter-box {
    border-top: 1px solid #DDD;
}

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

.department-sidebar .filter-box header h6 {
    background: #eee;
    border-bottom: 1px solid #e3e3e3;
    color: #555;
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: 600;
    padding: 0.8em;
    margin: 0;
    cursor: pointer;
}

.department-sidebar > header {
	display: none; /* Only for mobile for experiences */
}

.department-sidebar > header h6 {
    background: #eee;
    border-bottom: 1px solid #e3e3e3;
    color: #555;
    padding: 0.5em 0.8em;
    cursor: pointer;
    margin-bottom: 1em;
}

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

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

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

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

.department-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);
}

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

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

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

.department-sidebar .filter-box .scroll-box li {
    color: #555;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0.3em 0;
}

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

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

.department-sidebar .filter-box .scroll-box li a,
.department-sidebar .filter-box .scroll-box li a:visited {
    color: #000;
    text-decoration: none;
}

.department-sidebar .filter-box .scroll-box li a:hover {
    color: #777;
}

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

.department-content h1 {
    line-height: 0.8em;
    margin: 0 0 0.5em 0;
    padding: 0;
}

.product-filter {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 0.6em 0;
}

#product-filter-form {
    margin: 0 auto;
}

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

.product-filter-right {
    float: left;
    text-align: right;
    width: 50%;
}

.pages-quick-swap {
	color: #666;
	font-size: 0.9em;
	margin: 0.2em 0 0 0;
}

.pages-quick-swap span {
    margin: 0 0.3em;
}

.pages-quick-swap a {
    color: #777;
}

.pages-quick-swap a.selected {
    color: #8a2e2e;
    font-weight: 600;
}

.pages-quick-swap a:first-of-type {
    margin: 0 0 0 0.3em;
}

.pages-quick-swap a:last-of-type {
    margin: 0 0.3em 0 0;
}

#product-filter-form fieldset {
    display: inline-block;
    margin: 0 1em 0 0;
}

#product-filter-form fieldset.last {
    margin-right: 0;
}

#product-filter-form fieldset label {
	float: left;
	text-align: left;
	margin: 0.3em 0 0 0;
}

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

#product-filter-form label {
	font-size: 0.8em;
}

#product-filter-form select {
	font-size: 0.8em;
    margin: 0 0 0 0.5em;
    min-width: 9em;
    padding: 0.3em 0.5em;
    width: 9em;
}

#content .related-departments {
    float: left;
    width: 100%;
}

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

/* =Products
-------------------------------------------------- */
.products-wrapper {
    max-width: 71.25em;
    margin-top: 1em;
}

.products-wrapper h3 a {
	color: #0d4079;
	font-weight: 600;
}

.products-wrapper h3 a.view-all {
	font-size: 0.65em;
}

.products-wrapper .serif-title {
    margin: 0 0 0.5em 0;
    font-size: 2em;
    font-weight: 900;
}

.products {
    margin: 0;
}

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


.products-department .products li {
	width: 49%;
}

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

.products-department .products li:nth-child(-n+4) {
    margin-top: 2%;
}

.products-department .products li:nth-child(-n+2) {
	margin-top: 0;
}

.products li {
	background: #FFF;
	float: left;
	border: 1px solid #e3e3e3;
	margin: 2% 2% 0 0;
	padding: 0.5em;
	position: relative;
	width: 23.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

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

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

.products li .content-panel {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.products li .content-panel p {
    color: #797979;
    font-size: 0.75em;
    margin-bottom: 0.3em;
}

.products li .content-panel p.price {
	color: #333;
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 0.3em 0;
	text-align: left;
	float: left;
}

.products li .content-panel p.price span {
	color: #9f9f9f;
	display: inline-block;
	float: left;
	font-size: 0.6em;
	font-weight: 600;
	text-transform: uppercase;
}

.products-home.used-vehicle {
	margin-top: 1em;
}

.products li .content-panel p.price span:first-of-type {
    margin-right: 0.2em;
}

.products li .content-panel p.price .product-price {
	float: left;
	clear: both;
	color: #0d4079;
	font-size: 1em;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	line-height: 1em;
	margin: 0;
}

.products h3 {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0.5em 0 0.2em 0;
}

.info-panel .addtocart {
    text-align: center;
}

.products .thumbnail {
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}

.products .thumbnail a {
    display: block;
}

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

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

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

.products .price {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
    margin: 0;
    width: 100%;
}

.addtocart input[type="submit"],
input#addtocartbtn {
	background: #1d4f87;
	color: #FFF;
	border-radius: 0.2em;
	display: block;
	font-size: 0.75em;
	text-align: left;
	float: left;
	font-weight: 600;
	margin: 0.2em auto 0 auto;
	padding: 0.5em 0.7em;
	text-transform: uppercase;
}

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

.product-details .actions {
	padding: 0;
}

a.action-enquire {
    background: #000;
    color: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0.2em 0 0 1em;
    padding: 0.26em 0.7em;
    text-decoration: none;
    text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a.action-enquire:hover {
    background: #333;
    text-decoration: none;
}

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

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

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

.stock-level {
    color: #000;
    font-size: 0.55em;
    margin: 0.1em 0 0.3em 0;
}

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

.stock-level.in-stock .fa-check-square {
    color: #2ecc71;
}

.stock-level.out-of-stock .fa-square {
    color: #e74c3c;
}

.stock-level.low-stock .fa-minus-square {
    color: #f1c40f;
}

.stock-level.out-of-stock .fa-stack {
    width: 0.7em;
    height: 1em;
    margin-right: 0.3em;
    padding-top: 0.25em;
    float: left;
}

.stock-level.out-of-stock .fa-square {
    font-size: 0.75em;
}

.stock-level.out-of-stock .fa-times {
    color: #FFF;
    margin: 0;
    line-height: 1.38em;
    font-size: 0.55em;
}

.products .product-review {
    float: left;
    margin: 0.5em 0 0.3em 0;
    width: 100%;
}

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

.product-review.top-reviews {
    font-size: 0.6em;
}

.body_product .product-review.top-reviews .review-link {
    font-size: 0.7em;
    font-weight: 600;
    margin: 0.9em 0 0 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: #fcd450;
    margin: 0 0.1em 0 0;
}

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

.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.1em 0.5em 0 0;
    text-decoration: none;
}

.product-review a:hover {
	text-decoration: none;
}

.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 {
    min-height: 0;
    margin: 1em auto;
    width: 100%;
}

.feature_products .serif-title {
    margin: 0 0 1em 0;
}

.products-content {
    margin: 0 auto;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer {
    margin: 0 auto;
    width: 95%;
}

.owl-products.products li,
.owl-products.departments li {
    min-height: 0;
    margin: 0;
    width: 88%;
}

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

.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: -5.9em;
    top: 33%;
}

.feature_products .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -5.9em;
    top: 33%;
}

#product-reviews /* Larger review box */
{
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    float: left;
    margin: 0 0 1em 0;
    height: 36em;
    width: 100%;
}

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

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

.review-summary header {
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0.5em 0;
    text-align: center;
}

.review-summary header h3,
.review-details > header h3,
.review-header h3 {
	margin: 0;
	font-size: 1em;
}

.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-of-type {
    margin: 0;
}

.review-summary .review-breakdown li .fa {
    color: #e3e3e3;
    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 {
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    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 #e3e3e3;
    margin: 0;
    text-align: center;
}

.review-summary .review-write-a-review-button {
    background: #000;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    color: #FFF;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0.7em 0 0.5em 0;
    padding: 0.4em 0.7em;
    text-transform: uppercase;
}

.review-summary .review-write-a-review-button:hover {
    background: #333;
    text-decoration: none;
}

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

.review-details > header {
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0.5em 0;
    text-align: center;
}

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

.review-details .review-holder {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    margin: 0 0 1.5em 0;
}

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

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

.review-details .review-display-name {
    color: #666;
    float: left;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0.2em 0 0 0;
    text-align: left;
}

.review-details .review-mini-star-rating {
    float: right;
    margin: 0 0 0.3em 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 {
    margin: 0.3em 0 0 0;
    width: 100%;
    float: left;
}

.review-details .review-content p {
    font-size: 0.9em;
    font-weight: 400;
}

.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: #2ecc71;
}

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

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

.review-details footer {
    padding: 0.1em 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.5em;
}

.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-submit {
    font-weight: 600;
    text-transform: uppercase;
}

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

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

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

.review-disclaimer {
    color: #666;
    font-size: 0.9em;
    margin: 0.8em 0 0 0;
}

.review-disclaimer .fa-exclamation-circle {
    color: #000;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0.4em 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;
}

.no-reviews a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.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;
}

/* =Photogallery
-------------------------------------------------- */
.photogallery-container {
    margin: 0.7em 0 0 0;
    width: 100%;
    float: left;
}

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

.photogallery-container li {
    background: #FFF;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    float: left;
    margin: 0 2% 2% 0;
    padding: 1%;
    width: 16.1%;
}

.photogallery-container li:hover {
    border: 1px solid #CCC;
}

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

.photogallery-container li:nth-child(5n) {
    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 {
    -webkit-border-radius: 0 0 0.15em 0.15em;
    -moz-border-radius: 0 0 0.15em 0.15em;
    border-radius: 0 0 0.15em 0.15em;
    padding: 0.7em 0;
    margin-top: -50px !important;
}

.mfp-figure figure {
    background: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    padding: 0em;
}

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

.mfp-title {
    color: #333 !important;
    font-weight: 600;
    margin: 0 0 0 2%;
}

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

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

.product-wrapper {
    position: relative;
}

.product-gallery {
    float: left;
    margin: 0 0 1em 0;
    width: 50%;
}

.no-image {
	margin: 0 auto;
}

.product-gallery .large-device-gallery {
    display: block;
}

.product-gallery .small-device-gallery {
    display: none;
}

.product-gallery .product-image-main {
    position: relative;
}

.zoom-icon {
    background: #000;
    bottom: 0;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    left: 0;
    padding: 0.7em 0.9em;
    position: absolute;
}

.zoom-icon .fa {
    color: #FFF;
    font-size: 1.6em;
}

.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 ul,
.product-gallery li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-gallery ul {}

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

.product-gallery li:nth-child(4),
.product-gallery li:nth-child(8),
.product-gallery li:nth-child(12),
.product-gallery li:nth-child(16),
.product-gallery li:nth-child(20){
	margin-right: 0;
}

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

.product-gallery li a img {
    height: auto;
    opacity: 1;
    width: 100%;
}

.product-gallery li a img:hover {
    opacity: 0.8;
}

.product-details {
    float: right;
    margin: 0 0 0 2%;
    padding: 0 1% 0 1%;
    width: 46%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.product-details .sale {
    background: #f64333;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    right: -.5em;
    padding: 1em 0.55em;
    letter-spacing: 0.13em;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: 0.1em;
}

.product-details .free-delivery {
    color: #000;
    font-size: 0.55em;
    font-weight: 600;
    margin: 0.5em 0 0.3em 0;
}

.product-details .free-delivery .fa {
    color: #341714;
    margin: 0 0.2em 0 0;
}

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

.product-details .price {
    font-size: 1.8em;
    margin: 0 0 0.4em 0;
    color: #0d4079;
    font-weight: 600;

    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0.3em 0;
}

.product-details .rrp {
    color: #999;
    font-size: 0.7em;
    font-weight: 400;
    margin: 0 0 0 0.5em;
}

.product-details .rrp .currency,
.product-details .rrp .rrp_price {
    color: #f64333;
    font-weight: 600;
}

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

#productview_form fieldset label {
    font-weight: 600;
}

.product-details fieldset {
    border: none;
    margin: 0 0 0.4em 0;
    ;
    padding: 0.5em 0 0.1em 0;
    border-bottom: 1px solid #e3e3e3;
    width: 70%;
}

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

.product-details .form-product-quantity {
    margin: 0 0 0.8em 0;
    padding: 0 0 0.4em 0;
}

.form-product-quantity-line {
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}

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

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

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

.product-description h3 {
    margin: 0 0 0.5em 0;
}

.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;
}

/* =Shopping cart
-------------------------------------------------- */
.cart-wrapper {
    margin: 0 0 3.2em 0;
}

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

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

h3.order-status-notes {
    color: #555;
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    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%;
}

.title-cart-remove.right {
    text-align: right;
}

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

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

.cart-list .cart-item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    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: right;
    width: 10%;
    margin: 0 auto;
    padding: 0 1% 0 0;
    text-align: right;
}

.cart-remove a {
    background: #FFF;
    border: 1px solid #DDD;
    font-size: 0.8em;
    font-weight: 600;
    padding: 0.4em 0.5em;
    text-decoration: none;
}

.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;
    font-size: 0.9em;
    padding-right: 2%;
    width: 13%;
}

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

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

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

.cart-message {
    border-bottom: 1px solid #e3e3e3;
    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: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}

.view-cart-summary dl.cart-totals {
	border: none;
	padding: 0;
}

dl.cart-totals {
	border: 1px solid #e3e3e3;
	margin: 1em 0 0 0;
	padding: 1em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

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

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

dl.cart-totals dd.right {
	text-align: right;
}

dl.cart-totals .cart-grand-total {
	border-bottom: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0;
}

dl.cart-totals dt:first-of-type,
dl.cart-totals dd:first-of-type {
	padding-top: 0;
}

.cart-actions {
    margin: 0.5em 0 1em 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;
    font-size: 1.35em;
    font-weight: 600;
    margin: 0;
    width: 100%;
}

.order-details .order-details-short-left,
.order-details .order-details-short-right {
	width: 49%;
}

.order-details #orderdetails_billing_country,
.order-details #orderdetails_shipping_country {
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
	width: 95%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#review_additional_container input[type="checkbox"] {
	margin: 0.2em 0.5em 0.2em 0;
}

/* =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-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    letter-spacing: 0.05em;
    margin: 0 0 1.6em 0;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

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

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

.pagination li {
    border-left: 1px solid #e3e3e3;
    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;
    text-decoration: none;
}

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

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

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

/* =Contact form
-------------------------------------------------- */
.contact-maps {
	margin: 3em 0 2em 0;
}

.contact-maps .col {
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.contact-maps header {
	background: #FFF;
	border-bottom: 1px solid #e3e3e3;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-align: left;
	padding: 0.7em;
}



.contact-maps header h3 {
	margin: 0;
	font-size: 1em;
}

.contact-maps .map {
	margin: 1em;

}

.contact-maps section {
	margin: 1em;
}

.contact-page .col-first {
    margin-right: 1%;
    width: 69%;
}

.contact-page .col-second {
    width: 30%;
}

.contact-page .col-second h6 {
    color: #000;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

.contact-page .col-second h6.second {
    border-top: 1px solid #DDD;
    margin: 1em 0 0.5em 0;
    padding: 1em 0 0 0;
}

.contact-page .col-second p {
    font-size: 1.1em;
}

.contact-page .col-second p:last-of-type {
	margin-bottom: 0;
}

.contact-form fieldset {
    /* IE7, IE8 */
    padding: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    float: left;
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    padding-right: 2%;
    width: 49%;
    height: 4em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.contact-form fieldset.textarea {
    height: auto;
    margin-bottom: 0;
    width: 100%;
}

.contact-form fieldset textarea {
    width: 96%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.contact-form fieldset.fieldset-full {
    float: none;
    width: 100%;
    height: auto;
    padding-right: 0;
}

.contact-form fieldset.captcha {
    border-bottom: 0;
}

.contact-form fieldset.captcha img {
    display: block;
    margin: .8em 0;
}

.contact-form .actions {
    clear: both;
    float: left;
    margin: 2.5em 0 0 0;
}

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

.contact-form ul li {
    float: left;
    width: 50%;
}

.contact-form fieldset.fieldset-full ul li {
    float: left;
    width: 25%;
}

.contact-company-details {
    margin: 1.9em 0 0 0;
    width: 100%;
}

.contact-company-details header {
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: left;
    padding: 0.7em;
}

.contact-company-details header h3 {
	margin: 0;
	font-size: 1em;
}

.contact-company-details .inner {
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

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

.sitemap-wrapper {}

.sitemap-wrapper h2 {
    border-top: 1px solid #e3e3e3;
    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 #e3e3e3;
    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: 16px;
    font-size: 1.6rem;
}

/* =Mobile Header
-------------------------------------------------- */
.mobile-header {
    display: none;
    background: #1d4f87;
    padding: 0.2em 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.mobile-header-buttons {
    float: right;
    margin-top: -2.9em;
}

.mobile-header-buttons a {
    color: #fff;
    display: block;
    float: left;
    font-size: 1.4em;
    line-height: 0;
    margin: 0 0.2em 0 0;
    padding: 0.5em;
    position: relative;
}

.mobile-site-icon-cart .mobile-count {
    background: #f64333;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    color: #FFF;
    font-size: 0.6em;
    line-height: 1.2em;
    font-weight: 600;
    padding: 0.1em 0.56em 0.08em 0.4em;
    position: absolute;
    top: 0.24em;
    right: -0.1em;
    height: 1.1em;
    width: 0.4em;
}

.mobile-logo {
    float: left;
    width: 100%;
}

.mobile-logo img {
    max-height: 2.5em;
    padding: 0.25em 0;
    margin: 0 auto;
    display: block;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/* =Search
-------------------------------------------------- */
.search {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    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: 0.6em;
    height: 2.2em;
    width: auto;
}

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

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

.search button[type="submit"] {
    background: #222;
    color: #aaa;
    border: none;
    height: 2.1em;
    font-size: 1em;
    margin: 0;
    float: right;
    padding: 0;
    width: 3em;
}

.search button[type="submit"]:hover {
    background: #333;
    color: #fff;
}

.search-suggestions {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 0 0.15em 0.15em;
    -moz-border-radius: 0 0 0.15em 0.15em;
    border-radius: 0 0 0.15em 0.15em;
    display: none;
    position: absolute;
    top: 2.05em;
    right: 3.58em;
    left: 0;
    z-index: 999;

}

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

.search-suggestions li {
    border-bottom: 1px solid #DDD;
    font-size: 0.9em;
    margin: 0;
    width: 100%;
}

.search-suggestions li:last-of-type {
    border-bottom: none;
}

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

.search-suggestions a {
    background: #efefef;
    color: #000;
    display: block;
    font-size: 0.9em;
    padding: 0.3em 0.5em;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.search-suggestions a:hover {
    color: #666;
}

.search-suggestions li:nth-child(even) a {
    background: #FFF;
}

.search-suggestions span {
    background: #000;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    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;
}

.search-content h3.search-tips {
    font-weight: 400;
    margin: 0 0 0.5em 0;
    padding: 0;
}

.results-page-search {
    border-bottom: none;
    width: 60%;
}

.results-page-search input[type="submit"] {
    background: #222;
    color: #aaa;
    border: none;
    height: 2.6em;
    font-size: 1.2em;
    margin: 0;
    float: right;
    padding: 0;
    width: 5em;
}

.results-page-search input[type="submit"]:hover {
    background: #333;
    color: #fff;
}

.results-page-search input[type="search"] {
    height: 2.7em;
    font-size: 1.2em;
}

.results-page-search .search-padding {
    height: 4em;
}

/* =Site Footer
-------------------------------------------------- */
.anglo-scottish {
	text-align: center;
}

.anglo-scottish h5 {
	margin: 1em 0 0 0;
	font-size: 2em;
	font-weight: 900;
}

.anglo-scottish img {
	border: none;
	max-width: 100%;
	max-height: 150px;
	margin: 2rem 3rem 0;
}

.site-footer {
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	clear: both;
	margin: 0.9em 0 0 0;
}

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

.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 {
    font-size: 1em;
    color: #0d4079;
    font-weight: 600;
    padding-bottom: 0.1em;
    margin: 0.5em 0 0.5em 0;
}

.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 .nav-footer {
    margin-top: 1em;
}

.site-footer #main_newsletter_emailaddress {
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	background: #444;
	border: none;
	color: #fff;
	padding: 0.7em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.site-footer #main_newsletter_submit {
	background: #555;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	color: #FFF;
	float: right;
	font-weight: 500;
	margin: 0;
	padding: 0.5em 0.8em;
}

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

.site-footer .col {text-align: left;
width: 47.5%;
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: 0.9em;
}

.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 a {
    font-weight: 500;
    color: #656565
}

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

.site-footer .nav-legal {
	border-top: 1px solid #dbdbdb;
	text-align: left;
	font-size: 0.9em;
	margin: 1em auto 0 auto;
	padding: 0.8em 0;
}

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

.site-footer .nav-legal a:hover {
   text-decoration: none;
}

.site-footer .nav-legal li {
    display: inline;
    font-size: 1em;
    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;
}

.site-footer .nav-legal li:last-of-type {
	margin-right: 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;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.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: #e3e3e3;
    color: #333;
    margin: 0 5% 0 0;
}

.modal-box .actions input {
    width: 47.5%;
    padding: 1em;
    margin: 0;
    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;
}

/* =Modal Filter Progress
-------------------------------------------------- */
.modal-progress-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-progress {
    background: #fff;
    width: 1.5em;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -0.75em;
    margin-top: -0.75em;
    z-index: 1002;
    padding: 0;
    text-align: center;
    font-size: 5em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
}

/* =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 {
    font-size: 0.9em;
    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: #e3e3e3;
    color: #999;
    margin: 0 auto;
    width: 100%;
    float: none;
}

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

.cart-empty p {
    background: #faf8ca;
    font-weight: 600;
    padding: 0.7em 0;
}

.cart-order-details h3 {
    color: #000;
    font-size: 0.8em;
    font-weight: 600;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

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

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

.order-details .action {
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	padding: 0 0 1.7em 0;
	text-align: right;
	width: 100%;
}

.order-details .action #orderdetails_continuecheckout,
#review_buttonholder_inner #order_review_completeandpay,
#paypalForm input[type="submit"] {
	margin-right: 0;
	font-size: 1.1em;
	font-weight: 600;
}

#review_buttonholder_inner #order_review_completeandpay {
	background: #27ae60;
}

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

#review_buttonholder_inner {
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	padding: 0 0 1.7em 0;
	text-align: right;
	width: 100%;
}

#review_container #review_additional_container {
    background: #faf8ca;
    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: #000;
    font-weight: 600;
}

#orderdetails_shipping_same_as_billing_address {
    margin: 0.9em 1em;
}

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

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

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

#orderdetails_billing_address,
#orderdetails_shipping_address {
	width: 96%;
}

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

.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 {
    margin-bottom: 1em;
}

.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: #333;
}

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

.cart-order-details h1,
.body_order_status h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.body_viewcart .view-cart-page h1 {
	margin: 0;
}

#paypalForm {
	margin: 0 0 1em 0;
	text-align: center;
}

/* =My Account
-------------------------------------------------- */
.myaccount-content h2 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 0 0.5em 0;
}

.myaccount-wrapper {
    font-weight: 400;
    margin: 0 0 1.7em 0;
    width: 100%;
}

.myaccount-register,
.myaccount-settings {
    margin: 0 0 2em 0;
}

.register-account-form,
.myaccount-forgot-pass {
    margin: 1em 0 2em 0;
}

.myaccount-register .col-first,
.register-account-form .col-first {
    border-right: 1px solid #e3e3e3;
    margin-right: 4.5%;
}

.myaccount-wrapper header {
    font-size: 1.1em;
    font-weight: 600;
    padding: 0 0 0em 0;
    position: relative;
}

.myaccount-wrapper .inner {
    margin: 1em 0 0 0;
    padding: 0;
    border: 1px solid #e3e3e3;
}

.myaccount-addresses .table-list-headings h3,
.myaccount-orders .table-list-headings h3 {
    color: #000;
    font-size: 0.8em;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.register-account-form .order-details-short-left {
	width: 48%;
}

.register-account-form .order-details-short-right {
	width: 49%;
}

.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-addresses .table-list-headings h3.table-cell-20.right,
.myaccount-addresses .table-item .table-cell-20.right,
.myaccount-orders .table-list-headings h3.table-cell-20.right,
.myaccount-orders .table-item .table-cell-20.right {
    text-align: right;
}

.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;
}


#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: 0em;
    right: 0;
}

.myaccount-button-wrapper a {
    background: #000;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    color: #fff;
    font-size: 0.7em;
    font-weight: 600;
    padding: .45em 1em;
    float: right;
}

.myaccount-button-wrapper a:hover {
    background-color: #333;
    text-decoration: none;
}

.myaccount-forgotpassword {
    font-weight: 600;
}

.myaccount-update-settings {
    width: 50%;
}

.settings_submit,
.myaccount-content .settings_submit {
    font-size: 1em;
    font-weight: 500;
    padding: 0.6em 1em;
}

#modify_address_address_container {
    margin: 1em 0 0 0;
}

/* =Blog
-------------------------------------------------- */
.blog-content h1 {
    margin: 0 0 0.5em 0;
    padding: 0;
}

.blog-wrapper {
    margin-bottom: 1em;
}

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

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

.blog-posts .blog-post {
    border-top: 1px solid #e3e3e3;
    padding-top: 0.5em;
}

.blog-posts .blog-post:first-of-type {
    border-top: none;
    padding-top: 0;
}

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

.blog-post h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0.5em 0;
}

.blog-post h2 a {
    color: #000;
}

.blog-post h2 a:hover {
    color: #333;
}

.blog-post-information,
.blog-post-tags,
.blog-post-categories {
    font-size: 0.9em;
}

.blog-post-tags {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 0.7em 0;
    padding: 0 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: #000;
    margin: 0 0.2em 0 0;
}

.blog-feature-image {
    margin: 0 0 1em 0;
    text-align: center;
}

.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 #e3e3e3;
    display: block;
    padding: .5em 0;
}

.blog-menu a:hover {}

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

/* =Landing Page
-------------------------------------------------- */
.body_page_landing .extraheader,
.body_page_landing .nav-main,
.body_page_landing .breadcrumbs,
.body_page_landing .search,
.body_page_landing .brand,
.body_page_landing .cart .button-wrapper {
	display: none;
}

.body_page_landing #container {
	margin-top: 3.45em;
}

.body_page_landing .search {
	border-bottom: none;
	margin: 1em auto 0 auto;
	padding-bottom: 0;
	width: 100%;
}

.body_page_landing .cart {
	width: 100%;
}

.body_page_landing .mobile-header,
.body_page_landing .turtle-mobile-menu-button {
	display: block;
}

.body_page_landing .landing-key-features {
	margin: 7em 0 0 0;
}

.body_page_landing .landing-key-features .col .icon {
	float: left;
	margin: 0.5em 1em 7em 0;

}

.body_page_landing .landing-key-features .col .icon .fa {
	font-size: 2.8em;
}

.body_page_landing .landing-key-features .col h4 {
	font-size: 1.3em;
	font-weight: 400;
	margin: 0;
}

.body_page_landing .landing-key-features .col p {
	color: #79787A;
	font-size: 1em;
}


.body_page_landing .landing-more-information h3 {
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-align: left;
	padding: 0.7em;
	margin: 0;
}

.body_page_landing .landing-more-information .inner {
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	padding: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-bottom: 1em;
}

.body_page_landing .landing-contact-form-container {
	width: 25%;
	float: right;
	top: 1em;
	right: 1em;
	z-index: 888;
	position: absolute;
	background: #f8f8f8;
	padding: 1em;
}

.body_page_landing .landing-contact-form-container .contact-form .actions,
.body_page_landing .landing-contact-form-container .contact-form .actions input[type="submit"] {
	margin: 0;
	width: 100%;
}

.body_page_landing .landing-contact-form-container .contact-form fieldset {
	width: 100%;
}

.body_page_landing .landing-contact-form-container h3 {
	margin: 0;
}

.body_page_landing .landing-contact-form-container .contact-form fieldset input[type="text"] {
	box-sizing: border-box;
	width: 100%;
}

.body_page_landing .landing-feature-image {
    margin: 0 0 1em 0;
    position: relative;
}

.body_page_landing .landing-feature-image .text {
	height: 100%;
    padding: 1.5em;
    position: absolute;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.body_page_landing .landing-feature-image .text h1 {
    color: #FFF;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.body_page_landing .landing-feature-image .text h2 {
	color: #ccc;
	margin: 0.5em 0 0 0;
}

.body_page_landing .landing-feature-image .text .description {
    color: #999;
}

/* Owl Carousel
-------------------------------------------------- */
.owl-carousel {
  display: block !important;
}

.item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.owl-theme .owl-controls {
  text-align: center;
  margin: 2rem 0 1.6rem;
}

.owl-theme .owl-controls .owl-page span {
  background: #1d4f87 !important;
}

.slider-wrapper {
	position: relative;
}

.slider-content {
  text-align: center;
  background-color: rgba(29, 79, 135, 0.76);
  padding: 2rem 0;
	position: absolute;
	width: 100%;
  bottom: 5.4rem;
}

.slider-content p {
	display: inline-block;
	margin: 0 2rem;
  color: #fff;
}


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

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

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

.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.7em;
}

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

.table-list .table-item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    font-size: 0.95em;
    padding: 1em;
}

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

.table-list .table-item:last-of-type {
    border-bottom: none;
}

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

/* =Browswer compat
-------------------------------------------------- */
.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%;
}

.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;
}

/* Even though supported, disable due to fa conflict. */
.ie7 .department-sidebar .filter-box .scroll-box li,
.ie8 .department-sidebar .filter-box .scroll-box li,
.ie9 .department-sidebar .filter-box .scroll-box li {
    text-overflow: none;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {
	.mobile-hide-68,
    .cart-shopping-cart-text {
        display: none;
    }

    .cart-shopping-cart-text-mobile {
        display: inline-block;
    }

    .product-extra-info .col {
        width: 48%;
    }

    #product-reviews .review-details {
        width: 69.7%;
    }
}

@media only screen and (max-width: 66em) {
	.mobile-hide-66 {
		display: none;
	}

    .review-summary .review-breakdown li .review-bar-rating {
        width: 70%;
    }

    .body_page_landing .landing-feature-image {
	    margin: 0 0 9em 0;
    }
}

@media only screen and (max-width: 62.5em) {
	.mobile-hide-62,
    .product-gallery .large-device-gallery,
    .cart-shopping-cart-text {
        display: none;
    }

    .product-gallery .small-device-gallery {
        display: block;
    }

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

    .product-extra-info header {
        font-size: 1.2em;
    }

    .product-extra-info .col {
        width: 48.7%;
    }

    #product-reviews .review-details {
        width: 69.7%;
    }

    .site-footer p, .site-footer li {
        font-size: 0.85em;
    }

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

    .review-summary .review-write-a-review-button {
	    margin-top: 0.9em;
    }

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

    .body_page_landing .landing-feature-image {
	    margin: 0 0 10em 0;
    }
    .body_page_landing .landing-contact-form-container {
	    width: 30%;
    }
}

@media only screen and (max-width: 53em) {
	.mobile-hide-53,
	.search,
	.cart .button-wrapper,
	.extraheader,
	.product-filter-right,
	.site-slider .black-panel,
	.brand,
	.share-this {
        display: none;
    }

    #container {
        margin-top: 3em;
    }



    .search-suggestions {
	    top: 2.9em;
		right: 7.6em;
    }

    .search-suggestions a {
	    font-size: 1.1em;
	    padding: 0.5em;
    }

    h1 {
	    font-size: 1.5em;
    }

	.department-feature-image .text,
	.search-results-image .text {
		padding: 1em;
	}

	.department-feature-image .text .description,
	.search-results-image .text .description {
		font-size: 0.9em;
	}

    .site-slider {
	    margin: 0.5em 0 0.7em 0;
    }

    .site-slider .owl-pagination {
		bottom: 0;
		top: auto;
		left: 33.33333%;
		right: 33.33333%;
		background: rgba(0, 0, 0, 0.5);
		-webkit-border-radius: 30em;
		-moz-border-radius: 30em;
		border-radius: 30em;
   }

   	.owl-theme .owl-controls .owl-page {
	   margin-top: 0.3em;
   	}

    .mobile-header {
        display: block;
    }

    .body_search_results .search {
        display: block; /* Show search by default on search page */
    }

    .site-header .search {
        border-bottom: none;
       	margin: 1.8em auto 0 auto;
        padding-bottom: 0;
        width: 100%;
    }

    .search input[type="search"] {
	    margin-bottom: 0;
    }

    .search-padding {
	    height: 3em;
    }

    .search input[type="search"] {
	    height: 3em;
    }

    .search button[type="submit"] {
	    height: 2.95em;
	    width: 7em;
    }

    .site-header .cart {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .products .product-review p {
	    font-size: 1em;
    }

    .product-gallery {
        width: 75%;
        margin: 0 auto;
        float: none;
    }

    .product-details {
        margin: 0 0 1.3em 0;
        padding: 2%;
        width: 96%;
    }

    .small-device-gallery {
	    text-align: center;
    }

    .product-details .sale {
	    font-size: 1em;
	    right: 0.5em;
    }

    .product-details {
		margin: 0 0 1.3em 0;
		padding: 0%;
		width: 100%;
    }

    .body_page_landing .landing-feature-image {
	    margin: 0 0 12em 0;
    }
}

@media only screen and (max-width: 50em) {
	.mobile-hide-50 {
		display: none;
	}

    .myaccount-register .col-first {
        border-right: none;
    }

    .site-slider .owl-pagination {
		bottom: 0;
		top: auto;
		left: 32.33333%;
		right: 32.33333%;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 30em;
   }

   .department-sidebar .filter-box header h6 {
		font-weight: 600;
		padding: 0.6em 0.5em;
   }

   .cart-list .cart-product img {
	   width: 20%;
   }

   .cart-product {
	   font-size: 0.9em;
   }

   .cart-remove a {
	   font-size: 0.75em;
   }

   .body_page_landing .landing-feature-image {
	    margin: 0 0 1em 0;
    }
    .body_page_landing .landing-contact-form-container {
	    width: 100%;
		position: static;
		top: auto;
		right: auto;
		box-sizing: border-box;
    }
}

@media only screen and (max-width: 48em) {
	.mobile-hide-48 {
		display: none;
	}

    .site-slider .owl-pagination {
		bottom: 0;
		top: auto;
		left: 31.33333%;
		right: 31.33333%;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 30em;
   }

    .review-write-a-review-recommended-text {
        font-size: 0.9em;
    }

    .review-disclaimer {
        font-size: 0.8em;
    }

    .site-content {
        margin: 0 auto;
    }

    .review-summary .review-breakdown li .review-bar-rating {
        width: 55%;
    }

    .body_product .review-summary .review-write-a-review-button {
        margin: 1.5em 0 0 0;
    }

    .timestamp-mobilestring {
        display: inline;
    }

    .timestamp-fullstring {
        display: none;
    }

    .site-footer .col {
        margin-right: 4%;
        width: 48%;
    }

    .site-footer .col:nth-child(2n+2) {
        margin-right: 0;
    }

    .site-footer .nav-legal li {
        font-size: 0.7em;
    }

    .nav-legal a {
        font-size: 0.9em;
    }

    .cart-remove {
        width: 12%;
    }

    #orderdetails_promotion_coupon,
    #orderdetailsfile {
        width: 95%;
    }

    .order-details .action {
        width: 97.7%;
    }

    .myaccount-settings .col-first {
        margin-right: 2%;
        width: 49%;
    }

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

    .blog-cols .col-second {
        display: none;
    }

    .landing-key-features .col,
    .landing-key-features .col.last {
	    width: 50%;
	    margin: 0;
    }

    .body_page_landing .landing-key-features .col .icon {
	    margin: 0.5em 1em 4em 0;
    }

		.slider-content {
	    bottom: 6rem;
		}

		.slider-content p {
	    margin: 0 1rem;
	    font-size: 1.25rem;
		}

		.item img {
	    height: 300px;
		}
}

@media only screen and (max-width: 41em) {
	.mobile-hide-41,
	.site-slider .owl-pagination,
	.department-feature-image .text .description,
	.search-results-image .text .description {
		display: none;
	}

	.mobile-col-break-41 .col {
		width: 100%!important;
		border-right: 0;
		border-left: 0;
		margin-top: 0;
	}

	.mobile-col-break-41 .col-second {
		margin-top: 1em;
	}

	.register-account-form input[type="text"],
	.register-account-form input[type="email"],
	.register-account-form input[type="password"] {
		width: 100%;
	}



	.register-account-form .order-details-short-right {
		width: 49%;
	}

	.register-account-form .order-details-short-left {
		width: 49%;
		margin-right: 2%;
	}

	#register_country,
	#register_account_type {
		width: 97%;
	}

	.myaccount-register input[type="text"],
	.myaccount-register input[type="password"] {
		width: 100%;
	}

	.department-feature-image .text h1,
	.search-results-image .text h1 {
		margin: 1em 0 0 0;
	}

	.products .sale {
		font-size: 0.6em;
		padding: 0.8em 0.30em;
	}

    .product-extra-info .col {
        margin-bottom: 1.7em;
        width: 100%;
    }

    .product-extra-info {
        margin-bottom: 0;
    }

    .product-details h1 {
        font-size: 1.4em;
    }

    .product-details .price {
        font-size: 1.4em;
    }

    .photogallery-container li {
	    width: 16%;
    }

    .extraheader .col-second {
        width: 100%;
    }

    .pagination .total {
        display: none;
    }

    .cart-product {
	    font-size: 0.9em;
    }

    .cart-remove a {
		font-size: 0.9em;
		padding: 0.2em 0.4em;
    }

    .cart-remove a .fa {
	    margin: 0;
    }


    #product-filter-form fieldset label {
		margin: 0.4em 0 0 0;
    }

    .department-sidebar .filter-box .scroll-box {
        padding: 2%;
    }

    .pagination.last {
        margin-bottom: 1.6em;
    }

    .contact-page .col {
        margin: 0;
        width: 100%;
    }

    .contact-page .col-second {
        border-top: 1px solid #e3e3e3;
        margin: 0.5em 0 0 0;
        padding: 1em 0 0 0;
    }

    .contact-page .col h6.second {
        border-top: none;
        padding: 0;
    }

    .contact-company-details {
		margin: 1em 0 1em 0;
    }

    .recently-view-products {
	    display: none;
    }

    .body_product .product-details .price {
	    font-size: 2em;
    }

    .cart-remove,
    .title-cart-remove {
	    width: 7%;
    }

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

    .cart-product {
	    width: 44%;
    }
}

@media only screen and (max-width: 37.5em) {
	.mobile-hide,
	.mobile-hide-37,
	.site-slider,
	.review-header,
    .table-cell-mobile-hide,
    .pagination .first,
    .pagination .last,
    .pagination .page,
    #product-filter-form fieldset,
    .cart-shopping-cart-text-mobile,
	.department-sidebar .filter-box .scroll-box,
    .department-sidebar .filters-container,
    #product-reviews .review-breakdown,
    .review-summary footer,
    #product-reviews .review-summary,
    .sidebar {
        display: none;
	}

	.department-feature-image img, .search-results-image img, .body_page .page-feature-image img {
		display: none;
	}

	.department-feature-image .text h1, .search-results-image .text h1 {
		color: #000;
	}

	.department-feature-image .text, .search-results-image .text {
		padding: 0;
	}

	.left-content {
		width: 100%;
	}

	.products-department .products li {
		width: 48%;
	}

	.products li .content-panel p.price .product-price {
	}

	#container {
		margin-top: 3.4em;
		padding: 0;
	}

	.content-area > .inner {
		padding: 0.5em;
	}

	.department-feature-image .text h1,
	 .search-results-image .text h1 {
	 	margin: 0;
	 }

	 .department-sidebar > header h6 {
		 margin: 0;
	 }

	.site-header .search {
		margin: 0.5em auto 0.7em auto;
	}

	.view-cart-summary .col {
		width: 100%;
	}

    .extraheader > .inner {
        padding: 0;
    }

    .departments li h3 {
        text-align: center;
	}

    .cart-shopping-cart-text {
        display: inline;
	}

    .cart p {
        margin: 0 0 0.5em 0;
        text-align: center;
    }

    .content-area {
        margin-top: 0;
    }
    .contact-form fieldset.fieldset-full ul li {
        float: left;
        width: 50%;
    }

    h1 {
        font-size: 1.5em;
    }

    .form-product-quantity label {
	    float: left;
	    margin: 0.25em 0 0 0;
    }

    #productview_quantity {
	    margin: 0 0 0 1em;
    }

    .product-details .price {
        font-size: 1.4em;
    }

    #product-reviews {
		height: auto !important;
		overflow: auto;
    }

    .product-extra-info .col {
        width: 100%;
    }

    .product-extra-info .col-first {
        margin-bottom: 1.7em;
    }

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

    .site-footer .nav-legal li::before {
        content: "";
        margin: 0;
    }

    .header-mini-menu {
        display: none;
    }

    .department-sidebar {
        width: 100%;
    }

    .department-sidebar .filter-box .scroll-box {
        max-height: none;
        height: auto;
        width: auto;
    }

    .department-sidebar .filter-box {
        margin: 0;
    }

    .department-sidebar > header {
        display: block;
    }

    #content {
        width: 100%;
    }

    .modal-box {
        margin-left: -14em;
    }

    .order-details .col {
        float: none;
        margin-left: 0;
    }

    #product-reviews .review-summary {
        height: 13.8em;
    }

    #product-reviews .review-details {
        height: 20em;
    }

    .review-summary header {
        height: 1.5em;
    }

    .order-details .action {
        margin-bottom: 1.7em;
    }

    #product-reviews .review-summary {
        border-right: none;
    }

    .review-details > header {
        text-align: left;
        text-indent: 3.5em;
    }

    .write-a-review > header {
        text-align: left;
        text-indent: 1.5em;
    }

    .review-write-a-review .short-left {
        margin-right: 6%;
        width: 45%;
    }

    .review-write-a-review .short-left,
    .review-write-a-review .short-right {
        width: 46%;
    }

    .review-details > .inner {
        height: 20em;
    }

    .product-description .inner, .product-custom-area .inner,
    .product-extra-info .col {
        height: auto;
    }

    #product-reviews .review-summary,
    #product-reviews .review-details {
        width: 100%;
    }

    #product-reviews .review-details {
        margin-top: 1em;
    }

    #product-reviews {
        height: 37em;
    }

    .review-summary .review-avg-score {
        font-size: 3em;
        margin-top: 0.3em;
    }

    .review-summary footer {
        border-top: none;
    }

    .review-summary .review-write-a-review-button {
        font-size: 0.9em;
        padding: 0.3em 0.5em;
    }

    .review-summary .inner {
        padding: 1% 1% 0 1%;
    }

    .body_product .review-summary .review-write-a-review-button {
        margin-top: 0.65em;
    }

    .review-write-a-review .short-left,
    .review-write-a-review .short-right {
	    margin-right: 0;
        width: 99%;
    }

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

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

    .no-reviews h4 {
        margin: 2em 0 0 0;
    }

    .site-footer .col {
        width: 46%;
    }

    .order-details .col-span-2 .col {
        width: 100%;
    }

    #review_container .col-span-2 .col {
        width: 100%;
    }

    .body_order_details .site-content input[type="text"],
    .body_order_details .site-content input[type="email"],
    .body_myaccount_modify_addresses .site-content input[type="text"],
    .body_myaccount_modify_addresses .site-content input[type="email"],
    .body_order_details .site-content select,
    .body_myaccount_modify_addresses .site-content select,
    .body_order_details .site-content textarea,
    .promotion-details input {
        width: 95%;
    }

    .order-details-short-left, .order-details-short-right {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .body_contact .site-content fieldset {
        width: 100%;
        padding-right: 0 !important;
    }

    .body_contact .site-content input[type="text"],
    .body_contact .site-content input[type="email"],
    .body_contact .site-content select,
    .body_contact .site-content textarea {
        width: 100%;
    }

    /* My Account */
    .addresses .shipping-address, dl.order-view-totals dd {
        text-align: left;
    }

    /* Blog */
    .blog-cols .col-first, .blog-cols .col-second {
        width: 100%;
    }

    /* Responsive Tables */
    .table-cell-mobile-80 {
        width: 80%;
    }

    .table-cell-mobile-70 {
        width: 70%;
    }

    .table-cell-mobile-60 {
        width: 60%;
    }

    .table-cell-mobile-30 {
        width: 30%;
    }

    .table-cell-mobile-content {
        display: block;
        color: #999;
        font-size: 1em;
    }

    .pagination .summary, .pagination .previous {
        border-left: none;
    }

    .modal-box .actions input {
        font-size: 0.8em;
    }

    .breadcrumbs {
		margin-bottom: 1.3em;
		padding-top: 0;
	}

	.product-filter-left {
		width: 100%;
	}

    #product-filter-form fieldset.first, #product-filter-form fieldset.last {
        width: 46.5%;
        display: block;
    }

	.refine-by-header {
		border: 1px solid #e3e3e3;
		font-size: 0.9em;
		font-weight: 500;
	}

	.department-sidebar .filter-box {
		border-top: none;
	}

	.department-sidebar .filter-box:last-of-type h6 {
		-webkit-border-radius: 0.15em;
		-moz-border-radius: 0.15em;
		border-radius: 0 0 0.15em 0.15em;
	}

    .refine-by-header .fa {
	    float: right;
	    font-size: 1.5em;
    }

	.department-sidebar .filter-box header h6 {
		border-top: none;
	}

	.department-sidebar .filter-box header h6 {
		font-weight: 500;
	}

	.department-feature-image,
	.search-results-image {
		margin-bottom: 0.5em;
		height: 1em;
	}

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

	.products-wrapper {
		margin: 3% 0;
	}

    .products .product-review p {
	    font-size: 0.9em;
    }
}

@media only screen and (max-width: 33.75em) {
	.mobile-hide-small,
	.mobile-hide-33 {
		display: none;
	}



	.site-footer .nav-legal {
		border-radius: 0.15em 0.15em 0 0;
	}

	.site-header .search .fa-search {
		font-size: 1.3em;
	}

	.site-footer > .inner {
		padding-top: 0;
	}

    .products li,
    .departments li,
    .products-department .products li {
	    margin: 3% 3% 0 0;
		width: 48.5%;
    }

    .myaccount-button-wrapper {
	    top: 0.2em;
    }

    .products li:nth-of-type(2n),
    .departments li:nth-child(2n),
    .products-department li:nth-child(2n) {
	    margin-right: 0 !important;
    }

	.products li:nth-child(4n),
	.departments li:nth-child(4n),
	.products-department li:nth-child(4n) {
	    margin-right: 3%;
	}

	.products li:nth-child(-n+2),
	.departments li:nth-child(-n+2),
	.products-department li:nth-child(-n+2) {
	    margin-top: 0;
	}

	.products li:nth-child(3),
	.departments li:nth-child(3),
	.products li:nth-child(4),
	.departments li:nth-child(4),
	products-department li:nth-child(3),
	products-department li:nth-child(4) {
		margin-top: 3%;
	}

    .site-footer .nav-legal li {
        font-size: 0.9em;
        list-style: none;
        margin: 0 0 0 2%;
        float: left;
        text-align: left;
        width: 80%;
    }

    .site-footer .col {
        min-height: 0;
    }

    /* Only target content cart lists */
    .site-content .cart-list-headings {
        display: none;
    }

    .site-content .cart-product {
        clear: both !important;
        float: none !important;
        width: 100% !important;
    }

    .site-content .cart-price-per,
    .site-content .cart-price-qty,
    .site-content .cart-price-total,
    .site-content .cart-remove {
        padding-top: .6em;
        padding-right: 3%;
        width: 22%;
    }

    .site-content .cart-price-qty {
        text-align: right;
        width: 34%;
    }

    .site-content .cart-price-total,
    .site-content .cart-remove {
        padding-top: 2.6em;
    }

    .site-content .cart-list-orderreview .cart-price-qty,
    .site-content .cart-list-orderreview .cart-price-total {
        padding-top: .8em;
    }

    .site-content .cart-list-orderreview .cart-price-total {
        width: 34%;
    }

    .site-content .cart-price-per {
        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
    }

    .site-content .title-cart-remove {
        padding-right: 0;
        width: 25%;
    }

    .site-content .cart-price-qty label {
        display: block;
    }

    .site-content .cart-price-qty span {
        display: inline-block;
    }

    .modal-box {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .site-footer .col {
        width: 100%;
    }

    .product-gallery {
        width: 100%;
    }

    .cart-actions {
	    padding: 0.3em 0 0 0;
    }

    .action-addtocart input#addtocartbtn {
        margin-left: 0;
    }

    .review-details .review-holder {
        margin-bottom: 0.5em;
    }

    li.cart-product img {
        float: none;
        margin: 0 0 .8em 0;
        width: 100%;
    }

    .cart h3,
    .cart dl,
    .cart p {
        margin-left: 5%;
        margin-right: 5%;
    }

    .view-cart-page .cart-product a {
        font-size: 1.2em;
    }

    .cart-list .cart-product img {
        border: 1px solid #DDD;
    }

    .site-content .cart-price-total {
        font-size: 1.2em;
        padding-top: 2em;
    }

    .cart-order-details h3 {
        margin-top: 0;
    }

    .order-details {
        margin: 0 0.5em 0 0;
    }

    .body_contact .site-content input[type="text"],
    .body_contact .site-content input[type="email"],
    .body_contact .site-content select {
        width: 100%;
    }

    .details-additional-information {
        margin: 1em 0 0 0;
    }

    .body_order_review .details-payment-method {
        float: left !important;
        margin: 1em 0 0 0 !important;
    }

    .body_order_review .details-order-total {
        margin: 1em 0 0 0 !important;
    }

    .blog-post h2 {
        font-size: 1em;
    }

    .blog-title {
        font-size: 1em;
        font-weight: 500;
        margin: 0 0 0.5em 0;
    }

    .blog-post-information {
        border-bottom: 1px solid #e3e3e3;
        border-top: 1px solid #e3e3e3;
        padding: 0.6em 0;
    }

    .blog-post-tags {
        border-top: 1px solid #e3e3e3;
        padding: 0.6em 0 0 0;
    }

    .blog-post-categories {
        margin: 0;
    }

    .blog-posts .blog-post {
        border-bottom: none;
        padding: 0;
    }

    .blog-posts .pagination {
        margin-top: 0.8em;
    }

    .blog-post-content {
        font-weight: 300;
    }

    .department-bottom-info p {
	    font-size: 0.9em;
    }
}

@media only screen and (max-width: 27.5em) {
	.mobile-hide-27,
	.cart-shopping-cart-text,
	.form-product-quantity-line,
	.review-link {
		display: none;
	}

	.products-wrapper h3.serif-title {
		font-size: 1.5em;
	}

	.search button[type="submit"] {
		width: 5em;
	}

	.search-suggestions {
		right: 5.6em;
    }

    #productview_quantity {
	    width: 20%;
    }

	h1,
	.serif-title {
		font-size: 1.2em;
	}

	.department-feature-image .text h1,
	.search-results-image .text h1 {
		font-size: 1.3em;
		margin-top: 0.3em;
	}

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

    #register_country,
    #register_account_type {
	    width: 96%;
    }

    .addtocart input[type="submit"],
    input#addtocartbtn {
	    font-size: 1.1em;
    }

    a.action-enquire {
	    font-size: 1.3em;
    }

    .product-details .actions {
	    text-align: left;
    }

    .action-addtocart input#addtocartbtn,
    a.action-enquire {
		font-size: 1.3em;
		margin: 0 0 1em 0;
		float: none;
		width: 100%;
    }

    .product-details .form-product-quantity {
		border-bottom: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
    }

    .product-details .form-product-quantity label {
		display: inline-block;
		float: none;
		margin: 0 0 0.6em 0;
		width: 100%;
		text-align: left;
    }

    #productview_quantity {
	    border: 1px solid #CCC;
		float: none;
		font-size: 1.2em;
		-webkit-appearance: none;
		display: inline-block;
		margin: 0;
		padding: 0.5em;
    }

    .action-addtocart .mobile-cart-button-add:nth-child(2) {
	    margin-bottom: 0;
    }

    .product-details fieldset {
	    width: 100%;
    }

    .product-details fieldset select {
	    width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
    }

    .photogallery-container li {
	    width: 29.5%;
    }

    .photogallery-container li:nth-child(3n) {
	    margin-right: 0 !important;
    }

    .photogallery-container li:nth-child(5n) {
	    margin-right: 2%
    }

    .landing-key-features .col,
    .landing-key-features .col.last {
	    width: 100%;
	    margin: 0;
    }

    .body_page_landing .landing-key-features .col .icon {
	    margin: 0.5em 1em 3em 0;
    }

		.mobile-logo img {
	    width: 100%;
	    margin-top: 0.3em;
	    left: 7rem;
	    position: relative;
		}

		.mobile-header-buttons {
			float: right;
			margin-top: -4.5rem;
		}

	.mobile-header {
		height: 2.9em;
	}


	.products li,
	.departments li,
	.products-department .products li {
		margin: 0 0 0.8em 0;
		width: 100%;
	}

	.slider-wrapper {
		display: none;
	}
}

@media only screen and (max-width: 20em) {
	.mobile-hide-20,
	.breadcrumbs,
	.mobile-hide,
	#product-filter-form fieldset.last {
		display: none;
	}


	.mobile-site-icon-cart {
		padding: 0.5em 0.3em 0.5em 0.5em;
	}

	.mobile-site-icon-cart .mobile-count {
		right: -0.25em;
	}

	.photogallery-container li {
		width: 29%;
	}

	.department-feature-image .text h1,
	.search-results-image .text h1 {
		font-size: 1em;
		font-weight: 500;
		margin-top: 0;
	}

	.departments li .info-panel h3,
	.products li h3 {
		font-size: 0.8em;
	}

	.products .product-review p {
		font-size: 0.8em;
	}

    .site-header .search {
        width: 100%;
    }

    .body_product .product-review .stars {
	    float: none;
    }

    .product-details h1,
    .body_product .product-details .price,
    .body_product .product-review p {
	    text-align: center;
    }

    .products h3 {
        margin: 0.9em 0 0 0;
    }

    #product-filter-form fieldset.first {
	    text-align: center;
	    width: 100%;
    }

    #product-filter-form fieldset label {
		float: none;
		display: inline-block;
    }

    .product-filter {
	    border-bottom: none;
    }

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

    #productview_quantity  {
	    width: 40%;
    }

    #productview_form fieldset label,
    .product-details .form-product-quantity {
	    text-align: center;
    }
}

/* 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;
}

/* END: style.css */
/* BEGIN: magnific-lightbox.css */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color: #000;
font-size: 3em;
font-weight: 600;
right: -15px;
top: 9px;
text-align: right;
padding-right: 6px;
width: 100%;}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px 0 20px;
margin: 0 auto;}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* END: magnific-lightbox.css */
/* BEGIN: owl.carousel.css */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url('../graphics/grabbing.png') 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}


/* END: owl.carousel.css */
/* BEGIN: owl.theme.css */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url('../graphics/AjaxLoader.gif') no-repeat center center
}
/* END: owl.theme.css */
/* BEGIN: turtle.menu.css */
/*
	Copyright © Discovery Design Limited. All rights reserved.
*/
 
body.prevent-scrolling {
	position: fixed;
	overflow: hidden;
	width: 100%;
}
 
.turtle-menu {}
 
.turtle-mobile-menu-button {
    display: none;
    padding: 1em;
}
 
.turtle-menu > ul > li {
    white-space: nowrap; /* Force on online for the calculations */
    position: relative;    
}
 
.turtle-menu > ul > li > ul {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0; /* Set with JS */
    min-width: 10em;
    z-index: 99999;
}
 
.turtle-menu > ul > li > ul.edge{
    left: auto;
    right: 0;
}
 
.turtle-menu ul > li > ul > li {
    width: 100%;
    display: block;
}
 
.turtle-mobile-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    z-index: 99998;
    overflow: scroll;
    display: none;
    padding: 5em 5% 5% 5%;
}
 
.turtle-mobile-menu-container ul > li > ul {
	display: none;
}
 
.turtle-mobile-menu-container ul, 
.turtle-mobile-menu-container li {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.turtle-mobile-menu-container i.turtle-sub-button {
    color: #666;
    display: block;
    font-size: 2em;
    float: right;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.19);
    /* width: 4%; */
}
 
.turtle-mobile-menu-container li a {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1em;
    padding: 0.5em 0;
    width: 93%;
}
 
.turtle-mobile-menu-container .menu-has-children {
	border-bottom: 1px solid #ccc;
}
 
.turtle-mobile-menu-container .menu-has-children.selected a {
	border-bottom: 1px solid #ccc;
}
 
.turtle-mobile-menu-container .menu-has-children.selected li:last-child a {
	border-bottom: none;
}
 
 
.turtle-mobile-menu-container ul > li > ul {
	margin-left: 0%;
}
 
.turtle-mobile-menu-container h3 {
    border-top: 1px solid #CCC;
    color: #555;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 1.2em 0 0.5em 0;
    padding: 1.5em 0 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #FFF;
}

.turtle-mobile-menu-container .menu-has-children .turtle-sub-button .fa-caret-down {
	display: none;
} 

.turtle-mobile-menu-container ul > li > ul {
	margin-top: 1em;
}

.turtle-mobile-menu-container ul > li > ul li:last-of-type {
	margin-bottom: 7px !important;
}
 
.turtle-mobile-menu-container h3:first-of-type {
    border-top: none;
    padding: 0;      
}
 
/* Mobile View */
@media only screen and (max-width: 53em) {
    .turtle-menu {
            display: none;
    }
    .turtle-mobile-menu-button {
            display: block;
    }
}
/* END: turtle.menu.css */