/*! 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-family: 'OpenSans 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: yellow;
  color: black;
}
/**
 * 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 silver;
  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;
}
/* ============================================================================= 
   Reset
   ========================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}
a img {
  border: 0;
}
figure {
  position: relative;
}
figure img {
  width: 100%;
}
/* ====================================================================================================================
  Phosphor Grid
  ==================================================================================================================== */

body {
  padding: 0;
}
.container {
  padding: 0 2%;
  margin: 0 auto;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
}
.onecolumn,
.twocolumn,
.threecolumn,
.fourcolumn,
.fivecolumn,
.sixcolumn,
.sevencolumn,
.eightcolumn,
.ninecolumn,
.tencolumn,
.elevencolumn {
  margin-right: 0;
  margin-left: 0;
  float: left;
  min-height: 1px;
}
.row {
  max-width: 1280px;
  margin: 0 auto;
}
.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.row .onecol {
  width: 6.43%;
}
.row .twocol {
  width: 14.76%;
}
.row .threecol {
  width: 23.1%;
}
.row .fourcol {
  width: 31.43%;
}
.row .fivecol {
  width: 39.77%;
}
.row .sixcol {
  width: 48.1%;
}
@media screen and (max-width: 768px) {
  .row .sixcol.medium {
    width: 100%;
  }
}
.row .sevencol {
  width: 56.43%;
}
.row .eightcol {
  width: 64.76%;
}
.row .ninecol {
  width: 73.1%;
}
@media screen and (max-width: 768px) {
  .row .ninecol {
    width: 100%;
  }
}
.row .tencol {
  width: 81.44%;
}
.row .elevencol {
  width: 89.77%;
}
.row .twelvecol {
  width: 98.1%;
  margin: 0 0.95%;
  float: left;
}
.row .onecolumn {
  width: 8.33333333333333%;
}
.row .twocolumn {
  width: 16.6666666666667%;
}
.row .threecolumn {
  width: 25%;
}
.row .fourcolumn {
  width: 33.3333333333333%;
}
.row .fivecolumn {
  width: 41.6666666666667%;
}
.row .sixcolumn {
  width: 50%;
}
.row .sevencolumn {
  width: 58.3333333333333%;
}
.row .eightcolumn {
  width: 66.6666666666666%;
}
.row .ninecolumn {
  width: 74%;
}
.row .tencolumn {
  width: 83.33333333333%;
}
.row .elevencolumn {
  width: 91.6666666666%;
}
.row .twelvecolumn {
  width: 100%;
  float: left;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7em;
}
/* =============================================================================
Media Queries
========================================================================== */

@media handheld, only screen and (max-width: 400px) {
  .row,
  body,
  .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row .onecol,
  .row .twocol,
  .row .threecol,
  .row .fourcol,
  .row .fivecol,
  .row .sixcol,
  .row .sevencol,
  .row .eightcol,
  .row .ninecol,
  .row .tencol,
  .row .elevencol,
  .row .twelvecol {
    width: auto !important;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row .threecol.float-force {
    float: left;
    margin: 0px;
    width: 25% !important;
    min-height: 80px;
  }
  .row .onecolumn,
  .row .twocolumn,
  .row .threecolumn,
  .row .fourcolumn,
  .row .fivecolumn,
  .row .sixcolumn,
  .row .sevencolumn,
  .row .eightcolumn,
  .row .ninecolumn,
  .row .tencolumn,
  .row .elevencolumn {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: 'OpenSans Light';
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-Light-b7e01bbad5151386fb28f4cc10cef81c8b6af47a.eot');
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-Light-b7e01bbad5151386fb28f4cc10cef81c8b6af47a.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/Content/Fonts/OpenSans-Light-3a257a92a0e25be1bb53d13442cdf44293518cc1.woff') format('woff'), url('/cassette.axd/file/Content/Fonts/OpenSans-Light-40442c189568184b6e6c27a25d69f14d91b65039.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Italic';
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-Italic-c5a90ba36aede9014421900135b6f69d55bcd5e3.eot');
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-Italic-c5a90ba36aede9014421900135b6f69d55bcd5e3.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/Content/Fonts/OpenSans-Italic-14ed59af76af98e93e2ccedce24f8aca63c14ea0.woff') format('woff'), url('/cassette.axd/file/Content/Fonts/OpenSans-Italic-f1692eac564e95023e4da341a1b89baae7a65155.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Regular';
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-7055716734b30dd8a0862c8b664ba332608476a9.eot');
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-7055716734b30dd8a0862c8b664ba332608476a9.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/Content/Fonts/OpenSans-1d013bb0b8b3e994fa3d878dfb152c20e40d3ba6.woff') format('woff'), url('/cassette.axd/file/Content/Fonts/OpenSans-3564ed0b5363df5cf277c16e0c6bedc5a682217f.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Bold';
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-Bold-e67df8b694641e24578ccd52972c1e523e704ac2.eot');
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-Bold-e67df8b694641e24578ccd52972c1e523e704ac2.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/Content/Fonts/OpenSans-Bold-8de6cedf8ee95af3553756a7dfa02505ab6c4cb5.woff') format('woff'), url('/cassette.axd/file/Content/Fonts/OpenSans-Bold-c1691e8168b2596af8a00162bac60dbe605e9e36.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Extra Bold';
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-Extrabold-cd1a2f49f98ab513c2fe1bcdf19b227a49e8bc92.eot');
  src: url('/cassette.axd/file/Content/Fonts/OpenSans-Extrabold-cd1a2f49f98ab513c2fe1bcdf19b227a49e8bc92.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/Content/Fonts/OpenSans-Extrabold-e10a89929b2c56cba147b1ae26b139eaacbf1136.woff') format('woff'), url('/cassette.axd/file/Content/Fonts/OpenSans-Extrabold-97d0bd44f1731a9d97fc29e2b2208835575b60b9.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('/cassette.axd/file/Content/Fonts/fontello-29a622c06d5092038f79415743190a19205a3153.eot');
  src: url('/cassette.axd/file/Content/Fonts/fontello-29a622c06d5092038f79415743190a19205a3153.eot#iefix') format('embedded-opentype'), url('/cassette.axd/file/Content/Fonts/fontello-6a643df85cc6e2d8b9c6917fbdc23fa63b43cbf6.woff') format('woff'), url('/cassette.axd/file/Content/Fonts/fontello-8f89e1a5ba8f07d7f2f8d2989f2715915ddd8e74.ttf') format('truetype'), url('/cassette.axd/file/Content/Fonts/fontello-3ced52384eaa2fff1d9daad1375c86fa32676dfc.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/cassette.axd/file/Content/Fonts/fontello-3ced52384eaa2fff1d9daad1375c86fa32676dfc.svg#fontello') format('svg');
  }
}
*/

a.meter-link {
  color: #248585;
}
a.meter-link:hover {
  color: #195d5d;
}
meter {
  width: 99%;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  /* Firefox */
  background: none;
  /* Required to get rid of the default background prop. */
  background-color: #e4e4e4;
}
meter::-webkit-meter-bar {
  background: none;
  /* Important to get rid of default background. */
  background-color: #e4e4e4;
}
meter::-webkit-meter-optimum-value {
  transition: width .5s;
  background: #00c4c3;
  /* old browsers */

}
meter::-moz-meter-bar {
  background: #00c4c3;
  /* old browsers */

}
.meter-frame {
  overflow: hidden;
  background-color: #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 25px;
}
.meter-frame .meter-bar {
  background: #00c4c3;
  /* old browsers */
  height: 25px;
}
.no-m-p {
  margin: 0 !important;
  padding: 0 !important;
}
.man {
  margin: 0;
}
.mtg {
  margin-top: 150px;
}
.mtg-mobile {
  margin-top: 150px;
}
.mbg-mobile {
  margin-bottom: 75px;
}
.mtm {
  margin-top: 10px;
}
.mbs {
  margin-bottom: 5px;
}
.mbm {
  margin-bottom: 10px;
}
.mbl {
  margin-bottom: 15px;
}
.mbh {
  margin-bottom: 35px;
}
.mbg {
  margin-bottom: 75px;
}
.mln {
  margin-left: 0 !important;
}
.mll {
  margin-left: 15px;
}
.mrs {
  margin-right: 5px;
}
.mrm {
  margin-right: 10px;
}
.mrl {
  margin-right: 15px;
}
.mrh {
  margin-right: 35px;
}
.mlb {
  margin-left: 35px;
}
.mtb {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .mtb {
    margin-top: 0;
  }
}
.mbb {
  margin-bottom: 35px;
}
.mts {
  margin-top: 5px;
}
.mtl {
  margin-top: 15px;
}
.mth {
  margin-top: 35px;
}
.mtg {
  margin-top: 75px;
}
.mbg {
  margin-bottom: 75px;
}
.ptg {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .ptg {
    padding-top: 15px;
  }
}
.pas {
  padding: 5px;
}
.pam {
  padding: 10px;
}
.pal {
  padding: 15px;
}
.pab {
  padding: 25px;
}
.prl {
  padding-right: 15px !important;
}
.prm {
  padding-right: 10px !important;
}
.prs {
  padding-right: 5px !important;
}
.pbm {
  padding-bottom: 10px;
}
.pbl {
  padding-bottom: 15px;
}
.pts {
  padding-top: 5px;
}
.ptm {
  padding-top: 10px;
}
.ptl {
  padding-top: 15px;
}
.ptb {
  padding-top: 25px;
}
.pbb {
  padding-bottom: 25px;
}
.pbh {
  padding-bottom: 75px;
}
.pls {
  padding-left: 5px;
}
.plm {
  padding-left: 10px;
}
.pll {
  padding-left: 15px;
}
.plh {
  padding-left: 35px;
}
.pth {
  padding-top: 65px;
}
.pbh {
  padding-bottom: 35px;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
  *zoom: 1;
}
.parent-vertical-center {
  position: relative;
}
.child-vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-title {
  background: #efefef;
  color: #de3c3d;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 5px;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.left {
  float: left;
}
.left img {
  margin: 0 15px 0 0;
}
.right {
  float: right;
}
.none {
  float: none;
}
.center {
  margin: 0 auto;
}
.centered {
  display: block;
  margin: 0 auto;
}
.centered.full-width {
  width: 100%;
}
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  border-collapse: separate;
  font-size: inherit;
  border: 1px solid #cccccc;
  border-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table ul {
  margin: 0 0 0 10px;
}
table h3 {
  font-size: 2em;
}
table td {
  border-right: 1px solid #cccccc;
}
table td:last-child {
  border-right: 0;
}
table th {
  font-family: 'OpenSans Bold';
  border-top: none;
}
table th,
table td {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  vertical-align: center;
  border-top: 1px solid #cccccc;
}
table td img {
  vertical-align: middle;
}
header {
  padding-top: 170px;
}
footer {
  background: #221f1f;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.icon-basket:before {
  content: '\e800';
}
/* '' */

.icon-user:before {
  content: '\e801';
}
/* '' */

.icon-search:before {
  content: '\e802';
}
/* '' */

.icon-home:before {
  content: '\e803';
}
/* '' */

.icon-left-open:before {
  content: '\e804';
}
/* '' */

.icon-right-open:before {
  content: '\e805';
}
/* '' */

.icon-chat:before {
  content: '\e806';
}
/* '' */

.icon-location:before {
  content: '\e807';
}
/* '' */

.icon-facebook:before {
  content: '\e808';
}
/* '' */

.icon-twitter:before {
  content: '\e809';
}
/* '' */

.icon-cancel:before {
  content: '\e80a';
}
/* '' */

.icon-cancel-1:before {
  content: '\e80b';
}
/* '' */

.icon-menu:before {
  content: '\e80c';
}
/* '' */

.icon-rss:before {
  content: '\e80d';
}
/* '' */

.icon-left-big:before {
  content: '\e80e';
}
/* '' */

.icon-right-big:before {
  content: '\e80f';
}
/* '' */

.icon-login:before {
  content: '\e810';
}
/* '' */

.icon-warning:before {
  content: '\e811';
}
/* '' */

.icon-ok:before {
  content: '\e812';
}
/* '' */

.icon-instagramm:before {
  content: '\e813';
}
/* '' */

.icon-phone:before {
  content: '\e820';
}
/* '' */

.icon-facebook,
.icon-twitter,
.icon-instagramm {
  cursor: pointer;
  display: inline-block;
}
.icon-facebook.circle,
.icon-twitter.circle,
.icon-instagramm.circle {
  padding: 5px;
  text-align: center;
  background: #221f1f;
  color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.icon-facebook.circle:hover,
.icon-twitter.circle:hover,
.icon-instagramm.circle:hover,
.icon-facebook.circle:active,
.icon-twitter.circle:active,
.icon-instagramm.circle:active,
.icon-facebook.circle:focus,
.icon-twitter.circle:focus,
.icon-instagramm.circle:focus {
  background: #c62122;
}
.icon-basket {
  position: relative;
}
.instagram {
  margin-top: 30px;
  padding: 50px 0px;
  border-top: 3px solid #221f1f;
}
.instagram a {
  color: #221f1f;
}
.instagram .owl-item {
  height: 150px;
  overflow: hidden;
}
.instagram h3 {
  font-family: 'OpenSans Light';
  margin-bottom: 25px;
  font-size: 1.1em;
}
#instagram {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#instagram li {
  list-style: none;
  float: left;
  margin: 0 20px 20px 0;
}
/* #instafeed{
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    cursor:pointer;
        li {
    	list-style:none;
    	display:inline-block;
    	margin:0 20px 20px 0;
    }

// Scrollbars for instagram feed

    &::-webkit-scrollbar-track-piece{
        background: @white;
    }
    &::-webkit-scrollbar{
      width: 10px;  // for vertical scrollbars 
      height: 10px; // for horizontal scrollbars 
    }
   &::-webkit-scrollbar-thumb{
    background:rgba(134,151,145,0.5);
    .border-radius(10px);
    cursor: pointer;
    }

  }
*/

.icon-location.brand {
  color: #de3c3d;
}
.brand .icon-chat,
.brand .icon-location {
  font-size: 1.5em;
}
.brand .uppercase {
  font-size: 1.25em;
}
.icon-ok {
  color: #9dcf38;
}
.icon-rss {
  font-size: 2em;
  line-height: 1.5em;
  color: #de3c3d;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.icon-rss:hover,
.icon-rss:active,
.icon-rss:focus {
  color: #c62122;
}
body {
  background: white;
}
body,
html {
  font-family: 'OpenSans Regular';
  font-size: 100%;
}
html {
  background: #e4e4e4;
}
/* Gradient color1 - color2 - color1 */

hr {
  margin: 15px 0;
  border: 0;
  height: 1px;
  background: #cccccc;
  background-image: -webkit-linear-gradient(left, white, #cccccc, white);
  background-image: -moz-linear-gradient(left, white, #cccccc, white);
  background-image: -ms-linear-gradient(left, white, #cccccc, white);
  background-image: -o-linear-gradient(left, white, #cccccc, white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OpenSans Bold';
  line-height: 1.2;
  margin: 0px 0px 15px 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  word-wrap: break-word;
  line-height: 1.5;
  margin: 1.5em 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p.inline-block {
  margin: 0;
}
blockquote {
  background: #efefef;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #bfbfbf;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font-family: 'OpenSans Italic';
  font-size: 1.5em;
  line-height: 1.5;
}
a,
a[href^=tel] {
  color: #de3c3d;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a[href^=tel]:hover,
a:active,
a[href^=tel]:active,
a:focus,
a[href^=tel]:focus {
  color: #de3c3d;
  text-decoration: none;
}
label {
  cursor: pointer;
  font-family: "OpenSans Regular";
  font-size: 14px;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
  display: block;
}
label:first-child {
  margin: 0;
  clear: left;
}
label input[type="checkbox"],
label input[type="radio"] {
  font-size: 16px;
}
.sidebar label {
  display: inline-block;
  padding: 0 0 0 5px;
}
.sidebar br {
  margin: 0;
  padding: 0;
}
.errorlist,
.field-validation-error {
  display: block;
  background: #f5e453;
  color: #221f1f;
  padding: 15px;
  margin: 0 0 10px 0;
  cursor: pointer;
}
.success {
  display: block;
  background: #30b230;
  color: white;
  padding: 15px;
  margin: 0 0 10px 0;
  cursor: pointer;
}
form {
  margin: 0 1em 0 0;
}
#purchases form,
#account form,
#password form {
  width: 50%;
}
input {
  box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  /*select*/
  box-sizing: border-box;
  border: 1px solid #cccccc;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  display: block;
  width: 100%;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #248585;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  margin: 0 5px;
}
textarea {
  border: 1px solid #cccccc;
  width: 96%;
  max-width: 100%;
  height: 150px;
  padding: 10px;
}
textarea:hover {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
textarea:focus,
textarea:active {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #248585;
}
.lozenge {
  display: inline-block;
  text-align: center;
  background: #e56868;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-size: .8em;
  padding: 2px 10px;
}
button {
  border: 0;
  font-size: 1em;
}
input[type="reset"],
input[type='submit'],
.button {
  margin: 1em 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background: #de3c3d;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  border: 0;
  color: white;
  padding: 10px 15px;
}
input[type="reset"].primary,
input[type='submit'].primary,
.button.primary {
  min-width: 30%;
}
input[type="reset"] .back,
input[type='submit'] .back,
.button .back {
  padding: 5px 15px 5px 5px;
}
input[type="reset"]:hover,
input[type='submit']:hover,
.button:hover,
input[type="reset"]:active,
input[type='submit']:active,
.button:active,
input[type="reset"]:focus,
input[type='submit']:focus,
.button:focus {
  background: #c62122;
  color: white;
}
input[type="reset"].secondary,
input[type='submit'].secondary,
.button.secondary {
  background: #2f2a2b;
  color: #e4e4e4;
}
input[type="reset"].secondary:hover,
input[type='submit'].secondary:hover,
.button.secondary:hover,
input[type="reset"].secondary:active,
input[type='submit'].secondary:active,
.button.secondary:active,
input[type="reset"].secondary:focus,
input[type='submit'].secondary:focus,
.button.secondary:focus {
  background: #666666;
  color: #e4e4e4;
}
input[type="reset"].tertiary,
input[type='submit'].tertiary,
.button.tertiary {
  background: #cccccc;
  color: #666666;
}
input[type="reset"].tertiary:hover,
input[type='submit'].tertiary:hover,
.button.tertiary:hover,
input[type="reset"].tertiary:active,
input[type='submit'].tertiary:active,
.button.tertiary:active,
input[type="reset"].tertiary:focus,
input[type='submit'].tertiary:focus,
.button.tertiary:focus {
  background: #bfbfbf;
  color: #666666;
}
input[type="reset"].aqua,
input[type='submit'].aqua,
.button.aqua {
  background: #248585;
  color: white;
}
input[type="reset"].aqua:hover,
input[type='submit'].aqua:hover,
.button.aqua:hover,
input[type="reset"].aqua:active,
input[type='submit'].aqua:active,
.button.aqua:active,
input[type="reset"].aqua:focus,
input[type='submit'].aqua:focus,
.button.aqua:focus {
  background: #195d5d;
  color: white;
}
.small-button {
  padding: 5px;
  font-size: .8em;
  margin: 0;
}
.small {
  font-size: 0.8em;
}
.brand {
  color: #de3c3d;
}
.brand-bg {
  background: #333333;
}
.brand-secondary {
  color: #2f2a2b;
}
.brand-bg-secondary {
  background: white;
}
.greylt {
  color: #efefef;
}
.bg-greylt {
  background: #efefef;
  display: block;
}
.greydk {
  color: #e4e4e4;
}
.bg-greydk {
  background: #e4e4e4;
}
.white {
  color: white;
}
.white-bg {
  background: white;
}
.grey {
  color: #bfbfbf;
}
.grey-bg {
  background: #bfbfbf;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-family: 'OpenSans Bold';
}
header a {
  color: #221f1f;
  text-decoration: none;
}
header .cart-price {
  font-family: 'OpenSans Bold';
  position: relative;
}
header .circle-quantity {
  position: absolute;
  top: -10px;
  right: -5px;
  display: inline-block;
  text-align: center;
  color: white;
  background: #de3c3d;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  line-height: 16px;
  font-family: 'OpenSans Bold';
  font-size: 10px;
}
.cart-login-icons ul {
  float: right;
  padding-top: 10px;
}
.cart-login-icons li {
  display: inline;
}
.cart-login-icons a {
  color: white;
  font-size: 14px;
}
.cart-login-icons .icon-user,
.cart-login-icons .icon-basket {
  font-size: 1.5em;
}
ul.inline-list {
  list-style: none;
}
ul.inline-list.left {
  text-align: left;
}
ul.inline-list.right {
  text-align: right;
}
ul.inline-list li {
  display: inline-block;
  float: left;
}
ul.inline-list label {
  display: inline-block;
}
.head-contact .inline-list li {
  float: none;
}
.head-contact .inline-list li img.bookButton {
  max-height: 32px;
  max-width: 180px;
  margin-bottom: -5px;
  vertical-align: bottom;
}
ul.pagination-inline-list {
  cursor: pointer;
  list-style: none;
  clear: both;
}
ul.pagination-inline-list.left {
  text-align: left;
}
ul.pagination-inline-list.right {
  text-align: right;
}
ul.pagination-inline-list li {
  display: inline-block;
  float: none;
}
@media screen and (max-width: 600px) {
  ul.pagination-inline-list li {
    padding: 0 2px;
  }
}
ul.pagination-inline-list li a {
  display: inline-block;
  color: #999999;
  font-family: 'OpenSans Bold';
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  background: #e4e4e4;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 600px) {
  ul.pagination-inline-list li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
ul.pagination-inline-list li a:hover,
ul.pagination-inline-list li a:active,
ul.pagination-inline-list li a:focus {
  color: white;
  background: #666666;
}
ul.pagination-inline-list .icon-left-open,
ul.pagination-inline-list .icon-right-open {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #de3c3d;
  color: white;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  ul.pagination-inline-list .icon-left-open,
  ul.pagination-inline-list .icon-right-open {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
ul.pagination-inline-list .icon-left-open:hover,
ul.pagination-inline-list .icon-right-open:hover,
ul.pagination-inline-list .icon-left-open:active,
ul.pagination-inline-list .icon-right-open:active,
ul.pagination-inline-list .icon-left-open:focus,
ul.pagination-inline-list .icon-right-open:focus {
  background: #c62122;
}
ul.pagination-inline-list li.number.active {
  display: inline-block;
  color: white;
  font-family: 'OpenSans Bold';
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  background: #999999;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 600px) {
  ul.pagination-inline-list li.number.active {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
ul.pagination-inline-list li.number.active a.pagelink {
  background: #666666;
  color: white;
}
ul.social-inline-list {
  list-style: none;
}
ul.social-inline-list.left {
  text-align: left;
}
ul.social-inline-list.right {
  text-align: right;
}
ul.social-inline-list li {
  display: inline-block;
  float: none;
}
ul.no-bullets {
  list-style: none;
}
ul.no-bullets.left {
  text-align: left;
}
ul.no-bullets.right {
  text-align: right;
}
ul.no-bullets li {
  margin: 0;
  padding: 0;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.inline-block {
  display: inline-block;
}
.strike-through {
  text-decoration: line-through;
  color: #bfbfbf;
}
.strike-price span {
  color: #221f1f;
}
.strike-price .strike-through + span {
  color: #de3c3d !important;
}
.center-parent {
  position: relative;
}
.center-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absolute.bottom-left {
  bottom: 20px;
  left: 0;
  background: #de3c3d;
}
.absolute.bottom-left.full {
  width: 100%;
}
.image-banner-brand {
  width: 100%;
  background: #de3c3d;
  text-align: center;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.menu-base {
  margin-top: -2px;
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
.menu-base.top-nav {
  height: 35px;
  line-height: 80px;
}
.menu-base.top-nav .icon-user {
  color: #de3c3d;
}
.menu-base.top-nav img {
  margin-bottom: -3px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.none {
  float: none;
}
.visible {
  overflow: visible !important;
}
input#search {
  height: 37px;
  line-height: normal;
  border: none;
  padding-bottom: 1px;
}
.search-position {
  position: absolute;
  top: 0;
  right: 0;
}
.search-field {
  cursor: pointer;
  position: relative;
  border: 1px solid white;
  font-family: inherit;
  font-size: .8em;
  height: 35px;
  width: 120px;
  padding: 0 0 0 60px;
}
button.search-button {
  background: transparent;
  position: absolute;
  left: 0;
  top: 10px;
  width: 49px;
  padding-left: 12px;
  height: 38px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #221f1f;
  border-right: 1px solid #221f1f;
}
button.search-button:hover,
button.search-button:active,
button.search-button:focus {
  color: #221f1f;
}
.product-page h1 {
  font-family: 'OpenSans Regular';
}
.product-page .slider {
  position: relative;
}
.product-page div.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: right top;
}
div.product-image {
  position: relative;
}
img.product-image {
  margin: 0 auto;
  display: block;
  min-height: 180px;
}
img.product-image.full {
  width: 100%;
}
img.product-image.overlay {
  position: absolute;
  top: 0px;
  right: 0px;
}
img.product-image-basket {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 150px;
  max-height: 150px;
}
img.product-image-basket.full {
  width: 100%;
}
.results-row .product-image {
  min-height: 0;
  padding: 0;
}
.main-nav {
  font-family: 'OpenSans Bold';
  font-size: 0.8em;
  margin: 0;
  line-height: 55px;
  height: 55px;
}
.main-nav.active {
  background: #c62122;
  color: white;
}
.main-nav a {
  color: white;
  display: block;
  padding: 0 10px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.main-nav a:hover,
.main-nav a:active,
.main-nav a:focus {
  background: #c62122;
  color: white;
}
.top-nav {
  font-size: 0.8em;
  margin: 0;
}
.top-nav a {
  display: block;
  padding: 0 10px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.top-nav a:hover {
  color: #cccccc;
}
li:last-child span {
  display: none;
}
a.add-to-price-cart {
  clear: both;
  display: block;
}
ul.add-to-carty {
  list-style: none !important;
  padding: 4px 0px;
  font-size: 1em;
  font-family: 'OpenSans Bold';
  text-decoration: none;
  cursor: pointer;
  color: #444444;
  margin: 0;
  padding: 0;
}
ul.add-to-carty .priced {
  box-sizing: border-box;
  padding: 7px 5px 6px;
  color: #221f1f;
  background: #e4e4e4;
  text-align: center;
  width: 20%;
  min-width: 100px;
  float: left;
}
ul.add-to-carty .add-to-cart {
  box-sizing: border-box;
  width: 50%;
  min-width: 200px;
  float: left;
  text-align: center;
  padding: 7px 12px 6px;
  background: #de3c3d;
  text-transform: uppercase;
  color: white;
}
ul.add-to-carty .special-order {
  box-sizing: border-box;
  width: 50%;
  min-width: 200px;
  float: left;
  text-align: center;
  padding: 7px 12px 6px;
  background: #4951aa;
  text-transform: uppercase;
  color: white;
}
ul.special-ordery {
  list-style: none !important;
  padding: 4px 0px;
  font-size: 1em;
  font-family: 'OpenSans Bold';
  text-decoration: none;
  cursor: pointer;
  color: #444444;
}
ul.special-ordery .priced {
  box-sizing: border-box;
  padding: 7px 5px 6px;
  color: #221f1f;
  background: #e4e4e4;
  text-align: center;
  width: 20%;
  min-width: 100px;
  float: left;
}
ul.special-ordery .add-to-cart {
  box-sizing: border-box;
  width: 50%;
  min-width: 200px;
  float: left;
  text-align: center;
  padding: 7px 12px 6px;
  background: #e34136;
  text-transform: uppercase;
  color: white;
}
ul.special-ordery .special-order {
  box-sizing: border-box;
  width: 50%;
  min-width: 200px;
  float: left;
  text-align: center;
  padding: 7px 12px 6px;
  background: #4951aa;
  text-transform: uppercase;
  color: white;
}
.product-banner {
  margin-bottom: 50px;
}
.product-banner .img-wrapper {
  position: relative;
}
.product-banner img {
  display: block;
}
.productInfo .add-to-price-cart .priced {
  padding: 7px 12px 6px;
  color: white;
  background: #de3c3d;
  line-height: 21px;
}
.productInfo .add-to-price-cart .add-to-cart,
.productInfo .add-to-price-cart .special-order {
  padding: 7px 12px 6px;
}
.product-text {
  position: absolute;
  bottom: 15%;
  width: 100%;
  text-align: center;
}
.product-responsive {
  font-size: 0.8em;
}
.product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #221f1f;
  line-height: 1.5em;
}
.product-title .stock-display {
  text-transform: none;
}
.product-title a {
  color: #221f1f;
}
.product-title a:hover,
.product-title a:active,
.product-title a:focus {
  color: #221f1f;
}
.product-brand {
  font-family: 'OpenSans Bold';
  color: #221f1f;
  text-transform: uppercase;
}
a.special-orders {
  color: #4951aa;
  display: inline-block;
  padding: 5px 0;
  font-size: inherit;
  font-family: 'OpenSans Regular';
}
a.special-orders:hover,
a.special-orders:active,
a.special-orders:focus {
  color: #221f1f;
}
.add-to-price-cart:hover .add-to-cart {
  background-color: #de3c3d;
  background: -webkit-gradient(linear, top, from(#de3c3d), to(#c62122));
  background: -webkit-linear-gradient(top, #de3c3d, #c62122);
  background: -moz-linear-gradient(center top, #de3c3d, #c62122);
  background: -ms-linear-gradient(top, #de3c3d, #c62122);
  background: -o-linear-gradient(top, #de3c3d, #c62122);
}
.add-to-price-cart:hover .special-order {
  background-color: #4951aa;
  background: -webkit-gradient(linear, top, from(#4951aa), to(#2a2f63));
  background: -webkit-linear-gradient(top, #4951aa, #2a2f63);
  background: -moz-linear-gradient(center top, #4951aa, #2a2f63);
  background: -ms-linear-gradient(top, #4951aa, #2a2f63);
  background: -o-linear-gradient(top, #4951aa, #2a2f63);
}
.shop-now {
  text-transform: uppercase;
  font-family: 'OpenSans Regular';
  letter-spacing: .15em;
}
.breadcrumbs {
  cursor: pointer;
  font-size: 0.8em;
  background: #efefef;
}
.breadcrumbs .icon-home {
  padding: 0px .25em 0px 0px;
}
.breadcrumbs a {
  text-decoration: none;
  text-transform: none;
  color: #221f1f;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  color: #999999;
}
.breadcrumbs li {
  margin-right: 5px;
}
.breadcrumbs .dbl-arrows {
  margin: 0 0 0 5px;
}
.helper-text {
  color: #a0a0a0;
}
.helper-text.small {
  font-size: 0.8em;
}
.tabify-menu {
  padding: 0 0 1em .8em;
  margin: 0 0 1em 0;
}
.tabify-menu li {
  background: white;
  display: block;
  float: left;
  list-style: none;
  margin: 0 .5em .25em 0;
  border: 1px solid #221f1f;
}
.tabify-menu li a {
  text-align: center;
  color: #221f1f;
  display: block;
  font-size: 0.8em;
  padding: .25em 2.25em;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
}
.tabify-menu li.auto {
  width: auto;
}
.tabify-menu li.active {
  background: #221f1f;
  border: 1px solid #221f1f;
}
.tabify-menu li.active a {
  color: white;
  background: #221f1f;
}
.content {
  border-bottom: 1px solid #cccccc;
  padding: 15px;
}
.sidebar {
  margin-bottom: 35px;
}
.sidebar h2 {
  padding: 0 0 .25em 0;
  color: #221f1f;
}
.sidebar li {
  font-size: 0.8em;
  line-height: 2em;
}
.sidebar li.group-title {
  color: #e4e4e4;
  font-family: 'OpenSans Bold';
  margin: 15px 0 0 0;
}
.sidebar li.group-title.selected {
  margin: .75em 0;
  font-size: 1.25em !important;
  line-height: 1;
  color: black;
  font-family: "OpenSans Bold";
}
.sidebar li.group-title.selected a {
  color: #221f1f;
}
.sidebar li.group-title.selected a:hover,
.sidebar li.group-title.selected a:active,
.sidebar li.group-title.selected a:focus {
  color: #cccccc;
}
.sidebar a {
  color: dimgray;
}
.sidebar a:hover {
  color: #cccccc;
}
.or-container {
  height: 100px;
  line-height: 100px;
  padding: 0;
  margin: 0;
}
#map-canvas {
  width: 100%;
  height: 500px;
}
#map-canvas img {
  max-width: none;
}
.checkout {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 15px;
}
.checkout.key {
  color: #bfbfbf !important;
  position: absolute;
  top: 15px;
}
.checkout.circle {
  background: #a0a0a0;
}
.checkout.circle.complete {
  background: #de3c3d;
  color: white;
}
.checkout.circle.active {
  background: #de3c3d;
}
.button-supplement {
  line-height: 70px;
}
.scroll {
  max-width: 100%;
  overflow: auto;
}
.full-width {
  width: 100%;
}
.threequarter {
  width: 75%;
  min-width: 75px;
}
.half-width {
  width: 50%;
}
.quarter-width {
  width: 25%;
}
.checkout-centered {
  width: 65%;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}
.checkout-centered:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.continue {
  width: 200px;
}
#specifications h1,
#description h1,
#condition h1,
#rental h1,
#options h1,
#useditems h1,
#rentalPrices h1,
#specifications h2,
#description h2,
#condition h2,
#rental h2,
#options h2,
#useditems h2,
#rentalPrices h2,
#specifications h3,
#description h3,
#condition h3,
#rental h3,
#options h3,
#useditems h3,
#rentalPrices h3 {
  margin: 0 0 1em 0;
  font-family: 'OpenSans Regular', Arial, sans-serif;
  font-weight: 400;
}
#specifications h2,
#description h2,
#condition h2,
#rental h2,
#options h2,
#useditems h2,
#rentalPrices h2 {
  font-size: 18px;
}
#specifications h1,
#description h1,
#condition h1,
#rental h1,
#options h1,
#useditems h1,
#rentalPrices h1,
#specifications h3,
#description h3,
#condition h3,
#rental h3,
#options h3,
#useditems h3,
#rentalPrices h3 {
  font-size: 16px;
}
#specifications table,
#description table,
#condition table,
#rental table,
#options table,
#useditems table,
#rentalPrices table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  border-collapse: separate;
  font-size: .8em;
  border-left: 1px solid #cccccc !important;
  border-radius: 3px;
}
#specifications table td,
#description table td,
#condition table td,
#rental table td,
#options table td,
#useditems table td,
#rentalPrices table td {
  padding: 15px 10px;
}
#specifications table td:last-child,
#description table td:last-child,
#condition table td:last-child,
#rental table td:last-child,
#options table td:last-child,
#useditems table td:last-child,
#rentalPrices table td:last-child {
  border-right: 0;
}
#specifications table td:nth-child(2n),
#description table td:nth-child(2n),
#condition table td:nth-child(2n),
#rental table td:nth-child(2n),
#options table td:nth-child(2n),
#useditems table td:nth-child(2n),
#rentalPrices table td:nth-child(2n) {
  text-align: left !important;
}
#specifications table th,
#description table th,
#condition table th,
#rental table th,
#options table th,
#useditems table th,
#rentalPrices table th {
  font-family: 'OpenSans Bold';
  border-top: none;
}
#specifications p,
#description p,
#condition p,
#rental p,
#options p,
#useditems p,
#rentalPrices p,
#specifications div,
#description div,
#condition div,
#rental div,
#options div,
#useditems div,
#rentalPrices div,
#specifications heading,
#description heading,
#condition heading,
#rental heading,
#options heading,
#useditems heading,
#rentalPrices heading {
  font-size: 14px;
}
#specifications dt,
#description dt,
#condition dt,
#rental dt,
#options dt,
#useditems dt,
#rentalPrices dt {
  margin: 1.5em 0;
}
#specifications b,
#description b,
#condition b,
#rental b,
#options b,
#useditems b,
#rentalPrices b {
  font-family: 'OpenSans Regular';
}
#specifications b,
#rentalPrices b {
  font-family: 'OpenSans Bold';
}
table.basket {
  width: 100%;
  text-align: left;
}
table.basket .header {
  background: #cccccc;
}
table.basket .second-column {
  padding-top: 15px;
}
table.basket .third-column {
  padding: 15px 10px;
}
table.basket .fourth-column {
  padding-top: 15px;
}
table.basket .fifth-column {
  padding: 15px 10px 0 0;
  text-align: center;
}
table.basket .footer {
  padding-top: 15px;
  background: #cccccc;
}
table.basket tbody tr {
  border-bottom: 1px solid #cccccc;
}
table.basket tbody tr:last-child {
  border: 0;
}
/**
 * Tables
 */

table.purchase {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  border-collapse: separate;
  font-size: inherit;
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 3px;
}
table.purchase ul {
  margin: 0 0 0 10px;
}
table.purchase h3 {
  font-size: 2em;
  margin: 0 0 15px 0;
}
table.purchase .price {
  text-align: right;
}
table.purchase .price.bold {
  font-family: 'OpenSans Bold';
}
table.purchase .price.bold.pro {
  background: #e56868;
  color: white;
}
table.purchase .price.bold.pro:before {
  content: 'PRO ';
}
table.purchase .shipping {
  background: #efefef;
}
table.purchase td {
  border-right: 1px solid #cccccc;
}
table.purchase td:last-child {
  border-right: 0;
}
table.purchase th {
  font-family: 'OpenSans Bold';
  border-top: none;
}
table.purchase .fourth-column input[type='text'] {
  width: 30px;
}
table.purchase th,
table.purchase td {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  vertical-align: center;
  border-top: 1px solid #cccccc;
}
table.purchase td.td-image {
  vertical-align: middle;
}
tbody.table-striped tr:nth-child(odd) td {
  background-color: #efefef;
}
tbody.table-striped tr:nth-child(odd) td:first-child {
  background: none;
}
tbody.table-striped tr:hover td:first-child {
  background: none;
}
tbody.table-striped tr:hover td {
  background-color: #e2e2e2;
}
.chosen-container {
  min-width: 200px;
  font-size: 14px;
}
.chosen-container .chosen-results {
  font-size: 14px;
}
.recaptcha {
  margin: 15px 0;
}
.news .news-title {
  position: absolute;
  background: rgba(222, 60, 60, 0.8);
  bottom: -10px;
  padding: 15px;
  color: white;
  width: 100%;
}
.news .news-title-mobile {
  display: none;
}
.news img.heading {
  padding: 0;
}
.news img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news img {
    width: 100% !important;
    height: auto !important;
  }
}
.news .news-previous {
  float: left;
  width: 50%;
  text-align: left;
}
.news .news-next {
  float: right;
  width: 50%;
  text-align: right;
}
.search-results .product-title {
  min-height: 100px;
}
@media screen and (max-width: 1224px) and (min-width: 400px) {
  .search-results .sixcol {
    width: 100% !important;
    display: block !important;
  }
}
.search-drop {
  background: white;
  width: 100%;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 1;
  padding: 15px 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}
.search-drop.hidden {
  opacity: 0;
}
.search-drop .links-list {
  padding: 0 15px;
  position: relative;
  margin: 0px;
  cursor: pointer;
  min-height: 0px;
  line-height: 1.5em;
}
.search-drop a.link-result {
  color: #de3c3d;
}
.search-drop a.link-result:hover,
.search-drop a.link-result:focus,
.search-drop a.link-result:active {
  color: #221f1f;
}
.results-row {
  padding: 15px 0 35px 0;
}
@media screen and (max-width: 1224px) {
  .results-row {
    padding: 15px 0;
  }
}
.seo-title {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 200px;
}
.home-showcase {
  background: white;
  height: 280px;
}
.home-showcase.half {
  position: absolute;
  bottom: 25px;
  width: 48%;
}
.home-showcase.full {
  position: static;
  width: 100%;
}
.home-showcase.left {
  left: 0;
}
.home-showcase.right {
  right: 0;
}
.home-showcase p.strike-price {
  color: #221f1f;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0;
  text-align: center;
}
.home-showcase p.strike-price a {
  color: #221f1f;
}
@media screen and (max-width: 767px) {
  .home-showcase p.strike-price {
    font-size: 24px;
  }
}
.home-showcase p.strike-price .strike-through {
  text-decoration: line-through;
  color: #bfbfbf;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .home-showcase p.strike-price .strike-through {
    font-size: 24px;
  }
}
.home-showcase img {
  padding: 15px 0 0 0;
  max-height: 130px;
}
@media screen and (max-width: 767px) {
  .home-showcase img {
    max-height: none;
  }
}
.home-showcase .shop-now-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #de3c3d;
  text-transform: uppercase;
  color: white;
  padding: 5px 15px;
  text-align: center;
  letter-spacing: .2em;
  font-family: "OpenSans Regular";
  font-size: 1.25em;
}
.home-showcase a.showcase-title {
  font-size: .9em;
  font-family: 'OpenSans Extra Bold';
  text-transform: uppercase;
  line-height: 1.5;
  color: #de3c3d;
  display: block;
  padding: 0 15px;
  min-height: 45px;
}
@media screen and (max-width: 767px) {
  .home-showcase a.showcase-title {
    min-height: none;
  }
}
.home-showcase a.showcase-title:hover {
  color: #c62122;
}
p.strike-price {
  color: #221f1f;
  font-size: 1.35em;
  line-height: 1;
  margin: 0;
  padding: 0px;
}
p.strike-price a {
  color: #221f1f;
}
@media screen and (max-width: 1024px) {
  p.strike-price {
    font-size: 21px;
    margin: 0;
  }
}
p.strike-through {
  font-family: 'OpenSans Bold';
  text-align: left;
  text-decoration: line-through;
  color: #bfbfbf;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  p.strike-through {
    font-size: 21px;
  }
}
.showcase-split .slider-title {
  color: white;
  font-size: 2em;
  line-height: 1.25;
  padding: 0 25px;
}
.showcase-split .two-blocks {
  position: absolute;
  bottom: 35px;
}
.slider-showcase {
  padding: 35px 0;
}
.slider-showcase .rsOverflow {
  min-height: 470px;
}
.slider-showcase-full {
  padding: 35px 0;
}
.home-showcase-fancy {
  background: white;
}
.home-showcase-fancy .product-name {
  min-height: 57px;
  margin: 0;
  padding: 0 15px;
}
.home-showcase-fancy.half {
  position: static;
  width: 48%;
  display: inline-block;
}
.home-showcase-fancy.full {
  position: static;
  width: 100%;
}
.home-showcase-fancy.showcase-left {
  float: left;
}
.home-showcase-fancy.showcase-right {
  float: right;
}
.home-showcase-fancy .strike-price {
  color: #221f1f;
  font-family: 'OpenSans Bold';
  font-size: 24px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
.home-showcase-fancy .strike-price .strike-through {
  text-decoration: line-through;
  color: #bfbfbf;
  font-size: 24px;
}
.home-showcase-fancy img {
  padding: 15px 0 0 0;
  width: auto;
}
.home-showcase-fancy .shop-now-bar {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  background: #de3c3d;
  text-transform: uppercase;
  color: white;
  padding: 5px 0;
  text-align: center;
  letter-spacing: .2em;
  font-family: 'OpenSans Regular';
  font-size: 1.25em;
}
.home-showcase-fancy a.showcase-title {
  font-size: .9em;
  font-family: "OpenSans Extra Bold";
  text-transform: uppercase;
  line-height: 1.5;
  color: #de3c3d;
  display: block;
}
.home-showcase-fancy a.showcase-title:hover {
  color: #c62122;
}
.sub-categories {
  display: none;
  position: absolute;
  top: 55px;
  background: white;
  z-index: 100;
  padding: 10px 10px 0 10px;
  width: 75% !important;
  -webkit-box-shadow: 0 5px 5px 0 rgba(45, 45, 45, 0.35);
  -moz-box-shadow: 0 5px 5px 0 rgba(45, 45, 45, 0.35);
  box-shadow: 0 5px 5px 0 rgba(45, 45, 45, 0.35);
}
.sub-categories .columns h3 {
  font-size: 0.75em;
}
.sub-categories .columns a {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  color: black;
  padding: 0 6px;
}
.sub-categories .columns a:hover {
  background: #43cccc;
}
.sub-categories .columns .column {
  width: 32%;
  float: left;
  padding-right: 5px;
}
.sub-categories .columns .column .category-group h3 {
  font-size: 0.75em;
  line-height: 1.2;
  margin: 0;
}
.sub-categories .columns .column .category-group h3 a {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.sub-categories .columns .column .category-group h3 a:hover {
  background: #43cccc;
}
.sub-categories .columns .column .category-group ul li {
  line-height: .75em;
  font-size: .75em;
  margin: .75em 0;
}
.sub-categories .columns .column .category-group a {
  display: block;
  padding: 3px 5px;
  color: #221f1f;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.sub-categories .columns .column .category-group a:hover,
.sub-categories .columns .column .category-group a:active,
.sub-categories .columns .column .category-group a:focus {
  background: #43cccc;
}
.sub-categories .columns .column .category-group .category-item:last-child {
  padding: 0 0 15px 0;
}
.sub-categories.add-menu .columns .column {
  float: right;
  text-align: left;
}
.label-list {
  list-style: none;
  display: inline-block;
}
.label-list li {
  display: inline-block;
}
.label-list:last-child {
  padding-left: 15px;
}
.ui-autocomplete {
  -webkit-box-shadow: 0 5px 5px 0 rgba(45, 45, 45, 0.35);
  -moz-box-shadow: 0 5px 5px 0 rgba(45, 45, 45, 0.35);
  box-shadow: 0 5px 5px 0 rgba(45, 45, 45, 0.35);
  z-index: 200;
  width: 380px;
  background: white;
  position: fixed;
  top: 132px;
  max-height: 500px;
  overflow: auto;
}
.ui-autocomplete li.ui-menu-item {
  padding: 3px 5px;
  display: block;
  list-style: none;
  line-height: 1;
  font-size: 0.75em;
  margin: 0.75em 0px;
}
.ui-menu-item {
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  -ms-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
}
.ui-menu-item a {
  text-transform: uppercase;
  display: block;
  color: #221f1f;
}
.ui-state-focus {
  cursor: pointer;
  background: #43cccc;
  outline: none;
}
.ui-state-focus a {
  display: block;
}
.shopping-qty {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #de3c3d;
  color: white;
  font-size: 0.65em;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
}
.product-filter {
  padding: 15px 3%;
}
.panel {
  box-sizing: border-box;
  background: #efefef;
  padding: 15px !important;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel form {
  margin: 0;
}
.panel .button {
  width: 100%;
  padding: 15px 0px 15px 0;
}
ul.mobile-logo {
  list-style: none;
}
ul.mobile-logo .override {
  background: none repeat scroll 0% 0% transparent !important;
  width: auto !important;
  text-align: center !important;
  float: none !important;
}
.pagination-secondary {
  margin: 0;
  padding: 5px 0 0 0;
}
.search-bar-mobile {
  position: absolute;
  top: 48px;
  z-index: 10;
  width: 100%;
}
.login-forms {
  width: 50%;
}
.for-print {
  display: none;
}
.logout-link {
  display: none;
}
.medium-hide {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .medium-hide {
    display: none;
  }
}
.medium-show {
  display: none;
}
@media screen and (max-width: 600px) {
  .medium-show {
    display: inline-block;
  }
}
.medium-hide-block {
  display: block;
}
@media screen and (max-width: 600px) {
  .medium-hide-block {
    display: none;
  }
}
.medium-show-block {
  display: none;
}
@media screen and (max-width: 600px) {
  .medium-show-block {
    display: block;
  }
}
.login-forms form h3 {
  margin: 1em 0;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin: 1em 0;
}
.rich-text ul,
.rich-text ol {
  margin: 0 0 0 15px;
}
.rich-text .login-forms form {
  width: 90%;
}
.rich-text ul {
  list-style: inside disc;
}
.rich-text tr li {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .rich-text form {
    width: 87%;
  }
}
.rich-text .checkout-centered form {
  width: 95%;
}
a.rental {
  display: inline-block;
  /*padding: 15px 0;
    color: @aqua;
    &:hover {
        text-decoration: underline;
    }*/

}
.js-item-total.glow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.js-item-total.glow.active {
  -webkit-box-shadow: 0px 0px 5px 5px #248585;
  -moz-box-shadow: 0px 0px 5px 5px #248585;
  box-shadow: 0px 0px 5px 5px #248585;
}
.showcase-right-background {
  background: url('/cassette.axd/file/Content/Images/diagonal_repeat-51c557e35d85ea1ad18bd701afbfab808fb9cb0d.png') repeat transparent;
  width: 100%;
  padding: 35px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .row .fivecolumn {
    width: 100%;
  }
}
.search-view .ninecolumn {
  overflow: visible;
}
.fixed-main {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 20px 0 !important;
  top: 0;
  height: 125px;
  background: white;
}
.fixed-category {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 0;
  top: 115px;
}
.no-showcase {
  height: 0;
}
.ui-helper-hidden-accessible {
  display: none;
}
.slider {
  position: relative;
  width: 100%;
  margin: auto;
}
.slider ul {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.slider ul li {
  list-style: none;
  text-align: center;
}
.slider ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background: #221f1f;
}
.slider-arrow {
  position: absolute;
  top: 40px;
  width: 20px;
  height: 20px;
  background: #221f1f;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.sa-left {
  left: 10px;
}
.sa-right {
  right: 10px;
}
@media screen and (max-width: 1100px) {
  nav.tencol.ninecol-med {
    width: 98.1% !important;
    float: left;
  }
  .search-position {
    position: absolute;
    top: 57px;
    background: white;
    width: 100%;
    float: left;
    left: -30px;
    padding-left: 30px;
  }
  input#search {
    background: none;
    text-transform: uppercase;
  }
  .breadcrumbs {
    cursor: pointer;
    font-size: 0.8em;
    background: #efefef;
    margin-top: 55px;
  }
  button.search-button {
    border-right: none;
  }
  .search-field {
    cursor: pointer;
    position: relative;
    border: 1px solid white;
    font-family: inherit;
    font-size: .8em;
    height: 35px;
    width: 120px;
    padding: 0 0 0 50px;
  }
  .ui-widget {
    background: white;
  }
  .container {
    padding: 0;
  }
  .tablet-hide-block .row .twelvecol {
    margin: 0;
  }
}
.overflow-scroll {
  width: 100%;
  overflow-x: scroll;
}
.at-share-tbx-element .at-share-btn {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  background: #848484 !important;
}
.at-share-tbx-element .at-share-btn:hover,
.at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:active {
  background: #de3c3d !important;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.at-icon-wrapper.at-share-btn.at-svc-facebook:hover,
.at-icon-wrapper.at-share-btn.at-svc-facebook:focus,
.at-icon-wrapper.at-share-btn.at-svc-facebook:active {
  background: #3b5998 !important;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  h1.header-title.profile-title {
    margin: 0 .5em 2em .5em;
  }
}
@media screen and (max-width: 1024px) {
  h1.header-title.profile-title {
    margin-left: .25em;
    margin-right: .25em;
  }
}
.profile-title h3 {
  margin: 0 0 .25em 0;
}
.profile-block {
  text-align: center;
  margin: 0;
  padding: 0;
}
.profile-block h2,
.profile-block h3 {
  font-size: .9em;
}
.profile-block a {
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .profile-block a {
    font-size: .7em;
  }
}
.profile-block img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none !important;
}
.profile-block .fourcol {
  position: relative;
}
@media screen and (min-width: 960px) {
  .profile-block .fourcol {
    margin-bottom: 2em;
  }
  .profile-block .fourcol:first-child {
    border-right: 0.65em solid white;
  }
  .profile-block .fourcol:nth-child(2n) {
    border-left: 0.35em solid white;
    border-right: 0.35em solid white;
  }
  .profile-block .fourcol:nth-child(3n) {
    border-left: 0.65em solid white;
  }
}
@media screen and (max-width: 960px) {
  .profile-block .fourcol {
    width: 100%;
    margin-bottom: 2em;
  }
}
.profile-block .profile-overlay {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efefef;
  -webkit-transition: 0.2s ease-in opacity;
  -moz-transition: 0.2s ease-in opacity;
  transition: 0.2s ease-in opacity;
}
.profile-block .profile-overlay.profile-show {
  opacity: .9;
  z-index: 2;
}
.profile-block .no-js .profile-content {
  position: static;
  top: auto;
  padding: 50% 1em;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .profile-block .no-js .profile-content {
    padding: 25% 1em;
  }
}
.profile-block .profile-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em 1em 3em 1em;
  width: 100%;
}
.profile-block .profile-description {
  font-size: .7em;
}
.profile-block .profile-description p {
  margin: 0 0 .5em 0;
}
.profile-block .profile-footer {
  background: #333333;
  color: white;
  font-size: .6em;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#jsRentalDateRangeContainer .date-picker-wrapper {
  padding: 0;
  border: none;
}
#jsRentalDateRangeContainer .month-wrapper {
  width: auto !important;
  border: none;
}
#jsRentalDateRangeContainer table {
  margin-bottom: 0;
}
#jsRentalDateRangeContainer .gap {
  margin-bottom: 1px;
}
#jsRentalDateRangeContainer .footer {
  padding-top: 0;
}
.add-rental-to-cart {
  /*display: inline-block;
    padding: 7px 12px 6px;
    background-color: @brand;
    border-radius: 4px;
    font-family: 'OpenSans Bold';
    text-transform: uppercase;
    text-align: center;
    color: @white;*/
  cursor: pointer;
}
.add-rental-to-cart ul.add-to-carty .priced {
  min-width: 120px;
  width: auto;
  padding: 7px 10px 6px;
}
.add-rental-to-cart .add-to-cart:hover,
.add-rental-to-cart:active,
.add-rental-to-cart:focus,
.add-rental-to-cart:hover {
  background-color: #c62122;
  color: white;
}
@media screen and (max-width: 1200px) {
  .showcase-right-background {
    padding: 15px 0;
  }
  .showcase-split .slider-title {
    font-size: 1.5em;
    line-height: 1.25;
  }
  .main-nav a {
    padding: 0px 6px;
    font-size: 0.9em !important;
  }
  .sub-categories.add-menu .columns .column {
    padding-left: 61%;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .home-showcase .showcase-container {
    min-height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .ninecol-med {
    width: 78% !important;
  }
}
@media screen and (min-width: 1024px) {
  .login-forms form {
    margin: 0px 1em 0px 5px;
  }
  .search-bar-mobile.searchField,
  #search,
  .searchField,
  input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  * {
    word-wrap: break-word;
  }
  .search-view.row .sixcol {
    width: auto;
  }
  form {
    margin: 0 1em;
  }
  meter {
    border: 0;
  }
  ul.add-to-carty .priced {
    width: 25%;
    min-width: 0;
  }
  ul.add-to-carty .add-to-cart {
    width: 75%;
    min-width: 0;
  }
  ul.special-ordery .priced {
    width: 25%;
    min-width: 0;
  }
  ul.special-ordery .add-to-cart {
    width: 75%;
    min-width: 0;
  }
  ul.special-ordery .special-order {
    width: 75%;
    min-width: 0;
  }
  .logout-link {
    display: inline-block;
    font-size: 16px;
  }
  .login-forms {
    width: 100%;
  }
  #purchases form,
  #account form,
  #password form {
    width: auto;
  }
  .product-page {
    padding: 15px 0 0 0;
  }
  .ui-autocomplete {
    position: static;
    width: 50%;
    overflow: auto;
  }
  .pagination-secondary {
    padding: 0;
  }
  .mtg-mobile {
    margin-top: 15px;
  }
  .mbg-mobile {
    margin-bottom: 15px;
  }
  .label-list:last-child {
    padding-left: 0;
    padding-top: 5px;
  }
  .filterResponsive h1 {
    text-transform: none;
    color: #221f1f;
    font-size: 1.75em;
    line-height: 1;
  }
  .home-showcase-hide .threecol {
    float: left;
    width: 48%;
  }
  .home-showcase.quarter {
    margin-bottom: 15px;
  }
  .showcase-slider .static {
    height: auto;
    padding: 0 0 15px 0;
  }
  .home-showcase {
    height: auto;
    margin-bottom: 10px;
  }
  .home-showcase .product,
  .home-showcase .product-name {
    float: left;
  }
  .home-showcase .product {
    width: 40%;
  }
  .home-showcase .product-name {
    width: 60%;
  }
  .home-showcase .product-price {
    text-align: left;
  }
  .home-showcase .shop-now-bar {
    position: static;
  }
  .home-showcase a.showcase-title {
    padding: 15px 0 0 0;
    text-align: center;
  }
  .home-showcase.half {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news .news-title {
    position: static;
    background: none;
    color: #221f1f;
    margin: 0;
    padding-left: 0;
  }
  .news .news-title-mobile {
    display: block;
  }
  .news img.heading {
    padding: 0;
  }
  .news img {
    padding: 35px 0;
  }
  .product-filter .label-list {
    width: 100%;
    display: block;
  }
  .label-list {
    width: 40%;
  }
  header {
    padding: 0;
  }
  .product-filter {
    padding: 15px 5px 15px;
  }
  .product-title {
    font-size: 1.1em;
    line-height: 1.2;
    margin: 0.5em 0px;
  }
  h1 {
    text-transform: uppercase;
    color: #de3c3d;
    font-size: 1.2em;
    margin-top: 15px;
  }
  .product-page h1 {
    margin: 0;
  }
  .product-page .stock-code {
    font-size: .7em;
    margin: .7em 0;
    box-sizing: border-box;
    width: 50%;
    float: right;
    text-align: right;
    display: inline-block;
    text-transform: uppercase;
  }
  .product-page .no-gst {
    font-size: .7em;
    margin: .7em 0;
    box-sizing: border-box;
    width: 50%;
    float: left;
    display: inline-block;
  }
  a.special-orders {
    float: right;
  }
  .sidebar,
  .footer-info {
    display: none;
  }
}
.tablet-hide {
  display: inline-block !important;
}
@media screen and (max-width: 1024px) {
  .tablet-hide {
    display: none !important;
  }
}
.tablet-show {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tablet-show {
    display: inline-block !important;
  }
}
.tablet-hide-block {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .tablet-hide-block {
    display: none !important;
  }
}
.tablet-show-block {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tablet-show-block {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  header {
    padding: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .product-responsive:nth-child(3n) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  .owl-instagram .owl-item {
    height: auto !important;
    overflow: visible !important;
  }
  img.product-image {
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-width: 100px;
  }
  .scroll {
    overflow: scroll;
  }
  table.basket {
    width: 600px;
  }
  input {
    width: 100%;
  }
  .checkout-centered {
    width: 100%;
  }
  .button-supplement {
    text-align: left;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .product-responsive {
    min-height: 270px;
  }
  .product-responsive:nth-child(3n) {
    clear: left;
  }
}
@media screen and (max-width: 480px) {
  .full-width {
    width: auto;
    font-size: 14px;
  }
  .sixcol-small-mobile,
  .product-responsive.threecol {
    width: 48.1% !important;
    margin-right: 0.95%;
    margin-left: 0.95%;
    float: left;
    min-height: 1px;
  }
  .phone {
    font-size: 2em;
  }
  .footer-title {
    font-size: 1.25em;
  }
}
table.purchase {
  font-size: .8em;
}
.mobile-hide {
  display: inherit !important;
}
@media screen and (max-width: 480px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .mobile-show {
    display: inherit !important;
  }
}
@media screen and (max-width: 400px) {
  .home-showcase-title {
    display: none;
  }
  .showcase-slider .static {
    height: auto;
  }
  .home-showcase-hide {
    display: none;
  }
  .product-responsive {
    padding: 5px;
    box-sizing: border-box;
  }
}
/* 
 * 	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: transparent;
}
/* mouse grab icon */

.grabbing {
  cursor: url(/cassette.axd/file/Content/Images/grabbing-7bc428d4ca83a25d366a8f4191941ae571b6e4a4.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);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: white;
  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: #869791;
}
.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;
  background: #de3c3d;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: white;
  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(/cassette.axd/file/Content/Images/FancyBox/loader-a3243ca6a628b77b3523a18aff6bafae85b45adc.gif) no-repeat center center;
}
/* Base styles */

.owl-overlay {
  top: 15px;
  color: #2d2d2d;
  max-width: 300px;
  text-align: center;
  z-index: 10;
  display: table;
  position: absolute;
}
.owlImage {
  display: block;
}
.slider-wrapper {
  position: relative;
}
.owl-overlay {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media screen and (max-width: 630px) {
  .owl-overlay {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    top: inherit;
  }
}
.owl-overlay .owl-overlay-table-cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.owl-overlay-table-cell img.logo {
  max-height: 50px;
}
@media screen and (max-width: 630px) {
  .owl-overlay .owl-overlay-table-cell {
    vertical-align: top;
  }
}
@media screen and (max-width: 630px) {
  .owl-overlay {
    width: 100%;
  }
}
.owl-overlay.left {
  position: absolute;
  left: 75px;
}
@media screen and (max-width: 630px) {
  .owl-overlay.left {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.owl-overlay.right {
  position: absolute;
  right: 75px;
}
@media screen and (max-width: 630px) {
  .owl-overlay.right {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 631px) {
  .owl-overlay.center {
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
  }
}
.owl-overlay.top-offset {
  top: 15px;
}
.owl-overlay.bottom-offset {
  bottom: 0;
}
.owl-overlay .logo {
  display: block;
  margin: 0 auto;
  padding: 0 0 .5em 0;
}
.owl-overlay p.copy {
  margin: 0;
  padding: 0 0 .5em 0;
  /*DEFAULT FONT SIZE*/
  font-size: 16px;
  /*DEFAULT FONT COLOUR*/
  color: white;
}
@media screen and (max-width: 630px) {
  .owl-overlay p.copy {
    padding: 0 .5em .5em .5em;
  }
}
.owl-overlay .button {
  margin: 0;
  font-family: 'OpenSans Extra Bold';
  /*DEFAULT BUTTON FONT SIZE*/
  font-size: .9em;
  /*DEFAULT BUTTON FONT COLOUR*/
  /*color: No style uses default button style*/
  /*DEFAULT BUTTON BACKGROUND*/
  /*background: No style uses default button style*/
  text-transform: uppercase;
  padding: .65em 2.2em;
}
.owl-overlay .button:hover,
.owl-overlay .button:active,
.owl-overlay .button:focus {
  /*DEFAULT BUTTON BACKGROUND HOVER*/
  background: #c62122;
}
.gradient {
  z-index: 2;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}
.gradient.gradient-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.gradient.gradient-opacity-1 {
  -webkit-opacity: .1;
  -moz-opacity: .1;
  opacity: .1;
}
.gradient.gradient-opacity-2 {
  -webkit-opacity: .2;
  -moz-opacity: .2;
  opacity: .2;
}
.gradient.gradient-opacity-3 {
  -webkit-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
}
.gradient.gradient-opacity-4 {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
}
.gradient.gradient-opacity-5 {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
}
.gradient.gradient-opacity-6 {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
}
.gradient.gradient-opacity-7 {
  -webkit-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
}
.gradient.gradient-opacity-8 {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
}
.gradient.gradient-opacity-9 {
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
}
.gradient.gradient-opacity-10 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gradient.right-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(black));
  background-image: -webkit-linear-gradient(left, transparent, black);
  background-image: -moz-linear-gradient(left, transparent, black);
  background-image: -ms-linear-gradient(left, transparent, black);
  background-image: -o-linear-gradient(left, transparent, black);
  background-image: linear-gradient(left, transparent, black);
}
.gradient.left-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(transparent));
  background-image: -webkit-linear-gradient(left, black, transparent);
  background-image: -moz-linear-gradient(left, black, transparent);
  background-image: -ms-linear-gradient(left, black, transparent);
  background-image: -o-linear-gradient(left, black, transparent);
  background-image: linear-gradient(left, black, transparent);
}
.gradient.bottom-top {
  background: -webkit-gradient(linear, top, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(center top, transparent, black);
  background: -ms-linear-gradient(top, transparent, black);
  background: -o-linear-gradient(top, transparent, black);
  background: linear-gradient(top, transparent, black);
}
@media screen and (max-width: 630px) {
  .owl-overlay {
    max-width: none;
    width: 100%;
    padding-top: 40px;
  }
  .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
  }
  .owl-overlay.mobile-vert-bottom {
    top: auto !important;
    bottom: 50px !important;
    padding-top: 0;
  }
  .owl-overlay-table-cell.mobile-align-bottom {
    margin-bottom: 35px !important;
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 767px) {
  .owl-carousel {
    margin-top: 5%;
  }
}
@media screen and (min-width: 631px) and (max-width: 940px) {
  .owl-overlay p.copy {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-height: 50px;
    max-width: 300px;
  }
  .owl-overlay-table-cell img.logo {
    max-height: 45px;
  }
}
.product-banner {
  position: relative;
  overflow: hidden;
  background: black;
}
.product-banner img {
  display: block;
}
.product-banner .owl-overlay.mobile-vert-bottom {
  bottom: 0!important;
}
.product-banner .owl-overlay {
  padding: 1em;
  width: auto;
  text-align: center;
  color: white;
}
.product-banner .owl-overlay *:last-child {
  margin-bottom: 0;
}
.product-banner .owl-overlay .logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 630px) {
  .product-banner {
    margin-top: 20px;
    overflow: auto;
  }
}
.product-banner.text-overflow {
  overflow: auto;
}
.product-banner.text-overflow .owl-overlay {
  padding-top: 60px!important;
  padding-bottom: 60px!important;
  top: 0!important;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.product-banner.text-overflow .owl-overlay.center {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  left: 50%;
}
