/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
	
	Wes TEST
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;w
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-navbar > *,
    .mm-menu .mm-navbar a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-navbar .mm-btn:before,
    .mm-menu .mm-navbar .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li .mm-prev:before,
  .mm-menu .mm-listview > li .mm-next:after,
  .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li .mm-prev:after,
  .mm-menu .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    padding-left: 40px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid transparent; }
  .mm-iconpanel .mm-panel.mm-subopened {
    left: -40px;
    right: 40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-menu.mm-iconpanel .mm-panel.mm-opened {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-iconpanel .mm-subblocker {
  background: #f3f3f3; }

.mm-subblocker {
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top: 1px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-navbar > *,
    .mm-menu.mm-theme-dark .mm-navbar a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-iconpanel.mm-theme-dark .mm-panel.mm-opened {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu.mm-iconpanel.mm-theme-dark .mm-subblocker {
  background: #333333; }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-navbar > *,
    .mm-menu.mm-theme-white .mm-navbar a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-iconpanel.mm-theme-white .mm-panel.mm-opened {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-iconpanel.mm-theme-white .mm-subblocker {
  background: white; }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-navbar > *,
    .mm-menu.mm-theme-black .mm-navbar a {
      color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
    .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
  .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
  .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
  .mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-iconpanel.mm-theme-black .mm-panel.mm-opened {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-iconpanel.mm-theme-black .mm-subblocker {
  background: black; }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

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

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #3399cc;
  text-decoration: none;
}

a:hover {
  color: #2e8ab8;
  text-decoration: underline;
}

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: red;
}

.availability-only {
  color: red;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border:1px solid #ececec;
}
table td
,table th{
	padding: 10px;
}
/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

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

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #b5121b;
  text-decoration: none;
}

a:hover {
  color: #2e8ab8;
  text-decoration: underline;
}

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #b5121b;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: red;
}

.availability-only {
  color: red;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #b5121b;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #b5121b;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #b5121b;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
  border-radius: 4px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

/* Primary Buttons */
/*.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #b5121b;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
   border-radius: 4px;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #b5121b;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #b5121b;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}*/

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #b5121b;
  
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}


/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(".button") {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(/static/frontend/Owdt/Hoover/en_US/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}


/* -------------------------------------------- *
 * Breadcrumbs
 */



/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #b5121b;
  border-color: #b5121b;
}

.btn-remove:after {
  content: 'X';
  color: #b5121b;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #b5121b;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
 
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}


.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

/*.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
}

.col2-right-layout .col-main {
  padding-left: 0;
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

*/
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  float: left;
  padding: 20px;
}

.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("/static/frontend/Owdt/Hoover/en_US/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #b5121b;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: red;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px; margin-bottom: 0
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  border-left: 5px solid red;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  border-right: none;
}

.messages .notice-msg li {
  border-left: 5px solid #e26703;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  border-left: 5px solid #11b400;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}


/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #b5121b;
  font-size: 16px;
}

.price-box .price,
.price {
  white-space: nowrap;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #b5121b;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #b5121b;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #b5121b;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #b5121b;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}


/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
/*.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #ededed;
}

.no-touch .product-image:hover {
  border-color: #b5121b;
}*/

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
/*.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #b5121b;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #cccccc;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #b5121b;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #b5121b;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #b5121b;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}
*/
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #b5121b;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #b5121b;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: red;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #b5121b;
}

.input-text.validation-failed {
  border-color: red;
}

.input-text.validation-failed:focus {
  outline-color: #ff7f7f;
}

/*input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}*/


.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: red;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #e7e7e7;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid silver;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

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

.header-language-container,
.page-header {
  
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #b5121b;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}


/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}


/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}


/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}


/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

.nav-primary li.first > a{
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
}


/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
}

#header-account a:hover {
  color: #b5121b;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}

.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #b5121b;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #636363;
}
.footer .links a:hover {
  color: #b5121b;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(/static/frontend/Owdt/Hoover/en_US/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}

.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}


/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #b5121b;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("/static/frontend/Owdt/Hoover/en_US/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

/* ============================================ *
 * Product List
 * ============================================ */
/*.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right;
}
*/
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #b5121b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #b5121b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #b5121b;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #b5121b;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
.event-container .event-dates .time-part {
  font-size: 14px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #b5121b;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {

}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 50%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
 
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("/static/frontend/Owdt/Hoover/en_US/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  padding-top:7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
 
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}


.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}


.grouped-items-table .name-wrapper {
  color: #b5121b;
  
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
}

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}


.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}


.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}

.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

.cart-table {
  
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #b5121b;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #b5121b;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: red;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #e7e7e7;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}


.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}
#discount-coupon-form .input-text{
	width: 100%;
	height: 45px;
    padding: 5px 15px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #b5121b;
}
.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none;
}


/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #b5121b;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #b5121b;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}


.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}


.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}


#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  /*opacity: 0;*/
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  /*width: 0px;
  overflow: hidden;*/
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  /*margin-left: 0px;*/
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}

#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* General Swatch Styling */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

.swatch-link img {
  border-radius: 3px;
}

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

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

.currently .swatch-link:hover {
  cursor: default;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/static/frontend/Owdt/Hoover/en_US/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #333;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-options .select-label {
  display: none;
}

.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}

.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}


/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}


div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

/* ============================================ *
 * PayPal
 * ============================================ */

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}


.bml-ad {
  display: none;
}
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #b5121b;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #b5121b;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #b5121b;
  
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}


/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}


/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #b5121b;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
 
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #b5121b;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;
  
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #b5121b;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table .price-box {
  
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #b5121b;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #b5121b;
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("/static/frontend/Owdt/Hoover/en_US/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #b5121b;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #b5121b;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #b5121b;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #b5121b;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #b5121b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #b5121b;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #b5121b;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}


/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #b5121b;
  font-size: 16px;
  font-weight: 600;
  
  padding-bottom: 10px;
}
.product-review .ratings-table {
  
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  
  font-size: 13px;
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}

.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #b5121b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}
.price-box .minimal-price-link .label {
  color: #cf5050;
  
  font-size: 12px;
  text-transform: uppercase;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}


/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}
/* ============================================ *
 * Accordion styles
 * ============================================ */
.accordion-section {
	border-bottom: 1px solid #ccc;	
}
button.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-top: 1px solid #ccc;
}
button.accordion.active, button.accordion:hover {
    background-color: #b5121b;
    color: #fff;
}
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}
div.panel.show {
    display: block;
}
.pdf {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.pdf:last-child {
	border-bottom: 0px solid #ccc;
}
*,
*:before,
*:after{
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body
,p
,ul,ol,li
,h1
,h2
,h3
,h4
,h5{
	font-family: "Open Sans","san-serif";
}

h4{
	color: black;
}
a{
	color: #005e20;
}
a,
a:hover,
.animated {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.button{
	padding: 10px 20px;	
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.cms-no-route .std ul li{
	list-style: none;
}

.constraint-container {
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.constraint {
    width: 1200px;
    padding: 0px 10px;
    margin: auto;
    position: relative;
}

.main h1{
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #2e2e2e;
	font-family: "Montserrat", sans-serif;
}

.main h2{
	font-size: 33px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.1px;
	color: #21366d;
	text-transform: none;
}

.main h3{
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.7px;
	color: #232323;
}

.main p{
	font-size: 15px;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 600;
}

.std iframe{
	max-width: 100%;
}

.std ul li{
	list-style: disc;
	margin-left: 20px;
	margin-top:12px;margin-bottom: 12px;
	padding-left: 0px;
	/*list-style-image: url("/static/frontend/Owdt/Hoover/en_US/images/bullet_list.jpg");*/
	font-size: 15px;
	color: black;
	font-weight: 600;
}
.std ul li p{
	margin: 0px;
	color: black;
}
.std ul.inline-list{
	margin: 0px;padding: 0px;list-style: none;
}
.std ul.inline-list li{
	list-style: none;
	padding: 0px;
	float: left;
	display: block;
	position: relative;
	margin: 2%;
}
.std p
,.postContent{
	font-size: 15px;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #000000;
	margin-bottom: 20px;
	color: black;
	font-weight: 600;
}

.std table th{
	font-weight: bold;
	border-bottom: 1px solid gray;
}
.std table tr th:first-child
,.std table tr td:first-child {
	min-width:100px;
}

.category-4000hm-waste-compactors .std table tr th:first-child
,.std table tr td:first-child {
	width: auto;
}
.std table{
	width: 100%;
}


.features_summary{
	margin-top: 10px;
	margin-bottom: 20px;
    width: 100%;
    border: 1px solid #cdcdcd;
}

.features_summary tr{
	border-bottom: 1px solid #cdcdcd;
}

.features_summary th{
	background-color: #d8d8d8;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.features_summary .fa{
	color: #69b752;
}

ul.icon-list a{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000000;
	display: block;
	padding: 10px 0px;
}
ul.icon-list a span{
	text-transform: uppercase;
	margin: 0px 10px;
}
ul.icon-list a:hover span{
	text-decoration: underline;
}
ul.icon-list a i{
	float: right;
	font-size: 14px;
}
ul.icon-list a i.first{
	float: left;
}

/*==========header===========*/
header{
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 1px 2px 0 #333333;
	position: fixed!important;
	left: 0px;top:0px;
	z-index: 998;
	max-width: 100%;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff -60%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );*/ /* IE6-8 */
	height: 70px;
}
header #logo{
	display: block;
	padding-top: 14px;
	float: left;
	
}
header #logo img{
	height: 40px;
}
header .right{
	position: absolute;
	right: 0px;top:0px;
}
header #search_mini_form{
	height: 70px;
	border-left: 1px solid #dedede;
	float: left;
	position: relative;
	width: 150px;
}
header #search_mini_form #search{
	padding: 10px;
	border:1px solid #dedede;
	padding-right: 10px;
	margin: 14px 10px;
	background-color: #eeeeee;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	font-size: 12px;
	width: 120px;
}
header #search_mini_form button{
	border:0px solid white;
	background-color: transparent;
	font-size: 14px;
	position: absolute;
	top:25px;
	right: 30px;
}
header #search_mini_form button i{
	font-size: 16px;
}
header .box{
	height: 70px;
	color: black;
	text-transform: uppercase;
	border-left: 1px solid #dedede;
	float: left;
	position: relative;
	display: block;vertical-align: middle;
	padding:25px 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

header .box a{
	font-size: 14px;
	margin: 0px 15px;
	font-weight: 600;
	color: #131313;
	font-family: "Open Sans", sans-serif;
}



header #phone{
	border-left: 0;
}

header #phone a{
	border-left: 0px;
	color: #69b752;
	font-weight: 500;
	padding-top: 25px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 800;
}
header #menu-btn{
	background-color: black;
	height: 70px;
	float: left;
	color: white;
	padding: 25px 30px;
	display: block;
	vertical-align: middle;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	margin-right: 0px;
	cursor: pointer;
}

header #menu-btn span
,header #menu-btn i{
	display: inline;
	vertical-align: middle;
	text-transform: uppercase;
}
header #menu-btn span{
	margin-right: 15px;
	font-size: 14px;
	font-weight: 600;
	color:white;
	
}
header #menu-btn i.open{
	display: inline;
}
header #menu-btn i.close{
	display: none;
}
.mm-opened header #menu-btn i.close{
	display: inline;
}
.mm-opened header #menu-btn i.open{
	display: none;
}

header #liquitrac.box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	/*liquitrac.box*/
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: white;
	padding: 0px 20px;
}

div#liquitrac p {
    display: table;
    width: 100%;
    height: 70px;
    text-align: center;
}

header #liquitrac.box a{
	color: white;
	text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
}

footer{
	background-color: #282828;
}

footer .footer-cta{
	background-color: #373737;
	padding: 40px 10px;
}
footer .footer-cta p{
	font-size: 33px;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	letter-spacing:1.1px;
}
footer .footer-cta .rfq-btn{
	display: block;
	background-color: white;
	color: white;
	display: block;
	padding: 10px 20px;;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	position: absolute;right: 10px;top:0px;
	font-weight: 600;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
footer .footer-cta .rfq-btn:hover{
	background-color: #438a30;
	background: #438a30;
}
.sidebar .rfq-btn{
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px 10px;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.rfq-btn:hover{
	background-color: #438a30;
	background: #438a30;
}

footer .footer-bottom{
	padding: 20px 10px;
	background-color: #1f1f1f;
}
footer .footer-bottom .copyright{
	font-size: 13px;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
footer .footer-bottom ul{
	position: absolute;
	right: 10px;top:0px;
}
footer .footer-bottom ul
,footer .footer-bottom ul li{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
footer .footer-bottom ul li{
	display: inline;
	margin: 0px 10px;
}
footer .footer-bottom ul li a{
	color: white;
}
footer .footer-bottom ul li a:hover{
	text-decoration: underline;
}
footer .footer-links{
	width: 100%;
	padding: 50px 0px;
	border-bottom: 1px solid #4f4f4f;
	text-align: left;
}
footer .footer-links li{
	display: inline;
}
footer .footer-links li a{
	color: white;
	text-transform: uppercase;
	margin: auto 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #f8f8f8;
	letter-spacing: 0.6px;
	font-size: 12px;
}
footer .footer-links li a:hover{
	text-decoration: underline;
}
footer .footer-links li:first-child a{
	margin-left: 0px;
}
footer .footer-links li:last-child a{
	margin-right: 0px;
}

footer .footer-content .box{
	float: left;
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}
footer .footer-content .box.left .logo-footer{
	height: 110px;
	float: left;
	margin-right: 40px;
}
footer .footer-content .box.left address{
	color: white;
	min-width: 500px;
	font-family: "Open Sans", sans-serif;
}
footer .footer-content .box.left address p{
	margin: 10px 5px;
	font-style: italic;
	font-weight: lighter;
}
footer .footer-content .box.left address p.phone{
	font-weight: 600;
	font-size: 22px;
	font-style: normal;
	letter-spacing: -0.1px;
}
footer .footer-content .box.left address .social-links li{
	display: inline;
	color: white;
}
footer .footer-content .box.left address .social-links li a{
	color: white;
	font-size: 20px;
	margin: 5px;
}
footer .footer-content .box.right{
	float: right;
	margin-left: 60px;
	width: 125px;
}
footer .footer-content .box.right li {
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.6px;
}
footer .footer-content .box.right li a{
	color:white;
	
}
footer .footer-content .box.right li a:hover{
	text-decoration: underline;
}

/*hero banner*/

#hero-banner{
	margin-top: 70px;
	height: 450px;
}
#hero-banner #hero-overlay{
	height: 450px;position: absolute;left: 0px;top:0px;
	background-color: rgba(0,0,0,0.5);
}
.slider-image{
	width: 100%; height: 450px; position: absolute; top:0px; left: 0px;
	background:  url() no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}
.slider-image.active{
	display: block;
}

#hero-banner .hero-content{
	height: 450px;
}
.slider-caption{
	width: 70%;
	background-image: url(/images/trans_black.png);
	height: 160px;
	position: relative;
	top:100px;
	padding:20px;
	display: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-caption.active{
	display: block;
	left: 0px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-caption h2{
	font-family: "Montserrat","san-serif";
	font-size: 28px;
	font-weight: 600;
	color: white;
	margin-bottom: 10px;
}
.slider-caption p{
	font-family: "Open Sans","san-serif";
	color: white;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding-bottom: 10px;
}
.slider-caption a{
	font-family: "Open Sans","san-serif";
	color: white;
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin: 10px 0px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px;
	display: block;
	width: 90%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}

.slider-caption a:hover{
	background-color: #438a30;
	background: #438a30;
}

.slider-caption a i{
	float: right;
	font-size: 18px;
}
.slider-nav{
	position: absolute;
	left: 30px;
	bottom:70px;
}
.slider-nav li{
	color: white;
	display: block;float: left;
	width: 50px;height: 50px;
	border:1px solid white;
	text-align: center;
	cursor: pointer;
}
.slider-nav li:hover{
	background-color: white;
	color: black;
}
.slider-nav li.prev{
	border-right: 0px solid white;
}
.slider-nav li i{
	padding-top: 17px;
}
.dock-item-box{
	position: absolute;
	right: 20px;bottom:70px;
	width: 25%;
}
.dock-item{
	display: block;
	height: 70px;
	border: 1px solid white;
	position: relative;
	cursor: pointer;
	width: 100%;
	padding: 0px;
	margin: 6px 0px;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dock-item:hover{
	background-color: white;
	color: black;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	/*-webkit-box-shadow: 0px 0px 60px rgba(10, 255, 255, 0.74);
	-moz-box-shadow:    0px 0px 60px rgba(10, 255, 255, 0.74);
	box-shadow:         0px 0px 60px rgba(10, 255, 255, 0.74);*/
}
.dock-item.active{
	background-color: white;
	color: black;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	/*top:-30px!important;*/
	/*-webkit-box-shadow: 0px 0px 60px rgba(10, 255, 255, 0.74);
	-moz-box-shadow:    0px 0px 60px rgba(10, 255, 255, 0.74);
	box-shadow:         0px 0px 60px rgba(10, 255, 255, 0.74);*/
}

.dock-item img{
	height: 68px;
	width: 68px;
	float: left;
	border-right: 1px solid white;
}
.dock-item  h3{
	color: white;
	font-family: "Open Sans","san-serif";
	float: left;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06px;
	margin: 25px 10px;
}
.dock-item.active h3
,.dock-item:hover h3{
	color: black;
}

a.more{
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 20px;
	color: #fff;
	display:block;
	
}

a.more:hover{
	text-decoration: underline;
}

/*home box links*/
.home-links {
	margin-top: -130px;
	background-color: white;
	height: 140px;
}
.home-links .link-box{
	width: 25%;
	height: 80px;
	display: block;
	background-color: #39518e;
	float: left;
	overflow: hidden;
	position: relative;
}
.home-links .link-box.box-2{
	background-color: #304783;
}
.home-links .link-box.box-3{
	background-color: #283e78;
}
.home-links .link-box.box-4{
	background-color: #21366d;
}
.home-links .link-box:hover{
	text-decoration: none;
}
.home-links .link-box .content{
	position: absolute;
	padding: 20px 30px;
	left: 0px;top:0px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-links .link-box:hover .content{
	top:-10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-links .link-box h4 .hf-icon{
	width: 36px;
	height: 36px;
	display: inline-block;vertical-align: middle;
	zoom: 1;*display:inline;
	background-image: url("../images/HF-Icon.png");
	background-position: center center;
	background-repeat: none;
}
.home-links .link-box h4{
	font-size: 32px;
	font-weight: 300;
	text-transform: none;
	color: white;
	font-family: "Open Sans","san-serif";
	letter-spacing: 0.7px;
	margin-bottom: 20px;
}
.home-links .link-box .content p{
	font-family: "Open Sans","san-serif";
	font-size: 14px;
	font-weight: light;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #ffffff;
}

.home-links .link-box .content p.more{
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 10px;
}

.home-buckets{
	padding: 60px 0px;padding-top: 10px;
	display: block;
	margin-left: -2%;
}
.home-buckets .home-bucket{
	background-color: #f3f3f3;
	display: block;
	margin: 2%;
	margin-bottom: 2%;
	margin-top: 2%;
	width: 46%;
	float: left;
	position: relative;
	height: 215px;
	border:2px solid #f3f3f3;
}
.home-buckets .home-bucket:hover{
	border:2px solid #696969;
}
.home-buckets .home-bucket:nth-child(2n){
}

.home-buckets .home-bucket img{
	height: 211px;
	width: 211px;
	float: left;
	margin-right: 20px;
}

.home-buckets .home-bucket h4{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.7px;
	font-family: "Montserrat","san-serif";
	color: #232323;
	margin: 20px;margin-bottom: 10px;
}

.home-buckets .home-bucket p{
	color: #303030;
	margin: 10px;
	font-size: 13px;
	font-family: "Open Sans","san-serif";
	line-height: 17px;
}
.home-buckets .home-bucket p.more{
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: black;
	position: absolute;
	bottom:5px;
	left: 221px;
}

.home-cta{
	min-height: 100px;
	padding: 100px 0px;
	
	background:  url("../images/blurred_bg.jpg") no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.home-cta .box .link-box-icon {
   width: 80%;height: 0%;
   padding-bottom: 80%;
   left: 10%;
   top:10%;
   position: absolute;
   background:  url("../images/Asset-Tracking-White.png") no-repeat center center scroll;
   background-size: 100%;
}
.home-cta .box .link-box:hover .link-box-icon{
	background-image: url("../images/tracking-blue.png");
}
.home-cta .box .link-box-icon.document{
	background-image: url("../images/Document-Storage-White.png");
}
.home-cta .box .link-box:hover .link-box-icon.document{
	background-image: url("../images/documents-blue.png");
}
.home-cta .box .link-box-icon.certification{
	background-image: url("../images/Cert-Rep-White.png");
}
.home-cta .box .link-box:hover .link-box-icon.certification{
	background-image: url("../images/cert-blue.png");
}
.home-cta .box .link-box-icon.liquid{
	background-image: url("../images/Liquid-Level-White.png");
}
.home-cta .box .link-box:hover .link-box-icon.liquid{
	background-image: url("../images/level-blue.png");
}

.home-cta .box{
	width: 50%;
	float: left;
	padding: 10px 10px;
}

.home-cta .box.last{
	padding: 10px 25px;
}

.home-cta .box h4{
	font-size: 33px;
	font-weight: 300;
	letter-spacing: 1.1px;
	font-family: "Open Sans","san-serif";
	color: white;
	text-transform: none;
	margin-bottom: 30px;
}
.home-cta .box p{
	color: white;
	font-family: "Open Sans","san-serif";
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #ffffff;
	
}
.home-cta .box p.more{
	margin: 30px 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.home-cta .box .link-box{
	width: 31%;
	margin: 1%;
	height: 215px;
	border:1px solid white;
	display: block;
	float: left;
	position: relative;
}
.home-cta .box .link-box:hover{
	background-color: white;
	
}
.home-cta .box .link-box h5{
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans","san-serif";	
	letter-spacing: 0.6px;
	text-align: center;
	color: white;
	margin-top:170px;
}
.home-cta .box .link-box:hover h5{
	color: black;
}

.home-big-buckets{
	padding: 80px 0px;
	padding-bottom: 60px;
}

.home-big-buckets .bucket{
	width: 30%;
	margin: 1.5%;
	float: left;
	height: 450px;
	position: relative;
	background:  url("../images/blurred_bg.jpg") no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.home-big-buckets .bucket .content-box{
	width: 100%;
	background-color: rgba(0,0,0,0);
	height: 450px;
	position: absolute;
	left: 0px;top:385px;
	padding: 20px;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-big-buckets .bucket:first-child .content-box{
	/*top:390px;*/
}
.home-big-buckets .bucket:hover .content-box{
	background-color: rgba(0,0,0,0.7);
	top:0px;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-big-buckets .bucket .content-box h3{
	font-family: "Montserrat","san-serif";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.7px;
	color: #ffffff;
}
.home-big-buckets .bucket .content-box h3 a{
	color: white;
}

.home-big-buckets .bucket:first-child .content-box h3{

}
.home-big-buckets .bucket .content-box .more{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	right: 20px;top:25px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-big-buckets .bucket:first-child .content-box .more{
}
.home-big-buckets .bucket .content-box .more:hover{
	text-decoration: underline;
}
.home-big-buckets .bucket .content-box:hover .more{
	opacity: 1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-big-buckets .bucket .content-box hr{
	color: white;
	margin: 20px 0px;
}
.home-big-buckets .bucket .content-box ul li{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: white;
	text-transform: uppercase;
}
.home-big-buckets .bucket .content-box ul li a{
	color: white;
	display: block;
	margin: 13px 0px;
}
.home-big-buckets .bucket .content-box ul li a:hover{
	color: #abfc93;
}
.home-big-buckets .bucket .content-box ul li a i{
	float: right;
	font-size: 16px;
}
.home-locations {
	margin-bottom: 40px;
}
.home-locations .box{
	width: 50%;
	min-height: 200px;
	float: left;
}
.home-locations .box img{
	width: 100%;
}
.home-locations .box h3{
	font-size: 33px;
	font-weight: 300;
	letter-spacing: 1.1px;
	color: #21366d;
	text-transform: none;
	margin-top: 60px;
}
.home-locations .box p{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #303030;
	margin-bottom: 20px;
}
.home-locations .box .location-links li{
	float: left;
	width: 50%;
}
.home-locations .box .location-links li a{
	display: block;
	padding: 20px;
	background-color: #2f2f2f;
	margin: 10px;
	margin-left: 0px;
}
.home-locations .box .location-links li a:hover{
	background-color: #4d4d4d;
}
.home-locations .box .location-links li a i{
	float: right;
	color: white;
	font-size: 14px;
}
.home-locations .box .location-links li a span{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.85;
	letter-spacing: 0.3px;
	color: #ffffff;
	text-transform: uppercase;
}
.home-videos{
	height: 460px;
	margin-bottom: 40px;
}
.home-videos .video{
	margin: 0px;padding: 0px;
	display: block;
	float: left;
	width: 24.5%;
	height: 230px;
	border:1px solid white;
}
.home-videos .video-1{
	height: 460px;
	width: 49.5%;
}
.home-news{
	margin-bottom: 60px;
	margin-top: 60px;
}
.home-news .box{
	width: 30%;
	margin-right: 4.5%;
	float: left;
}
.home-news .box.last{
	margin-right: 0%;
}
.home-news .box h4{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.7px;
	color: #21366d;
	width: 100%;
	display: block;
	text-transform: none;
	border-bottom: 1px dotted #21366d;
	padding-bottom: 15px;
}
.home-news .box .entry{
	margin-bottom: 20px;
}
.home-news .box .entry p{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #303030;
	padding-left: 25px;
}

.home-news .box h5 a{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #000000;
}
.home-news .box h5 a:hover{
	text-decoration: underline;
}
.home-news .box h5 i{
	margin-right: 10px;
}
.home-news .box h5 i.fa-long-arrow-right
,.home-news .box h5 i.fa-download{
	float: none;
	margin-left: 10px;
}

/*home menu*/
.nav-primary{
	display: none;
}
#nav{
	top:70px;
	background-color: black;
}
.mm-menu .nav-primary{
	display: block;
}
.mm-listview > li > a, .mm-listview > li > span{
	color: white;
	text-transform: uppercase;
	font-family: "Open Sans","san-serif";
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	
}
#nav .mm-panel{
	padding: 30px 50px;
}
#nav li.home a h2{
	color: white;
	font-size: 16px;
	font-family: "Open Sans","san-serif";
	font-weight: bold;
	letter-spacing: 0.8px;
}
#nav li{
	margin-bottom: 30px;
}
#nav li a{
	padding: 0px;
}
#nav li.home{
	border-bottom: 1px solid #696969;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#nav a{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.8px;
}
.mm-menu > .mm-panel > .mm-listview:first-child
, .mm-menu > .mm-panel > .mm-navbar + .mm-listview{
	margin-top: 0px;
}
.mm-panel .mm-navbar{
	position: relative;
	left: auto;
	top:auto;
	display: block;
	margin-left: -20px;
	margin-bottom: 40px;
}
		
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after
{
	display: none;
}
.mm-panel .mm-navbar .mm-title{
	color: white;
	display: block;
	text-align: left;
	font-size: 16px!important;
	font-family: "Open Sans","san-serif";
	font-weight: bold!important;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-left: 20px;
}
#nav .mm-next
,#nav .mm-prev{
	width: 25px;
	height: 25px;
}
#nav .mm-prev{
	top: 10px;
	display: block;
}
.mm-menu .mm-listview > li .mm-prev:before
, .mm-menu .mm-listview > li .mm-next:after
, .mm-menu .mm-listview > li .mm-arrow:after{
	border-color: white;
}
.mm-menu .mm-navbar .mm-btn:before
, .mm-menu .mm-navbar .mm-btn:after{
	border-color: white;
}
#nav a:hover{
	color: #69b752;
}
.mm-menu .mm-listview > li:hover .mm-prev:before
, .mm-menu .mm-listview > li:hover .mm-next:after
, .mm-menu .mm-listview > li:hover .mm-arrow:after
, .mm-menu .mm-navbar:hover .mm-btn:before
, .mm-menu .mm-navbar:hover .mm-btn:after{
	border-color: #69b752;
}

/*hero banners*/
#videoBanner{
	position: relative;
	overflow: hidden;
	height: auto;
	margin-top: -200px;
	background: url("../images/banner_image.jpg") no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#videoBanner .slider-caption{
	position: absolute;
	left: 3%;
	bottom:-50px;
	width: 800px;
	height: 130px;
	background-color: rgba(0,0,0,0.4);
	display: block!important;
	margin: auto;
}

/*#videoBanner .caption-container{
	position: absolute;
	width: 100%;
	bottom:140px;
}*/
#videoBanner .slider-caption h2{
	text-align: center;
}
#videoBanner .slider-caption a{
	width: 260px;
	text-align: center;
	margin: auto;
}
#videoBanner video{
	width: 100%;
	margin-top: 0px;
	display: block;
	padding: 0px;
}
#pageBanner{
	height: 450px;
	position: relative;
	margin-top: 70px;
    background: url("/skin/frontend/rwd/hoover2017/css/") no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.category-uae #pageBanner{
	background: url(/skin/frontend/rwd/hoover2017/css/styles.css) no-repeat center -100px scroll;
	background-size: cover;
}

#pageBanner .shadow-overlay{
	background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;	
}

#pageBanner:before{
  content: '';
  background-color: rgba(33, 52, 111, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

#pageBanner .breadcrumbs{
	display: inline-block;
}
#pageBanner .breadcrumbs strong{
	color: white;
}

#pageBanner.minimal .breadcrumbs strong{
	color: white;
}
#pageBanner .breadcrumbs li{
	display: inline;
}
#pageBanner .breadcrumbs li a
,#pageBanner .breadcrumbs li{
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: normal;
}
#pageBanner .breadcrumbs li a:hover{
	text-decoration: underline;
}

#pageBanner h1{
	font-family: Montserrat;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.6px;
	font-family: "Montserrat","san-serif";
	color: white;
	position: relative;
}
#pageBanner .banner-text{
	width: 55%;
	float: left;
	margin-top:290px;
}
.catalog-category-view #pageBanner .banner-text{
	width: 100%;
}

#pageBanner .banner-content{
	position: relative;
	float: right;
	margin-top: 80px;
	margin-right: 20px;
	width: 38%;
	padding: 40px;
	background-color: #39518e;
	padding-bottom: 50px;
}
#pageBanner .banner-content a{
	color: white;
	text-decoration: underline;
}
#pageBanner .banner-content p{
	font-family: "Open Sans","san-serif";
	font-size: 20px;
	font-style: italic;
	line-height: 1.55;
	letter-spacing: 0.8px;
	color: #ffffff;
}
#pageBanner .banner-content .quote-btn{
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 20px 30px;
	display: block;
	width: 250px;
	position: absolute;
	right: -20px;bottom:-25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#pageBanner .banner-content .quote-btn:hover{
	background: none;
	background-color: black;
}
#pageBanner .banner-content .quote-btn i{
	float: right;
	font-size: 16px;
}

#pageBanner.minimal{
	height: 60px;
	background:none!important;
	background-color: #f2f2f2!important;
	border: solid 1px #e3e3e3;
	padding-top: 0;
	z-index: 9;
}
#pageBanner.minimal .banner-text{
	float:none;
	width: auto;
	margin: auto;
}
#pageBanner.minimal .breadcrumbs li a
,#pageBanner.minimal .breadcrumbs li{
	color: white;
	text-transform: capitalize;
	font-size: 15px;
}
/*internal pages*/
.main{
	padding: 40px 0px;
}
.cms-index-index .main{
	padding: 0px;
}
.main .col-main
,.main .col-right
,.main .col-left{
	float: left;
}
.col1-layout .main .col-main{
	width: 100%;
}
.col2-right-layout .main .col-main{
	width: 78%;
	
}
.col2-right-layout .main .col-right{
	width: 20%;
	float: right;
}


.col2-left-layout .main .col-main{
	width: 75%;
	float: right;
	
}
.col2-left-layout .main .col-left{
	width: 20%;
	float: left;
}

.col3-layout .main .col-main{
	width: 55%;
	float: left;
	margin-left: 2.5%;
	
}
.col3-layout .main .col-left{
	width: 20%;
	float: left;
}
.col3-layout .main .col-right{
	width: 20%;
	float: right;
}

/*standard-buckets*/

.vertical-buckets{
	margin-top: 60px;
	margin-left: -2%;
	margin-bottom: 60px;
	
}
.vertical-buckets > li{
	display: block;
	border:1px solid #69b752;
	width: 29.33%;
	margin: 2%;
	/*background-color: #f3f3f3;*/
	position: relative;
	float: left;
	height: 470px;
}


.category-new-accommodations .vertical-buckets > li, .category-frames .vertical-buckets > li{
	height: 550px;
}

.category-ibcs .vertical-buckets > li{
	height: 550px;
}

.category-offshore-chemical-tanks .vertical-buckets > li:last-of-type{
	height: 550px;
}

.vertical-buckets > li .bucket-image{
	position: relative;
	width: 100%;
	text-align: center;
}
.vertical-buckets > li .bucket-image img{
	
	max-height: 200px;
	margin: 5px auto;
}

.category-norsok-equipment .vertical-buckets > li h4 a{
	word-wrap:break-word;
}

.col3-layout .vertical-buckets > li .bucket-image img{
	max-height: 180px;
	max-width: 100%;
}

.vertical-buckets > li:hover{
	background-color: #ececec;
}
.vertical-buckets > li.inactive:hover{
	background-color: transparent;
}
.vertical-buckets > li h4{
	font-size: 20px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.7px;
	color: #21366d;
	margin: 10px 20px;
	text-align: center;
}

.col3-layout .vertical-buckets > li h4{
	font-size: 14px;
}
.vertical-buckets > li h4 a{
	color: #21366d;
}

.vertical-buckets > li .content p{
	margin: 10px 20px;
}

.vertical-buckets > li .button-set{
	margin: 20px;
}
.vertical-buckets > li .button-set .submenu{
	display: none;
}
.vertical-buckets > li .button-set .btn{
	display: block;
	width: 100%;
	padding: 10px 20px;
	float: left;
	margin-right: 2%;
	position: relative;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 20px;
	
}

.col3-layout .vertical-buckets > li .button-set .btn{
	padding: 8px;
	font-size: 9px;
}

.vertical-buckets > li .button-set .btn.download{
	background-color: #21366d;
	border:1px solid #21366d;
	color: white;;
	position: absolute;
	left: 10%;bottom:20px;
	width: 80%;
}
.vertical-buckets > li .button-set .btn.download span{
	margin-left: 20px;
	
}
.vertical-buckets > li .button-set .btn.download .fa-download{
	float: right;
	margin-top: 5px;
}

/*hide image on about us buckets*/
.category-about-us .vertical-buckets > li .bucket-image{
	display: none;
}
.category-resource-center .vertical-buckets > li .bucket-image{
	display: none;
}
.category-resource-center .vertical-buckets > li{
	min-height: 80px;
	height: 80px;
}
.category-mud-skips-cutting-boxes .detail-images, .category-mud-skips-cutting-boxes .detail-features, .category-mud-skips-cutting-boxes .detail-rent{
	display: none;
}

.category-mud-skips-cutting-boxes .std table tr th:first-child, .category-mud-skips-cutting-boxes .std table tr td:first-child{
	
width: auto;

}

.category-sealed-waste .detail-images, .category-sealed-waste .detail-rent{
	display: none;
}

.category-waste-skips .detail-images, .category-waste-skips .detail-features, .category-waste-skips .detail-rent{
	display: none;
}

.category-norsok .detail-images, .category-norsok .detail-rent{
	display: none;
}
.category-about-us .vertical-buckets > li{
	height: 260px;
}

.category-contact .footer-cta{
	display: none;
}
.category-liquitrac a.colorbox img{
	display: inline-block;
	margin-right: 20px !important;
}
.standard-buckets{
	margin-top: 60px;
}
.standard-buckets > li{
	display: block;
	border:1px solid #69b752;
	width: 100%;
	margin-bottom: 40px;
	/*background-color: #f3f3f3;*/
	position: relative;
}
.standard-buckets > li:hover{
	background-color: #ececec;
}
.standard-buckets > li .bucket-image{
	float: left;
	position: relative;
	width: 30%;
	padding: 40px 0px;
	text-align: center;
}
.standard-buckets > li .bucket-image img{
	width: 80%;
	max-height: 200px;
	max-width: 200px;
	margin: auto;
}
.standard-buckets > li .content{
	float: right;
	width: 70%;
	padding: 40px 20px;
}
.standard-buckets > li h4{
	font-size: 20px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.7px;
	color: #21366d;
}
.standard-buckets > li h4 a{
	color: #21366d;
}
.standard-buckets > li h4 a:hover{
	text-decoration: underline;
}
.standard-buckets > li .submenu{
	position: relative;
}

.standard-buckets > li .menu{
	display: none;
	position: absolute;
	left: 0px;
	top:42px;
	width: 48%;
	z-index: 99;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.8);
}
.standard-buckets > li .menu li a{
	color: white;
	font-size: 11px;
	display: block;
	width: 100%;
	margin-bottom: 3px;
}
.standard-buckets > li .menu li a:hover{
	text-decoration: underline;
}
.standard-buckets > li .submenu:hover .menu{
	display: block;
	
}

.standard-buckets > li .button-set .btn{
	display: block;
	width: 48%;
	padding: 10px 20px;
	float: left;
	margin-right: 2%;
	position: relative;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 20px;
}
.standard-buckets > li .button-set .btn.download{
	background-color: #21366d;
	border:1px solid #21366d;
	color: white;;
}
.standard-buckets > li .button-set .btn.download span{
	margin-left: 20px;
	
}
.standard-buckets > li .button-set .btn.download .fa-download{
	float: right;
	margin-top: 5px;
}
.standard-buckets > li .button-set .btn.menu-btn{
	background-color: #2f2f2f;
	border: solid 1px #1a1a1a;
	color: white;
}
.standard-buckets > li .button-set .btn.menu-btn i{
	float: right;
	font-size: 16px;
}
.simple-buckets {
	margin-left: -1%;
}
.simple-buckets > li{
	display: block;
	position: relative;
	width: 23%;
	margin: 1%;
	float: left;
	text-align: center;
	height: 240px;
	padding: 20px;
}
.simple-buckets > li img{
	max-width: 100%;
	max-height: 150px;
	margin: auto;
}
.simple-buckets > li h4{
	margin-top: 10px;
}
.simple-buckets > li h4 a{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
	color: #232323;
}
.simple-buckets > li h4 a:hover{
	text-decoration: underline;
}
.simple-buckets .button-set
,.simple-buckets p{
	display: none;
}
/*right column*/

.col-right #search_mini_form_sidebar{
	border:1px solid #c9c9c9;
	padding: 10px 20px;
}
.col-right #search_mini_form_sidebar input[type="search"]{
	border:none;
}

.col-right #search_mini_form_sidebar .search-button{
	border:0px solid white;
	background: none;
	float: right;
}
.col-right .block{
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
	display: block;
}

.col-right .block.first
,.col-right .block.block-viewed{
	margin-top: 0px;
}

.block.block-viewed img{
	float: left;
	margin-right: 5px;
}

.col-right .block h4
,.col-right .block .block-title span{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.7px;
	color: #21366d;
	text-transform: capitalize;
	display: block;
	border-bottom: 1px dotted #21366d;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/*left column*/

.col-left #search_mini_form_sidebar{
	border:1px solid #c9c9c9;
	padding: 10px 20px;
}
.col-left #search_mini_form_sidebar input[type="search"]{
	border:none;
}

.col-left #search_mini_form_sidebar .search-button{
	border:0px solid white;
	background: none;
	float: right;
}
.col-left .block{
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
	display: block;
}

.col-left .block.first{
	margin-top: 0px;
}

.col-left .block h4{
	font-size: 16px;
	/*font-weight: 300;*/
	letter-spacing: 0.7px;
	color: #21366d;
	text-transform: capitalize;
	display: block;
	border-bottom: 1px dotted #21366d;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.col-left #sidebar-nav-menu > li{
	list-style: none;
	background: none;
	margin: 14px 0px;
	padding: 0px;
	line-height: 16px;
}

.col-left #sidebar-nav .block-content{
	margin: 0px;
	padding: 0px;
}
.col-left #sidebar-nav-menu > li > a{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000000;
	text-transform: uppercase;
	line-height: 13px;
}
.col-left #sidebar-nav-menu li > a:hover
,.col-left #sidebar-nav-menu li.active > a{
	color: #69b752;
}

.col-left #sidebar-nav-menu > li ul{
	display: none;
}
.col-left #sidebar-nav-menu > li.active ul{
	display: block;
}
.col-left #sidebar-nav-menu > li ul > li{
	margin: 10px 0px;
	line-height: 15px;
}
.col-left #sidebar-nav-menu > li ul > li > a{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0.5px;
	color: #000000;
	text-transform: capitalize;
}

.col-left #sidebar-nav-menu li.level2 > a{
	color: gray;
	
}
.col-left #sidebar-nav-menu li.level2 > a:hover
,.col-left #sidebar-nav-menu li.level2.active > a{
	color: #69b752;
}

#sidebar-nav-menu li.level2
,#sidebar-nav-menu li.level3{
	display: none;
}

#sidebar-nav-menu li.level1.active li.level2
,#sidebar-nav-menu li.level2.active li.level3{
	display: block;
}

.col-container{
	width: 100%;
	position: relative;
}
.col-container.col-2 .col{
	width: 49%;
	float: left;
}
.col-container.col-2 .col.col-2{
	float: right;
}
.col-container.col-5 {
	margin-left: -1%;
}
.col-container.col-5 .col{
	width: 18%;
	margin: 1%;
	float: left;
}
/*form*/
.input-text{
	padding: 5px;
}
.form-open-btn{
	cursor: pointer;
	vertical-align: middle;
}
.form-open-btn i{
	float: right;
	line-height: 28px;
}
.form-style.inactive{
	display: none;
}
.form-style .form-list li{
	margin-bottom: 15px;
}
.form-style .form-list label
,.form-style .form-list input
,.form-style .form-list textarea
,.form-style .form-list select{
	display: block;
	width: 100%;
}

.form-style .form-list input[type="checkbox"]{
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	display: block;
}
.form-style .form-list label{
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000000;
	text-transform: uppercase;
}
.form-style .form-list input
,.form-style .form-list textarea
,.form-style .form-list select{
	padding: 10px;
}
.form-style .form-list select{
	height: 45px;
}
.form-style .form-list textarea{
	min-height: 200px;
}
.form-style button[type="submit"]{
	padding: 15px 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	border:0px solid white;
	min-width: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21366d+0,39518e+100 */
	background: #21366d; /* Old browsers */
	background: -moz-linear-gradient(top,  #21366d 0%, #39518e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #21366d 0%,#39518e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #21366d 0%,#39518e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21366d', endColorstr='#39518e',GradientType=0 ); /* IE6-9 */

}
.form-style button[type="submit"]:hover{
	background: none;
	background-color: black;
}

.form-style .form-list li.col-3
,.form-style .form-list li.col-2{
}

.form-style .form-list li.col-3 .field{
	width: 32.5%;
	display: inline-block;
	vertical-align: top;
}
.form-style .form-list li.col-2 .field{
	width: 49.66%;
	display: inline-block;
	vertical-align: top;
}
/*category details*/
.category-details .detail-images{
	margin-left: -1%;
}
.category-details .detail-images h3{
	margin-left: 1%;
}
.category-details .image-box{
	width: 17.5%;
	margin: 1%;
	height: 0%;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.category-details .image-box img{
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-top: 10%;
}
.category-details .detail-specs{
	margin-top: 40px;
	overflow-x: scroll;
}

.category-details .specs_header{
	width: 100%;	
}

.category-details  .specs_header.filter span
,.category-details  .specs_header.filter span{
	color: white;
	display: inline-block;vertical-align: middle;zoom: 1;*display:inline;
	padding: 10px;
	background-color: white;
	color: black;
	border-radius: 4px;
	cursor: pointer;
}
/*.category-details  .specs_header.filter span:hover{
	background-color: #39518e;
	color: white;
}*/
.category-details  .specs_header.filter span.active{
	background-color: #39518e;
	color: white;
}
.category-details .detail-specs table {
	margin-bottom: 20px;
}
.category-details .detail-specs table.filter tbody tr{
	display: none;
	width: 100%
}
.category-details .detail-specs table.filter tr.active{
	display: table-row;
}
.category-details .detail-specs table{
	margin-top: 10px;
	width: 100%;
	border:1px solid #cdcdcd;
}
.category-details .detail-specs table th
,.category-details .detail-specs table td{
	padding: 10px;
	font-size: 14px;
	font-family: "Open San", sans-serif;
	width: auto;
}

.col3-layout .category-details .detail-specs table th
,.col3-layout .category-details .detail-specs table td{
	font-size: 14px;
}
.category-details .detail-specs table tr{
	border-bottom: 1px solid #cdcdcd;
}

.category-details .detail-specs table th{
	background-color: #d8d8d8;
	font-weight: bold;
	font-size: 14px;
	color: black;
}
.category-details .detail-specs span
,.category-details .detail-specs p{
	margin: 10px;
}

.category-details .detail-features{
	margin-top:40px;
}
.category-details .detail-features ul li{
	list-style: disc;
	margin-left: 20px;
	margin-top:12px;margin-bottom: 12px;
	padding-left: 0px;
	/*list-style-image: url("/static/frontend/Owdt/Hoover/en_US/images/bullet_list.jpg");*/
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.category-ibc-transport-frames .std table tr th:first-child{
	width: auto;
}

.category-details .detail-rent{
	margin-top:40px;
}
/*product listing*/
#products-list{
	margin-left: -1%;
}
#products-list li{
	width: 23%;
	margin: 1%;
	margin-bottom: 4%;
	display: block;
	height: 370px;
	float: left;
	position: relative;
	padding: 20px;
	border:1px solid white;
}
#products-list li:hover{

}

.col3-layout #products-list li{
	width: 31%;
}
#products-list li h2{
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #232323;
	font-weight: bold;
	line-height:13px;
	/*overflow: hidden;
    max-height: 88px;*/
}
#products-list li h2 a{
	color: #232323;
    margin-top: 5px;
    display: block;
}
#products-list li .product-image{
	height: 200px;
	display: block;
}
#products-list li img{
	margin: auto;
	max-height: 180px;
	max-width: 100%;
}
#products-list li .price{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #232323;
	position: absolute;
	left: 20px;
	bottom:40px;
}
#products-list li .btn-cart{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 10px;
	margin: 5px 0px;
	display: block;
	border:0px solid white;
	position: absolute;
	left: 20px;
	bottom:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#products-list li .btn-cart:hover{
	background:none;
	background-color: black;
}

.category-products .toolbar{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding: 20px 0px;
	vertical-align: middle;
}
.category-products .toolbar > div{
	width: 49%;
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
}
.category-products .toolbar .view-mode{
	display: none;
}
.category-products .toolbar > div.pager .amount
,.category-products .toolbar > div.pager .limiter{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
	text-align: right;
	margin: 0px;
}
.category-products .toolbar > div.pager .count-container{
	text-align: right;
}
.category-products .toolbar > div.pager .amount{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
	margin: 0px 10px;
	font-size: 12px;
}
.category-products .toolbar .sort-by select
,.category-products .toolbar .limiter select{
	height: 40px;
	padding: 0px 20px;
}
.category-products .toolbar .sort-by .sort-by-switcher{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
	margin: 0px;padding: 0px;
	font-size: 0px;
	height: 40px;
	width: 40px;
	border:1px solid #dddddd;
	display: none;
}

.category-asset-tracking-tank-level-monitoring-document-storage .colorbox {
	display: inline-block;
	padding: 0px 7.5px;
}

.category-asset-tracking-tank-level-monitoring-document-storage .colorbox:first-child{
	padding-left: 0px;
}
/*category view*/
.product-view .product-img-box{
	float: left;
	width: 45%;
}
.product-view .product-img-box .product-image-gallery{
	text-align: center;
}
.product-view .product-img-box .product-image-gallery #image-main{
	margin: auto;
	width: 100%;
}
.product-view .product-shop{
	width: 50%;
	float: right;
}
.product-view .add-to-cart-wrapper{
	width: 50%;
	float: right;
	
}

.product-view .add-to-cart-wrapper .add-to-cart > div{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: middle;
}
.product-view .add-to-cart-wrapper .add-to-cart .qty-wrapper{
	height: 50px;
	border:1px solid #ececee;
	padding-left:10px;
}

.product-view .add-to-cart-wrapper .add-to-cart input{
	padding: 10px;
	height: 50px;
	border:0px solid white;
}
.product-view .add-to-cart-wrapper .add-to-cart label{
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #232323;
} 
.product-view .add-to-cart-wrapper .add-to-cart .btn-cart{
	padding: 10px 20px;
	background-color: #39518e;
	border:1px solid white;
	height: 50px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	min-width: 160px;
	font-family: "Open San", sans-serif;
}
.product-view .product-name h1{
	border: 0px solid white;
	margin-bottom: 20px;
}
.product-view .product-shop .price{
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #232323;
}
.product-view .product-shop .short-description .std{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #000000;
}
.product-view .product-shop .short-description{
	margin-bottom: 20px;
}

/*tabs*/

.product-collateral .toggle-tabs {
	display: block;
	width: 100%;
	position: relative;
	
	margin-top: 60px;
}
.product-collateral .toggle-tabs li {
	float: left;
	margin-left: 5px;
	border-right: 1px dotted transparent;
	border-left: 1px dotted transparent;
}
.product-collateral .toggle-tabs li > span {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	bottom: -1px;
	border: 1px dotted #cccccc;
	border-bottom: 0px dotted white;
	padding-top: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: center;
	color: #232323;
	
}
.product-collateral .toggle-tabs li.current {
	border-left: 1px solid #cccccc;
}
.product-collateral .toggle-tabs li.current > span {
	background-color: #FFFFFF;
	z-index: 5;
}
.product-collateral .toggle-tabs li.current span,
.product-collateral .toggle-tabs li:hover span {
}
.product-collateral .toggle-tabs li:first-child {
	border-left: none;
}
.product-collateral .toggle-tabs:after {
	content: '';
	display: table;
	clear: both;
}
.product-collateral > dl {
width: 100%;
}
.product-collateral > dl > dt {
display: none;
}
.product-collateral > dl > dd {
width: 100%;
display: none;
padding: 15px;
border-top: 1px dotted #cccccc;
}
.product-collateral > dl > dd h2{
	display: none;
}
.product-collateral > dl > dd.current {
display: block;
}

#product-attribute-specs-table td
,#product-attribute-specs-table th{
	padding: 10px;
}
#product-attribute-specs-table th{
	font-weight: bold;
}

/*contact us*/
.divider{
	width: 60px;
	border-bottom: 1px dotted #979797;
	margin: 30px 0px;
}
.contact-content address p{
	
}
.contact-content address p strong{
	font-size: 11px;
}

.contact-content .icon-list{
	width: 200px;
	margin-bottom: 30px;
}

.contact-content #map iframe{
	width: 100%;
	height: 360px;
}

.category-contact #contact .form-list select{
	margin-top: 0px;
}

.category-waste-transportation-units .detail-images, .category-waste-transportation-units .detail-rent{
	display: none;
}

.category-lift-frames .detail-images, .category-lift-frames .detail-rent{
	display: none;
}

.category-mud-skip-cutting-box .std table tr th:first-child, .category-mud-skip-cutting-box .std table tr td:first-child{
	width: auto;
}

.category-ibc-carriers .std table tr th:first-child, .category-ibc-carriers .std table tr td:first-child{
	width: auto;
}

#rfq{
	width: 50%;
}

/*locations*/
.category-africa .location-list img{
    margin-top: 45px;
}
#location-country-list .entry{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.location-list img{
	width: 100%;
}
.location-content {
	margin-top: 40px;
}
.location-content a:hover{
	text-decoration: underline;
}
.location-content h2{
	margin-bottom: 0px;
}
.location-content h2 a{
	font-size: 33px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.1px;
	color: #21366d;
	display: block;
	border-bottom: 1px dotted #979797;
	padding-bottom:20px;
}

.location-content ul li a{
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.85;
	letter-spacing: 0.3px;
	color: #000000;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom:20px;
	padding-top: 20px;
}

.location-list .entry h3{
	border-bottom: 1px solid black;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.location-list .entry p{
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.85;
	letter-spacing: 0.3px;
	color: #000000;
	font-family: "Open San", sans-serif;
}

.location-list th{
	background: #21366d;
	color: #fff;
}

.location-list tr:nth-child(even){
	background-color: #ebebeb;
}

.catalogsearch-result-index #pageBanner .banner-text h1{
	font-size: 30px;
}

.category-b36-balers .detail-images, .category-b36-balers .detail-rent{
	display: none;
}
.category-metal-intermeidate-bulk-containers .detail-images, .category-metal-intermeidate-bulk-containers .detail-rent{
	display: none;
}

/*checkout*/
.cart-table h2{
	font-size: 20px;
}
.button2 span, .button2 span span{
	color: #283e78;
}
.checkout-cart-index #pageBanner h1{
	font-size: 50px;
}
body.checkout-cart-index  #pageBanner .banner-text{
	width: 80%;
	float: right;
}

.btn-checkout{
	border:0px solid white;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 20px 30px;
	display: block;
	width: 250px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d74c+0,5dc043+100 */
	background: #69d74c; /* Old browsers */
	background: -moz-linear-gradient(top, #69d74c 0%, #5dc043 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #69d74c 0%,#5dc043 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #69d74c 0%,#5dc043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number{
	background-color: #283e78;
}

/*calculator*/
.metric-cal{
	width: 100%;
	min-height: 1000px;
	border:0px solid white;
}

/*tabs*/
.main .postTitle h3{
	font-size: 18px;
}
.blog-post-view #pageBanner h1{
	font-size: 30px;
}
.blog-post-view #pageBanner .banner-text{
	width: 90%;
}

.nav-tabs li{
	display: inline-block;zoom:1;*display:inline;
	vertical-align: top;
	
	
}
.nav-tabs li a{
	display: block;
	padding: 10px;
	color: white;
	background-color: #283e78;
	background-color: #7A7E81;
	border-radius: 5px;
	min-width: 100px;
	text-align: center;
}
.nav-tabs li a:hover
,.nav-tabs li a.active{
	background-color: #283e78;
}
.tab-content .tab-pane{
	display: none;
}
.tab-content .tab-pane.active{
	display: block;
}
.tab-content .tab-pane ul > li{
	margin: 10px 0px;
	padding: 0px;
}
.tab-content .tab-pane h2 a{
	color: #283e78;
}
.tab-content .tab-pane h2 a:hover{
	text-decoration: underline;
}

/*scroll-nav*/
.scroll-header{
	display: none;
}
.scroll-nav {
	position: fixed;
	left: 30px;
	top:200px;
	z-index: 999;
}
.scroll-nav__heading{
	display: none;
}
.scroll-nav__list a{
	display: block;
	margin: 7px 5px;
	width: 14px;
	height: 14px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 14px;;
	border:1px solid black;
}
.scroll-nav__list li.active.in-view a{
	background-color: #304783;
}

/* Form */

#rentForm select{margin-top: 0px;}
#rentForm label, #quickContact .form-list label{display: none;}

/* Side Bar */

.partCatalog a i{float: right; font-size: 20px;}
.partCatalog a i.first{ float: left;}
.partCatalog a span{margin: 0px 10px;}  

/*sitemap*/
.pages ol li{
	display: inline;
}
.page-sitemap .sitemap li.level-0  > a
,.page-sitemap .sitemap li.level-1  > a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

.page-sitemap .sitemap li.level-2  > a{
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

.page-sitemap .sitemap li.level-3  > a{
	font-size: 13px;
	
}
.page-sitemap .sitemap li.level-4 > a{
	font-size: 12px;
	font-style: italic;
}

/*ajax cart*/

/*faq*/
.faq-entry{
	border-bottom: 1px solid #696969;
	margin-bottom: 10px;
	margin-top: 20px;
}
.faq-entry .faq-top{
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}
.faq-entry .faq-top i{
	position: absolute;
	right: 5px;top:5px;
}
.faq-entry .faq-top.active h4{
	color: black;
}
.faq-entry .faq-content{
	display: none;
}
.faq-entry .faq-content.active{
	display: block;
}

#nav .mm-listview > li > a.homeLink {
	color: white;
	font-size: 16px;
	font-family: "Open Sans","san-serif";
	font-weight: bold;
	letter-spacing: 0.8px;
}

#products-list li h2 a {
    position: relative;
}

.toolTipTitle {
	position:absolute;
    width: 250px;
    /* display: none; */
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background: #21366d;
    background: rgba(33, 54, 109, .9);
    color: #ffffff;
    padding: 10px;
    z-index:100000;
    left: -200px;
    top: -200px;
    -moz-box-shadow: 0 0 20px 20px rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 0 20px 20px rgba(255, 255, 255, .4);
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, .4);
    line-height: 14px;
}

.fadeOut {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-webkit-opacity:0;
	opacity:0;	
}

#products-list li .special-price .price {
    bottom: 40px;
    right: 10px;
    left: auto;
    text-align: right;
}

#products-list li .old-price .price {
    color:#940000;
}


@media only screen and (min-width:1200px) {
    #products-list li .old-price .price {
        font-size: 15px;
    }
}

@media only screen and (min-width:1080px) and (max-width:1199px) {
    #products-list li .old-price .price {
        font-size: 13px;
        bottom: 41px;
    }
}

@media only screen and (max-width:1079px) {
    #products-list li .old-price .price {
        font-size: 15px;
    }
}

@media only screen and (max-width:479px) {
    #products-list li .special-price .price {
        font-size: 15px;
        right: auto;
        left: 120px;
    }
    .minicart-wrapper .action.showcart i{
        display: none;
    }
}












#rfq ul.form-list {
    display: block;
    font-size: 0px;
    width: 100%;
}

#rfq ul.form-list li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 10px;
    vertical-align: top;
}

#rfq {
    width: 100%;
}

#rfq.form-style .form-list select {
    height: 44px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #a0a0a0;
}

#rfq.form-style .form-list textarea {
    min-height: 100px !important;
    width: 100%;
    height: 100px;
}

#rfq ul.form-list li.wide {
    width: 100%;
}

#rfq textarea#comment {
    border: 1px solid #ccc;
}


@media only screen and (max-width:768px) {

    #rfq ul.form-list li {
        width: 100%;
    }

}


#rfq ul.form-list li.wideGroup {
	width:100%;
}

#rfq ul.form-list li.state-group {
    height: 0;
    padding: 0;
    overflow: hidden;
     transition: all ease .3s;
}

#rfq ul.form-list li.state-group.stateRequired {
    padding: 10px;
    height: 79px;
    transition: all ease .3s;
}

#rfq.form-style .form-list li {
    margin-bottom: 0;
}

#rfq button#webform_3_submit_button {
    margin: 10px;
}

#rfq.form-style .form-list select.selectFilled {
    color: #25261c;
}

/* Careers Page */
.category-careers .main-container.col2-left-layout .section_top {
  max-width: 100%;
  margin-bottom: 0;
}
.category-careers h1{
	font-size: 33px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  color: #21366d;
  text-transform: none;
  font-family: "Open Sans","san-serif";
}

.category-careers .main p{
	margin-bottom: 10px;
	font-weight: 400;
}

.category-careers .main p, .category-careers .main li{
	color: #000000;
}
.gnewtonSortByJob {
  display: none !important;
}
.gnewtonSortByLocationOrDepartment {
    display: none !important;
}
#gnewtonCareerHome {
  border-spacing: 0;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: ;
  font-weight: 400;
  border: none;
}
.gnewtonCareerGroupHeaderClass {
  color: #21366d;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  margin-top: 21px;
  font-weight: 600;
}
.gnewtonCareerGroupHeaderClass:first-child {
    margin: 0;
}
.gnewtonCareerGroupRowClass {
  flex-wrap: nowrap;
  flex-flow: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-around;
  margin-top: 2px;
}
.gnewtonCareerGroupJobTitleClass {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 6px;
}
#gnewtonCareerHome .gnewtonCareerGroupJobTitleClass a {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#gnewtonCareerHome a {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#gnewtonCareerHome a:hover{
  text-decoration: underline;
}
.gnewtonCareerGroupJobTitleClass a:hover{
  text-decoration: underline;
}
.gnewtonCareerGroupJobTitleClass a, .gnewtonCareerGroupJobTitleClass a:visited {
  line-height: 18px;
  display: inline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gnewtonCareerGroupJobDescriptionClass {
  -webkit-flex: 1 1 100px;
  flex: 1 1 100px;
  min-width: 105px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}
tr#gnewtonGeneric a {
  font-weight: bold;
}
#gnewtonGeneric td {
  padding-top: 50px;
}
#gnewtonLogo {
  margin-top: 70px;
  text-align: center;
}
#gnewtonLogo * {
  font-family: 'Arimo', Helvetica, arial, san-serif;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  line-height: 16px;
}
#gnewtonLogo .newton_logo {
  margin-bottom: 23px;
  font-size: 16px;
  color: #3c4452;
  font-weight: normal;
}
#gnewtonLogo a:hover {
  text-decoration: underline;
  font-style: normal;
}
.job-readMore, .job-readLess{
	color: #636363;
	font-weight: 600;
}

.jobs ul{
	margin-left: 20px;
	margin-bottom: 20px;
}

.jobs li{
	list-style-type: disc;
}

.jobApply{
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
	padding:12px 45px;
	color:white;
	float: right;
	text-transform: uppercase;
	background: #21366d; /* Old browsers */
	background: -moz-linear-gradient(top,  #21366d 0%, #39518e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #21366d 0%,#39518e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #21366d 0%,#39518e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21366d', endColorstr='#39518e',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.jobApply:hover, .jobApply:focus{
	color: white;
	background: none;
	background-color: black;
	
}

.jobApply,.jobApply:hover{
	transition: none;
}

.jobDetails{display: none;}
.jobs_desc.showDetails .jobDetails{display: block;}

.jobs_desc.showDetails .job-readMore{display: none}

.job-readMore, .job-readLess{
	cursor:pointer;
}

.job-readMore:hover, .job-readLess:hover{
	color: #000000;
}

.jobs{
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #A9A9A9;
	padding-bottom: 10px;
}

.careersForm input, .careersForm textarea{
	border: 1px solid silver;
	width: 100%;
	padding:10px;
	border-radius: 0px;
}

.careersForm textarea{
	min-height: 200px;
}

.formBlock{
	margin: 50px 0;
}

.careersForm ul{
	margin-left: 0px;
}

.careersForm li{
	list-style-type: none;
}

.careersForm .legend{display: none;}

.careersForm label{
	margin-top: 10px;
	text-transform: uppercase;
}

.formBlock .buttons-set{
	border-top: 0px;
	text-align: center;
}

.formBlock .buttons-set .required{
	display: none;
}

.formBlock .buttons-set .button{
	float: none;
}

.formBlock button[title="submit"]{
	padding: 15px 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	border:0px solid white;
	min-width: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21366d+0,39518e+100 */
	background: #21366d; /* Old browsers */
	background: -moz-linear-gradient(top,  #21366d 0%, #39518e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #21366d 0%,#39518e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #21366d 0%,#39518e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21366d', endColorstr='#39518e',GradientType=0 ); /* IE6-9 */

}
.formBlock button[title="submit"]:hover{
	background: none;
	background-color: black;
}



#contact ul.form-list li div.state-group {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all ease .3s;
}

#contact ul.form-list li div.state-group.stateRequired {
    height: 60px;
    transition: all ease .3s;
}




#quickContact ul.form-list li.state-group {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all ease .3s;
}

#quickContact ul.form-list li.state-group.stateRequired {
    height: 60px;
    transition: all ease .3s;
}


#rentForm ul.form-list li div.state-group {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all ease .3s;
}

#rentForm ul.form-list li div.state-group.stateRequired {
    height: 60px;
    transition: all ease .3s;
}

span#state-error {
    font-size: 11px;
    margin: 0 0 0 10px;
    display: block;
}

.sp-methods .inner-box .input-box{
	float: none !important;
}


.sp-methods input[type="radio"]{
	float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
    top: -1px;
    display: inline-block;
}

.jobsdetail_main .column-content{
	float: none;
	display: block;
	margin-left: 0px;
	border: 0px;
	padding:20px;
	margin-right: 0px;
}

.jobsdetail_main .job_heading{
	padding-left: 0px;
}

.jobsdetail_main .column-content .row, .jobsdetail_main .column-content .row >div{
	display: inline-block;
	width: 49%;
}
.jobs-index-view .column-content2{
	width: 100%;
	float: none;
	background: none;
	border: 0px;
	padding: 0px;
}

.jobs-index-view .column-content2 .des{
	background: none;
	margin-bottom: 30px;
}

.jobs-index-view .column-content2 .des h2{
	margin-top: 20px;
	font-size: 26px;
}

.jobs-index-view .column-content2 .des ul{
	margin-left: 15px;
}

.apply_btn a{
	cursor: pointer;
}

.jobsdetail_main .job_heading .apply_btn{
	margin-right: 0px;
	margin-top: 0px;
}

.jobs-index-index .sorter .view-mode{
	margin-bottom: 0px;
}

.jobs_rows .row1 .col_t1{
	padding-left: 10px;
}

.jobs_rows .col1, .jobs_rows .col_t1, .jobs_rows .col2, .jobs_rows .col3{
	width: 24% !important;
}

.jobs_rows .row1{
	float: none;
}

.jobs-index-index .left h1{
	margin-top: 20px;
	margin-bottom: 10px;
}

#fmejobsForm .form-list .field{
	display: block;
	float: none !important;
}

#fmejobsForm .form-list .field input{
	width: 50%;
}
#fmejobsForm .jobApply{
	float: left;
}

.shipping .form-list .shipping-country{
	width: 40%;
}

.jobs_rows .row1:last-child .col1, .jobs_rows .row1:last-child .col2, .jobs_rows .row1:last-child .col3, .jobs_rows .row1:last-child .col_t1{
	margin-bottom: 30px;
}

body.jobs-index-index .diversityStatement p {
    font-weight: normal;
    color: #636363;
    font-size: 14px;
    line-height: 1.5;
}

body.jobs-index-index .main h2 {
    font-size: 16px;
}
/*url parameter updater*/
@media only screen and (max-width: 1319px){
	.constraint-container {
		min-width: 1200px;
	}
	.constraint {
	    width: 1200px;
	}
	header .box a{
		font-size: 12px;
		margin: 0px 15px;
	}
	header #menu-btn span{
		font-size: 12px;
	}
	

	
	#videoBanner{
		height: auto;
	}
	#videoBanner video{
		margin-top: 0px;
	}
	
	footer .footer-links li a{
		margin: auto 10px;
		font-size: 12px;
	}
	
	.category-details .detail-specs{
		overflow-x: scroll;
	}
	
}
@media only screen and (max-width: 1199px){
	#products-list li h2 a{
		/*font-size: 11px;*/
	}
	
	.constraint-container {
		min-width: 1080px;
		
	}
	.constraint {
	    width: 1080px;
	}
	
	
	
	header .box{
		padding: 25px 8px;
	}
	
	header #liquitrac.box {
        padding: 0px 10px;
    }	

	header .box a{
		font-size: 10px;
		margin: 0px 7px;
	}
	
	.home-buckets .home-bucket h4{
		font-size: 16px;
	}
	#videoBanner{
		height: auto;
	}
	#videoBanner video{
		margin-top: 0px;
	}
	
	.category-details .detail-specs::-webkit-scrollbar{
	    -webkit-appearance: none;
	    width: 7px;
	
	}
	
	.category-details .detail-specs::-webkit-scrollbar-thumb {
	
	    border-radius: 4px;
	    background-color: rgba(0,0,0,.5); 
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	}
	.category-details .detail-specs{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
}

@media only screen and (max-width: 1079px){
	.constraint-container {
		min-width: 960px;
	}
	.constraint {
	    width: 100%;
	}

	header{
		height: 140px;
	}
	header #logo{
		margin-top: 70px;
	}
	header #menu-btn{
		position: absolute;
		width: 135px;
		top:70px;right: 0px;
	}
	#nav{
		top:140px;
	}
	header .right{
		width: 100%;
		border-bottom: 1px solid #dedede;
		text-align: right;
		height: 70px;
	}
	
	header .box a{
		font-size: 12px;
		margin: 0px 10px;
	}
	
	header #liquitrac{
		border:0px solid white;
		width: 160px;
		position: absolute;
		top:70px;right: 135px;
	}
	
	div#liquitrac a {
        font-size: 11px;
    }
	
	header .right .container{
		width: 100%;
	}
	
	header #phone
	,header #online-store
	,header #cart
	,header #search_mini_form{
		width: 25%;
		text-align: center;
	}
	
	/*slider*/
	#videoBanner{
		margin-top: 0px;
		height: 800px;
	}
	#videoBanner video{
		margin-top: 100px;
		display: none;
	}
	#videoBanner .slider-caption{
		bottom:-120px;
	}
	.slider-caption h2{
		font-size: 25px;
	}
	.slider-caption{
		width: 55%;
	}
	.dock-item-box{
		width: 40%;
	}
	
	.home-links .link-box{
		width: 50%;
	}
	
	.home-buckets .home-bucket{
		height: 635px;
	}
	.home-buckets .home-bucket img{
		width: 100%;
		height: auto;
		float: none;
	}
	.home-buckets .home-bucket p{
		margin: 20px;
	}
	.home-cta .box{
		float: none;
		width: 100%;
	}
	
	.main{
		padding: 20px 0px;
	}
	.home-locations .box{
		width: 100%;
		float: none;
		margin:  20px 0px;
	}
	.home-locations .box img{
		width: 40%;
		left: 30%;
		top:-15%;
		margin: auto;
	}
	.location-list .col-1{
		display: none;
	}
	.home-cta .box .link-box-icon{
		width: 40%;
		left: 30%;
		top:-15%;
		margin: auto;
	}
	
	.home-videos .video{
		height: 150px;
		border:0px solid white;
	}
	
	.home-videos .video-1{
		width: 100%;
		height: 350px;
	}
	
	.home-news .coinstraint{
		margin-left: -2.5%;
	}
	.home-news .box {
	    width: 100%;
	    margin: 20px 0px;
    }
	.home-news .box.last{
		margin-left: 2.5%;margin-right: 0px;
		width: 95%;
	}
	footer .footer-cta p{
		width: 60%;
		font-size: 30px;
	}
	footer .footer-cta .rfq-btn{
		width: 35%;
	}
	footer .footer-links{
		display: none;
	}
	footer .footer-content .box.right{
	}
	
	footer .footer-content .box.left address{
		width: 300px;
		position: absolute;
		left: 150px;
	}
	.home-big-buckets .bucket .content-box{
		background-color: rgba(0,0,0,0.7);
		top:0px;
		 -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.home-big-buckets .bucket .content-box ul li a i{
		display: none;
	}
	/*landing*/
	#pageBanner{
		margin-top: 140px;
	}
	#pageBanner h1{
		font-size: 34px;
	}
	#pageBanner .banner-content p{
		font-size: 16px;
	}
	.col2-right-layout .main .col-main
	,.col2-right-layout .main .col-right{
		width: 100%;
		float: none;
	}
	.col2-right-layout .main .col-right{
		margin-top: 40px;
	}
	.col2-left-layout .main .col-main{
		width: 100%;
		float: none;
	}
	.col2-left-layout .main .col-left{
		width: 100%;
		float: none;
		display: none;
	}
	.col2-left-layout .main .col-left #sidebar-nav
	,.col2-left-layout .main .col-left .form
	,.col2-left-layout .main .col-left .search{
		display: none;
	}
	
	
	.col3-layout .main .col-main{
		width: 100%;
		float: none;
		margin: 0px;
	}
	.col3-layout .main .col-left
	,.col3-layout .main .col-right{
		display: none;
	}
	
	/*product view*/
	.product-view .product-img-box{
		width: 60%;
		margin: auto;
		margin-bottom: 20px;
		float: none;
	}
	.product-view .product-shop
	,.product-view .add-to-cart-wrapper{
		width: 100%;
		float: none;
	}
	
	/*contact*/
	.col-container.col-2 .col{
		width: 100%;
		margin: 20px 0px;
		float: none;
	}
	
	.col-container.col-5 .col{
		width: 48%;
	}
	
	/*vertical buckets*/
	.standard-buckets > li .button-set .btn.menu-btn{
		display: none;
	}
	.standard-buckets > li .menu{
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin-top: 40px;
	}
	.vertical-buckets{
		margin-left: -1%;
	}
	.vertical-buckets > li{
		width: 48%;
		margin: 1%;
		height: 500px;
	}
	.vertical-buckets > li .bucket-image img{
		max-height: 300px;
	}
	
	
	/*checkout*/
	.cart-table{
		float: none;
		width: 100%;
	}
	.cart-forms, .cart-totals-wrapper, .crosssell{
		width: 100%;
		float: none;
		margin: 20px auto;
		padding: 0px;
	}
	.scroll-nav {
		display: none;
	}
	
	#location-country-list .entry{
		width: 100%;
		margin: 10px 0px;
	}
}
@media only screen and (max-width: 959px){	
	.constraint-container {
		min-width: 768px;
		
	}
	.constraint{
		/*width: 768px;*/
	}
	
	#pageBanner .banner-content p{
		font-size: 14px;
	}
	
	#videoBanner{
		margin-top: 0px;
		height: 600px;
	}
	
	.col2-set .col-1,
	.col2-set .col-2 {
	  width: 100%;
	  float: none;
	  padding: 20px;
	}
	
	#pageBanner{
		height: 200px;
		background-size: auto;
		background-position: 60% 0;
		padding-top: 100px;
	}
	
	#pageBanner .banner-text{
		margin:0px;
		float: none;
	}
	

	#products-list li {
	    width: 31.3%;
	}
	
}

@media all and (max-width: 800px){
	.jobs_rows .col1, .jobs_rows .col_t1, .jobs_rows .col2, .jobs_rows .col3{
		width: 33% !important;
	}
}

@media only screen and (max-width: 767px){
	
	#products-list li h2 a {
		font-size: 13px;
	    line-height: 17px;
	}
	
	.constraint-container {
		min-width: 480px;
	}
	.constraint{
	   /* width: 480px;*/
	    width: 100%;
	    padding: 0px;
	}
	
	.dock-item-box
	,.home-links .link-box .content p{
		display: none;
	}
	#videoBanner{
		margin-top: 0px;
		height: 500px;
	}
	#videoBanner .slider-caption{
		width: 50%;
		top: 0%;
		padding: 10px;
	}
	header #logo{
		margin-top: 82px;
		margin-left: 5px;
	}
	header #logo img{
		width: 160px;
		height: auto;
	}
	header #search_mini_form #search{
		font-size: 10px;
	}
	#search_mini_form{
		max-width: 130px;
	}
	header #search_mini_form #search{
		padding-right: 5px;
		width: 115px;
	}
	
	header #menu-btn span{
		display: none;
	}
	header #menu-btn{
		width: 70px;
	}
	header #liquitrac{
		right: 70px;
	}
	
	header #phone
	,header #online-store
	,header #cart
	,header #search_mini_form{
		width: auto;
		text-align: center;
	}
	header #online-store{
		display: none;
	}
	.home-buckets{
		margin: 0px 0px;
		padding: 20px 0px;
	}
	.slider-caption h2{
		font-size: 16px;

	}

	.slider-caption p{
		font-size: 12px;
	}
	#videoBanner{
		margin-top: -50px;
	}
	#videoBanner video{
		margin-top: 140px;
	}
	.slider-caption a{
		font-size: 12px;
		padding: 6px;
		width: 220px;
	}
	.home-buckets .home-bucket{
		height: 400px;
	}
	.home-buckets .home-bucket h4{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.home-buckets .home-bucket p{
		display: none;
	}
	.home-buckets .home-bucket p.more{
		display: none;
	}
	
	.home-locations .box.left{
		display: none;
	}
	.home-cta{
		padding: 40px 0px;
	}
	.home-cta .box .link-box{
		width: 30%;
		margin: 1%;
		
	}
	
	.home-cta .box .link-box:first-child{
		margin-left: 0;
	}
	
	.home-cta .box .link-box:last-child{
		margin-right: 0;
	}
	
	.home-cta .box.last{
		width:100%;
		margin: auto;
	}
	.home-cta .box .link-box-icon{
		top:20px;
	}
	.home-locations .box .location-links li
	{
		width: 100%;
	}
	
	.home-videos .video{
		width: 50%;
	}
	.home-videos .video-1{
		width: 100%;
	}
	.home-videos .video-1{
		width: 100%;
	}
	
	
	.home-big-buckets .bucket{
		width: 100%;
		margin: 10px 0px;
	}
	.home-news .box
	,.home-news .box.last{
		width: 100%;
		margin: 20px 0px;
	}
	
	.home-big-buckets{
		padding-bottom: 0;
	}
	
	footer .footer-cta p{
		width: 100%;
		font-size: 30px;
		float: none;
		text-align: center;
		margin-bottom: 20px;
		display: block;
	}
	footer .footer-cta .rfq-btn{
		width: 300px;
		margin: auto;
		float: none;
		display: block;
		position: relative;
	}
	footer .footer-cta .rfq-btn i{
		float: right;
	}
	footer .footer-bottom{
		text-align: center;
	}
	footer .footer-bottom ul{
		position: relative;
		margin-top: 20px;
		right: auto;
		top:auto;
	}
	footer .footer-content .box{
		text-align: center;
		float: none;
	}
	footer .footer-content .box.left address{
		min-width: 320px;
		margin: auto;
		position: relative;
		left: auto;top:auto;
	}
	footer .footer-content .box.left .logo-footer{
		float: none;
		margin: auto;
	}
	
	
	footer .footer-content .box.right{
		display: none;
	}
	/*landing*/
	#pageBanner {
		padding-top: 100px;
	}
	
	#pageBanner h1{
		font-size: 28px;
	}
	#pageBanner .banner-text{
		margin:0px;
		float: none;
	}
	#pageBanner .banner-content{
		float: none;
		width: 100%;
		margin: 0px;
		background-color: transparent;
		padding: 0px;padding-top: 40px;
	}
	#pageBanner .banner-content p{
		display: none;
		
	}
	#pageBanner .banner-content .quote-btn{
		right: auto;
		left: 0px;
		bottom:0px;
	}
	
	.standard-buckets > li .menu{
		width: 100%;
	}
	.standard-buckets > li .button-set .btn{
		width: 100%;
		margin: 5px auto;
	}
	
	.vertical-buckets > li{
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	
	.col3-layout .category-details .detail-specs table th
	,.col3-layout .category-details .detail-specs table td{
		font-size: 11px;
	}
	
	/*form style*/
	.form-style .form-list li.col-3 .field{
		width: 100%;
	}
	
	/*product*/
	#products-list li{
		width: 48%;
	}
	
	#pageBanner.minimal{
		height: 60px;
		padding-bottom: 0;
	}

	.product-view .product-name h1{
		font-size: 28px;
	}
	
	.jobsdetail_main .column-content .row{
		
		width: 100%;
	}
	.jobsdetail_main .column-content .row >div{
		width: 49%;
	}
	.jobs-index-view .breadcrumbs{
		margin-left: 10px;
	}
	.jobs_rows .col1, .jobs_rows .col_t1, .jobs_rows .col2, .jobs_rows .col3{
		width: 100% !important;
		
	}
	
	.jobs_rows .col_t1{
		padding-left:0px !important;
	}
	
	.jobs_rows .col2::before, .jobs_rows .col_t1::before, .jobs_rows .col3::before{
		content: 'Sales:';
		display: inline-block;
		width: 50%;
	}
	
	.jobs_rows .col_t1::before{
		content: 'Job Title:';
	}
	
	.jobs_rows .col3::before{
		content: 'Job Type';
	}
	.jobs_rows .row1_head{
		display: none;
	}
	.jobs_rows .col3{
		border-bottom: 1px solid #A9A9A9;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 500px){
	.jobs-index-view .column-content2{
		margin-left: 0px;
		margin-right: 0px;
	}
	.jobs_rows .row1{
		border: 0px !important;
	}
}





@media only screen and (max-width: 479px){
	.constraint-container {
		min-width: 320px;
	}
	.constraint{
	    /*width: 320px;*/
	    padding: 0px;
	}
	
	.slider-caption h2{
		margin-bottom: 2px;
	}
	header .box a{
		font-size: 11px;
	}
	.top-link-cart sup{
		display: none;
	}
	#videoBanner video{
		margin-top: 205px;
	}
	
	header #phone a{
		font-size: 12px;
		margin: 0px;
	}
	header #liquitrac.box{
		width: 100px;
		/*padding: 15px;padding-top: 17px;*/
		text-align: center;
		padding: 0 5px;
	}
	header #liquitrac.box p{
		line-height: 18px;
	}
	header #liquitrac.box a{
		font-size: 10px;
		margin: 0px;
		line-height: 12px;
	}
	header #liquitrac.box a i{
		margin-left: 5px;
		margin-top: 2px;
        display: block;
        font-size: 20px;
	}
	header #logo img{
		width: 140px;
		height: auto;
	}
	header #logo{
		margin-top: 82px;
	}
	
	
	.slider-caption h2{
		font-size: 16px;
	}
	.slider-caption a{
	    margin: 5px 0px;
	}
	#videoBanner .slider-caption{
		width: 90%;
	}
	#videoBanner .slider-caption p{
		padding-bottom: 0px;
	}
	
	.home-links .link-box h4{
		font-size: 18px;
	}
	.home-buckets .home-bucket h4{
		font-size: 15px;
	}
	
	.home-buckets .home-bucket{
		width: 100%;
		margin: 20px 0px;
		overflow: hidden;
		height: auto;
	}
	
	.standard-buckets > li .bucket-image{
		float: none;
		width: 50%;
		margin: auto;
	}
	.standard-buckets > li .content{
		width: 100%;
	}
	
	.form-style .form-list li.col-2 .field{
		width: 100%;
	}
	
	.simple-buckets > li{
		width: 48%;
	}
	.col-container.col-5 .col{
		width: 98%;
	}
	
	.vertical-buckets > li{
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	
	#products-list li{
		width: 100%;
		margin: 10px 0px;
	}
	
	.home-videos .video{
		width: 49.5%;
	}
	
	.home-videos .video-1{
		width: 100%;
	}
	.jobApply{
		padding: 12px 25px;
	}
}

@media all and (max-width: 370px){
	.category-careers h1{
		font-size: 28px;
	}
}

/* CSS Document */

.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/skin/frontend/rwd/hoover2017/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}



/* blue  #102458  (new blue)
   green #61b145 */

html {background: #ebecef}
.hideme {display: none !important}
footer {background-color: #102458}
.constraint {width: calc(100% - 50px)}
.cms-home .constraint.home .banner-text {display: none;}
footer .constraint {width: 100%; max-width: 1670px}
.footer-content .box.new_footer_left {width: 240px; margin: 50px 0 50px 0}
.footer-content .box.left.new_footer_left .logo-footer {margin-right: 0; float: none}
footer .footer-content .box.left address {min-width: auto; margin-top: 25px}
footer .footer-content .box.left address p {font-style: normal; font-weight: 400}
.footer_phone, .footer_location {padding-left: 30px; margin: 0 0 15px 0 !important; position: relative}
.footer_phone:before, .footer_location:before {content: ""; width: 20px; height: 20px; position: absolute; top: 2px; left: 0; background-image: url('../images/icon-phone.svg'); background-size: contain}
.footer_location:before {background-image: url('../images/icon-location.svg')}
.new_footer_menu {width: calc(100% - 240px); float: left; padding: 85px 0 0 25px}
.new_footer_menu div {padding: 0 0 0 50px; float: right; width: calc((100% - 100px) / 5)}
.new_footer_menu div:nth-child(6) {padding: 0}
.new_footer_menu h3 {font-size: 22px; font-weight: bold; color: white; text-transform: none; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.5); padding-bottom: 10px}
.new_footer_menu a {font-size: 15px; color: #ababab; line-height: 1.8}
footer .footer-content .box.left address .social-links li a:hover, .new_footer_menu a:hover {color: #69d74c}
.tagline {font-family: 'Poppins', sans-serif; font-style: italic; font-size: 23px; font-weight: lighter; color: white}
footer .tagline span {float: left}
footer .social-links {padding-left: 30px}
footer .social-links li {display: inline-block}
footer .social-links li a {margin: 0 15px 0 0; color: white; font-size: 20px}
.copy_text {float: left; width: 320px; font-size: 11px; color: rgba(255,255,255,0.5)}
.copy_line {float: left; width: calc(100% - 320px); margin-top: 9px; border-top: 1px solid rgba(255,255,255,0.5)}
.owdtcredit {float: right; width: 148px; height: 50px; font-size: 12px; line-height: 12px}
.owdtcredit img {border-right: 1px solid white; padding: 5px 10px 5px 0; width: 100px}
.owdtcredit span {float: right; display: inline-block; font-style: italic; font-family: 'Roboto Slab', serif; padding-top: 2px;}
.owdtcredit a {color: white}
.footer-content {margin-bottom: 50px}
body.fixed {overflow: hidden}
header {height: 210px; background: #102458; border: none; box-shadow: none; transition-duration: 0.3s}
body.cms-index-index header {transition-duration: 0s; opacity: 0}
body.pageloaded #header {opacity: 1}
#header .constraint {width: 100%; max-width: none}
.master_wrapper {position: absolute; top: 35px; right: 50px}
.new_topmenu_trigger {width: auto; position: relative}
.new_topmenu_trigger p {font-size: 21px; font-family: 'Poppins', sans-serif; font-weight: 800; color: white; text-transform: uppercase; letter-spacing: 1px; text-align: right; line-height: 1; z-index: 1; position: relative; margin-bottom: 17px; cursor: pointer}
div#liquitrac p {display: block; height: auto; text-align: right}
.new_topmenu_trigger p a {color: white; transition-duration: 0s}
.new_topmenu.hovering .new_topmenu_trigger p, .new_topmenu.hovering .new_topmenu_trigger p a {animation: 1s change_text_color forwards }
@keyframes change_text_color{0% {opacity: 0; color: black} 30% {opacity: 0; color: black} 100%{opacity: 1; color: black}}
@keyframes hovercolor {0% {opacity: 1; color: black} 100%{opacity: 1; color: #69b752}}
.popin {display: none; margin: -10px 0 17px; z-index: 1; position: relative; text-align: right}
.popin a {text-transform: uppercase; opacity: 0}
.new_topmenu.hovering .popin {display: block}
.new_topmenu.hovering .popin a {animation: 1s change_text_color forwards}
.new_topmenu_trigger.menuopen p:before { content: ""; position: absolute; top: 50%; right: calc(100% - 50px); width: 110px; height: 3px;    display: block; background-color: black; transform: translateY(-50%);}
.new_topmenu_panel {overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; text-transform: uppercase; background-color: white; padding: 40px 380px 0 50px; display: block; transform: translateX(100%);transition: .5s}
.new_topmenu_panel .scroll-wrapper{ overflow: auto; white-space: nowrap;}
.scroll-blur-overlay{position: fixed;  width: 150px;  height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%); top: 0px;  z-index: 0;  right: -100%; visibility: hidden; transition: .5s; pointer-events: none}
.new_topmenu_trigger.menuopen .new_topmenu_panel {display: block; transform: translateX(0%)}
.new_topmenu_trigger.menuopen .scroll-blur-overlay{visibility: visible; right: 380px}
.level_1 {position: relative; transform: translateX(9999px); margin-right: 30px; display: inline-flex; flex-direction: column; max-width: 480px;}
.level_1 h2 { color: #000;  margin-top: 1em;  font-weight: 800; font-size: 1.2em; margin-bottom: 1.2em}
.new_topmenu_trigger.menuopen .level_1 {transform: none}
.level_1 a { font-size: 15px;font-weight: 400; display: block; text-align: left; color: #000;}
.trigger_4 .level_1 {width: calc((100% - 125px) / 6)}
.trigger_4 .level_1:nth-child(6n) {margin-right: 0}
.menupic {height: 15vw; background-size: cover; background-position: center; width: 480px}
.menutext { position: relative; margin: 0; padding: 15px 0 15px 2px; border-top: 3px solid black;  color: black;  text-align: left;  transition-duration: 0.3s;  text-transform: none; font-weight: 500; line-height: 30px; font-family: 'Poppins', sans-serif;}
.scroll-wrapper-inner{ height:  calc(100vh - 120px)}
.mCSB_draggerContainer{height: 44px !important;}
.mCSB_dragger_bar{height: 56px !important;  margin: -22px 0 !important;  width: 56px !important; background-color: transparent !important;  background-image: url('../images/scroll-icon.png');background-repeat: no-repeat; background-position: center;     background-size: 50px;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{height: 42px}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width: 54px;}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000 !important;}
.menutext a{position: relative; transition: 0s}
.menutext a:after {content: ""; width: 30px; height: 12px; position: absolute; right: 15px; top: 50%; background-image: url('../images/arrowright.svg'); background-size: contain; background-position: left top; opacity: 0; transition-duration: 0.3s; transform:translateY(-50%)}	
/*.menutext a:hover:after {right: 2px; opacity: 1}*/
.menutext a:hover{font-weight: 600}
body.menuactivated { position: fixed; overflow-y:scroll; width: 100% }
.hidemenu {font-size: 16px; font-family: 'Poppins', sans-serif; text-transform: uppercase; color: black; padding: 10px 15px; border: 2px solid black; position: relative; width: 150px; text-align: center; cursor: pointer; margin: 0; left: calc(100% + 180px); bottom: 60px;}
.hidemenu:hover {background-color: black; color: white}
.homeslide {min-height: 100vh; text-transform:  uppercase; position: relative; font-family: 'Poppins', sans-serif}
.homeslide_pics {position:  absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black }
.homeslide_pics div {position:  absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; transition-duration: 0.3s;}
.homeslide_pics div + div { opacity: 0;}
.homeslide_pics div.showme {opacity: 1}
.homeslide_pics:after {content: ""; background: #0555fa; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6}
.homeslide_content {position: relative; padding: 11vw 5% 0 150px; min-height: 100vh}
.homeslide .homeslide_pics .pics_1 {background-image: url('../images/home-slider-chemical.jpg');}
.homeslide .homeslide_pics .pics_2 {background-image: url('../images/home-slider-last-mile-delivery.jpg');}
.homeslide .homeslide_pics .pics_3 {background-image: url('../images/home-slider-refining.jpg');}
.homeslide .homeslide_pics .pics_4 {background-image: url('../images/home-slider-oil-gas.jpg');}
.preh1 {font-size:  20px; color:  white; font-weight: 600; margin-bottom: 38px; padding-left: 5px; overflow: hidden}
.homeslide_content h1, .homeslide_content h2 {font-size:  80px; letter-spacing: -0.2vw; color:  white; font-weight: 700; font-family: 'Poppins', sans-serif; line-height: 73px; margin-bottom: 25px; text-transform: none}
.homeslide_content .list_3 .preh1 {margin-bottom: 27px}
.homeslide_content .list_3 h2 {line-height: 94px}
.homeslide_content h1:after, .homeslide_content h2:after {content: ""; display:  block; background: white; width: 1px; height: 0; margin: 30px 0 0px 5px; transition-duration: 0.5s; transition-timing-function: ease-in-out}
body.pageloaded .homeslide_content h1:after, body.pageloaded .homeslide_content h2:after {height: 100px}
body.pageloaded .homeslide_content .list_3 h2:after {height: 68px}
.homeslide_content h1 span, .homeslide_content h2 span {display: block; overflow: hidden}
.homeslide_list {position: relative}
.homeslide_list a { opacity: 0; transition-duration: 0.5s; position: relative}
.homeslide_content div.homeslide_list + .homeslide_list { display: none}
.homeslide_list.showme {display: block}
body.pageloaded .homeslide_list a {opacity: 1}
.homeslide_list a {font-size: 16px; letter-spacing: 1px; color: white; font-weight: 500; display: block; text-transform: none; line-height: 2; font-weight: 600}	
.homeslide_list a:hover {text-decoration: underline}	
.homeslide_action {position: absolute; top: 26vw; right: 50px; opacity: 0; transition-duration: 0.5s}
body.pageloaded .homeslide_action {opacity: 1}
.homeslide_action .homeQuote, .extralinks a {font-size: 16px; color: white; padding: 15px 25px; border: 2px solid white; margin-left: 10px; width: 200px; display: block; text-align: center; transition-duration: 0s}
.homeslide_action .homeStore {font-size: 16px; color: white; padding: 15px 25px; border: 2px solid white; margin-left: 10px; width: 200px; display: block; text-align: center; transition-duration: 0s}
.homeslide_action a + a {margin-top: 15px}
.extralinks a {width: auto}
.homeslide_action .homeQuote:hover, .homeslide_action .homeStore:hover, .extralinks a:hover {background-color: white; color: black}

.homeslide_nav {position: absolute; /*top: calc(11vw + 615px);*/ left: 150px; opacity: 0; transition-duration: 0.5s; top: auto; bottom: 50px}
.homeslide_nav_prev, .homeslide_nav_next {float: left; border: 1px solid white; color: white; margin-right: 10px; font-size: 30px; padding: 12px 20px 10px; text-align: center; line-height: 1; cursor: pointer}
body.pageloaded .homeslide_nav {opacity: 1}
.homeslide_nav_prev:hover, .homeslide_nav_next:hover {background-color: white; color: black}
.homeslide_nav_prev:before {content: "<"}
.homeslide_nav_next:before {content: ">"}
.videopop {position: fixed; top: 50%; left: 50%; width: 0; height: 0; background-color: rgba(0,0,0,0.8); overflow: hidden; z-index: 999 /*yes, 999 is necessary*/}
.videopop:before {content: ""; position: absolute; top: calc(((100% - 720px) / 2) - 50px); left: calc(((100% - 1280px) / 2) - 50px); width: 30px; height: 30px; background-image: url('../images/x.svg'); background-size:  contain; opacity: 0.8}
.videopop.showme {top: 0; left: 0; width: 100%; height: 100%}
.videopop iframe {position: relative; display: block; top: 50%; left: 50%; transform: translate(-50%,-50%); background: black; box-shadow: 0 0 0 10px rgba(255,255,255,0.1)}
.preh1 span, .homeslide_content h1 span span, .homeslide_content h2 span span {display: block; transform: translateY(-100%); transition-duration: 0.5s; transition-timing-function: ease-in-out}
body.pageloaded .thismoves, body.pageloaded .preh1 span, body.pageloaded .homeslide_content h1 span span, body.pageloaded .homeslide_content h2 span span {transform: none; opacity: 1}
.preh1 span {transition-delay: 0.5s}
.homeslide_content h1 span span, .homeslide_content h2 span span {transition-delay: 0.7s}
.homeslide_content h1 span + span span, .homeslide_content h2 span + span span {transition-delay: 0.9s}
.homeslide_content h1:after, .homeslide_content h2:after {transition-delay: 1.1s}
.homeslide_list a {transition-delay: 1.6s}
.homeslide_nav {transition-delay: 1.8s}
.homeslide_action {transition-delay: 2.5s}
.extralinks {position: absolute; bottom: 50px; right: 50px; opacity: 0; transition-duration: 0.5s; transition-delay: 2.7s}
body.pageloaded .extralinks {opacity: 1}
body.cms-index-index #pageBanner {display: none}
.main a {color: #61b145}
body .main h2 {letter-spacing: 0}
#pageBanner .breadcrumbs {max-width: inherit;}
.search-autocomplete ul {border-radius: 0; border: 1px solid #102458}
.search-autocomplete ul li.selected {background-color: #102458}
.search-autocomplete ul li {color: #102458; font-size: 14px}
.search-autocomplete:before {border-bottom-color: #102458}
.categorypath-resource-center-videos-html iframe {width: 880px; height: 495px; border: 1px solid #102458; margin-bottom: 50px; background-color: #E4E4E4}	
.back_to_top {display: none}
body.cms-index-index header {background: none}
#header .constraint {padding: 20px 40px 0}
header #menu-btn {background-color: transparent; right: auto; float: right; height: auto; padding: 2px; display: none}
body.logocollapse #header {height: 70px}
body.cms-index-index.logocollapse #header {height: 70px; background: #102458}
body.logocollapse #header #menu-btn {display: block}
body.logocollapse .master_wrapper {display: block; visibility: hidden}
.col-main p + ul {margin-bottom: 45px}
body.logocollapse.forcemenu .master_wrapper {display: block; visibility: visible}
#header #logo {/*overflow: hidden; */transition-duration: 0s; width: 50%}
body.logocollapse #header #logo {padding-top: 0; margin-top: -4px/*; width: 40px*/}
body.logocollapse #pageBanner {margin-top: 70px}
.menucover {position: absolute; top: 0px; right: 5px; width: 150px; height: 60px; cursor: pointer; display: none}
.owdtcreditbox {padding-top: 10px}
body.logocollapse .menucover {display: block}
body.logocollapse.forcemenu .menucover {display: none}
#pageBanner {padding-top: 0; margin-top: 210px}
#pageBanner .breadcrumbs strong, #pageBanner .breadcrumbs li a, #pageBanner .breadcrumbs li {color: black !important; text-transform: none; font-size: 15px}
#pageBanner .breadcrumbs li.blog_page {display: none}
#pageBanner .shadow-overlay {background-color: rgba(33, 52, 111, 0.05)}
#pageBanner .constraint {position: relative; top: 50%; transform: translateY(-50%)}
.col2-left-layout .main .col-left{width:20%;float:left;clear:none;margin-left:5%;padding-left:5%;border-left:1px solid gray}
.col2-left-layout .main .col-main, .col3-left-layout .main .col-main {width: 100%; float: none; max-width: none !important}
.main.constraint .col-wrapper .col-main {max-width: 900px; margin-left: auto; margin-right: auto}
.col-main p img {width: 100%}
.sidebar .rfq-btn{background:#000;font-size:13px;line-height:28px;padding:55px 0 40px}
a.rfq-btn span{font-size:30px;display:block;padding-top:5px}
a.rfq-btn span:after{content:"";background:#fff;width:50px;height:1px;display:block;left:50%;position:relative;transform:translateX(-50%);margin:50px 0 0}
.col-left .block h4{font-size:16px;text-transform:capitalize;text-align:center;display:block;position:relative;padding:25px 0;border:2px solid #000;background:#f6f6f6}
.col-left .block h4 a{display:block;max-width:58%;margin:0 auto;color:#000;font-size:14px;text-transform:uppercase}
.partCatalog a span{font-size:22px}
.main-container.col2-left-layout{background:#f6f6f6}
.main-container.col2-left-layout .standard-buckets {background: white; max-width: calc(100% + 25px); padding: 100px; margin-right: -25px}
.main-container.col3-left-layout .standard-buckets {background: white; max-width: 100%; padding: 0; margin-right: 0}
.main-container.col3-left-layout #parentProduct.standard-buckets {padding: 75px 0}
a.colorbox img {max-height: 300px; width: auto}
.main-container.col2-left-layout .standard-buckets li, .main-container.col3-left-layout .standard-buckets li {border: 8px solid #d8d8d8; color: white; transition-duration: 0.3s; padding: 50px 0}
.main-container.col2-left-layout .standard-buckets li:hover, .main-container.col3-left-layout .standard-buckets li:hover {border-color: #102458}
.main-container.col2-left-layout .standard-buckets li h4 a, .main-container.col3-left-layout .standard-buckets li h4 a {font-size: 30px}
.main-container.col2-left-layout .standard-buckets > li:hover, .main-container.col3-left-layout .standard-buckets > li:hover {background-color: transparent; box-shadow: 0 5px 22px rgba(0,0,0,0.2)}
.main-container.col2-left-layout .standard-buckets > li .menu, .main-container.col3-left-layout .standard-buckets > li .menu {background-color: #102458}
.main-container.col2-left-layout .standard-buckets > li .button-set .btn.menu-btn, .main-container.col3-left-layout .standard-buckets > li .button-set .btn.menu-btn {background-color: #61b145; border-color: #61b145}
.main-container.col2-left-layout .standard-buckets .button-set li, .main-container.col3-left-layout .standard-buckets .button-set li {border: none; margin-left: 25px; padding: 5px 0; font-size: 12px}
.main-container.col2-left-layout .standard-buckets .button-set li a, .main-container.col3-left-layout .standard-buckets .button-set li a {font-size: 14px}
.standard-buckets > li h4 {font-family: 'Poppins', sans-serif}
.main-container.col2-left-layout .section_industries h3, .main-container.col3-left-layout .section_industries h3, .catalog-product-view .section_industries h3, .catalog-category-view .section_industries h3, .jobs-index-index .section_industries h3, .jobs-index-view .section_industries h3, .checkout-cart-index .section_industries h3 {margin-left: 150px}
.col2-left-layout .section_top {padding-left: 225px}
.col2-left-layout .section_top {padding-left: 112px; padding-right: 113px;}
.catalog-category-view.no_section_top .main.constraint > .col-wrapper {width: 100%}
.catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main {padding-left: 112px; padding-right: 113px; margin-top: 100px}
.category-details .detail-features ul li {list-style: square; font-weight: 400; font-size: 18px}
.category-description p {text-align: left !important}
.category-description.std iframe {width: 100% !important}
.category-description.std iframe + p {margin-top: 25px}
.category-description.minheight {min-height: 550px}
.category-description img {max-width: 100%; height: auto}
.vertical-buckets > li .bucket-image img {max-width: 100%; height: auto}
/* add to other h1 top_right */ .main h1 {font-family: 'Poppins', sans-serif; text-transform: none; font-size: 77px; color: #102458; letter-spacing: -3px}
.tab-content .tab-pane .widget-latest ul > li {list-style: none; padding: 50px 50px 25px; margin: 0 0 50px; background-color: white}
.main .postTitle {border-bottom: none; margin-bottom: 35px}
.main .postTitle h3 {font-size: 26px}
.postTitle a {color: #102458}
.main .postTitle h4 {font-size: 14px; font-weight: 400; padding: 10px 0}
.postContent, .postContent p {font-weight: 400; font-size: 16px}
.nav-tabs li a {border-radius: 0}
.col-main ul.nav-tabs {margin-bottom: 25px}
.location-list .col-1 {display: none}
.col-container.col-2.location-list .col-2 {float: none; width: 100%}
.location-list .entry h3, #location-country-list .entry h3, .first_entry h3 {border-bottom: none; padding: 0; font-size: 36px !important; margin: 25px 0 20px !important; font-weight: 900; color: #102458; letter-spacing: -0.3px }
.location-list .entry h3 span, #location-country-list .entry h3 span {display: block; color: #999; font-size: 18px; font-weight: 400}
.location-list .entry, #location-country-list .entry, .first_entry .entry {background-color: white; padding: 50px 50px 35px; margin-bottom: 50px; width: 48%; margin-right: 2%; float: left}
.first_entry {margin: 0 0 75px}
.location-list h2, .location-list h3, .location-list h4 {clear: both}
#location-country-list h2 {margin-top: 25px}
.col-main .entry .contact-address-content {font-size: 15px; line-height: 1.5}
.contact-address-content span {font-size: 14px; color: #c1c1c1}
.categorypath-locations-americas-usa-html.category-usa #location-country-list .entry + h2, .categorypath-locations-americas-usa-html.category-usa #location-country-list .entry + h2 + h2 {display: none}
.categorypath-locations-americas-canada-html.category-canada #location-country-list .entry + h2, .categorypath-locations-americas-canada-html.category-canada #location-country-list .entry + h2 + h2 {display: none}
.categorypath-locations-asia-pacific-australia-html.category-australia #location-country-list .entry + h2, .categorypath-locations-asia-pacific-australia-html.category-australia #location-country-list .entry + h2 + h2 {display: none}
.col-container.location-content .col h3 {margin-bottom: 25px !important}
.breadcrumbs + h1 {display: none}
body .wrapper #pageBanner {padding-top: 0; margin-top: 210px; margin-top: 210px; height: 60px; background: none !important; background-color: /*#f2f2f2 !important*/ #f6f6f6 !important; border: none;z-index: 9;}
#pageBanner .banner-text {float: none; width: auto; margin: auto}
.col-container.location-content:after {content: ""; clear: both; display: block}
.col-container.location-content .col li {list-style: none}
.col-container.location-content .col h3 {font-size: 26px; margin-bottom: 0}
.col-container.location-content .col h3 a {color: #102458}
.col-main h3 + ul {padding-top: 0}
.faq-entry {padding-bottom: 15px; margin-top: 30px}
.faq-entry strong {color: #102458}
.faq-entry ul {padding-left: 50px}
.col-main td {width: auto}
.col-main td li, .col-main td p {font-size: 14px}
.portal-links {margin-bottom: 50px !important}
.portal-links:after {content: ""; clear: both; display: block}
.col-main .portal-links li {list-style: none; display: block; float: left; width: calc(50% - 30px); padding: 25px; margin: 0 15px 30px; text-align: center; background: white; transition-delay: 0s}
.col-main .portal-links li a {color: #102458; transition-delay: 0s}
.col-main .portal-links li:hover {background-color: #102458}
.col-main .portal-links li:hover a {color: white}
.catalog-category-view .col-main {padding: 0}
.main h3 {font-size: 45px; font-weight: 600; margin-bottom: 50px; text-align: left !important}
.main h3 strong {font-weight: 600}
.main p + h3, ul + h3 {margin-top: 50px}
.main h2 {font-size: 55px; font-weight: 600; letter-spacing: -2px; line-height: 1.1}
.clear {display: block; clear: both}
.category-description {margin-top: 100px}
h1 + .category-description {margin-top: 35px}
.main-container.col1-layout {background-color: #f6f6f6}
.main-container.col1-layout .constraint, .main-container.col2-left-layout .constraint, .main-container.col3-left-layout .constraint {width: 100%}
.main-container.col1-layout .constraint .col-main > h1 {display: none}
.col-main .pdf-ctas {margin-top: 210px}
.categorypath-rfq-html .section_top iframe {background: white; padding: 50px}
.cms-no-route .std li {font-family: 'Poppins', sans-serif; float: left; width: 43%; margin: 0 5% 25px 0; line-height: 1.3}
.cms-no-route .std ul li a {font-weight: 600; font-style: normal; color: black}
.cms-no-route .section_top {margin-top: 35px}
.category-liquitrac .apps-wrapper + p, .category-liquitrac .apps-wrapper + p + h3, .category-liquitrac .apps-wrapper + p + h3 + h3, .category-liquitrac .apps-wrapper + p + h3 + h3 + h3 {display: none}
.category-liquitrac iframe {margin-bottom: 50px}
.category-liquitrac .section_top.w_buckets {margin-bottom: 50px}
body.category-resource-center .chatWrap {display: none !important}
header #menu-btn span {font-size: 21px; font-weight: 800; font-family: 'Poppins', sans-serif}
header #menu-btn i {font-size: 21px}
body.breadgone #pageBanner .shadow-overlay, body.breadgone #pageBanner .constraint {display: none}
.standard-buckets > li .bucket-image img {max-height: 200px; margin: auto; width: auto; max-width: 80%}
.max200 {max-width: 200px}
.max400 {max-width: 400px}
.threepics {background: white}
.threepics img {float: left; margin-right: 25px; width: calc((100% - 50px) / 3)}
.threepics img:last-child {margin-right: 0}
.max840 {max-width: 840px}
.invisalink {position: absolute; top: 0; right: 0; width: 150px; height: 30px; z-index: 1; display: none; opacity: 0}
.new_topmenu.hovering .invisalink {display: block}
.col2-set.cust2 {background: white}
.col2-set.cust2 .col-1 {max-width: 540px}
.col2-set.cust2 .col-2 {width: calc(100% - 540px); padding-top: 40px}
.col2-set.cust2 iframe {max-width: 100%}
.detail-specs {max-width: 840px}
.category-details .specs_header {margin-top: -10px}
.category-details .detail-specs table {margin-bottom: 50px}
.category-details .detail-specs {overflow-x: auto}
.vidoverlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.85); z-index: 999; opacity: 0; animation: showme 0.5s forwards}
.vidoverlay iframe{position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: black; box-shadow: -5px 5px 15px rgba(0,0,0,0.8); z-index: 999; opacity: 0; animation: showme 0.7s 0.6s forwards}
@keyframes showme {0% {opacity: 0} 100% {opacity: 1}}
.vidclose {position: fixed; top: calc(((100vh - 315px) / 2) - 40px); right: calc(((100vw - 560px) / 2) - 40px); width: 30px; height: 30px; z-index: 999; cursor: pointer; pointer-events: none; opacity: 0; animation: showme 0.5s 1s forwards}
.main-container.col3-left-layout > .main.constraint {background-color: #f6f6f6}
.spacer_v {min-height: 100px}
.hooverbutton {text-align: center; line-height: 45px; border: none; background: #102458; display: inline-block; width: auto; color: white !important; transition-duration: 0.3s; font-size: 14px; padding: 0 25px}
.hooverbutton:hover {background: #61b145}
.col-main p img {height: auto}
.w_icons img {max-height: 100px; margin-bottom: 25px; display: inline}
.w_icons h3 {text-align: center !important}
.metric-cal {min-height: 1500px}
.servicecontent h4 {max-width: 840px; font-size: 30px; margin: 0 0 25px} /* used in /integrated-services/liquitrac.html */
.triorow:after {clear: both; display: block; content: ""; height: 50px}
.triorow a {display: block; float: left; width: calc((100% - 30px) / 3); margin-right: 15px}
.triorow a:last-child {margin-right: 0}
.triorow a img {width: 100%; border: 8px solid #d8d8d8}
.triorow a img:hover {border-color: #102458}
.servicecontent #parentProduct li {width: calc((100% - 99px) / 3); margin: 0 33px 0 0}


.w_icon {position: relative; padding-left: 170px; margin: 50px 0; padding: 50px 25px 50px 200px; background: white}
.w_icon:before {content: ""; position: absolute; top: 40px; left: 20px; width: 150px; height: 150px; background-size: contain; background-repeat: no-repeat}
.icon1:before {background-image: url('../images/world.png')}
.icon2:before {background-image: url('../images/environment.png')}
.icon3:before {background-image: url('../images/people.png')}


/* Login */
.customer-account-login .page-wrapper {background: #f6f6f6;}
.customer-account-login .page-wrapper .main-container {padding: 40px 10px;}
.customer-account-login .account-login {background: #f6f6f6; margin-top: 100px; padding-left: 112px; padding-right: 113px; width: 100%}
.customer-account-login h1,.customer-account-create h1 {margin-bottom: 50px; border: none;font-weight: 600;padding-bottom: 3px;}
.login-container .block.block-customer-login,.login-container .block.block-new-customer {margin-bottom: 0;}
.account-login li {color: black}
.account-login a.button, .account-login .actions-toolbar button, .customer-account-create .actions-toolbar button {text-align: center; line-height: 45px; border: none; background: #102458; transition-delay: 0s; display: inline-block; width: auto; min-width: auto !important; padding: 0 30px; color: white; transition-duration: 0.3s}
.account-login a.button:hover, .account-login button:hover, .customer-account-create button:hover {background: #61b145}
.col-main .registered-users .form-list li {list-style: none}
.customer-account-login p.required, .customer-account-create p.required {display: none}
.customer-account-login .input-text, .customer-account-create .input-text, .checkout-onepage-index .input-text {width: 100%; max-width: 800px; line-height: 40px}
.customer-account-create .col-wrapper {margin: 100px auto 0; max-width: 1650px}
.customer-account-create .col-main {padding-left: 225px}
.customer-account-create .col-main ul li {list-style-type: none}
.customer-account-create .page-title h1 {border-bottom: none}
.customer-account-create .buttons-set {max-width: 800px}
.customer-account-create a.back-link {text-align: center; line-height: 45px; border: none; background: black; transition-delay: 0s; display: inline-block; width: auto; min-width: auto !important; padding: 0 30px; color: white; font-size: 14px; transition-duration: 0.3s}
.customer-account-create a.back-link:hover {background: #102458}
.customer-account-create a.back-link small {display: none}
form .form-instructions {font-style: normal; font-family: 'Poppins', sans-serif}
.customer-account-create .fieldset, .customer-account-create .buttons-set {margin-left: 0}
.customer-account-login .col-2.registered-users {border-left: 1px solid #bababa; padding-left: 100px}



/* blog posts */
.postWrapper {margin-top: 100px; padding-left: 225px}
.postWrapper p, .postWrapper ul {max-width: 840px}
.blog-post-view #pageBanner .banner-text {width: auto}
.postWrapper .postTitle h3 {font-size: 50px; color: #102458; letter-spacing: -2px; line-height: 1.2}
.blog-index-list .postWrapper {margin: 0 auto 75px; padding: 50px; background: white; max-width: 900px}
.ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher {background-image: none}
.toolbar {padding: 25px; max-width: 900px; margin: 0 auto; position: relative}
.toolbar:after {clear: both; display: block; content: ""}
.sorter {float: right; padding-left: 50px}
.sorter a {padding-left: 50px}
.count-container p, .count-container div {display: inline; margin-right: 25px}
.blog-index-list a.aw-blog-read-more {display: block; width: 150px; text-align: center; line-height: 45px; margin: 25px 0 0; border: 1px solid #61b145; transition-delay: 0s}
.blog-index-list a.aw-blog-read-more:hover {border: 1px solid #102458; background: #102458; color: white}
.postDetails {display: none}
.postContent {padding-bottom: 0; margin-bottom: 0}
@media all and (min-width: 1560px) {
	.blog-post-view .col-main {width: 1650px; max-width: 100%; padding: 40px 0px; margin: auto}
}


/* Custom Inner Page */
.section_top {max-width: calc(100% - 50px); margin: 0 auto}
.section_top > .section_top,.main-container.col2-left-layout .section_top > .section_top, .main-container.col3-left-layout .section_top > .section_top {max-width: 100%; margin: 0;}
.main-container.col2-left-layout .section_top, .main-container.col3-left-layout .section_top {margin-top: 100px; margin-bottom: 100px}
.category-privacy-policy .main-container.col2-left-layout .section_top {max-width: 100%;}
.section_top:after {content: ""; display: block; clear:both}
	.top_left {float: left; width: 230px; margin-right: 150px}
	.quotebox {background-color: black; color:  white; text-align: center; padding: 50px 25px; transition-duration: 0.3s; cursor: pointer}
	.quotebox:hover {background-color: #102458}
	.quotebox a {color: white}
	.quotebox + .quotebox {margin-top: 25px}
	.quote1 {font-size: 20px}
	.quote1 span {display: block; font-size: 36px; text-transform: uppercase; line-height: 1.1}
	.pdfblock .quote1 span {margin-top: 10px}
	.quote2 {margin-top: 30px; text-transform: uppercase}
	.quote2:before {content: ""; display: block; width: 50px; height: 1px; background: white; position: relative; left: 50%; transform: translateX(-50%)}
	.top_right {float: left; width: calc(100% - 380px)}
	.top_right h1 {font-family: 'Poppins', sans-serif; text-transform: none; font-size: 77px; color: #102458; letter-spacing: -3px}
	.top_right p, .top_right ul, .col2-left-layout .section_top p, .col2-left-layout .section_top ul, .jobs-index-view .des p, .jobs-index-view .des ul, .catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main p, .catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main ul:not(.standard-buckets), .catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main h2, .catalogsearch-result-index .main-container p {max-width: 840px}
	.catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main p + h2, .catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main ul + h2 {margin-top: 75px}
	.catalog-category-view .main.constraint > .col-wrapper .col-main p + h2 {margin-top: 75px;}
  .category-videos .top_right p, .category-videos .col2-left-layout .section_top p {max-width: none}
	.top_right ul.simple-buckets {max-width: none}
	.top_right ul.simple-buckets li {border: 1px solid #102458}

  .checkout-cart-index #pageBanner .shadow-overlay {min-height: inherit;}

.section_middle {margin-left: calc((100% - 1650px) / 2); margin-top: 100px; padding: 100px 0 100px 80px; background-color: white}
.section_middle:after {content: ""; display: block; clear:both}
	.middle_left {float: left; width: 50%; margin-right: 5%}
	.no_left_text .middle_left {min-height: 190px}
	.middle_right {float: left; width: 45%; position: relative}
	.midpic {background-size: contain; background-repeat: no-repeat; background-position: left top; top: -300px; position: absolute; width: 700px; height: 700px}
	.middle_grid:before {content: ""; display: block; clear:both}
	.middle_grid {clear: both; margin: 100px 0 0 150px; overflow-x: auto; padding-bottom: 25px; position: relative}
	.fadeout {position: relative}
	.fadeout:after {content: ""; position: absolute; top: 0; right: 0; width: 300px; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%); pointer-events: none}
	.middle_grid_wrap:after {content: ""; display: block; clear:both}
.section_middle .middle_grid_wrap, .section_industries .middle_grid_wrap{overflow: auto;display: inline-flex; white-space: normal} /*Added by Terence*/
	.section_middle .grid_item {border: 2px solid #102458; padding: 40px 40px 40px 60px; width: 360px; min-height: 390px; float: left; margin-right: 50px; opacity: 0; transition-duration: 0.5s}
	.section_middle .grid_item a {color: #102458; display: block; margin: 0 0 10px; position: relative; font-size: 16px; font-weight: 500}
	.section_middle .grid_item a:hover {text-decoration: underline}
	.section_middle .grid_item a:first-child {margin: 0 0 25px; font-size: 26px; font-weight: bold}
	.section_middle .grid_item a:first-child:before {content: ""; position: absolute; display: block; width: 20px; height: 15px; top: 11px; left: -30px; background-image: url('../images/arrowblue.svg'); background-size: contain; background-repeat: no-repeat}
.section_industries {margin-left: calc((100% - 1650px) / 2); padding: 100px 0 100px 80px}
.section_industries:after {content: ""; display: block; clear:both}
body.cms-index-index .section_industries {display: none}
	.section_industries .grid_item {width: 360px; min-height: 390px; float: left; margin-right: 50px; opacity: 0; transition-duration: 0.5s}
	.section_industries .grid_item a {display: block}
	.section_industries .grid_item a + a {border-top: 2px solid black; border-bottom: 2px solid black; padding: 15px 0; margin-top: 25px; min-height: 120px; font-weight: 600; color: black; font-size: 18px}
	.section_industries .grid_item img {max-width: 100%; height: auto}
	.section_industries .middle_grid {margin-top: 50px}
.section_middle .grid_item,.section_industries .grid_item{opacity: 1} /*Added by Terence*/
body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, .main h3 {font-family: 'Poppins', sans-serif; text-transform: none}
.col-main p {font-weight: 400; font-size: 18px}
.col-main ul {padding-top: 15px}
.col-main ul li {list-style: square; font-weight: 400; font-size: 18px}
.section_bottom {display: none}
.outline_top, .outline_right, .outline_bottom, .outline_left {position: absolute; background-color: #61b145; transition-duration: 0.15s}
.outline_top {top: 0; left: 0; width: 0; height: 5px; transition-delay: 0.45s}
.outline_right {top: 0; right: 0; width: 5px; height: 0; transition-delay: 0.3s}
.outline_bottom {bottom: 0; right: 0; width: 0; height: 5px; transition-delay: 0.15s}
.outline_left {bottom: 0; left: 0; width: 5px; height: 0; transition-delay: 0s}
.quotebox {position: relative}
.quotebox:hover .outline_top {width: 100%; transition-delay: 0s}
.quotebox:hover .outline_right {height: 100%; transition-delay: 0.15s}
.quotebox:hover .outline_bottom {width: 100%; transition-delay: 0.3s}
.quotebox:hover .outline_left {height: 100%; transition-delay: 0.45s}
.quotebox {transition-duration: 0.6s}
.section_middle .grid_item a:first-child:before {transition-duration: 0.1s}
.section_middle .grid_item a:first-child:hover:before {left: -25px}
.section_middle .grid_item a:first-child {line-height: 1.2}
.section_industries .grid_item a + a:hover {color: #61b145}
.padul ul {padding-left: 25px}
.category-steel-packaging .section_middle .middle_left {display: none;}
.page-layout-3columns-hoover .section_middle .middle_left {display: none;}

.section_middle.style2 .middle_left {width: calc((100% - 310px) - 5%); padding-right: 20vw}
.section_middle.style2 .middle_right {width: 230px}
.section_middle.style2 .quotebox {background-color: #102458; position: relative; top: -200px; padding: 60px 25px}
.section_middle.style2 .middle_grid {margin: 0}
.section_middle.style2 .middle_grid_wrap {max-width: 100%; width: 100%}
.section_middle.style2 .grid_item {border: none; width: 20%; margin: 0; padding: 40px 60px 15px 0}
.section_middle.style2 .grid_item {width: 33%} /* Feb 2021 for /about-us.html */
.section_middle.style2 .grid_item h3 {font-size: 28px; color: #102458}
.section_middle.style2 .grid_item p {color: #102458}
.section_middle.style2 .fadeout:after {display: none}

.section_middle.style3 {background-color: transparent; margin-top: 0}
.section_middle.style3 img {max-width: 100%; height: auto; margin-top: 25px}
.section_middle.style3 .grid_item h3 {font-size: 20px; color: black; margin-bottom: 0; font-weight: bold}
.section_middle.style3 .grid_item p {color: black; font-size: 15px}



/* Store */
.catalog-category-view ul.simple-buckets {max-width: none}
.category-products #products-list .item {height: 420px; border: 10px solid #d8d8d8; background: white; transition-duration: 0.3s}
.category-products #products-list .item:hover {box-shadow: 0 5px 22px rgba(0,0,0,0.2); border-color: #102458}
.category-products .item .product-image {padding: 15px; margin-bottom: 15px}
#products-list li .btn-cart {bottom: 25px; background: #61b145 !important}
#products-list li .btn-cart:hover {bottom: 25px; background: #102458 !important}
#products-list li .price {bottom: 65px}
.category-products .toolbar {max-width: none; margin-right: 15px; border: none; margin-bottom: 25px}
.catalog-product-view .product-view {margin-top: 100px; padding-left: 225px}
.product-view p, .product-view ul {max-width: 840px}
.product-view h1 {font-size: 35px; letter-spacing: 0}
.product-essential {background: white; padding: 50px}
.product-view .product-shop .price-info {float: none; text-align: left; max-width: none; padding: 15px; background: #f1f1f1}
.product-view .product-shop .price {font-size: 40px; letter-spacing: -1px; color: #102458; font-family: 'Poppins', sans-serif; font-weight: 600 !important}
.product-view .product-shop .extra-info {max-width: none; float: none}
.product-view .product-shop .short-description {margin-bottom: 20px; padding: 25px; border-bottom: 1px solid #bebebe}
.product-view .add-to-cart {border-bottom: none}
@media all and (min-width: 1560px) {
	.catalog-product-view .col-main {width: 1650px; max-width: 100%; padding: 40px 0px; margin: auto}
}
.catalog-product-view .main-container.col1-layout {background: white}
.catalog-product-view .product-view {padding: 0; max-width: 1400px; margin: 0 auto}
.catalog-product-view .product-collateral .toggle-tabs {margin-top: 0}
.catalog-product-view .product-collateral .toggle-tabs li {list-style: none}
#products-list li .price {font-size: 18px; color: #102458; font-family: 'Poppins', sans-serif; font-weight: 600}
.checkout-cart-index .cart {padding-top: 100px; padding-left: 225px}
@media all and (min-width: 1560px) {
	.checkout-cart-index .col-main {width: 1650px !important; max-width: 100%; padding: 0; margin: auto; float: none}
}
.checkout-cart-index .main .cart  h2 {font-size: 25px; letter-spacing: 0}
.checkout-cart-index .main .cart h2, .checkout-cart-index .main .cart h2 a {color: black}
.cart-table.data-table {background: white}
.cart li {list-style: none !important}
.btn-checkout {background: #61b145}
.btn-checkout:hover {background: #102458}
.checkout-onepage-index .col-main {padding-top: 100px; padding-left: 225px; padding-bottom: 50px}
@media all and (min-width: 1560px) {
	.checkout-onepage-index .main.constraint {width: 1650px !important; max-width: 100%; padding: 0; margin: auto; float: none}
}
.checkout-onepage-index .col-main ul li {list-style: none}
#checkoutSteps h3 {font-size: 22px}
.data-table tbody td, .data-table tfoot td {font-family: 'Poppins', sans-serif}
.checkout-cart-index h2.product-name a {font-size: 18px}
.product-cart-image a.product-image {padding: 0 15px; display: block}
.price-box {font-family: 'Poppins', sans-serif}
.checkout-onepage-success h1 {font-size: 50px; letter-spacing: 0}
.checkout-onepage-success h3 {font-size: 30px; letter-spacing: 0}
#cart {float: right; /*margin-right: 25px*/}
#cart.showcart {display: block}
#cart a {display: inline-block; padding: 0 40px; height: 43px; line-height: 43px; color: white; text-transform: uppercase; margin-top: -10px; background: #102458}
#cart a sup {display: none}
#cart a i {margin-left: 5px} 
.ajaxcartanimate {display: none !important}
#ajaxallct {display: none !important}
.cartactive {display: none}
#ajaxcart {left: auto !important}
#ajaxcart .block-cart .subtotal {margin: 25px 10px 5px !important}
.product-view .add-to-cart-wrapper .add-to-cart .btn-cart {background-color: #21346f}
.product-view .add-to-cart-wrapper .add-to-cart .btn-cart:hover {background-color: black}
.product-view .add-to-cart-wrapper .add-to-cart .btn-cart i {display: none}
#ajaxcart .actions button span, #ajaxcart .actions button span span {background-color: #21346f !important}
#ajaxcart .actions button span:hover, #ajaxcart .actions button span span:hover {background-color: black !important}
#ajaxcart .actions button.ajcheckout span, #ajaxcart .actions button.ajcheckout span span {border-radius: 0 !important; background: #5ab33e !important}
div#ajaxcart .block-cart .amount a {color: #50b534 !important}
div#ajaxcart .block .block-content li.item {padding-bottom: 10px}
div#ajaxcart .btn-remove {margin-right: 0 !important; margin-top: 7px}
div#ajaxcart input.qty {margin-top: -2px}
.mini-products-list .product-details .product-name {padding-top: 5px}
.checkout-onepage-index #cart.showcart, .checkout-cart-index #cart.showcart {display: none}
.checkout-onepage-index .section_industries, .checkout-cart-index .section_industries, .catalog-product-view .section_industries, .catalog-category-view .section_industries, .cms-index-noroute .section_industries, .customer-account-login .section_industries, .jobs-index-index .section_industries, .jobs-index-view .section_industries, .customer-account-create .section_industries {display: none}
.category-products .toolbar .sort-by label, .category-products .toolbar .limiter label {border: 1px solid #999; height: 40px; line-height: 40px; padding: 0 15px; background: #d8d8d8; color: black; display: block; float: left}
.category-products .toolbar .sort-by select, .category-products .toolbar .limiter select {-webkit-appearance: textfield; appearance: textfield; border: 1px solid #999; border-radius: 0; height: 40px; line-height: 40px; background: white; min-width: 150px; color: black; margin-left: -6px; display: block; float: left; position: relative}
.category-products .toolbar .sort-by:after, .category-products .toolbar .limiter:after {content: "\f078"; font-family: fontawesome; font-size: 12px; top: 8px; right: 20px; position: relative; pointer-events: none}
.category-products .toolbar {display: flex; flex-direction: row-reverse; justify-content: flex-end; position: relative; border-bottom: 1px dotted #999}
.toolbar:before {content: ""; width: 100%; height: 1px; border-top: 1px dotted #999; position: absolute; top: 71px; left: 0}
.blog-index-list .toolbar:before {top: 0}
.blog-index-list .sorter, .blog-index-list .count-container {display: none}
.category-products .toolbar > div {width: auto; display: inline-block}
.category-products .toolbar > div.pager {position: relative}
.category-products .toolbar > div.pager .count-container {padding-left: 15px}
.sorter {float: right; margin-top: 71px; padding-left: 25px}
.category-products .toolbar > div.pager .amount {display: block; margin: 0 0 20px; text-align: left; font-size: 18px}
.category-products .toolbar > div.pager .amount strong {border: 1px dotted #999; padding: 10px 20px; border-bottom: 1px solid #f6f6f6; margin-bottom: -1px; line-height: 30px; display: inline-block}
.pager .pages ol li {transition-duration: 0.3s}
.pager .pages ol li:hover {background: #0f2458; color: white; border-color: #0f2458}
.pager .pages ol li:hover a {color: white}
p.amount.amount--has-pages {border: 1px dotted #999; padding: 10px 20px; border-bottom: 1px solid #f6f6f6; margin-bottom: -1px; line-height: 30px; display: inline-block; font-weight: bold}
.blog-index-list .toolbar {padding: 25px 0}
.blog-index-list .pages strong {float: left; border: 1px solid #999; height: 40px; line-height: 40px; padding: 0 15px; background: #d8d8d8; color: black; display: inline-block; font-size: 13px; font-weight: 600}
.blog-index-list .pages li {border: 1px solid #999; border-radius: 0; height: 40px; line-height: 40px; background: white; color: black; margin: 0 0 0 -1px; display: block; float: left; position: relative; font-size: 14px; padding: 0 20px}
#products-list li h2 {font-family: 'Poppins', sans-serif}
.pager .pages {position: absolute; width: 230px; top: 70px; left: calc(100vw - 522px)}
.pager .pages strong {float: left; border: 1px solid #999; height: 40px; line-height: 40px; padding: 0 15px; background: #d8d8d8; color: black; display: block; float: left; font-size: 13px; font-weight: 600}
.pager .pages ol {float: left}
.pager .pages ol li {border: 1px solid #999; border-radius: 0; height: 40px; line-height: 40px; background: white; min-width: 35px; color: black; margin-left: -1px; display: block; float: left; position: relative; text-align: center}
.pager .pages .previous, .pager .pages .next {padding: 0 10px}
.page-title h1, .page-title h2, .product-name h1, .product-name .h1 {border: none; margin-bottom: 50px}
.opc #opc-login p:not(.required) {font-family: 'Poppins', sans-serif; font-style: normal; font-size: 16px}
.opc .buttons-set button.button {background: #0f2458; color: white; border: none}
.opc .buttons-set button.button:hover {background: #61b145}
.opc .form-list select {width: 100%; max-width: 800px}
.opc .form-list select {-webkit-appearance: textfield; appearance: textfield; border: 1px solid #999; border-radius: 0; line-height: 40px; background: white; padding-left: 10px; color: black; position: relative}
.opc .section .step, .opc #opc-login .step {padding: 25px 45px}
.main .step h2 {font-size: 28px}
.checkout-onepage-index .input-text {height: 44px}
.shipping .sp-methods label {font-family: 'Poppins', sans-serif; font-style: normal}



/* Careers */
.jobs-index-index .left h1 {margin-bottom: 0.7em}
.jobs-index-index .col-main div div.top {margin-top: 100px; padding-left: 225px}
.jobs-index-index .pagination .toolbar {display: none}
.jobs-index-index .pagination .toolbar p {margin: 0}
.row1_head {float: none !important}
.jobs_rows:after, .jobs_rows .row1 {font-size: 16px; padding: 10px 0}
.jobs_rows .row1:nth-child(odd) {background-color: white}
body.jobs-index-index .main h2 {letter-spacing: 0}
.jobs-index-view .des ul li {margin-top: 12px; margin-bottom: 12px; color: black}
.jobs_rows .row1:last-child .col1, .jobs_rows .row1:last-child .col2, .jobs_rows .row1:last-child .col3, .jobs_rows .row1:last-child .col_t1 {margin-bottom: 0}
.diversityStatement {margin-top: 50px}
@media all and (min-width: 1560px) {
	.jobs-index-index .col-main > div:first-child {width: 1650px; max-width: 100%; margin: auto}
}

.jobs-index-index .block-filterby {max-width: none; border-top: 1px dotted #999; border-bottom: 1px dotted #999; margin: 15px 0 35px; padding: 20px 15px}
.jobs-index-index .block-filterby .filterby_label {float: left; border: 1px solid #999; width: auto; height: 40px; line-height: 40px; padding: 0 15px; background: #d8d8d8; color: black; display: block; font-size: 13px; font-weight: 600}
.jobs-index-index .block-filterby .block-content {margin-top: 0; position: relative}
.jobs-index-index .block-filterby .block-content select {-webkit-appearance: textfield; appearance: textfield; border: 1px solid #999; border-radius: 0; height: 40px; background: white; color: black; margin: 0 0 0 -1px; display: inline-block; position: relative; font-size: 14px; padding: 0 20px}
.jobs-index-index .block-filterby .block-content:after {content: "\f078"; font-family: fontawesome; font-size: 12px; top: 10px; right: 8px; position: absolute; pointer-events: none}



/* Careers - Postings */
.jobs-index-view  .col-main {margin-top: 100px; padding-left: 225px}
.jobs-index-view .job_heading h1 {font-size: 50px; color: #102458; letter-spacing: 0; line-height: 1.2; max-width: calc(100% - 160px)}
.jobs-index-view .job_heading {background-color: transparent; border-bottom: 1px solid #bebebe; margin-bottom: 30px}
.jobsdetail_main > .column-content {border-top: 1px solid #bebebe; border-bottom: 1px solid #bebebe; margin-top: 25px; margin-bottom: 50px}
a.jobApply {background: #102458; font-family: 'Poppins', sans-serif; font-size: 16px; padding: 16px 50px; color: white}
@media all and (min-width: 1560px) {
	.jobs-index-view .main-container.col1-layout .main {width: 1650px; max-width: 100%; margin: auto}
}


/* Contact */
.categorypath-contact-html .col-1 h2 {display: none}
.categorypath-contact-html .divider {width: 100%}
.categorypath-contact-html .col-2 {padding-left: 100px}
.categorypath-contact-html .col-1 address p strong {font-size: 19px; display: block; margin-bottom: -21px}
.categorypath-contact-html .icon-list li {list-style-type: none}
.categorypath-contact-html .location-link {border: 1px solid #999; background: white; padding: 10px 15px; transition-delay: 0s !important}
.categorypath-contact-html .location-link:hover {background: #61b145}
.categorypath-contact-html .location-link:hover span {text-decoration: none !important}
.categorypath-contact-html .location-link:hover, .categorypath-contact-html .location-link:hover i {color: white}
.categorypath-contact-html .location-link:hover {border-color: #61b145}
.categorypath-contact-html .fa-long-arrow-right {display: none}
.categorypath-contact-html #map iframe {height: 450px; border: 1px solid #999 !important}



/* Employee Portal */
.category-employee-portal .col-wrapper {margin: 100px auto 0; max-width: 1650px}
.category-employee-portal .col-main {padding-left: 225px}




/* Prod Category filters */
#parentProduct {padding: 75px; max-width: 100%; margin: 0px 0 0}
#parentProduct.tight {padding: 75px 0}
#parentProduct li {width: calc((100% - 133px) / 4); float: left; background: white; margin: 0 33px 39px 0; min-height: 390px; padding: 0 15px; text-align: center}
#parentProduct li a {font-size: 23px; color: #21366d; font-weight: bold; letter-spacing: 0.7px; display: block; margin-bottom: 10px; padding: 25px 0 0; line-height: 1.2}
#parentProduct .bucket-image {display: block; width: 100%; padding: 0; min-height: 250px}
#parentProduct .content {float: none; width: 100%; padding: 0}
#parentProduct p {display: none}
.filter_wrapper {clear: both; margin-bottom: 50px}
.productFilter {border: 1px solid #10245826; font-family: 'Poppins', sans-serif; color: #0f2458; text-decoration: none; margin: 5px; border-radius: 0; padding: 15px 25px}
.productFilter.active, .productFilter:hover {background: #102458; text-decoration: none; color: #fff}
.filter_button {border: 1px solid #10245826; font-family: 'Poppins', sans-serif; color: #0f2458; margin: 0 0 25px; padding: 15px; display: none}
body.upto1079 .filter_button {display: block}
/*body.upto1079 .filter_wrapper {overflow: hidden; transition-duration: 0.3s; height: 0} cust req to show filters */
body.upto1079 .filter_wrapper.filteractive {/* constrolled by JS */}
body.upto1079 .productFilter {padding: 15px; display: block; width: 100%}
.sub_productFilter {border: 1px solid #10245826; font-family: 'Poppins', sans-serif; color: #0f2458; text-decoration: none; margin: 5px; border-radius: 0; padding: 15px 25px}
.sub_productFilter.active, .sub_productFilter:hover {background: #102458; text-decoration: none; color: #fff}
body.upto1079 .sub_productFilter {padding: 15px; display: block; width: 100%}
.productHeader{display: inline-block;width: 100%; background-color: #fff; padding: 75px; margin-bottom: -110px; max-width: calc(100% + 25px)}
.productHeader.fixed {position: fixed; top: 0; box-sizing: border-box; z-index: 1; width: calc(100% - 275px); padding-bottom: 35px; padding-top: 100px; box-shadow: 0 3px 12px rgba(0,0,0,0.3); max-width: 1425px}
.followWrap {background-color: #fff}





/* emergency fixes */
.main-container.col3-left-layout #parentProduct.standard-buckets {background: transparent; clear: both}
.main-container.col3-left-layout #parentProduct.standard-buckets .standard-buckets {margin: 0;padding: 0;background: transparent; clear: both}
.main-container.col3-left-layout #parentProduct.standard-buckets li {border: 1px solid #69b752}
.category-description img {max-width: 100%; height: auto}
.banner-text #search_mini_form {margin-right: 0; margin-top: 0;}
.banner-text #search_mini_form .input-box {padding-top: 0; position: relative}
.banner-text #search_mini_form .input-text {height: 43px}
.banner-text #search_mini_form button {position: absolute; top: 0; right: 0; border: none; background: none; font-size: 20px; padding: 6px 10px 5px 3px}
.catalogsearch-result-index .main-container .main.constraint {max-width: calc(100% - 50px); padding-left: 112px; padding-right: 113px}
.catalogsearch-result-index .tab-content li {list-style: none}
@media all and (min-width: 1366px) {
	.banner-text #search_mini_form .input-text {width: 300px}
}


/* 404 page */
.wrap404 {max-width: 600px; margin: 0 auto !important; padding-left: 15px; padding-right: 15px; }
.wrap404 .vc_row {margin-bottom: 35px }
.left404 {padding-top: 70px; padding-right: 25px !important; float: left; width: 50%; }
.left404 img {max-width: 283px !important}
.right404 {padding-top: 35px; padding-left: 25px !important; float: left; width: 50%; border-left: 1px solid black; }
.wrap404 .search-field {width: calc(100% - 104px); color: black !important; border: 1px solid black; border-radius: 0; padding: 0 10px; height: 40px; background: none }
.wrap404 input[type="submit"] {border: 1px solid black; border-radius: 0; box-shadow: none; color: black; padding: 0; width: 100px; height: 40px; text-shadow: none; background: none }
.wrap404 input[type="submit"]:hover {color: white; background: black }
.wrap404 a.readmore {color: black !important; padding: 9px 22px 10px; border: 1px solid black; display: inline-block; text-decoration: none !important }
.wrap404 a.readmore:hover {color: white !important; background-color: black }
.toppages {max-width: 600px; margin: auto; padding: 100px 0 }
.toppages h2 {text-align: center }
.toppages div {border-top: 1px solid black; padding: 0 10px; transition-delay: 0s}
.toppages div:last-of-type {border-bottom: 1px solid black }
.toppages a {display: block; color: black; text-decoration: none !important }
.toppages span {font-size: 2em; font-weight: 100; letter-spacing: -0.05em; position: relative; top: 4px; padding-right: 10px; transition-delay: 0s }
.toppages span.mycaret {float: right; font-size: 1.5em}
.toppages a {line-height: 3em; transition-delay: 0s}
.toppages div:hover span.mycaret {margin-right: -5px }
.toppages div:hover {background-color: #102458 }
.toppages div:hover a {color: white }
.right404 a {text-align: center; line-height: 45px; background: #102458; display: inline-block; padding: 0 30px; color: white}
.right404 a:hover {background: #61b145}




/* clears */
.new_footer_menu:after, .copy_wrapper:after, .owdtcreditbox:after, .master_wrapper:after, header .right .container:after, .tagline:after, .job_heading:after, .jobs_rows:after, .jobs_rows .row1:after, .row1_head:after, .cart:after, .threepics:after, .wrap404:after {content: ""; display: block; clear:both}




/* min */

@media all and (min-aspect-ratio: 2/1) {
}

@media all and (min-width: 768px) {
	.col-container.location-content .col {float: left; width: 25%; padding-right: 15px}
}

@media all and (min-height: 1000px) {
	.homeslide_nav, .extralinks {display: block}
}


@media all and (min-width: 1560px) {
	.constraint {width: 1650px; max-width: 100%}
	.blog-post-view .postWrapper .postTitle h3 {padding-right: 100px}
}

@media all and (min-width: 1750px) {
	.constraint {width: 1650px}
	.section_top {max-width: 1650px}
	#pageBanner .constraint {width: calc(100% - 50px)}
	.pager .pages {left: 1192px}
}




/* max height */

@media all and (max-height: 600px) {
	.homeslide_nav, .extralinks {display: none}
}

@media all and (max-height: 600px) and (orientation: portrait) {
	.extralinks {display: block}
	.homeslide {min-height: 220vw}
}



/* max width */


@media all and (max-width: 1920px){
	.menupic{width: 400px}
}

@media all and (max-width:1720px){
	footer .constraint {max-width: calc(100% - 50px)}
	body.pageloaded .homeslide_content h1:after, body.pageloaded .homeslide_content h2:after {height: 90px}
	body.pageloaded .homeslide_content .list_3 h2:after {height: 58px}
}

@media all and (max-width:1680px){
	.menupic{width: 480px}
}
@media all and (max-width: 1679px) {
	.preh1 {margin-bottom: 15px}
	.homeslide_content h1, .homeslide_content h2 {font-size: 60px; line-height: 1}
	body.pageloaded .homeslide_content h1:after, body.pageloaded .homeslide_content h2:after {height: 60px}
	.homeslide_nav {/*top: calc(11vw + 510px)*/}
	#parentProduct li a {font-size: 22px}
	.homeslide_content .list_3 h2 {line-height: 71px}
	body.pageloaded .homeslide_content .list_3 h2:after {height: 26px}
}

@media all and (max-width: 1660px){
	.section_middle, .section_industries {margin-left: 0}
	.midpic {width: 40vw; height: 40vw; top: -12vw}
	.spacer_v {min-height: 0}
}

@media all and (max-width: 1490px) {
	footer .constraint {padding: 0 15px}
	.new_footer_menu div {padding: 0 0 0 29px}
	.midpic {width: 100%; height: 26vw; top: 0}
	.vertical-buckets > li .content p {font-size: 13px}
	.homeslide_list a {line-height: 1.8}
}

@media all and (max-width:1440px){
	.menupic{width: 417px}
	.mCSB_dragger_bar { height: 45px !important; margin: -15px 0 !important; width: 45px !important;background-size: 40px}
}
@media all and (max-width: 1439px) {
	.new_footer_menu h3 {font-size: 20px}
	.preh1 {font-size: 16px}
	.homeslide_content .list_3 .preh1 {margin-bottom: 10px}
	.homeslide_content .list_3 h2 {line-height: 48px; margin-bottom: 15px}
	.homeslide_content h1, .homeslide_content h2 {font-size: 40px}
	body.pageloaded .homeslide_content h1:after, body.pageloaded .homeslide_content h2:after {display: none}
	.homeslide_list a {font-size: 14px; margin: 0}
	.homeslide_nav {/*top: calc(11vw + 337px)*/}
	.top_left {margin-right: 50px}
	.top_right {width: calc(100% - 280px)}
	.top_right h1, .main h1 {font-size: 60px}
	.product-view h1 {font-size: 35px}
	.main h3 {font-size: 35px}
	.category-liquitrac h2 {font-size: 40px}
	.account-login h2 {font-size: 35px}
	.main h2 {font-size: 40px}
	#parentProduct li {width: calc((100% - 100px) / 3); min-height: 350px}
	#parentProduct .bucket-image {min-height: 225px}
	.categorypath-about-us-html .section_middle.style3 .grid_item {width: 350px}
}

@media all and (max-width:1366px){
	.scroll-wrapper-inner{height:  calc(100vh - 80px)}
	.menutext{line-height: 20px;}
	.menupic{width: 250px; height: 150px; width: 100%}
	.new_topmenu_trigger p, header #menu-btn span {font-size: 16px}
	header #menu-btn i {font-size: 18px}
	.level_1 h2{margin: 10px 0;}
	.categorypath-about-us-html .section_middle.style2 .middle_grid_wrap {width: auto; max-width: none}
	.categorypath-about-us-html .section_middle.style2 .grid_item {width: 250px}
	.categorypath-about-us-html .section_middle.style3 .grid_item {width: 350px}
	.categorypath-about-us-html .section_middle.style2 .fadeout:after {display: block}
}


@media all and (max-width: 1279px){
	.new_footer_menu div {width: 33.333% !important; margin-bottom: 25px; max-width: none; min-width: auto !important}
	.new_footer_menu div:nth-child(4) {clear: both}
	.new_footer_menu div:nth-child(6) {padding: 0 0 0 29px}
	.new_footer_menu {padding: 46px 0 25px 25px}
	.homeslide_content {padding: 14vw 45% 0 40px}
	.homeslide_nav {left: 40px}
	.menutext {min-height: 125px}
	.level_1 a:hover .menutext {border-color: #5fb246}
	.level_1 a .menutext:after {display: none}
	#products-list li .product-image {height: 180px}
	h1 + .checkout-types {float: none; text-align: left; clear: both; padding-top: 25px}
	#parentProduct li {width: calc((100% - 68px) / 2); min-height: 325px}
	#parentProduct {padding: 35px 20px 35px 35px; margin: 0}
	#parentProduct .bucket-image {min-height: 200px}
	.productHeader {margin-bottom: 0}
	
	.col2-set.cust2 .col-1 {width: 100%; float: none}
	.col2-set.cust2 .col-2 {display: none}

}

@media all and (max-width: 1199px){ /* matches default theme break point */
	.constraint-container {min-width: auto}
	#products-list li .product-image {height: 160px}
}

@media all and (max-width: 1079px) { /* matches default theme break point */
	footer .footer-content .box.left address {width: auto; position: relative; left: auto}
	#pageBanner {margin-top: 70px}
	.col-main .pdf-ctas {margin-top: 110px}
	body .wrapper #pageBanner {margin-top: 70px !important}
	#products-list li {width: 31%}
	.standard-buckets > li .menu {width: 100%}
}




	/* pulled out of max-width 1079, now uses JS body class under 1080	*/
	body.upto1079 header #menu-btn { display: block; right: auto; width: 70px; position: relative; float: right; top: 0; height: 60px; padding: 15px 10px 0 !important; margin: 5px; text-transform: uppercase; font-weight: 400; font-size: 14px; color: white; font-family: inherit; line-height: 1; text-align: center; background: transparent !important}
	body.upto1079 header #menu-btn:hover { background-color: #102458}
	.upto1079 header #menu-btn span {text-transform: uppercase; display: inline; position: relative; bottom: auto; left: auto; color: white; font-size: 14px; margin: 0; font-weight: 400; padding-bottom: 2px; padding-right: 5px}
	body.upto1079 header #menu-btn {padding: 0 10px !important; height: auto; line-height: 60px}
	body.upto1079.logocollapse #header #menu-btn {line-height: normal}
	.upto1079 .master_wrapper{visibility: hidden; left:100%;right: -100%; transition: .5s}
	body.upto1079 .scroll-blur-overlay{ right: -100%; height: 100%; position: absolute; width: 50px; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);}
	body.upto1079.logocollapse .master_wrapper {display: block; visibility: hidden;}
	body.upto1079.forcemenu .master_wrapper {display: block; visibility: visible; left: 50px; right: 50px}
	body.upto1079.forcemenu .scroll-wrapper{ z-index: 999999; position: relative;}
	body.upto1079.logocollapse.forcemenu .master_wrapper {display: block; visibility: visible}
	.upto1079 header #logo {margin-top: 0} /* override default theme */
	.upto1079 #nav {top: 110px}
	body.upto1079 header#header {height: auto}
	body.upto1079 .menucover{height: 90px; width: 160px; display: block}
	body.upto1079.logocollapse .menucover{height: 70px}
	body.upto1079 .scroll-wrapper-inner{ height: 0;}
	body.upto1079 .new_topmenu_trigger.menuopen .new_topmenu_panel{ padding: 40px 50px 0 50px;}
	body.upto1079 .scroll-wrapper-inner{display: flex; flex-wrap: nowrap; overflow-x: auto; transition: .3s}
	body.upto1079 .topmenu_mobile_first.toggled  .scroll-wrapper-inner{ height: 442px;}
	body.upto1079 .new_topmenu.hovering{height: calc(100vh - 100px); overflow-y: scroll; margin-top: 15px;}
	body.forcemenu #menu-btn, body.forcemenu .menucover{visibility: hidden}
	body.upto1079 .level_1 { position: relative; margin-right: 30px; flex-direction: column; max-width: 220px; flex: 0 0 auto;}
	body.upto1079 .new_topmenu_trigger.menuopen .scroll-blur-overlay{ right: 0;}
	body.upto1079 .new_topmenu_trigger.menuopen p:before{display: none}
	body.upto1079 .new_topmenu_trigger.topmenu_mobile_first{ margin: 0 0 17px;}
	body.upto1079 .new_topmenu .new_topmenu_trigger p, body.upto1079 .new_topmenu .new_topmenu_trigger p a {opacity: 0}
	body.upto1079 .new_topmenu_trigger.topmenu_mobile_first p{ text-align: left; padding: 10px; border: 1px solid #000;font-size: 12px; text-transform: capitalize; font-weight: 300; margin: 0; transition: .5s; opacity: 0}
	body.upto1079 .topmenu_mobile:nth-of-type(2) p, body.upto1079 .topmenu_mobile:nth-of-type(5) p, body.upto1079 .topmenu_mobile:nth-of-type(7) p, body.upto1079 .topmenu_mobile:nth-of-type(9) p, body.upto1079 .topmenu_mobile:nth-of-type(11) p, body.upto1079 .topmenu_mobile:nth-of-type(13) p{ text-align: left; padding: 10px;  border: 1px solid #000; float: left; width: calc(50% - 5px); margin-right: 5px; font-size: 12px;font-weight: 300; text-transform: capitalize;}
	body.upto1079 .topmenu_mobile:nth-of-type(3) p, body.upto1079 .topmenu_mobile:nth-of-type(6) p, body.upto1079 .topmenu_mobile:nth-of-type(8) p, body.upto1079 .topmenu_mobile:nth-of-type(10) p, body.upto1079 .topmenu_mobile:nth-of-type(12) p { text-align: left; padding: 10px;  border: 1px solid #000; float: left; width: calc(50% - 5px); margin-left: 5px; font-size: 12px;font-weight: 300; text-transform: capitalize;}
	body.upto1079 .topmenu_mobile:hover {background: #f6f6f6}
	body.upto1079 .new_topmenu_trigger.topmenu_mobile_first.toggled p{ margin-bottom: 17px}
	body.upto1079 .new_topmenu_trigger.topmenu_mobile_first.toggled{ margin-bottom: 30px}
	body.upto1079 .menupic{width: 220px;}
	body.upto1079 .level_1 h2{font-size: 1.4em;}
	body.upto1079 .level_1 a{font-size: 12px;}
	body.upto1079.forcemenu .hidemenu {color: #000; font-weight: 800; padding: 10px; background: #fff; display: initial; float: right; cursor: pointer; border: none; border-radius: 50%; width: 50px; height: 50px; text-align: center; position: absolute; top: 0; right: 0; margin: 5px 40px 5px 50px; left: auto;}
	body.upto1079.forcemenu .hidemenu:after { content: ""; width: 30px; height: 2px; background: #000; position: absolute; transform: rotate(-45deg) translate(-50%,-50%); left: 50%; top: 50%; transform-origin: left;}
	body.upto1079.forcemenu .hidemenu:before { content: ""; width: 30px; height: 2px; background: #000; position: absolute; transform: rotate(45deg) translate(-50%,-50%); left: 50%; top: 50%; transform-origin: left;}
	body.upto1079.logocollapse header#header {height: 70px}
	body.upto1079 .new_topmenu .new_topmenu_trigger p a {display: block}
  body.upto1079 .new_topmenu .new_topmenu_trigger p a:hover {animation: hovercolor 0.3s forwards}
	body.upto1079 .popin {position: absolute; top: 16px; right: 10px}
	body.upto1079 .popin a {font-size: 12px; text-transform: none}

	body.upto1079 .section_middle.style2 .quotebox {top: auto; padding: 60px 25px}
	body.upto1079 .section_middle.style2 .middle_left {padding-right: 0; width: calc((100% - 200px) - 5%)}
	body.upto1079 .section_middle.style2 .middle_right {width: 170px}



@media all and (max-width: 1023px){
	.top_left {width: 170px}
	.top_right {width: calc(100% - 220px)}
	.top_right h1, .main h1 {font-size: 50px}
	.product-view h1 {font-size: 35px}
	.main h3 {font-size: 30px}
	.section_middle .grid_item {padding: 25px 0 25px 45px; width: 305px; min-height: 300px; margin-right: 25px}
	.section_middle .grid_item a {margin: 0 0 5px; font-size: 14px}
	.middle_grid {margin: 50px 0 0 0; padding-bottom: 25px}
	.section_middle {margin-top: 50px; padding: 50px 0 50px 25px}
	.no_left_text .middle_left {min-height: 250px}
	.midpic {height: 35vw}
	.section_industries {padding: 50px 0 50px 25px}
	.section_industries .grid_item {width: 305px; min-height: 300px; margin-right: 25px}
	.fadeout:after {width: 100px}
	.main-container.col2-left-layout .section_industries h3, .main-container.col3-left-layout .section_industries h3, .catalog-product-view .section_industries h3, .catalog-category-view .section_industries h3, .jobs-index-index .section_industries h3, .jobs-index-view .section_industries h3, .checkout-cart-index .section_industries h3 {margin-left: 0}
	.quote1 {font-size: 15px}
	.quote1 span {font-size: 24px}
	.main-container.col2-left-layout .section_top, .main-container.col3-left-layout .section_top {margin-top: 0; padding-top: 50px}
	.category-privacy-policy .main-container.col2-left-layout .section_top {max-width: calc(100% - 50px) !important;}
  .col2-left-layout .section_top {padding-left: 0}
	.catalogsearch-result-index .main-container .main.constraint {padding-left: 0}
	.productHeader.fixed {width: calc(100% - 163px)}
	.main-container.col2-left-layout .standard-buckets, .main-container.col3-left-layout .standard-buckets {padding: 50px}
	.catalog-category-view.no_section_top .col-main {max-width: calc(100% - 50px) !important; margin: 0 auto; padding-top: 50px}
	.catalog-category-view.no_section_top .main.constraint > .col-wrapper {width: calc(100% - 50px)}
	.catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main {padding-left: 0; margin-top: 0; padding-top: 50px}
	.category-employee-portal .col-wrapper, .checkout-cart-index .col-main {margin-top: 0}
	.category-employee-portal .col-main, .checkout-cart-index .cart {padding-left: 0}
	.preh1 {font-size: 12px; margin-bottom: 0}
	.homeslide_content .list_3 .preh1 {margin-bottom: -3px}
	body.pageloaded .homeslide_content .list_3 h2:after {height: 57px}
	.homeslide_content h1, .homeslide_content h2, .main h3 {letter-spacing: 0}
	.homeslide_list a {font-size: 12px}
	body .homeslide_nav {display: none}
	.homeslide_action {top: 15vw}
	.homeslide_action a, .extralinks a {font-size: 12px; padding: 5px 15px; border: 1px solid white}
	.homeslide_action a:first-child {margin-bottom: 15px}
	.homeslide_action .homeQuote, .homeslide_action .homeStore {font-size: 12px; padding: 15px 5px}
	.section_top > .category-description {margin-top: 0}
	.col-container.location-content .col {width: 50% !important; margin-bottom: 25px}
	.standard-buckets > li .bucket-image {float: none; width: 100%; padding: 0 20px}
	.standard-buckets > li .bucket-image img {max-height: 185px}
	.standard-buckets > li .content {float: none; width: 100%}
	.category-liquitrac h2 {font-size: 35px}
	.jobs-index-index .col-main div div.top, .jobs-index-view .col-main {margin-top: 50px; padding: 0 25px}
	.pager .pages {top: 0; left: calc(100vw - 504px)}
	#parentProduct li {min-height: 325px}
	#parentProduct .bucket-image {min-height: 150px}
	.location-list .entry, #location-country-list .entry, .first_entry .entry {padding: 25px 25px 10px}
	.location-list .entry h3, #location-country-list .entry h3, .first_entry h3 {font-size: 23px !important}
	.location-list .entry h3 span, #location-country-list .entry h3 span {font-size: 16px}
	.location-list .entry p, #location-country-list .entry p, .first_entry .entry p {font-size: 15px}
}
@media all and (max-width: 1023px) and (orientation: portrait) {
	#header .constraint {padding: 20px 20px 0 40px}
	.homeslide_content {padding: 30vw 45% 0 40px}
	body.pageloaded .homeslide_content h1:after, body.pageloaded .homeslide_content h2:after {display: block}
	.homeslide_list a {/*margin-bottom: 5px*/}
	.homeslide_action {top: 31vw}
	body header #menu-btn {margin-right: 0; padding-right: 0 !important; width: 130px}
	body .homeslide_nav {display: block; /*top: calc(11vw + 500px)*/}
	.homeslide_pics div.pics_2 {background-position: left center}
	.homeslide_pics div.pics_3 {background-position: left center}
	.homeslide_pics div.pics_4 {background-position: 7% center}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.standard-buckets > li .bucket-image img {max-width: 50%}
}
@media all and (max-width: 1000px) { /* matches default theme break point */
	#cart a {/* margin-top: 0 */}
	
	.catalog-category-view .banner-text #cart a {margin-top: 0}
	.banner-text #search_mini_form {margin-top: 0;}
	
}
@media all and (max-width: 959px) { /* matches default theme break point */
	.constraint-container {min-width: auto} /* min width causes overflow width on ipads */
	.new_footer_menu {padding: 0; width: 100%; float: none; display: flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; display: block}
	.new_footer_menu div {flex-basis: calc((100% - 25px) / 2) !important; text-align: left; padding: 0 !important; float: none; float: left; width: 50% !important; padding: 0 10px}
	.new_footer_menu div:nth-child(4) {clear: none}
	.new_footer_menu div:nth-child(odd) {clear: both}
	.new_footer_menu h3 {font-size: 18px}
	.new_footer_menu a {font-size: 13px}
	.footer-content .box.new_footer_left {display: inline-block; width: auto}
	.footer-content .box.left.new_footer_left .logo-footer {margin: 0 auto; text-align: center}
	.footer_phone, .footer_location {text-align: left}
	footer .footer-content .box.left address .social-links {padding: 0}
	footer .footer-content .box.left address p {text-align: center; padding: 0}
	footer .footer-content .box.left address p:before {display: none}
	.footer-content {text-align: center}
	footer .footer-content .box.left address .social-links li a {margin: 0 15px}
	footer .footer-content .box {text-align: center; float: none}
	.col2-set .col-1, .col2-set .col-2 {padding: 0 0 65px 0}
	.customer-account-login .col-2.registered-users {border-left: none; padding-left: 0}
}
@media all and (max-width: 767px) {
	.tagline {font-size: 20px; line-height: 1.2; padding: 25px 0; border-top: 1px solid rgba(255,255,255,0.5); text-align: center; margin-top: 25px}
	.copy_text {float: none; width: auto; text-align: center}
	.copy_line {display: none}
	.owdtcreditbox {text-align: center; padding-top: 25px; opacity: 0.5}
	.owdtcredit {float: none; display: inline-block}
	footer .constraint {padding: 0}
	footer .social-links {float: none; margin: 0 0 20px}
	footer .social-links a {margin: 0 10px}
	footer .tagline span {float: none}
	body header #menu-btn {line-height: 35px; padding-right: 0 !important; margin-right: 0 !important}
	#header .constraint {padding: 10px 0 0 15px}
	#header #logo {width: 195px; padding-top: 0}
	#header #logo img {width: 190px; padding-top: 10px}
	body.logocollapse #header #logo {width: 195px}
	body.upto1079.logocollapse header#header {height: 56px}
	body.upto1079.logocollapse #header #menu-btn {line-height: 35px}
	header#header {transition-duration: 0s !important}
	body.cms-index-index.logocollapse #header {height: 58px}
	body.logocollapse #header #logo {margin-top: 0}
	body.logocollapse #header #menu-btn {line-height: 35px}
	body.logocollapse #header {height: auto}
	#nav {top: 70px}
	body.upto1079 header #menu-btn {right: 15px; line-height: 35px}
	body.upto1079 .menucover { height: 54px; width: 95px;}
	body.upto1079.logocollapse .menucover { height: 54px; width: 95px;}
	#pageBanner .constraint {width: calc(100% - 37px)}
	#cart {margin-right: 0}
	#pageBanner .breadcrumbs {max-width: calc(100% - 80px); padding-top: 4px}
	#pageBanner .breadcrumbs li a, #pageBanner .breadcrumbs li, #pageBanner.minimal .breadcrumbs li, #pageBanner.minimal .breadcrumbs li a, #pageBanner .breadcrumbs strong, #pageBanner .breadcrumbs ul {font-size: 12px; line-height: 18px}
	#pageBanner .breadcrumbs li strong {font-weight: normal}
	
	.banner-text #search_mini_form {position: absolute; top: 65px; width: 100%; max-width: none}
	.main-container {margin-top: 73px}
	.banner-text #search_mini_form .input-box{position: relative;}
	.banner-text #search_mini_form .input-text {width: 100%;left: 0;}
	.banner-text #search_mini_form .block-search .label {display: none;}
	
	.category-description {margin-top: 50px}
	.fadeout:after {display: none}
	#pageBanner, body .wrapper #pageBanner {margin-top: 56px !important; padding-top: 20px;padding-bottom: 40px;}
	.catalog-category-view.no_section_top .main.constraint > .col-wrapper {width: 100%}
	.main-container.col2-left-layout .standard-buckets, .main-container.col3-left-layout .standard-buckets {padding: 0; margin-right: 0}
	.col2-left-layout .section_top, .catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main {padding-right: 0}
	.catalogsearch-result-index .main-container .main.constraint {padding-right: 0}
	.catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main p + h2, .catalog-category-view.no_section_top .main.constraint > .col-wrapper .col-main ul + h2 {font-size: 28px}
	#products-list li .product-image {height: 200px}
	.main h1 {letter-spacing: 0}
	.toolbar:before {top: 51px}
	.category-products .toolbar {margin-right: 0}
	.category-products .toolbar > div.pager .count-container {padding-left: 10px}
	.category-products .toolbar .sort-by select, .category-products .toolbar .limiter select {min-width: auto; margin-left: -1px; padding: 0 20px 0 5px; line-height: 35px}
	.sort-by, .limiter {position: relative}
	.category-products .toolbar > div.pager .limiter {margin-left: -10px}
	.category-products .toolbar .sort-by:after, .category-products .toolbar .limiter:after {font-size: 10px; right: 8px; position: absolute; top: 12px}
	.sorter {padding-left: 10px; margin-top: 51px}
	.category-products .toolbar .sort-by label, .category-products .toolbar .limiter label {padding: 0 10px}
	.category-products .toolbar > div.pager .amount {font-size: 14px}
	.category-products .toolbar > div.pager .amount.amount--has-pages {font-size: 12px; padding: 10px; margin-bottom: 19px; line-height: 20px; margin-top: -10px}
	.category-products .toolbar > div.pager .amount strong {line-height: 20px; padding: 5px 10px}
	.pager .pages {top: -10px; left: 125px; width: 140px}
	.pager .pages strong {display: none}
	.pager .pages ol li {height: 30px; line-height: 30px; min-width: 30px}
	.pager .pages .previous, .pager .pages .next {width: 30px; overflow: hidden; padding: 0 0 0 30px; display: block}
	.pager .pages .previous:before, .pager .pages .next:before {content: "<"; position: absolute; top: 0; left: 11px; font-size: 15px}
	.pager .pages .next:before {content: ">"}
	#products-list li {width: 48%; margin-right: 5px}
	.jobs-index-view .job_heading h1 {font-size: 35px; float: none; display: block; max-width: none}
	.jobsdetail_main .job_heading .apply_btn {float: none; margin-bottom: 15px; display: inline-block; width: auto}
	.jobsdetail_main .job_heading .apply_btn a {float: none; display: block}
	.main-container.col1-layout .constraint {padding: 20px 0}
	.blog-post-view .postWrapper {margin-top: 0; padding-left: 0; padding-top: 50px}
	.jobs-index-index .block-filterby {padding: 20px 0}
	.jobs-index-index .col-main div div.top {margin-top: 35px}
	.cms-index-index .main-container.col1-layout .constraint {padding: 0}
	.preh1 {padding-left: 0}
	.category-details .image-box {width: 30%}
	#cart a {padding: 0 20px}
	.checkout-onepage-index .col-main {padding-top: 50px; padding-left: 25px; padding-right: 15px}
	#parentProduct li {min-height: auto; width: 100%; display: flex; align-items: center; padding: 15px}
	#parentProduct .bucket-image {flex: 1}
	#parentProduct .content {padding: 0; flex: 1}
	#parentProduct li a {margin: 0; padding: 0 15px}
	.location-list .entry, #location-country-list .entry, .first_entry .entry {width: 100%; margin-right: 0; float: none; margin-bottom: 50px; height: auto !important}
	.location-list .entry h3, #location-country-list .entry h3, .first_entry h3 {height: auto !important}
	.w_icon {padding: 25px}
	.w_icon:before {position: relative; top: 0; left: 0; display: block}
	.productHeader {padding: 75px 25px}
	.productHeader.fixed {width: calc(100% - 50px); padding: 100px 25px 35px}	
}
@media all and (max-width: 767px) and (orientation: portrait) {
	.homeslide_content {padding: 120px 20px 0 20px}
	body header #menu-btn {margin-top: 3px !important}
	.homeslide_action, .extralinks {right: 20px}
	.homeslide_action a {max-width: 90px; display: block; text-align: center}
	body.pageloaded .homeslide_content h1:after, body.pageloaded .homeslide_content h2:after {display: none}
	body .homeslide_nav {display: none}
	.boxrow {right: 20px}
	.boxtitle {display: none}
	.homeslide_action {top: 120px}
}
@media all and (max-width: 600px) {
	.section_top:not(.w_buckets) {display: flex; flex-direction: column-reverse}
	.main-container.col3-left-layout .section_top.w_buckets {display: flex; flex-direction: column-reverse}
	.top_left, .top_right {width: 100%}
	.top_right h1, .main h1 {font-size: 30px}
	.middle_right {display: none}
	.section_middle.style2 .middle_right {display: block; width: calc(100% - 25px) !important; margin-bottom: 25px}
	.section_middle.style2 .quotebox {padding: 50px 25px}
	.section_middle.style2 .middle_left {width: calc(100% - 25px) !important}
	.section_middle {padding-right: 25px}
	.middle_left {float: none; width: 100%; margin-right: 0}
	.section_middle {padding: 25px 0 25px 25px}
	.section_middle .grid_item {padding: 15px 10px 0 30px; width: 250px}
	.section_middle .grid_item a:first-child {margin: 0 0 15px; font-size: 20px}
	.section_middle .grid_item a:first-child:before {width: 14px; height: 10px; top: 7px; left: -20px}
	.section_industries .grid_item {width: 250px}
	.section_industries {padding: 25px 0 25px 25px}
	.section_middle.style2 .middle_grid_wrap {width: auto; max-width: none}
	.section_middle.style2 .grid_item {padding: 15px 10px 0 30px; width: 250px}
	.section_middle.style2 .grid_item:last-child {margin-right: 50px}
	.section_middle.style2 .fadeout:after {display: block}
	.top_right h1 {letter-spacing: -.5px}
	.main h3 {line-height: 1.2; margin-bottom: 25px}
	.section_industries .middle_grid {margin-top: 25px}
	body .wrapper #pageBanner {padding-top: 20px; padding-bottom: 50px; margin-top: 40px !important}
	#pageBanner .constraint {top: auto; transform: none}
	.postWrapper {margin-top: 0; padding: 50px 15px 0}
	.tab-content .tab-pane .widget-latest ul > li {padding: 25px}
	.main-container.col2-left-layout .standard-buckets li, .main-container.col3-left-layout .standard-buckets li {border: none; padding: 0}
	.standard-buckets > li {margin-bottom: 0}
	.category-products #products-list .item {border: none}
	.product-essential {padding: 50px 0 25px}
	.product-view .product-shop .short-description {padding: 25px 0}
	.product-view .product-img-box {width: 100%; padding: 0 15px}
	.product-view .product-shop, .product-view .add-to-cart-wrapper {padding-right: 15px}
	.product-view .product-name h1 {font-size: 22px}
	.product-view .product-shop .price-info {padding: 0 0 0 15px}
	.product-view .add-to-cart {text-align: center; width: 100%}
	.product-view .add-to-cart-buttons {text-align: center; margin: 10px 0 0; width: 100%}
	.product-view .add-to-cart-wrapper .add-to-cart .qty-wrapper {float: none; margin: 0 0 15px}
	.cms-no-route .std li {float: none; width: 100%; margin: 0 0 15px 0}
	.category-liquitrac h2 {font-size: 25px}
	.category-liquitrac ul.inline-list li {width: 29%; text-align: center; font-size: 14px}
	.category-liquitrac ul.inline-list li img {max-width: 100%; margin-bottom: 15px}
	.main h2, .account-login h2 {font-size: 25px}
	.postWrapper .postTitle h3, .main .postTitle h3, .main h3, .category-liquitrac h3, .main-container.col2-left-layout .standard-buckets li h4 a, .main-container.col3-left-layout .standard-buckets li h4 a {
    font-size: 22px; letter-spacing: 0}
	.col-main p, .postContent, .postContent p, .col-main .column-content2 ul li, .category-details .detail-features ul li, .col-main ul li {font-size: 12px}
	.customer-account-login .account-login {margin-top: 50px; padding-left: 0; padding-right: 0}
	.categorypath-contact-html .col-2 {padding-left: 0}
	.contact-content .icon-list {width: 100%}
	.customer-account-create .col-main {padding-left: 15px}
	.jobs-index-index .col-main div div.top, .jobs-index-view .col-main {margin-top: 25px}
	.jobs-index-view .job_heading h1 {font-size: 30px}
	a.jobApply {padding: 10px 50px}
	.jobs-index-view .job_heading {margin-bottom: 15px}
	.jobsdetail_main > .column-content {margin-top: 10px}
	/*.homeslide_pics div {display: none}*/
	.homeslide_content span {display: inline-block !important; font-size: 30px; margin-right: 6px}
	.homeslide_content {padding-top: 155px}
	.homeslide_content h1, .homeslide_content h2 {margin-bottom: 50px}
	.homeslide_list {border-left: 8px solid white; padding-left: 20px}
	.homeslide_list a {font-size: 11px}
	body header #menu-btn {right: -16px; top: 0; width: 100px}
	header #menu-btn span {display: none !important}
	body.upto1079.logocollapse header#header {height: 54px}
	header #menu-btn i {font-size: 26px}
	.homeslide_action {top: 500px; bottom: auto; width: calc(100% - 40px); right: auto; left: 20px; display: flex; justify-content: space-between}
	.homeslide_action a {max-width: 134px; display: inline-block; border: 2px solid white; padding: 15px; letter-spacing: -0.5px; margin: 0 !important; width: calc((100% - 10px) / 2); max-width: none}
	.extralinks {bottom: auto; top: 565px; width: calc(100% - 30px); right: auto !important; left: 10px}
	.extralinks a {padding: 15px; border: 2px solid white}
	.homeslide_action .homeQuote, .homeslide_action .homeStore {padding: 15px 0}
	.homeslide_action a:first-child {margin-bottom: 15px; margin-right: 5px !important}
	body.upto1079 header #menu-btn {right: -5px}
	body .menucover {height: 52px; width: 70px}
	.blog-index-list a.aw-blog-read-more {line-height: 30px; width: 120px; font-size: 13px}
	#parentProduct {padding: 15px; margin: 0}
	#parentProduct li {margin: 0; padding: 15px 0; display: block; margin-bottom: 18px}
	#parentProduct li a {margin: 0; padding: 10px; font-size: 18px}
	.homeslide_content h1 span + span {display: block !important}
	.no_left_text .middle_left {min-height: auto}
  .cms-home #custom-popup-modal {width: 85%;}
}
@media all and (max-width: 479px) {
	html.mm-opening .mm-menu {width: 100%}
	body.forcemenu .master_wrapper { left: 15px !important; right: 15px !important}
	body.forcemenu .new_topmenu_trigger.menuopen .new_topmenu_panel { padding: 50px 15px 0;}
	body.forcemenu .hidemenu{ margin: 5px 15px; width: 40px; height: 40px}
	body.upto1079.forcemenu .hidemenu {margin-right: 5px}
	#products-list li {width: 100%; margin: 0 0 10px}
	.categorypath-rfq-html .section_top iframe {padding: 15px}
	.catalog-category-view .col-main ul.nav-tabs li {font-size: 13px}
	.catalog-category-view .col-main ul.nav-tabs li a {min-width: auto; padding: 5px 10px}
	.blog-index-list .postWrapper {padding: 25px 15px 0}
	.jobs-index-index .block-filterby .filterby_label, .jobs-index-index .block-filterby .block-content {width: 100%}
	.jobs-index-index .block-filterby .block-content select {width: 100%; margin-left: 0; margin-top: -1px}
	.jobs_rows .col_t1::before {font-size: 10px; display: block; margin-bottom: -3px}
	.jobs_rows .col_t1 a {font-weight: bold}
	.jobs_rows .row1 .col3 {font-weight: bold}
	.jobs_rows .col3::before {display: block; font-size: 10px; font-weight: normal}
	.jobsdetail_main > .column-content {padding: 20px 2px; margin-bottom: 0}
	.jobs-index-view .column-content2 .des {padding: 0}
	.homeslide_content .preh1 span {font-size: 16px; font-weight: 400}
	.homeslide_content .preh1 {margin-bottom: 15px}
	.homeslide_content .list_3 .preh1 {margin-bottom: 16px}
	.homeslide_content .list_3 h2 {margin-bottom: 47px}
	.homeslide_content h1, .homeslide_content h2 {line-height: 28px}
	.homeslide_content h1 span, .homeslide_content h2 span {font-size: 22px; line-height: 23px}
	.homeslide_content h2 > span {line-height: 28px; margin-top: -1px}
	.homeslide_list {border-left: 5px solid white}
	#pageBanner .breadcrumbs ul li:nth-child(4), #pageBanner .breadcrumbs ul li:nth-child(5), #pageBanner .breadcrumbs ul li:nth-child(6), #pageBanner .breadcrumbs ul li:nth-child(7) {display: none}
	#pageBanner .breadcrumbs ul li:nth-child(3) span {display: none}
	#checkout-review-table-wrapper {overflow-x: auto}
	#checkout-review-table-wrapper > table {min-width: 400px}	
	.checkout-onepage-index #checkoutSteps h3 {font-size: 18px}
	.opc .buttons-set button.button {margin: 0 0 25px; width: 100%}
	.po_ccc-discount-form {width: 100%; margin: 10px 0 0}
	.checkout-cart-index .cart {padding-top: 30px}
	.checkout-cart-index .cart form {overflow-x: auto}
	.checkout-cart-index .cart form table {min-width: 625px}
	.checkout-cart-index .shipping .form-list li, .checkout-cart-index .shipping .form-list input {width: 100%}
	.left404 {padding: 0 25px !important; float: none; width: 100%}
	.left404 img {width: 50vw !important; height: auto; margin: 0 auto}
	.right404 {float: none; width: 100%; border: none; padding: 50px 25px 0; text-align: center}
	.categorypath-about-us-html .section_middle.style3 .grid_item {width: 250px}
	.tagline {font-size: 16px}
  .homeslide_pics div.pics_2 {background-position: 68% top}
  .homeslide_pics div.pics_4 {background-position: 65% top}
  #cart a i {display: none}
	.categorypath-integrated-services-liquitrac-html .servicecontent #parentProduct li { width: 100%; margin: 0 0 25px}
	.categorypath-integrated-services-liquitrac-html .category-details .image-box {width: 100%}
	.categorypath-integrated-services-liquitrac-html .category-details .image-box img {width: 100%; margin: 0 0 15px}
}
@media all and (max-width: 360px) {
	.jobsdetail_main .column-content .row >div {width: 100%}
	.jobsdetail_main .column-content .row {margin: 0 0 10px}
	.jobsdetail_main .column-content .row .fields2 {font-weight: bold}
	.jobsdetail_main .column-content .row .fields2 strong {font-weight: normal}
	.homeslide_content {padding-top: 85px}
	.homeslide_action {top: 440px}
	.extralinks {top: 500px}
	.homeslide {min-height: 195vw}
	.homeslide_list a {font-weight: 400}
	.new_footer_menu a {font-size: 11px}  
  .new_footer_menu h3 {font-size: 16px}
  .tagline {font-size: 13px}
}


.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/**
 * CODNITIVE
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade to newer
 * versions in the future.
 *
 * @category   Codnitive
 * @package    Codnitive_Sidenav
 * @author     Hassan Barza <support@codnitive.com>
 * @copyright  Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Sidebar Navigation ==================================================================== */
#sidebar-nav {
    margin-bottom: 15px;
    position: relative;
}
#sidebar-nav .block-title {
}
#sidebar-nav .block-title strong {
}
#sidebar-nav .block-content {
    padding: 6px;
    overflow: auto;
}
#sidebar-nav .block-content a {
    line-height: 1.7;
}
#sidebar-nav-menu > li {
    background: url('/skin/frontend/base/default/images/codnitive/sidenav/bkg_block-sidebarnav-layered-dd.gif') 0 100% repeat-x;
    list-style: inside disc;
    font-weight: bold;
    padding: 8px 0;
}
#sidebar-nav-menu > li.last {
    background: none;
    margin-bottom: 5px;
}
#sidebar-nav-menu li ul {
    font-weight: normal;
}
#sidebar-nav li.active,
#sidebar-nav li.active > a,
#sidebar-nav li.active > .collapsible-wrapper > a {
}
#sidebar-nav ul.ul-thumb {
    padding-left: 0;
}
#sidebar-nav-menu > li.parent > ul.ul-thumb {
    padding-left: 10px;
}
#sidebar-nav li.thumb {
    list-style-type: none;
}
#sidebar-nav-menu > li.no-thumb,
#sidebar-nav-menu > li.thumb {
    margin-left: 0 !important;
    list-style-type: none;
}
#sidebar-nav img {
    border: 0 none !important;
    outline: 0 none !important;
}
#sidebar-nav span.product-count {
    color: #000;
}
#sidebar-nav .home {
    list-style: none !important;
}
#sidebar-nav .home a {
    display:inline-block;
    padding-left:20px;
    background:url('/skin/frontend/base/default/images/codnitive/sidenav/home.png') left top no-repeat;
    min-height:16px;
}
#sidebar-nav .support-logo-wrapper {
    margin-top:10px;
}
#sidebar-nav .support_logo {
    font-size: 9px;
    float: right;
    right: 5px;
    bottom: 5px;
    text-decoration: none;
}
#sidebar-nav .support_logo img {
    max-width: 65px;
}

/* Collapsible Design ==================================================================== */
#sidebar-nav li.thumb .thumb-img-left {
    float: left;
    margin: 1px 3px 0 0;
}
#sidebar-nav li.thumb .thumb-img-right {
    float: right;
    margin: 1px 3px 0;
}
#sidebar-nav-menu .arrow-left,
#sidebar-nav-menu .arrow-right, 
#sidebar-nav-menu .plus-left,
#sidebar-nav-menu .plus-right {
    float: left;
    background: url('/skin/frontend/base/default/images/codnitive/sidenav/arrows.gif') left center no-repeat;
    display: block;
    margin-top: 2px;
    margin: 1px 3px 0;
    cursor:pointer;
} 
#sidebar-nav-menu .plus-left,
#sidebar-nav-menu .plus-right
{
    background-image: url('/skin/frontend/base/default/images/codnitive/sidenav/plus.gif');
}
#sidebar-nav-menu .arrow-right, 
#sidebar-nav-menu .plus-right {
    float:right;
    display:inline !important;
}
#sidebar-nav-menu li ul[expanded="0"] {
    display: none;
}
#sidebar-nav li.active > ul {
    display: block;
}
#sidebar-nav li.active > .arrow-left,
#sidebar-nav li.active > .arrow-right, 
#sidebar-nav li.active > .plus-left,
#sidebar-nav li.active > .plus-right {
    display: block;
    background-position: right center;
}
#sidebar-nav-menu > li.collapsible {
    list-style: none !important;
}
#sidebar-nav .collapse-name {
    cursor:pointer;
}
.breadcrumbs li.item:after {
    content: "/";
}
.breadcrumbs li.item:last-child:after {
    content: "";
}
.main-container.col1-layout .constraint .col-main > h1 {
    display: none;
}
/*Form design*/
.category-rfq .section_top iframe {
  background: white;
  padding: 50px;
}
.category-rfq .webforms {
  margin-bottom: 0;
  padding: 50px;
  box-sizing: border-box;
}
.webforms form.form {
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: .5em 0 1em 0;
  padding: .5em;
  box-sizing: border-box;
  margin: 0;
  max-width: 400px;
}
.section_top .webforms .fieldset {
  padding: 0;
  display: inline-block;
  width: 100%;
  min-width: 100%;
}
.category-rfq .webforms .fieldset {
  padding: 0;
}
.webforms .fieldset .field {
  margin: 3px 0 0;
  padding: 3px 7px;
}
.webforms .fieldset>.field.required>.label:after, 
.webforms .fieldset>.fields>.field.required>.label:after, 
.webforms .fieldset>.field._required>.label:after, 
.webforms .fieldset>.fields>.field._required>.label:after {
  content: '*';
  color: #000;
  font-size: 10px;
  margin: 0;
}
.webforms .fieldset>.field>.label, 
.webforms .fieldset>.fields>.field>.label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: "Open Sans","san-serif";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 3px 13px 0 0;
  float: left;
  display: inline;
  color: #000000;
  background: none;
  line-height: 18px;
}
.webforms .fieldset select {
  width: 100%;
  padding: 10px;
  height: 45px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: 400;
}
.webforms .fieldset .input-text {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
  padding: 11px 10px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid;
}
.webforms .actions-toolbar {
  padding-left: 0;
  padding-right: 0;
  margin: 10px auto;
  text-align: center;
}
.webforms .actions-toolbar .primary {
  float: none;
}
.webforms .actions-toolbar .primary .action {
  padding: 15px 20px;
  font-size: 11px;
  height: auto;
  letter-spacing: 0.6px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border: 0px solid white;
  min-width: 150px !important;
  background: #21366d;
  background: -moz-linear-gradient(top, #21366d 0%, #39518e 100%);
  background: -webkit-linear-gradient(top, #21366d 0%,#39518e 100%);
  background: linear-gradient(to bottom, #21366d 0%,#39518e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21366d', endColorstr='#39518e',GradientType=0 );
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  -webkit-appearance: button;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.4em;
}
.webforms input:focus,.webforms input[type="search"]:focus {
  outline-offset: 0;
}
.webforms .input-text:focus {
  border: 1px solid #000;
}

/*Contact page design*/
.categorypath-contact .col-1 h2 {
  display: none;
}
.categorypath-contact .divider {
  width: 100%;
}
.categorypath-contact .col-1 address p strong {
  font-size: 19px;
  display: block;
  margin-bottom: -21px;
}
.categorypath-contact .icon-list li {
  list-style-type: none;
}
.categorypath-contact .location-link {
  border: 1px solid #999;
  background: white;
  padding: 10px 15px;
  transition-delay: 0s;
  text-decoration: none;
}
.categorypath-contact .location-link:hover {
  border-color: #61b145;
  background: #61b145;
}
.categorypath-contact .location-link:hover, .categorypath-contact .location-link:hover i {
  color: white;
}
.categorypath-contact .col-2 {
  padding-left: 100px;
}
.categorypath-contact #map iframe {
    height: 450px;
    border: 1px solid #999 !important;
}

/* M2 */

.categorypath-locations-1 h1 {display: none}

/*Popup design*/
.cms-home #custom-popup-modal {
  display: inline-block;
}
#custom-popup-modal {
  display: none;
  opacity: 1;
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 1em;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #888;
  box-shadow: 1px 1px 0.5em 0 rgba(0, 0, 0, .5);
  transition: opacity .3s ease-in-out;
  z-index: 999 !important;
  outline: none;
}
#custom-popup-modal #CloseModalPopup {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.categorypath-resource-center-videos iframe {
  width: 100%;
  height: 604.125px;
  border: 1px solid #102458;
  margin-bottom: 50px;
  background-color: #E4E4E4;
}
.category-employee-portal .main-container.col2-left-layout .col-main {
  padding-left: 112px;
  padding-right: 113px;
  margin-top: 100px;
}
.category-employee-portal .main-container.col2-left-layout .section_top {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.category-about-us .section_top {
  margin-top: 35px;
}
.category-metric-calculator .category-description {
  margin-top: 35px;
}
.category-recruitment-privacy-policy .main .section_top h1 {
  display: none;
}
.category-recruitment-privacy-policy .col-main ul li {
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
  font-size: 15px;
  color: black;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
/*Account */
.customer-account-login #pageBanner.minimal,.customer-account-forgotpassword #pageBanner.minimal,
.customer-account-create #pageBanner.minimal,.checkout-cart-index #pageBanner.minimal,
.catalog-product-view #pageBanner.minimal,.catalogsearch-result-index #pageBanner.minimal,
.checkout-index-index  #pageBanner.minimal,.multishipping-checkout-login   #pageBanner.minimal,
.catalog-category-view  #pageBanner.minimal,.checkout-onepage-success #pageBanner.minimal {
  padding-top: 0;
  margin-top: 210px;
  border: none;
}
.customer-account-login #pageBanner .constraint,.customer-account-forgotpassword #pageBanner .constraint,
.customer-account-create #pageBanner .constraint,.checkout-cart-index #pageBanner .constraint,
.checkout-onepage-success #pageBanner .constraint {
  top: 31%;
  transform: translateY(-31%);
}
.page-content .page-title-wrapper .page-title {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  font-size: 77px;
  color: #102458;
  letter-spacing: -3px;
}
.login-container {
  display: inline-block;
  width: 100%;
}
.login-container .block {
  width: 100%;
}
.login-container .block .block-title {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  color: #21366d;
  text-transform: none;
  border: none;
  margin-bottom: 0.5em;
  padding: 0;
}
.login-container .block .block-title strong {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  color: #21366d;
  text-transform: none;
  border: none;
}
.login-container .block .field.note,.container.account-login .field.note,.login-container .block p,.container.account-login p {
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 20px;
}
.block-customer-login .form-login .field.note {
  padding-bottom: 15px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 0;
  padding-top: 10px;
}
.login-container .block-new-customer .actions-toolbar > .primary {
  margin: 0;
  padding: 0;
}
.actions-toolbar {
  display: inline-block;
  width: 100%;
}
.actions-toolbar .primary {
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
  width: 100%;
}
.actions-toolbar .primary .action {
  margin: 0 15px 0 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.action.primary {
  text-align: center;
  line-height: 45px;
  border: none;
  background: #102458;
  transition-delay: 0s;
  display: inline-block;
  width: auto;
  min-width: auto !important;
  padding: 0 30px;
  color: white;
  transition-duration: 0.3s;
}
.action.primary:hover {
  background: #61b145;
}
.actions-toolbar .secondary a.action {
  font-weight: 400;
  font-size: 18px;
  color: #61b145;
}
.login-container .actions-toolbar > .primary {
  margin: 55px 0 0;
}
.login-container .actions-toolbar {
  margin-top: 0;
}
.login-container .actions-toolbar .secondary {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
}
.customer-account-login .block-new-customer .benefits {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
  padding-top: 15px;
}
.customer-account-login .block-new-customer .benefits li {
  list-style: square;
  font-weight: 400;
  font-size: 18px;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label {
  font-weight: 600;
  color: #000;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label {
  margin: 0;
  display: inline-block;
}
.fieldset>.field.required>.label:after, .fieldset>.fields>.field.required>.label:after, 
.fieldset>.field._required>.label:after, .fieldset>.fields>.field._required>.label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset>.field, .fieldset>.fields>.field {
  margin: 0 0 10px;
}
.customer-account-forgotpassword .account-login {
  background: #f6f6f6;
  margin-top: 100px;
  padding-left: 112px;
  padding-right: 113px;
  width: 100%;
  margin-bottom: 40px;
}
.customer-account-create .account-login {
  background: #f6f6f6;
  margin-top: 40px;
  padding-left: 225px;
  padding-right: 113px;
  width: 100%;
  margin-bottom: 40px;
}
.customer-account-forgotpassword .main-container,.customer-account-create .main-container {
  background: #f6f6f6;
}
.customer-account-create .page-wrapper,.customer-account-forgotpassword .page-wrapper {
  background: #f6f6f6;
}
.container.account-login form .legend {
  padding-bottom: 0;
  border-bottom: none;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 20px;
}
.form-create-account .actions-toolbar {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
}
.form-create-account .actions-toolbar .primary {
  float: right;
  margin: 0;
}
.form-create-account .actions-toolbar .primary .action {
  margin: 0;
}
.form-create-account .actions-toolbar .secondary a.action {
  text-align: center;
  line-height: 45px;
  border: none;
  background: black;
  transition-delay: 0s;
  display: inline-block;
  width: auto;
  min-width: auto !important;
  padding: 0 30px;
  color: white;
  font-size: 14px;
  transition-duration: 0.3s;
}
.form-create-account .actions-toolbar .secondary a.action:hover {
  background: #102458;
}
.customer-account-create .fieldset {
  margin-bottom: 30px;
}
.customer-account-create .fieldset>.field>.label, .customer-account-create .fieldset>.fields>.field>.label {
  color: #636363;
}

@media (max-width: 1439px) {
  .page-content .page-title-wrapper .page-title {
    font-size: 60px;
  }  
}

@media (min-width: 960px) {
  .login-container .block {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 20px;
  }
  .login-container .block.block-customer-login {
    float: right;
    border-left: 1px solid #bababa;
    padding-left: 100px;
  }
  .login-container .block.block-customer-login, .login-container .block.block-new-customer {
    margin-bottom: 65px;
  }
}

@media (min-width: 768px) {
  .login-container .block .block-title {
    font-size: 40px;
  }
  .login-container .block .block-title strong {
    font-size: 40px;
  }
}


@media all and (min-width: 768px) and (max-width: 1079px) {
  body.upto1079 header#header {
    height: 70px;
  }
  body.upto1079 header #menu-btn {
    line-height: normal;
  }
  #header #logo {
    padding-top: 0;
    margin-top: -4px/*; width: 40px*/;
  }
  .customer-account-login #pageBanner.minimal, .customer-account-forgotpassword #pageBanner.minimal, .customer-account-create #pageBanner.minimal, .checkout-cart-index #pageBanner.minimal {
    margin-top: 70px;
  }
  .catalog-category-view .banner-text #cart a {
    margin-top: 0;
  }
  .banner-text #search_mini_form {
    margin-top: 0;
  }
  #pageBanner .breadcrumbs {
    max-width: calc(100% - 370px);
    height: 44px;
  }
}

@media (max-width: 1023px) {
  .category-employee-portal .main-container.col2-left-layout .col-main {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 50px;
  }
  .category-employee-portal .main-container.col2-left-layout .section_top {
    margin: 0 auto;
    max-width: calc(100% - 50px);
  }
  .category-careers .main-container.col2-left-layout .section_top {
    max-width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 1079px) {

}

@media (max-width: 767px) {
  .page-content .page-title-wrapper .page-title {letter-spacing: 0;}
  .customer-account-login #pageBanner.minimal, .customer-account-forgotpassword #pageBanner.minimal, .customer-account-create #pageBanner.minimal, .checkout-cart-index #pageBanner.minimal {
    padding-top: 0;
    margin-top: 53px;
    border: none;
  }
  .customer-account-forgotpassword .account-login {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
  .customer-account-create .account-login {
    padding-left: 10px;
    padding-right: 10px;
  }
  .customer-account-forgotpassword .main-container, .customer-account-create .main-container {
    padding: 40px 0;
  }
  .std table, .section_top table {
    width: 100%;
    overflow: auto;
    display: block;
  }
  body.upto1079 .new_topmenu.hovering{
    overflow-y: hidden;
  }
  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    display: none;
  }
  .mCSB_horizontal.mCSB_inside>.mCSB_container{
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .page-content .page-title-wrapper .page-title {font-size: 30px;}
  .login-container .block .block-title strong {font-size: 25px;}
  .login-container .block .field.note, .container.account-login .field.note, 
  .login-container .block p, .container.account-login p {font-size: 12px;}
  .customer-account-login .block-new-customer .benefits li {font-size: 12px;}
  .login-container .actions-toolbar .secondary a.action {font-size: 12px;}
  .categorypath-contact .col-2 {padding-left: 0;}
}

@media (max-width: 479px) {
  .categorypath-integrated-services-liquitrac .servicecontent #parentProduct li {width: 100%;margin: 0 0 25px;}
  .categorypath-integrated-services-liquitrac .category-details .image-box {width: 100%;}
  .categorypath-integrated-services-liquitrac .category-details .image-box img {width: 100%;margin: 0 0 15px;}
}

/*New css*/
.container.account-login{
  max-width: 1400px;
  margin: 0 auto;
  background: white;
  padding:50px;
}

/*catalog-product-view */
.catalog-product-view .account-login{
  max-width: 1400px;
  margin: 0 auto;
  background: white;
  padding:50px;
}
.catalog-product-view  .page-content{
  padding: 40px 0;
}

.catalog-product-view .product-info-main{
  float: right;
  width: 50%;
  padding-left: 15px;
} 
.catalog-product-view .product.media{
  float: left;
  width: 45%;
  padding-right: 15px;
}
.catalog-product-view .product.detailed{
  width: 100%;
  display: inline-block;
}   
.catalog-product-view .page-title-wrapper .page-title{
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  font-size: 35px;
  color: #102458;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}   
.catalog-product-view .product-info-main .product-info-price{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #bebebe;
}
.catalog-product-view .product-info-main .product-info-stock-sku{
  order: 2;
  width: 100%;
  padding: 25px;
}
.catalog-product-view .product-info-main .stock,
.catalog-product-view .product-social-links,
.catalog-product-view .product.detailed #tab-label-description,
.catalog-product-view .product.detailed #description,
.catalog-product-view .product.detailed .table-caption,
.catalog-product-view .action-skip-wrapper{
  display: none;
}
.catalog-product-view .product-info-main .price-box.price-final_price{
  width: 100%;
  order: 1;
  max-width: none;
  padding: 15px;
  background: #f1f1f1;
}
.catalog-product-view .product-info-main .price-box.price-final_price .price{
  font-size: 40px;
  letter-spacing: -1px;
  color: #102458;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.catalog-product-view .gallery-placeholder  img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.catalog-product-view .product-info-stock-sku .product.sku,
.catalog-product-view .product-info-stock-sku .product.hs{
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed
}
.catalog-product-view .product-info-stock-sku .product.sku strong:after,
.catalog-product-view .product-info-stock-sku .product.hs strong:after{
  content: ":";
  display: inline-block;
}
.catalog-product-view .product-info-stock-sku .overview .value{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #000000;
}
.catalog-product-view .product-info-stock-sku .product.sku strong,
.catalog-product-view .product-info-stock-sku .product.header-search strong,
.catalog-product-view .product-info-stock-sku .product.hs strong{
  float: left;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty{
  height: 50px;
  border: 1px solid #ececee;
  padding-left: 10px;
  width: auto;
  display: inline-block;
  float: left;
  margin-right: 7px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty label{
  margin: 12px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control{
  float: right;
  height: 50px;
  padding: 5px;
}
.catalog-product-view .product-info-main .box-tocart .action.primary{
  line-height: 50px;
  height: 50px;
}
.catalog-product-view .product-info-main .box-tocart .action.primary{
  background-color: #21346f;
  border: 1px solid white;
  height: 50px;
  line-height: 50px;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  min-width: 160px!important;
  font-family: "Open San", sans-serif;
}
.catalog-product-view .product-info-main .box-tocart .action.primary:hover{
  background: #000;
  border-radius: 5px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control input{
  border:0;
}
.catalog-product-view .product-info-main .paypal-logo.no-bml{
  display: block;
  width: 28%;
  text-align: center;
  margin-left: 121px;
}
.catalog-product-view .product-info-main .paypal-logo.no-bml .paypal-or{
  display: block;
  text-align: center;
  margin:0;
}
.catalog-product-view .product.detailed #tab-label-additional{
  border-bottom: 1px dotted #cccccc;
  margin-top: 30px;
  padding-left: 5px;
}
.catalog-product-view .product.detailed #tab-label-additional:focus{
	outline: 0;
}
.catalog-product-view .product.detailed #tab-label-additional-title{
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  bottom: -1px;
  border: 1px dotted #cccccc;
  border-bottom: 0px dotted white;
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #232323;
  background: #fff;
}
.catalog-product-view .product.detailed #additional{
  padding:15px;
  display: block!important;
}
.catalog-product-view .product.detailed #additional .col.label{
  background: #f4f4f4;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
  width: 25%;
}

/*checkout-cart-index*/ 

.checkout-cart-index .cart-container{
  display: flex;
  flex-wrap: wrap;
}
.cart-summary{
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
  border: 1px solid #ccc;
}
.cart-summary>.title{
  font-size: 25px;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart.table-wrapper .product-item-details .product-item-name a{
	color: #000;
	font-size: 18px;
}
.checkout-cart-index .cart{
  padding-top: 0;
  padding-left: 0;
  border: 0;
}
.cart-summary .block>.title{
  border-top: 1px solid #c0c0c0;
}

#cart-totals,.table.totals{
    border: 0;
    padding: 0;
}
.cart-totals tbody .amount, .cart-totals tfoot .amount, 
.opc-block-summary .table-totals tbody .amount, 
.opc-block-summary .table-totals tfoot .amount{
	border-top: 1px solid #ccc;
	font-weight: 400;
	padding: 6px 0 6px 14px;
	text-align: right;
	white-space: nowrap;
}
.cart-totals tbody .mark, .cart-totals tfoot .mark{
	text-align: left;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark, .opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark{
  border-top: 1px solid #ccc;
    font-weight: 400;
    padding: 6px 0;
 }
.cart-summary .block .fieldset.estimate>.legend,
.cart-totals .table-caption,.cart.table-wrapper .col.qty .label{
  display: none;
}
.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark{
	font-size: 1.1rem;
	color: #000;
	border-top: 1px solid #ccc;
	padding-right: 10px;

}
.cart.table-wrapper .cart thead tr th.col{
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	padding-top: 24px;
}
.cart.table-wrapper .item-actions{
	border-bottom: 1px solid #ccc;
}
.cart-summary .checkout-methods-items .action.primary.checkout{
	  width: 100%;
	  text-transform: uppercase;
	  background: #61b145;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover{
	  background: #102458;
}
.cart-summary .checkout-methods-items{
      margin: 5px 0 0;
}
.cart-summary .checkout-methods-items .item{
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:nth-child(2){
	margin-bottom: 0;
}
.cart.table-wrapper{
  margin-bottom: 20px;
}
.cart .action.continue,.cart .action.clear,.cart .action.update{
  text-align: center;
  line-height: 45px;
  border: none;
  background: #102458;
  transition-delay: 0s;
  display: inline-block;
  width: auto;
  min-width: auto !important;
  padding: 0 30px;
  color: white;
  transition-duration: 0.3s;
  margin-right: 5px;
  text-transform: uppercase;
}
.cart .action.continue:hover,.cart .action.clear:hover,.cart .action.update:hover{
	background: #61b145;
}
.cart-summary .shipping select{
	width: 100%;
}
.checkout-cart-index .cart-summary .field.note,
.checkout-cart-index .cart-summary p{
	margin-bottom: 10px;
	font-size: 14px;	
}
.cart-summary .block>.title{
 	margin-bottom: 0;
    padding: 10px 40px 10px 0px;
    position: relative;
	font-size: 18px;
	color: #000;
}

.cart-summary .block{
	margin:0;
}
.cart-summary .block>.title:focus,
.opc-payment-additional.discount-code:focus{
  	outline: 0;
}
.cart-summary .block.active>.title:after,
.cart-discount .block.active>.title:after{
	content: '\e621';
}
.cart-summary .block>.title:after,
.cart-discount .block>.title:after{
 	-webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.cart.table-wrapper .item .col.item{
	display: block;
    min-height: 75px;
    padding: 15px 15px 10px 90px;
    position: relative;
}
.cart.table-wrapper .action-edit{
	 margin-right: 7px;
}
.cart.table-wrapper .product-item-photo{
	display: block;
	left: 15px;
	max-width: 65px;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 100%;
}
.cart.table-wrapper .cart thead tr th.col{
	font-weight: 600;
	text-transform: uppercase;
}
div#block-summary{
	display: block!important;
}
.cart.table-wrapper .col.price, .cart.table-wrapper  .col.qty,
.cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp{
    padding: 20px 11px 10px;
    text-align: right;
    vertical-align: top;
}
.cart.table-wrapper .actions-toolbar>.action-edit:before, 
.cart.table-wrapper .actions-toolbar>.action-delete:before{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.cart.table-wrapper .actions-toolbar>.action-delete:before{
	content: '\e604';
}
.cart.table-wrapper .actions-toolbar{
	position: relative;
	min-height: 20px;
	position: relative;
}
.cart.table-wrapper .actions-toolbar>.action-edit>span, 
.cart.table-wrapper .actions-toolbar>.action-delete>span,
table>caption{
	border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkout-cart-index .container.account-login{
	background: #f6f6f6;
}
.checkout-cart-index  .page-content .page-title-wrapper .page-title{
	font-weight: 600;
}
.checkout-cart-index  .action.multicheckout,
.block-minicart .block-content>.actions>.secondary .action.viewcart{
	color:#283e78
}
.checkout-cart-index  .action.multicheckout:hover,
.block-minicart .block-content>.actions>.secondary .action.viewcart:hover{
	color: #246b8f;
}

/* Minicart Design */

.minicart-wrapper{
  display:inline-block;
  position:relative;
  float:right;
  margin-top: -10px;
}
.minicart-wrapper:before,.minicart-wrapper:after{
  content:'';
  display:table
}
.minicart-wrapper:after{
  clear:both
}
.minicart-wrapper .action.showcart{
  cursor:pointer;
  display:inline-block;
  text-decoration:none
}
.minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .action.showcart:hover:before{
  color:#333
}
.minicart-wrapper .action.showcart:active:before{
  color:#757575
}
.minicart-wrapper .action.showcart.active{
  display:inline-block;
  text-decoration:none
}
.minicart-wrapper .action.showcart.active:before{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:22px;
  line-height:28px;
  color:#757575;
  content:'\e611';
  font-family:'luma-icons';
  margin:0;
  vertical-align:top;
  display:none;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
}
.minicart-wrapper .action.showcart.active:hover:before{
  color:#333
}
.minicart-wrapper .action.showcart.active:active:before{
  color:#757575
}
.minicart-wrapper .block-minicart{
  margin:0;
  padding:0;
  list-style:none none;
  background:#fff;
  border:1px solid #bbb;
  margin-top:0;
  min-width:100%;
  width:320px;
  z-index:101;
  box-sizing:border-box;
  display:none;
  position:absolute;
  top:100%;
  right:0;
  box-shadow:0 3px 3px rgba(0,0,0,0.15);
}
.minicart-wrapper .block-minicart li{
  margin:0;
}
.minicart-wrapper .block-minicart li:hover{
  cursor:pointer;
}
.minicart-wrapper .block-minicart:before,.minicart-wrapper .block-minicart:after{
  border-bottom-style:solid;
  content:'';
  display:block;
  height:0;
  position:absolute;
  width:0;
}
.minicart-wrapper .block-minicart:before{
  border:6px solid;
  border-color:transparent transparent #fff transparent;
  z-index:99;
}
.minicart-wrapper .block-minicart:after{
  border:7px solid;
  border-color:transparent transparent #bbb transparent;
  z-index:98;
}
.minicart-wrapper .block-minicart:before{
  right:50px;
  top:-12px;
}
.minicart-wrapper .block-minicart:after{
  right:49px;
  top:-14px;
}
.minicart-wrapper.active{
  overflow:visible;
}
.minicart-wrapper.active .block-minicart{
  display:block;
}
.minicart-wrapper .block-minicart{
  padding:0;
}
.minicart-wrapper .block-minicart .block-title{
  background: none repeat-x scroll 0 0 #21366d;
  padding: 5px 10px;
}
body:not(.customer-account) .block.block-minicart:first-child .block-title {
  padding-top: 5px;
}
.minicart-wrapper .block-minicart .block-title strong {
  color: #fff;
}
.minicart-wrapper .block-content {
  padding: 10px;
}
.minicart-wrapper .product .actions{
  float:right;
  margin:-28px 0 0;
}
.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{
  display:inline;
}
.minicart-wrapper .product .actions>.primary:not(:last-child),.minicart-wrapper .product .actions>.secondary:not(:last-child){
  margin-right:15px;
}
.minicart-wrapper .action.close{
  height: 25px;
  position: absolute;
  right: 0;
  top: 31px;
  line-height: 25px;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  outline: none;
}
.minicart-wrapper .action.close:focus,.minicart-wrapper .action.close:active{
  background:none;
  border:none;
}
.minicart-wrapper .action.close:hover{
  background:none;
  border:none;
}
.minicart-wrapper .action.close.disabled,.minicart-wrapper .action.close[disabled],fieldset[disabled] .minicart-wrapper .action.close{
  pointer-events:none;
  opacity:.5;
}
.minicart-wrapper .action.close>span{
  border:0;
  clip:rect(0, 0, 0, 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}
.minicart-wrapper .action.close:before{
  content:'';
  background: url(../images/btn_remove.gif) no-repeat scroll 0 0 transparent;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.minicart-wrapper .action.close:hover:before{
  color:inherit;
}
.minicart-wrapper .action.close:active:before{
  color:inherit;
}
.minicart-wrapper .action.showcart{
  white-space: nowrap;
  display: inline-block;
  padding: 0 40px;
  height: 43px;
  line-height: 43px;
  color: white;
  text-transform: uppercase;
  background: #102458;
}
.minicart-wrapper .action.showcart i {
  margin-left: 5px;
}
.minicart-wrapper .action.showcart .counter.qty{
  background:transparent;
  color:#fff;
  height:20px;
  line-height:20px;
  border-radius:2px;
  display:inline-block;
  margin:0;
  min-width:15px;
  overflow:hidden;
  padding:0;
  text-align:center;
  white-space:normal;
  vertical-align: middle;
}
.minicart-wrapper .action.showcart .counter.qty.empty{
  display:none;
}
.minicart-wrapper .action.showcart .counter.qty .loader>img{
  max-width:24px;
}
.minicart-wrapper .action.showcart .counter-number{
  text-shadow: none;
}
.minicart-wrapper .minicart-widgets{
  margin-top:15px;
}
.minicart-wrapper .mage-dropdown-dialog {
  padding-top: 10px;
}
.minicart-items-wrapper{
  border:1px solid #EDEDED;
  margin:0;
  border-left:0;
  border-right:0;
  overflow-x:auto;
  padding:15px;
}
.minicart-items{
  margin:0;
  padding:0;
  list-style:none none;
}
.minicart-items .product-item{
  padding:20px 0;
}
.minicart-items .product-item:not(:first-child){
  border-top:1px solid #ccc;
}
.minicart-items .product-item:first-child{
  padding-top:0;
}
.minicart-items .product-item-pricing .label{
  display: inline-block;
  font-weight: normal;
  font-size: 9px;
}
.minicart-items .price-minicart{
  margin-bottom:5px;
}
.minicart-items .message{
    margin-bottom:0;
    margin-top:10px;
}
.minicart-items .product-item-name{
    font-weight:400;
    margin:0 0 10px;
}
.minicart-items .product-item-name a{
  color: #202020;
  font-size: 13px;
}
.minicart-items .product-item-details{
    padding-left:88px;
}
.minicart-items .product-item-details .price{
  font-size: 13px;
  color: #69b752;
  font-weight: bold;
}
.minicart-items .product-item-details .price-including-tax,.minicart-items .product-item-details .price-excluding-tax{
    margin:5px 0;
}
.minicart-items .product-item-details .weee[data-label]{
    font-size:1.1rem;
}
.minicart-items .product-item-details .details-qty{
    margin-top:10px;
}
.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{
    float:left;
}
.minicart-items .product .toggle{
    border:0;
    padding:0 0 5px 0;
    white-space:nowrap;
}
.minicart-items .product .toggle:after{
    color:#8f8f8f;
    margin:0 0 0 5px;
    position:static;
}
.minicart-items .product .active>.toggle:after{
    content:'\e621';
}
.minicart-items .product.pricing{
    margin-top:3px;
}
.minicart-items .product.options .toggle.tooltip{
  display:inline-block;
  text-decoration:none;
}
.minicart-items .product.options .toggle.tooltip>span{
  border:0;
  clip:rect(0, 0, 0, 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}
.minicart-items .product.options .toggle.tooltip:after{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:12px;
  line-height:12px;
  color:inherit;
  content:'\e622';
  font-family:'luma-icons';
  margin:-3px 0 0 7px;
  vertical-align:middle;
  display:inline-block;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
}
.minicart-items .product.options .details{
  display:none;
}
.minicart-items .item-qty{
  text-align:center;
  width:40px;
}
.minicart-items .update-cart-item{
  font-size:1.1rem;
  margin-left:5px;
  vertical-align:top;
}
.minicart-items .subtitle{
  display:none;
}
.minicart-items .action.edit,.minicart-items .action.delete{
  display:inline-block;
  text-decoration:none;
}
.minicart-items .action.edit>span,.minicart-items .action.delete>span{
  border:0;
  clip:rect(0, 0, 0, 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}
.minicart-items .action.edit:before,.minicart-items .action.delete:before{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:18px;
  line-height:20px;
  color:#757575;
  content:'\e601';
  font-family:'luma-icons';
  vertical-align:middle;
  display:inline-block;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
}
.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before{
  color:#333;
}
.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{
  color:#757575;
}
.minicart-items .action.delete:before{
  content:'\e604';
}
.block-minicart .items-total{
    float:left;
    margin:0 10px;
    color: #000;
}
.block-minicart .items-total .count{
    font-weight:700
}
.block-minicart .subtotal{
    margin:0 10px 10px;
    text-align:right;
    color: #000;
}
.block-minicart .subtotal .label {
  color: #000;
}
.block-minicart .amount .price-wrapper:first-child .price{
  color: #69b752;
  font-weight: bold;
  font-size: 13px;
}
.block-minicart .subtitle{
    display:none
}
.block-minicart .subtitle.empty{
    display:block;
    font-size:14px;
    padding:30px 0 20px;
    text-align:center
}
.block-minicart dl.product.options.list{
    display:inline-block;
    vertical-align:top
}
.block-minicart .text.empty{
    text-align:center
}
.block-minicart .block-content>.actions{
    margin-top:15px
}
.block-minicart .block-content>.actions>.secondary{
    text-align:center
}
.block-minicart .block-content>.actions>.secondary .action.viewcart {
  float: none;
  text-align: center;
}
.block-minicart .block-content>.actions>.primary{
    margin:0 10px 15px;
}
.block-minicart .block-content>.actions>.primary .action.primary{
  display:block;
  width:100%;
  background: #5ab33e;
}
.block-minicart .block-content>.actions .paypal-logo{
    margin-top:15px;
    text-align:center;
}
.block-minicart .block-category-link,.block-minicart .block-product-link,.block-minicart .block-cms-link,.block-minicart .block-banners{
    margin:15px 0 0;
    text-align:center;
}
.block-minicart .subtotal .label:after, .minicart-items .details-qty .label:after, .minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after, .order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}

/*Search design*/
.block-search{
  margin-bottom:0;
  margin-top: -10px;
}
.block-search .actions {
  margin: 0;
}
.block-search .block-title{
  display:none;
}
.block-search .block-content{
  margin:0;
}
.block-search .label{
  text-decoration:none;
  display:inline-block;
  float:right;
}
.block-search .label>span{
  border:0;
  clip:rect(0, 0, 0, 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}
.block-search .label:before{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:22px;
  line-height:28px;
  color:#757575;
  content:'\e615';
  font-family:'luma-icons';
  margin:0 10px 0 0;
  vertical-align:middle;
  display:inline-block;
  font-weight:normal;
  overflow:hidden;
  speak:none;
  text-align:center;
}
.block-search .label:hover:before{
  color:#333;
}
.block-search .label:active:before{
  color:#333;
}
.block-search .label.active+.control input{
  position:static;
}
.block-search .action.search{
  display:none;
}
.block-search .control{
  border-top:1px solid #ccc;
  clear:both;
  margin:0 -15px -1px;
  padding:0 15px;
}
.block-search input{
  font-size:15px;
  left:-300%;
  margin:15px 0;
  position:absolute;
}
.block-search .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a0a0a0;
}
.block-search .input-text::-moz-placeholder { /* Firefox 19+ */
  color: #a0a0a0;
}
.block-search .input-text:-ms-input-placeholder { /* IE 10+ */
  color: #a0a0a0;
}
.block-search .input-text:-moz-placeholder { /* Firefox 18- */
  color: #a0a0a0;
}
.block-search .nested{
  display:none;
}
.block-search .search-autocomplete {
  display: none;
}
/*checkout page */
#checkout{
	display: inline-block;
    box-sizing: border-box;
    width: 100%;
}
.checkout-index-index .block-search,
.checkout-index-index .minicart-wrapper,
.multishipping-checkout-login .block-search,
.multishipping-checkout-login .minicart-wrapper{
	margin-top: -21px;
}
.authentication-wrapper {
    float: right;
    margin-top: -60px;
    max-width: 50%;
    position: relative;
    z-index: 1;
}
.authentication-wrapper button {
    padding: 9px 12px;
	border: 0;
	color: #fff;
	background: #102458;
}
.authentication-wrapper button:hover{
	background: #61b145;
}
.tooltip-label span{
  font-size: 0;
}
.modal-custom .action-close, 
.modal-popup .action-close,
.modal-slide .action-close{	
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-shadow: none;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}
.modal-custom .action-close:before, 
.modal-popup .action-close:before, 
.modal-slide .action-close:before{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.authentication-dropdown .modal-inner-wrap{
	padding: 25px;	
}
.authentication-dropdown header.modal-header{
	height: auto;
	background: #fff;
    right: 0;
    top: 14px;
}
.authentication-dropdown  header.modal-header button,
.authentication-dropdown header.modal-header button:hover{
	background: #fff;
	outline: none;
}
.authentication-dropdown .modal-custom .action-close>span{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.authentication-dropdown .modal-custom .action-close{
	margin: 25px;
}
.authentication-dropdown  #block-customer-login-heading{
	color: #21366d;
	font-size: 15px;
	font-weight: 600;
}
.block-authentication .block-title{
	font-size: 1.8rem;
	border-bottom: 0;
	margin-bottom: 25px;
}
.block-authentication .block-title strong{
	font-weight: 300;
}
.block-authentication .block[class] .field .label {
	float: none;
	width: auto;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: 30px 60px;
    text-indent: .01em;
    text-overflow: '';
}
select{
	background: #fff url(../images/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.checkout-index-index table{
	border:0;
}
.checkout-index-index input[type="password"],
.checkout-index-index input[type="email"],
.checkout-index-index input[type="text"] {
	background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.checkout-index-index select{
	width: 100%;
}
.checkout-index-index  .shipping-information .action-edit{
    background: #102458;
    padding: 0px 15px;
    color: #fff;
}
.checkout-index-index  .shipping-information .action-edit:hover{
	background: #61b145;
}
.fieldset>.field.required>.label:after, .fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after, .fieldset>.fields>.field._required>.label:after{
	content: '*';
	color: #e02b27;
	font-size: 1.2rem;
	margin: 0 0 0 5px;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label{
	margin: 0 0 8px;
	display: inline-block;
	font-weight: 400;
}
.field-tooltip .label span,
.admin__control-fields  label,
.fieldset.hidden-fields,.opc-progress-bar,
.field.street .field.additional .label,
.checkout-index-index  .modal-popup.agreements-modal._inner-scroll{
	display: none;
}
.admin__control-fields .field.additional{
  margin:5px 0;
}
.opc-wrapper .form-login .fieldset .note{
	font-size: 14px;
    margin-top: 10px;
}
.fieldset>.field, .fieldset>.fields>.field{
	margin: 0 0 20px;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label{
	margin: 0 0 8px;
	display: inline-block;
	font-weight: 400;
}
.opc-wrapper .step-title, .opc-block-summary>.title{
	padding-bottom: 10px;
    color: #21366d;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
}
.table-checkout-shipping-method tbody .col-price{
	 font-weight: 600;
}
.table-checkout-shipping-method tbody td{
	border-top: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td{
	border-top: none;
}
.checkout-shipping-method-load table th {
    color: #000;
    font-weight: 600;
}
#shipping-method-buttons-container,.checkout-index-index .actions-toolbar .action.action-apply{
   margin-top: 20px;
}
#opc-sidebar .opc-block-summary{
	background: #f5f5f5;
    margin: 0 0 20px;
    padding: 22px 30px;
    border: 1px solid #ccc;
}
#opc-sidebar .opc-block-summary:focus{
  outline: 0;
}
#opc-sidebar .opc-block-summary .items-in-cart>.title{
	border-bottom: 1px solid #ccc;
	padding: 10px 40px 10px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin-bottom: 0;
	position: relative;
}
.minicart-items{
	margin: 0;
	padding: 0;
	list-style: none none;
}
#opc-sidebar .opc-block-summary .minicart-items-wrapper{
	margin: 0 -15px 0 0;
	max-height: 370px;
	padding: 15px 15px 0 0;
	border: 0;
}
.minicart-items .product>.product-item-photo, 
.minicart-items .product>.product-image-container{
	float: left;
}
.minicart-items .product-image-wrapper{
    height: auto;
    padding: 0 !important;
}
.minicart-items .product-item-details{
	padding-left: 88px;
}
.opc-block-summary .product-item .product-item-inner{
	display: table;
	margin: 0 0 10px;
	width: 100%;
}
.opc-block-summary .product-item .product-item-name-block{
	display: table-cell;
	padding-right: 5px;
	text-align: left;
}
.minicart-items .product-item-name{
	font-weight: 400;
	margin: 0 0 10px;
}
.minicart-items .product-item-details .details-qty{
	margin-top: 10px;
}
.minicart-items .details-qty .label:after{
	content: ': ';
}
#opc-sidebar .opc-block-summary .product-item .subtotal{
	display: table-cell;
	text-align: right;
}
.minicart-items .product-item-details .price-including-tax, 
.minicart-items .product-item-details .price-excluding-tax{
	margin: 5px 0;
}
.opc-block-summary .product-item .price{
	font-size: 1.6rem;
	font-weight: 400;
}
.opc-estimated-wrapper {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: -21px -15px 15px;
    padding: 18px 15px;
}
#checkoutSteps{
    max-width: 500px;
}
.checkout-index-index  #co-payment-form legend{
    color: #21366d;
    font-weight: 600;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.checkout-index-index .opc-block-shipping-information{
	padding: 0 20px;
}

/*category-electrical-components catalog-category-view*/
.catalog-category-view.page-layout-1column  .page-title-wrapper{
  display: block;
  margin: 100px 0 0;
}
.catalog-category-view.page-layout-1column  .page-title{
  font-weight: 600;
}
.catalog-category-view.page-layout-1column  .toolbar-products {
  max-width: 100%;
  border-bottom: 1px dotted #999;
  padding: 20px;
  margin-bottom: 20px
}
.catalog-category-view.page-layout-1column  .toolbar:before {
   top: 71px;
   z-index: 1;
}
.catalog-category-view.page-layout-1column  p.toolbar-amount {
  display: block;
  width: 100%;
  max-width: max-content;
  border: 1px dotted #999;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
  margin: 0 0 30px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
  position: relative;
}  
.catalog-category-view.page-layout-1column  .field.limiter label, 
.catalog-category-view.page-layout-1column  .toolbar-sorter.sorter .sorter-label{
  border: 1px solid #999;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #d8d8d8;
  color: black;
  display: block;
  float: left;
}
.catalog-category-view.page-layout-1column  .field.limiter .control, 
.catalog-category-view.page-layout-1column  .toolbar-sorter.sorter .sorter-options{
  border: 1px solid #999;
  border-radius: 0;
  height: 40px;
  line-height: none;
  min-width: 150px;
  width: auto;
  color: black;
  margin-left: -6px;
  display: block;
  float: left;
  position: relative;
}
.catalog-category-view.page-layout-1column  .field.limiter .control .limiter-options {
  border: 0;
  height: 38px;
}
.catalog-category-view.page-layout-1column   .limiter-text, 
.catalog-category-view.page-layout-1column   .sorter-action.sort-desc,
.catalog-category-view.page-layout-1column  .list.products-list ~ .toolbar.toolbar-products,
.catalog-category-view.page-layout-1column   .product-item-details .actions-secondary,
.catalog-category-view.page-layout-1column   .product-item-description,
.catalog-category-view.page-layout-1column  .action.sorter-action.sort-asc {
  display: none;
}
.catalog-category-view.page-layout-1column  .toolbar-sorter.sorter{
  float: left;
  margin: 0;
}
.catalog-category-view.page-layout-1column  .wrapper.products-list{
  background-color: #f6f6f6;
}
.catalog-category-view.page-layout-1column  .products-list .product.product-item{
  height: 420px;
  border: 10px solid #d8d8d8;
  background: white;
  transition-duration: 0.3s;
  width: 23%;
  margin: 1%;
  margin-bottom: 4%;
  display: block;
  float: left;
  position: relative;
  padding: 20px;
}
.catalog-category-view.page-layout-1column  .products-list .product.product-item:hover{
  box-shadow: 0 5px 22px rgba(0,0,0,0.2);
  border-color: #102458; 
}
.catalog-category-view.page-layout-1column  .products-list .product.product-item img{
  height: 200px;
  display: block;
  padding: 15px;
  margin: 0 auto 15px;
  max-width: 100%;
  object-fit: contain;
}
.catalog-category-view.page-layout-1column  .minicart-wrapper .action.showcart .counter.qty{
  display: none;
}
.catalog-category-view.page-layout-1column  .products-list .product-item-details .product-item-link{
  color: #232323;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
}
.catalog-category-view.page-layout-1column  .price-final_price .price{
  font-size: 18px;
  color: #102458;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 7px 0;
}
.catalog-category-view.page-layout-1column  .products-list .product-item-details .tocart.primary{
  line-height: 30px;
  height: auto;
  text-transform: uppercase;
  font-size: 12px;
  background: #61b145 !important;
  margin: 5px 0px;
  font-weight: 600;
  position: absolute;
  padding:0 10px;
  bottom: 25px;
}
.catalog-category-view.page-layout-1column  .products-list .product-item-details .tocart.primary:hover{
    background: #102458 !important
}
.catalog-category-view.page-layout-1column  .products-list .product-item-details .tocart.primary span:after {
  content: "\f07a";
  margin-left: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* catalogsearch-result-index */
.catalogsearch-result-index .page-content .page-title-wrapper .page-title{
	font-size: 40px;
	font-weight: 600;
}
.catalogsearch-result-index .nav-tabs li a{
    font-weight: 700;
    font-size: 18px;
}
.catalogsearch-result-index .toolbar-products{
	max-width: 100%;
	border-bottom: 1px dotted #999;
	padding: 20px;
}
.catalogsearch-result-index p.toolbar-amount{
	display: block;
    width: 100%;
    max-width: max-content;
    border: 1px dotted #999;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 30px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.catalogsearch-result-index .toolbar-sorter.sorter {
	float: left;
	margin: 0;
}
.catalogsearch-result-index .field.limiter label,
.catalogsearch-result-index .toolbar-sorter.sorter .sorter-label{
    border: 1px solid #999;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #d8d8d8;
    color: black;
    display: block;
    float: left;
}
.catalogsearch-result-index  .limiter-text,
.catalogsearch-result-index  .sorter-action.sort-desc,
.catalogsearch-result-index  .list.products-list ~ .toolbar.toolbar-products,
.catalogsearch-result-index .std.wearesorry,
.catalogsearch-result-index .search.results dl.block,
.catalogsearch-result-index   .product-item-details .actions-secondary,
.catalogsearch-result-index  .product-item-description{
   display: none;
}
.catalogsearch-result-index .field.limiter .control .limiter-options{
    border: 0;
    height: 38px;
}
.catalogsearch-result-index .field.limiter .control,
.catalogsearch-result-index .toolbar-sorter.sorter .sorter-options{
    border: 1px solid #999;
    border-radius: 0;
    height: 40px;
    line-height: none;
    min-width: 150px;
    width: auto;
    color: black;
    margin-left: -6px;
    display: block;
    float: left;
    position: relative;
}
.catalogsearch-result-index  .wrapper.products-list {
    margin: 20px 0;
}
.catalogsearch-result-index  .products-list .product.product-item {
    height: 420px;
    border: 10px solid #d8d8d8;
    background: white;
    transition-duration: 0.3s;
    width: 23%;
    margin: 1%;
    margin-bottom: 4%;
    display: block;
    float: left;
    position: relative;
    padding: 20px;
}
.catalogsearch-result-index  .products-list .product.product-item:hover{
	box-shadow: 0 5px 22px rgba(0,0,0,0.2);
    border-color: #102458;
}
.catalogsearch-result-index  .products-list .product.product-item .product-item-photo {
	height: 200px;
	padding: 15px;
	margin-bottom: 15px;
	display: block;
}
.catalogsearch-result-index  .products-list .product-item-details .price-box .price{
	font-size: 18px;
	color: #102458;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.catalogsearch-result-index   .products-list .product.product-item .product-item-photo img {
    margin: auto;
    max-height: 180px;
    max-width: 100%;
}
.catalogsearch-result-index  .products-list .product-item-details .tocart.primary{
    line-height: 30px;
    height: auto;
    text-transform: uppercase;
    font-size: 12px;
    background: #61b145 !important;
}
.catalogsearch-result-index  .products-list .product-item-details .tocart.primary:hover{
	background: #102458 !important;
}
.catalogsearch-result-index  .products-list .product-item-details .tocart.primary span:after{
	content: "\f07a";
	margin-left: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.catalogsearch-result-index .container.account-login,
.catalogsearch-result-index .wrapper.products-list,
.checkout-index-index .container.account-login,
.category-electrical-components .container.account-login{
	background-color: #f6f6f6;
}
.catalogsearch-result-index .std.wearesorry h1{
	font-size: 60px;
    color: #102458;
    letter-spacing: -3px;
    font-weight: 600;
}
.catalogsearch-result-index  .std.wearesorry h2{
	color: #21366d;
    font-size: 40px;
    font-weight: 600;
}
.catalogsearch-result-index .std.wearesorry ul li{
	list-style: none;
    margin: 10px 0px;
    padding: 0px;
}
.catalogsearch-result-index .std.wearesorry ul li a{
	color: #61b145;
    font-weight: 500;
    font-size: 18px;
}
.block-minicart{
	display: none!important;
}
.ui-dialog-active .block-minicart{
	display: block!important;
}
.col.actions-toolbar-sec{
    vertical-align: top;
    padding: 20px 11px 10px;
}
.col.actions-toolbar-sec .action-edit {
    display: none;
}
.edit-section .action.action-delete{
	display: none;
}
.edit-section .action-edit{
	margin: 15px 15px 0 0!important;
	display: inline-block;
}
.ui-dialog{
	transition-delay: 3s;
	display: block!important;
}
@media (max-width: 479px){
  .catalogsearch-result-index .field.limiter,
  .category-electrical-components .field.limiter{
    margin-bottom: 20px;
    display: inline-block;
  }	
  .catalogsearch-result-index .toolbar-sorter.sorter,
  .category-electrical-components .toolbar-sorter.sorter{
  	padding: 0;
  }
  body.catalogsearch-result-index .products-list .product.product-item,
  body.category-electrical-components .products-list .product.product-item{
  	width: 100%!important;
  }
  .category-electrical-components .products-list .product.product-item{
    border: 0;
  }
}
@media (max-width: 600px){
  body.customer-account-login #pageBanner.minimal, 
  body.customer-account-forgotpassword #pageBanner.minimal, 
  body.customer-account-create #pageBanner.minimal,
  body.checkout-cart-index #pageBanner.minimal, 
  body.catalog-product-view #pageBanner.minimal,
  body.catalogsearch-result-index #pageBanner.minimal, 
  body.checkout-index-index #pageBanner.minimal,
  body.multishipping-checkout-login #pageBanner.minimal,
  body.category-electrical-components #pageBanner.minimal,
  body.catalog-category-view #pageBanner.minimal	{
  	margin-top: 43px;
  }
  body.catalog-product-view .product-info-main .box-tocart{
    text-align: center;
  }	
  body.catalog-product-view .product-info-main .box-tocart .field.qty{
     float: none;
  }
  body.catalog-product-view .product-info-main .paypal-logo.no-bml{
	width: auto;
	display: block;
	margin: 0 auto;
  }
  .container.account-login{
    padding:0 0 15px;
  }
  .page-layout-1column.catalog-product-view .page-title-wrapper .page-title,
  .checkout-cart-index .page-title-wrapper .page-title{
    font-size: 22px;
  }
  .page-layout-1column.catalog-product-view .product.media{
    width: 100%;
    padding: 0 15px;
    order: 1;
  }
  .page-layout-1column.catalog-product-view .product-info-main .price-box.price-final_price{
    width: 96%;
    max-width: none;
    padding: 0 0 0 15px;
  }
  .catalogsearch-result-index .std.wearesorry h1{
  	    font-size: 30px;
  }
  .catalogsearch-result-index .std.wearesorry h2{
       font-size: 25px;
  }
  .catalogsearch-result-index .std.wearesorry ul li a{
  	    font-size: 12px;
  }
  .customer-account-forgotpassword .account-login,
  .checkout-index-index .container.account-login{
  	 padding: 20px;
  }
}
@media only screen and (max-width: 767px){
	.minicart-wrapper .action.showcart{
		padding: 0 20px;
	}
	.banner-text #search_mini_form .label{
		display: none;
	}
	.banner-text #search_mini_form button{
		top: 0px;
		display: block;
	}
  .banner-text .block-search .control{
    border-top: 0;
    clear: both;
    margin: 0;
    padding: 0;
   }
	.banner-text #search_mini_form .input-text{
		position: static;
		margin: 0;
	}
	.banner-text #search_mini_form button span{
		font-size: 0;
	}
  .banner-text #search_mini_form button:before{
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		content: "\f002";
	}	
  .catalog-category-view.category-electrical-components .page-title-wrapper{
    margin: 30px 0 0;
  }
  .category-electrical-components p.toolbar-amount{
    padding: 1px 20px 0;
  }
  .category-electrical-components .toolbar-products{
    margin-bottom: 25px;
  }
	.catalog-product-view #pageBanner.minimal,
	.catalogsearch-result-index #pageBanner.minimal, 
	.checkout-index-index #pageBanner.minimal, 
	.multishipping-checkout-login #pageBanner.minimal,
  .category-electrical-components #pageBanner.minimal,
  .catalog-category-view #pageBanner.minimal  {
		padding-top: 20px;
		padding-bottom: 50px;
		margin-top: 40px;
	}
	.cart.table-wrapper .item .col.item {
     padding-bottom: 0;
  }
  .cart.table-wrapper .product-item-details .product-item-name a{
     font-size: 12px;	
  }
  .cart.table-wrapper thead .col.item, .cart.table-wrapper thead .col.qty, 
  .cart.table-wrapper thead .col.price, .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp,.cart-summary>.title,
  .checkout-index-index .authentication-wrapper{
      display: none;
  }
  .cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before{
  	content: attr(data-th);
  	display: block;
  	font-weight: 600;
  	padding-bottom: 10px;
  }
	.cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, 
	.cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
	    box-sizing: border-box;
	    display: block;
	    float: left;
	    white-space: nowrap;
	    width: 33%;
	   text-align: right;
	}
	.cart .action.continue, .cart .action.clear, .cart .action.update{
		margin-right: 0;
		width: 100%;
		margin-bottom: 8px;
	}
	.cart-summary{
		padding: 0 15px;
		width: 100%;
		display: inline-block;
		order: 2;
	}
	.cart-summary .block>.title:after, .paypal-review-discount .block>.title:after{
		position: absolute;
		right: 20px;
		top: 10px;
	}
	.cart-summary .block>.title{
		border-bottom: 1px solid #ccc;
		border-top:0;
	}
	.cart.table-wrapper .item .col.item{
		text-align: right;
	}
   .checkout-index-index .actions-toolbar>.primary .action{
		width: 100%;
   }
   .checkout-index-index .actions-toolbar>.primary .action.action-update,
   #checkout-payment-method-load{
   	   margin-bottom: 10px;
   }
   .checkout-index-index .actions-toolbar>.primary.action.action-apply{
   	   margin-top: 10px;
   }
   .catalogsearch-result-index .container.account-login,
   .checkout-cart-index .container.account-login,
   .multishipping-checkout-login .container.account-login,
   .checkout-cart-index .container.account-login,
   .category-electrical-components .container.account-login{
     	padding: 20px;
   }
   .checkout-cart-index .page-title-wrapper .page-title{
		font-size: 35px;
		margin-bottom: 20px;
		font-weight: 600;
		letter-spacing: 0;
   }
   .catalogsearch-result-index .page-content .page-title-wrapper .page-title{
   	    font-size: 25px;
   }
   .catalogsearch-result-index p.toolbar-amount{
   	    padding: 0px 17px 0;
   }
   .catalogsearch-result-index .nav-tabs li a{
   	    font-size: 15px;
   }
   body.catalogsearch-result-index .products-list .product.product-item .product-item-photo{
   	    height: 200px;
   }
   body.catalogsearch-result-index .products-list .product.product-item,
   .category-electrical-components .products-list .product.product-item{
    	width: 48%;
    	margin-right: 20px;
    }
    .checkout-cart-index .banner-text #search_mini_form{
    	left: 0;
    	top: 55px;
    }
    .multishipping-checkout-login .minicart-wrapper {
    	margin-top: 5px;
    }
    body.multishipping-checkout-login .banner-text #search_mini_form{
    	top: 85px;
    }
    .checkout-index-index .modal-custom.opc-summary-wrapper.custom-slide{
       margin-top: 20px;
    }  
    .checkout-index-index  .opc-estimated-wrapper .minicart-wrapper .action.showcart{
		position: absolute;
		right: 0;
		top: -12px
    }
    .checkout-index-index  #opc-sidebar .opc-block-summary {
        margin: 20px 0;
    }
    .category-electrical-components .toolbar:before {
      top: 51px;
    }

}

@media only screen and (min-width:768px){
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
 .cart-summary .block>.title:after {
    right: 3px;
    position: absolute;
  }
  .cart-container .form-cart{
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .cart-summary>.title {
	display: block;
	color: #000;
	font-size: 25px;
	font-weight: 600;
  }
  .cart.table-wrapper .item .col.item{
  	    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .product-item-details{
	  display: table-cell;
	  vertical-align: top;
	  white-space: normal;
	  width: 99%;
  }
  .cart.table-wrapper .product-item-photo{
	display: table-cell;
	max-width: 100%;
	padding-right: 20px;
	position: static;
	vertical-align: top;
	width: 1%;
  }
  .cart.table-wrapper .product-item-photo span img{
	width: 80px;
	object-fit: contain;
	height: 80px;
  }
  .minicart-wrapper{
    margin-left:15px;
  }
  .minicart-wrapper .block-minicart{
    width:390px;
  }
  .minilist .action.delete:before,.minicart-wrapper .action.edit:before{
    font-size:16px;
    line-height:inherit;
  }
  .block-search .label {
    border:0;
    clip:rect(0, 0, 0, 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
  }
  .block-search{
    float:right;
    padding-left:0;
    position:relative;
    width:300px;
    z-index:4;
  }
  .block-search .control{
    border-top:0;
    margin:0;
    padding:0;
  }
  .block-search input{
    margin:0;
    padding-right:35px;
    position:static;
  }
  .block-search input::-webkit-input-placeholder{
    color:#575757;
  }
  .block-search input:-moz-placeholder{
    color:#575757;
  }
  .block-search input::-moz-placeholder{
    color:#575757;
  }
  .block-search input:-ms-input-placeholder{
    color:#575757;
  }
  .block-search .action.search{
    display:inline-block;
    background-image:none;
    background:none;
    -moz-box-sizing:content-box;
    border:0;
    box-shadow:none;
    margin:0;
    padding:0;
    text-decoration:none;
    text-shadow:none;
    font-weight:400;
    position:absolute;
    right:10px;
    top:0;
    z-index:1;
  }
  .block-search .action.search>span{
    border:0;
    clip:rect(0, 0, 0, 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
  }
  .block-search .action.search:before{
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
  }
  .block-search .action.search:hover:before{
    color:#333;
  }
  .block-search .action.search:active:before{
    color:inherit;
  }
  .block-search .action.search:focus,.block-search .action.search:active{
    background:none;
    border:none;
  }
  .block-search .action.search:hover{
    background:none;
    border:none;
  }
  .block-search .action.search.disabled,.block-search .action.search[disabled],fieldset[disabled] .block-search .action.search{
    pointer-events:inherit;
    opacity:1;
    cursor: pointer;
  }
  .block-search .action.search:focus:before{
    color:#000;
  }
  /*checkoutpage*/
    .checkout-index-index .authentication-wrapper{
 		width: 33.33333333%;
		text-align: right;
    }
    .checkout-index-index .authentication-dropdown{
		background-color: #fff;
		border: 1px solid #aeaeae;
		-webkit-transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		-webkit-transition: -webkit-transform linear .1s,visibility 0s linear .1s;
		position: absolute;
		text-align: left;
		top: 100%;
		transform: scale(1, 0);
		transform-origin: 0 0;
		transition: transform linear .1s,visibility 0s linear .1s;
		visibility: hidden;
		width: 100%;
    }
    .checkout-index-index .authentication-dropdown._show{
		z-index: 100;
		-webkit-transform: scale(1, 1);
		-webkit-transition: -webkit-transform linear .1s,visibility 0s linear 0s;
		transform: scale(1, 1);
		transition: transform linear .1s,visibility 0s linear 0s;
		visibility: visible;
   }
   .checkout-index-index .block-authentication .block-title{
		font-size: 2.6rem;
		border-bottom: 0;
		margin-bottom: 25px;
	}
	.checkout-index-index .block-authentication .actions-toolbar>.secondary{
		float: left;
		margin-right: 2rem;
		padding-top: 1rem;
	}
	.checkout-index-index .block-authentication .actions-toolbar>.primary {
	    display: inline;
	    float: right;
	    margin-right: 0;
    }
    .checkout-index-index .opc-progress-bar{
		margin: 0 0 20px;
		counter-reset: i;
		display: inline-block;
		font-size: 0;
		width: 100%;
    }
    .checkout-index-index .opc-progress-bar-item{
		margin: 0;
		width: 190px;
		display: inline-block;
		position: relative;
		text-align: center;
		vertical-align: top;
    }
    .checkout-index-index .opc-progress-bar-item._active:before {
	    background: #102458;
	    border-color: #102458;
    }
    .checkout-index-index .opc-progress-bar-item:first-child:before{
    	border-radius: 6px 0 0 6px;
    }
    .checkout-index-index .opc-progress-bar-item:last-child:before{
    	border-radius: 0 6px 6px 0;
    }
    .checkout-index-index .opc-progress-bar-item:before{
		background: #e4e4e4;
		border: 1px solid #ccc;
		top: 19px;
		transition: background .3s;
		content: '';
		height: 7px;
		left: 0;
		position: absolute;
		width: 100%;
    }
    .checkout-index-index .opc-progress-bar-item>span{
		display: inline-block;
		padding-top: 45px;
		width: 100%;
		word-wrap: break-word;
		color: #666;
		font-weight: 300;
		font-size: 20px;
    }
    .checkout-index-index .opc-progress-bar-item._active>span {
	    color: #21366d;
	    font-weight: 600;
	}
	.checkout-index-index .opc-progress-bar-item._active>span:before{
		background: #102458;
		border-color: #102458;
	}
	.checkout-index-index .opc-progress-bar-item>span:before,
	.checkout-index-index .opc-progress-bar-item>span:after{
		background: #e4e4e4;
		border: 1px solid #ccc;
		height: 38px;
		margin-left: -19px;
		transition: background .3s;
		width: 38px;
		border-radius: 50%;
		content: '';
		left: 50%;
		position: absolute;
		top: 0;
	}
	.checkout-index-index .opc-progress-bar-item._active>span:after{
		border-color: #102458;
		content: '\e610';
		font-family: 'luma-icons';
	}
	.checkout-index-index .opc-progress-bar-item>span:after{
		background: #fff;
		height: 26px;
		margin-left: -13px;
		top: 6px;
		width: 26px;
		content: counter(i);
		counter-increment: i;
		color: #333;
		font-weight: 600;
		font-size: 1.2rem;
	}
	.checkout-cart-index .minicart-wrapper{
		display: none;
	}
	.checkout-index-index .opc-estimated-wrapper {
	   display: none;
	}  
	.checkout-index-index .opc-wrapper{
		width: 66.66666667%;
		float: left;
		display: inline-block;
		padding-right: 30px;
	}
	.checkout-index-index .opc-sidebar{
		margin: 46px 0 20px;
		width: 33.33333333%;
		float: right;
		display: inline-block;
	}
}




@media only screen and (max-width: 1079px) {
	.customer-account-login #pageBanner.minimal,
	.customer-account-forgotpassword #pageBanner.minimal, 
	.customer-account-create #pageBanner.minimal, 
	.checkout-cart-index #pageBanner.minimal, 
	.catalog-product-view #pageBanner.minimal,
	.catalogsearch-result-index #pageBanner.minimal,
	.checkout-index-index #pageBanner.minimal, 
	.multishipping-checkout-login #pageBanner.minimal,
  .category-electrical-components  #pageBanner.minimal{
        margin-top: 90px;
	}

   .catalog-product-view .account-login{
	    display: flex;
	    flex-wrap: wrap;
   }
   .page-layout-1column.catalog-product-view .product-info-main{
	    width: 100%;
	    float: none;
    order: 2;
  }
  .page-layout-1column.catalog-product-view .product.media{
    width: 60%;
    margin-bottom: 20px;
    order: 1;
    margin: auto;
    float: none;
    padding-bottom: 20px;
  }
  .catalog-product-view .product.detailed{
    order:3;
  }
  .catalogsearch-result-index .products-list .product.product-item,
  .category-electrical-components .products-list .product.product-item{
  	    width: 31%;
  }
  .catalogsearch-result-index .products-list .product.product-item .product-item-photo,
  .category-electrical-components .products-list .product.product-item .product-item-photo{
  	height: 160px;
  }
  .catalogsearch-result-index .products-list .product-item-details .tocart.primary,
  .category-electrical-components .products-list .product-item-details .tocart.primary{
  	    padding: 0 20px;
  }
}
@media only screen and (max-width: 1079px) and (min-width: 768px) {
	body .block-search{
        width: auto;
	}
	.checkout-cart-index .cart-container .form-cart{
		width: 100%;
	}
	.checkout-cart-index .cart-summary{
		width: 100%;
	}
	.cart .action.continue, .cart .action.clear, .cart .action.update{
	    padding: 0 20px;
	}
}

/*new css*/
body .container.account-login{
  background: #f6f6f6;
}
body .page.messages{
  background: #f6f6f6;
  margin: 0 auto;
  max-width: 1400px;
  padding: 15px 30px;
  text-align: center;
}
.section_middle.style2 .fadeout:after{
  display: none;
}
.fadeout:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
}  

@media (max-width: 1366px){
  .categorypath-about-us .section_middle.style2 .fadeout:after{
    display: block;
  }
  .categorypath-about-us .section_middle.style2 .grid_item{
    width: 350px;
  }
}
@media (max-width: 1439px){
  .categorypath-about-us .section_middle.style2 .grid_item {
    width: 350px;
  }
}  
@media (max-width: 767px){
  .catalog-category-view.page-layout-1column .page-title-wrapper{
        margin: 0;
  }
  .catalog-category-view.page-layout-1column .main-container{
        background: #f6f6f6;
  }
  .catalog-category-view.page-layout-1column .container.account-login{
    margin: 0 15px;
  }
  .catalog-category-view.page-layout-1column .products-list .product.product-item{
    width: 100%;
  }
  .catalog-category-view.page-layout-1column .toolbar-sorter.sorter{
    padding-left: 0;
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .catalog-category-view.page-layout-1column .products-list .product.product-item{
    width: 48%;
  }
}
@media (min-width: 1024px){
  .catalog-category-view .main-container.page-main{
    padding-left: 112px;
    padding-right: 113px;
    margin: 0 auto;
    background: #f6f6f6;
  }
  .page-layout-1column.catalog-category-view .container.account-login{
    padding: 0;
    margin: 0 10px;
  }
  body.catalog-category-view.page-layout-1column p.toolbar-amount{
    margin-bottom: 20px;
  }
  .catalog-category-view.page-layout-1column .wrapper.products-list{
    margin: 0 -1%;
  }
}
