/* compiled by scssphp v0.0.12 on Fri, 22 Jan 2021 12:55:35 +1300 (0.7276s) */

/* All core SCSS documents combined using import */
/*! 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.
 */
/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Spacing */
/* Typekit FOUT Fix */
/* --------------------------------------------------- 
PRINT.CSS contains print only styles to effect the 
design layout for print
--------------------------------------------------- */
/* --------------------------------------------------- 
TEMPLATE.RESPONSIVE.SCSS contains responsive design styles
to effect the design layout based on screen resolution
--------------------------------------------------- */
/*.home-page #home-container.container-main.background.image:after {margin-left: -400px;}*/
/* 7,6,5,4,3 column grid to 2 column */
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * 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 {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 * 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 {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
  /**
 * 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"], input[type="reset"], input[type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * 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"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * 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"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  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 {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * 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;
}
.wf-loading {
  visibility: hidden;
}
.material-icons {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.wf-active .material-icons {
  visibility: visible;
  /* Main body */
}
html {
  scroll-behavior: smooth;
}
html, body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-align: center;
  color: #414042;
  clear: both;
  margin: 0 auto;
  /*background-color:#414042;*/
  font-weight: 300;
}
body {
  visibility: visible;
}
.wf-active body {
  visibility: visible;
  /* Default links */
}
a {
  text-decoration: none;
  color: #e62525;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a img {
  border: none;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2 {
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Abel', sans-serif;
  text-transform: uppercase;
}
article h1, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 60px;
  line-height: 1.2;
  padding: 10px 0 22px 0;
}
h2 {
  font-size: 50px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 40px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.home-page h2 {
  font-size: 44px;
  /* Backgrounds */
}
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #fff;
  background-color: #204659;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background.parallax {
  color: #fff;
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transform: translate3d(0px, 0px, 0px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
  /* Borders */
}
.border, .divider, hr {
  border: solid #e1e1e1 0px;
}
.border.full {
  border-width: 1px;
}
.border.top {
  border-top-width: 1px;
}
.border.left {
  border-left-width: 1px;
}
.border.right {
  border-right-width: 1px;
}
.border.bottom {
  border-bottom-width: 1px;
  /* Standard clearer */
}
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
  /* Standard divider */
}
.divider, hr {
  background: none;
  clear: both;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border-top-width: 1px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* Text size */
}
.tiny {
  font-size: 80%;
}
.small {
  font-size: 90%;
}
.small-center {
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
.large {
  font-size: 100%;
}
.center {
  text-align: center;
  /* Align divs center */
}
.align.center {
  text-align: center;
}
.align.right {
  text-align: right;
}
.align.center-vert {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.align.center-horz {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.align.center-horz.center-vert, .align.center-vert.center-horz {
  transform: translate(-50%, -50%);
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  left: 5px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: section;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 35px;
  position: relative;
}
ol > li:before {
  counter-increment: section;
  content: counter(section) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
  /* Other default elements */
}
acronym {
  border: none;
}
p {
  padding-top: 0;
  margin-top: 0;
  /* Hide elements that only work with javascript */
}
.js-show {
  display: none;
  /* Hide/show element that should only show on mobile */
}
.show-on-mobile {
  display: none;
  /* Legacy gaps to space elements */
}
.gap1 {
  float: left;
  width: 10px;
}
.gap2 {
  float: left;
  width: 4px;
}
.gap3 {
  float: left;
  width: 30px;
  /* Embedded */
}
embed, object, iframe, .map-holder {
  max-width: 100%;
  width: 100%;
  /* Images default */
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  /* Image holders to hold images to the left or right */
}
.img-left {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-right {
  clear: right;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-left-small {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-right-small {
  clear: right;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-main, .img-center {
  text-align: center;
  margin-bottom: 6px;
}
.img-left img, .img-right img, .img-left-small img, .img-right-small img, .img-main img, .img-center img {
  vertical-align: middle;
}
img.lazy {
  display: none;
  /* Outside Wrap Image Right */
}
.owr-image {
  margin-right: -40%;
  /* Outside Wrap Image Left */
}
.owl-image {
  margin-left: -40%;
  /* Call to action button */
}
.cta-btn {
  text-align: center;
  padding: 10px 20px;
  background-color: #e62525;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  font-weight: 400;
}
.cta-btn:hover {
  background-color: #414042;
  color: #fff;
}
#none {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container1 {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
  max-width: 1920px;
  background-color: #e62525;
  overflow: hidden;
}
#container2 {
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-top, .container-main-bottom {
  background-color: #fff;
}
.container-main-title, .container-main-title .content, .container-main-title .content h1, .container-main-title .content h2, .container-main-title .content h3, .container-main-title .content h4, .container-main-title .content h5, .container-main-title .content h6, .container-main-title .content p {
  color: #fff !important;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
  /* Header */
}
#container-header {
  background-color: #fff;
}
#header {
  height: 120px;
  z-index: 9999991;
  position: relative;
}
#header #logo {
  float: left;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  /*padding-left:$layout-horz-spacing;
		max-width:260px;*/
  max-width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
#header #logo img {
  vertical-align: middle;
  max-height: 76px;
  padding-top: 22px;
  padding-bottom: 22px;
  box-sizing: content-box;
  /* Mobile quick call */
}
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
  /* Top navigation */
}
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav a {
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
  /* Search */
}
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
  /* Main navigation */
}
#navigation {
  height: 35px;
  line-height: 35px;
  color: #414042;
  float: right;
  width: 70%;
  padding-top: 42px;
  padding-bottom: 43px;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #414042;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 35px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 9999992;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #414042;
  /*padding-left:15px;*/
  padding-left: 30px;
  padding-right: 16px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Abel', sans-serif;
  /*-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;*/
}
#navigation a strong, #navigation a b {
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: normal;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation a:hover, #navigation .over, #navigation .on {
  color: #e62525;
  z-index: 9999994;
  position: relative;
}
#navigation a:hover:before, #navigation a.over:before, #navigation a.on:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 35px;
  background-image: url(../images/nav_over.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#navigation .sub-nav a:hover:before, #navigation .sub-nav a.over:before, #navigation .sub-nav a.on:before {
  display: none;
}
#navigation a:hover strong, #navigation .over strong, #navigation .on strong, #navigation a:hover b, #navigation .over b, #navigation .on b {
  cursor: pointer;
  color: #e62525;
}
#navigation > ul .drop a strong, #navigation > ul .drop a b, #navigation > ul .drop a:hover strong, #navigation > ul .drop a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  /*font-size:0;*/
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 78px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 16px;
  z-index: 9999996;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  /*line-height:16px;*/
  line-height: 20px;
  border: none;
  border-radius: 0px;
  color: #fff;
  background: none;
  padding: 12px 13px;
  background-color: #414042;
  border-bottom: solid #414042 1px;
  margin: 0 0 0 0;
  z-index: 9999998;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
#navigation .sub-nav a:hover, #navigation .sub-nav a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #e62525;
  border-bottom: solid #e62525 1px;
}
#navigation .sub-nav li:last-child a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
  /* Mobile menu button */
}
#mobile-menu {
  display: none;
}
#mobile-menu a {
  display: none;
  float: left;
  color: #fff;
  line-height: 22px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1;
  background-color: #414042;
  margin-top: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.8;
  text-align: right;
  color: #fff;
  background-color: #204659;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
  /* Random images */
}
.random-image {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.random-image a {
  color: #fff;
}
.random-image a:hover {
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 25px 4px 25px;
  /* Home page custom layouts */
}
.home-page .container-main.background.image {
  position: relative;
  overflow: hidden;
}
.home-page #home-container.container-main.background.image .layout.main, .home-page #home-2-container.container-main.background.image .layout.main, .home-page #home-container.container-main.background.image .layout.half:nth-child(2), .home-page #home-2-container.container-main.background.image .layout.half:nth-child(2) {
  background-color: #fff;
  z-index: 999999;
  position: relative;
}
.home-page #home-bottom-container {
  z-index: 999999;
  position: relative;
  /* Angled white backgrounds */
}
.home-page #home-container.container-main.background.image:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 50%;
  z-index: 9999;
}
.home-page #home-container.container-main.background.image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -297px;
  /*right:44.9%;*/
  width: 0px;
  /*height:100%;*/
  height: 0;
  border-style: solid;
  border-width: 0 400px 930px 0;
  border-color: transparent #fff transparent transparent;
}
.home-page #home-2-container.container-main.background.image:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 50%;
  z-index: 9999;
}
.home-page #home-2-container.container-main.background.image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  /*margin-left: 188px;
		right:auto;*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 930px 400px 0 0;
  border-color: #fff transparent transparent transparent;
}
#image-rotator h2 {
  color: #fff;
}
.home-page #image-rotator {
  position: relative;
}
.home-page #image-rotator:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  /*right:67.2%;*/
  margin-left: -1324px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2327px 0 0 1000px;
  border-color: transparent transparent transparent #e62525;
  z-index: 999;
}
.home-page #container-flash {
  padding-bottom: 65px;
  background-color: #e62525;
  position: relative;
}
.home-page #container-flash:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  /*right:65.75%;*/
  margin-left: -1297px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2327px 0 0 1000px;
  border-color: transparent transparent transparent #fff;
  z-index: 0;
}
.home-page .content .layout.half {
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.home-page #home-container .layout-two-col-equal .layout.half {
  width: 60%;
}
.home-page #home-container .layout-two-col-equal .layout.half:nth-child(1) {
  width: 40%;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.8;
  padding: 25px 25px;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.8;
  padding: 25px 25px;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.content {
  line-height: 1.8;
  padding: 25px 25px;
}
.content h1 {
  color: #414042;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Full width column */
}
.layout-full {
  /* Two column equal */
}
.layout-two-col-equal .layout.half + .layout.half {
  float: right;
  /* Two column main left */
}
.layout-two-col-left .layout.side {
  float: right;
  /* Two column main right */
}
.layout-two-col-right .layout.main {
  float: right;
  /* Three column main middle */
}
.layout-three-col .layout.middle + .layout.side {
  float: right;
  /* Three column main left */
}
.layout-three-col-left .layout.middle + .layout.side + .layout.side {
  float: right;
  /* Three column main right */
}
.layout-three-col-right .layout.middle {
  float: right;
  /* Three column equal */
}
.layout-three-col-equal .layout.third + .layout.third + .layout.third {
  float: right;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.8;
  padding: 25px 25px;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Contact page 2 column expan right column width to fit email address */
}
.contact .container-main .content.layout-two-col-left .layout.main {
  width: 65%;
}
.contact .container-main .content.layout-two-col-left .layout.side {
  width: 30%;
  /* Contact map */
}
#contact-us-bottom-container .map-holder {
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 25px;
  padding-bottom: 25px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title.background + .container-main-title .content, .container-main-title.background + .container-main-top .content, .container-main-title.background + .container-main .content, .container-main-title.background + .container-main-bottom .content, .container-main-top.background + .container-main-title .content, .container-main-top.background + .container-main-top .content, .container-main-top.background + .container-main .content, .container-main-top.background + .container-main-bottom .content, .container-main.background + .container-main-title .content, .container-main.background + .container-main-top .content, .container-main.background + .container-main .content, .container-main.background + .container-main-bottom .content, .container-main-bottom.background + .container-main-title .content, .container-main-bottom.background + .container-main-top .content, .container-main-bottom.background + .container-main .content, .container-main-bottom.background + .container-main-bottom .content {
  padding-top: 25px;
}
.uppercase {
  text-transform: uppercase;
}
.home-page h1 {
  font-size: 44px;
  /* Footer */
}
#container-footer {
  background: #e62525;
}
#footer {
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 30px 25px;
  font-size: 15px;
}
#footer a {
  color: #fff;
  position: relative;
}
#footer a:hover {
  color: #000 !important;
  font-weight: bold;
}
#footer .footer-links1 a:hover:before {
  content: '>';
  color: #000;
  padding-right: 5px;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4, #footer .h4 {
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Abel', sans-serif;
  margin: 0;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 30%;
  text-align: left;
}
#footer .footer-contact1 a:hover, #footer .footer-contact2 a:hover {
  font-weight: normal;
  color: #fff;
}
#footer .footer-contact2 {
  float: left;
  width: 40%;
  text-align: left;
}
#footer .footer-map {
  padding-top: 1em;
}
#footer .footer-links1 {
  float: right;
  width: 30%;
  text-align: left;
}
#footer .footer-links1 a {
  display: block;
  width: 50%;
  float: left;
}
#footer .links.iconlinks {
  display: block;
}
#footer .links.iconlinks a {
  display: inline-block;
  width: auto;
  float: none;
}
#footer .links.iconlinks a:hover {
  font-weight: normal;
}
#footer .links.iconlinks a:hover:before {
  display: none;
}
#footer .links.iconlinks .link-item + .link-item {
  padding-left: 20px;
}
#footer .links.iconlinks a i {
  border-radius: 50px;
  background-color: #08090b;
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
#footer .links.iconlinks a:hover i {
  background-color: #fff;
  color: #e62525;
}
#footer .footer-info-left {
  float: left;
  max-width: 30%;
  margin-right: 4%;
}
#footer .footer-info-right {
  float: left;
  max-width: 66%;
  /* Base */
}
#container-base {
  background-color: #e62525;
}
#base {
  line-height: 1.8;
  font-size: smaller;
  color: #cbcccc;
  text-align: center;
  padding: 10px 25px 10px;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Common styles for database pages. */
  /* Module class styles */
}
.module .module-text {
  /* Grid class styles */
}
.grid .grid-item {
  float: left;
  display: inline-block;
}
.grid .grid-item img {
  vertical-align: middle;
  /* 7 column grid */
}
.grid.seven-column .grid-item {
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.grid.seven-column .grid-item:nth-child(7n+7) {
  margin-right: 0%;
}
.grid.seven-column .grid-item:nth-child(7n+8) {
  clear: both;
  /* 6 column grid */
}
.grid.six-column .grid-item {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.grid.six-column .grid-item:nth-child(6n+6) {
  margin-right: 0%;
}
.grid.six-column .grid-item:nth-child(6n+7) {
  clear: both;
  /* 5 column grid */
}
.grid.five-column .grid-item {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}
.grid.five-column .grid-item:nth-child(5n+5) {
  margin-right: 0%;
}
.grid.five-column .grid-item:nth-child(5n+6) {
  clear: both;
  /* 4 column grid */
}
.grid.four-column .grid-item {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.grid.four-column .grid-item:nth-child(4n+4) {
  margin-right: 0%;
}
.grid.four-column .grid-item:nth-child(4n+5) {
  clear: both;
  /* 3 column grid */
}
.grid.three-column .grid-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0%;
}
.grid.three-column .grid-item:nth-child(3n+4) {
  clear: both;
}
.layout.side .grid.three-column .grid-item {
  margin-bottom: 12px;
  /* 2 column grid */
}
.grid.two-column .grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0%;
}
.grid.two-column .grid-item:nth-child(2n+3) {
  clear: both;
}
.layout.side .grid-two-column .grid-item {
  margin-bottom: 12px;
  /* 1 column grid */
}
.grid.one-column .grid-item {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
  /* Older styles for database pages. */
}
.googlemap-box {
  width: 100%;
  color: #000;
  overflow: hidden;
}
.googlemap-box .img-right {
  max-width: none !important;
}
.googlemap-box img {
  width: auto;
  max-width: none !important;
}
.googlemap-box a:hover {
  color: #000;
}
.map-holder img {
  width: auto;
  max-width: none !important;
  /* Service slide box (legacy?) */
}
#slidebox {
  width: 940px;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
  font-size: 14px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#slidebox-holder {
  float: left;
  width: 940px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#slidebox-slider {
  position: absolute;
  left: 0px;
  top: 0px;
}
#slidebox a {
  color: #fff;
}
#slidebox a:hover {
  text-decoration: underline;
}
#slidebox .slidebox-item {
  float: left;
  width: 200px;
}
#slidebox #slidebox-left {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 140px;
  z-index: 850;
}
#slidebox #slidebox-left a {
  display: block;
  height: 140px;
  text-decoration: none;
  background-color: #d6d6d6;
  background-image: url(../images/slider_left.png);
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
#slidebox #slidebox-left a:hover {
  background-color: #ededed;
}
#slidebox #slidebox-right {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 140px;
  z-index: 851;
}
#slidebox #slidebox-right a {
  display: block;
  height: 140px;
  text-decoration: none;
  background-color: #d6d6d6;
  background-image: url(../images/slider_right.png);
  background-position: center;
  background-repeat: no-repeat;
}
#slidebox #slidebox-right a:hover {
  background-color: #ededed;
}
#slidebox #slidebox-left a:focus, #slidebox #slidebox-right a:focus {
  outline: 0;
  /* BEFORE AND AFTER GALLERY PAGES */
}
.beforeafter-holder {
  display: block;
}
.beforeafter-holder .beforeafter-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: left;
  position: relative;
}
.beforeafter-holder .beforeafter-item .before-image img {
  max-width: 60%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-holder .beforeafter-item .after-image img {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 980;
  max-width: 50%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.beforeafter-holder div:nth-child(3n+4) {
  clear: left;
}
.beforeafter-side-holder {
  display: block;
}
.beforeafter-side-holder .beforeafter-item {
  float: left;
  width: 140px;
  text-align: left;
  position: relative;
  padding-bottom: 102px;
}
.beforeafter-side-holder .beforeafter-item .before-image img {
  position: absolute;
  left: 0px;
  top: 18px;
}
.beforeafter-side-holder .beforeafter-item .after-image img {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 980;
}
.beforeafter-cat-holder {
  display: block;
}
.beforeafter-cat-holder .beforeafter-item {
  float: left;
  width: 22%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 14px;
  text-align: center;
}
.beforeafter-cat-holder .beforeafter-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.beforeafter-details .before-image {
  float: left;
  width: 47%;
}
.beforeafter-details .after-image {
  float: right;
  width: 47%;
  /* VIDEO PAGES */
}
.video-holder {
  display: block;
}
.video-holder .video-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.video-holder .video-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.video-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.video-holder div:nth-child(3n+4) {
  clear: left;
  /* Site map */
}
.sitemap-holder {
  float: left;
  width: 30%;
  margin-bottom: 14px;
  /* Subscription plans */
}
.subscription-plans {
  display: block;
}
.subscription-plans .subscription-plan {
  float: left;
  width: 32%;
  height: auto;
  padding: 10px 15px;
  margin-right: 2%;
  margin-bottom: 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.subscription-plans .subscription-plan .subs-plan-desc {
  min-height: 120px;
  padding-bottom: 20px;
}
.subscription-plans .subscription-plan .subs-plan-desc h2 {
  font-size: 24px;
  font-weight: normal;
}
.subscription-plans div.subscription-plan:nth-child(3n+3) {
  margin-right: 0%;
}
.subscription-plans div.subscription-plan:nth-child(3n+4) {
  clear: left;
}
.subscription-payments {
  float: left;
  max-width: 600px;
}
.subscription-table .subscription-left {
  float: left;
  width: 30%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-middle {
  float: left;
  width: 40%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .full-subscription-middle {
  float: left;
  width: 70%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-right {
  float: left;
  width: 30%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
  /* Shopping cart */
}
.shopping-cart-list .shopping-cart-list-header {
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-list-items {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .scl-image {
  float: left;
  width: 15%;
  padding-right: 3%;
}
.shopping-cart-list .scl-image img {
  max-height: 100px;
}
.shopping-cart-list .scl-products {
  float: left;
  width: 55%;
  padding-right: 3%;
}
.shopping-cart-list .scl-products .was-price-line {
  font-style: italic;
}
.shopping-cart-list .scl-products .was-price-line .was-price {
  text-decoration: line-through;
}
.shopping-cart-list .scl-products .scl-products-additional .label {
  width: 100%;
}
.shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
  width: 70%;
  margin: 1px 0 6px 0;
}
.shopping-cart-list .scl-products .cart-msg-box textarea {
  width: 70%;
  height: 70px;
}
.shopping-cart-list .scl-quantity {
  float: left;
  width: 10%;
  text-align: center;
  padding-right: 3%;
}
.shopping-cart-list .scl-quantity .scl-quantity-text {
  display: none;
}
.shopping-cart-list .scl-quantity input.text {
  width: 30px;
}
.shopping-cart-list .remove-link {
  font-size: 10px;
}
.shopping-cart-list .scl-price {
  float: right;
  width: 10%;
  text-align: right;
  padding-right: 1%;
}
.shopping-cart-list .shopping-cart-update {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-update .scl-quantity {
  float: right;
  width: auto;
  text-align: right;
  padding-right: 0px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space {
  float: left;
  width: 45%;
  padding-top: 5px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
  float: left;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space select {
  max-width: 96%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
  float: left;
  width: 40%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
  float: left;
  width: 12%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-space {
  float: left;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-final .totals-text {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-value {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals #sc-subtotals .totals-text, .shopping-cart-totals #sc-subtotals .totals-value {
  border-top: none;
  /* Shopping cart message Holder */
}
.message-holder {
  padding: 4px 6px;
  background-color: #f3f3f3;
  border: solid #e1e1e1 1px;
  margin-bottom: 16px;
}
.message-holder ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.message-holder ul li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.msg-small {
  font-size: 11px;
  color: #666;
}
.cart-box-holder {
  padding: 10px 15px;
  border: solid #f1f1f1 1px;
  margin-bottom: 10px;
}
.cart-box {
  /* Checkout address select */
}
.address-selector {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.address-selector li {
  float: left;
  width: 33%;
  line-height: 18px;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 7px;
  margin-left: 0;
  padding-left: 0;
  background: none;
}
.address-selector li:before {
  display: none;
}
.address-selector .address-selector-button {
  float: left;
  width: 10%;
}
.address-selector .address-selector-address {
  float: left;
  width: 88%;
  padding-top: 2px;
  /* Checkout checkboxes */
}
.cart-checkradio-holder .checkradio {
  float: left;
  width: 33%;
  padding-bottom: 4px;
}
.cart-checkradio-holder .checkradio .checkradio-button {
  float: left;
  width: 10%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.cart-checkradio-holder .checkradio label {
  float: left;
  width: 80%;
}
.checkout-error {
  padding-bottom: 16px;
}
.cart-progress .cart-progress-item {
  display: block;
  /* Checkout order summary */
}
.order-summary .os-left {
  padding: 2px 4px 2px 0;
}
.order-summary .os-right {
  padding: 2px 0 2px 0;
  text-align: right;
}
.order-summary .os-total {
  padding-top: 6px;
  border-top: solid #c3d0d2 1px;
  /* Checkout payment holders */
}
.payment-holder-table {
  margin-bottom: 10px;
  padding: 4px 6px;
  border: solid #e1e1e1 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.payment-radio-holder {
  float: left;
  width: 5%;
  padding: 4px 0 5px 0;
}
.payment-holder {
  float: right;
  width: 95%;
  padding: 2px 0 5px 0;
  background-position: right top;
  background-repeat: no-repeat;
}
.payment-holder label {
  display: block;
}
.payment-holder img {
  margin-top: 6px;
}
.payment-holder label, .payment-holder h5, .payment-holder p {
  cursor: pointer;
  /* Checkout country */
}
#country-line {
  line-height: 28px;
}
.country-holder {
  float: left;
  display: inline-block;
}
.country-changer {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.country-picker {
  float: left;
  display: none;
  padding-left: 10px;
  padding-top: 4px;
  /* Cart order history */
}
.orderhistory-titles {
  padding: 5px 3px;
  background-color: #f9f9f8;
  border-bottom: solid #d9d9d9 1px;
}
.orderhistory-td {
  padding: 5px 3px;
  /* Tables Module Styles */
}
.display-table th {
  color: #fff;
  text-align: left;
  background-color: #5a5a5a;
}
.display-table td {
  text-align: left;
}
.display-table .dt-colhighlight {
  font-weight: bold;
}
.display-table .dt-modon {
  background-color: #eeeff0;
}
.display-table .dt-modoff {
  /* User Images */
}
.user-images .user-image {
  float: left;
  width: 15%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 14px;
  text-align: center;
}
.user-images .user-image img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.user-images .user-image:nth-child(6n+6) {
  margin-right: 0%;
}
.user-images .user-image:nth-child(6n+7) {
  clear: left;
  /* Login */
}
#login .login-form li {
  padding-left: 0px;
  background: none;
}
#login .login-form li label {
  display: inline-block;
  width: 200px;
  /* Form styles for standard forms */
}
form {
  margin: 0 auto;
  padding: 0 0 0 0;
}
form h5 {
  background-color: rgba(24, 23, 24, .7);
  color: #fff;
  padding: 10px 20px;
}
.req {
  color: #d60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.layout-full .form-item, .container-main-bottom .form-item {
  clear: none;
  float: left;
  width: 48%;
  margin-right: 2%;
}
.layout-full .form-item.full-width, .container-main-bottom .form-item.full-width {
  width: 98%;
  clear: both;
  max-width: none;
}
.form-item .label, .form-item .label2 {
  width: 100%;
}
.form-item .label-padding {
  margin-left: 0%;
}
.layout.side .form-item .label-padding .layout.third .form-item .label-padding {
  margin-left: 0%;
}
.form-item .subbut, .form-item .g-recaptcha, .form-footer, #recaptcha_image {
  padding-left: 0%;
}
.form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea {
  width: 100%;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.layout.side .form-item .label, .layout.third .form-item .label {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2px;
}
.form-item .label-details {
  clear: both;
  display: block;
  width: 100%;
  margin-right: 0%;
  font-weight: normal;
  font-size: 11px;
  color: #666;
  line-height: 16px;
  padding-top: 2px;
}
.form-item .input {
  float: left;
  height: auto;
}
.layout.side .form-item .input, .layout.third .form-item .input {
  float: none;
  width: auto;
}
.form-item .input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.form-item .select {
  float: left;
  height: auto;
}
.layout.side .form-item .select, .layout.third .form-item .select {
  float: none;
  width: auto;
}
.form-item .select select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.form-item .checkbox {
  float: left;
  height: auto;
  vertical-align: middle;
}
.layout.side .form-item .checkbox, .layout.third .form-item .checkbox {
  float: none;
  width: auto;
}
.form-item .checkbox-list .checkbox {
  width: 50%;
  margin-right: 0%;
}
.form-item .checkbox-list .checkbox:nth-child(2n+3) {
  clear: both;
}
.form-item .checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.form-item .radio {
  float: left;
  height: auto;
}
.layout.side .form-item .radio, .layout.third .form-item .radio {
  float: none;
  width: auto;
}
.form-item .textarea {
  float: left;
  height: auto;
  margin-bottom: 5px;
}
.layout.side .form-item .textarea, .layout.third .form-item .textarea {
  float: none;
  width: auto;
}
.form-item .textarea textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.form-item .textarea img {
  padding-top: 3px;
}
.form-item .input.input-small input, .form-item .select.select-small select {
  max-width: 100px;
}
.form-item .input.input-medium input, .form-item .select.select-medium select {
  max-width: 300px;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: auto;
  font-size: 16px;
  padding: 4px 8px 4px 8px;
  background-color: #eaeaea;
  border: solid #eaeaea 1px;
  font-weight: 400;
  color: #000;
  border-radius: 4px;
  border-radius: 6px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item .image-file {
  clear: both;
  height: auto;
  padding: 8px 8px;
}
.form-item .image-file input[type=file] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-item .image-file.with-image input[type=file] {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-item .image-file .image-holder {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f7f7f7;
  margin-right: 15px;
}
.form-item .image-file .image-holder img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.form-item .subbut, .form-item .g-recaptcha, #recaptcha_image {
  width: 100%;
  margin-top: 6px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.layout.side .form-item .subbut, .layout.third .form-item .subbut, .layout.side .form-item .g-recaptcha, .layout.third .form-item .g-recaptcha, .layout.side #recaptcha_image, .layout.third #recaptcha_image {
  width: 100% !important;
  float: none;
  margin-left: 0%;
  padding-left: 0px;
  /* Custom button */
}
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  cursor: pointer;
  background: #e62525;
  color: #fff;
  border: none;
  padding: 10px 20px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  background: #000;
}
#checkout_button {
  margin-left: 5px;
}
.form-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.layout.side .form-footer, .layout.third .form-footer {
  float: none;
  width: auto;
  /* Sub forms */
}
.subform th {
  background-color: #ccc;
}
.subform td {
  border-bottom: solid #ccc 1px;
}
.sub-button-holder {
  text-align: right;
  margin: 10px 0;
}
.sub-form-holder {
  padding: 10px 0;
  border: solid #ccc 1px;
  display: none;
  margin: 10px 0;
}
.sub-form-holder .subbut2 {
  padding-left: 150px;
  /* Google reCaptcha widget styles */
}
.form-item .g-recaptcha > div > div {
  max-width: 100%;
}
.form-item .g-recaptcha > div > div > iframe {
  max-width: 100%;
}
#recaptcha_image {
  width: 60% !important;
  margin-left: 40%;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border: solid #e1e1e1 1px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
#recaptcha_image img {
  max-width: 100%;
  max-height: 100%;
}
#recaptcha_image embed, #recaptcha_image object, #recaptcha_image iframe {
  float: left;
  max-width: 0px;
  width: 0px;
  height: 0px;
}
#recaptcha_image br {
  display: none;
}
#recaptcha_image #recaptcha_audio_play_again, #recaptcha_image #recaptcha_audio_download {
  clear: left;
  float: left;
  cursor: pointer;
}
.recaptcha_input {
  position: relative;
}
.recaptcha_input .input {
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Colours */
}
.layout.side .input, .layout.third .input {
  padding-right: 0px;
}
.recaptcha_options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li a {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  overflow: hidden;
}
.recaptcha_options #recaptcha_refresh_button a {
  right: 60px;
}
.recaptcha_options #recaptcha_sound_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_image_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_help_button a {
  right: 0px;
}
.layout.side .recaptcha_options li a, .layout.third .recaptcha_options li a {
  top: 0px;
  /* Lightbox Fix */
}
.mfp-bg {
  z-index: 10000001 !important;
}
.mfp-wrap {
  z-index: 10000002 !important;
}
.mfp-content {
  z-index: 10000003 !important;
}
button.mfp-close, button.mfp-arrow {
  z-index: 10000004 !important;
  /* Icon set styles */
}
*[class*='iconblack-'] {
  background-repeat: no-repeat;
}
.iconblack-refresh {
  background-image: url(../images/icons/iconblack_refresh.png);
}
.iconblack-sound {
  background-image: url(../images/icons/iconblack_sound.png);
}
.iconblack-picture {
  background-image: url(../images/icons/iconblack_picture.png);
}
.iconblack-help {
  background-image: url(../images/icons/iconblack_help.png);
}
@font-face {
  font-family: 'social';
  src: url('../images/social/social.eot?dbpphs');
  src: url('../images/social/social.eot?dbpphs#iefix') format('embedded-opentype'), url('../images/social/social.woff2?dbpphs') format('woff2'), url('../images/social/social.ttf?dbpphs') format('truetype'), url('../images/social/social.woff?dbpphs') format('woff'), url('../images/social/social.svg?dbpphs#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="social-"], [class*=" social-"] {
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-facebook:before {
  content: "\e906";
}
.social-facebook-boxed:before {
  content: "\e907";
}
.social-facebook2:before {
  content: "\e908";
}
.social-facebook2-boxed:before {
  content: "\e909";
}
.social-twitter:before {
  content: "\e905";
}
.social-twitter2:before {
  content: "\e90c";
}
.social-twitter2-boxed:before {
  content: "\e90d";
}
.social-instagram:before {
  content: "\e904";
}
.social-instagram2:before {
  content: "\e90e";
}
.social-google:before {
  content: "\e903";
}
.social-google-plus:before {
  content: "\e902";
}
.social-google-plus-boxed:before {
  content: "\e90a";
}
.social-google2:before {
  content: "\e90f";
}
.social-google-plus2:before {
  content: "\e910";
}
.social-google-plus2-boxed:before {
  content: "\e911";
}
.social-youtube2:before {
  content: "\e912";
}
.social-youtube3:before {
  content: "\e913";
}
.social-youtube3-boxed:before {
  content: "\e914";
}
.social-youtube:before {
  content: "\e901";
}
.social-linkedin:before {
  content: "\e900";
}
.social-linkedin-boxed:before {
  content: "\e90b";
}
.social-linkedin2:before {
  content: "\e915";
}
.social-linkedin2-boxed:before {
  content: "\e916";
}
@media screen and (max-width: 1640px) {
  .home-page #image-rotator {
    overflow: hidden;
  }
}
@media screen and (max-width: 1400px) {
  /* Small Screens / Tablets */  .home-page .content .layout.half {
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .home-page #home-container .layout-two-col-equal .layout.half {
    width: 50%;
  }
  .home-page #home-container .layout-two-col-equal .layout.half:nth-child(1) {
    display: none;
  }
  .home-page .layout-two-col-equal .layout.half + .layout.half {
    float: left;
    margin-left: 36%;
  }
  .home-page h1, .home-page h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1160px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #none {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  img {
    max-width: 100%;
    height: auto;
    /* ie8 */
    width: auto\9;
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .img-left, .img-right {
    max-width: 50%;
  }
  .home-page #image-rotator:before {
    display: none;
  }
  .home-page #container-flash {
    padding-bottom: 30px;
  }
  .home-page #container-flash:before {
    display: none;
    /* Hide/show element that should only show on mobile
	.hide-on-mobile {display:none;}
	.show-on-mobile {display:inline;} */
  }
  #container2, #container-header, #container-navigation, #container-flash, #container-bread, #container-intro, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
    width: 100%;
  }
  #container1, .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .wrap {
    padding: 0 20px;
  }
  #header {
    height: auto;
  }
  #container-header .wrap {
    padding: 0 0px;
  }
  #top-nav {
    width: 30%;
  }
  #header #search #search-box-input {
    width: 150px;
  }
  #navigation, #breadcrumb, .auth-details, .container-main .content, .container-main-title .content, .container-main-top .content, .container-main-bottom .content, #footer, #base {
    padding-left: 0px;
    padding-right: 0px;
    /*#navigation {
	clear:both;
	float:none;
	height:auto;
	}*/
  }
  #site-messages .wrap {
    padding: 0 0px;
  }
  #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
    padding: 15px 20px;
  }
  #slidebox {
    display: none;
  }
  #desktop-link {
    display: inline;
  }
  .product-item {
    width: 32%;
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+4) {
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+5) {
    clear: none;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 1160px) {
  .home-page #home-container.container-main.background.image:after {
    margin-left: -400px;
  }
  .home-page .content .layout.half {
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .home-page #home-container .layout-two-col-equal .layout.half {
    width: 50%;
  }
  .home-page #home-container .layout-two-col-equal .layout.half:nth-child(1) {
    display: none;
  }
  .home-page .layout-two-col-equal .layout.half + .layout.half {
    float: left;
    margin-left: 30%;
    /* Outside Wrap Image Right 
	.owr-image	{margin-right:0%;}*/
    /* Outside Wrap Image Left 
	.owl-image	{margin-left:0%;}*/
  }
}
@media screen and (max-width: 850px) {
  #header #logo {
    float: none;
    width: 100%;
    text-align: center;
    max-width: none;
    height: auto;
    line-height: 1;
  }
  #header #logo img {
    max-height: 100%;
    max-height: 100px;
    /* Hide navigation for mobile */
  }
  #navigation {
    display: none !important;
    /* Show mobile navigation */
  }
  #mobile-navigation {
    display: block;
    height: auto;
  }
  #mobile-navigation a {
    float: left;
    display: inline-block;
    width: 22%;
    text-align: center;
    padding: 0 0 0 0;
    margin-right: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  #mobile-navigation a:nth-child(4n+4) {
    margin-right: 0%;
  }
  #mobile-navigation a:nth-child(4n+5) {
    clear: both;
    /* Hide/show element that should only show on mobile */
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inline;
    /* Grid class styles */
  }
  .grid .grid-item {
    float: left;
    display: inline-block;
  }
  .grid .grid-item img {
    vertical-align: middle;
    /* 7 column grid to 4 column */
  }
  .grid.seven-column .grid-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: both;
    /* 6,5,4 column grid to 3 column */
  }
  .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 5%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 5%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 5%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(3n+4) {
    clear: both;
    /* Custom Home Page Styles */
  }
  .home-page .content .layout.half {
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .home-page .layout-two-col-equal .layout.half + .layout.half {
    float: left;
    margin-left: 0%;
  }
  .home-page #home-container .layout-two-col-equal .layout.half {
    width: 100%;
  }
  .home-page #home-container .layout-two-col-equal .layout.half:nth-child(1) {
    /* Outside Wrap Image Right */
  }
  .owr-image {
    margin-right: 0%;
    /* Outside Wrap Image Left */
  }
  .owl-image {
    margin-left: 0%;
  }
  .home-page #home-container.container-main.background.image:before {
    width: 100%;
  }
  .home-page #home-container.container-main.background.image:after {
    display: none;
  }
  .home-page #home-2-container.container-main.background.image:before {
    width: 100%;
  }
  .home-page #home-2-container.container-main.background.image:after {
    display: none;
  }
  .home-page .content .layout.main {
    width: 100%;
  }
  #footer .footer-contact1 {
    width: 50%;
  }
  #footer .footer-links1 {
    width: 50%;
  }
  #footer .footer-contact2 {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  /* Small Tablets */  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 4%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 4%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (max-width: 650px) {
  /* Phones */  .home-page #container-flash {
    padding-bottom: 2px;
  }
  #header {
    /*#header #logo {
		max-width:45%;
		}*/
  }
  #top-nav {
    clear: right;
  }
  #header #search {
    /* Mobile navigation */
  }
  #mobile-navigation a {
    width: 30%;
    margin-right: 5%;
  }
  #mobile-navigation a:nth-child(4n+4) {
    margin-right: 5%;
  }
  #mobile-navigation a:nth-child(4n+5) {
    clear: none;
  }
  #mobile-navigation a:nth-child(3n+3) {
    margin-right: 0%;
  }
  #mobile-navigation a:nth-child(3n+4) {
    clear: both;
    /* Three column equal */
  }
  .layout-three-col-equal .layout.third {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .layout-three-col-equal .layout.third.gap {
    margin-left: 0%;
    /*#footer .footer-contact1 {
		width:45%;
		margin-bottom:18px;
		}
			
		#footer .footer-contact2 {
		clear:left;
		width:45%;
		}
		
		#footer .footer-links1 {
		width:50%;
		}*/
  }
  #footer .footer-contact1 {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  #footer .footer-contact2 {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  #footer .footer-links1 {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    /* 7,6,5,4,3 column grid to 2 column */
  }
  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 4%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 4%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.four-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
    /* Before and After */
  }
  .beforeafter-holder .beforeafter-item {
    width: 45%;
    margin-right: 10%;
  }
  .beforeafter-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .beforeafter-holder div:nth-child(3n+4) {
    clear: none;
  }
  .beforeafter-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .beforeafter-holder div:nth-child(2n+3) {
    clear: left;
    /* Videos */
  }
  .video-holder .video-item {
    width: 45%;
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+4) {
    clear: none;
  }
  .video-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .video-holder div:nth-child(2n+3) {
    clear: left;
  }
  .subscription-plans .subscription-plan {
    width: 47%;
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+3) {
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+4) {
    clear: none;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: left;
  }
  .pricelist-header .pricelist-price, .pricelist-header .pricelist-inclusive {
    display: none;
  }
  .pricelist-product {
    float: left;
    width: 75%;
    margin-right: 2%;
    padding-bottom: 6px;
  }
  .pricelist-price {
    clear: left;
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-inclusive {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-qty {
    float: right;
    width: 23%;
  }
  .product-item {
    width: 47%;
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: none;
  }
  .products-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(2n+3) {
    clear: both;
  }
  .form-item .label, .form-item .label2 {
    margin-bottom: 2px;
  }
  .form-item .label, .form-item .label2, .form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea, .form-item .label-padding, .form-item .subbut, .form-item .g-recaptcha, #recaptcha_image {
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0%;
  }
  .form-item .g-recaptcha > div > div {
    max-width: 100%;
    overflow: hidden;
  }
  .recaptcha_input .input {
    padding-right: 0px;
  }
  .recaptcha_options li a {
    top: 0px;
  }
  .shopping-cart-list .shopping-cart-list-header {
    display: none;
  }
  .shopping-cart-list .shopping-cart-list-items {
    padding: 4px 10px;
    border: solid #f0e8e6 1px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
  }
  .shopping-cart-list .scl-image {
    float: right;
    position: absolute;
    text-align: center;
    right: 5px;
    top: 8px;
    width: 20%;
    max-height: 60px;
  }
  .shopping-cart-list .scl-image img {
    max-height: 60px;
  }
  .shopping-cart-list .scl-products {
    width: 100%;
    min-height: 60px;
    padding-right: 0%;
  }
  .shopping-cart-list .scl-products-title {
    float: left;
    width: 68%;
  }
  .shopping-cart-list .scl-products-additional {
    clear: both;
    width: 100%;
  }
  .shopping-cart-list .scl-products .cart-msg-box, .shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
    width: 98%;
  }
  .msg-small {
    font-size: 13px;
    line-height: 17px;
  }
  .shopping-cart-list .scl-quantity {
    clear: both;
    width: 59%;
    text-align: left;
    padding-right: 0px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-list .scl-quantity .scl-quantity-text {
    float: left;
    display: inline-block;
    padding-right: 3%;
    line-height: 26px;
    font-size: 14px;
  }
  .shopping-cart-list .scl-quantity input {
    float: left;
    font-size: 15px;
    display: inline-block;
    margin-right: 12%;
  }
  .shopping-cart-list .remove-link {
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 26px;
    font-size: 12px;
  }
  .shopping-cart-list .scl-price {
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-right: 1%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-space, .shopping-cart-totals .shopping-cart-total-final .totals-space, #sc-subtotals .totals-space-base {
    display: none;
  }
  .shopping-cart-totals .shopping-cart-total-item, .shopping-cart-totals .shopping-cart-total-final {
    display: block;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
    float: left;
    width: 66%;
    text-align: left;
    padding-right: 0;
    padding-left: 4%;
    margin: 0 0 0 0;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
    float: left;
    width: 26%;
    font-size: 15px;
    padding-right: 4%;
    margin: 0 0 0 0;
  }
  .address-selector li {
    width: 48%;
  }
  .cart-checkradio-holder .checkradio {
    width: 50%;
  }
  .payment-radio-holder {
    width: 10%;
  }
  .payment-holder {
    width: 90%;
  }
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .content .img-left, .content .img-right, .content .img-center {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  html {
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
    /* ie8 */
    width: auto\9;
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  ul li {
    line-height: 26px;
    padding-bottom: 8px;
    background-position: 5px 9px;
  }
  #container1 {
    width: 100%;
  }
  #container2 {
    width: 100%;
  }
  .container-main-title {
    background-color: #fff;
    color: #e62525 !important;
  }
  .container-main-title, .container-main-title .content, .container-main-title .content h1, .container-main-title .content h2, .container-main-title .content h3, .container-main-title .content h4, .container-main-title .content h5, .container-main-title .content h6, .container-main-title .content p {
    color: #e62525 !important;
  }
  #header {
    height: auto;
  }
  #header #logo {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    max-width: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  #header #logo img {
    max-width: 100%;
  }
  #top-nav, #header #search {
    display: none;
  }
  #header #mobile-link {
    display: block;
  }
  #header #mobile-link a {
    clear: none;
    float: right;
    width: auto;
    display: block;
    line-height: 22px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    /*border-top-left-radius:6px;
			background-image:url(../images/phone_icon_white.png);
			background-position:10% 50%;
			background-size:20%;
			background-repeat:no-repeat;*/
    background-color: #e62525;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
    width: 100%;
  }
  #header #mobile-link h4 {
    display: none;
  }
  #header #mobile-link a [class^="icon-"], #header #mobile-link a [class*=" icon-"], #header #mobile-link a .material-icons {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
  }
  .home-page #container-flash {
    padding-bottom: 0;
  }
  #mobile-navigation {
    display: none;
    height: auto;
    font-size: 18px;
    line-height: 1.4;
    color: #414042;
    padding: 15px 0;
  }
  #mobile-navigation a {
    float: none;
    display: block;
    height: auto;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    color: #414042;
    padding: 0 20px;
    margin-bottom: 6px;
    /*text-align:center;*/
    padding-left: 28px;
  }
  #mobile-menu {
    display: block;
  }
  #mobile-menu a {
    display: inline-block;
    /*text-align:center; padding-right:22px;
	margin-bottom:10px;*/
  }
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .content .img-left, .content .img-right, .content .img-center {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .content, .layout.side p, .layout.side .side-holder {
    font-size: 16px;
    line-height: 24px;
  }
  .content h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .content h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .content h3 {
    font-size: 26px;
    line-height: 24px;
  }
  .content h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .layout.side h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .layout.side h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .small {
    font-size: 15px;
    line-height: 23px;
  }
  .large {
    font-size: 17px;
    line-height: 25px;
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 20px;
  }
  #footer .footer-contact1 {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  #footer .footer-contact2 {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  #footer .footer-links1 {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  #footer {
    font-size: 16px;
    line-height: 26px;
  }
  #desktop-link {
    display: inline;
    /* Site Map */
  }
  .sitemap-holder {
    width: 100%;
    /* Grid */
  }
  .grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Before and After */
  }
  .beforeafter-holder .beforeafter-item, .beforeafter-details .before-image, .beforeafter-details .after-image {
    width: 100%;
    margin-right: 0%;
  }
  .beforeafter-details .before-image {
    margin-bottom: 12%;
    /* Video */
  }
  .video-holder .video-item {
    width: 100%;
    margin-right: 0%;
  }
  .product-item {
    width: 100%;
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .subscription-plans .subscription-plan {
    width: 100%;
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: none;
  }
  .subscription-table .subscription-left, .subscription-table .subscription-middle, .subscription-table .full-subscription-middle, .subscription-table .subscription-right {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #f1f1f1 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*@media screen and (max-width: 1920px) {
	.home-page #home-container.container-main.background.image:after {right:44.7%;}
}*/
  }
  .subscription-table .subscription-left {
    padding-top: 8px;
    border-bottom: none;
  }
  .subscription-table .subscription-middle {
    border-top: none;
    border-bottom: none;
  }
  .subscription-table .full-subscription-middle {
    padding-bottom: 8px;
    border-top: none;
  }
  .subscription-table .subscription-right {
    padding-bottom: 8px;
    border-top: none;
  }
  .address-selector li {
    width: 100%;
    margin-bottom: 18px;
  }
  .cart-checkradio-holder .checkradio {
    width: 100%;
    /* iPhone zoom fix */
  }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-links1 a {
    width: 100%;
    margin-bottom: 7px;
  }
  #footer .footer-contact1 a {
    display: block;
    margin-bottom: 6px;
  }
  #footer .footer-links1 a {
    width: 100%;
    margin-bottom: 6px;
  }
}
