﻿/*#region Mixins  */
/*#region FONTS */
/*#endregion */
/*#region ITEMS */
/*#endregion */
/*#endregion*/
/*#region RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
b {
  font-weight: bold;
}
ol,
ul {
  padding: 0 0 0 40px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*#endregion*/
/*#region Mixins  */
meta.foundation-version {
  font-family: "/5.3.0/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html,
body {
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
}
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80em;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}
thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
table.hide-for-touch {
  display: table;
}
.touch table.show-for-touch {
  display: table;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
/*#region CUSTOM MIXINS */
/*#endregion */
/*#endregion*/
/*#region LIBRARIES */
/*#region FOUNDATION EXTENSION */
.row {
  max-width: none;
}
.row.nopad > .column,
.row.nopad > .columns,
.column.nopad,
.columns.nopad {
  padding-left: 0;
  padding-right: 0;
}
.row.nopad {
  margin-left: 0;
  margin-right: 0;
}
input {
  max-width: 100%;
}
/*#endregion */
.m40 {
  margin: 40px;
}
.m35 {
  margin: 35px;
}
.m30 {
  margin: 30px;
}
.m25 {
  margin: 25px;
}
.m20 {
  margin: 20px;
}
.m15 {
  margin: 15px;
}
.m10 {
  margin: 10px;
}
.m5 {
  margin: 5px;
}
.m0 {
  margin: 0px;
}
.m-5 {
  margin: -5px;
}
.m-10 {
  margin: -10px;
}
.mt40 {
  margin-top: 40px;
}
.mt35 {
  margin-top: 35px;
}
.mt30 {
  margin-top: 30px;
}
.mt25 {
  margin-top: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mt0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: -5px;
}
.mt-10 {
  margin-top: -10px;
}
.mr40 {
  margin-right: 40px;
}
.mr35 {
  margin-right: 35px;
}
.mr30 {
  margin-right: 30px;
}
.mr25 {
  margin-right: 25px;
}
.mr20 {
  margin-right: 20px;
}
.mr15 {
  margin-right: 15px;
}
.mr10 {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px;
}
.mr0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: -5px;
}
.mr-10 {
  margin-right: -10px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: -5px;
}
.mb-10 {
  margin-bottom: -10px;
}
.ml40 {
  margin-left: 40px;
}
.ml35 {
  margin-left: 35px;
}
.ml30 {
  margin-left: 30px;
}
.ml25 {
  margin-left: 25px;
}
.ml20 {
  margin-left: 20px;
}
.ml15 {
  margin-left: 15px;
}
.ml10 {
  margin-left: 10px;
}
.ml5 {
  margin-left: 5px;
}
.ml0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: -5px;
}
.ml-10 {
  margin-left: -10px;
}
.p40 {
  padding: 40px;
}
.p35 {
  padding: 35px;
}
.p30 {
  padding: 30px;
}
.p25 {
  padding: 25px;
}
.p20 {
  padding: 20px;
}
.p15 {
  padding: 15px;
}
.p10 {
  padding: 10px;
}
.p5 {
  padding: 5px;
}
.p0 {
  padding: 0px;
}
.p-5 {
  padding: -5px;
}
.p-10 {
  padding: -10px;
}
.pt40 {
  padding-top: 40px;
}
.pt35 {
  padding-top: 35px;
}
.pt30 {
  padding-top: 30px;
}
.pt25 {
  padding-top: 25px;
}
.pt20 {
  padding-top: 20px;
}
.pt15 {
  padding-top: 15px;
}
.pt10 {
  padding-top: 10px;
}
.pt5 {
  padding-top: 5px;
}
.pt0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: -5px;
}
.pt-10 {
  padding-top: -10px;
}
.pr40 {
  padding-right: 40px;
}
.pr35 {
  padding-right: 35px;
}
.pr30 {
  padding-right: 30px;
}
.pr25 {
  padding-right: 25px;
}
.pr20 {
  padding-right: 20px;
}
.pr15 {
  padding-right: 15px;
}
.pr10 {
  padding-right: 10px;
}
.pr5 {
  padding-right: 5px;
}
.pr0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: -5px;
}
.pr-10 {
  padding-right: -10px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: -5px;
}
.pb-10 {
  padding-bottom: -10px;
}
.pl40 {
  padding-left: 40px;
}
.pl35 {
  padding-left: 35px;
}
.pl30 {
  padding-left: 30px;
}
.pl25 {
  padding-left: 25px;
}
.pl20 {
  padding-left: 20px;
}
.pl15 {
  padding-left: 15px;
}
.pl10 {
  padding-left: 10px;
}
.pl5 {
  padding-left: 5px;
}
.pl0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: -5px;
}
.pl-10 {
  padding-left: -10px;
}
.small-show-inline {
  display: inline;
}
.small-show {
  display: block;
}
.small-td-show,
td.small-show {
  display: table-cell;
}
.small-hide {
  display: none;
}
/*#region TABLES */
/*#region TABLE TYPES */
/*#region INPUT FORM */
TABLE.tbl_InputForm {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4em;
  margin: 0 0 10px 0;
}
TABLE.tbl_InputForm:empty {
  display: none;
}
TABLE.tbl_InputForm TR {
  vertical-align: top;
}
TABLE.tbl_InputForm TR TH {
  vertical-align: top;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}
TABLE.tbl_InputForm TR TH DIV {
  font-size: 12px;
  line-height: 1.3em;
  color: #777;
  /*border-left: 1px solid #bbb;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;*/
}
TABLE.tbl_InputForm TR TH LABEL {
  text-decoration: none;
}
TABLE.tbl_InputForm TR TH LABEL:hover {
  text-decoration: underline;
}
TABLE.tbl_InputForm TR.tr_RequiredField TH LABEL,
TABLE.tbl_InputForm TR TH.th_RequiredField LABEL {
  font-weight: bold;
}
TABLE.tbl_InputForm TR TD {
  vertical-align: top;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}
TABLE.tbl_InputForm TR TD INPUT[type=text],
TABLE.tbl_InputForm TR TD INPUT[type=email],
TABLE.tbl_InputForm TR TD INPUT[type=tel] {
  width: 100%;
}
TABLE.tbl_InputForm TR TD .img_FormItemStatus {
  vertical-align: middle;
}
TABLE.tbl_InputForm TR.tr_HiddenTableRow {
  display: none;
}
/*#endregion*/
/*#region DATA */
TABLE.tbl_Data {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4em;
  margin: 0 0 10px 0;
}
TABLE.tbl_Data TR {
  vertical-align: top;
  text-align: left;
}
TABLE.tbl_Data TR.AlignRight {
  vertical-align: top;
  text-align: right;
}
TABLE.tbl_Data THEAD TR TH {
  font-weight: normal;
  background: #eee;
  vertical-align: top;
  padding: 5px 10px;
  color: #0e4866;
  border-bottom: 1px solid #d5d5d5;
}
TABLE.tbl_Data THEAD TR TH:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
TABLE.tbl_Data THEAD TR TH:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
TABLE.tbl_Data THEAD TR TH A.a_OrderByASC {
  padding-right: 15px;
  background: url(../../../../WebthinkingAssets/public/styles/library/images/icons/arrows/darkdown.png) right center no-repeat;
}
TABLE.tbl_Data THEAD TR TH A.a_OrderByDESC {
  padding-right: 15px;
  background: url(../../../../WebthinkingAssets/public/styles/library/images/icons/arrows/darkup.png) right center no-repeat;
}
TABLE.tbl_Data TBODY TR TD {
  vertical-align: top;
  padding: 5px 10px;
  border-top: 1px dotted #e9e9e9;
  border-left: 1px dotted #e9e9e9;
  background: #ffffff;
}
TABLE.tbl_Data TBODY TR TD:first-child {
  border-left: 0;
}
TABLE.tbl_Data TBODY TR:last-child TD {
  border-bottom: 0;
}
TABLE.tbl_Data TBODY TR:hover TD {
  background: #eaf5fb;
}
TABLE.tbl_Data TBODY:last-child TR:last-child TD {
  border-bottom: 5px solid #eee;
}
TABLE.tbl_Data TFOOT TR TD {
  background: #eee;
  vertical-align: top;
  padding: 5px 10px;
}
TABLE.tbl_Data TFOOT TR TD {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
TABLE.tbl_Data TBODY TR.tr_Totals TD {
  font-weight: bold;
}
TABLE.tbl_Data TBODY TR.tr_Deleted TD {
  background: #eee;
}
TABLE.tbl_Data THEAD TR TH.tcol_OrderBy {
  background: #d5d5d5;
}
TABLE.tbl_Data TBODY TR TD.tcol_OrderBy {
  background: #eee;
}
TABLE.tbl_Data TBODY TR:hover TD.tcol_OrderBy {
  background: #e1e1e1;
}
td.align-right,
th.align-right {
  text-align: right;
}
/*#endregion*/
/*#region INFO */
TABLE.tbl_Info {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4em;
  margin: 0 0 10px 0;
}
TABLE.tbl_Info TR {
  vertical-align: top;
}
TABLE.tbl_Info TR TH {
  font-weight: bold;
  vertical-align: top;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}
TABLE.tbl_Info TR TH H3 {
  margin: 0;
}
TABLE.tbl_Info TR TD {
  vertical-align: top;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}
TABLE.tbl_Info TR:hover TH,
TABLE.tbl_Info TR:hover TD {
  background: #eee;
}
/*#endregion*/
/*#endregion*/
/*#region THUMBS */
TABLE.tbl_Data TR .tcol_Thumb {
  width: 130px;
}
TABLE.tbl_Data TR .tcol_Thumb .div_Thumb {
  overflow: hidden;
  border: 1px solid #ccc;
}
TABLE.tbl_Data TR .tcol_SmallThumb {
  width: 75px;
}
TABLE.tbl_Data TR .tcol_SmallThumb .div_Thumb {
  height: 75px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 5px;
}
TABLE.tbl_Data TR .tcol_SmallThumb IMG {
  width: 75px;
}
/*#endregion*/
/*#region Column Styles */
.tcol_Thumb {
  width: 85px;
}
.tcol_SmallThumb {
  width: 50px;
}
.tcol_SmallThumb IMG {
  width: 50px;
}
.tcol_Date {
  width: 150px;
}
.tcol_Tools .a_Button {
  margin-right: 3px;
}
.tcol_25C {
  width: 25px;
  text-align: center;
}
.tcol_50 {
  width: 50px;
}
.tcol_50C {
  width: 50px;
  text-align: center;
}
.tcol_70 {
  width: 70px;
}
.tcol_70C {
  width: 70px;
  text-align: center;
}
.tcol_75 {
  width: 75px;
}
.tcol_100 {
  width: 100px;
}
.tcol_100C {
  width: 100px;
  text-align: center;
}
.tcol_120 {
  width: 120px;
}
.tcol_150 {
  width: 150px;
}
.tcol_150C {
  width: 150px;
  text-align: center;
}
.tcol_180 {
  width: 180px;
}
.tcol_200 {
  width: 200px;
}
.tcol_200C {
  width: 200px;
  text-align: center;
}
.tcol_250 {
  width: 250px;
}
.tcol_300 {
  width: 300px;
}
.tcol_400 {
  width: 400px;
}
/*#endregion*/
/*#endregion*/
/*#endregion */
/*#region TAGS */
body {
  background: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 90%;
  line-height: 1.375;
}
input {
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 1em;
  line-height: 1.375;
  vertical-align: middle;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel] {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 0.6em 0.8em;
  width: 100%;
}
select {
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 1em;
  line-height: 1.375;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 10px;
}
textarea {
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 1em;
  line-height: 1.375;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 0.6em 0.8em;
  width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
a {
  color: #35a5c5;
}
a:hover {
  color: #0086ad;
  text-decoration: underline;
}
h1,
h2,
h3,
h4 {
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.5em 0 1em;
}
h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 1.8em 0 0.9em;
}
h2:first-child {
  margin-top: 0;
}
h3 {
  font-size: 1.35em;
  line-height: 1.2em;
  margin: 1.5em 0 0.75em;
}
h3:first-child {
  margin-top: 0;
}
h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 1.2em 0 0.6em;
}
h4:first-child {
  margin-top: 0;
}
p {
  margin: 1em 0;
}
/*#endregion */
/*#region LAYOUT */
/*#region HEADER */
.header {
  padding: 10px 0;
  max-width: 1180px;
  margin: 0 auto;
}
.header .div_TopBar {
  text-align: right;
  display: none;
}
.header .div_TopBar .tel-num {
  display: inline-block;
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  font-size: 1.1em;
  padding: 0 0 0 40px;
  margin: 0 0 0 15px;
  background: url(../images/icons/phone.png) 20px 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.header .logo {
  display: block;
  vertical-align: middle;
  padding: 0 10px;
}
.header .logo > img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.header .search {
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header .search .search-box {
  background: url(../images/icons/magnifyingglass-grey.png) 15px center no-repeat #fff;
  background-size: auto 50%;
  height: 45px;
  display: none;
  position: relative;
}
.header .search .search-box input {
  background: none;
  border: 1px solid #eee;
  height: 45px;
  width: 100%;
  padding: 0 0 0 50px;
}
.header .search .search-box .a_Button {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  line-height: 1.3em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header .search .search-link {
  position: absolute;
  right: 0;
  background: url(../images/icons/magnifyingglass-black.png) center center no-repeat;
  background-size: auto 50%;
  width: 40px;
  height: 40px;
  margin-top: 12px;
  z-index: 31;
}
.header .search .div_Loader {
  color: #888;
  display: inline;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 0 -170px;
  position: absolute;
  text-align: right;
  width: 100px;
}
.MobileLayout .header .logo {
  display: inline-block;
  max-width: 50%;
  height: auto;
}
.MobileLayout .header .logo img {
  width: auto;
  height: 35px;
  max-width: none;
  max-height: none;
}
/*#endregion */
/*#region CONTENT */
.div_MainOuter {
  margin: 0 auto;
}
.div_MainContent {
  background: #fff;
  padding: 10px;
  margin: 0 auto;
  max-width: 1180px;
}
.wide-layout .div_MainContent {
  max-width: none;
}
.MobileLayout .div_MainContent {
  padding-top: 20px;
  border-top: 3px solid #35a5c5;
}
/*#endregion */
/*#region MAIN MENU */
.div_CategoriesMenu {
  background: #eee;
  color: #fff;
  line-height: 3em;
  margin: 0 auto;
  position: relative;
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
}
.div_CategoriesMenu .a_MainMenuLink {
  display: block;
  color: #333;
  padding: 0 0 0 50px;
  background: url(../images/icons/menu-black.png) 15px center no-repeat;
  background-size: 20px;
  text-decoration: none;
}
.div_CategoriesMenu .div_CategoriesMenuInner {
  display: none;
  line-height: 2em;
  max-width: 1180px;
  margin: 0 auto;
  /*#ucMainMenu_ucSuperMenu1_dr_ctl06_panSupermenu {
			display: block;
		}*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem > a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.7em 15px;
  text-transform: uppercase;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-carpet {
  background: #d51952 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de1a56', endColorstr='#d51952');
  background-image: linear-gradient(center top, #de1a56 50%, #d51952 50%);
  background-image: -o-linear-gradient(center top, #de1a56 50%, #d51952 50%);
  background-image: -moz-linear-gradient(center top, #de1a56 50%, #d51952 50%);
  background-image: -webkit-linear-gradient(center top, #de1a56 50%, #d51952 50%);
  background-image: -ms-linear-gradient(center top, #de1a56 50%, #d51952 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-carpet:hover {
  background: #c7174d no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d01851', endColorstr='#c7174d');
  background-image: linear-gradient(center top, #d01851 50%, #c7174d 50%);
  background-image: -o-linear-gradient(center top, #d01851 50%, #c7174d 50%);
  background-image: -moz-linear-gradient(center top, #d01851 50%, #c7174d 50%);
  background-image: -webkit-linear-gradient(center top, #d01851 50%, #c7174d 50%);
  background-image: -ms-linear-gradient(center top, #d01851 50%, #c7174d 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-timber {
  background: #659258 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69985c', endColorstr='#659258');
  background-image: linear-gradient(center top, #69985c 50%, #659258 50%);
  background-image: -o-linear-gradient(center top, #69985c 50%, #659258 50%);
  background-image: -moz-linear-gradient(center top, #69985c 50%, #659258 50%);
  background-image: -webkit-linear-gradient(center top, #69985c 50%, #659258 50%);
  background-image: -ms-linear-gradient(center top, #69985c 50%, #659258 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-timber:hover {
  background: #5e8852 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#628e56', endColorstr='#5e8852');
  background-image: linear-gradient(center top, #628e56 50%, #5e8852 50%);
  background-image: -o-linear-gradient(center top, #628e56 50%, #5e8852 50%);
  background-image: -moz-linear-gradient(center top, #628e56 50%, #5e8852 50%);
  background-image: -webkit-linear-gradient(center top, #628e56 50%, #5e8852 50%);
  background-image: -ms-linear-gradient(center top, #628e56 50%, #5e8852 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-laminate {
  background: #007ea3 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086ad', endColorstr='#007ea3');
  background-image: linear-gradient(center top, #0086ad 50%, #007ea3 50%);
  background-image: -o-linear-gradient(center top, #0086ad 50%, #007ea3 50%);
  background-image: -moz-linear-gradient(center top, #0086ad 50%, #007ea3 50%);
  background-image: -webkit-linear-gradient(center top, #0086ad 50%, #007ea3 50%);
  background-image: -ms-linear-gradient(center top, #0086ad 50%, #007ea3 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-laminate:hover {
  background: #007294 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007a9e', endColorstr='#007294');
  background-image: linear-gradient(center top, #007a9e 50%, #007294 50%);
  background-image: -o-linear-gradient(center top, #007a9e 50%, #007294 50%);
  background-image: -moz-linear-gradient(center top, #007a9e 50%, #007294 50%);
  background-image: -webkit-linear-gradient(center top, #007a9e 50%, #007294 50%);
  background-image: -ms-linear-gradient(center top, #007a9e 50%, #007294 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-bamboo {
  background: #c39712 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc9e13', endColorstr='#c39712');
  background-image: linear-gradient(center top, #cc9e13 50%, #c39712 50%);
  background-image: -o-linear-gradient(center top, #cc9e13 50%, #c39712 50%);
  background-image: -moz-linear-gradient(center top, #cc9e13 50%, #c39712 50%);
  background-image: -webkit-linear-gradient(center top, #cc9e13 50%, #c39712 50%);
  background-image: -ms-linear-gradient(center top, #cc9e13 50%, #c39712 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-bamboo:hover {
  background: #b58c11 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be9312', endColorstr='#b58c11');
  background-image: linear-gradient(center top, #be9312 50%, #b58c11 50%);
  background-image: -o-linear-gradient(center top, #be9312 50%, #b58c11 50%);
  background-image: -moz-linear-gradient(center top, #be9312 50%, #b58c11 50%);
  background-image: -webkit-linear-gradient(center top, #be9312 50%, #b58c11 50%);
  background-image: -ms-linear-gradient(center top, #be9312 50%, #b58c11 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-tiles {
  background: #2bbda7 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dc5ae', endColorstr='#2bbda7');
  background-image: linear-gradient(center top, #2dc5ae 50%, #2bbda7 50%);
  background-image: -o-linear-gradient(center top, #2dc5ae 50%, #2bbda7 50%);
  background-image: -moz-linear-gradient(center top, #2dc5ae 50%, #2bbda7 50%);
  background-image: -webkit-linear-gradient(center top, #2dc5ae 50%, #2bbda7 50%);
  background-image: -ms-linear-gradient(center top, #2dc5ae 50%, #2bbda7 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-tiles:hover {
  background: #28b09c no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ab9a3', endColorstr='#28b09c');
  background-image: linear-gradient(center top, #2ab9a3 50%, #28b09c 50%);
  background-image: -o-linear-gradient(center top, #2ab9a3 50%, #28b09c 50%);
  background-image: -moz-linear-gradient(center top, #2ab9a3 50%, #28b09c 50%);
  background-image: -webkit-linear-gradient(center top, #2ab9a3 50%, #28b09c 50%);
  background-image: -ms-linear-gradient(center top, #2ab9a3 50%, #28b09c 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-vinyl {
  background: #6c4e94 no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71529b', endColorstr='#6c4e94');
  background-image: linear-gradient(center top, #71529b 50%, #6c4e94 50%);
  background-image: -o-linear-gradient(center top, #71529b 50%, #6c4e94 50%);
  background-image: -moz-linear-gradient(center top, #71529b 50%, #6c4e94 50%);
  background-image: -webkit-linear-gradient(center top, #71529b 50%, #6c4e94 50%);
  background-image: -ms-linear-gradient(center top, #71529b 50%, #6c4e94 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.category-vinyl:hover {
  background: #65498a no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a4d91', endColorstr='#65498a');
  background-image: linear-gradient(center top, #6a4d91 50%, #65498a 50%);
  background-image: -o-linear-gradient(center top, #6a4d91 50%, #65498a 50%);
  background-image: -moz-linear-gradient(center top, #6a4d91 50%, #65498a 50%);
  background-image: -webkit-linear-gradient(center top, #6a4d91 50%, #65498a 50%);
  background-image: -ms-linear-gradient(center top, #6a4d91 50%, #65498a 50%);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem:hover .div_SuperMenu {
  display: block;
}
.div_CategoriesMenu .div_CategoriesMenuInner::after {
  content: "";
  overflow: hidden;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu {
  display: none;
  background: #1f6275;
  z-index: 70;
  min-width: 100%;
  color: #333;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .img_FloatRight {
  display: none;
  max-width: 50%;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  background: #1f6275;
  font-size: 0.9em;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu a:hover {
  background-color: #1a5161;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a img {
  display: none !important;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches a {
  float: left;
  width: 50%;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu h4 {
  margin: 0;
  padding: 5px 15px;
  background-color: #0f2f38;
  color: #fff;
}
/*#endregion */
/*#region SITE MENU */
.div_Menu {
  display: none;
  vertical-align: middle;
}
.div_Menu .a_MainMenuLink {
  display: none;
}
.div_Menu a {
  display: inline-block;
  margin: 0 5px;
  color: #999;
  font-size: 0.9em;
  text-decoration: none;
}
/*#endregion */
/*#region FOOTER */
.a_FooterToggle {
  display: block;
  color: #999;
  line-height: 2em;
  text-align: center;
  padding: 0.5em 0;
  margin: 1em 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.footer-outer {
  display: none;
  background: #efefef;
}
.div_Footer {
  margin: 50px 0 0;
  background: #eee;
}
.div_Footer .div_FooterMain {
  display: none;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2em 10px;
  font-size: 0.9em;
  color: #333;
}
.div_Footer h3 {
  color: #333;
  font-weight: normal;
  font-size: 1.2em;
  margin: 20px 0 5px;
}
.div_Footer a {
  color: #333;
  text-decoration: none;
}
.div_Footer a:hover {
  text-decoration: underline;
}
.div_Footer .links a {
  display: block;
}
.div_Footer .div_Newsletter {
  padding: 10px;
}
.bottom-bar {
  text-align: center;
  color: #999;
  background: #e6e6e6;
  padding: 1em 0;
  font-size: 0.8em;
}
.bottom-bar a {
  color: #999;
}
.bottom-bar .a_Webthinking {
  display: block;
  margin: 0 0 3px;
}
/*#endregion */
/*#endregion */
/*#region BITS */
/*#region BUTTONS */
.a_Button,
.a_SubmitButton {
  display: inline-block;
  text-align: center;
  background: #35a5c5;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.a_Button:hover,
.a_SubmitButton:hover {
  background: #3094b1;
  text-decoration: none;
}
.a_Button:active,
.a_SubmitButton:active {
  background: #2a839d;
  -moz-box-shadow: inset 0 0.2em 0.1em 0.1em rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: inset 0 0.2em 0.1em 0.1em rgba(51, 51, 51, 0.2);
  box-shadow: inset 0 0.2em 0.1em 0.1em rgba(51, 51, 51, 0.2);
}
.a_Button:active > .img_ButtonIcon,
.a_SubmitButton:active > .img_ButtonIcon,
.a_Button:active > b,
.a_SubmitButton:active > b,
.a_Button:active > input,
.a_SubmitButton:active > input {
  padding-top: 0.75em;
  padding-bottom: 0.45em;
}
.a_Button > .img_ButtonIcon,
.a_SubmitButton > .img_ButtonIcon {
  display: inline-block;
  padding: 0.6em 0 0.6em 0.8em;
  vertical-align: top;
}
.a_Button > b,
.a_SubmitButton > b,
.a_Button > input,
.a_SubmitButton > input {
  background: none;
  border: 0;
  font-weight: normal;
  padding: 0.6em 0.8em;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
.a_Button.a_ButtonGreen,
.a_SubmitButton.a_ButtonGreen {
  background: #62a450;
  color: #fff;
}
.a_Button.a_ButtonGreen:hover,
.a_SubmitButton.a_ButtonGreen:hover {
  background: #5e8852;
}
.a_Button.a_ButtonGreen:active,
.a_SubmitButton.a_ButtonGreen:active {
  background: #537849;
}
.a_Button.a_ButtonDisabled,
.a_SubmitButton.a_ButtonDisabled,
.a_Button.a_ButtonDisabled:hover,
.a_SubmitButton.a_ButtonDisabled:hover,
.a_Button.a_ButtonDisabled:active,
.a_SubmitButton.a_ButtonDisabled:active {
  background: #ccc;
  color: #999;
  cursor: default;
}
.a_Button.a_Large > input,
.a_SubmitButton.a_Large > input,
.a_Button.a_Large > b,
.a_SubmitButton.a_Large > b {
  padding: 1em 2em ;
  margin: 0;
  font-size: 1.2em;
}
.a_Button.a_Large:active > input,
.a_SubmitButton.a_Large:active > input,
.a_Button.a_Large:active > b,
.a_SubmitButton.a_Large:active > b {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}
/*#endregion */
/*#region COLOURS */
.pink,
.text-pink {
  color: #35a5c5;
}
.text-white {
  color: #fff;
}
.back-light-grey {
  background-color: #eee;
}
.back-light-blue {
  background-color: #d5ebf1;
}
.back-white {
  background-color: #fff;
}
/*#endregion */
/*#region FORMS */
.div_FormItem {
  margin: 0 0 15px;
}
.div_FormItem label {
  display: block;
  font-weight: bold;
}
.div_FormItem .ipt_Checkbox + label {
  display: inline;
}
.div_FormItem .div_FormNote {
  font-size: 0.9em;
  color: #999;
}
.full-width-form-items input[type=text],
.full-width-form-items input[type=email],
.full-width-form-items textarea {
  width: 100%;
}
/*#endregion */
/*#region PAGING */
.div_Paging {
  margin: 0 0 10px 0;
  font-size: 0.9em;
}
.div_Paging .div_PagingSummary {
  vertical-align: middle;
  display: inline-block;
}
.div_Paging .div_PagingSummary .short {
  display: inline-block;
}
.div_Paging .div_PagingSummary .long {
  display: none;
}
.div_Paging .div_Nav {
  vertical-align: middle;
  margin: 10px 0 0;
}
.div_Paging .div_Nav A {
  display: inline-block;
  border: 1px solid #eee;
  min-width: 1.4em;
  height: 1.4em;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 3px;
  vertical-align: middle;
  float: left;
  margin: 0 1px;
  color: #35a5c5;
  text-decoration: none;
  line-height: 1.2em;
}
.div_Paging .div_Nav A:hover {
  text-decoration: none;
  background-color: #efefef;
  color: #333;
  border-color: #ccc;
}
.div_Paging .div_Nav .div_Left {
  vertical-align: middle;
}
.div_Paging .div_Nav .div_Pages {
  display: inline-block;
  vertical-align: middle;
}
.div_Paging .div_Nav .div_Pages .lnk_Current_Page {
  background: #35a5c5;
  border-color: #35a5c5;
  color: #fff;
}
.div_Paging .div_Nav .div_Right {
  display: inline-block;
  vertical-align: middle;
}
.div_Paging .div_Nav .first-page,
.div_Paging .div_Nav .previous-page,
.div_Paging .div_Nav .next-page,
.div_Paging .div_Nav .last-page {
  line-height: 5em;
  width: 1.4em;
  background: url(../images/icons/arrows/bluedown.png) center center no-repeat;
  background-size: 50%;
}
.div_Paging .div_Nav .first-page:hover,
.div_Paging .div_Nav .previous-page:hover,
.div_Paging .div_Nav .next-page:hover,
.div_Paging .div_Nav .last-page:hover {
  background-image: url(../images/icons/arrows/blackdown.png);
}
.div_Paging .div_Nav .first-page.lnk_Paging_Disabled,
.div_Paging .div_Nav .previous-page.lnk_Paging_Disabled,
.div_Paging .div_Nav .next-page.lnk_Paging_Disabled,
.div_Paging .div_Nav .last-page.lnk_Paging_Disabled {
  background-image: url(../images/icons/arrows/greydown.png);
  display: none;
}
.div_Paging .div_Nav .first-page.lnk_Paging_Disabled:hover,
.div_Paging .div_Nav .previous-page.lnk_Paging_Disabled:hover,
.div_Paging .div_Nav .next-page.lnk_Paging_Disabled:hover,
.div_Paging .div_Nav .last-page.lnk_Paging_Disabled:hover {
  background-color: inherit;
  border-color: #eee;
  cursor: default;
}
.div_Paging .div_Nav .first-page,
.div_Paging .div_Nav .previous-page {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  writing-mode: lr-tb;
}
.div_Paging .div_Nav .next-page,
.div_Paging .div_Nav .last-page {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  writing-mode: lr-tb;
}
.div_Paging .div_Nav .first-page,
.div_Paging .div_Nav .last-page {
  background-image: url(../images/icons/arrows/bluedown-double.png);
}
.div_Paging .div_Nav .first-page:hover,
.div_Paging .div_Nav .last-page:hover {
  background-image: url(../images/icons/arrows/blackdown-double.png);
}
.div_Paging .div_Nav .first-page.lnk_Paging_Disabled,
.div_Paging .div_Nav .last-page.lnk_Paging_Disabled {
  background-image: url(../images/icons/arrows/greydown-double.png);
}
/*#endregion */
/*#region SWATCHES */
.spn_Swatch {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 1.2em;
  height: 1.2em;
}
.spn_Swatch > span {
  display: block;
  height: 100%;
  border: 1px solid #333;
  border: 1px solid hsla(0, 0%, 20%, 0.5);
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
.spn_Swatch.spn_SwatchCount2 > span {
  height: 50%;
}
.spn_Swatch.spn_SwatchCount2 > span:nth-of-type(1) {
  border-bottom: 0;
  -webkit-border-radius: 0.2em 0.2em 0 0;
  -moz-border-radius: 0.2em 0.2em 0 0;
  border-radius: 0.2em 0.2em 0 0;
}
.spn_Swatch.spn_SwatchCount2 > span:nth-of-type(2) {
  border-top: 0;
  -webkit-border-radius: 0 0 0.2em 0.2em;
  -moz-border-radius: 0 0 0.2em 0.2em;
  border-radius: 0 0 0.2em 0.2em;
}
.spn_Swatch.spn_SwatchCount3 > span {
  height: 33.3%;
}
.spn_Swatch.spn_SwatchCount3 > span:nth-of-type(1) {
  border-bottom: 0;
  -webkit-border-radius: 0.2em 0.2em 0 0;
  -moz-border-radius: 0.2em 0.2em 0 0;
  border-radius: 0.2em 0.2em 0 0;
}
.spn_Swatch.spn_SwatchCount3 > span:nth-of-type(2) {
  border-top: 0;
  border-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.spn_Swatch.spn_SwatchCount3 > span:nth-of-type(3) {
  border-top: 0;
  -webkit-border-radius: 0 0 0.2em 0.2em;
  -moz-border-radius: 0 0 0.2em 0.2em;
  border-radius: 0 0 0.2em 0.2em;
}
/*#endregion */
/*#region SELECT BOXES */
.select-box-1 {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #35a5c5;
  font-size: 0.9em;
  padding: 3px 3px;
}
.select-box-1 > option {
  font-size: 0.9em;
}
/*#endregion */
/*#region TABS */
/*#region JS TABS */
.div_JSTabs .div_TabsNav > A,
.div_JSTabs .div_Tabs > A,
.div_JSTabs .div_TabsNav > a:active,
.div_JSTabs .div_Tabs > a:active {
  display: block;
  background: #efefef;
  text-align: left;
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  height: 5px;
  overflow: hidden;
  margin: 0 0 1px;
  font-size: 110%;
}
.div_JSTabs .div_TabsNav > A.a_Current,
.div_JSTabs .div_Tabs > A.a_Current,
.div_JSTabs .div_TabsNav > A.a_Current:hover,
.div_JSTabs .div_Tabs > A.a_Current:hover {
  background: url(../images/icons/arrows/whitedown.png) 95% center no-repeat #35a5c5;
  color: #fff;
  display: block;
  height: auto;
}
.div_JSTabs .div_TabsNav > A SPAN,
.div_JSTabs .div_Tabs > A SPAN {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.div_JSTabs .div_TabsNav > A:hover,
.div_JSTabs .div_Tabs > A:hover {
  background: #35a5c5;
}
.div_JSTabs .div_TabsNav:hover > A,
.div_JSTabs .div_Tabs:hover > A {
  display: block;
  height: auto;
  overflow: visible;
}
.div_JSTabs .div_TabsNav::after,
.div_JSTabs .div_Tabs::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_JSTabs .div_TabsContent {
  padding: 10px 0;
  background: none;
}
/*#endregion */
/*#region STYLE 2 */
.tabs2 .div_TabsNav,
.tabs2 .div_Tabs {
  border: 1px solid #eee;
}
.tabs2 .div_TabsNav > A,
.tabs2 .div_Tabs > A {
  background: #fff;
  display: none;
  padding: 0 2%;
  color: #999;
}
.tabs2 .div_TabsNav > A span,
.tabs2 .div_Tabs > A span {
  line-height: 1em;
}
.tabs2 .div_TabsNav > A.tab-image img,
.tabs2 .div_Tabs > A.tab-image img {
  height: 1em;
}
.tabs2 .div_TabsNav > A:active,
.tabs2 .div_Tabs > A:active {
  background-color: #efefef;
  padding: 0 2%;
}
.tabs2 .div_TabsNav > A.a_Current,
.tabs2 .div_Tabs > A.a_Current,
.tabs2 .div_TabsNav > A.a_Current:hover,
.tabs2 .div_Tabs > A.a_Current:hover,
.tabs2 .div_TabsNav > A.a_Selected,
.tabs2 .div_Tabs > A.a_Selected,
.tabs2 .div_TabsNav > A.a_Selected:hover,
.tabs2 .div_Tabs > A.a_Selected:hover {
  background: url(../images/icons/arrows/blackdown.png) 95% center no-repeat #fff;
  background-size: 2.5%;
  color: #333;
}
.tabs2 .div_TabsNav > A.a_Current span,
.tabs2 .div_Tabs > A.a_Current span,
.tabs2 .div_TabsNav > A.a_Current:hover span,
.tabs2 .div_Tabs > A.a_Current:hover span,
.tabs2 .div_TabsNav > A.a_Selected span,
.tabs2 .div_Tabs > A.a_Selected span,
.tabs2 .div_TabsNav > A.a_Selected:hover span,
.tabs2 .div_Tabs > A.a_Selected:hover span {
  font-weight: bold;
}
.tabs2 .div_TabsNav > A:hover,
.tabs2 .div_Tabs > A:hover {
  background: #fff;
  color: #333;
}
.tabs2 .div_TabsContent {
  padding: 3% 0;
  border: 0;
  border-bottom: 1px solid #eee;
}
.tabs2.tabs2a .div_TabsNav > A.a_Current,
.tabs2.tabs2a .div_TabsNav > A.a_Current:hover {
  background: #efefef;
  border-bottom-color: #efefef;
}
/*#endregion */
/*#endregion*/
/*#region TABLES */
TABLE.tbl_Data thead tr TH {
  background: #e2e2e2;
  font-weight: bold;
  color: #3d3d3d;
  border-bottom: 0;
  padding: 0.7em;
}
TABLE.tbl_Data tbody TR th {
  font-weight: bold;
}
TABLE.tbl_Data tbody TR td {
  border: 0;
  border-bottom: 1px solid #f3f3f3;
  padding: 0.7em;
}
TABLE.tbl_Data tbody TR:hover td {
  background: #f8f8f8;
}
TABLE.tbl_Data tbody:last-child tr:last-child td {
  border-bottom: 0;
}
TABLE.tbl_Data tfoot TR td {
  background: #f2f2f2;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 0.7em;
}
TABLE.tbl_Data tfoot TR:hover td {
  background: #efefef;
}
TABLE.tbl_Data tfoot TR.tr_Total {
  font-size: 2em;
}
TABLE.tbl_Data tfoot TR.tr_Total td {
  padding-top: 1em;
  padding-bottom: 1em;
}
TABLE.tbl_Data .th_Value,
TABLE.tbl_Data .td_Value {
  text-align: right;
  min-width: 100px;
  width: 10%;
}
table.tbl_InputForm tr td .spn_FormMultiText INPUT,
table.tbl_InputForm tr td .spn_FormMultiText SELECT,
table.tbl_InputForm tr td .spn_FormMultiText textarea {
  width: auto;
  margin: 0 5px 0 0;
}
table.tbl_InputForm tr td input.ipt_AutoWidth {
  width: auto;
}
/*#endregion */
/*#region SEARCH BOX */
.div_SearchBarResultsOuter {
  position: absolute;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 25px;
  margin-left: -2px;
  margin-top: 1px;
  min-width: 50%;
  z-index: 20;
  display: none;
}
.div_SearchBarResultsOuter::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_SearchBarResultsOuter .div_SearchBarResultsKeywords > a {
  display: block;
  color: #333;
}
.div_SearchBarResultsOuter .div_SearchBarResultsKeywords > a.a_Selected {
  background: #35a5c5;
  color: #fff;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts {
  float: right;
  width: 50%;
  display: none;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts .product {
  display: block;
  text-decoration: none;
  color: #333;
  margin: 0 0 10px;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts .product .div_Image {
  float: left;
  width: 25%;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts .product .div_Details {
  margin: 0 0 0 30%;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts .div_ShowMore {
  margin: 20px 0 0;
}
/*#endregion */
/*#region PRODUCT SEARCH RESULTS */
.product-search-results .div_BrowsingLeft .div_FiltersMenu .a_FiltersLink {
  color: #333;
  margin: 0 0 10px;
  padding: 5px 5%;
  font-size: 1em;
  display: block;
  background: url(../images/icons/arrows/whitedown.png) 95% center no-repeat #eee;
  text-decoration: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu h2 {
  background: #eee;
  margin: 0 0 5%;
  padding: 5px 5%;
  font-size: 1em;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu > div > h2 {
  display: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu #div_Filters {
  display: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 > a {
  font-size: 0.8em;
  color: #fff;
  margin: 0 0 0 10px;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 > .current-selection {
  display: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter > div {
  margin: 0 0 10%;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_Scroll {
  overflow: auto;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter ul {
  padding: 0;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter li {
  list-style: none;
  padding: 0 0 0 10px;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter li a {
  text-decoration: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter li a:hover {
  text-decoration: underline;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_Selected {
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_Selected .remove {
  display: inline-block;
  color: #ccc;
  margin: 0 0 0 10px;
  font-size: 0.7em;
  font-weight: normal;
  font-family: "Source Sans Pro", Arial, Helvetica;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_NoProducts {
  color: #ccc;
}
.product-search-results .div_BrowsingRight {
  padding: 2% 0;
  background: #fff;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product {
  vertical-align: top;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .a_ProductImage {
  display: block;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_ProductDetails {
  margin: 2% 0 0;
  padding: 5%;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product H2 {
  font-size: 1.1em;
  margin: 0 0 0.3em;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product H2 A {
  text-decoration: none;
  color: #333;
  display: block;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .brand-name {
  color: #777;
  font-size: 1em;
  display: inline-block;
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  font-weight: 300;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_Price {
  color: #777;
  font-size: 1em;
  display: inline-block;
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  font-weight: 300;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_Discount {
  color: #999;
  text-decoration: line-through;
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 0.9em;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_SaleDetails {
  background: #eee;
  text-align: center;
  padding: 3px 0;
}
.product-search-results .div_BrowsingRight .options {
  float: right;
}
.product-search-results .div_BrowsingRight .options .label {
  color: #999;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
}
.product-search-results .div_BrowsingRight .options .label-sorting {
  background: url(../images/icons/sorting.png) right center no-repeat;
  background-size: contain;
  width: 1.3em;
  height: 1.3em;
  line-height: 5em;
  overflow: hidden;
}
/*#endregion */
/*#region BOXES */
.box1,
.div_Box1 {
  padding: 10px;
  background: #efefef;
}
.box2,
.div_Box2 {
  padding: 10px;
  background: #fff;
}
.box3,
.div_Box3 {
  padding: 20px;
  background: #fbfae4;
}
.box4,
.div_Box4 {
  padding: 20px;
  background: #e7f5f9;
}
/*#endregion */
/*#region LISTS */
.list-ticks > div {
  background: url(../images/icons/ticks/pink.png) 0 0.1em no-repeat;
  background-size: 18px;
  padding: 0 0 0 30px;
  margin: 0.3em 0;
}
/*#endregion */
/*#region POP-UPS */
.div_DarkScreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.5);
  z-index: 40;
}
.div_DarkScreen:before {
  display: none;
  content: "Click anywhere or press [esc] to close";
  height: auto;
  width: 100px;
  line-height: 14px;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  font-size: 11px;
  cursor: pointer;
}
.div_PopUpBox {
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 50;
}
.div_PopUpBox > DIV {
  padding: 25px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 15px 0 #333;
  -webkit-box-shadow: 0 0 15px 0 #333;
  box-shadow: 0 0 15px 0 #333;
  -moz-box-shadow: 0 0 15px 0 hsla(0, 0%, 20%, 0.15);
  -webkit-box-shadow: 0 0 15px 0 hsla(0, 0%, 20%, 0.15);
  box-shadow: 0 0 15px 0 hsla(0, 0%, 20%, 0.15);
}
.div_PopUpBox .div_PopUpTools {
  position: absolute;
  top: 10px;
  right: 10px;
}
.div_PopUpBox .div_PopUpTools .a_Icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
}
.div_PopUpBox .div_PopUpTools .a_Close {
  display: block;
  background: url("/public/images/icons/popups/close.png") center center transparent;
}
.div_PopUpBox .div_PopUpTools .a_Close:hover {
  background: url("/public/images/icons/popups/closehover.png") center center #35a5c5;
}
.div_PopUpBox .div_PopUpTools .a_Close:active {
  background-color: #82c9de;
  border-color: #82c9de;
}
.div_PopUpBox .div_PopUpInner {
  background-color: #fff;
  /* needed for ie7 bug */
  position: relative;
}
.div_PopUpBox .div_PopUpInner H2:first-child {
  color: #35a5c5;
}
.div_PopUpBox .div_PopUpInner_Centred {
  text-align: center;
  background-color: #fff;
}
.div_PopUpBox .div_PopUpInner .div_PopUpContent {
  position: relative;
}
.div_PopUpBox .div_ButtonsNav {
  margin: 25px -25px -25px;
  padding: 15px 25px;
  background: #efefef;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e2e2e2;
}
.div_PopUpBox .div_ButtonsNav::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_PopUpBox .div_ButtonsNav .a_Button {
  display: block;
  margin-bottom: 3px;
}
/*#region SIZES */
.div_PopUpBox {
  width: 95%;
  margin-left: -47.5%;
  top: 1.5%;
}
/*#endregion*/
/*#endregion*/
/*#region HELP BUBBLE */
.div_HelpBubble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9002;
  padding: 11px 0 0 0;
  color: #fff;
}
BODY .div_HelpBubble .div_PointerTop {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRDM4NjdGRTU1RjNERjExODc4NUQwNkNBNDExOTc4MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQkExQjhGOTc0NzgxMUUxQTc1QkM0MkE1NjlCRUEwMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQkExQjhGODc0NzgxMUUxQTc1QkM0MkE1NjlCRUEwMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NEEyQ0JBRjBGRjRERjExOUJBMUQxNjM2NUQ2QTc3NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRDM4NjdGRTU1RjNERjExODc4NUQwNkNBNDExOTc4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpjnB6QAAABtSURBVHjaYjQ2NmbAAqqBuAOI/yILMmFRqALEjUAciy7BhMNUZiCug9I4FasgmagIxAn4FFejmQbis2FTrI7FnYrIYkx4TIWBOpjpTEimRjFgB3IwtzMRMBXFdCYCpsKANBCnMWELTxygAiDAAJ+5DLEmA1PYAAAAAElFTkSuQmCC');
  width: 11px;
  height: 11px;
  position: absolute;
  margin: -9px 0 0 10px;
}
.div_HelpBubble .div_HelpBubbleInner {
  font-size: 12px;
  line-height: 1.3em;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}
/*#endregion*/
/*#region AJAX */
.ajax-loading {
  background: rgba(255, 255, 255, 0.6);
}
.ajax-loading:before {
  display: block;
  content: "";
  background: url(../images/icons/ajax/ajaxloader2.gif) center center no-repeat #fff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
/*#endregion */
/*#region IMAGE ZOOM */
.div_ImageZoomBox {
  display: none;
  position: absolute;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  border: 1px solid #888;
  -moz-box-shadow: 0 0 5px 2px #000;
  -webkit-box-shadow: 0 0 5px 2px #000;
  box-shadow: 0 0 5px 2px #000;
  -moz-box-shadow: 0 0 5px 2px hsla(0, 0%, 0%, 0.1);
  -webkit-box-shadow: 0 0 5px 2px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0 5px 2px hsla(0, 0%, 0%, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.div_ImageZoomArea {
  display: none;
  background: #fff;
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: move;
  border: 1px dotted #aaa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 60;
}
.div_ImageZoomLoader {
  position: absolute;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.2);
  text-align: center;
  z-index: 60;
}
.div_ImageZoomLoader > IMG {
  background: #fff;
  margin-top: 60px;
  padding: 10px;
}
/*#endregion*/
/*#region ITEMS */
.items::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.items .item {
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
}
.items > .clear {
  display: none;
}
.small-items-1-1 {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.small-items-1-1 .item {
  width: 99%;
  margin: 0.5%;
}
.small-items-1-1 > .clear:nth-of-type(1n+0),
.small-items-1-1 > .clear:nth-of-type(2n+0),
.small-items-1-1 > .clear:nth-of-type(3n+0) {
  display: none;
}
.small-items-1-1 > .clear:nth-of-type(1n + 0) {
  display: block;
}
.small-items-2-2 {
  margin-left: -1%;
  margin-right: -1%;
}
.small-items-2-2 .item {
  width: 48%;
  margin: 1%;
}
.small-items-2-2 > .clear:nth-of-type(1n+0),
.small-items-2-2 > .clear:nth-of-type(2n+0),
.small-items-2-2 > .clear:nth-of-type(3n+0) {
  display: none;
}
.small-items-2-2 > .clear:nth-of-type(2n + 0) {
  display: block;
}
.small-items-3-2 {
  margin-left: -1%;
  margin-right: -1%;
}
.small-items-3-2 .item {
  width: 31.33333333%;
  margin: 1%;
}
.small-items-3-2 > .clear:nth-of-type(1n+0),
.small-items-3-2 > .clear:nth-of-type(2n+0),
.small-items-3-2 > .clear:nth-of-type(3n+0) {
  display: none;
}
.small-items-3-2 > .clear:nth-of-type(3n + 0) {
  display: block;
}
.small-items-6-2 {
  margin-left: -1%;
  margin-right: -1%;
}
.small-items-6-2 .item {
  width: 14.66666667%;
  margin: 1%;
}
.small-items-6-2 > .clear:nth-of-type(1n+0),
.small-items-6-2 > .clear:nth-of-type(2n+0),
.small-items-6-2 > .clear:nth-of-type(3n+0) {
  display: none;
}
.small-items-6-2 > .clear:nth-of-type(6n + 0) {
  display: block;
}
/*#endregion */
/*#region TEXT */
.xxsmall-text {
  font-size: 70%;
}
.xsmall-text {
  font-size: 80%;
}
.small-text {
  font-size: 90%;
}
.large-text {
  font-size: 110%;
}
.xlarge-text {
  font-size: 120%;
}
.xxlarge-text {
  font-size: 130%;
}
.text-colour-light-grey {
  color: #ccc;
}
.text-colour-mid-grey {
  color: #999;
}
/*#endregion */
/*#region ERRORS */
.div_ErrorMsg {
  background: #de1a56;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.8em;
  border: 1px solid #de1a56;
  vertical-align: middle;
}
.div_ErrorMsg A {
  color: #fff;
}
textarea + .div_ErrorMsg {
  vertical-align: top;
}
input.ipt_FormItemError,
select.ipt_FormItemError,
textarea.ipt_FormItemError {
  border-color: #de1a56;
  background-color: #f9cbd9;
}
/*#endregion */
/*#region MISC */
.clear,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear-left {
  clear: left;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-centre {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.old-price {
  color: #999;
  text-decoration: line-through;
}
.converted-price {
  color: #fff;
  background: #0086ad;
  padding: 0 0.2em;
}
.in-stock {
  color: #fff;
  padding: 0 0.4em 0 1.8em;
  background: url(../images/icons/ticks/white.png) 5px center no-repeat #69985c;
  background-size: auto 0.8em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  display: inline-block;
  font-size: 0.9em;
}
.okay {
  color: #fff;
  padding: 0 0.4em 0 1.8em;
  background: url(../images/icons/ticks/white.png) 5px center no-repeat #69985c;
  background-size: auto 0.8em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  display: inline-block;
}
.separator-top:before {
  display: block;
  content: "";
  margin: 2% 0;
  height: 1px;
  overflow: hidden;
  background: #eee;
}
.help-icon:before {
  height: 1.4em;
  width: 1.4em;
  display: inline-block;
  background: #333;
  color: #fff;
  content: "?";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 1.3em;
  vertical-align: baseline;
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  font-size: 0.9em;
}
/*#endregion */
/*#endregion */
/*#region PAGES */
/*#region HOME */
.home-page .main-banner {
  display: block;
  height: 525px;
  background: url() center center no-repeat #eee;
}
.home-page .main-banner .banner-box {
  max-width: 1180px;
  margin: 0 auto;
  display: block;
  height: 525px;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.home-page .main-banner .banner-box .heading {
  display: block;
  font-size: 1.5em;
  line-height: 1.3em;
  color: #333;
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  padding: 0 0 0 20px;
}
.home-page .main-banner .banner-box h1 {
  margin: 0 0 0.8em;
  line-height: 1.1em;
}
.home-page .main-banner .banner-box .subheading {
  font-weight: 300;
  font-size: 1em;
}
.home-page .section {
  max-width: 1180px;
  margin: 2em auto;
  padding: 0 10px;
}
.home-page .section::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.home-page .section .section-heading {
  margin: 0 0 1em;
}
.home-page .section .section-heading h2 {
  margin: 0 0 10px;
}
.home-page .section .section-heading .section-sub-heading {
  font-family: "Zeyada", "Source Sans Pro", Arial, Helvetica;
  font-size: 2em;
  color: #0086ad;
  display: block;
  line-height: 1em;
}
.home-page .section-wide {
  padding: 0.01em 10px;
  margin: 2em auto;
}
.home-page .section-wide::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.home-page .categories .item {
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  color: #fff;
  /*#region COLOURS */
  /*#endregion */
}
.home-page .categories .item .ribbon {
  display: none;
  position: absolute;
  width: 157px;
  height: 157px;
  left: -7px;
  top: -7px;
  overflow: hidden;
}
.home-page .categories .item .ribbon > span {
  background: #999;
  display: block;
  width: 200%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  writing-mode: lr-tb;
  position: absolute;
  left: -61%;
  top: 26%;
  font-weight: 300;
  font-size: 1.2em;
  z-index: 2;
}
.home-page .categories .item .ribbon::before,
.home-page .categories .item .ribbon::after {
  content: ' ';
  position: absolute;
  width: 7px;
  height: 7px;
  border-width: 7px;
  border-style: solid;
  z-index: 1;
}
.home-page .categories .item .ribbon::before {
  left: -7px;
  bottom: 0;
  border-right-color: #737373;
}
.home-page .categories .item .ribbon::after {
  border-bottom-color: #737373;
  top: -7px;
  right: 0;
}
.home-page .categories .item .image {
  display: block;
  margin: 0 0 5px;
  background: yellow;
}
.home-page .categories .item .details {
  display: block;
  background: #999;
  padding: 15px;
}
.home-page .categories .item .details .name {
  display: block;
  text-transform: uppercase;
  font-size: 1.5em;
}
.home-page .categories .item .details .description {
  font-weight: 300;
  font-size: 1.2em;
}
.home-page .categories .item.category-carpet .ribbon > span {
  background-color: #de1a56;
}
.home-page .categories .item.category-carpet .ribbon:before {
  border-right-color: #9a123b;
}
.home-page .categories .item.category-carpet .ribbon:after {
  border-bottom-color: #9a123b;
}
.home-page .categories .item.category-carpet .details {
  background-color: #de1a56;
}
.home-page .categories .item.category-carpet:hover .ribbon > span {
  background-color: #d01851;
}
.home-page .categories .item.category-carpet:hover .ribbon:before {
  border-right-color: #8c1036;
}
.home-page .categories .item.category-carpet:hover .ribbon:after {
  border-bottom-color: #8c1036;
}
.home-page .categories .item.category-carpet:hover .details {
  background-color: #d01851;
}
.home-page .categories .item.category-timber .ribbon > span {
  background-color: #69985c;
}
.home-page .categories .item.category-timber .ribbon:before {
  border-right-color: #48683f;
}
.home-page .categories .item.category-timber .ribbon:after {
  border-bottom-color: #48683f;
}
.home-page .categories .item.category-timber .details {
  background-color: #69985c;
}
.home-page .categories .item.category-timber:hover .ribbon > span {
  background-color: #628e56;
}
.home-page .categories .item.category-timber:hover .ribbon:before {
  border-right-color: #415f39;
}
.home-page .categories .item.category-timber:hover .ribbon:after {
  border-bottom-color: #415f39;
}
.home-page .categories .item.category-timber:hover .details {
  background-color: #628e56;
}
.home-page .categories .item.category-laminate .ribbon > span {
  background-color: #0086ad;
}
.home-page .categories .item.category-laminate .ribbon:before {
  border-right-color: #004b61;
}
.home-page .categories .item.category-laminate .ribbon:after {
  border-bottom-color: #004b61;
}
.home-page .categories .item.category-laminate .details {
  background-color: #0086ad;
}
.home-page .categories .item.category-laminate:hover .ribbon > span {
  background-color: #007a9e;
}
.home-page .categories .item.category-laminate:hover .ribbon:before {
  border-right-color: #003f51;
}
.home-page .categories .item.category-laminate:hover .ribbon:after {
  border-bottom-color: #003f51;
}
.home-page .categories .item.category-laminate:hover .details {
  background-color: #007a9e;
}
.home-page .categories .item.category-bamboo .ribbon > span {
  background-color: #cc9e13;
}
.home-page .categories .item.category-bamboo .ribbon:before {
  border-right-color: #86680c;
}
.home-page .categories .item.category-bamboo .ribbon:after {
  border-bottom-color: #86680c;
}
.home-page .categories .item.category-bamboo .details {
  background-color: #cc9e13;
}
.home-page .categories .item.category-bamboo:hover .ribbon > span {
  background-color: #be9312;
}
.home-page .categories .item.category-bamboo:hover .ribbon:before {
  border-right-color: #785d0b;
}
.home-page .categories .item.category-bamboo:hover .ribbon:after {
  border-bottom-color: #785d0b;
}
.home-page .categories .item.category-bamboo:hover .details {
  background-color: #be9312;
}
.home-page .categories .item.category-tiles .ribbon > span {
  background-color: #2dc5ae;
}
.home-page .categories .item.category-tiles .ribbon:before {
  border-right-color: #1f8777;
}
.home-page .categories .item.category-tiles .ribbon:after {
  border-bottom-color: #1f8777;
}
.home-page .categories .item.category-tiles .details {
  background-color: #2dc5ae;
}
.home-page .categories .item.category-tiles:hover .ribbon > span {
  background-color: #2ab9a3;
}
.home-page .categories .item.category-tiles:hover .ribbon:before {
  border-right-color: #1c7a6c;
}
.home-page .categories .item.category-tiles:hover .ribbon:after {
  border-bottom-color: #1c7a6c;
}
.home-page .categories .item.category-tiles:hover .details {
  background-color: #2ab9a3;
}
.home-page .categories .item.category-vinyl .ribbon > span {
  background-color: #71529b;
}
.home-page .categories .item.category-vinyl .ribbon:before {
  border-right-color: #4d3869;
}
.home-page .categories .item.category-vinyl .ribbon:after {
  border-bottom-color: #4d3869;
}
.home-page .categories .item.category-vinyl .details {
  background-color: #71529b;
}
.home-page .categories .item.category-vinyl:hover .ribbon > span {
  background-color: #6a4d91;
}
.home-page .categories .item.category-vinyl:hover .ribbon:before {
  border-right-color: #45325f;
}
.home-page .categories .item.category-vinyl:hover .ribbon:after {
  border-bottom-color: #45325f;
}
.home-page .categories .item.category-vinyl:hover .details {
  background-color: #6a4d91;
}
.home-page .homepage-tool {
  text-decoration: none;
  color: #777;
  padding: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  display: block;
}
.home-page .homepage-tool:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url() center center no-repeat #ccc;
  background-size: 80%;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: background ease-in-out 300ms;
}
.home-page .homepage-tool:hover {
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}
.home-page .homepage-tool:hover:before {
  background-size: 90%;
}
.home-page .homepage-tool .title {
  font-family: "Zeyada", "Source Sans Pro", Arial, Helvetica;
  display: block;
  font-size: 2em;
  color: #333;
  margin-left: 60px;
  line-height: 1.2em;
}
.home-page .homepage-tool .text {
  display: block;
  margin-left: 60px;
}
.home-page .homepage-tool.homepage-tool-gallery:before {
  background-color: #71529b;
  background-image: url(../images/icons/camera.png);
}
.home-page .homepage-tool.homepage-tool-calculator:before {
  background-color: #69985c;
  background-image: url(../images/icons/calculator.png);
}
.home-page .homepage-tool.homepage-tool-flooring:before {
  background-color: #69985c;
  background-image: url(../images/icons/flooring.png);
}
.home-page .homepage-tool.homepage-tool-measure:before {
  background-color: #0086ad;
  background-image: url(../images/icons/ruler.png);
}
.home-page .guides .item .image {
  width: 30%;
}
.home-page .guides .item .details {
  margin-left: 30%;
  display: block;
}
.home-page .guides .item .name {
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  color: #de1a56;
  display: block;
  font-size: 1.5em;
  font-weight: 300;
}
.home-page .guides .item .description {
  color: #777;
}
.home-page .brochure {
  background: url(/62/en/banners/brochure.jpg) 0 0 no-repeat;
  height: 374px;
  padding: 20px;
}
.home-page .brochure .form {
  background: #333;
  background: hsla(0, 0%, 20%, 0.7);
  color: #fff;
  padding: 20px;
  text-align: center;
}
.home-page .brochure .form h2 {
  color: #fff;
}
.home-page .brochure .form input[type=text],
.home-page .brochure .form input[type=email],
.home-page .brochure .form textarea {
  width: 100%;
  margin: 0 0 5px;
  border: 0;
}
/*#endregion */
/*#region CATEGORY BROWSE */
.category-page .category-header-simple,
.category-page .category-header-image {
  display: inline;
  position: relative;
  margin: 0 0 30px;
}
.category-page .category-header-simple .category-details,
.category-page .category-header-image .category-details {
  background: #fff;
}
.category-page .category-header-simple H1,
.category-page .category-header-image H1 {
  color: #333;
  font-weight: normal;
  font-size: 2em;
  margin: 0 0 10px;
}
.category-page .category-header-simple .category-description,
.category-page .category-header-image .category-description {
  display: none;
  font-size: 0.8em;
  color: #333;
  max-height: 8em;
  overflow: auto;
}
.category-page .category-header-simple .product-link,
.category-page .category-header-image .product-link {
  display: none;
  position: absolute;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.7);
  padding: 0.5em 25px;
  font-size: 0.8em;
  text-decoration: none;
  margin: 10px 0 0;
}
.category-page .category-header-simple .product-link:before,
.category-page .category-header-image .product-link:before {
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../images/icons/link.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5ch 0 0;
}
.category-page .category-header-simple .product-link:hover,
.category-page .category-header-image .product-link:hover {
  text-decoration: underline;
}
.category-page .category-header-simple + .product-search-results,
.category-page .category-header-image + .product-search-results {
  border-top: 1px solid #eee;
}
.category-page .div_Products + .div_Paging {
  margin-top: 20px;
}
.category-page .div_Products + .div_Paging .div_PagingSummary {
  display: block;
  color: #777;
  margin: 0 0 10px;
  text-align: center;
}
.category-page .div_Products + .div_Paging .div_Nav {
  display: block;
}
.category-page .div_Products + .div_Paging .div_Left,
.category-page .div_Products + .div_Paging .div_Pages {
  display: none;
}
.category-page .div_Products + .div_Paging .div_Right {
  display: block;
  text-align: center;
}
.category-page .div_Products + .div_Paging .div_Right a {
  display: none;
}
.category-page .div_Products + .div_Paging .div_Right a.next-page {
  display: block;
  height: 3em;
  width: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  writing-mode: lr-tb;
  float: none;
  background: #35a5c5;
  font-size: 1.5em;
  line-height: 3em;
  color: #fff;
  border-color: #2a839d;
  /*&:before {
							.pseudo-element();
							content: "View More Products";
						}*/
}
.category-page .div_Products + .div_Paging .div_Right a.next-page:hover {
  background-color: #2a839d;
  border-color: #1f6275;
}
.category-page #tabs {
  display: none;
  font-size: 0.8em;
  margin: 25px 0;
}
/*#endregion */
/*#region PRODUCT DETAILS */
.product-details-page .div_TopDetails .div_Left .div_ImageText {
  color: #444;
  text-align: center;
  padding: 10px;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
}
.product-details-page .div_TopDetails .div_Left .div_MainImage {
  text-align: center;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_MainImage {
  width: 80%;
  float: left;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails {
  width: 20%;
  float: right;
  margin: 0;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails > span {
  display: block;
  max-width: none;
  cursor: pointer;
  margin: 0 0 3px;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails > span img {
  border: 3px solid #fff;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails > span img:hover {
  border-color: #efefef;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails > span img:active {
  border-color: #35a5c5;
}
.product-details-page .div_TopDetails .div_Right {
  margin: 20px 0 0;
}
.product-details-page .div_TopDetails .div_Right h1 {
  margin: 0;
}
.product-details-page .div_TopDetails .div_Right .brand {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.product-details-page .div_TopDetails .div_Right .brand > a {
  color: #35a5c5;
}
.product-details-page .div_TopDetails .div_Right .price {
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  color: #777;
}
.product-details-page .div_Styles {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-details-page .div_Styles .div_Style {
  float: left;
  margin: 0 3px 3px 0;
  width: 65px;
  border: 3px solid #fff;
}
.product-details-page .div_Styles .div_Style:hover {
  border-color: #ccc;
}
.product-details-page .div_Styles .div_Style .a_Image {
  display: block;
  width: 100%;
}
.product-details-page .div_Styles .div_Style .div_Details {
  margin: 0 0 0 45px;
  padding: 10px 0 0 10px;
  display: none;
}
.product-details-page .div_Styles .div_Style .div_Details .product-name a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  line-height: 25px;
  font-weight: 300;
}
.product-details-page .div_Styles .div_Style .div_Details .div_Pricing {
  display: none;
  margin: 5px 0 0;
}
.product-details-page .div_Styles .div_Style .div_Details .div_Pricing .div_Price {
  font-size: 1em;
  font-family: "Oswald", "Source Sans Pro", Arial, Helvetica;
  font-weight: 300;
  color: #999;
}
.product-details-page .div_Styles .div_Style .div_Details .div_SaleDetails {
  margin: 10px 0;
}
.product-details-page .div_Styles .div_Style .div_Details .div_SaleDetails .headline {
  background: #35a5c5;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  line-height: 1.5em;
  text-decoration: none;
}
.product-details-page .div_Styles .div_Style .div_Details .div_SaleDetails .detail {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  text-decoration: none;
  line-height: 1.5em;
}
.product-details-page .div_Styles .div_Style .div_Details H2 {
  margin: 0;
  font-size: 1.2em;
}
.product-details-page .div_Styles .div_Style .div_Details H2 a {
  color: #333;
}
.product-details-page .div_Styles .div_Style.div_CurrentStyle {
  border-color: #333;
}
.product-details-page .div_Styles .div_Style.div_CurrentStyle .product-name a {
  font-weight: normal;
}
.product-details-page .attribute-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url() center center no-repeat #75bcd1;
  background-size: 70%;
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  line-height: 200px;
  margin: 0 5px 0 0;
  float: left;
}
/*#endregion */
/*#region ERROR */
.error-page {
  background-image: none;
}
.error-page .box2 {
  max-width: 600px;
  margin: 20px auto;
}
.error-page .box2 .img_Logo {
  width: 300px;
}
/*#endregion*/
/*#endregion */
@media only screen and (min-width: 40.063em) {
  /*#region Mixins  */
  /*#endregion*/
  /*#region LIBRARIES */
  /*#region TABLES */
  /*#region TABLE TYPES */
  /*#region INPUT FORM */
  TABLE.tbl_InputForm TR TH {
    width: 25%;
    display: table-cell;
  }
  TABLE.tbl_InputForm TR TD {
    width: auto;
    display: table-cell;
  }
  TABLE.tbl_InputForm TR TD INPUT[type=text],
  TABLE.tbl_InputForm TR TD INPUT[type=email],
  TABLE.tbl_InputForm TR TD INPUT[type=number],
  TABLE.tbl_InputForm TR TD INPUT[type=password],
  TABLE.tbl_InputForm TR TD INPUT[type=tel] {
    width: auto;
  }
  TABLE.tbl_InputForm TR TD select {
    width: auto;
  }
  /*#endregion*/
  /*#region INFO */
  TABLE.tbl_Info TR TH {
    width: 25%;
    display: table-cell;
  }
  TABLE.tbl_Info TR TD {
    width: auto;
    display: table-cell;
  }
  TABLE.tbl_Info TR TD INPUT[type=text],
  TABLE.tbl_Info TR TD INPUT[type=email],
  TABLE.tbl_Info TR TD INPUT[type=number],
  TABLE.tbl_Info TR TD INPUT[type=password],
  TABLE.tbl_Info TR TD INPUT[type=tel] {
    width: auto;
  }
  TABLE.tbl_Info TR TD select {
    width: auto;
  }
  /*#endregion */
  /*#endregion*/
  /*#endregion*/
  .medium-m40 {
    margin: 40px;
  }
  .medium-m35 {
    margin: 35px;
  }
  .medium-m30 {
    margin: 30px;
  }
  .medium-m25 {
    margin: 25px;
  }
  .medium-m20 {
    margin: 20px;
  }
  .medium-m15 {
    margin: 15px;
  }
  .medium-m10 {
    margin: 10px;
  }
  .medium-m5 {
    margin: 5px;
  }
  .medium-m0 {
    margin: 0px;
  }
  .medium-m-5 {
    margin: -5px;
  }
  .medium-m-10 {
    margin: -10px;
  }
  .medium-mt40 {
    margin-top: 40px;
  }
  .medium-mt35 {
    margin-top: 35px;
  }
  .medium-mt30 {
    margin-top: 30px;
  }
  .medium-mt25 {
    margin-top: 25px;
  }
  .medium-mt20 {
    margin-top: 20px;
  }
  .medium-mt15 {
    margin-top: 15px;
  }
  .medium-mt10 {
    margin-top: 10px;
  }
  .medium-mt5 {
    margin-top: 5px;
  }
  .medium-mt0 {
    margin-top: 0px;
  }
  .medium-mt-5 {
    margin-top: -5px;
  }
  .medium-mt-10 {
    margin-top: -10px;
  }
  .medium-mr40 {
    margin-right: 40px;
  }
  .medium-mr35 {
    margin-right: 35px;
  }
  .medium-mr30 {
    margin-right: 30px;
  }
  .medium-mr25 {
    margin-right: 25px;
  }
  .medium-mr20 {
    margin-right: 20px;
  }
  .medium-mr15 {
    margin-right: 15px;
  }
  .medium-mr10 {
    margin-right: 10px;
  }
  .medium-mr5 {
    margin-right: 5px;
  }
  .medium-mr0 {
    margin-right: 0px;
  }
  .medium-mr-5 {
    margin-right: -5px;
  }
  .medium-mr-10 {
    margin-right: -10px;
  }
  .medium-mb40 {
    margin-bottom: 40px;
  }
  .medium-mb35 {
    margin-bottom: 35px;
  }
  .medium-mb30 {
    margin-bottom: 30px;
  }
  .medium-mb25 {
    margin-bottom: 25px;
  }
  .medium-mb20 {
    margin-bottom: 20px;
  }
  .medium-mb15 {
    margin-bottom: 15px;
  }
  .medium-mb10 {
    margin-bottom: 10px;
  }
  .medium-mb5 {
    margin-bottom: 5px;
  }
  .medium-mb0 {
    margin-bottom: 0px;
  }
  .medium-mb-5 {
    margin-bottom: -5px;
  }
  .medium-mb-10 {
    margin-bottom: -10px;
  }
  .medium-ml40 {
    margin-left: 40px;
  }
  .medium-ml35 {
    margin-left: 35px;
  }
  .medium-ml30 {
    margin-left: 30px;
  }
  .medium-ml25 {
    margin-left: 25px;
  }
  .medium-ml20 {
    margin-left: 20px;
  }
  .medium-ml15 {
    margin-left: 15px;
  }
  .medium-ml10 {
    margin-left: 10px;
  }
  .medium-ml5 {
    margin-left: 5px;
  }
  .medium-ml0 {
    margin-left: 0px;
  }
  .medium-ml-5 {
    margin-left: -5px;
  }
  .medium-ml-10 {
    margin-left: -10px;
  }
  .medium-p40 {
    padding: 40px;
  }
  .medium-p35 {
    padding: 35px;
  }
  .medium-p30 {
    padding: 30px;
  }
  .medium-p25 {
    padding: 25px;
  }
  .medium-p20 {
    padding: 20px;
  }
  .medium-p15 {
    padding: 15px;
  }
  .medium-p10 {
    padding: 10px;
  }
  .medium-p5 {
    padding: 5px;
  }
  .medium-p0 {
    padding: 0px;
  }
  .medium-p-5 {
    padding: -5px;
  }
  .medium-p-10 {
    padding: -10px;
  }
  .medium-pt40 {
    padding-top: 40px;
  }
  .medium-pt35 {
    padding-top: 35px;
  }
  .medium-pt30 {
    padding-top: 30px;
  }
  .medium-pt25 {
    padding-top: 25px;
  }
  .medium-pt20 {
    padding-top: 20px;
  }
  .medium-pt15 {
    padding-top: 15px;
  }
  .medium-pt10 {
    padding-top: 10px;
  }
  .medium-pt5 {
    padding-top: 5px;
  }
  .medium-pt0 {
    padding-top: 0px;
  }
  .medium-pt-5 {
    padding-top: -5px;
  }
  .medium-pt-10 {
    padding-top: -10px;
  }
  .medium-pr40 {
    padding-right: 40px;
  }
  .medium-pr35 {
    padding-right: 35px;
  }
  .medium-pr30 {
    padding-right: 30px;
  }
  .medium-pr25 {
    padding-right: 25px;
  }
  .medium-pr20 {
    padding-right: 20px;
  }
  .medium-pr15 {
    padding-right: 15px;
  }
  .medium-pr10 {
    padding-right: 10px;
  }
  .medium-pr5 {
    padding-right: 5px;
  }
  .medium-pr0 {
    padding-right: 0px;
  }
  .medium-pr-5 {
    padding-right: -5px;
  }
  .medium-pr-10 {
    padding-right: -10px;
  }
  .medium-pb40 {
    padding-bottom: 40px;
  }
  .medium-pb35 {
    padding-bottom: 35px;
  }
  .medium-pb30 {
    padding-bottom: 30px;
  }
  .medium-pb25 {
    padding-bottom: 25px;
  }
  .medium-pb20 {
    padding-bottom: 20px;
  }
  .medium-pb15 {
    padding-bottom: 15px;
  }
  .medium-pb10 {
    padding-bottom: 10px;
  }
  .medium-pb5 {
    padding-bottom: 5px;
  }
  .medium-pb0 {
    padding-bottom: 0px;
  }
  .medium-pb-5 {
    padding-bottom: -5px;
  }
  .medium-pb-10 {
    padding-bottom: -10px;
  }
  .medium-pl40 {
    padding-left: 40px;
  }
  .medium-pl35 {
    padding-left: 35px;
  }
  .medium-pl30 {
    padding-left: 30px;
  }
  .medium-pl25 {
    padding-left: 25px;
  }
  .medium-pl20 {
    padding-left: 20px;
  }
  .medium-pl15 {
    padding-left: 15px;
  }
  .medium-pl10 {
    padding-left: 10px;
  }
  .medium-pl5 {
    padding-left: 5px;
  }
  .medium-pl0 {
    padding-left: 0px;
  }
  .medium-pl-5 {
    padding-left: -5px;
  }
  .medium-pl-10 {
    padding-left: -10px;
  }
  .medium-show-inline {
    display: inline;
  }
  .medium-show {
    display: block;
  }
  .medium-td-show,
  td.medium-show {
    display: table-cell;
  }
  .medium-hide {
    display: none;
  }
  /*#endregion */
  /*#region TAGS */
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel] {
    width: auto;
  }
  textarea,
  select {
    width: auto;
  }
  /*#endregion */
  /*#region LAYOUT */
  /*#region CONTENT */
  /*#endregion */
  /*#region HEADER */
  .header .div_TopBar {
    display: block;
  }
  .header .logo {
    display: inline-block;
    height: 100px;
    max-width: 32%;
    padding-top: 5px;
  }
  .header .search {
    display: inline-block;
    width: 40%;
    position: static;
    float: right;
    margin: 20px 0 0;
    padding: 10px;
    background: #eee;
  }
  .header .search .search-box {
    display: block;
  }
  .header .search .search-link {
    display: none;
  }
  /*#endregion */
  /*#region MAIN MENU */
  .div_CategoriesMenu {
    margin: -15px -15px 1%;
  }
  .div_CategoriesMenu .a_MainMenuLink {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner {
    display: block;
    line-height: inherit;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem {
    float: left;
    width: 16.66666667%;
    line-height: 1.3em;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem:hover .div_SuperMenu {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem > a {
    text-align: center;
    font-size: 1em;
    padding: 1em 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu {
    padding: 20px;
    position: absolute;
    top: 100%;
    border: 1px solid #2d8da9;
    line-height: 1.375;
    min-width: 350px;
    width: auto;
    background: #fff;
    margin-top: -1px;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu.small {
    width: 600px;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu.medium {
    width: 900px;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu.full {
    width: 100%;
    left: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .img_FloatRight {
    display: block;
    float: right;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu a {
    color: #333;
    padding: 0.1em 0;
    background: none;
    font-size: 1em;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu a:hover {
    background: none;
    text-decoration: underline;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .menulinks a:before {
    display: block;
    content: "";
    background: url(../images/icons/arrows/pinkdown.png) center center no-repeat;
    background-size: 50%;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin: 0 1ch 0 0;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    writing-mode: lr-tb;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    padding: 1em 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a > img {
    display: inline-block !important;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a > span {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a:before {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches a {
    float: none;
    width: auto;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu h4 {
    padding: 0;
    background: 0;
    margin: 0 0 10px 0;
    color: #35a5c5;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem:hover .div_SuperMenu {
    display: block;
  }
  /*#endregion */
  /*#region SITE MENU */
  .div_Menu {
    display: inline-block;
  }
  /*#endregion */
  /*#region FOOTER */
  .a_FooterToggle {
    display: none;
  }
  .footer-outer {
    display: block;
  }
  .div_Footer::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .div_Footer .div_FooterMain {
    display: block;
  }
  .div_Footer .div_Newsletter {
    padding: 0;
  }
  .div_Footer .links {
    text-align: left;
  }
  .div_Footer .menu a {
    display: inline-block;
  }
  /*#endregion */
  /*#endregion */
  /*#region BITS */
  /*#region PAGING */
  .div_Paging .div_Nav {
    display: inline-block;
    margin: 0;
  }
  .div_Paging .div_Nav .div_Left {
    display: inline-block;
  }
  /*#endregion */
  /*#region TABS */
  /*#region JS TABS */
  .div_JSTabs .div_TabsNav A,
  .div_JSTabs .div_Tabs A,
  .div_JSTabs .div_TabsNav A.a_Current,
  .div_JSTabs .div_Tabs A.a_Current {
    height: auto;
    margin: 0 1px 0 0;
    float: left;
    background-image: none;
  }
  .div_JSTabs .div_TabsContent {
    border: 3px solid #efefef;
    padding: 25px;
  }
  .div_JSTabs .div_TabsContent > DIV {
    padding: 0;
  }
  /*#endregion */
  /*#region STYLE 2 */
  .tabs2 .div_TabsNav,
  .tabs2 .div_Tabs {
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .tabs2 .div_TabsNav > A,
  .tabs2 .div_Tabs > A,
  .tabs2 .div_TabsNav > a:active,
  .tabs2 .div_Tabs > a:active {
    display: block;
    padding: 10px 5%;
    border: 1px solid #fff;
    border-bottom-color: #eee;
    margin: 0 0 -1px;
  }
  .tabs2 .div_TabsNav > A.a_Current,
  .tabs2 .div_Tabs > A.a_Current,
  .tabs2 .div_TabsNav > A.a_Current:hover,
  .tabs2 .div_Tabs > A.a_Current:hover,
  .tabs2 .div_TabsNav > A.a_Selected,
  .tabs2 .div_Tabs > A.a_Selected,
  .tabs2 .div_TabsNav > A.a_Selected:hover,
  .tabs2 .div_Tabs > A.a_Selected:hover {
    margin: 0 0 -1px;
    border-color: #eee;
    border-bottom-color: #fff;
    background: none;
  }
  .tabs2 .div_TabsContent {
    padding: 3% 0;
    border: 0;
    border-bottom: 1px solid #eee;
  }
  /*#endregion */
  /*#endregion */
  /*#region SEARCH BOX */
  .div_SearchBarResultsOuter {
    display: block;
  }
  .div_SearchBarResultsOuter .div_SearchBarResultsKeywords {
    float: left;
    width: 50%;
  }
  /*#endregion */
  /*#region PRODUCT SEARCH RESULTS */
  .product-search-results .div_BrowsingLeft {
    display: block;
    float: left;
    width: 25%;
    padding: 2% 0;
  }
  .product-search-results .div_BrowsingLeft .div_FiltersMenu .a_FiltersLink {
    display: none;
  }
  .product-search-results .div_BrowsingLeft .div_FiltersMenu > div > H2 {
    display: block;
  }
  .product-search-results .div_BrowsingLeft .div_FiltersMenu #div_Filters {
    display: block;
  }
  .product-search-results .div_BrowsingRight {
    margin: 0;
    padding: 2% 0 2% 2%;
  }
  .product-search-results .div_BrowsingLeft + .div_BrowsingRight {
    width: 75%;
    float: right;
  }
  /*#endregion */
  /*#region POP-UPS */
  .div_PopUpBox {
    width: 500px;
    margin-left: -250px;
  }
  .div_PopUpBox .div_ButtonsNav .a_Button {
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
  }
  .div_PopUpBox .div_ButtonsNav .a_Button .div_ButtonsRight .a_Button {
    margin-left: 5px;
  }
  .div_PopUpBox.div_PopUpSizeSmall {
    width: 500px;
    margin-left: -250px;
  }
  .div_PopUpBox.div_PopUpSizeMedium {
    width: 700px;
    margin-left: -350px;
  }
  .div_PopUpBox.div_PopUpSizeLarge {
    width: 90%;
    margin-left: -45%;
  }
  .div_PopUpBox.div_PopUpSizeFull {
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 0;
  }
  /*#endregion */
  /*#region BOXES */
  .box1,
  .div_Box1 {
    padding: 25px;
  }
  /*#endregion */
  /*#region ITEMS */
  .medium-items-2-2 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .medium-items-2-2 .item {
    width: 48%;
    margin: 1%;
  }
  .medium-items-2-2 > .clear:nth-of-type(1n+0),
  .medium-items-2-2 > .clear:nth-of-type(2n+0),
  .medium-items-2-2 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-2-2 > .clear:nth-of-type(2n + 0) {
    display: block;
  }
  .medium-items-3-3 {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .medium-items-3-3 .item {
    width: 30.33333333%;
    margin: 1.5%;
  }
  .medium-items-3-3 > .clear:nth-of-type(1n+0),
  .medium-items-3-3 > .clear:nth-of-type(2n+0),
  .medium-items-3-3 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-3-3 > .clear:nth-of-type(3n + 0) {
    display: block;
  }
  .medium-items-4-2 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .medium-items-4-2 .item {
    width: 23%;
    margin: 1%;
  }
  .medium-items-4-2 > .clear:nth-of-type(1n+0),
  .medium-items-4-2 > .clear:nth-of-type(2n+0),
  .medium-items-4-2 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-4-2 > .clear:nth-of-type(4n + 0) {
    display: block;
  }
  .medium-items-6-2 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .medium-items-6-2 .item {
    width: 14.66666667%;
    margin: 1%;
  }
  .medium-items-6-2 > .clear:nth-of-type(1n+0),
  .medium-items-6-2 > .clear:nth-of-type(2n+0),
  .medium-items-6-2 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-6-2 > .clear:nth-of-type(6n + 0) {
    display: block;
  }
  /*#endregion */
  /*#region ERRORS */
  input + .div_ErrorMsg,
  select + .div_ErrorMsg,
  textarea + .div_ErrorMsg {
    position: relative;
  }
  input + .div_ErrorMsg::before,
  select + .div_ErrorMsg::before,
  textarea + .div_ErrorMsg::before,
  input + .div_ErrorMsg::after,
  select + .div_ErrorMsg::after,
  textarea + .div_ErrorMsg::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -0.7em;
    top: 50%;
    border-width: 0.25em 0.35em;
    border-style: solid;
  }
  input + .div_ErrorMsg::before,
  select + .div_ErrorMsg::before,
  textarea + .div_ErrorMsg::before {
    margin-top: -0.5em;
    border-color: transparent #de1a56 #de1a56 transparent;
  }
  input + .div_ErrorMsg::after,
  select + .div_ErrorMsg::after,
  textarea + .div_ErrorMsg::after {
    border-color: #de1a56 #de1a56 transparent transparent;
  }
  /*#endregion */
  /*#endregion */
  /*#region PAGES */
  /*#region HOME */
  .home-page .main-banner .banner-box .heading {
    width: 50%;
  }
  .home-page .categories .item .ribbon {
    display: block;
  }
  .home-page .homepage-tool {
    float: left;
    width: 33.3333%;
  }
  .home-page .homepage-tool:before {
    width: 90px;
    height: 90px;
  }
  .home-page .homepage-tool .title,
  .home-page .homepage-tool .text {
    margin-left: 110px;
  }
  .home-page .brochure {
    background-size: cover;
    height: 374px;
    padding: 20px;
  }
  .home-page .brochure .form {
    float: left;
    width: 50%;
  }
  /*#endregion */
  /*#region BROWSING */
  .category-page .category-header {
    display: block;
  }
  .category-page .category-header .category-description {
    display: block;
  }
  .category-page .category-header-simple .category-description {
    border-bottom: 1px solid #eee;
    padding: 1em 0;
  }
  .category-page .category-header-simple h1 {
    margin-left: 0;
  }
  .category-page .category-header-image {
    background: url() right top no-repeat #eee;
    background-size: cover;
    height: 350px;
  }
  .category-page .category-header-image .category-details {
    max-width: 40%;
    padding: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .category-page .category-header-image .category-description {
    max-height: 10em;
  }
  .category-page .category-header-image H1 {
    font-size: 1.6em;
  }
  .category-page .category-header-image .product-link {
    display: block;
  }
  .category-page .div_Products + .div_Paging .div_Right a.next-page {
    display: inline-block;
    padding-left: 6%;
    padding-right: 6%;
  }
  /*#endregion */
  /*#region PRODUCT DETAILS */
  .product-details-page .div_TopDetails .div_Left {
    float: left;
    width: 37%;
  }
  .product-details-page .div_TopDetails .div_Left .div_ImageText {
    display: block;
  }
  .product-details-page .div_TopDetails .div_Left .multiple-images .div_MainImage {
    width: auto;
    float: none;
  }
  .product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails {
    width: auto;
    float: none;
    margin: 1em 0 0;
  }
  .product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails > span {
    display: inline-block;
    max-width: 25%;
  }
  .product-details-page .div_TopDetails .div_Right {
    float: right;
    width: 60%;
    padding: 10px 0 0;
    margin: 0;
  }
  .product-details-page .div_TopDetails .second-section {
    float: none;
    width: auto;
    clear: both;
    padding-top: 40px;
  }
  /*#endregion */
  /*#endregion */
}
@media only screen and (min-width: 64.063em) {
  /*#region MIXINS  */
  /*#endregion*/
  /*#region LIBRARIES */
  .large-m40 {
    margin: 40px;
  }
  .large-m35 {
    margin: 35px;
  }
  .large-m30 {
    margin: 30px;
  }
  .large-m25 {
    margin: 25px;
  }
  .large-m20 {
    margin: 20px;
  }
  .large-m15 {
    margin: 15px;
  }
  .large-m10 {
    margin: 10px;
  }
  .large-m5 {
    margin: 5px;
  }
  .large-m0 {
    margin: 0px;
  }
  .large-m-5 {
    margin: -5px;
  }
  .large-m-10 {
    margin: -10px;
  }
  .large-mt40 {
    margin-top: 40px;
  }
  .large-mt35 {
    margin-top: 35px;
  }
  .large-mt30 {
    margin-top: 30px;
  }
  .large-mt25 {
    margin-top: 25px;
  }
  .large-mt20 {
    margin-top: 20px;
  }
  .large-mt15 {
    margin-top: 15px;
  }
  .large-mt10 {
    margin-top: 10px;
  }
  .large-mt5 {
    margin-top: 5px;
  }
  .large-mt0 {
    margin-top: 0px;
  }
  .large-mt-5 {
    margin-top: -5px;
  }
  .large-mt-10 {
    margin-top: -10px;
  }
  .large-mr40 {
    margin-right: 40px;
  }
  .large-mr35 {
    margin-right: 35px;
  }
  .large-mr30 {
    margin-right: 30px;
  }
  .large-mr25 {
    margin-right: 25px;
  }
  .large-mr20 {
    margin-right: 20px;
  }
  .large-mr15 {
    margin-right: 15px;
  }
  .large-mr10 {
    margin-right: 10px;
  }
  .large-mr5 {
    margin-right: 5px;
  }
  .large-mr0 {
    margin-right: 0px;
  }
  .large-mr-5 {
    margin-right: -5px;
  }
  .large-mr-10 {
    margin-right: -10px;
  }
  .large-mb40 {
    margin-bottom: 40px;
  }
  .large-mb35 {
    margin-bottom: 35px;
  }
  .large-mb30 {
    margin-bottom: 30px;
  }
  .large-mb25 {
    margin-bottom: 25px;
  }
  .large-mb20 {
    margin-bottom: 20px;
  }
  .large-mb15 {
    margin-bottom: 15px;
  }
  .large-mb10 {
    margin-bottom: 10px;
  }
  .large-mb5 {
    margin-bottom: 5px;
  }
  .large-mb0 {
    margin-bottom: 0px;
  }
  .large-mb-5 {
    margin-bottom: -5px;
  }
  .large-mb-10 {
    margin-bottom: -10px;
  }
  .large-ml40 {
    margin-left: 40px;
  }
  .large-ml35 {
    margin-left: 35px;
  }
  .large-ml30 {
    margin-left: 30px;
  }
  .large-ml25 {
    margin-left: 25px;
  }
  .large-ml20 {
    margin-left: 20px;
  }
  .large-ml15 {
    margin-left: 15px;
  }
  .large-ml10 {
    margin-left: 10px;
  }
  .large-ml5 {
    margin-left: 5px;
  }
  .large-ml0 {
    margin-left: 0px;
  }
  .large-ml-5 {
    margin-left: -5px;
  }
  .large-ml-10 {
    margin-left: -10px;
  }
  .large-p40 {
    padding: 40px;
  }
  .large-p35 {
    padding: 35px;
  }
  .large-p30 {
    padding: 30px;
  }
  .large-p25 {
    padding: 25px;
  }
  .large-p20 {
    padding: 20px;
  }
  .large-p15 {
    padding: 15px;
  }
  .large-p10 {
    padding: 10px;
  }
  .large-p5 {
    padding: 5px;
  }
  .large-p0 {
    padding: 0px;
  }
  .large-p-5 {
    padding: -5px;
  }
  .large-p-10 {
    padding: -10px;
  }
  .large-pt40 {
    padding-top: 40px;
  }
  .large-pt35 {
    padding-top: 35px;
  }
  .large-pt30 {
    padding-top: 30px;
  }
  .large-pt25 {
    padding-top: 25px;
  }
  .large-pt20 {
    padding-top: 20px;
  }
  .large-pt15 {
    padding-top: 15px;
  }
  .large-pt10 {
    padding-top: 10px;
  }
  .large-pt5 {
    padding-top: 5px;
  }
  .large-pt0 {
    padding-top: 0px;
  }
  .large-pt-5 {
    padding-top: -5px;
  }
  .large-pt-10 {
    padding-top: -10px;
  }
  .large-pr40 {
    padding-right: 40px;
  }
  .large-pr35 {
    padding-right: 35px;
  }
  .large-pr30 {
    padding-right: 30px;
  }
  .large-pr25 {
    padding-right: 25px;
  }
  .large-pr20 {
    padding-right: 20px;
  }
  .large-pr15 {
    padding-right: 15px;
  }
  .large-pr10 {
    padding-right: 10px;
  }
  .large-pr5 {
    padding-right: 5px;
  }
  .large-pr0 {
    padding-right: 0px;
  }
  .large-pr-5 {
    padding-right: -5px;
  }
  .large-pr-10 {
    padding-right: -10px;
  }
  .large-pb40 {
    padding-bottom: 40px;
  }
  .large-pb35 {
    padding-bottom: 35px;
  }
  .large-pb30 {
    padding-bottom: 30px;
  }
  .large-pb25 {
    padding-bottom: 25px;
  }
  .large-pb20 {
    padding-bottom: 20px;
  }
  .large-pb15 {
    padding-bottom: 15px;
  }
  .large-pb10 {
    padding-bottom: 10px;
  }
  .large-pb5 {
    padding-bottom: 5px;
  }
  .large-pb0 {
    padding-bottom: 0px;
  }
  .large-pb-5 {
    padding-bottom: -5px;
  }
  .large-pb-10 {
    padding-bottom: -10px;
  }
  .large-pl40 {
    padding-left: 40px;
  }
  .large-pl35 {
    padding-left: 35px;
  }
  .large-pl30 {
    padding-left: 30px;
  }
  .large-pl25 {
    padding-left: 25px;
  }
  .large-pl20 {
    padding-left: 20px;
  }
  .large-pl15 {
    padding-left: 15px;
  }
  .large-pl10 {
    padding-left: 10px;
  }
  .large-pl5 {
    padding-left: 5px;
  }
  .large-pl0 {
    padding-left: 0px;
  }
  .large-pl-5 {
    padding-left: -5px;
  }
  .large-pl-10 {
    padding-left: -10px;
  }
  .large-show-inline {
    display: inline;
  }
  .large-show {
    display: block;
  }
  .large-td-show,
  td.large-show {
    display: table-cell;
  }
  .large-hide {
    display: none;
  }
  /*#endregion */
  /*#region TAGS */
  body {
    font-size: 100%;
  }
  h1 {
    margin-top: 1em;
  }
  /*#endregion */
  /*#region LAYOUT */
  /*#region HEADER */
  .header .logo {
    padding: 5px 0 0;
  }
  /*#endregion */
  /*#region MAIN MENU */
  .div_CategoriesMenu {
    margin: 0 0 15px;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem > a {
    font-size: 1.1em;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.div_Parent > a::after {
    display: block;
    content: "";
    display: inline-block;
    background: url(../images/icons/arrows/whitedown.png) center top no-repeat;
    background-size: contain;
    width: 8px;
    height: 7px;
    margin: 0 0 0 1ch;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.div_Parent:hover > a::after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu {
    left: auto;
    max-width: none;
    width: auto;
  }
  /*#endregion */
  /*#region FOOTER */
  .div_Footer .footer-row-1 {
    padding: 10px 0;
  }
  .div_Footer .footer-row-2 {
    padding: 20px 0;
  }
  .div_Footer .footer-row-3 {
    padding: 10px 0;
  }
  /*#endregion */
  /*#endregion */
  /*#region BITS */
  /*#region PAGING */
  .div_Paging .div_PagingSummary .short {
    display: none;
  }
  .div_Paging .div_PagingSummary .long {
    display: inline-block;
  }
  /*#endregion */
  /*#region SEARCH BOX */
  .div_SearchBarResultsOuter .div_SearchBarResultsProducts {
    display: block;
  }
  /*#endregion */
  /*#region PRODUCT SEARCH RESULTS */
  .product-search-results .div_BrowsingLeft {
    width: 20%;
  }
  .product-search-results .div_BrowsingLeft + .div_BrowsingRight {
    width: 80%;
    padding-right: 0;
  }
  /*#endregion */
  /*#region POP-UPS */
  .div_DarkScreen:before {
    display: block;
  }
  .div_PopUpBox.div_PopUpSizeSmall {
    width: 500px;
    margin-left: -250px;
  }
  .div_PopUpBox.div_PopUpSizeMedium {
    width: 700px;
    margin-left: -350px;
  }
  .div_PopUpBox.div_PopUpSizeLarge {
    width: 1200px;
    margin-left: -600px;
  }
  /*#endregion */
  /*#endregion */
  /*#region PAGES */
  /*#region HOME */
  .home-page .main-banner .banner-box .heading {
    padding: 0;
  }
  .home-page .section {
    padding: 0;
  }
  .home-page .section .section-heading h2 {
    display: inline-block;
    margin: 0;
  }
  .home-page .section .section-heading .section-sub-heading {
    margin-left: 1ch;
    display: inline-block;
  }
  .home-page .brochure .form {
    width: 30%;
  }
  /*#endregion */
  /*#region BROWSING */
  .category-page .category-header-image .category-description {
    max-height: 8em;
  }
  .category-page #tabs {
    display: block;
  }
  /*#endregion */
  /*#region PRODUCT DETAILS */
  .product-details-page .div_TopDetails .div_Right h1 {
    font-size: 2.4em;
  }
  .product-details-page .div_Styles .div_Style .div_Details .div_Pricing .old-price {
    display: inline-block;
  }
  /*#endregion */
  /*#endregion */
}
/*#region Mixins  */
/*#endregion*/
@media only screen and (min-width: 1180px) {
  .div_MainContent {
    padding-left: 0;
    padding-right: 0;
  }
}