/* Minification failed. Returning unminified contents.
(2318,59): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

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

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

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

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Varela Round", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0px; }

select {
  width: 100%;
  border-radius: 0px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0px;
  line-height: 1; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Varela Round", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #404040;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #373737; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #222222;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #404040;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #363636;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #404040;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #333333;
      color: #fff; }
  .button.secondary {
    background-color: #f3e5b5;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #e7cb6c;
      color: #fff; }
  .button.success {
    background-color: #986736;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #7a522b;
      color: #fff; }
  .button.alert {
    background-color: #c60f13;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #9e0c0f;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #404040;
    color: #404040; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #202020;
      color: #202020; }
    .button.hollow.primary {
      border: 1px solid #404040;
      color: #404040; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #202020;
        color: #202020; }
    .button.hollow.secondary {
      border: 1px solid #f3e5b5;
      color: #f3e5b5; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #b6941e;
        color: #b6941e; }
    .button.hollow.success {
      border: 1px solid #986736;
      color: #986736; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #4c341b;
        color: #4c341b; }
    .button.hollow.alert {
      border: 1px solid #c60f13;
      color: #c60f13; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #63080a;
        color: #63080a; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0px 0 0 0px; }
  .input-group > :last-child > * {
    border-radius: 0 0px 0px 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>);
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(198, 15, 19, 0.1);
  border-color: #c60f13; }

.is-invalid-label {
  color: #c60f13; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0px;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #404040;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #404040 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #404040;
  color: #fefefe; }
  .badge.secondary {
    background: #f3e5b5;
    color: #0a0a0a; }
  .badge.success {
    background: #986736;
    color: #fefefe; }
  .badge.alert {
    background: #c60f13;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #404040; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #404040;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #333333;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #f3e5b5;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #e7cb6c;
      color: #0a0a0a; }
  .button-group.success .button {
    background-color: #986736;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #7a522b;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #c60f13;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #9e0c0f;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0px;
  position: relative;
  color: #222222;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e2e2e2; }
  .callout.secondary {
    background-color: #fdfbf4; }
  .callout.success {
    background-color: #f3e8dd; }
  .callout.alert {
    background-color: #fcd6d6; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #404040;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #404040 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #404040 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #404040 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #404040;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0px;
  background: #404040;
  color: #fefefe; }
  .label.secondary {
    background: #f3e5b5;
    color: #0a0a0a; }
  .label.success {
    background: #986736;
    color: #fefefe; }
  .label.alert {
    background: #c60f13;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #404040;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0px; }
  .progress.primary .progress-meter {
    background-color: #404040; }
  .progress.secondary .progress-meter {
    background-color: #f3e5b5; }
  .progress.success .progress-meter {
    background-color: #986736; }
  .progress.alert .progress-meter {
    background-color: #c60f13; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #404040; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #404040;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #363636; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0px;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0px;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0px; }
  input:checked ~ .switch-paddle {
    background: #404040; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #222222; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #404040; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #4a4a4a; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #404040; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0px;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(64, 64, 64, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%; }
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%; }
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%; }
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-title {
    width: 100%; }
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

/*# sourceMappingURL=foundation.css.map */

input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #F4F4F4;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"],
input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    display: inline-block;
    margin: auto;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: auto; }
ul li ul, ul li ol { margin-bottom: 0; margin-left: inherit; }
label { display: inline-block; color: inherit; font-size: inherit; }
select { width: auto; height: 2rem; }
/*select {
  -webkit-appearance: listbox !important;
  -moz-appearance: listbox !important;
  background-color: #FAFAFA;
  background-image: none;
}*/
table { background: inherit; border: inherit; margin-bottom: inherit; table-layout: auto; }
    table thead tr th, table thead tr td { color: inherit; }
    table tr th, table tr td { font-size: inherit; }
    table tr.even, table tr.alt, table tr:nth-of-type(2n) { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
span.label, li.label { background: none; font: inherit; padding: inherit; color: inherit; }
a:focus { color: #5c5b5b; }
/*pages*/
.page-title { padding: 0; }

/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}
/* production css */

/*html {
	overflow: hidden;
}
body {
	position: absolute;
	left: 0;
	top: 0;
	right: -17px;
	bottom: 0;
	overflow-y: scroll;    
}*/


/*********** GLOBAL STYLES **********/


@font-face {
   font-family: 'Montserrat';
   src: url(/Themes/Uptown/Content/fonts/Montserrat-Regular.eot);
   src: url(/Themes/Uptown/Content/fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),
        url(/Themes/Uptown/Content/fonts/Montserrat-Regular.woff) format('woff'),
        url(/Themes/Uptown/Content/fonts/Montserrat-Regular.woff2) format('woff2'),
        url(/Themes/Uptown/Content/fonts/Montserrat-Regular.ttf) format('truetype'),
        url(/Themes/Uptown/Content/fonts/Montserrat-Regular.svg#MontserratRegular) format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Montserrat';
   src: url(/Themes/Uptown/Content/fonts/Montserrat-Bold.eot);
   src: url(/Themes/Uptown/Content/fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),
        url(/Themes/Uptown/Content/fonts/Montserrat-Bold.woff) format('woff'),
        url(/Themes/Uptown/Content/fonts/Montserrat-Bold.woff2) format('woff2'),
        url(/Themes/Uptown/Content/fonts/Montserrat-Bold.ttf) format('truetype'),
        url(/Themes/Uptown/Content/fonts/Montserrat-Bold.svg#MontserratRegular) format('svg');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'Droid Serif';
   src: url(/Themes/Uptown/Content/fonts/DroidSerif-Italic.eot);
   src: url(/Themes/Uptown/Content/fonts/DroidSerif-Italic.eot?#iefix) format('embedded-opentype'),
        url(/Themes/Uptown/Content/fonts/DroidSerif-Italic.woff) format('woff'),
        url(/Themes/Uptown/Content/fonts/DroidSerif-Italic.woff2) format('woff2'),
        url(/Themes/Uptown/Content/fonts/DroidSerif-Italic.ttf) format('truetype'),
        url(/Themes/Uptown/Content/fonts/DroidSerif-Italic.svg#MontserratRegular) format('svg');
   font-weight: normal;
   font-style: italic;
}

body {

    max-width: 100%;
	background: #fff;
	font: normal 13px 'Montserrat', 'Noto Sans', sans-serif;
    color: #454545;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
}
h1,h2,h3,h4,h5,h6 {
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 44px; /*safari padding fix*/
	border: 1px solid #f1f1f1;
	padding: 8px;
	vertical-align: middle;
}
input, textarea, select {
    font: normal 13px 'Montserrat', sans-serif;
}
textarea {
	min-height: 90px;
}
select {
	min-width: 50px;
	height: 44px; /*safari padding fix*/
	padding: 8px 12px;
    border: 1px solid #f1f1f1;
    color: #343642;
    font: normal 14px 'Montserrat', sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #d0d0d0;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
input:disabled,
textarea:disabled {
    background: rgba(241,241,241,.8);
}
label, label + * {
	vertical-align: middle;
}

.main-slider-wrapper {
    position: relative;
}
.master-column-wrapper {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
    width: 80%;
	margin: 0 auto;
    padding: 78px 0 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 90px;
}
.center-2, .side-2 {
	margin: 0 0 90px;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 10px;
    margin: 0 0 30px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.page-title h1 {
    font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 30px;
	height: 30px;
	background: #e56363 url(/Themes/Uptown/Content/img/rss-icon.png) center no-repeat;
    outline: 1px solid #f1f1f1;
    border: 2px solid #fff;
	font-size: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
}
.flyout-cart {
	display: none;
}

.secondary-font .header-upper .header-centering,
.secondary-font .header-selectors-wrapper select,
.secondary-font .header-selectors-wrapper .custom-select-text,
.secondary-font .header-menu .sublist li a,
.secondary-font .footer-lower,
.secondary-font .product-grid .title,
.secondary-font .category-item-name, 
.secondary-font .manufacturer-item-name,
.secondary-font .vendor-item-name,
.secondary-font .topic-block-title,
.secondary-font .news-list-homepage .title,
.secondary-font .home-page-polls .title,
.secondary-font .newsletter-title,
.secondary-font .item-box .add-info,
.secondary-font .page-title h1,
.secondary-font .block .list,
.secondary-font .block .tags, 
.secondary-font .product-tags-all-page,
.secondary-font .overview .product-name,
.secondary-font .variant-overview .variant-name,
.secondary-font .overview .prices, 
.secondary-font .variant-overview .prices,
.secondary-font .product-review-links,
.secondary-font .mini-shopping-cart .price,
.secondary-font .mini-shopping-cart .totals strong,
.secondary-font .product-collateral .title,
.secondary-font .product-review-list .title,
.secondary-font .fieldset .title, 
.secondary-font .section .title,
.secondary-font .login-page .title,
.secondary-font .order-review-data .title:first-child, 
.secondary-font .shipment-overview .title:first-child, 
.secondary-font .order-details-area .title:first-child, 
.secondary-font .shipment-details-area .title:first-child,
.secondary-font .opc .step-title *,
.secondary-font .sitemap-page .entity-title h2,
.secondary-font .post-title, 
.secondary-font .news-title,
.secondary-font .comment-list .title,
.secondary-font .forums-table-section-title,
.secondary-font .forums-table-section-title a,
.secondary-font .forum-page .forum-name h1, 
.secondary-font .forum-topic-page .topic-name h1,
.secondary-font .product-list .item-box .product-title a,
.secondary-font .rich-blog-homepage .title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}
.secondary-font .product-grid .title strong, 
.secondary-font .category-item-name,
.secondary-font .topic-block-title h2,
.secondary-font .news-list-homepage .title strong,
.secondary-font .home-page-polls .title strong,
.secondary-font .newsletter-title span,
.secondary-font .page-title h1,
.secondary-font .product-collateral .title strong,
.secondary-font .product-review-list .title strong,
.secondary-font .fieldset .title strong, 
.secondary-font .section .title strong,
.secondary-font .login-page .title strong,
.secondary-font .order-review-data .title:first-child, 
.secondary-font .shipment-overview .title:first-child, 
.secondary-font .order-details-area .title:first-child, 
.secondary-font .shipment-details-area .title:first-child,
.secondary-font .opc .step-title *,
.secondary-font .sitemap-page .entity-title h2,
.secondary-font .comment-list .title strong,
.secondary-font .forums-table-section-title,
.secondary-font .forum-page .forum-name h1, 
.secondary-font .forum-topic-page .topic-name h1,
.secondary-font .rich-blog-homepage .title strong {
    text-transform: none;
    letter-spacing: initial;
}


.secondary-font .category-item-count, 
.secondary-font .manufacturer-item-count,
.secondary-font .vendor-item-count {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 15px;
    visibility: hidden;
}
.secondary-font .block .view-all a,
.secondary-font .overview .short-description,
.secondary-font .product-details-page .full-description,
.secondary-font .product-list .item-box .description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}



/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
    max-width: 590px;
	margin: 0 auto 45px;
}
.fieldset .title,
.section .title {
	padding: 10px;
    margin: 0 0 2px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
}
.fieldset .title strong,
.section .title strong {
    font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
}
.form-fields {
	position: relative;
    padding: 30px;
    border-top: 1px solid #f1f1f1;
    background: #f8f8f8;
}
.inputs {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
    max-width: 490px;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 14px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    display: block;
    float: left;
    width: 100%;
    vertical-align: middle;
}

.inputs.custom-attributes {
	white-space: normal;
}

.inputs input#Newsletter {
    margin: 0 0 4px 20px;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    margin: 0 0 5px 20px;
    vertical-align: middle;
}
.inputs .option-list li {
	float: left;
	margin: 0 20px 0 0;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 3px;
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 -8px 0 0; /*siblings offset fix*/
	font-size: 14px;
	color: #e56364;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	font-size: 12px;
	color: #e56364;
    clear: both;
    text-align: center;
    padding: 5px 0 0;
}
.validation-summary-errors li {
    padding: 7px 0;
}
.field-validation-valid,
.username-available-status {
	display: block;
    font-size: 12px;
    color: #1ea480;
    clear: both;
    text-align: center;
    padding: 5px 0 0;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}



.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
}
@keyframes spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loader,
.ajax-loading-block-window {
    position: fixed;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
  
.loader:after, 
.ajax-loading-block-window:after,
.loader:before,
.ajax-loading-block-window:before {
    content: '';
    position: fixed;
    border: 2px solid #454545;
    width: 30px;
    height: 30px;
    outline: 1px solid transparent; /*firefox fix*/
}

.loader:after,
.ajax-loading-block-window:after {
    animation: spinner 2.5s linear infinite;
}
.loader:before,
.ajax-loading-block-window:before {
    width: 44px;
    height: 44px;
    margin-left: -7px;
    margin-top: -7px;
    animation: spinner 2.5s linear infinite;
    animation-direction: reverse;
}


/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1040;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #1ea480;
}
.bar-notification.error {
	background: #e56364;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
    text-transform: uppercase;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/Uptown/Content/img/close.png) center no-repeat;
	cursor: pointer;
	opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.noscript {
    background-color: #ff9;
	padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
	z-index: 999;
	background: none;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1050;
	width: 700px !important;
	max-width: 95%;
	background: #fff;
    box-shadow: 0px 0px 15px rgba(150, 150, 150,0.3);
}
.ui-dialog-titlebar {
	padding: 10px;
    border-bottom: 4px double #f1f1f1;
    text-align: center;
    font: 15px 'Montserrat', sans-serif;
}
.ui-dialog-titlebar:after {
    content: '';
    display: block;
    clear: both;
}
.ui-dialog-titlebar span {
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: -6px;
	right: -43px;
	width: 32px;
	height: 32px;
	margin: 6px;
	overflow: hidden;
	border: 1px solid #a39f9f;
	background: #fff url(/Themes/Uptown/Content/img/clear.png) center no-repeat;
	font-size: 0;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 20px;
    text-align: center;
    background: #f8f8f8;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.ui-dialog .ui-dialog-content .page-title {
    position: static;
    padding: 0;
    border: none;
    margin: 0 0 5px;
}
.ui-dialog .ui-dialog-content .page-title h1{
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
}
.ui-dialog .back-in-stock-subscription-page button {
    display: inline-block;
    padding: 8.5px 20px;
    font-size: 12px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.ui-dialog .back-in-stock-subscription-page button:hover {
    background: #e56363;
}
.ui-dialog .ui-dialog-content .page-body {
    border: none;
    padding: 0;
    text-align: center;
}
.ui-dialog .tooltip {
    margin: 0 0 15px;
}

.eu-cookie-bar-notification {
    position: fixed;
	left: 0;
    right: 0;
    bottom: 0;
	z-index: 1050;
	width: 100%;
    margin: 0;
    background: #f8f8f8;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification:before {
    content: '';
    display: block;
    background: #fff;
    height: 4px;
    border-top: 4px double #f1f1f1;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
}
.eu-cookie-bar-notification .content > * {
    display: inline-block;
    margin: 0 10px;
}
.eu-cookie-bar-notification .text {
	color: #909090;
    font: 14px/22px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 4px 10px;
}
.eu-cookie-bar-notification button {
	font-size: 13px;
    display: inline-block;
    padding: 7px 20px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.eu-cookie-bar-notification button:hover {
	background: #e56363;
}
.eu-cookie-bar-notification a {
	display: inline-block;
    margin: 0 10px;
	color: #e56363;
    font-size: 14px;
}
.eu-cookie-bar-notification a:hover {
    text-decoration: underline;
}

#goToTop {
    display: none;
    position: fixed;
	right: 40px;
    bottom: 40px;
	z-index: 1055;
    width: 45px;
    height: 45px;
    overflow: hidden;
	background: #e56363 url(/Themes/Uptown/Content/img/goTop.png) no-repeat center 46%;
    text-align: center;
    color: #fff;
	text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .85;
}
#goToTop:hover {
    opacity: 1;
}

/*********** HEADER ***********/



.admin-header-links {
    background: #fff;
    color: #6a6a6a;
    border: 1px solid #efefef;
	text-align: center;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 38px;
    font-size: 13px;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links a {
	display: inline-block;
}
.admin-header-links a:only-child {
    display: block;
}
.admin-header-links .impersonate > * {
    display: inline-block;
}
.admin-header-links .impersonate a {
    text-decoration: underline;
}
.header { 
	margin: 0 auto 10px;
	text-align: center;
    background: #fff;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header-upper {
    margin: 0 0 10px;
}
.header-centering:after {
    content: "";
    display: block;
    clear: both;
} 
.header-welcome-message{
    background: #282828;
    color: #adadad;
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-social-icons {
    font-size: 0;
}
.header-social-icons li {
    display: inline-block;
}
.header-social-icons a {
    display: block;
    width: 30px;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-social-icons a.twitter{
    background: url(/Themes/Uptown/Content/img/header-social.png) left 9px center no-repeat;
}
.header-social-icons a.instagram{
    background: url(/Themes/Uptown/Content/img/header-social.png) left -22px center no-repeat;
}
.header-social-icons a.facebook{
    background: url(/Themes/Uptown/Content/img/header-social.png) left -53px center no-repeat;
}
.header-social-icons a.google{
    background: url(/Themes/Uptown/Content/img/header-social.png) left -112px center no-repeat;
}
.header-social-icons a.pinterest{
    background: url(/Themes/Uptown/Content/img/header-social.png) left -165px center no-repeat;
}
.header-social-icons a.vimeo{
    background: url(/Themes/Uptown/Content/img/header-social.png) left -188px center no-repeat;
}
.header-social-icons a.youtube{
    background: url(/Themes/Uptown/Content/img/header-social.png) left -83px center no-repeat;
}
.header-social-icons a.rss{
    background: url(/Themes/Uptown/Content/img/header-social.png) left -140px center no-repeat;
}
.header-social-icons a:hover {
    background-image: url(/Themes/Uptown/Content/img/header-social-hover.png);
}

.header-logo {
	margin: 0 0 10px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
	width: 133px;
}

.header-logo a img {
	max-width: 100%;
    max-height: 100%;
    opacity: 1;
}
.header-links-wrapper {
	position: relative;
	margin: 0 0 20px;
}
.header-links {
}
.header-links ul {
	font-size: 0;
    display: inline-block;
}
.header-links span {
    display: inline-block;
    font-size: 13px; /*reset zeroing*/
    line-height: 40px;
}
.header-links a {
    display: block;
    font-size: 13px; /*reset zeroing*/
    line-height: 40px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-links .account-navigation-wrapper {
    display: none;
}
.header-links-wrapper .facebook-login-block {
    border-bottom: 1px solid #f1f1f1;
}
.header-links-wrapper .facebook-login-block .title {
    display: none;
}
.header-links-wrapper .facebook-login-block .buttons {
    margin: 0;
    padding: 6.5px;
}
.facebook-login-block .buttons a,
.header-links-wrapper .facebook-login-block .buttons a {
    width: 207px;
    height: 37px;
    margin: auto;
    background: url(/Themes/Uptown/Content/img/facebook-login.png) center no-repeat !important;
}
.header-links-wrapper .facebook-login-block .buttons a:before {
    display: none;
}
.facebook-login-block .buttons a:hover,
.header-links-wrapper .facebook-login-block .buttons a:hover {
    opacity: .9 !important;
}
.header-links .cart-qty {
	padding: 0 0 0 20px;
}

.store-search-box {
	position: relative;
    width: 130px;
    height: 40px;
}
.store-search-box form {
	display: inline-block;
}
.store-search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.store-search-box input.search-box-text {
    height: auto;
    font-size: 12px;
    display: inline-block;
    border: none;
    text-align: right;
    text-transform: uppercase;
    padding: 5px;
    width: 80px;
    z-index: 1;
}
.store-search-box .search-box-button {
	width: 40px;
	height: 40px;
    display: inline-block;
    text-indent: -10000px;
    border: none;
    cursor: pointer;
    cursor: pointer;
    background: #fff url(/Themes/Uptown/Content/img/search-button.png) center no-repeat;
}

.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	z-index: 1070;
	width: 256px !important; /*default = txtfield + button*/
	overflow: hidden;
	padding: 13px 0 4px;
}
.ui-autocomplete:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 4px double #f1f1f1;
    background: #fff;
}
.ui-autocomplete li {
	border-top: 1px solid #f1f1f1;
    background: #fff;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 10px 8px;
    color: #909090;
}
.ui-autocomplete a.ui-state-focus {
	background: #f8f8f8;
}
.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.header-selectors-wrapper {
	font-size: 0;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: middle;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.flyout-cart {
	display: none;
	position: absolute;
	z-index: 1011;
	width: 500px;
}
.cart-wrapper.active .flyout-cart {
	display: block;
}
.mini-shopping-cart {
	font-size: 13px;
    color: #909090;
    border: 1px solid #fff;
	box-shadow: 0 0 10px rgba(46,46,46,0.20);
	background: #fff;
    text-align: initial;
    padding: 0 0 30px;
}
.mini-shopping-cart a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mini-shopping-cart a:hover {
    color: #e56363;
}
.mini-shopping-cart .count {
    margin: 30px 30px 0;
	padding: 0 0 10px;
    border-bottom: 4px double #f1f1f1;
    overflow: hidden;
}
.mini-shopping-cart-title {
    float: left;
    color: #3b3b3b;
    font-size: 15px;
    text-transform: uppercase;
}
.mini-shopping-cart .no-items-message {
    text-transform: uppercase;
    text-align: center;
}
.mini-shopping-cart .count a {
	float: right;
    font-size: 14px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mini-shopping-cart .count a:hover {
    color: #e56363;
    text-decoration: none;
}
.mini-shopping-cart .items {
	margin: 0 10px 10px 30px;
    padding: 0 20px 0 0;
    overflow: hidden;
}
.mini-shopping-cart .items.ps-container {
	position: relative;
}
.mini-shopping-cart .item {
	border-top: 1px solid #f1f1f1;
	padding: 10px 0 10px 10px;
    position: relative;
}
.mini-shopping-cart .item:after {
    content: '';
    display: block;
    clear: both;
}
.mini-shopping-cart .item.first {
    border-top: none;
}
.mini-shopping-cart .picture {
	float: left;
	width: 40px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 125%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 54px;
    overflow: hidden;
}
.mini-shopping-cart .name {
    max-height: 2.4em;
    overflow: hidden;
	font-size: 14px;
    color: #454545;
	font-weight: bold;
}
.mini-shopping-cart .attributes {
    line-height: 1.6em;
    margin: 5px 0;
}
.mini-shopping-cart .price {
    display: inline-block;
    font-size: 0;
}
.mini-shopping-cart .price span {
    font-size: 15px;
    color: #4d4d4d;
}
.mini-shopping-cart .quantity {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
.mini-shopping-cart .quantity span {
    color: #4d4d4d;
    display: inline-block;
}
.mini-shopping-cart .totals {
    margin: 0 0 30px;
	padding: 17px 0;
	font-size: 14px;
    color: #454545;
    font-weight: bold;
    background: #f8f8f8;
	text-align: center;
}
.mini-shopping-cart .totals strong {
	color: #e56363;
    font-size: 18px;
    display: block;
    margin: 5px 0 0 ;
}
.mini-shopping-cart .buttons {
	margin: 0 30px;
	text-align: center;
    font-size: 0;
}
.mini-shopping-cart input[type="button"] {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    padding: 15px 35px;
    background: #454545;
    color: #fff;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.mini-shopping-cart input[type="button"]:hover {
    background: #e56363;
}
.mini-shopping-cart input[type="button"]:first-child {
    outline: 1px solid #ededed;
    border: 3px solid #fff;
    background: #fff;
    padding: 12px 35px;
    color: #4d4d4d;
}
.mini-shopping-cart input[type="button"]:first-child:hover {
    background: #e56363;
    color: #fff;
}
.mini-shopping-cart input[type="button"]:only-child {
    background: #454545;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px 35px;
}

.mini-shopping-cart-item-close {
    position: absolute;
    top: 17px;
    left: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #f1f1f1;
    font-size: 0;
    background: url(/Themes/Uptown/Content/img/close.png) center no-repeat;
}




.slider-wrapper.theme-custom {
	margin: 0 auto 30px; /*overrides default slider*/
}

/*********** FOOTER ***********/



.footer {
	text-align: center;
}

.footer-upper {
    width: 90%;
	margin: 0 auto 30px;
	overflow: hidden;
}
.footer-upper > div {
    margin: 0 0 30px;
}
.footer-1 .newsletter { 
	border: 4px double #f1f1f1;
}
.newsletter-title {
    margin: 45px 30px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsletter-title span {
    font-weight: normal;
    font-size: 18px;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.newsletter-box-description {
    padding: 20px;
    background: #f8f8f8;
    color: #909090;
    font-size: 15px;
    line-height: 30px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif; 
}
.newsletter-box-button {
    display: inline-block;
    position: relative;
    margin: 5px 0 50px;
    font-size: 14px;
    padding: 18px 40px 18px 70px;
    background: #2e2e2e;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.newsletter-box-button:before {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0;
    margin: auto;
    background: #e56363 url(/Themes/Uptown/Content/img/subscribe-button.png) center no-repeat;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.newsletter-box-button:hover {
    background: #e56363;
}
.newsletter-box-button:hover:before {
    background-image: url(/Themes/Uptown/Content/img/subscribe-button-hover.png);
}

.footer-1 .newsletter-subscribe {
    display: none;
    max-width: 350px;
    margin: 30px 30px 0;
}
.newsletter-email {
    position: relative;
}
.newsletter-email .newsletter-subscribe-text {
	width: 100%;
    color: #b7b7b7;
    padding: 15px 20px;
    border: 1px solid #ebebeb;
	height: 50px;
}
.newsletter-email .newsletter-subscribe-button {
    width: 100%;
	border: none;
    color: #fff;
    text-transform: uppercase;
	background: #2e2e2e;
    padding: 10px 23px;
    height: 42px;
}
.newsletter-email .options {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #909090;
}
.newsletter-email .options span {
    display: inline-block;
    padding: 10px 0;
    margin: 0 5px;
    cursor: pointer;
}
.newsletter-email .options label {
    cursor: pointer;
}

.newsletter-email .newsletter-unsubscribe-button {
	display: block;
	border: none;
	background: none;
	margin: auto;
	padding: 10px 0;
}
.newsletter-validation, 
.newsletter-result-block { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
.newsletter-validation .please-wait {
	display: none !important; 
}
.newsletter-result {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #3a3a3a;
    line-height: 2em;
    padding: 15px;
    text-align: center;
}


.footer-middle {
	overflow: hidden;
    background: #404040;
    color: #adadad;
}
.footer-block {
}
.footer-block .title {
	font-size: 14px;
    color: #fff;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    padding: 15px;
    font-weight: normal;
    cursor: pointer;
    text-transform: uppercase;
}
.footer-block .title:first-child {
    border-top: none;
}
.footer-block .title span {
    padding-right: 20px;
    position: relative;
}
.footer-block .title span:after {
    content: '';
    display: block;
    width: 10px;
    height: 9px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #e56363 url(/Themes/Uptown/Content/img/footer-arrow.png) center no-repeat;
}
.footer-2 .footer-block .title span:after {
    background: #e56363 url(/Themes/Uptown/Content/img/footer-arrow-footer-2.png) center no-repeat;
}
.footer-block ul {
    font-size: 13px;
    margin: 20px 0;
}
.footer-collapse {
    display: none;
}
.footer-block li {
}
.footer-menu a,
.footer-menu span {
    padding: 7px;
    display: inline-block;
}
.footer-block p {
    line-height: 25px;
    margin: 20px auto;
    max-width: 320px;
    font-size: 13px;
}

.accepted-payment-methods {
    margin: 35px 0 !important;
	font-size: 0;
}
.accepted-payment-methods li { 
	display: inline-block;
	width: 32px;
	height: 20px;
	background: url(/Themes/Uptown/Content/img/payment_sprite.png) no-repeat;
    margin: 0 12.5px;
    border-radius: 1px;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -32px 0;
}
.accepted-payment-methods .method3 {
	background-position: -64px 0;
}
.accepted-payment-methods .method4 {
	background-position: -96px 0;
}

.social-sharing {
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 4px 8px;
    border: 1px solid #585858;
    padding: 3px;
    height: 46px;
}
.social-sharing a {
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
}
.social-sharing a span {
    padding: 0;
    display: block;
	width: 38px;
	height: 38px;
}

.social-sharing a .flip{
	background: #e56363 url(/Themes/Uptown/Content/img/social_sprite.png) no-repeat ;
}
.social-sharing a .flop {
    display: none;
    background: #e56363 url(/Themes/Uptown/Content/img/social_sprite_hover.png) no-repeat;
}

.social-sharing .twitter span {
	background-position: 0 center;
}
.social-sharing .instagram span {
    background-position: -54px center;
}
.social-sharing .facebook span {
	background-position: -108px center;
}
.social-sharing .google span{
	background-position: -215px center;
}
.social-sharing .pinterest span {
	background-position: -323px center;
}
.social-sharing .vimeo span{
	background-position: -378px center;
}
.social-sharing .youtube span{
	background-position: -161px center;
}
.social-sharing .rss span{
	background-position: -271px center;
}

.footer-lower {
	font-size: 13px;
    color: #888;
    background: #2e2e2e;
    padding: 15px 0;
}
.footer-lower:after {
    content: '';
    display: block;
    clear: both;
}
.footer-lower > div {
	padding: 6px 0;
}
.footer-powered-by {
}

.footer-lower a {
    color: #e56363;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-lower a:hover {
    text-decoration: underline;
}
.footer-store-theme {
}
.footer-store-theme select {
	width: 170px;
}


/************** FOOTER 2 ***********/

.footer-2 {
    text-align: center;
}
.footer-2 .footer-upper {
    overflow: hidden;
    background: #f8f8f8;
    color: #8f8f8f;
    padding: 45px 0;
    margin: 0;
    width: 100%;
}
.footer-2 .logo {
    display: inline-block;
    margin: 0 0 20px;
}
.footer-2 .logo ing {
    max-width: 90%;
}
.footer-2 .footer-block .title {
    color: #383838;
    border-color: #eaeaea;
}
.footer-2 .newsletter {
    margin: 40px auto 0;
    width: 400px;
    max-width: 100%;
}
.footer-2 .newsletter-email .newsletter-subscribe-text {
    height: 47px;
    border: none !important;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.footer-2 .newsletter-email .newsletter-subscribe-button {
    font-size: 0;
    background: #e56363 url(/Themes/Uptown/Content/img/subscribe-button-footer-2.png) center no-repeat;
    width: 47px;
    height: 47px;
    top: 0;
    right: 0;
}
.footer-2 .footer-menu .address span{
    padding-left: 30px;
    position: relative;
    
}
.footer-2 .footer-menu .address span:before {
    content: '';
    display: block;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 2px;
    background: #e56363 url(/Themes/Uptown/Content/img/footer-contact-sprite.png) left center no-repeat ;
}
.footer-2 .footer-menu .phone span {
    padding-left: 30px;
    position: relative;
}
.footer-2 .footer-menu .phone span:before {
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 3px;
    background: #e56363 url(/Themes/Uptown/Content/img/footer-contact-sprite.png) -14px center no-repeat;
}
.footer-2 .footer-menu .email span {
    padding-left: 30px;
    position: relative;
}
.footer-2 .footer-menu .email span:before {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #e56363 url(/Themes/Uptown/Content/img/footer-contact-sprite.png) -25px center no-repeat;
}
.footer-2 .footer-lower {
    background: #3b3b3b;
    font-size: 13px;
    color: #888;
}
.footer-2 .footer-lower-left > div {
    padding: 6px 0;
}
.footer-2 .footer-lower .footer-centering { 
}
.footer-2 .accepted-payment-methods {
    margin: 0 !important;
    padding: 6px;
} 
.footer-2 .footer-menu a:hover {
    color: #4c4c4c;
}

/*************** HOME PAGE ************/

.home-page-body .master-column-wrapper {
    padding: 0;
    width: 100%;
}
.home-page .topic-block,
.home-page .category-grid,
.home-page .product-grid,
.home-page-banners,
.home-page .news-list-homepage,
.home-page .home-page-polls,
.home-page-blog-social-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/*********** LEFT/RIGHT COLUMN ***********/


.block {
	margin: 0 0 20px;
	text-align: center;
}
.block .title {
    padding: 7px 25px;
	margin: 0 0 20px;
	cursor: pointer;
    background: url(/Themes/Uptown/Content/img/select-arrow.png) right center no-repeat,
                url(/Themes/Uptown/Content/img/select-arrow.png) left center no-repeat;
    border-bottom: 4px double #f1f1f1;
}

.block .title strong {
	font-weight: normal;
    display: block;
    color: #4d4d4d;
    font-size: 15px;
    text-transform: uppercase;
}
.block .listbox {
	display: none;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list {
    text-align: left;
}
.block .list li {
}
.block .list a {
	display: block;
	padding: 7px;
    color: #909090;
    font-size: 13px;
}
.block .active > a {
    color: #e56363;
}
.block .list img {
	display: none;
}

.block .sublist {
	padding: 0 5px;
}
.block .list .sublist a {
    padding: 7px 0 7px 15px;
    position: relative;
}
.block .list .sublist a:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #454545;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.block .view-all {
	margin: 15px 0 0;
}
.block .view-all a {
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #e56363;
    font-size: 13px;
    padding: 5px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.block .view-all a:hover {
    text-decoration: underline;
}

.block .tags {
	margin: 0 0 10px;
    color: #909090;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	overflow: hidden;
	font-size: 14px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}

.onecolumn-category-block-wrapper .block{
    margin: 60px 0;
}
.onecolumn-category-block-wrapper .block .title,
.category-page-body .center-1 .block-popular-tags .title {
    text-align: center;
}
.onecolumn-category-block-wrapper .block .list,
.category-page-body .center-1 .block-popular-tags .tags {
    text-align: center;
}
.onecolumn-category-block-wrapper .block .list li {
    display: inline-block;
}
.onecolumn-category-block-wrapper .block .list li a {
    padding: 7px 10px;
}
.onecolumn-category-block-wrapper .block .sublist {
    display: none;
}
.onecolumn-category-block-wrapper .block .view-all,
.category-page-body .center-1 .block-popular-tags .view-all {
    text-align: center;
}

.poll {
    margin: 0 0 45px;
}
.poll strong {
    font-size: 15px;
    color: #e56363;
    font-weight: normal;
	display: block;
	margin: 0 0 10px;
}
.poll-options,
.poll-results {
    color: #909090;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
    font-size: 13px;
	display: inline-block;
    padding: 7px 20px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;	
}
.poll .buttons input:hover {
    background: #e56363;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

.home-page-polls {
	text-align: center;
    margin: 0 0 60px;
}
.home-page-polls .title {
	padding: 10px;
    margin: 0 0 30px;
    font-size: 22px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.home-page-polls .title strong {
	font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 60px;
	text-align: center;
    background: #f8f8f8;
    color: #909090;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    padding: 10px 0;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li > * {
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
}
.breadcrumb strong {
	font-weight: normal;
    padding: 7px 0;
    display: inline-block;
}
.breadcrumb a {
    display: inline-block;
    padding: 7px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.breadcrumb a:hover {
    color: #e56363;
}

.category-description,
.manufacturer-description,
.vendor-description {
	line-height: 25px;
    color: #909090;
    font-size: 14px;
    margin: 0 0 30px;
}
.category-description a,
.manufacturer-description a,
.vendor-description a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.category-description a:hover,
.manufacturer-description a:hover,
.vendor-description a:hover {
    color: #e56363;
}

.product-filters {
	display: none;
}

.product-selectors {
    position: relative;
	margin: 0 0 10px;
	text-align: center;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
    color: #909090;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: block;
    margin: 0 0 10px;
}
.product-selectors select {
	margin: 0 5px;
}
.product-selectors span {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
}
.product-selectors .product-viewmode {
	display: none;
}
.product-selectors .product-viewmode span {
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 40px;
	height: 40px;
    border: 1px solid #d0d0d0;
	margin: 0 0 0 7px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	opacity: 0.5;
}
.product-selectors .product-viewmode a.grid {
	background-image: url(/Themes/Uptown/Content/img/view-grid.png);
}
.product-selectors .product-viewmode a.list {
	background-image: url(/Themes/Uptown/Content/img/view-list.png);
}
.product-selectors .product-viewmode a.selected {
	opacity: 1;
}
.product-selectors .product-page-size {
    display: block;
}

.category-item,
.sub-category-item,
.manufacturer-item,
.vendor-item {
    position: relative;
}
.category-item .title,
.sub-category-item .title,
.manufacturer-item .title,
.vendor-item .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
/*    background: rgba(0,0,0,.3);   */
    margin: 10px;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.manufacturer-item .title,
.vendor-item .title {
    opacity: 0;
    margin: 0;
    background: rgba(255,255,255,.9);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.manufacturer-item:hover .title,
.vendor-item:hover .title {
    opacity: 1;
}
.category-item .title:hover,
.sub-category-item .title:hover {
    margin: 13px;
}
.category-item .title a,
.sub-category-item .title a,
.manufacturer-item .title a,
.vendor-item .title a {
    width: 100%;
    height: 100%;
    display: block;
}
.category-item .title span,
.sub-category-item .title span,
.manufacturer-item .title span,
.vendor-item .title span {
    display: block;
}
.category-item-text-wrapper,
.manufacturer-item-text-wrapper,
.vendor-item-text-wrapper{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -33px 0 0;
    text-align: center;
}
.category-item-text-wrapper-otro
{
    position: absolute;
    left: 0;
    right: 0;
    margin: -33px 0 0;
    text-align: center;
}
.category-item-name,
.manufacturer-item-name,
.vendor-item-name {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    margin: 0 0 6px;
}

.category-item-name-otro
{
    color: #4d4d4d;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    font-weight: normal;
}

.manufacturer-item-name,
.vendor-item-name {
    font-size: 22px;
    color: #454545;
}
.category-item-count,
.manufacturer-item-count,
.vendor-item-count {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: normal;
    line-height: 1em;
    padding: 12px 0 0; 
}
.manufacturer-item-count,
.vendor-item-count {
    font-size: 15px;
    color: #e56363;
}
.category-item-count:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 23px;
    height: 1px;
    background: #000;
}
.category-item .picture,
.sub-category-item .picture,
.manufacturer-item .picture,
.vendor-item .picutre {
    z-index: 1;
}
.item-box .sub-category-item .picture a:before,
.item-box .manufacturer-item .picture a:before,
.item-box .vendor-item .picture a:before {
    padding-top: 63%;
}

.home-page-category-grid.three .item-box .picture a:before {
    padding-top: 63%;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after,
.vendor-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
	float: left;
    margin: 0 0 55px;
}
.item-box:before {
}
.item-box .product-item {
}
.product-item-picture-wrapper {
    margin: 0 0 25px;
    position: relative;
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
    overflow: hidden;
}
.product-grid .item-box .picture a:before,
.product-list .item-box .picture a:before {
    padding-top: 125%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
    z-index: 1;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .picture .second-product-image {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-box:hover .picture .second-product-image {
    opacity: 1;
}
.item-box .picture .second-product-image ~ .product-image {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-box:hover .picture .second-product-image ~ .product-image {
    opacity: 0;
}
.item-box .details {
}
.item-box .title {
}
.item-box .product-title {
	overflow: hidden;
    margin: 0 0 5px
}
.item-box .product-title a {
	display: block;
    font-size: 14px;
    color: #909090;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.item-box .product-title a:hover {
    color: #e56363;
}
.item-box .product-rating-box {
    display: none;
    /*display: inline-block;*/
	margin: 10px 0;
}
.item-box .rating {
	background: url(/Themes/Uptown/Content/img/rating-1.png) repeat-x;
	width: 80px;
	height: 13px;
}
.item-box .rating div {
	background: #e56363 url(/Themes/Uptown/Content/img/rating-2.png) repeat-x;
    height: 13px;
}
.item-box .description {
	display: none;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 10px;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .color-squares {
    margin: 12px 0 0;
}
.item-box .prices {
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;
}
.item-box .prices span {
    display: inline-block;
}
.item-box .old-price {
    color: #4d4d4d;
	text-decoration: line-through;
    
}
.item-box .actual-price {
    color: #e56363;
    margin: 0 8px 0 0;
}
.item-box .actual-price:only-child {
    color: #4d4d4d;
    margin: 0;
}
.item-box .buttons {
    display: none;
	margin: 0;
    font-size: 0;
}
.item-box .tax-shipping-info a {
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.item-box .tax-shipping-info a:hover {
    color: #e56363;
}
.item-box input[type="button"] {
    height: 38px;
    vertical-align: middle;
    margin: 1px 5px 10px 0;
    border: 1px solid #f1f1f1;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.item-box input[type="button"]:hover {
    background-color: #e56363;
    color: #fff;
    border-color: #e56363;
}
.item-box input.add-to-compare-list-button,
.item-box input.add-to-wishlist-button {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    width: 38px;
}
.item-box input.add-to-compare-list-button {
	background-image: url(/Themes/Uptown/Content/img/product-compare.png);
}
.item-box input.add-to-compare-list-button:hover {
	background-image: url(/Themes/Uptown/Content/img/product-compare-hover.png);
}
.item-box input.add-to-wishlist-button {
	background-image: url(/Themes/Uptown/Content/img/product-wishlist.png);
}
.item-box input.add-to-wishlist-button:hover {
    background-image: url(/Themes/Uptown/Content/img/product-wishlist-hover.png);
}
.item-box input[type="button"].product-box-add-to-cart-button {
    padding: 0 15px 0 40px;
    margin-right: 0;
    font-size: 13px;
    line-height: 38px;
    color: #909090;
    background: #fff url(/Themes/Uptown/Content/img/product-add-to-cart.png) no-repeat left 15px top 10px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.item-box input[type="button"].product-box-add-to-cart-button:hover {
    background-color: #e56363;
    color: #fff;
    background-image: url(/Themes/Uptown/Content/img/product-add-to-cart-hover.png);
}

.item-box .color-squares .color {
    width: 17px !important;
    height: 17px !important;
    background-size: 100%;
}
.item-box .color-squares li input {
    margin: -23px 0 0;
    opacity: 0;
}
.item-box .color-squares li {
    margin: 0 3px 3px 0;
}

.home-page-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 60px;
}
.sub-category-grid {
    margin: 0 0 35px;
}

.product-grid,
.product-list {
	margin: 0 0 60px;
}
.product-grid .title {
    padding: 10px;
	margin: 0 0 50px;
	font-size: 22px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.product-grid .title strong {
	font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.cross-sells {
    margin: 60px 0;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 3px 0 0 3px;
	vertical-align: middle;
    border: 1px solid #f1f1f1;
}
.pager li.next-page{
    margin: 3px 0 0 17px;
}
.pager li.previous-page {
    margin: 3px 14px 0 3px;
}
.pager li * {
	display: block;
	min-width: 30px;
	height: 32px;
    color: #8d8d8d;
	text-align: center;
	font-size: 13px; /*reset zeroing*/
    line-height: 32px;
    border: 2px solid transparent;
    padding: 5px;
    line-height: 18px;
	cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pager li span {
	background-color: #e56363;
    border: 2px solid #fff;
    color: #fff;
}
.pager li a:hover {
	background-color: #e56363;
    border: 2px solid #fff;
    color: #fff;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.pager li.previous-page * {
	background-image: url(/Themes/Uptown/Content/img/prev.png);
}
.pager li.previous-page *:hover {
	background-image: url(/Themes/Uptown/Content/img/prev-hover.png);
}
.pager li.next-page * {
	background-image: url(/Themes/Uptown/Content/img/next.png);
}
.pager li.next-page *:hover {
	background-image: url(/Themes/Uptown/Content/img/next-hover.png);
}
.pager li.first-page * {
	background-image: url(/Themes/Uptown/Content/img/prev-first.png);
}
.pager li.first-page *:hover {
	background-image: url(/Themes/Uptown/Content/img/prev-first-hover.png);
}
.pager li.last-page * {
	background-image: url(/Themes/Uptown/Content/img/next-last.png);
}
.pager li.last-page *:hover {
	background-image: url(/Themes/Uptown/Content/img/next-last-hover.png);
}

.vendor-list li {
    display: inline-block;
    margin: 0 15px 15px 0;
}
.vendor-list a {
    display: block;
    padding: 14px 20px;
    color: #4d4d4d;
    font-size: 15px;
    text-transform: uppercase;
    outline: 1px solid #f1f1f1;
    border: 2px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact-vendor {
    text-align: center;
}
.contact-vendor input{
    display: inline-block;
    padding: 14px 20px;
    color: #4d4d4d;
    font: normal 15px 'Montserrat', sans-serif;
    background: #fff;
    margin: 0 0 45px;
    text-transform: uppercase;
    outline: 1px solid #f1f1f1;
    border: 2px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.vendor-list a:hover,
.contact-vendor input:hover {
    background: #e56363;
    color: #fff;
}

/********** PRODUCT PAGE **********/


.product-details-page-body .master-column-wrapper {
    padding: 0;
}
.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 0 60px;
}
.gallery .picture {
	position: relative;
	width: 400px;
	max-width: 100%;
	margin: 0 auto 10px;
}
.gallery .picture:before,
.product-variant-list .variant-picture:before {
	content: "";
	display: block;
	padding-top: 125%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}

.variant-picture img {
	margin: 0 0 0 0;
}

.picture-thumbs-navigation-arrow {
    width: 40px;
    height: 105px;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.picture-thumbs-navigation-arrow.picture-thumbs-prev-arrow {
    left: 0;
    background-image: url(/Themes/Uptown/Content/img/product-thumbs-navigation-left.png);
    background-repeat: no-repeat;
    background-position: left 16px center;
}
.picture-thumbs-navigation-arrow.picture-thumbs-next-arrow {
    right: 0;
    background-image: url(/Themes/Uptown/Content/img/product-thumbs-navigation-right.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.picture-thumbs-navigation-arrow span {
    font-size: 0;
}
.picture-thumbs-navigation-arrow img {
    width: 0px !important;
    top: 10px;
    bottom: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.picture-thumbs-navigation-arrow.picture-thumbs-prev-arrow img {
    right: 10px;
    left: auto;
}
.picture-thumbs-navigation-arrow.picture-thumbs-next-arrow img{
    left: 10px;
    right: auto;
}


.gallery .picture-thumbs {
    display: block;
    height: 13px;
    position: absolute;
    right: 0;
    bottom: 11px;
    left: 0;
    text-align: center;
    z-index: 1000;
    line-height: normal !important;
}
.gallery .picture-thumbs a {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border: 1px solid #d4d4d4;
    position: relative;
}
.gallery .picture-thumbs a:before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.gallery .picture-thumbs a.active:before {
    background: #e56363;
}
.gallery .picture-thumbs a img {
    display: none;
}

.product-details-page-body.with-picture-thumbs .gallery .picture {
    margin-bottom: 110px;
}
.product-details-page-body.with-picture-thumbs .gallery .picture-thumbs {
    bottom: -110px;
    height: 100px;
    overflow: hidden;
}
.product-details-page-body.with-picture-thumbs .gallery .picture-thumbs a {
    width: 80px;
    height: auto;
    border: none;
}
.product-details-page-body.with-picture-thumbs .gallery .picture-thumbs a.active:before {
    display: none;
}
.product-details-page-body.with-picture-thumbs .gallery .picture-thumbs a:before {
    display: block !important;
    position: static;
    width: 100%;
    height: auto;
    background: none;
    padding-top: 125%;
}
.product-details-page-body.with-picture-thumbs .gallery .picture-thumbs a img {
    display: block;
}

.overview {
	position: relative;
	margin: 0 0 60px;
}
.discontinued-product h4 {
    color: #e56364;
    font-size: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.overview .product-name {
	margin: 0 0 10px;
    color: #454545;
}
.overview .product-name h1 {
    font-size: 25px;
}
.overview .short-description {
	margin: 40px 0;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
}

.add-to-cart-buttons-wrapper {
    padding: 0 0 30px;
    margin: 30px 0 25px;
    border-bottom: 1px solid #f1f1f1;
}
.overview-buttons, 
.back-in-stock-subscription, 
.download-sample { 
	margin: 0 0 15px;
	font-size: 0;
    display: inline-block;
}
.overview-buttons div {
	display: block;
}
.overview .add-to-wishlist,
.overview .compare-products,
.overview .email-a-friend,
.overview .back-in-stock-subscription,
.overview .download-sample {
    position: relative;
}
.overview .add-to-wishlist:before,
.overview .compare-products:before,
.overview .email-a-friend:before,
.overview .back-in-stock-subscription:before,
.overview .download-sample:before {
    content: '';
    display: block;
    width: 15px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/Themes/Uptown/Content/img/product-page-sprite.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample-button {
	display: block;
	border: none;
    background: none;
	padding: 5px 5px 5px 24px;
    color: #909090;
	font-size: 13px; /*reset zeroing*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.overview .add-to-wishlist:hover:before,
.overview .compare-products:hover:before,
.overview .email-a-friend:hover:before,
.overview .back-in-stock-subscription:hover:before,
.overview .download-sample:hover:before {
    background-color: #e56363;
    background-image: url(/Themes/Uptown/Content/img/product-page-sprite-hover.png);
}
.overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.overview .subscribe-button:hover,
.download-sample-button:hover {
    
    text-decoration: underline;
}
.overview .add-to-wishlist:before{
    background-position: 0 0;
}
.overview .compare-products:before {
    background-position: 0 -32px;
}
.overview .email-a-friend:before {
    background-position: 0 -64px;
}
.overview .back-in-stock-subscription:before {
    background-position: 0 -97px;
}
.overview .subscribe-button {
    padding-left: 19px;
}
.overview .download-sample:before {
    background-position: 0 -130px;
}


.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
	margin: 0 0 5px;
    font-size: 14px;
}
.overview .sku span, .variant-overview .sku span,
.overview .gtin span, .variant-overview .gtin span,
.overview .stock span, .variant-overview .stock span,
.overview .delivery-date span, .variant-overview .delivery-date span,
.overview .product-vendor span, .variant-overview .product-vendor span,
.overview .manufacturers span, .manufacturer-part-number span {
    display: inline-block;
}
.overview .value,
.variant-overview .value {
    color: #e56363; 
}
.overview .value a,
.variant-overview .value a {
	color: #e56363;
	text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.overview .value a:hover,
.variant-overview .value a:hover {
    text-decoration: none;
}
.free-shipping {
	display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    margin: 20px 0;
    background: #f8f8f8;
    color: #e56363;
    border: 1px solid #f1f1f1;
}
.overview .manufacturers > * {
    display: inline-block;
}
.product-no-reviews,
.product-reviews-overview {
    display: block;
	margin: 0 0 25px; /*not present in variant-overview*/
    vertical-align: middle;
    color: #909090;
    font: normal 13px 'Montserrat', sans-serif;
}
.product-no-reviews a {
	text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-no-reviews a:hover {
    color: #e56363;
}
.product-review-box {
	display: inline-block;
	margin: 5px 15px 5px 0;
    vertical-align: middle;
}
.product-review-box .rating {
	width: 80px;
	height: 13px;
	background: url(/Themes/Uptown/Content/img/rating-1.png) repeat-x;
}
.product-review-box .rating div {
	height: 13px; 
	background: #e56363 url(/Themes/Uptown/Content/img/rating-2.png) repeat-x;
}
.product-review-links {
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
}
.product-review-links a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-review-links a:hover {
    color: #e56363;
}

.prices-stock-wrapper {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    margin: 40px 0 30px;
    padding: 0 0 45px;
}
.prices-stock-wrapper-new {
    position: relative;
    margin: 0 0 0;
    padding: 0 0 5px;
    display: inline-block;
}
.prices-stock-wrapper .stock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.prices-stock-wrapper .stock .label {
    display: none;
}
.prices-stock-wrapper .stock .value {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #f8f8f8;
}

.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
    display: inline-block;
}
.overview .prices > div,
.variant-overview .prices > div {
	color: #e56363;
}
.overview .prices > div:first-child {
    color: #454545;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 18px;
    font-weight: bold;
	text-decoration: line-through;
    margin: 5px 0 0 10px;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 22px;
	color: #e56363;
    font-weight: bold;
}
.overview .non-discounted-price{
    font-size: 18px;
    font-weight: bold;
    color: #454545;
}
.overview .prices .old-product-price + .non-discounted-price {
    float: left;
    margin: 5px 0 0;
    color: #454545;
}
.overview .prices .old-product-price ~ .discounted-price {
    clear: both;
}
.overview .prices .tax-shipping-info,
.variant-overview .prices .tax-shipping-info,
.overview .prices .base-price-pangv,
.variant-overview .prices .base-price-pangv {
    clear: both;
    color: #454545 !important;
}
.overview .prices .tax-shipping-info a,
.variant-overview .prices .tax-shipping-info a  {
    text-decoration: underline;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.overview .prices .tax-shipping-info a:hover,
.variant-overview .prices .tax-shipping-info a:hover  {
    color: #e56363;
}

.overview .old-product-price label,
.variant-overview .old-product-price label,
.overview .product-price label,
.variant-overview .product-price label {
    display: none;
}
.product-price.discounted-price label {
    display: inline;
    margin: 0 0 0 1px;
}

.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
}
.customer-entered-price > div {
    overflow: hidden;
}
.customer-entered-price .enter-price-label {
    display: block;
    border-top: 1px solid #f1f1f1;
    background: #f8f8f8;
    font-size: 14px;
    color: #454545;
    padding: 12.5px;
    margin-right: 90px;
}
.customer-entered-price .price-input {
    position: relative;    
    width: 100%;
    max-width: 330px;
    margin: auto;
}
.customer-entered-price .enter-price-input {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
	text-align: center;
}
.customer-entered-price .price-range {
	color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
    padding: 10px 0;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}
.min-qty-notification {
    margin: 0 0 15px;
    color: #e56364;
    text-transform: uppercase;
    max-width: 400px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 60px;
    height: 40px;
	padding: 12px;
	text-align: center;
    font: normal 14px 'Montserrat', sans-serif;
    color: #909090;
    border-color: #f1f1f1;
}
.add-to-cart .plus,
.add-to-cart .minus {
    display: block;
    width: 30px;
    height: 20px;
    color: #454545;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    border-left: none;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.add-to-cart .plus:hover,
.add-to-cart .minus:hover {
    background-color: #f1f1f1;
}
.add-to-cart .minus {
    border-top: none;
}
.add-to-cart-qty-wrapper {
    width: 90px;
    margin: 10px auto;
    overflow: hidden;
}
.add-to-cart .qty-dropdown {
    width: 90px;
    height: 40px;
    margin: 10px auto;
}
.add-to-cart-qty-wrapper > *{
    float: left;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    border: none;
    padding: 15px 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #2e2e2e;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

.variant-overview .add-to-cart-button {
    padding: 15px 5px; 
    width: 100px;
}

.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background: #e56363;
}

.product-social-buttons .social-sharing li {
    border-color: #f1f1f1;
}
.product-social-buttons .social-sharing a .flip {
    background-image: url(/Themes/Uptown/Content/img/social_sprite-product.png);
}

.product-details-page .full-description {
	clear: both;
	margin: 0 -6% 60px;
    padding: 40px;
    background: #f8f8f8;
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
    position: relative;
}
.product-details-page .full-description:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.full-description ol,
.full-description ul {
    display: inline-block;
    text-align: left;
}

.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
    padding: 10px;
    margin: 0 0 30px;
    font-size: 22px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.product-collateral .title strong {
    font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
}

.tier-prices {
	margin: 0 0 40px;
}
.tier-prices .title {
    margin: 0;
    padding: 9px 0;
    font-size: 15px;
    border-bottom: 4px double #f1f1f1;
}
.tier-prices .title strong {
    font-weight: normal;
    text-transform: uppercase;
}
.tier-prices .table-wrapper {
    padding: 30px;
    background: #f8f8f8;
}
.tier-prices .prices-table {
    overflow: hidden;
    max-width: 580px;
    margin: auto;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
    text-align: center;
}
.tier-prices .prices-row > div {
    padding: 17px;
}
.tier-prices .prices-row > div:nth-child(odd) {
    background: #fff;
}
.tier-prices .prices-row.thead > div {
}
.tier-prices .field-header {
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
    text-align: center;
    padding: 17px;
}
.tier-prices .item-price {
	color: #e56363;
}

.product-specs-box .title {
    margin: 0;
    padding: 9px;
    font-size: 15px;
    border-bottom: 4px double #f1f1f1;
}
.product-specs-box .table-wrapper {
    padding: 30px 50px;
    background: #f8f8f8;
} 
.product-specs-box .data-table td {
    padding: 17px;
    border: none;
}
.product-specs-box .color-squares .color-container {
    display: inline-block;
}
.product-specs-box .color-squares .color-container span {
    cursor: default;
}
.product-specs-box .data-table .even td {
    background: #f8f8f8;
}
.product-specs-box .data-table .spec-name {
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
    text-align: center;
    padding: 17px;
}

.product-variant-list {
}
.product-variant-line {
	margin: 0 0 0px;
	/*border-bottom: 1px solid black; */
	/*border-top: 1px solid black; */
	height: 110px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	height:110px;
}
.variant-overview {
	width: 100%;
    overflow: hidden;
}

.agrupar-precio-compra {
	position: relative;
}

.variant-overview .variant-name {
	margin: 1px 0 15px;
	font-size: 18px;
    font-weight: bold;
}
.variant-overview .variant-description {
    margin: 0 0 30px;
	color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: italic;
}
.variant-overview .add-to-wishlist-button {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto;
}
.variant-overview .attributes {
    padding: 0;
    border: none;
    margin: 0 0 5px;
}
.variant-overview .prices > div:first-child {
    color: #4d4d4d;
    font-size: 18px;
}
.variant-overview .add-to-cart {
    display: inline-block;
    vertical-align: middle;
}
.variant-overview .add-to-wishlist {
    display: inline-block;
    vertical-align: bottom;
}
.variant-overview .add-to-wishlist input[type='button'] {
    background-image: url(/Themes/Uptown/Content/img/product-wishlist.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #f1f1f1;
    padding: 0;
    margin: 5.5px 0 5.5px 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.variant-overview .add-to-wishlist input[type='button']:hover {
    background-image: url(/Themes/Uptown/Content/img/product-wishlist-hover.png);
    background-color: #e56363;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin: 80px 0;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 0;
    padding: 3px 0 0;
}
.ui-tabs .ui-tabs-nav:before {
    content: '';
    display: block;
    height: 4px;
    border-top: 4px double #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
    max-width: 50%;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
    min-width: 195px;
    max-width: 100%;
    font-size: 14px;
    text-transform: uppercase;
	padding: 19px;
    border-top: 1px solid #f1f1f1;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
    border-color: #e56363; 
}
.ui-tabs .ui-tabs-panel {
	background: #f8f8f8;
	padding: 30px;
}
.ui-tabs .ui-tabs-panel p {
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
	margin: 0 0 45px;
}
.product-tags-list {
	font-size: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #909090;
    font-style: normal;
}
.product-tags-list li {
	display: inline-block;
	font-size: 15px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 10px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #e56363;
}

.attributes {
	margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #f1f1f1;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
    font-size: 14px;
    color: #343642;
	display: block;
	margin: 0 0 7px;
	white-space: nowrap; 
}
.attributes dd {
	margin: 0 0 15px;
}
.attributes li {
	margin: 8px 0 12px;
}
.attributes select:only-child,
.attributes input[type='text'],
.attributes textarea {
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
    color: #909090;
    font: 13px 'Montserrat', sans-serif;
    font-style: normal;
}
.attributes dd select {
    width: 96px;
    border-right: none;
}
.attributes dd select:last-child {
    border-right: 1px solid #f1f1f1;
}
.attributes dd select:only-child {
    width: 288px;
    border-right: 1px solid #f1f1f1;
}
.attributes dd select:focus {
    border-color: #d0d0d0;
}


.rental-attributes .attribute-label {
    font-size: 14px;
    color: #343642;
	display: block;
	margin: 0 0 7px;
	white-space: nowrap; 
}
.rental-attributes .attribute-data {
    margin: 0 0 15px;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}
.ui-datepicker {
	width: 288px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #454545;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
}
.attributes .qq-upload-button {
    background-color: #e56364;
}
.attributes .qq-upload-list li.qq-upload-success {
    background-color: #1ea480;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	/*background: url(/Themes/Uptown/Content/img/calendar-prev.png) center no-repeat;*/
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	/*background: url(/Themes/Uptown/Content/img/calendar-next.png) center no-repeat;*/
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #f8f8f8;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #f1f1f1;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
    font-weight: normal;
	min-height: 32px;
	line-height: 32px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ui-datepicker-calendar td a:hover {
    color: #e56363;
}
.ui-datepicker-today {
    color: #e56363;
}

.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	line-height: normal !important;
	text-align: center;
}
.color-squares .color-container {
    display: block;
    border: 1px solid #dfdfdf;
    position: relative;
    z-index: 0;
}
.color-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
    height: 25px;
}
.color-squares .color {
    display: block !important;
    width: 23px !important;
    height: 23px !important;
	/*border-radius: 100%;*/
    cursor: pointer;
}
.color-squares .selected-value .color-container {
    border-color: #222;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
    opacity: 0;
}
.color-squares .selected-value .color-container {
	background-color: #4ab2f1;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.tooltip-container {
    position: absolute;
    width: 200px;
    background: #FFFFFF;
    border: 1px solid #f1f1f1;
    text-align: center;
    visibility: hidden;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #f1f1f1;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #f8f8f8;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.color-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -87px;
    margin-top: 5px;
    z-index: 999;
}
.tooltip-container .tooltip-header {
    background-color:#f8f8f8;
    height:25px;
    padding: 5px;
    text-transform: uppercase;
    text-align:left;
    width: 198px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px #f8f8f8 solid;
}
.tooltip-container .tooltip-body {
    margin:5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}

.giftcard {
    padding: 30px;
    margin: -28px 0 30px;
    background: #f8f8f8;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 20px;
}
.giftcard label {
	display: block;
	font-size: 14px;
    color: #343642;
    margin: 0 0 10px;
}
.giftcard input,
.giftcard textarea {
	width: 288px;
	max-width: 90%;
}
.giftcard textarea{
	height: 150px;
}

.back-in-stock-subscription-page {
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	font-style: italic;
    color: #909090;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-reviews-page h1 a:hover{
    color: #e56363;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title strong {
    font-weight: normal;
}
.product-reviews-page .title {
	text-align: center;
    color: #909090;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 20px;
}
.write-review form{
    max-width: 590px;
	margin: 0 auto 60px;
    padding: 30px;
    background: #f8f8f8;
    position: relative;
}
.write-review form:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.write-review .form-fields {
    width: 490px;
    max-width: 100%;
	margin: 0 auto 30px;
    padding: 0;
    border: none;
}
.write-review .form-fields .inputs label {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 0 0 10px;
    font-size: 14px;
}
.write-review .form-fields .inputs input[type='text'] {
    width: 100%;
}
.write-review .form-fields .inputs textarea {
    width: 100%;
    min-height: 90px;
}

.ui-tabs .form-fields {
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    height: 17px;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
	vertical-align: baseline;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    padding: 15px 35px;
    background: #454545;
    color: #fff;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.write-review .button-1:hover {
    background: #e56363;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 12px;
}
.product-review-list {
	overflow: hidden;
    margin: 0 0 90px;
}
.product-review-list .title {
    padding: 10px;
    margin: 0 0 2px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
}
.product-review-list .title strong {
    font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
}
.product-review-item {
	padding: 30px 20px;
    background: #f8f8f8;
}
.product-review-item:nth-child(2){
    border-top: 1px solid #f1f1f1;
}
.product-review-item .review-item-head {
	margin: 0 0 10px;
	overflow: hidden;
}
.product-review-item .review-title {
    font-size: 14px;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
}
.product-review-item .review-title span {
    display: inline-block;
}
.product-review-item .product-review-box {
    text-align: center;
    margin: 0;
    padding: 9px 25px;
    background-color: #fff;
}
.product-review-item .product-review-box .rating {
    display: inline-block;
}
.product-review-item .review-text {
	color: #909090;
    font: 14px/23px 'Montserrat', sans-serif;
    font-style: normal;
}
.product-review-item .review-info {
	margin: 15px 0;
    text-align: center;
}
.product-review-item .review-info .user {
    display: block;
    margin: 0 0 5px;
    font-size: 0;
}
.product-review-item .review-info a {
    display: block;
    font-size: 14px;
    cursor: pointer;
}
.product-review-item .review-info .separator {
    display: none;
}
.product-review-item .review-info .date {
    font-size: 0;
}
.product-review-item .review-info .date span {
    color: #909090;
    font: 13px 'Montserrat', sans-serif;
    font-style: normal;
}
.product-review-helpfulness {
    margin: 10px 0;
    color: #909090;
    font: 14px/23px 'Montserrat', sans-serif;
    font-style: normal;
}
.product-review-helpfulness span {
    display: inline-block;
}
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	cursor: pointer;
    color: #454545;
    font-style: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-review-helpfulness .vote:hover {
    color: #e56363;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 45px;
}
.wishlist-content  .table-wrapper {
    overflow: visible;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .tax-shipping-info {
	text-align: center;
    color: #909090;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 10px;
}
.wishlist-content .tax-shipping-info a {
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wishlist-content .tax-shipping-info a:hover {
    color: #e56363;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	margin: 0 5px 10px;
	outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    background: #fff;
	padding: 12px 27px 12px 50px;
    font-size: 13px;
    text-transform: uppercase;
    background-image: url(/Themes/Uptown/Content/img/cart-pages-sprite.png);
    background-repeat: no-repeat;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.wishlist-content .button-2:hover {
    background-color: #e56363;
    background-image: url(/Themes/Uptown/Content/img/cart-pages-sprite-hover.png);
    color: #fff;
}
.wishlist-content .button-2.update-wishlist-button {
    background-position: 0 -110px;
}
.wishlist-content .button-2.email-a-friend-wishlist-button {
    background-position: 0 -169px;
}
.wishlist-content .button-2.wishlist-add-to-cart-button {
    background-position: 0 -1px;
    background-color: #e56363;
}
.wishlist-page .share-info {
    text-align: center;
    font-size: 14px;
}
.wishlist-page .share-info a {
	display: block;
	margin: 5px 0;
    color: #e56363;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wishlist-page .share-info a:hover {
    text-decoration: underline;
}
.compare-products-page {
	overflow: hidden;
}
.compare-products-page .table-wrapper {
    clear: both;
}
.compare-products-page .page-body {
    position: relative;
}
.compare-products-page .clear-list {
	display: inline-block;
    margin: 0 0 10px;
    background: url(/Themes/Uptown/Content/img/clear.png) no-repeat 7px 9px;
    padding: 5px 0 5px 24px;
    color: #909090;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.compare-products-page .clear-list:hover {
    text-decoration: underline;
}
.compare-products-table {
	display: none;
    font-size: 13px;
    line-height: 22px;
    color: #909090;
}
.compare-products-table tr > *:first-child{
    color: #909090 !important;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
}
.compare-products-table .full-description td {
    vertical-align: top;
}
.compare-products-table .product-name a {
    font-weight: bold;
    font-size: 17px;
    color: #454545;
}
.compare-products-table .product-price {
    font-size: 15px;
}
.compare-products-table-mobile {
    width: 99%; /*dissapearing border fix*/
}
.compare-products-page .button-2 {
	display: inline-block;
    outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    background: #fff url(/Themes/Uptown/Content/img/clear.png) no-repeat 21px center;
    font-size: 12px;
    text-transform: uppercase;
	padding: 8px 17px 8px 37px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.compare-products-page .button-2:hover {
    background-image: url(/Themes/Uptown/Content/img/clear-hover.png);
    background-color: #e56363;
    color: #fff;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .color-squares .color-container {
    display: inline-block;
}
.compare-products-page .color-squares .color-container span {
    cursor: default;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 60px;
}
.home-page .topic-block {
	margin: 0 0 30px;
}
.topic-block-title {
	padding: 10px;
    margin: 0 0 30px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.topic-block-title h2 {
    font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
}
.topic-block-body {
	line-height: 25px;
    color: #909090;
    font-size: 14px;
}
.topic-block a,
.topic-page a {
    color: #e56363;
}
.topic-page-body .master-column-wrapper {
    padding: 0;
}
.topic-page-body .page-title {
    position: static;
    margin: 0 0 2px;
}
.topic-page .page-body {
	background: #f8f8f8;
    padding: 30px;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 30px;
}
.topic-page .page-body ol,
.topic-page .page-body ul {
    display: inline-block;
    text-align: left;
}
.home-page .topic-block {
	margin: 0 auto 30px;
}
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page > *{
    text-align: center;
}
.not-found-page p {
	margin: 30px 0;
}

.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 15px;
    font-size: 13px;
    text-transform: uppercase;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
    border: 1px solid #f1f1f1;
    padding: 3px;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 34px !important;
    border: none !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 34px !important;
    outline: 1px solid #f1f1f1 !important;
	border: none !important;
	background: #2e2e2e !important;
    color: #fff !important;
    text-transform: uppercase !important;
	padding: 0 30px !important;
	font-size: 13px !important;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.enter-password-form input[type="submit"]:hover {
    background: #e56363 !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form {
    max-width: 590px;
	margin: 0 auto 90px;
    padding: 30px;
    background: #f8f8f8;
    position: relative;
}
.contact-page form:before,
.email-a-friend-page form:before,
.apply-vendor-page form:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
    width: 490px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    border: none;
}
.contact-page .inputs label,
.email-a-friend-page .inputs label,
.apply-vendor-page .inputs label {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 0 0 10px;
    font-size: 14px;
}
.contact-page .form-fields input[type='text'],
.email-a-friend-page .form-fields input[type='text'],
.apply-vendor-page .form-fields input[type='text'] {
    width: 100%;
}
.contact-page .form-fields .inputs textarea,
.email-a-friend-page .form-fields .inputs textarea,
.apply-vendor-page .form-fields .inputs textarea {
    width: 100%;
    min-height: 90px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 30px;
    text-align: center;
    font-size: 13px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    padding: 15px 35px;
    background: #454545;
    color: #fff;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.contact-page .button-1 {
	visibility: hidden;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    background: #e56363;
}
.result {
    margin: 30px 0;
    text-align: center;
    color: #909090;
    line-height: 22px;
}
.contact-page .topic-block-title,
.apply-vendor-page .topic-block-title {
    padding: 10px;
    margin: 0 0 20px;
    border-bottom: 4px double #f1f1f1;
    text-align: center;
}
.contact-page .topic-block-title h2,
.apply-vendor-page .topic-block-title h2 {
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
    letter-spacing: normal;
}
.contact-page .topic-block,
.apply-vendor-page .topic-block {
    margin: 0 0 20px;
}
.contact-page .topic-block-body,
.apply-vendor-page .topic-block-body {
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 10px;
}
.email-a-friend-page .title {
	text-align: center;
    margin: 0 0 20px;
}
.email-a-friend-page .title h2 {
    color: #909090;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
}
.email-a-friend-page .title h2 a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.email-a-friend-page .title h2 a:hover {
    color: #e56363;
}

.email-wishlist-page-body .page-title {
    position: static;
}
.email-wishlist-page-body .master-column-wrapper {
    padding: 0;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.gender * {
	display: inline !important;
	margin: 0 5px;
	vertical-align: middle;
}
.gender > span {
    margin: 0 20px 0 0;
    display: inline-block !important;
    cursor: pointer;
}
.gender > span > * {
    cursor: pointer;
}
.date-of-birth label {
    display: block;
}
.date-of-birth select {
	margin-top: -1px;
}
#check-availability-button {
	color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
    background: url(/Themes/Uptown/Content/img/check-availability.png) no-repeat left center;
    border: none;
    text-transform: none;
    padding: 5px 0 5px 18px;
    outline: none;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
#check-availability-button:hover {
    color: #e56363;
    background-color: #e56363;
    background-image: url(/Themes/Uptown/Content/img/check-availability-hover.png);
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	white-space: normal;
    clear: both;
    padding: 5px 0;
}
.accept-privacy-policy {
	text-align: center;
    color: #909090;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 30px;
}
.accept-privacy-policy > * {
	display: inline-block;
	vertical-align: middle;
}
.accept-privacy-policy a,
.accept-privacy-policy span {
	text-decoration: underline;
    cursor: pointer;
}
.accept-privacy-policy a:hover,
.accept-privacy-policy span:hover {
    color: #e56363;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.add-more-external-records {
    color: #909090;
    padding: 20px;
    line-height: 25px;
    text-align: center;
}
.add-more-external-records a {
    color: #e56363;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.add-more-external-records a:hover {
    text-decoration: underline;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
	display: inline-block;
    padding: 16.5px 40px;
    font-size: 13px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover {
    background: #e56363;
}
.registration-result-page .result {
	text-align: center;
    font-size: 13px;
    margin: 0 0 45px;
	color: #1ea480;
}
.login-page .customer-blocks {
	margin: 30px 0;
}
.login-page .title {
    margin: 0;
    padding: 9px;
	text-align: center;
    font: 15px 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-bottom: 4px double #f1f1f1;
}
.login-page .title strong {
	font-weight: normal;
}
.login-page .inner-wrapper {
}
.login-page .new-wrapper .text {
	margin: 10px 0 30px;
    text-align: center;
    color: #909090;
    font: 14px/32px 'Montserrat', sans-serif;
    font-style: normal;
}
.login-page .button-1.login-button {
    background: #e56363 url(/Themes/Uptown/Content/img/login.png) no-repeat 0 0;
    padding: 16.5px 35px 16.5px 46px;
}
.login-page .button-1.login-button:hover {
     background: #e56363 url(/Themes/Uptown/Content/img/login-hover.png) no-repeat 0 0;
}
.login-page .checkout-as-guest-button {
    margin: 0 10px 10px;
}
.login-page .returning-wrapper .inputs.reversed {
    margin: 0;
}
.login-page .returning-wrapper .forgot-password {
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
}
.login-page .returning-wrapper .forgot-password a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.login-page .returning-wrapper .forgot-password a:hover {
    color: #e56363;
}
.login-page .returning-wrapper .inputs.reversed * {
    width: auto;
    display: inline-block;
	margin: 3px;
	font-size: 14px; /*reset zeroing*/
}
.login-page .returning-wrapper .inputs.reversed > .forgot-password {
    display: block;
}
.login-page .returning-wrapper .message-error {
    padding: 15px 0 0;
    background: #f8f8f8;
    font-size: 13px;
}
.login-page .returning-wrapper .form-fields {
    padding: 20px;
    background: #f8f8f8;
    border: none;
}
.login-page .returning-wrapper .form-fields input {
    width: 100%;
    max-width: 500px;
}
.login-page .returning-wrapper .inputs {
    margin: 0 0 15px;
}
.login-page .returning-wrapper .inputs label {
    font-size: 14px;
    margin: 0 0 5px;
}
.login-page .returning-wrapper .buttons {
    padding: 0 48px 48px;
    background: #f8f8f8;
}
.login-page .external-authentication {
    background: #f8f8f8;
    margin: 0 0 90px;
    padding: 30px;
    position: relative;
}
.login-page .external-authentication .buttons {
    margin: 0;
}
.login-page .external-authentication:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.login-page .external-authentication .facebook-login-block .title {
    padding: 0;
    margin: 0;
    border: none;
    text-transform: none;
    margin: 0 0 10px;
    text-align: center;
    color: #909090;
    font: 14px/32px 'Montserrat', sans-serif;
    font-style: normal;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
    text-align: center;
    color: #909090;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.account-page-navigation .account-navigation-wrapper {
    margin: 60px 0;
}
.account-page-navigation .account-navigation-list {
    font-size: 0;
    width: 100%;
    text-align: center;
}
.account-page-navigation .account-navigation-list li {
    display: inline-block;
    padding: 0 7px;
    margin: 0 0 14px 0;
    border-bottom: 4px double #f1f1f1;
    vertical-align: bottom;
}
.account-page-navigation .account-navigation-list li a {
    display: block;
    position: relative;
    width: 60px;
    height: 59px;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.account-page-navigation .account-navigation-list li a:before {
    content: '';
    display: block;
    width: 25px;
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/Themes/Uptown/Content/img/account-page-sprite.png) no-repeat;
}
.account-page-navigation .account-navigation-list li a.active:before,
.account-page-navigation .account-navigation-list li a:hover:before {
    background: #e56363 url(/Themes/Uptown/Content/img/account-page-sprite-active.png) no-repeat;
}

.account-page-navigation .account-navigation-list li a.customer-info:before {
    background-position: 0 0;
    height: 17px;
}
.account-page-navigation .account-navigation-list li a.customer-addresses:before {
    background-position: 0 -88px;
}
.account-page-navigation .account-navigation-list li a.customer-orders:before {
    background-position: 0 -178px;
}
.account-page-navigation .account-navigation-list li a.return-requests:before {
    background-position: 0 -259px;
}
.account-page-navigation .account-navigation-list li a.downloadable-products:before {
    background-position: 0 -358px;
}
.account-page-navigation .account-navigation-list li a.back-in-stock-subscriptions:before {
    background-position: 0 -450px;
}
.account-page-navigation .account-navigation-list li a.reward-points:before {
    background-position: 0 -537px;
}
.account-page-navigation .account-navigation-list li a.change-password:before {
    background-position: 0 -627px;
}
.account-page-navigation .account-navigation-list li a.customer-avatar:before {
    background-position: 0 -717px;
}
.account-page-navigation .account-navigation-list li a.forum-subscriptions:before {
    background-position: 0 -808px;
}
.account-page-navigation .account-navigation-list li a.customer-reviews:before {
    background-position: 0 -894px;
}
.account-page-navigation .account-navigation-list li a.customer-vendor-info:before{
    background-position: 0px -983px;
    height: 20px;
}

.account-page .buttons {
    font-size: 0;
    margin: 0;
}
.account-page .button-2 {
	outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    background-color: #fff;
    font-size: 13px;
    text-transform: uppercase;
	padding: 12px 28px;
    margin: 0 7px 7px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.account-page .button-2:hover {
    background: #e56363;
    color: #fff;
}
.account-page .edit-address {
    max-width: 590px;
    margin: 0 auto 45px;
	position: relative;
    padding: 30px;
    background: #f8f8f8;
}
.account-page .edit-address:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.account-page .description,
.no-data {
	text-align: center;
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 10px 0 20px;
}

.address-list,
.order-list {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 60px;
}
.address-list-page .section,
.order-list-page .section {
    padding: 0 30px;
    margin: 0 0 60px;
    max-width: none;
}
.address-list-page .title,
.order-list-page .title{
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
    border: none;
}
.address-list-page .title strong,
.order-list-page .title strong{
    font-weight: bold;
}

.address-list-page .info,
.order-list-page .info {
	margin: 0 0 20px;
	color: #767676;
    font-size: 14px;
    line-height: 25px;
}
.address-list-page .info span,
.order-list-page .info span {
    display: inline-block;
}
.address-list .button-2,
.order-list .button-2 {
    padding-left: 44px;
    background-image: url(/Themes/Uptown/Content/img/address-order-page-sprite.png);
    background-repeat: no-repeat;
}
.address-list .button-2:hover,
.order-list .button-2:hover {
    background-image: url(/Themes/Uptown/Content/img/address-order-page-sprite-hover.png);
    background-repeat: no-repeat;
}
.account-page .button-2.edit-address-button {
    background-position: 22px 13px;
}
.account-page .button-2.delete-address-button {
    background-position: 21px -28px;
}
.account-page .button-2.order-details-button {
    background-position: 22px -67px;
}
.account-page .button-2.return-items-button {
    background-position: 20px -107px;
}

.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}

.return-request-list-page .request-item .details {
    padding: 30px;
    background: #f8f8f8;
    border-top: 1px solid #f1f1f1;
    position: relative;
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
} 
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page a:hover {
    color: #e56363;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.user-agreement-page .terms-of-agreement {
    font-size: 13px;
	margin: 0 0 20px;
	text-align: center;
}

.back-in-stock-subscription-list-page .description,
.reward-points-overview {
    text-align: center;
    color: #909090;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 20px;
}

.reward-points-overview {
    margin: 0 0 15px;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}

.avatar-page .page-body{
    padding: 0 0 100px;
    position: relative;
}
.avatar-page .fieldset {
    text-align: center;
}
.avatar-page .image {
	width: 225px;
    margin: 0 auto 20px;
    position: relative;
}
.avatar-page .image:before {
    content: "";
    display: block;
    padding-top: 120%;
}
.avatar-page .image img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border: 1px solid #f1f1f1;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.avatar-page input[type="file"] {
    width: 225px;
}
.avatar-page .buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.avatar-page input[type="submit"] {
    padding: 15px 28px;
    margin: 10px 10px 0 0;
}
.avatar-page input[type="submit"].remove-avatar-button {
    padding: 12px 28px;
}
.avatar-page .info {
    text-align: center;
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
	margin: 0 0 20px;
}

.my-product-reviews-list-page {
    margin: -60px 0 0;
}
.my-product-reviews-list-page .product-review-item:nth-child(2) {
    border: none;
}
.my-product-reviews-list-page .pager {
    margin: 20px 0;
}
.my-product-reviews-list-page .no-data {
    margin: 80px 0 0;
}

.vendorinfo-page .uploadedFile {
    display: block;
}

/********** SHOPPING CART **********/


.shopping-cart-page-body .master-column-wrapper,
.checkout-pages-body .master-column-wrapper {
    padding: 0;
}
.shopping-cart-page-body .page-title,
.checkout-pages-body .page-title{
    position: static;
    margin: 0 0 30px;
}
.shopping-cart-page-body .no-data {
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.order-progress {
	margin: 0 0 20px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
    position: relative;
    padding: 22px 15px 10px;
    width: 33%;
}
.order-progress a {
	display: block;
	font-size: 12px; /*reset zeroing*/
    text-transform: uppercase;
    padding: 10px 0;
}
.order-progress a:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -11px;
}
.order-progress li.active-step a {
	cursor: pointer;
    color: #909090;
}
.order-progress li.active-step a:before {
    background: #e56363;
    border: 3px solid #fff;
    outline: 1px solid #f1f1f1;
}
.order-progress li.inactive-step a {
	cursor: default;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
	display: inline-block;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    padding: 15px 25px;
    background: #454545;
    color: #fff;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
    background: #e56363;
}
.cart-options .button-2 {
    margin: 0 5px 10px;
    outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    background: #fff;
    padding: 12px 27px 12px 50px;
    font-size: 13px;
    text-transform: uppercase;
    background-image: url(/Themes/Uptown/Content/img/cart-pages-sprite.png);
    background-repeat: no-repeat;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.cart-options .button-2.update-cart-button {
    background-position: 0 -110px;
}
.cart-options .button-2.clear-cart-button {
    background-position: 0 -48px;
}
.cart-options .button-2.continue-shopping-button {
    background-position: 0 -1px;
    background-color: #e56363;
}
.cart-options .button-2:hover {
    background-color: #e56363;
    background-image: url(/Themes/Uptown/Content/img/cart-pages-sprite-hover.png);
    color: #fff;
}
.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.remove-discount-button,
.remove-gift-card-button {
	margin: 0 0 0 5px;
	vertical-align: middle;
    width: 17px;
    height: 17px;
    border: 1px solid #f1f1f1;
    font-size: 0;
    background: #fff url(/Themes/Uptown/Content/img/close.png) center no-repeat;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}

.cart-options {
	margin: 0 0 80px;
	text-align: center;
}
.cart-options .common-buttons {
	font-size: 0;
    margin: 0 0 30px;
}
.cart-options .common-buttons input {
	min-width: 150px;
	margin: 0 5px 5px;
}
.cart-options .checkout-attributes {
	margin: 0 auto 40px;
    background: #f8f8f8;
    position: relative;
    padding: 30px;
}
.cart-options div.checkout-attributes:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.cart-options .checkout-attributes dt {
    margin: 0 auto 10px;
    font-size: 14px;
    max-width: 490px;
}
.cart-options .checkout-attributes dd {
    margin: 0 auto 20px;
    max-width: 490px;
}
.cart-options .checkout-attributes ul {
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
}
.cart-options .checkout-attributes li {
}
.cart-options .checkout-attributes li * {
	vertical-align: middle;
}
.cart-options .selected-checkout-attributes {
	margin: 0 0 45px;
    text-align: center;
    color: #909090;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
}
.cart-options div.checkout-attributes input[type='text'] {
    width: 100%;
}
.cart-options .checkout-attributes dd select {
    width: 33%;
    border-right: none;
}
.cart-options .checkout-attributes dd select:only-child {
    width: 100%;
    border-right: inherit;
}
.cart-options .checkout-attributes .color-squares li {
    margin: 0 5px 0 0;
}
.cart-options .checkout-attributes .qq-upload-button {
    background-color: #e56364;
}
.cart-options .checkout-attributes .qq-upload-list li.qq-upload-success {
    background-color: #1ea480;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	max-width: 384px;
	margin: 39px auto 30px;
}
.cart-totals-wrapper {
    outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    background: #f8f8f8;
    padding: 30px;
    margin: 0 0 20px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
}

.cart-total td {
	width: 50%;
    vertical-align: top;
    font-size: 14px;
    padding: 5px 0;
}
.cart-total .cart-total-left {
    text-align: left;
}
.cart-total .cart-total-right {
    text-align: right;
}
.cart-total .order-total {
	font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.cart-total .order-total .cart-total-right  {
	color: #e56363;
}
.terms-of-service {
    line-height: 26px;
	margin: 0 0 15px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
    cursor: pointer;
    text-decoration: underline;    
}
.terms-of-service a:hover {
    color: #e56363;
}
.cart-footer .checkout-button {
	margin: 0;
    width: 100%;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
}

.cart-collaterals {
}
.cart-collaterals > div {
    max-width: 590px;
	margin: 0 auto 80px;
}
.cart-collaterals .title {
	padding: 10px;
    border-bottom: 4px double #f1f1f1;
    text-align: center;
    font: 15px 'Montserrat', sans-serif;
}
.cart-collaterals .title strong {
    font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
}
.cart-collaterals .hint {
	margin: 15px 40px;
    text-align: center;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.cart-collaterals .shipping-options {
    padding: 25px;
    background: #f8f8f8;
}
.cart-collaterals .shipping .buttons {
    margin: 0;
}
.cart-collaterals .button-2 {
    display: inline-block;
    padding: 8.5px 20px;
    font-size: 12px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.cart-collaterals .button-2:hover {
    background: #e56363;
}
.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
    margin: 0 0 10px;
    padding: 25px;
    background: #f8f8f8;
}
.cart-collaterals .coupon-box .title,
.cart-collaterals .giftcard-box .title{
    padding: 0;
    border: none;
    margin: 0 0 10px;
}
.cart-collaterals .coupon-box .title strong,
.cart-collaterals .giftcard-box .title strong {
    font-size: 14px;
    text-transform: none;
}
.cart-collaterals .coupon-box .hint,
.cart-collaterals .giftcard-box .hint {
    display: none;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
    padding: 3px;
    border: 1px solid #f1f1f1;
    background: #fff;
}
.cart-collaterals .coupon-code input[type="text"] {
    width: 100%;
	height: 32px; /*safari padding fix*/
    border: none;
}
.cart-collaterals .coupon-code input[type="submit"] {
    width: 100%;
	height: 32px; /*safari padding fix*/
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #e56364;
}
.cart-collaterals .message-failure {
    color: #e56364;
    margin: 5px 0 0;
}
.cart-collaterals .message-success {
    margin: 5px 0 0;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #1ea480;
}
.shipping-results {
	margin: 20px 0 0;
    text-align: center;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.shipping-results li {
	margin: 10px 0;
}
.order-summary-content .tax-shipping-info {
    margin: 10px 0 15px;
    text-align: center;
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
}
.order-summary-content .tax-shipping-info a {
    text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.order-summary-content .tax-shipping-info a:hover {
    color: #e56363;
}


/********** CHECKOUT **********/



.checkout-page .select-billing-address,
.checkout-page .order-summary,
.checkout-page .select-shipping-address,
.checkout-page .pickup-in-store,
.shipping-method, 
.payment-method {
    max-width: none;
}
.checkout-page .select-billing-address .title,
.checkout-page .select-shipping-address .title {
    border-bottom: 4px double #f1f1f1;
    margin: 0 0 45px;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	margin: 0 0 45px;
}
.checkout-page .address-item:only-child {
    width: 100%;
    text-align: center;
}
.checkout-page .address-box {
	margin: 0 0 45px;
}
.checkout-page .address-item li {
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.checkout-page .address-item li.name {
	margin: 0 0 30px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    font-family: inherit;
    color: #454545;
    font-style: normal;
}
.checkout-page .address-item li.country {
    font-weight: bold;
}
.checkout-page .address-item .select-button .button-1 {
    margin: 0;
    padding: 11px 27px;
}

.checkout-page .buttons {
    margin: 0 0 45px;
}
.checkout-page .edit-address {
	padding: 30px;
    background: #f8f8f8;
    border-top: 1px solid #f1f1f1;
}
.checkout-page .pickup-in-store,
.checkout-page .ship-to-same-address,
.checkout-page .min-order-warning {
    text-align: center;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.checkout-page .min-order-warning {
    display: block;
}
.checkout-page .pickup-points {
    max-width: 100%;
    padding: 60px 30px 30px;
    background: #f8f8f8;
    position: relative;
    text-align: center;
}
.checkout-page .select-pickup-point > * {
    max-width: 100%;
}
.checkout-page .select-pickup-point .title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 4px double #f1f1f1;
}
.checkout-page .pickup-points-map {
    height: 400px;
    max-width: 100%;
    margin: 30px 0 0;
}
.checkout-page .select-pickup-point ul{
    text-align: center;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
    margin: -15px 0 0;
}
.shipping-method .method-list {
    position: relative;
    padding: 30px;
    margin: 0 auto 30px;
    max-width: 590px;
    text-align: center;
    background: #f8f8f8;
}
.payment-method .method-list {
    position: relative;
    font-size: 0;
    padding: 30px 0;
    background: #f8f8f8;
    margin: 0 0 30px;
}
.shipping-method .method-list:before,
.payment-method .method-list:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.shipping-method .method-list li {
    margin: 0 0 20px;
    font-size: 14px;
}
.payment-method .method-list li{
	display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    margin: 0 0 20px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
    display: inline-block;
    cursor: pointer;
}
.shipping-method .method-description {
	margin: 7px 0 0;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.use-reward-points {
	text-align: center;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 30px;
}
.payment-info .info {
	margin: 0 0 30px;
}
.payment-info .info td {
    background: #f8f8f8;
    padding: 0 30px;
    vertical-align: middle;
    width: 50% !important;
}
.payment-info .info td .field-validation-valid {
    padding: 0;
}
.payment-info .info td:first-child {
    padding-right: 0;
}
.payment-info .info td:last-child {
    padding-left: 0;
} 
.payment-info .info td:only-child {
    width: 100% !important;
    background: none;
    padding: 0;
    text-align: center;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.payment-info .info tr:first-child td{
    padding-top: 30px;
    position: relative;
}
.payment-info .info tr:first-child td:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.payment-info .info tr:first-child td:only-child {
    padding: 0;
}
.payment-info .info tr:first-child td:only-child:before {
    display: none;
}
.payment-info .info tr:last-child td{
    padding-bottom: 30px;
}
.payment-info .info tr:last-child td:only-child {
    padding: 0;
}
.payment-info .info td select,
.payment-info .info td input {
    margin: 0 0 10px
}
.payment-info .info td select:only-child,
.payment-info .info td input#CardholderName,
.payment-info .info td input#CardNumber{
    width: 100% !important;
}
.payment-info .info td input#PurchaseOrderNumber{
    margin: 0;
    width: 100% !important;
}
#ExpireMonth {
    min-width: 80px;
}
#ExpireYear {
    min-width: 100px;
}
.checkout-page .order-summary .title {
    border: none;
}
.checkout-page .order-review-data .title {
    border: none;
    margin: 0;
    padding: 0;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 20px 0 5px;
    font-weight: bold;
}

.order-review-data ul,
.shipment-overview ul {
	margin: 0 0 30px;
    padding: 30px;
    background: #f8f8f8;
    position: relative;
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.order-review-data li,
.shipment-overview li {
}
.order-review-data .title,
.shipment-overview .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
}
.order-review-data .title:first-child,
.shipment-overview .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
    color: #4d4d4d;
    background: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin: -30px -30px 30px;
    border-bottom: 4px double #f1f1f1;
    text-align: center;
}
.order-completed .details {
	margin: 0 0 30px;
    padding: 30px;
    background: #f8f8f8;
    border-top: 1px solid #f1f1f1;
}
.order-completed .order-number {
    text-align: center;
}
.order-completed .order-number strong {
    font-weight: normal;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.order-completed .details a {
	display: block;
	margin: 15px 0 0;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.order-completed .details a:hover {
    color: #e56363;
}

.opc .step-title {
    padding: 10px;
    border-bottom: 4px double #f1f1f1;
    text-align: center;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
}
.opc .active .step-title * {
    color: #454545;
}
.opc .step-title * {
    display: inline-block;
    text-transform: uppercase;
	font: 16px 'Montserrat', sans-serif;
    color: #909090;
    font-style: normal; 
}
.opc .step-title span {
	margin: 0 10px 0 0;
}
.opc .step {
	padding: 30px;
    text-align: center;
    background: #f8f8f8;
}
.opc .section {
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
    display: inline-block;
	margin: 0 10px 0 0;
}
.opc .back-link a {
    display: inline-block;
    font-size: 14px;
    outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    text-transform: uppercase;
    padding: 12px 35px;
    background: #fff;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.opc .back-link a:hover {
    background: #e56363;
    color: #fff;
}
.opc .back-link small {
	display: none;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .edit-address {
    padding: 0;
    border: none;
}
.opc .section.pickup-points-map {
    margin: -35px 0 0;
}
.opc .pickup-in-store .selector,
.opc .ship-to-same-address .selector,
.opc .use-reward-points {
    font: 13px/25px 'Montserrat', sans-serif;
    font-style: normal;
    color: #454545;
}
.opc .payment-info .info td {
    text-align: left;
}
.opc .payment-info .info td:only-child {
    text-align: center;

}
.opc .payment-info .info td select,
.opc .payment-info .info td input {
    margin: 5px 0;
}
.opc .shipping-method .method-list,
.opc .payment-method .method-list {
    padding: 0;
}
.opc .shipping-method .method-list:before,
.opc .payment-method .method-list:before,
.opc .payment-info .info tr:first-child td:before {
    display: none;
}
.opc #checkout-step-payment-info {
    text-align: center;
}
.opc .payment-info .info tr:first-child td {
    padding-top: 0;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
	text-align: center;
}
.opc #checkout-step-confirm-order {
    background: none;
    padding: 0;
}
.opc .order-summary-content .table-wrapper{
    margin: 0 0 30px;
}

.order-details-page {
    padding: 60px 0 0;
}
.order-details-page .page-title {
}
.order-details-page .page-title h1 {
}
.order-details-page .page-title .order-details-buttons {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.order-details-page .page-title a {
    display: inline-block;
    padding: 5px 5px 5px 24px;
    margin: 0 15px;
    border: none;
    color: #909090;
    font-size: 13px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.order-details-page .page-title a:before {
    content: '';
    display: block;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(/Themes/Uptown/Content/img/order-details-sprite.png) no-repeat;

}
.order-details-page .page-title a.print-order-button:before{
    background-position: 0 -29px;
}
.order-details-page .page-title a.pdf-invoice-button:before {
    background-position: 0 0;
}
.order-details-page .page-title a:hover {
    text-decoration: underline;
}
.order-details-page .page-title a:hover:before {
    background-color: #e56363;
    background-image: url(/Themes/Uptown/Content/img/order-details-sprite-hover.png);
}

.order-details-page .order-overview {
	margin: 0 0 45px;
	text-align: center;
    color: #767676;
    font-size: 14px;
    line-height: 25px;
}
.order-details-page .order-number strong {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
}
.order-details-area .name,
.order-details-area .title,
.shipment-details-area .name,
.shipment-details-area .title,
.order-review-data .name {
    font-weight: bold;
}

.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 90px; 
	overflow: hidden;  
}
.order-details-area ul,
.shipment-details-area ul {
	margin: 0 0 45px;
    padding: 30px;
    background: #f8f8f8;
    position: relative;
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.order-details-page .section,
.return-request-page .section,
.shipment-details-page .section,
.reward-points-history{
    max-width: none;
}
.order-details-page .table-wrapper,
.return-request-page .table-wrapper,
.downloadable-products-page .table-wrapper,
.shipment-details-page .table-wrapper {
    overflow: visible;
    border-top: 1px solid #f1f1f1;
}
.order-details-page .tax-shipping-info,
.order-details-page .selected-checkout-attributes {
	text-align: center;
    color: #909090;
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 10px;
}
.order-details-page .actions {
	margin: 45px 0 0;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions:after {
    content: '';
    display: block;
    clear: both;
}
.order-details-page .actions input {
	outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    background: #fff;
    padding: 12px 27px 12px 50px;
    margin: 0 10px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    background-image: url(/Themes/Uptown/Content/img/cart-pages-sprite.png);
    background-repeat: no-repeat;
    background-position: -2px -109px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.order-details-page .actions input:hover {
    background-color: #e56363;
    background-image: url(/Themes/Uptown/Content/img/cart-pages-sprite-hover.png);
    color: #fff;
}
.order-details-page .section.totals {
    border: 4px double #f1f1f1;
    max-width: 385px;
    margin: 0 auto 45px;
}
.order-details-page .total-info {
    padding: 20px;
    background: #f8f8f8;
}
.order-details-page .cart-total {
    font-size: 14px;
}
.order-details-page .cart-total td {
	padding: 10px 0;
}
.order-details-page .cart-total-right {
    text-align: right;
}
.order-details-page .cart-total tr:last-child {
    font-weight: bold;
    text-transform: uppercase;
}
.order-details-page .cart-total tr:last-of-type strong {
    color: #e56363;
}

.reward-points-history table {
    font-size: 14px;
    color: #909090;
}
.reward-points-history .footable-first-column,
.reward-points-history .footable-last-column {
    color: #454545;
}
.reward-points-history .footable-last-column {
    font-size: 15px;
}


/*********** SEARCH & SITEMAP ***********/



.search-input {
    margin: 30px 0 45px;
}
.search-input .fieldset {
    max-width: none;
}
.search-input .form-fields {
    border: none;
    background: none;
    padding: 0;
}
.search-input .basic-search .inputs:first-child {
    text-align: center;
    color: #909090;
}
.search-input .inputs.reversed {
    margin: 0 auto 20px;
}
.search-input .inputs.reversed > * {
    cursor: pointer;
}
.search-input .inputs.reversed input[type="checkbox"] {
    margin: 0 10px 5px 0;
}
.basic-search {
	margin: 0 0 45px;
}
.advanced-search {
	padding: 30px;
    margin: 0 0 45px;
    background: #f8f8f8;
    position: relative;
}
.advanced-search:before {
    content: '';
    display: block;
    height: 4px;
    border-top: 4px double #f1f1f1;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.advanced-search .inputs.reversed label {
    white-space: normal;
    max-width: 85%;
}
.advanced-search .price-range {
	display: block;
}
.advanced-search .price-range input {
	width: 93px;
    margin: 0;
}
.advanced-search .price-range input:first-child {
	margin: 0 10px 0 0;
}
.search-input .button-1 {
	display: inline-block;
    padding: 16.5px 40px;
    font-size: 13px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.search-input .button-1:hover {
    background: #e56363;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
}

.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
	padding: 10px;
    margin: 0;
    border-bottom: 4px double #f1f1f1;
    text-align: center;
}
.sitemap-page .entity-title h2 {
    font: 15px 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: uppercase;
}
.sitemap-page .entity-body {
	padding: 30px;
    background: #f8f8f8;
    text-align: center;
}
.sitemap-page li {
	display: inline-block;
    margin: 0 5px;
}
.sitemap-page a {
	display: block;
    padding: 7px;
    font-size: 14px;
    color: #909090;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sitemap-page a:hover {
    color: #e56363;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
	cursor: default;
    font-weight: normal;
    color: #909090;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 45px;
}
.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.blog-page .page-title {
    max-height: 70px;
    overflow: hidden;
}
.post-title,
.news-title {
	display: block;
    color: #454545;
	margin: 0 0 13px;
	font-size: 25px;
    font-weight: bold;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.post-title:hover, 
.news-title:hover {
    color: #e56363;
}
.post-date,
.news-date {
	display: block;
	color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
}
.post-head,
.news-head {
	margin: 0 0 15px;
}    
.blogpost-page .post-date,
.news-item-page .news-date {
    margin: 0 0 15px;
}
.post-body,
.news-body {
	margin: 0 0 20px;
    font-size: 14px;
    color: #909090;
    line-height: 25px;
    text-align: justify;
}
.blog-page .tags, 
.blogpost-page .tags {
    position: relative;
	margin: 0 0 15px;
	overflow: hidden;
    display: inline-block;
    color: #909090;
    padding-left: 21px;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
    position: absolute;
    top: 0;
    left: 0;
	font-size: 0;
    height: 36px;
    width: 21px;
    background: url(/Themes/Uptown/Content/img/blog-sprite.png) no-repeat 0 -23px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font: 14px 'Montserrat', sans-serif;
    font-style: normal;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}

.blog-page .tags a,
.blogpost-page .tags a {
    display: block;
    padding: 10px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    color: #e56363;
}

.blog-posts .buttons,
.news-items .buttons {
}
.blog-posts .buttons .read-comments {
    display: inline-block;
    margin: 7px 0;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
    color: #909090;
    padding: 10px 0 10px 24px;
    background: url(/Themes/Uptown/Content/img/blog-sprite.png) no-repeat 0 11px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-posts .buttons .read-comments:hover {
    color: #e56363;
}
.blog-posts .read-more,
.news-items .read-more {
	display: block;
    padding: 13px 24px;
    font-size: 13px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    text-align: center;
}
.blog-posts .read-more:after,
.news-items .read-more:after {
    content: '>>';
    margin: 0 0 0 5px;
    font-weight: normal;
}
.blog-posts .read-more:hover,
.news-items .read-more:hover {
    background: #e56363;
}
.blog-posts .read-more {
    margin: 20px 0 0;
}
.news-items .read-more {
    display: inline-block;
}

.blog-post-body .master-column-wrapper,
.news-item-body .master-column-wrapper {
    padding: 0;
}
.blogpost-page .page-title,
.news-item-page .page-title {
    position: static;
    display: inline-block;
    margin: 0 0 13px;
    padding: 0;
    border: none;
}
.blogpost-page .page-title h1,
.news-item-page .page-title h1 {
    text-transform: none;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: initial;
}

.new-comment {
    max-width: none;
	margin: 0 0 45px;
}
.new-comment > * {
    background: #f8f8f8;
}
.new-comment .title {
	background: #fff;
    margin: 0;
    border-bottom: 4px double #f1f1f1;
    padding: 10px 0;
}
.new-comment .notifications {
}
.new-comment .result {
	padding: 20px 50px 0;
    color: #1ea480;
}
.new-comment .form-fields {
    border: none;
    padding: 30px 50px;
}
.new-comment .inputs {
    margin: 0;
    max-width: none;
}
.new-comment .buttons {
    padding: 0 50px 45px
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	padding: 13px 24px;
    font-size: 13px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    text-align: center;
}
.new-comment .button-1:hover {
    background: #e56363;
}

.comment-list {
}
.comment-list .title {
    border-bottom: 4px double #f1f1f1;
    padding: 10px 0;
    margin: 0 0 30px
}
.comment-list .title strong {
    font-weight: normal;
    font-size: 15px;
    color: #4d4d4d;
    text-transform: uppercase;
}
.blog-comment,
.news-comment {
	margin: 0 0 30px;
    padding: 0 0 25px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 85px;
	margin: 0 auto 10px;
}
.comment-info .username{
	display: block;
	padding: 5px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.comment-info .username:hover {
    color: #e56363;
}
.comment-info .avatar {
	position: relative;
	width: 85px;
	overflow: hidden;
}
.comment-info .avatar a:before {
    content: "";
    display: block;
    padding-top: 120%;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-content {
}
.comment-content .comment-title strong{
    color: #909090;
    font-size: 14px;
    line-height: 30px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
.comment-time {
	margin: 0 0 30px;
    color: #909090;
    font-size: 13px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
.comment-time label {
    display: none;
}
.comment-body {
    color: #909090;
	font-size: 14px;
    line-height: 30px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 60px;
}
.news-list-homepage .title {
	padding: 10px;
    margin: 0 0 50px;
    font-size: 22px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.news-list-homepage .title strong {
	font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.news-list-homepage .news-head {
    margin: 0 0 25px;
}
.news-list-homepage .news-title {
    font-size: 16px;
    margin: 0 0 15px;
}
.news-list-homepage .news-body {
    max-height: 100px;
    overflow: hidden;
    margin: 0 0 25px;
}
.news-list-homepage .news-items .read-more {
    background: none;
    padding: 0;
    font-size: 14px;
    color: #e56363;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: capitalize;
}
.news-list-homepage .view-all {
    margin: 0 0 45px;
    text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
    color: #e56363;
	line-height: 32px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-list-homepage .view-all a:hover {
    text-decoration: underline;
}


/********** FORUM & PROFILE **********/



.forums-header {
	margin: 0 0 20px;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
    color: #909090;
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
    text-align: center;
    padding: 14px 0;
}
.forum-search-box {
	margin: 0 0 20px;
	text-align: center;
}
.forum-pages-body .topic-block-title {
    margin: 0 0 2px;
}
.forum-pages-body .topic-block-body {
    padding: 40px;
    background: #f8f8f8;
    text-align: center;
    color: #909090;
    border-top: 1px solid #f1f1f1;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.forum-search-box form {
	display: block;
    max-width: 100%;
}
.forum-search-box .basic {
    position: relative;
    width: 490px;
    max-width: 100%;
	margin: 0 auto 10px;
    padding: 0 44px 0 0;
    border: 1px solid #f1f1f1;
}
.forum-search-box .search-box-text {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
.forum-search-box .search-box-button {
    position: absolute;
    top: 0;
    right: 0;
	width: 44px;
	height: 44px;
	border: none;
	background: url(/Themes/Uptown/Content/img/search-button.png) center no-repeat;
	font-size: 0;
}
.forum-search-box .advanced {
	margin: 0 0 15px;
}
.forum-search-box .advanced a {
    font: 14px 'Montserrat', sans-serif;
    font-style: normal;
    text-align: center;
    color: #e56363;
}
.forum-search-box .advanced a:after {
    content: '>>';
    margin: 0 0 0 5px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #e56364;
}
.forums-table-section .forum-description {
    margin: 5px 0;
    font-size: 14px;
    color: #909090;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .no-result {
    text-align: center;
    color: #e56364;
}

/* forum group */

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section a {
    vertical-align: middle;
    display: inline-block;
}
.forums-table-section-title {
	margin: 0;
    padding: 9px 0;
    font: 15px 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-bottom: 4px double #f1f1f1;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	font-weight: normal;
}
.forums-table-section .view-all {
}

.forums-table-section .image div {
	width: 30px;
	height: 24px;
	margin: auto;
	background: url(/Themes/Uptown/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Uptown/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/Uptown/Content/img/folder3.png) center no-repeat;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}

/* forum-page, topic-page */

.forum-pages-body .master-wrapper-content {
    position: relative;
    padding: 45px 0 0;
}
.forum-pages-body .master-wrapper-content:before {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
}
.forum-pages-body .header {
    box-shadow: none;
}
.forum-pages-body .master-column-wrapper,
.profile-pages-body .master-column-wrapper,
.private-messages-pages-body .master-column-wrapper {
    padding: 0;
    position: static;
}
.forum-pages-body .page-title,
.profile-pages-body .page-title,
.private-messages-pages-body .page-title {
    position: static;
}
.forum-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.forums-main-page {
    margin: -45px 0 0;
}
.forum-page .forum-info {
	margin: 0 0 30px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
    padding: 10px;
    margin: 0 0 30px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    position: relative;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    font-weight: normal;
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 22px;
}
.forum-page .forum-description {
    text-align: center;
    color: #909090;
    font: 15px/25px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0 0 10px;
}

.forum-actions,
.topic-actions {
	margin: 0 0 30px;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
    display: inline-block;
	padding: 5px 5px 5px 24px;
    margin: 0 5px;
    color: #909090;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    text-decoration: underline;
}
.forum-actions .actions .new-topic {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 4px 8px no-repeat;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 3px -30px no-repeat;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
	margin: 0;
}
.topic-actions .reply-topic-button {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 5px -106px no-repeat;
}
.topic-actions .watch-topic-button {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 3px -30px no-repeat;
}
.topic-actions .move-topic-button {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 6px -68.5px no-repeat;
}
.topic-actions .edit-topic-button {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 3px -144px no-repeat;
}
.topic-actions .delete-topic-button {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 5px -184px no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}

/* topic post */

.topic-posts {
    background: #f8f8f8;
    padding: 30px;
    position: relative;
}
.topic-posts:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-top: 4px double #f1f1f1;
}
.topic-post {
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-head {
    background: #fff;
    margin: 0 0 20px;
    text-align: center;
}
.topic-post .post-info {
    text-align: center;
    margin: 0 0 15px;
}
.topic-post .user-info {
	width: 150px;
	margin: 0 auto 15px
}
.topic-post .username {
	display: block;
	padding: 12px 0;
    text-align: center;
    font-size: 14px;
    background: #fff;
    margin: 0 0 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	overflow: hidden;
}
.topic-post .avatar:before,
.profile-info-box .avatar:before {
    content: "";
    display: block;
    padding-top: 120%;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 15px;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
    font-size: 14px;
    padding: 5px 0;
}
.topic-post .user-stats label {
    color: #909090;
    display: inline-block;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 5px;
    display: inline-block;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	font-size: 13px;
    display: inline-block;
    padding: 7px 15px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    background: #e56363;
} 

.topic-post .post-time {
	margin: 0 0 15px;
	padding: 10px 0;
}
.topic-post .post-time span {
	color: #444;
    display: inline-block;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px; /*reset zeroing*/
    color: #909090;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 15px 10px 34px;
    line-height: 22px;
}
.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
    text-decoration: underline;
}
.topic-post .post-actions .edit-post-button {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 13px -137px no-repeat;
}
.topic-post .post-actions .delete-post-button {
	background: url(/Themes/Uptown/Content/img/forum-sprite.png) 14px -176px no-repeat;
}
.topic-post .post-actions .post-link-button,
.topic-post .post-actions .quote-post-button {
	padding: 10px;
    text-align: center;
	color: #e56363;
    line-height: 22px;
}
.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .quote-post-button:hover {
    text-decoration: underline;
}
.topic-post .post-vote {
    width: 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    margin: auto;
    color: #909090;
}
.topic-post .post-vote span {
    cursor: pointer;
}
.topic-post .post-vote .vote.up {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #909090;
}
.topic-post .post-vote .vote.down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #909090;
}

.topic-post .post-body {
	/*topic post-body also gets style from blog post-body*/
    color: #909090;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	padding: 20px;
}
.topic-post .quote:before,
.latest-posts .quote:before {
    content: '"';
    font-size: 18px;
    vertical-align: middle;
    margin: 0 5px 0 -17px;
    font-size: 33px;
}
.topic-post .quote:after,
.latest-posts .quote:after {
    content: '"';
    font-size: 18px;
    vertical-align: middle;
    margin: 0 -17px 0 5px;
    font-size: 33px;
}
.topic-post .signature {
	border-top: 1px solid #ddd;
	padding: 20px;
    font-style: italic;
}
.topic-actions .pager {
    margin: 45px 0;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page .page-title,
.private-message-send-page .page-title,
.move-topic-page .page-title{
    margin: 0 auto 2px;
    max-width: 590px;
}

.forum-edit-page strong,
.private-message-send-page a {
	font-size: 14px;
    color: #909090;
	font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.private-message-send-page a:hover {
    color: #e56363;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
    font-size: 0;
}
.forum-edit-page .inputs.reversed,
.private-message-send-page .inputs.reversed {
    padding: 0 20px;
}
.forum-edit-page .inputs.reversed input[type='checkbox'],
.private-message-send-page .inputs.reversed input[type='checkbox']{
    margin: 0 5px 0 0;
}
.forum-edit-page .inputs.reversed label,
.private-message-send-page .inputs.reversed label {
    display: inline;
    white-space: normal;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	display: inline-block;
    padding: 16.5px 40px;
    margin: 0 10px 0 0;
    font-size: 13px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.forum-edit-page .buttons input.button-1,
.move-topic-page .buttons input.button-1,
.private-messages .buttons input.button-1 {
    padding: 12.5px 40px;
    outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    color: #454545;
    background: #fff;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
    background: #e56363;
    color: #fff;
}
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px; /*reset zeroing*/
}

.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */

.private-message-view-page .page-title {
    margin: 0 0 2px;
}
.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .pm-unread {
	color: #e56364;
}
.private-message-view-page .view-message {
    padding: 30px;
    background: #f8f8f8;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    margin: 0 0 30px;
}
.private-message-view-page .message-head {
    margin: 0 0 30px;
}
.private-message-view-page .view-message li {
	display: inline-block;
}
.private-message-view-page label {
	font-size: 14px;
    color: #909090;
}
.private-message-view-page .message-body {
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
}
.private-message-view-page span {
    font-size: 14px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
    color: #909090;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .options {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .buttons input {
    margin-bottom: 10px;
}
.private-message-view-page .buttons .delete-pm-button{
    padding: 12.5px 40px;
    outline: 1px solid #f1f1f1;
    border: 3px solid #fff;
    color: #454545;
    background: #fff;
}

/* profile page  */

.profile-page .page-title {
    margin: 0;
    border: none;
}
.profile-page .ui-tabs {
    margin-top: 0;
}
.profile-info-box {
	overflow: hidden;
}
.profile-info-box .avatar {
	margin: 0 auto 30px;
    max-width: 225px;
    border: 1px solid #f1f1f1;
    background: #fff;
}
.profile-info-box .profile-stats {
	margin: 0 0 30px;
    text-align: center;
}
.profile-info-box .send-pm {
    text-align: center;
}
.profile-info-box .send-pm a {
    display: inline-block;
    padding: 15px 28px;
    font-size: 13px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 15px;
    text-transform: uppercase;
}
.profile-info-box .title strong {
    font-weight: normal;
}
.profile-info-box .stats {
    font-size: 14px;
}
.profile-info-box .stats label {
    color: #909090;
}
.profile-page .topic {
	padding: 10px;
}
.profile-page .topic-title {
	margin: 0 0 20px;
	background: #fff;
	padding: 10px 0;
	font-size: 16px;
    text-align: center;
}
.profile-page .topic-title a {
	vertical-align: middle;
	color: #e56363;
    margin:0 5px;
    display: inline-block;
}
.profile-page .topic-body {
    color: #909090;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.profile-page .topic-data {
    text-align: center;
    color: #909090;
    font: 14px/25px 'Montserrat', sans-serif;
    font-style: normal;
    margin: 15px 0 0;
}
.profile-page .topic-data > * {
    display: inline-block;
}

.profile-page .pager li {
    background: #fff;
}

.private-messages-page .data-table th {
    text-align: left;
}


/*custom selectors*/ 

.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select-text {
    display: block;
    background: #fff url(/Themes/Uptown/Content/img/select-arrow.png) right 15px center no-repeat;
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	min-width: 50px;
	height: 44px;
	padding: 12px 35px 12px 16px;
    border: 1px solid #f1f1f1;
    color: #343642;
    font: normal 14px 'Montserrat', sans-serif;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    cursor: default;
}
.custom-select select {
    opacity: 0;
    z-index: 1;
}
.inputs .custom-select {
    float: left;
    width: 100%;
    vertical-align: middle;
}
.footer-store-theme .custom-select {
	width: 170px;
    text-align: left;
}
.product-selectors .custom-select {
	margin: 0 5px;
	width: 70px;
}
.payment-info .info td .custom-select:only-child {
    width: 100% !important;
}
.attributes dd .custom-select {
    width: 96px;
    display: inline-block;
}
.attributes dd .custom-select .custom-select-text {
    border-right: none;
}
.attributes .custom-select:only-child {
	max-width: 100%;
}
.attributes dd .custom-select:only-child {
    width: 288px;
}
.attributes dd .custom-select:only-child select {
    width: 288px;
}
.attributes dd .custom-select:only-child .custom-select-text,
.attributes dd .custom-select:last-child .custom-select-text  {
    border-right: 1px solid #f1f1f1;
}
.add-to-cart .custom-select-text {
    width: 90px;
    height: 40px;
    margin: 10px auto;
}
.date-of-birth .custom-select {
    display: inline-block;
    vertical-align: top;
	width: 33.333%;
}
.date-of-birth .custom-select + .custom-select .custom-select-text {
	border-left: none;
}
.date-of-birth .custom-select select {
    width: 100%;
}
.cart-options .checkout-attributes dd .custom-select {
    width: 33%;
}
.cart-options .checkout-attributes dd .custom-select:only-child {
    width: 100%;
}
.cart-options .checkout-attributes dd .custom-select .custom-select-text {
    border-right: none;
}
.cart-options .checkout-attributes dd .custom-select:only-child .custom-select-text,
.cart-options .checkout-attributes dd .custom-select:last-child .custom-select-text {
    border-right: 1px solid #f1f1f1;
}
.cart-options .checkout-attributes dd .custom-select select {
    width: 100%;
}
.opc .custom-select {
	max-width: 100%;
}
.payment-info .info td .custom-select:only-child,
.payment-info .info td .custom-select:only-child select {
    width: 100% !important;
}
.color_verde {
	color: #187775;
}
/* GLOBAL TABLES */

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 10px;
}
.cart th, .data-table th,
.forums-table-section th {
    color: #909090;
    font: 14px 'Droid Serif', serif;
    font-style: italic;
    text-align: center;
    background: #f8f8f8;
    padding: 17px;
    white-space: nowrap;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 20px;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a,
.return-request-page .data-table .product {
    font-size: 15px;
    font-style: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cart a:hover, .data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
    color: #e56363;
}

.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.unit-price {
    font-size: 15px;
    text-align: center;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
td.subtotal,
td.total {
    color: #e56363;
    font-size: 15px;
    text-align: center;
}
.cart .subtotal .discount {
    white-space: normal;
}
.cart .product-picture a {
    display: block;
    width: 100px;
    margin: auto;
}
.cart .product-picture img{
    max-width: 100%;
}
.cart td.product {
    padding: 40px 50px;
}
table .attributes,
.cart .rental-info,
.mini-shopping-cart .attributes,
.mini-shopping-cart .rental-info{
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
    color: #909090;
    border: none;
}
.mini-shopping-cart .attributes {
    margin: 0;
}
.data-table .sku {    
    font-size: 14px;
    color: #909090;
}
td.quantity {
    text-align: center;
    font-size: 14px;
}

.forums-table-section td {
    min-width: 100px;
}
.forum-table .topics,
.forum-table .posts,
.forum-table .replies,
.forum-table .views,
.forum-table .votes {
    text-align: center;
    font-size: 14px;
    color: #909090;
}
.forum-table .latest-post .date,
.forum-table .latest-post label,
.forum-table .latest-post .no-post,
.forum-table .topic-details label,
.forum-table .topic-type{
    font-size: 14px;
    color: #909090;
    vertical-align: middle;
    display: inline-block;
}
.forum-table .latest-post > *{
    margin: 5px 0;
}

/* COMPARE PRODUCTS TABLE */


.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    background: #f8f8f8;
}
.compare-products-table .product-price td {
    color: #e56363;
}

.compare-products-table-mobile img {
    max-width: 160px;
}


/********** FOOTABLE CUSTOM CSS **********/



.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}
.footable-first-column .item-count {
	font-size: 15px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	overflow: hidden;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

.footable-toggle {
	background-image: url(/Themes/Uptown/Content/img/table-plus.png);
}
.footable-detail-show .footable-toggle {
	background-image: url(/Themes/Uptown/Content/img/table-minus.png);
}
.footable-toggle:before {
	display: none !important;
}

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count
/* remove downloads table item-count from here if "my account" is only one column on tablet landscape(768) */ {
	display: none;
}

.go-to-page {
    white-space: nowrap;
	display: inline-block !important;
	font-size: 13px !important;
}

@media all and (max-width: 400px) {

    .cart .product-picture {
        padding: 10px;
    }
    .cart .product-picture a {
        width: 70px;
    }
    .cart td.subtotal {
        padding: 10px;
    }

}
@media all and (max-width: 1000px) {

.admin-header-links {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
}
.responsive-nav-wrapper-parent {
    position: relative;
    z-index: 100;
}
.header {
}
.admin-header-links ~ .header {
	margin-top: 40px;
}
.master-column-wrapper {
    margin: 30px auto;
}

.overlayOffCanvas.hidden {
	display: none !important; /*overrides core script css, to be removed once the core script is refactored*/
}
html.scrollable, body.scrollable {
	overflow: auto !important; /*overrides core script css, to be removed once the core script is refactored*/
}

.variant-picture {
	width: 31%;
	margin-left: 100px;
/*	visibility: hidden;  */
}
.agrupar-precio-compra {
	position: relative;
	height: 100px;
}
.product-variant-line {
	height: 300px;
}


/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
    border-top: 1px solid #f1f1f1;
    background-color: rgba(255,255,255,.8);
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}
.responsive-nav-wrapper.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.admin-header-links ~ .responsive-nav-wrapper-parent .responsive-nav-wrapper.stick {
    top: 39px;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
.responsive-nav-wrapper > *{
    display: inline-block;
    vertical-align: middle;
}
.responsive-nav-wrapper .menu-title {
	background: url(/Themes/Uptown/Content/img/responsive-nav-sprite.png) no-repeat left 15.5px center;
}
.responsive-nav-wrapper .personal-button {
	background: url(/Themes/Uptown/Content/img/responsive-nav-sprite.png) no-repeat left -32.5px  center;
}
.responsive-nav-wrapper .account-links {
	background: url(/Themes/Uptown/Content/img/responsive-nav-sprite.png) no-repeat left -80px center;
}
.responsive-nav-wrapper .search-wrap {
	background: url(/Themes/Uptown/Content/img/responsive-nav-sprite.png) no-repeat left -129px center;
}
.responsive-nav-wrapper .ico-cart {
    display: inline-block;
	background: url(/Themes/Uptown/Content/img/responsive-nav-sprite.png) no-repeat left -205px center;
    width: auto;
    height: 50px;
    font-size: 0;
    padding-left: 42px;
    vertical-align: bottom;
}
.responsive-nav-wrapper .ico-cart .cart-label {
    display: none;
}
.responsive-nav-wrapper .ico-cart .cart-qty {
    font-size: 12px;
    display: block;
    margin: 19px 1px 0 0;
    text-transform: none;
    color: #454545;
    font-style: italic;
    text-indent: 0;
}
.responsive-nav-wrapper .ico-cart-total {
    display: none;
}
.responsive-nav-wrapper .filters-button {
	display: none;
	background: url(/Themes/Uptown/Content/img/responsive-nav-sprite.png) no-repeat left -169px center;
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.overlayOffCanvas.show {
	background: rgba(0,0,0,0.4);
}
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    background: #333;
    overflow: hidden;
	z-index: 1070;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu {
    left: -320px;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}
.header-menu .close-menu {
	background: #f8f8f8;
	cursor: pointer;
}
.close-menu span {
	display: block;
    height: 50px;
	font-size: 0;
    background: url(/Themes/Uptown/Content/img/mobile-menu-close.png) right 20px center no-repeat;
}
.header-menu > ul.top-menu li {
	background: #fff;
}
.header-menu > ul.top-menu li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul.top-menu li > a,
.header-menu > ul.top-menu li > span {
	display: block;
	padding: 16px 16px 16px 30px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
	line-height: 17px;
	color: #4d4d4d;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}
.header-menu > ul.top-menu li:last-child > a,
.header-menu > ul.top-menu li:last-child > span {
	border-bottom: 0;
} 
.header-menu > ul.top-menu li > .with-subcategories {
	width: 270px;
	float: left;   
}
.plus-button {
	position:relative;
	z-index: 1;
	float: right;
	width: 50px;
	height: 50px;
	background: url(/Themes/Uptown/Content/img/menu-arrow.png) center no-repeat;
	cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #333 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu .sublist-wrap {
    left: -320px;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}
.header-menu ul li.back-button {
	background: #f8f8f8;
}
.header-menu .back-button span {
	text-transform: none;
	color: #fff;
	text-align: right;
	padding: 14px 18px !important; 
}

/* header menu functionality classes */

.admin-header-links, 
.header-upper, 
.breadcrumb,
.header-logo, 
.responsive-nav-wrapper, 
.master-column-wrapper,
.slider-wrapper, 
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}
.notAndroid23 .move-right {
    -webkit-transform: translate(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);        
}

/* SEARCH BOX */

.store-search-box {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	width: 100%;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.2);
	z-index: 1070;
	text-align: center;
    background: #fff;
    height: 70px;
}
.store-search-box.open {
	display: block;
}
.store-search-box form {
    padding: 15px 0;
}
.store-search-box input.search-box-text {
    width: 210px;
    border-bottom: 1px solid #909090;
    text-align: left;
    text-transform: none;
    color: #909090;
    font: normal 13px 'Montserrat', sans-serif;
}
.store-search-box .search-box-button {
    background: url(/Themes/Uptown/Content/img/responsive-nav-sprite.png) no-repeat left -135px top 16px;
}

/* RESPONSIVE MENU HEADER SELECTORS/HEADER LINKS */

.header-selectors-wrapper,
.header-links-wrapper {
	display: none;
	background: #fff;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.2);
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	z-index: 1070;
	text-align: center;
	/*-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;*/
}
/*.header-links-selectors-wrapper.open {
	display: block;
}*/

.header-upper .header-social-icons {
    display: none;
}

.header-social-icons {
    padding: 0 25px;
    border-bottom: 1px solid #4c4c4c;
}
.header-social-icons a {
    margin: 0 1.5px;
}

.header-links {
    color: #909090;
}
.header-links ul {
    display: block;
}
.header-links li {
    display: block;
    margin: 0;
}
.header-links-wrapper a,
a.ico-wishlist {
    font-size: 13px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
}
.header-links a.login-link {
    display: none;
}
.header-links-wrapper {
    margin: 0;
}
.header-selectors-wrapper > div {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}
.header-selectors-wrapper > div:last-child {
    border: none;
}
.header-selectors-wrapper select {
    background: none;
    font: normal 12px 'Montserrat', sans-serif;
    color: #909090;
    height: 50px;
    padding: 0;
    border: none;
    max-width: none;
    font-size: 13px;
}

.header-links-wrapper .my-account-dropdown .facebook-login-block {
    display: none;
}

/* FLYOUT CART */

.flyout-cart {
    display: none;
	background: #fff;
	box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.2);
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
    width: 100%;
	z-index: 1070;
	text-align: center;
}
.mini-shopping-cart .item {
    margin: 0px 0 0 30px;
}
.mini-shopping-cart-item-close {
    left: -30px;
    width: 30px;
    height: 30px;
}
.flyout-cart.active {
    display: block;
}

.forum-pages-body .table-wrapper {
    overflow-x: auto;
}

}


@media all and (min-width: 769px) and (max-width: 1000px) {

    .responsive-nav-wrapper-parent + .main-slider-wrapper .slider-wrapper {
        margin: -50px 0 0;
        z-index: 1;
        position: relative;
    }

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */


.product-variant-line {
	height: 110px;
}


.master-column-wrapper {
    width: 90%;
}
.home-page .topic-block,
.home-page .category-grid,
.home-page .product-grid,
.home-page-banners,
.home-page .news-list-homepage,
.home-page .home-page-polls,
.home-page-blog-social-wrapper {
    width: 90%;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */


/* HEADER */

.store-search-box input.search-box-text {
}
.ui-autocomplete {
	width: 295px !important; /*txtfield + button*/
}

.mini-shopping-cart .item {
    padding: 17px 0 17px 23px;
}
.mini-shopping-cart .picture {
    width: 80px;
}
.mini-shopping-cart .picture + .product {
    margin: 0 0 0 94px;
}
.mini-shopping-cart .item-product-left {
    width: 75%;
    float: left;
}
.mini-shopping-cart .item-product-right {
    width: 25%;
    float: right;
    text-align: right;
}
.mini-shopping-cart .name {
    max-height: none;
}
.mini-shopping-cart .price {
    display: block;
}
.mini-shopping-cart .quantity {
    display: block;
}

/* HEADER MENU */
/* FOOTER */

.newsletter-box-description {
    padding: 20px 90px;
}
.footer-1 .newsletter-subscribe {
    margin: 30px auto 0;
}
.newsletter-email .newsletter-subscribe-button {
	position: absolute;
    top: 4px;
    right: 4px;
    border-left: 5px solid #fff;
    width: auto;
}

/* LEFT/RIGHT COLUMN */


/* CATEGORY PAGE & GRIDS */

.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-item .item-box {
    width: 49%;
    margin: 0 0 2% 2%;
}
.home-page-category-grid .item-box .category-item-name,
.sub-category-grid .item-box .category-item-name,
.manufacturer-grid .item-box .category-item-name,
.vendor-grid .item-box .category-item-name {
    font-size: 16px;
}
.home-page-category-grid .item-box:nth-child(2n+1),
.sub-category-grid .item-box:nth-child(2n+1),
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-grid .item-box:nth-child(2n+1) {
    margin-left: 0;
}

.product-grid .item-box,
.product-list .item-box {
	width: 49%; /*two per row*/
	margin-left: 2%;
}
.product-grid .item-box:nth-child(2n+1),
.product-list .item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.home-page-category-grid.three .item-grid .item-box:first-child {
    width: 100%;
    margin-left: 0;
}

.home-page-category-grid.three .item-box:nth-child(even) {
    margin-left: 0;
}
.home-page-category-grid.three .item-box:nth-child(2n+1) {
    margin-left: 2%;
}

/* PRODUCT PAGE */

.attributes select:only-child,
.attributes input[type='text'],
.attributes textarea {
    min-width: 288px;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.add-to-cart-qty-wrapper,
.add-to-cart .qty-dropdown {
    margin: 4.5px 17px 4.5px 0;
}
.overview .product-price,
.variant-overview .product-price {
    float: left;
}
.overview .old-product-price,
.variant-overview .old-product-price {
    float: right;
}
.variant-overview .add-to-wishlist {
    vertical-align: text-bottom;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */
/* TOPICS */

.enter-password-form input[type="password"] {
	width: 300px !important;
}

/*MY ACCOUNT PAGES*/
.gender {
	display: inline-block;
    margin: 0 0 5px 20px;
}
.date-of-birth select {
	width: 33.333%; /*birth-date selectors, always single line*/
}
.date-of-birth select + select {
	border-left: none;
}
.add-more-external-records {
    padding: 30px 70px;
}
.order-details-page .total-info {
    padding: 60px 70px;
}

/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.login-page .returning-wrapper .form-fields {
    padding: 48px;
}
.login-page .returning-wrapper .inputs.reversed > .forgot-password {
    display: inline-block;
}

/* SHOPPING CART & CHECKOUT */

.order-progress li {
    width: 25%;
}
.cart-totals-wrapper {
    padding: 70px 70px 50px;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 56.5%;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 43.5%;
}

/* SEARCH PAGE & SITEMAP */
/* BLOG & NEWS */
/* FORUM & PROFILE */



/*custom selectors*/ 

.attributes .custom-select:only-child {
    min-width: 288px;
}
.add-to-cart .custom-select-text {
    margin: 4.5px 17px 4.5px 0;
} 

}


@media all and (min-width: 480px) {

    .variant-picture {
        float: left;
        width: 17%;
    }

    .variant-picture + .variant-overview {
        width: auto;
     /*   margin: 0 0 0 51%;  */
    }

    .variant-overview .add-to-cart-button {
        margin-right: 10px;
    }

    .variant-overview .add-to-wishlist-button {
        float: left;
        clear: none;
        margin: 5px 0;
    }

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
	text-align: left;
}
.link-rss {
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    margin: auto;
}

/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */
/* HEADER */
/* HEADER MENU */
/* FOOTER */

.newsletter-popup {
    left: 50%;
    margin-left: -350px;
    padding: 70px 265px 80px 50px
}

/* HOME PAGE */

.news-list-homepage .news-items {
    overflow: hidden;
}
.news-list-homepage .news-item {
    float: left;
    width: 31.333%;
    margin: 0 0 3% 3%;
}
.news-list-homepage .news-item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

/* LEFT/RIGHT COLUMN */


/* CATEGORY PAGE & GRIDS */

.category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
    width: 32%;
    margin: 0 0 2% 2%;
}
.category-grid .item-box:nth-child(2n+1),
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-grid .item-box:nth-child(2n+1) {
    margin-left: 2%;
}
.category-grid .item-box:nth-child(3n+1),
.manufacturer-grid .item-box:nth-child(3n+1),
.vendor-grid .item-box:nth-child(3n+1) {
    margin-left: 0;
}

.home-page-category-grid.two .item-box {
    width: 49%;
}
.home-page-category-grid.three .item-box {
    width: 31.75%;
    margin: 0 0 1.75% 1.75%;
}
.home-page-category-grid.three .item-grid .item-box:first-child {
    width: 66.25%;
}
.home-page-category-grid.three .item-box:nth-child(2n+1),
.home-page-category-grid.three .item-box:nth-child(even) {
    margin-left: 1.75%; /*reset previous value*/
}
.home-page-category-grid.three .item-box:nth-child(3n+1) {
    margin-left: 0;    
}

.home-page-category-grid.four .item-box {
    width: 32%;
    margin: 0 0 2% 2%;
}
.home-page-category-grid.four .item-box:first-child,
.home-page-category-grid.five .item-box:first-child,
.home-page-category-grid.five .item-box:last-child {
    width: 66%;
    margin-bottom: 1.75%;
}
.home-page-category-grid.four .item-box:last-child {
    width: 100%;
}

.home-page-category-grid.four .item-box:last-child .picture a:before{
    padding-top: 40%;
}
.home-page-category-grid.five .item-box:last-child .picture a:before {
    padding-top: 48%
}
.home-page-category-grid.four .item-box:nth-child(3n+1),
.home-page-category-grid.five .item-box:nth-child(3n+1) {
    margin-left: 0;    
}


.product-selectors {
}
.product-selectors > div {
}
.product-selectors .product-viewmode {
	display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    width: 200px;
}
.product-selectors .product-sorting {
    float: right;
}
.product-selectors .product-sorting select {
    text-align: left;
}
.product-selectors .product-page-size {
    float: left;
}


.product-grid .item-box {
	width: 32%; /*three per row*/
}
.product-grid .item-box:nth-child(2n+1) {
	clear: none; /*revert the second item*/
	margin-left: 2%; /*revert the second item*/
}
.product-grid .item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/*products in list*/

.product-list {
    border-top: 1px solid #f1f1f1;
    padding: 30px 0 0;
}
.product-list .item-box {
    width: 100%;
    margin: 0 0 60px;
    float: none;
    overflow: hidden;
    position: relative;
}
.product-list .product-item-picture-wrapper {
    float: left;
    width: 30%;
    position: static;
    margin: 0;
}
.product-list .item-box .details {
    margin-left: 34%;
}
.product-list .item-box .product-title {
    margin: 0;
}
.product-list .item-box .product-item {
    overflow: hidden;
}
.product-list .item-box .product-title a {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list .item-box .description {
    display: block;
    overflow: hidden;
    margin: 40px 0;
}
.product-title ~ .color-squares {
    color: red;
}
.product-list .item-box .buttons {
    display: inline-block;
    margin: 20px 0 0;
    text-align: left;
    overflow: hidden;
} 
.product-list .tax-shipping-info {
    display: block;
}
.product-list .item-box input[type="button"] {
    float: right;
    margin: 5px 3px 5px 0;
}
.product-list .item-box input[type="button"].product-box-add-to-cart-button {
    float: left;
    height: 48px;
    margin: 0 20px 0 0;
    background: #2e2e2e;
    padding: 0 35px;
    font-size: 15px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    max-width: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.product-list .item-box input[type="button"].product-box-add-to-cart-button:hover {
    background: #e56363;
}


/* PRODUCT PAGE */

.product-essential {
    text-align: center;
}

.overview {
}
.overview .buttons {
	text-align: left;
}
.overview .buttons div {
	margin: 0 10px 10px 0;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}
.overview-buttons div {
    display: inline-block;
    margin: 0 20px;
}
.prices-stock-wrapper .stock {
    right: 0;
    left: auto;
}
.variant-overview .add-to-wishlist input[type='button'] {
    margin: 5.5px 0;
}
.variant-overview .variant-name {
    margin-top: 22px;
}

.product-specs-box .table-wrapper {
    padding: 40px 150px 60px;
    margin: 0 0 60px;
}

.attributes {
}
.attributes dt {
}
.attributes dt label {
}
.attributes dd {
}
.rental-attributes dt {
}
.color-squares {
}
.color-squares li {
	margin: 0 10px 10px 0;
}


/* REVIEW PAGE */

.product-review-item {
    padding: 2.5% 7.5%;
}
.product-review-item:nth-child(2) {
    padding-top: 5%;
}
.product-review-item:last-child {
    padding-bottom: 5%;
}
.product-review-item .review-item-head {
    margin: 0;
    overflow: hidden;
}
.product-review-item .product-review-box,
.product-review-item .review-info {
    width: 22%;
    float: left;
}
.product-review-item .review-title,
.product-review-item .review-text {
    width: 74%;
    float: right;
}
.product-review-item .review-content {
    overflow: hidden;
}
.product-review-helpfulness {
    clear: both;
    text-align: right;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .buttons::after {
    content: '';
    display: block;
    clear: both;
}
.wishlist-content .button-2 {
    float: left;
	margin: 0 10px 0 0;
}
.wishlist-content .wishlist-add-to-cart-button {
    float: right;
    margin: 0;
}
.inputs label
.compare-products-page .clear-list {
	position: absolute;
	top: 15px;
	right: 0;
}

/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.address-list-page .section,
.order-list-page .section {
    float: left;
    width: 50%;
}
.address-list-page .section:nth-child(2n+1),
.order-list-page .section:nth-child(2n+1) {
    clear: both;
}
.address-list-page .title,
.order-list-page .title,
.address-list-page .buttons,
.order-list-page .buttons {
    text-align: left;
}

.order-list-page .section.recurring-payments {
    float: none;
    width: 100%;
    padding: 0;
}

/* SHOPPING CART & CHECKOUT */

.order-progress li {
    width: auto;
}
.cart-options .common-buttons:after {
    content: '';
    display: block;
    clear: both;
}
.cart-options .button-2.update-cart-button {
    float: left;
    margin: 0 10px 0 0;
}
.cart-options .button-2.continue-shopping-button {
    float: right;
    margin: 0;
}
.cart-options {
	text-align: left;
}
.cart-options .common-buttons input {
	margin: 0 10px 0 0;
}
.cart-options .checkout-attributes li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.shopping-cart-page .totals {
}
.checkout-page .address-item {
    float: left;
    width: 49%;
    margin-left: 2%;
}
.checkout-page .address-item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.payment-method .method-list li {
    width: 33%;
    margin: 0;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	float: left;
	width: 49%;
    margin: 0 0 2% 2%
}
.order-review-data ul:nth-child(2n+1),
.order-details-area ul:nth-child(2n+1),
.shipment-details-area ul:nth-child(2n+1) {
    margin: 0 0 2% 0;
    clear: both;
}

.order-details-page .total-info {
	overflow: hidden;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags {
	float: right;
}
.blog-posts .buttons,
.news-items .buttons {
	text-align: left;
}
.blog-posts .buttons {
	float: left;
}
.new-comment .title,
.new-comment .buttons {
    text-align: left;
}
.new-comment textarea {
}
.blog-comment,
.comment-content {
    position: relative;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 105px;
    padding: 24px 0 0;
}
.comment-info .username {
    padding: 0;
    position: absolute;
    top: 0;
    left: 105px;
}

/* FORUM & PROFILE */

.forum-search-box .advanced {
	text-align: right;
}
.forums-table-section-title .link-rss {
	float: right;
	margin: 0;
}
.forums-table-section .view-all {
	text-align: center;
}

.forum-actions,
.topic-actions  {
    text-align: center;
}

.forum-actions .pager.upper {
	display: block;
}
.topic-actions.lower .actions {
	display: block;
    margin: 15px 0 0;
}


.topic-posts {
	overflow: hidden;
    padding: 40px 50px;
}
.topic-post {
    padding: 30px 30px 45px;
}

.forum-topic-page .topic-options {
	float: left;
}
.private-message-view-page .back-pm-button {
	float: right;
}
.private-message-view-page .buttons {
    text-align: left;
}
.profile-page .topic {
    padding: 30px;
}

/*Custom Selectors*/
.product-selectors .product-sorting .custom-select-text {
    text-align: left;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* GLOBAL STYLES */




.master-column-wrapper {
	width: 1000px;
	margin: 45px auto 0;
}
.home-page-body .main-slider-wrapper ~ .master-wrapper-content .master-column-wrapper {
    margin: 25px 0 0;
}
.home-page .topic-block,
.home-page .category-grid,
.home-page .product-grid,
.home-page-banners,
.home-page .news-list-homepage,
.home-page .home-page-polls,
.home-page-blog-social-wrapper {
    width: 1000px;
}
.center-2 {
	float: right;
	width: 73%;
}
.side-2 {
	float: left;
	width: 25%;
}
.home-page-blog-social-wrapper {
    overflow: hidden;
}
.home-page-blog-social-wrapper > div {
    float: left;
}
.home-page-blog-social-wrapper .rich-blog-homepage {
    width: 66%;
}
.home-page-blog-social-wrapper .rich-blog-homepage:only-child {
    width: 100%;
}
.home-page-body .home-page-blog-social-wrapper .social-feed {
    width: 32%;
    margin: 0 0 70px 2%;
}
.home-page-body .home-page-blog-social-wrapper .social-feedl:only-child {
    width: 100%;
    margin: 0;
}

/* GLOBAL FORMS */

.inputs {
    text-align: left;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header {
	position: relative;
	z-index: 1020;
}
.header-upper {
    background: #282828;
    text-align: center;
}
.header-uppe:after {
    content: '';
    display: block;
    clear: both;
}
.header-1 .header-upper .header-centering {
    margin: 0 35px;
}
.header-1 {
    padding: 0 0 10px;
    margin: 0;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
}
.category-page-body .header-1,
.product-details-page-body .header-1 {
    box-shadow: none;
}
.header-links-selectors-wrapper > *{
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.header-2 .header-links-selectors-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.header-welcome-message {
    float: left;
    width: 20%;
    text-align: left;
    padding: 0 5px;
}
.header-upper-centering {
    width: 60%;
    margin: 0 20%;
}
.header-2 .header-upper-centering {
    width: 80%;
    margin: 0 0 0 20%;
    text-align: right;
}
.header-selectors-wrapper {
}
.header-selectors-wrapper select{
    background: #282828;
    font: normal 12px 'Montserrat', sans-serif;
    color: #adadad;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    max-width: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-selectors-wrapper select:hover {
    color: #fff;
}
.header-selectors-wrapper select option{
}
.header-selectors-wrapper > div {
	margin: 0 10px;
}
.header-links-wrapper {
    color: #adadad;
}
.header-links a {
    display: inline-block;
    margin: 0 10px;
}
.header-links a:hover {
    color: #fff;
}
.header-links .my-account-dropdown-wrapper {
    position: relative;
    display: inline-block;
}
.header-links .my-account-dropdown-wrapper:hover .my-account-opener {
    color: #fff;
}
.header-links .my-account-opener {
    position: relative;
    padding-right: 15px;
    background: url(/Themes/Uptown/Content/img/header-selectors-arrow.png) no-repeat right center;
}
.header-links .my-account-dropdown {
    display: none;
    width: 250px;
    position: absolute;
    top: 40px;
    left: -30px;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
    z-index: 1011;
}
.header-links .my-account-dropdown ul {
    display: block;
    margin: 0 0 2px;
}
.header-links .my-account-dropdown a {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    line-height: 1.2em;
    padding: 12px 10px 12px 40px;
    text-align: left;
    color: #909090;
}
.header-links .my-account-dropdown a span {
    line-height: 1.2em;
}
.header-links .my-account-opener:hover + .my-account-dropdown {
    display: block;
}
.header-links .my-account-dropdown:hover {
    display: block;
}
.header-links .account-navigation-wrapper {
    display: block;
}
.header-links .my-account-dropdown-wrapper ~ .facebook-login-block {
    display: none;
}
.header-links .my-account-dropdown .facebook-login-block .buttons {
    margin: 20px 0;
    padding: 0;
}
.header-links .account-navigation-wrapper {
}
.header-links .my-account-dropdown a {
    position: relative;
}
.header-links .my-account-dropdown a:before {
    content: '';
    display: block;
    width: 13px;
    height: 14px;
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image:  url(/Themes/Uptown/Content/img/header-links-sprite.png);
    background-repeat: no-repeat;
}
.header-links .my-account-dropdown a:hover:before {
    background-color: #e56363;
    background-image:  url(/Themes/Uptown/Content/img/header-links-sprite-hover.png);
}
.header-links .my-account-dropdown .ico-login:before {
    background-position: 0 0;
}
.header-links .my-account-dropdown .ico-register:before {
    background-position: 0 -33px;
}
.header-links .my-account-dropdown .customer-info:before {
    background-position: 0 -66px;
}
.header-links .my-account-dropdown .customer-addresses:before {
    background-position: 0 -106px;
}
.header-links .my-account-dropdown .customer-orders:before {
    background-position: 0 -147px;
}
.header-links .my-account-dropdown .return-requests:before {
    background-position: 0 -186px;
}
.header-links .my-account-dropdown .downloadable-products:before {
    background-position: 0 -227px;
}
.header-links .my-account-dropdown .back-in-stock-subscriptions:before {
    background-position: 0 -267px;
}
.header-links .my-account-dropdown .reward-points:before {
    background-position: 0 -308px;
}
.header-links .my-account-dropdown .change-password:before {
    background-position: 0 -349px;
}
.header-links .my-account-dropdown .customer-avatar:before {
    background-position: 0 -394px;
}
.header-links .my-account-dropdown .forum-subscriptions:before {
    background-position: 0 -431px;
}
.header-links .my-account-dropdown .ico-logout:before {
    background-position: 0 -470px;
}
.header-links .my-account-dropdown .customer-reviews:before {
    background-position: 0 -510px;
}
.header-links .my-account-dropdown .customer-vendor-info:before {
    background-position: 0 -552px;
}
.header-links .my-account-dropdown .ico-logout {
    background-color: #f8f8f8;
    border-top: 1px solid #f1f1f1;
}

.header-social-icons {
    display: block;
    float: right;
    width: 20%;
    font-size: 0;
    text-align: right;
    height: 40px;
    overflow: hidden;
}
.header-2 .header-social-icons {
    padding: 0;
    float: none;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.header-lower {

}
.header-lower .header-centering {
    margin: 0 40px;
}
.header-1 .header-lower .header-centering.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
    margin: 0;
    padding: 10px 40px;
    z-index: 1010;
}
.header-1 .header-lower .header-centering.stick .header-logo {
    height: 50px;
}
.header-1 .header-lower .header-centering.stick .header-menu {
    height: 50px;
}
.header-1 .header-lower .header-centering.stick .header-cart-search-wrapper {
    margin: 0;
}

.header-1 .header-lower .header-centering.stick .header-menu .category-menu-item > .sublist-wrap {
    padding-top: 19px;
}
/*.header-1 .header-lower .header-centering.stick .header-menu .category-menu-item > .sublist-wrap .sublist {
    border-top: 1px solid #f1f1f1;
    box-shadow: none;
}*/
.header-1 .header-lower .header-centering.stick .header-logo a img {
    max-height: 50px;
}
.main-slider-wrapper .header-menu-parent.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
    z-index: 1010;
}
.main-slider-wrapper .header-menu-parent.stick .header-menu > ul {
    text-align: center;
}


.header-2 .header-lower .header-centering {
    margin: 0;
}
.header-logo {
	float: left;
    width: 300px;
    height: 80px;
    margin: 0;
    text-align: left;
    display: table;
}
.header-logo a {
    display: table-cell;
    vertical-align: middle;
}
.header-logo a img {
    max-height: 80px;
}
.header-cart-search-wrapper {
    float: right;
    width: 330px;
    margin: 13px 0;
}
.header-2 .header-cart-search-wrapper {
    width: auto;
}
.header-cart-search-wrapper > * {
    vertical-align: top;
}
.header-cart-search-wrapper .store-search-box {
    float: left;
    width: 142px;
    height: 53px;
}
.header-cart-search-wrapper .cart-wrapper {
    float: right;
    width: 170px;
    height: 53px;
}
.store-search-box form {
    margin: 6px 0;
    font-size: 0;
    width: 100%;
}
.store-search-box form > * {
    vertical-align: middle;
}
.store-search-box input.search-box-text {
    color: #8c8c8c;
    padding: 0;
    height: 27px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}
.store-search-box input.search-box-text:focus::-webkit-input-placeholder { 
    color: transparent; 
}
.store-search-box input.search-box-text:-moz-placeholder {
    color: transparent; /* FF 4-18 */
} 
.store-search-box input.search-box-text:focus::-moz-placeholder {
    color: transparent; /* FF 19+ */ 
}
.store-search-box input.search-box-text:focus:-ms-input-placeholder { 
    color: transparent; /* IE 10+ */
}

.cart-wrapper {
    border: 4px double #f1f1f1;
    position: relative;
}
#topcartlink {
    width: 162px;
    height: 45px;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s; /* Animate the transform properties */
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* <-NB */
}

.cart-wrapper .ico-cart,
.cart-wrapper .ico-cart-total {
    display: block;
    padding: 15px 10px 15px 35px;
    text-transform: uppercase;
    height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-wrapper .ico-cart span {
    display: inline-block
}
.cart-wrapper .ico-cart {
    color: #4d4d4d;
    position: relative;
    background: #fff;
    -webkit-transform: translateZ(22.5px);
	transform: translateZ(22.5px);
}
.cart-wrapper .ico-cart:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    background: #e56363 url(/Themes/Uptown/Content/img/shopping-cart.png) center no-repeat;
}
.cart-wrapper .cart-qty {
    font-style: italic;
    font-weight: normal;
    color: #909090;
}
.cart-wrapper .ico-cart-total {
    background: #e56363 url(/Themes/Uptown/Content/img/shopping-cart-hover.png) left 15px center no-repeat;
    color: #fff;
    -webkit-transform: rotateX(-90deg) translateZ(-22.5px);
    transform: rotateX(-90deg) translateZ(-22.5px);
}
.cart-wrapper:hover #topcartlink {
	-webkit-transform: rotateX(89deg);
	transform: rotateX(89deg); /* Text bleed at 90º */
}

.flyout-cart {
    padding: 35px 0 0;
	position: absolute;
	top: 47px;
	right: -34px;
}

.ui-autocomplete {
	z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
}
.responsive-nav-wrapper-parent {
	display: none;
}

/* HEADER MENU */

.header-menu .header-social-icons {
    display: none !important;
}

.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

.header-menu-wrapper {
    clear: both;
}
.main-slider-wrapper .header-menu-wrapper {
    margin: 0;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
    border-top: 1px solid #f1f1f1;
}
.main-slider-wrapper .slider-wrapper ~ .header-menu-wrapper {
    background: rgba(255,255,255,.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: none;
}
.main-slider-wrapper .header-menu-wrapper .header-menu {
    padding: 0;
    margin: 0 auto;
}
.header-menu {
	text-align: left;
	position: relative;
	z-index: 1010;
}
.header-menu > ul {
	margin: 0 auto;
	font-size: 0;
    padding: 10px 0 0;
    text-align: center;
}
.main-slider-wrapper .header-menu > ul {
    padding: 7px 0;
    text-align: left;
}
.header-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	padding: 10px 20px;
    text-transform: uppercase;
    color: #4d4d4d;
	font-size: 14px; /*reset zeroing*/
	cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
    color: #e56363;
}

.header-menu .sublist-wrap {
	display: none;
	position: absolute;
	top: 38px;
    padding-top: 20px;
	min-width: 180px;
    z-index: 2;
}
.header-menu .sublist {
    background: #fff;
	padding: 10px 0;
	box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.2);
}
.main-slider-wrapper .header-menu .sublist-wrap {
    padding-top: 17px;
}
.main-slider-wrapper .header-menu .sublist {
    background: #fff;
}
.header-menu .sublist-wrap.active {
	display: block;
}
.top-menu {
	display: block;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist .back-button {
	display: none;
}
.header-menu .sublist li a {
	display: block;
	padding: 13px 30px;
	font-size: 13px;
	color: #909090;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-menu .sublist li a.with-subcategories {
    padding-right: 40px;
}
.header-menu .sublist li .plus-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 43px;
    background: url(/Themes/Uptown/Content/img/menu-arrow.png) right 20px center no-repeat;
}
.header-menu .sublist li:hover > a {
	color: #e56363;
}
.header-menu .sublist-wrap .sublist-wrap {
    left: 100%;
    top: 0;
    padding: 0 0 0 10px;
}

/* FOOTER */

.footer-upper {
    width: 1000px;
    overflow: hidden;
}
.footer-1 .footer-upper > div {
    float: left;
    width: 48%;
    margin: 0 0 0 2%;
}
.footer-1 .footer-upper > div:nth-of-type(2n+1) {
    margin: 0;
    clear: both;
}
.footer-1 .footer-upper > div:nth-of-type(n+3) {
    margin-top: 30px;
}
.footer-1 .footer-upper > div:only-child {
    width: 100% !important;
}
.footer-2 .footer-centering {
    width: 1000px;
    margin: auto;
}
.footer-2 .footer-centering:after {
    content: '';
    display: block;
    clear: both;
}
.footer-centering {
    width: 1000px;
    margin: 65px auto;
    overflow: hidden;
}

.footer-block {
    width: 25%;
    float: left;
    text-align: left;
}
.footer-block .title {
    padding: 0;
    margin: 0 0 30px;
    border: none;
    cursor: default;
}
.footer-block .title span {
    padding: 0;
}
.footer-block .title span:after {
    display: none;
}
.footer-collapse {
    display: block !important;
}

.footer-menu a, 
.footer-menu span {
    padding: 7px 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-menu a:hover {
    color: #fff;
}
.footer-block ul {
    margin: 0;
}
ul.social-sharing {
    margin: 10px 0 0;
}
.social-sharing li {
    margin: 0 8px 8px 0;
}

.social-sharing a {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s; /* Animate the transform properties */
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* <-NB */
}
.social-sharing a .flip{
    -webkit-transform: translateZ(19px);
	transform: translateZ(19px);
}
.social-sharing a .flop {
    display: block;
    -webkit-transform: rotateX(-90deg) translateZ(-19px);
    transform: rotateX(-90deg) translateZ(-19px);
}

.social-sharing a:hover {
    -webkit-transform: rotateX(89deg);
	transform: rotateX(89deg); /* Text bleed at 90º */
}

.accepted-payment-methods {
    margin: 10px 0 !important;
}
.accepted-payment-methods li {
    margin: 0 25px 0 0;
}

.footer-lower > div {
    display: inline-block;
}
.footer-store-theme {
    padding: 0 !important;
}

.footer-2 .footer-block {
    width: 16%;
    margin: 15px 0;
}
.footer-2 .footer-block.first {
    width: 50%;
    margin: 0;
}
.footer-2 .logo {
    margin: 0;
}
.footer-2 .footer-block p {
    max-width: 500px;
    margin: 15px 0;
}
.footer-2 .footer-block.first .title {
    display: none;
}
.footer-2 .newsletter {
    margin: 0;
}
.footer-2 .footer-lower {
    padding: 18px 0;
    position: relative;
}
.footer-2 .footer-centering {
    padding: 0;
}
.footer-2 .footer-lower-right {
    float: right;
    width: 200px;
    padding: 3px 0;
}
.footer-2 .accepted-payment-methods {
    padding: 0;
}
.footer-2 .accepted-payment-methods li {
    margin: 0 15px 0 0;
}
.footer-2 .footer-lower-left {
    margin-right: 200px;
    text-align: left;
}
.footer-2 .footer-lower-left > div {
    display: inline-block;
}
.footer-2 .footer-tax-shipping {
    display: none !important;
}
.footer-2 .footer-store-theme {
    text-align: center;
}


/* LEFT/RIGHT COLUMN */

.block{
    margin: 0 0 40px;
}
.block .listbox {
	display: block;
}
.block .list li{
    text-align: left;
}
.block .title {
    padding: 7px 0;
	cursor: default;
    text-align: left;
    background: none;
}
.block .product-picture {
	display: inline-block;
	width: 19%;
	vertical-align: middle;
}
.block .product-picture img {
	display: block;
	max-width: 100%;
}
.block .product-name {
	display: inline-block;
	width: 79%;
	vertical-align: middle;
    padding-left: 2% !important;
}
.block .list a {
    display: inline-block;
    padding: 7px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.block .list a:hover {
    color: #e56363;
}
.block .sublist {
	padding: 5px;
}
.block .view-all {
    text-align: left;
}
.block .tags,
.product-tags-all-page {
    text-align: left;
}
.block .tags li a,
.product-tags-all-page li a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #e56363;
}

/* CATEGORY PAGE & GRIDS */

.home-page-category-grid.four .item-box,
.home-page-category-grid.five .item-box {
    width: 23.5%;
    margin: 0 0 2% 2%;
}
.home-page-category-grid.four .item-box:nth-child(3n+1),
.home-page-category-grid.five .item-box:nth-child(3n+1)  {
    margin-left: 2%; /*reset previous value*/    
}
.home-page-category-grid.four .item-box:nth-child(4n+1) {
    margin-left: 0;    
}
.home-page-category-grid.four .item-box:first-child,
.home-page-category-grid.four .item-box:last-child,
.home-page-category-grid.five .item-box:first-child {
    width: 49%;
}
.home-page-category-grid.four .item-box:last-child .picture a:before{
    padding-top: 48%;
}

.home-page-category-grid.five .item-box:nth-child(5n+1) {
    margin-left: 0;    
}
.home-page-category-grid.five .item-box:last-child {
    width: 23.5%;
}
.home-page-category-grid.five .item-box:last-child .picture a:before{
    padding-top: 100%;
}

.breadcrumb li * {
	line-height: normal;
}

.product-item-picture-wrapper .buttons {
    
}
.product-item-picture-wrapper:hover .buttons {
    
}
.product-grid .item-box .buttons {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    z-index: 3;
    overflow: hidden;
}
.product-grid .item-box .buttons > * {
    vertical-align: top;
    margin-top: 68px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-grid .item-box .buttons > *:nth-child(1){
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-grid .item-box .buttons > *:nth-child(2){
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-grid .item-box .buttons > *:nth-child(3){
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-grid .item-box .buttons > *:nth-child(4){
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-grid .product-item-picture-wrapper:hover .buttons > * {
    margin-top: 10px;
}

/* PRODUCT PAGE */

.product-essential {
    text-align: left;
}
.gallery {
	float: left;
	width: 48%;
    margin: 0 0 80px;
}
.gallery .picture {
	width: auto;
}
.picture-thumbs-navigation-arrow:hover {
    width: 130px;
}
.picture-thumbs-navigation-arrow:hover img {
    width: 70px !important;
}

.product-details-page .overview {
	float: right;
	width: 49%;
    margin: 0 0 80px;
}
.overview-buttons div {
    display: block;
}

.prices-stock-wrapper {
    padding: 0 120px 0 0;
}
.back-in-stock-subscription {
    margin: 0 0 3px;
}

.color-squares {
}

.giftcard div {
    float: left;
    width: 47.5%;
    margin: 0 0 20px 5%;
}
.giftcard div:nth-child(2n+1) {
    margin-left: 0;
}
.giftcard input {
    max-width: none;
    width: 100%;
}
.giftcard div:last-child {
    width: 100%;
    margin: 0;
}
.giftcard div:last-child textarea {
    float: none;
    width: 100%;
    max-width: 100%;
}

.product-details-page .full-description {
    padding: 40px 150px 60px;
    margin: 0 0 60px;
}

.variant-picture {
    width: 17%;
}
.variant-picture + .variant-overview {
	margin: 0 0 0 26%;
}

.customer-entered-price .price-input {
    margin: 0;
}


/* REVIEW PAGE */

.write-review .form-fields .inputs label {
    text-align: left;
}


/* WISHLIST & COMPARE LIST */

.compare-products-table {
	display: table;
}
.compare-products-table-mobile {
	display: none;
}
.compare-products-page .clear-list {
    float: right;
}

/* TOPICS */

.topic-page .page-body {
    padding: 40px 150px 60px;
    margin: 0 0 60px;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .inputs label,
.email-a-friend-page .inputs label {
    text-align: left;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.login-page .customer-blocks {
	overflow: hidden;
}
.login-page .new-wrapper {
	float: left;
	width: 49%;
	margin: 0;
}
.login-page .new-wrapper .text {
}
.login-page .returning-wrapper {
    float: right;
    width: 49%;
}
.login-page .returning-wrapper .inputs label {
    text-align: left;
}

.login-page .returning-wrapper .inputs.reversed {
    text-align: left;
}
.login-page .returning-wrapper .forgot-password {
    float: right;
}

#check-availability-button {
	position: absolute;
    top: 0;
    right: 0;
}

.account-page-navigation .account-navigation-wrapper {
    position: relative;
    height: 100px;
    border-bottom: 4px double #f1f1f1;
    margin: 0 0 60px;
}
.account-page-navigation .account-navigation-list {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.account-page-navigation .account-navigation-list li {
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
}
.account-page-navigation .account-navigation-list li a {
    display: block;
    width: 60px;
    height: 59px;
}
.account-page-navigation .account-navigation-list li a.active,
.account-page-navigation .account-navigation-list li a:hover {
    font-size: 12px;
    width: 160px;
    height: 96px;
    padding: 55px 15px 10px;
}
.account-page-navigation .account-navigation-list li a:before {
    top: 18px;
    bottom: auto;
}
.account-page-navigation .account-navigation-list li a.customer-info:before,
.account-page-navigation .account-navigation-list li a.forum-subscriptions:before {
    top: 21px;
}
.account-page-navigation .account-navigation-list li a span {
    height: 0;
}
.account-page-navigation .account-navigation-list li a.active span,
.account-page-navigation .account-navigation-list li a:hover span {
    display: block;
    height: 30px;
    overflow: hidden;
}

.address-list-page .section,
.order-list-page .section {
    padding: 0 60px;
}

.return-request-page label {
	width: 305px;
}

/* SHOPPING CART & CHECKOUT */


.shopping-cart-page-body .page-title {
    position: static;
    margin: 0 0 45px;
} 
.order-progress li {
    width: 140px;
}
.order-progress li:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
}
.order-progress li:first-child:before {
    left: auto;
    right: 0;
    width: 50%;
}
.order-progress li:last-child:before {
    right: auto;
    width: 50%;
}
.order-progress a {
    padding: 18px 0;
}

.shopping-cart-page .totals {
    float: right;
	width: 32%;
}
.cart-collaterals {
    float: left;
	width: 66%;
    overflow: hidden;
}

.cart-collaterals .coupon-box .title,
.cart-collaterals .giftcard-box .title {
    text-align: left;
}

.checkout-page .address-item {
    width: 32%;
}
.checkout-page .address-item:nth-child(2n+1) {
    margin-left: 2%;
    clear: none;
}
.checkout-page .address-item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

/* SEARCH & SITEMAP */

.basic-search input[type="text"] {
}
.advanced-search .inputs.reversed {
    text-align: left;
}

/* BLOG & NEWS */

.blog-pages-body .side-2,
.news-pages-body .side-2 {
    float: right;
}
.blog-pages-body .center-2,
.news-pages-body .center-2 {
    float: left;
    width: 72%;
}

.news-item-page .inputs:first-child label {
	display: inline-block;
}
.new-comment textarea {
	display: block;
	margin: auto;
}

/* FORUM & PROFILE */

.current-time {
	float: left;
}
.forum-search-box {
	float: right;
}

.topic-post .post-info {
	float: left;
	width: 15%;
	margin: 0;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .username:hover {
    color: #e56363;
}
.topic-post .avatar {
}
.topic-post .avatar img {
}
.topic-post .user-stats li {
	display: block;
	margin: 0;
}
.topic-post .post-content {
	float: right;
	width: 85%;
    position: relative;
}
.topic-post .post-head {
	overflow: hidden;
    text-align: left;
    border-left: 1px solid #f1f1f1;
}
.topic-post .post-time {
	float: left;
	margin: 0 0 0 2%;
	background: none;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
}
.topic-post .post-actions a {
	margin: 0;
}
.topic-post .post-body {
    margin: 0 0 0 2%;
    padding: 0 50px 0 0;
}
.topic-post .post-vote {
    position: absolute;
    top: 70px;
    right: 0;
}
.topic-post .post-actions .manage-post a {
    border-left: 1px solid #f1f1f1;
}
.topic-post .post-actions .quote-post a {
	min-width: 70px;
}
.topic-post .post-actions a.post-link-button {
	margin: 0;
	border-left: 1px solid #f1f1f1;
	text-align: center;
}
.topic-post .post-actions .quote-post-button {
    border-left: 1px solid #f1f1f1;
}
.topic-post .post-info {
    text-align: left;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    padding: 15px;
}
.forum-edit-page .inputs.reversed, 
.private-message-send-page .inputs.reversed {
    text-align: left;
}
 
/*custom selectors*/ 

.header-selectors-wrapper .custom-select-text {
    background: #282828 url(/Themes/Uptown/Content/img/header-selectors-arrow.png) no-repeat right 6px center;
    font: normal 13px 'Montserrat', sans-serif;
    color: #adadad;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 0;
    border: none;
    max-width: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-selectors-wrapper .custom-select:hover .custom-select-text {
    color: #fff;
}

}


@media all and (min-width: 1001px) and (max-width: 1280px) {

    .center-2 .product-grid .item-box input[type="button"].product-box-add-to-cart-button {
        font-size: 0;
        padding: 0;
        width: 38px;
        background-position: center;
    }

    .newsletter-box-description {
        padding: 20px 50px;
    }

}
/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	width: 1200px;
}
.home-page .topic-block,
.home-page .category-grid,
.home-page .product-grid,
.home-page-banners,
.home-page .news-list-homepage,
.home-page .home-page-polls,
.home-page-blog-social-wrapper {
    width: 1200px;
}
.center-2 {
	width: 75%;
}
.side-2 {
	width: 23%;
}

/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header {
}
.header-2 .header-centering {
    width: 1200px;
    margin: 0 auto !important;
}
.header-2 .header-logo a{
    margin: 0;
    padding: 0;
} 
.header-menu-wrapper {
    margin: 0 300px;
    clear: none;
}
.header-menu > ul {
    padding: 0;
}
.header-1 .header-menu-wrapper {
}
.header-1 .header-menu {
    display: table;
    height: 80px;
    width: 100%;
}
.header-1 .header-menu > ul {
    display: table-cell;
    vertical-align: middle;
}
.header-menu .sublist-wrap {
    padding-top: 41px;
}
.main-slider-wrapper .header-menu-wrapper .header-menu {
    width: 1240px;
}

/* HEADER-MENU */

.header-menu > ul {
}

/* FOOTER */

.footer-1 .footer-upper,
.footer-centering,
.footer-2 .footer-centering {
    width: 1200px;
} 


/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

.home-page-category-grid .item-box .category-item-name,
.sub-category-grid .item-box .category-item-name,
.manufacturer-grid .item-box .category-item-name {
    font-size: 22px;
}
.center-1 .product-grid .item-box {
	width: 23.5%; /*four per row*/
}
.center-1 .product-grid .item-box:nth-child(3n+1) {
	clear: none; /*revert the third item*/
	margin-left: 2%; /*revert the third item*/
}
.center-1 .product-grid .item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

/* PRODUCT PAGE */

.gallery {
	width: 43%;
}
.product-details-page .overview {
	width: 55%;
}

.add-to-cart-buttons-wrapper {
    width: 100%;
    display: table;
}
.add-to-cart-buttons-wrapper .add-to-cart,
.add-to-cart-buttons-wrapper .overview-buttons {
    display: table-cell;
    vertical-align: middle;
}

.overview-buttons div {
    margin: 0;
    text-align: right;
}
.product-details-page.grouped .overview-buttons div {
    text-align: left
}
.overview-buttons div input,
.overview-buttons .download-sample-button {
    text-align: left;
}

.ui-tabs .inputs label {
	width: 290px;
}

/* REVIEW PAGE */

.product-review-item .product-review-box,
.product-review-item .review-info{
    width: 15%;
}
.product-review-item .product-review-box {
    padding: 9px 35px;
}
.product-review-item .review-title,
.product-review-item .review-text {
    width: 82.5%;
}

/* WISHLIST & COMPARE LIST */
/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.return-request-page label {
	width: 440px;
}
.address-list-page .section,
.order-list-page .section {
    width: 33.333%
}
.address-list-page .section:nth-child(2n+1),
.order-list-page .section:nth-child(2n+1) {
    clear: none;
}
.address-list-page .section:nth-child(3n+1),
.order-list-page .section:nth-child(3n+1) {
    clear: both;
}

/* SHOPPING CART & CHECKOUT */

.cart-collaterals > div {
    width: 48.5%;
}
.cart-collaterals .shipping {
    float: left;
}
.cart-collaterals .deals {
    float: right;
}
.cart-collaterals .shipping {
	margin: 0 3% 0 0;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blog-pages-body .center-2,
.news-pages-body .center-2 {
    width: 74%;
}



/* CATEGORY PAGE LAYOUTS */

.items-per-row-four .product-grid .item-box {
    width: 23.5%;
}
.items-per-row-four .product-grid .item-box:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
}
.items-per-row-four .product-grid .item-box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
.items-per-row-four .product-grid .item-box input[type="button"].product-box-add-to-cart-button {
    font-size: 0;
    padding: 0;
    width: 38px;
    background-position: center;
}

.items-per-row-five .product-grid .item-box,
.items-per-row-five .center-1 .product-grid .item-box,
.home-items-per-row-five .home-page .product-grid .item-box {
    width: 19.2%;
    margin-left: 1%;
}
.items-per-row-five .product-grid .item-box:nth-child(3n+1),
.items-per-row-five .center-1 .product-grid .item-box:nth-child(4n+1),
.home-items-per-row-five .home-page .product-grid .item-box:nth-child(4n+1) {
    clear: none;
    margin-left: 1%;
}
.items-per-row-five .product-grid .item-box:nth-child(5n+1),
.items-per-row-five .center-1 .product-grid .item-box:nth-child(5n+1),
.home-items-per-row-five .home-page .product-grid .item-box:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
}
.items-per-row-five .product-grid .item-box input[type="button"].product-box-add-to-cart-button,
.home-items-per-row-five .home-page .product-grid .item-box input[type="button"].product-box-add-to-cart-button {
    font-size: 0;
    padding: 0;
    width: 38px;
    background-position: center;
}

.home-items-per-row-six .home-page .product-grid .item-box {
    width: 15.8%;
    margin-left: 1%;
}
.home-items-per-row-six .home-page .product-grid .item-box:nth-child(4n+1) {
    clear: none;
    margin-left: 1%;
}
.home-items-per-row-six .home-page .product-grid .item-box:nth-child(6n+1){
    clear: both;
    margin-left: 0;
}

}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/* Slider */
.slick-carousel,
.carousel-title {
    display: none;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*** TITLE & CONTAINERS ***/

.nop-jcarousel {
	position: relative;
    margin: 0 0 80px;
}
.home-page-body .nop-jcarousel {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.nop-jcarousel .carousel-title {
	padding: 10px 0;
    text-align: center;
    margin: 0 0 55px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.nop-jcarousel .carousel-title strong {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
}
.secondary-font .nop-jcarousel .carousel-title strong {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    text-transform: none;
}
.nop-jcarousel .carousel-title button ~ strong {
    padding-bottom: 15px;
}

.nop-jcarousel .slick-slider {
    overflow: hidden;
    margin: 0 -12.5px;
}
.nop-jcarousel .carousel-item {
    padding: 0 12.5px;
}
.nop-jcarousel .carousel-item .item-box {
    width: 100% !important;
    margin: 0 !important;
}

.jCarouselMainWrapper .item-box .title{
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /*Fix for delayed title load on swipe*/
}
.carousel-item .ribbon-position {
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /*Fix for delayed ribbon load on swipe*/
}


/*** NAVIGATION ***/

.nop-jcarousel .slick-prev,
.nop-jcarousel .slick-next {
    position: absolute;
    bottom: -15.5px;
    width: 31px;
    height: 31px;
    font-size: 0;
    outline: 1px solid #f1f1f1;
    border: 2px solid transparent;
    background-color: #fff; 
	background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.nop-jcarousel .slick-prev {
    left: 50%;
    margin-left: -33.5px;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Uptown/Content/images/prev-horizontal.png);
    box-shadow: -6px 0px 0px 10px #fff;
}
.nop-jcarousel .slick-next {
    right: 50%;
    margin-right: -33.5px;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Uptown/Content/images/next-horizontal.png);
    box-shadow: 6px 0px 0px 10px #fff;
}
.nop-jcarousel .slick-prev:hover {
    background-color: #e56363;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Uptown/Content/images/prev-horizontal-hover.png);
    border-color: #fff;
}
.nop-jcarousel .slick-next:hover {
    background-color: #e56363;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Uptown/Content/images/next-horizontal-hover.png);
    border-color: #fff;
}

.nop-jcarousel .slick-disabled {
    background-color: #fff !important;
    z-index: 1;
    cursor: default;
}
.nop-jcarousel .slick-next.slick-disabled:hover {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Uptown/Content/images/next-horizontal.png);
}
.nop-jcarousel .slick-prev.slick-disabled:hover {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Uptown/Content/images/prev-horizontal.png);
}

.nop-jcarousel .slick-disabled:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: #fff;
    z-index: 2;
    opacity: 0.5;
	filter: alpha(opacity=50);
}

.nop-jcarousel .slick-dots {
    text-align: center;
    padding: 15px 0;
    font-size: 0;
}
.nop-jcarousel .slick-dots li{
	display: inline-block;
    margin: 0 7px;
}
.nop-jcarousel .slick-dots button {
    position: relative;
    width: 15px;
	height: 15px;
    font-size: 0;
    border: 1px solid #aeafb5;
    background: none;
}
.nop-jcarousel .slick-dots button:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.nop-jcarousel .slick-dots button:hover:before,
.nop-jcarousel .slick-dots .slick-active button:before {
	background: #e56363;
}

@media (min-width: 481px) {

    .home-page-body .nop-jcarousel {
        width: 90%;
    }

}

@media all and (min-width: 1001px) {

    .home-page-body .nop-jcarousel {
        width: 1000px;
    }

}

@media (min-width: 1281px) {

    .home-page-body .nop-jcarousel {
        width: 1200px;
    }

}
/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/



input.instant-search-busy {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat right center !important;
	/*do not set background postion from the left, if necessary add space to loader gif instead*/
}

/* WITH CATEGORY */

.store-search-box input.search-box-text {
    width: 200px !important;
}
input.search-box-text.narrow {
    width: auto !important;
}
span.search-box-text,
.search-box select {
    height: 27px;
    display: inline-block;
}
.search-box select {
    color: #909090;
    padding: 0 5px;
    height: 27px;
    border: none;
    border-bottom: 1px solid #909090;
}
/*custom selectors*/ 
.search-box .custom-select-text {
    height: 27px;
    display: inline-block;
    color: #909090;
    padding: 0 5px;
    height: 27px;
    border: none;
    border-bottom: 1px solid #909090;
}
/*input.search-box-text:focus {
	border-color: #ccc;
}*/ /*use this to "eliminate" global focus if necessary*/

/* AUTOCOMPLETE */

.instantSearch {
	width: 300px !important;
}
.instantSearch.resize {
	
}
.instantSearch .k-list-container {
	position: relative !important;
	width: 100% !important;
	background: #fff;
    margin: -1px 0 0;
	box-shadow: 0 0 10px rgba(46,46,46,0.20);
}
.instantSearch .k-list {
    height: 100%;
}
.instantSearch .k-item {
    padding: 0 20px 20px;
	cursor: pointer;
}
.instantSearch .k-item:first-child {
    padding-top: 20px;
}
.instant-search-item {
	overflow: hidden;
	padding: 20px 0 0;
    display: table;
    width: 100%;
    border-top: 1px solid #eee;
}
.instantSearch .k-item:first-child .instant-search-item {
	border-top: none;
    padding: 0;
}
.instant-search-item .img-block {
	position: relative;
	display: table-cell;
    vertical-align: middle;
	overflow: hidden;
	width: 80px;
	height: 100px;
	text-align: center;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	display: table-cell;
    width: 170px;
    padding: 0 0 0 15px;
    vertical-align: middle;
}
.instant-search-item .detail .title {
	margin-bottom: 5px;
	font-size: 14px;
    line-height: 1.2em;
}
.instant-search-item .detail .price {
	font-size: 14px;
	color: #e56363;
    line-height: 1.2em;
}
.k-item.k-state-hover .k-item,
.k-item.k-state-focused .k-item  {

}
.k-item.k-state-hover, 
.k-item.k-state-focused {
    background: #f8f8f8;
}
.k-item.k-state-hover .instant-search-item .img-block, 
.k-item.k-state-focused .instant-search-item .img-block {
	border-color: #ddd;
}


@media all and (min-width: 1001px) {

.store-search-box input.search-box-text {
    width: 95px !important;
}
input.instant-search-busy {
    background-position: left center !important;
}

.with-caregory-search-enabled .small-search-box-form {
    position: relative;
    padding-right: 40px;
    margin: 4px 0;
}
.with-caregory-search-enabled span.search-box-text {
    height: 23px;
    float: left;
}
.with-caregory-search-enabled input.search-box-text {
    width: 102px !important;
}
.with-caregory-search-enabled input.instant-search-busy {
    background-position: right center !important;
}
.with-caregory-search-enabled input.search-box-text.narrow {
    height: 23px;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 0 3px;
}
.with-caregory-search-enabled .search-box-select {
    float: left;
    width: 102px;
    height: 21px;
    border: none;
    padding: 0;
    font: 12px 'Droid Serif', serif;
    font-style: italic;
}
.with-caregory-search-enabled .custom-select {
    float: left;
    width: 102px;
    height: 21px;
}
.with-caregory-search-enabled .custom-select-text {
    width: 102px;
    height: 21px;
    border: none;
    padding: 0 15px 0 3px;
    font: 12px 'Droid Serif', serif;
    font-style: italic;
    line-height: 21px;
    text-align: left;
    background-image: none;
}
.with-caregory-search-enabled .custom-select-text:before {
    content: '';
    width: 6px;
    height: 4px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e56363 url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Uptown/Content/search-arrow.png) no-repeat center;
}

.with-caregory-search-enabled .search-box-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.instantSearch.resize {

}

}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.slider-wrapper img {
    max-width: 100%;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
    .nivo-slice img{
        max-width: none;
    }
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
    max-width: none;
}

/* Caption styles */

.no-captions .nivo-caption {
    display: none !important;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    /*filter: alpha(opacity=8);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

/*
Skin Name: Nivo Slider Default Theme - modified for navigation inside
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


.home-page .slider-wrapper {
    margin-bottom: 40px;
}

.nivoSlider {
	position:relative;
	background:#fff url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Uptown/Content/nivo/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top: 0;
	left: 0;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
.nivo-directionNav a {
    display: none;
    top: 50%;
	width: 55px;
	height: 55px;
    margin-top: -27.5px;
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.nivo-directionNav a:hover {
    opacity: .8;
}
.nivo-directionNav a.nivo-prevNav {
    background: rgba(0,0,0,.5) url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Uptown/Content/nivo/slider-arrow-left.png) no-repeat center;
}
.nivo-directionNav a.nivo-nextNav {
    background: rgba(0,0,0,.5) url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Uptown/Content/nivo/slider-arrow-right.png) no-repeat center;
}

.nivo-controlNav {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
	text-align: center;
    z-index: 7;
    padding: 0;
}
.nivo-controlNav a {
	display: inline-block;
	position: relative;
    width: 15px;
	height: 15px;
    font-size: 0;
    border: 1px solid #aeafb5;
    margin: 0 7px;
}
.nivo-controlNav a:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.nivo-controlNav a:hover:before,
.nivo-controlNav a.active:before {
	background: #e56363;
}
.nivo-controlNav.nivo-thumbs-enabled {
    margin: 0;
}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: 120px;
    height: auto;
    margin: 10px 5px 0;
    background: none !important;
}
.nivo-controlNav.nivo-thumbs-enabled a:before {
    display: none;
}

.nivo-caption {
    top: auto;
    bottom: 0;
    background: rgba(255,255,255,.6);
    color: #454545;
    font-size: 18px;
    opacity: 1;
    padding: 14px;
    text-align: center;
}
.nivo-caption p {
	padding: 0;
}

.main-slider-wrapper .header-menu-wrapper {
    z-index: 100;
}

@media all and (min-width: 650px) {

.home-page-banners {
     overflow: hidden;
}
.home-page-banners > .slider-wrapper {
    float: left;
}
.home-page-banners > .slider-wrapper:nth-of-type(1) {
     width: 66%;
}
.home-page-banners > .slider-wrapper:nth-of-type(2) {
     width: 32%;
     float: right;
}
.home-page-banners > .slider-wrapper:only-child,
.home-page-banners > .slider-wrapper:nth-of-type(n+3) {
    width: 100%;
}

}


@media all and (min-width: 1001px) {
	
.home-page .header .slider-wrapper:first-child {
    margin-top: -20px;
}
.home-page .header .slider-wrapper:first-child {
    margin-top: -30px;
}
.home-page .slider-wrapper {
    margin-bottom: 60px;
}
.nivo-directionNav a {
    display: block;
}
	
}
/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.menu-title {
	text-align: center;
}
.mega-menu,
.header-menu .menu-title,
.mega-menu .dropdown {
	display: none;
}	
.mega-menu .topic-wrapper {
	display: none;
}


@media all and (min-width: 1001px) {

    .menu-title,
    .close-menu {
        display: none;
    }

    .header-menu {
        position: static;
    }

    /* MAIN PANEL & DROPDOWN*/

    .mega-menu {
        display: block;
    }

    .mega-menu-responsive {
        display: none !important;
    }

    .mega-menu li {
        position: static !important;
    }
        .mega-menu li.has-sublist {
            position: relative !important;
        }
        .mega-menu li.full-width-grid {
            position: static !important;
        }

    .mega-menu li.vendor-menu-item,
    .mega-menu li.mega-menu-topic-item,
    .mega-menu li.infinite-categories-menu-item,
    .mega-menu li.infinite-categories-menu-item .sublist li {
        position: relative !important;
    }

    .mega-menu .dropdown {
        display: none;
        position: absolute;
        overflow: hidden;
        padding: 20px 10px 10px;
        z-index: 3; /*necessary if there is a :before or :after with another z-index*/
    }

    .mega-menu-dropdown-content-wrapper {
        background: #fff;
        box-shadow: 0px 0px 15px rgba(150, 150, 150,0.3);
        padding: 30px;
    }

    .mega-menu .dropdown.active {
        display: block;
    }

    .mega-menu .dropdown.fullWidth {
        left: 0;
        right: 0;
        width: 100%;
    }

    /* ROWS AND BOXES */

    .mega-menu-dropdown-row-slider-wrapper {
        width: 1000px;
        margin: auto;
        display: table;
    }

    .mega-menu-dropdown-row-slider-wrapper .row-wrapper {
        overflow: hidden;
        display: table-cell;
        vertical-align: top;
        width: 68%;
    }
    .mega-menu-dropdown-row-slider-wrapper .row-wrapper:only-child {
        width: 100%;
    }

    .mega-menu-dropdown-row-slider-wrapper .slider-wrapper {
        display: table-cell;
        max-width: 32%;
        vertical-align: top;
    }

    .mega-menu .row {
        background: #fff;
        padding: 30px;
        overflow: hidden;
        box-shadow: 0px 0px 15px rgba(150, 150, 150,0.3);
    }

    .mega-menu-dropdown-row-slider-wrapper .row {
        padding: 0 0 30px;
        box-shadow: none;
    }
    .mega-menu-dropdown-row-slider-wrapper .row:only-child {
        padding: 0;
    }

    .mega-menu-dropdown-row-slider-wrapper .box {
        float: left;
        padding: 0 30px 0 0;
    }

    .categories.fullWidth .box {
        width: 25%;
    }

    .categories .box,
    .manufacturers .box {
    }

    .mega-menu .title {
        margin-bottom: 15px;
        border-bottom: 4px double #f1f1f1;
        padding: 6px 0;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        font-weight: bold;
    }

    .secondary-font .mega-menu .title,
    .secondary-font .mega-menu .topic-wrapper strong {
        text-transform: none;
        font-family: 'Droid Serif', serif;
        font-style: italic;
        font-weight: normal;
    }

    .mega-menu .title a {
    }

    .mega-menu .title a:hover {
    }

    .mega-menu .categories .picture {
        display: none;
    }

    .mega-menu .picture a {
        display: block;
    }

    .mega-menu .subcategories {
    }

    .mega-menu .box ul {
    }

    .mega-menu .box li {
        text-align: left;
    }

    .mega-menu .box a {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    /*.secondary-font .mega-menu .box a,
    .secondary-font .mega-menu .topic-wrapper strong {
        font-family: 'Droid Serif', serif;
        font-style: italic;
    }*/

    .mega-menu .box a:hover {
        color: #e56363;
    }

    .mega-menu .box li a {
        display: inline-block;
        font-size: 13px;
        color: #909090;
        padding: 7px 0;
    }

    .mega-menu .box li a:hover {
    }

    .mega-menu .box li:nth-child(odd) a:hover {
    }

    .mega-menu .box li:nth-child(even) a:hover {
    }

    .mega-menu li a.view-all {
        background: none;
        color: #e56363;
        font-family: 'Droid Serif', serif;
        font-style: italic;
    }

    .mega-menu li a.view-all:hover {
        text-decoration: underline;
    }

    .secondary-font .mega-menu li a.view-all {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
    }

    .manufacturers-dropdown-wrapper,
    .vendors-dropdown-wrapper {
        background: #fff;
        box-shadow: 0px 0px 15px rgba(150, 150, 150,0.3);
    }
    .manufacturers-dropdown-wrapper .title,
    .vendors-dropdown-wrapper .title {
        text-align: center;
    }
    .manufacturers-dropdown-wrapper .row-wrapper,
    .vendors-dropdown-wrapper .row-wrapper {
        max-width: 1200px;
        margin: auto;
    }
    .manufacturers-dropdown-wrapper .row,
    .vendors-dropdown-wrapper .row {
        box-shadow: none;
    }

    .manufacturers.fullWidth .box,
    .vendors.fullWidth .box {
        width: 20%;
        padding: 0 30px 0 0;
        float: left;
    }
    
    .manufacturers.fullWidth .box .manufacturer,
    .vendors.fullWidth .box .vendor {
        padding: 0;
        display: block;
    }
    .manufacturers.fullWidth .box .manufacturer img,
    .vendors.fullWidth .box .vendor img {
        max-width: 100%;
    }


    .mega-menu-topic-item .dropdown {
        width: 425px;
        margin: auto;
    }

    .mega-menu .topic-wrapper {
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 30px;
        text-align: left;
        box-shadow: 0px 0px 15px rgba(150, 150, 150,0.3);
    }

    .mega-menu .topic-wrapper p {
        font-size: 13px;
        line-height: 18px;
        color: #909090;
        margin: 0 0 15px;
    }

    .mega-menu .topic-wrapper strong {
        display: block;
        border-bottom: 4px double #f1f1f1;
        padding: 6px 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        color: #454545;
    }

    .mega-menu .dropdown {
        padding: 41px 10px 10px;
    }

    .main-slider-wrapper .mega-menu .dropdown {
        padding: 17px 10px 10px;
    }

    .header-1 .header-lower .header-centering.stick .mega-menu .dropdown {
        padding: 19px 0 0;
        box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
    }
    .main-slider-wrapper .header-menu-parent.stick .mega-menu .dropdown {
        padding: 7px 0 0;
        box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
    }

    .header-1 .header-lower .header-centering.stick .mega-menu-dropdown-content-wrapper,
    .header-1 .header-lower .header-centering.stick .manufacturers-dropdown-wrapper,
    .header-1 .header-lower .header-centering.stick .vendors-dropdown-wrapper {
        border-top: 1px solid #f1f1f1;
        box-shadow: none;
    }
    .main-slider-wrapper .header-menu-parent.stick .mega-menu-dropdown-content-wrapper,
    .main-slider-wrapper .header-menu-parent.stick .manufacturers-dropdown-wrapper,
    .main-slider-wrapper .header-menu-parent.stick .vendors-dropdown-wrapper {
        border-top: 1px solid #f1f1f1;
        box-shadow: none;
    }

}

@media all and (min-width: 1001px) and (max-width: 1081px) {
    .mega-menu-dropdown-row-slider-wrapper {
        width: 900px;
    }
}

@media all and (min-width: 1281px) {

    .mega-menu-dropdown-row-slider-wrapper {
        width: 1200px;
    }

}

@media all and (max-width: 1000px) {

    .mega-menu-responsive {
        
    }
    .mega-menu-responsive li {
        overflow: hidden;
        background: #fff;
    }
    .mega-menu-responsive li > a,
    .mega-menu-responsive li > span{
        display: block;
        padding: 16px 16px 16px 30px;
        line-height: 17px;
        color: #4d4d4d;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
    }
    .mega-menu-responsive li > .with-subcategories {
        width: 270px;
        float: left;
    }
    .mega-menu-responsive .back-button span{
        display: block;
        padding: 16px 16px 16px 30px;
        line-height: 17px;
        color: #4d4d4d;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* QUANTITY BOX & BUY BUTTON */


.ajax-cart-button-wrapper {
	display: inline-block;
}
.product-list .ajax-cart-button-wrapper {
	display: block;
    float: left;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    display: none;
    width: 38px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
}
.ajax-cart-button-wrapper input[type="button"] {
    margin-top: 0;
}


/* LOADER & ERROR WINDOW */


.k-overlay {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    opacity: 1 !important;
}
.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    z-index: 1070;
    background: none;
    opacity: 1;
    position: fixed;
    width: 34px !important;
    height: 34px !important;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.miniProductDetailsPanelAjaxBusy {
    display: none;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.nopAjaxCartPanelAjaxBusy:after, .nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:after, .miniProductDetailsPanelAjaxBusy:before {
    content: '';
    position: fixed;
    border: 2px solid #454545;
    width: 30px;
    height: 30px;
    outline: 1px solid transparent; /*firefox fix*/
}

.nopAjaxCartPanelAjaxBusy:after,
.miniProductDetailsPanelAjaxBusy:after {
    animation: spinner 2.5s linear infinite;
}
.nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before {
    width: 44px;
    height: 44px;
    margin-left: -7px;
    margin-top: -7px;
    animation: spinner 2.5s linear infinite;
    animation-direction: reverse;
}

.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
    padding: 18px 30px;
}
.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	color: #e56364;
    text-align: center;
    padding: 10px;
}


/* COMMON WINDOW STYLES */


.ajaxCart {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
	width: 790px !important;
	margin: 0 0 0 -395px;
    background-color: #fff;
	padding: 0 !important;
}
.ajaxCart .k-window-titlebar {
	margin: 0 30px !important;
	padding: 40px 0 10px;
    border-bottom: 1px solid #f1f1f1;
	font-weight: bold;
    font-size: 22px;
	text-transform: uppercase;
}
.ajaxCart .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	font-size: 0;
}
.ajaxCart .k-window-titlebar .k-window-actions a {
	width: 38px;
    height: 38px;
    border: 1px solid #a39f9f;
    position: absolute;
    top: -10px;
    right: -53px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Uptown/Content/images/close.png) center no-repeat;
	font-size: 0;
}

.productAddedToCartWindow,
.miniProductDetailsView {
}
.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 30px 10px;
	font-size: 22px;
	font-weight: bold;
    text-align: center;
}
.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.productAddedToCartItem,
.ajaxCart .product-details-page {
    padding: 30px;
    overflow: hidden;
}


/* PRODUCT ADDED TO CART WINDOW */


.productAddedToCartWindowImage {
    float: left;
	width: 37.5%;
    margin: 0 0 20px;
}
.productAddedToCartWindowImage a {
	display: block;
	position: relative;
	overflow: hidden;	
}
.productAddedToCartWindowImage a:before {
	/*content: "";
	display: block;
	padding-top: 100%;*/ /*uncomment if you need an absolute position*/
}
.productAddedToCartWindowImage img {
	width: 100%; /*remove if you need an absolute position*/
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;*/ /*uncomment if you need an absolute position*/
}

.productAddedToCartWindowDescription {
    float: right;
	width: 58%;
    margin: 0 0 20px;
}
.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	font-size: 16px;
}
.productAddedToCartWindowDescription h1 a {
	font-size: 18px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.productAddedToCartWindowDescription h1 a:hover {
    color: #e56364;
}
.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 0 10px;
    font-size: 22px;
    color: #e56363;
    font-weight: bold;
}
.productAddedToCartWindowDescription .quantity,
.productAddedToCartWindowDescription .attributeInfo {
	display: block;
	margin: 0 0 10px;
    font-size: 14px;
    font-style: italic;
    font-family: 'Droid Serif', Serif;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 0 30px 30px;
    text-align: center;
}
.productAddedToCartWindowSummary a {
	margin: 0 5px 10px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    outline: 1px solid #ededed;
    border: 3px solid #fff;
    background: #fff;
    padding: 12px 35px;
    color: #4d4d4d;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.productAddedToCartWindowSummary div {
	display: inline-block;
}
.productAddedToCartWindowSummary .button-1 {
    margin: 0 5px 10px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    padding: 15px 35px;
    background: #454545;
    color: #fff;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.productAddedToCartWindowSummary a:hover,
.productAddedToCartWindowSummary .button-1:hover {
    background: #e56363;
    color: #fff;
}


/* PRODUCT GRIDS IN AJAX CART */


.ajaxCart .item-box .details .product-title {
	height: 35px;
	font-size: 14px;
	font-weight: normal;
}
.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.ajaxCart .item-box .details .prices {
}

.ajaxCart .product-grid {
    padding: 40px 30px 30px;
    margin: 0;
    background: #f8f8f8;
}
.ajaxCart .product-grid .title {
    font-size: 18px;
    margin: 0 0 30px;
}

.ajaxCart .product-grid .item-box {
    width: 23.5%;
}
.ajaxCart .product-grid .item-box:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
}
.ajaxCart .product-grid .item-box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}

/* PRODUCT DETAILS WINDOW */


.miniProductDetailsView .product-overview-line {
	margin: 10px 0 0;
}
.miniProductDetailsView .product-overview-line:first-child {
	margin: 0;
}
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	margin: 0;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
	width: 37.5%;
	margin: 0 0 20px;
	overflow: hidden;
}
.miniProductDetailsView .gallery .picture {
	width: auto;
}
.miniProductDetailsView .gallery .picture:before {
	display: none; /*remove if you need an absolute position*/
}
.miniProductDetailsView .gallery .picture img {
	position: static; /*remove if you need an absolute position*/
	width: 100%;
}
.miniProductDetailsView .overview {
    float: right;
	width: 58%;
    margin: 0 0 20px;
}
.miniProductDetailsView .product-variant-name {
	margin: 0 0 15px;
	font-size: 18px;
}
.miniProductDetailsView .price-input {
	margin: 0 0 10px; /*customer entered price*/
}
.miniProductDetailsView .attributes {
	/*check available space and make changes if necessary*/
}
.miniProductDetailsView .add-to-cart {
    overflow: hidden;
    margin: 0;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float: left;
}
.miniProductDetailsView .giftcard {
	position: relative;
    margin: 0 -30px -30px;
    border: none;
    padding: 50px;
}
.miniProductDetailsView .giftcard:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 4px double #f1f1f1;
    background: #fff;
}
.miniProductDetailsView .message-error {
	clear: both;
	margin: 10px 0 0;
	color: #e56364;
    font-size: 14px;
}
.miniProductDetailsView .message-error li {
	margin: 0 0 10px;
}

.ajaxCart .giftcard input {

}
.ajaxCart .giftcard textarea {

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-list .item-box .ribbon-wrapper {
	float: none;
}

 /*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.quickViewData {
    display: none;
}

/* TRIGGER BUTTON */


.quick-view-button {
    display: inline-block;
    font-size: 0;
    margin: 10px 5px 10px 0;
    width: 38px;
    height: 38px;
}
.product-grid .quick-view-button {
}
.product-list .quick-view-button {
    float: right;
    margin: 5px 3px 5px 0;
}
.quick-view-button a {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #f1f1f1;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Uptown/Content/images/quickview.png) center no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.quick-view-button a:hover{
    background-color: #e56363;
    border-color: #e56363;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Uptown/Content/images/quickview-hover.png);
}
.quick-view-button a:before {
	display: none !important; /*only if rendered inside "picture" element*/
}


/* DATA LOADER */


.k-overlay {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 1 !important;
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	z-index: 2;
	background: none;
    position: fixed;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
  
.quickView .k-loading-image:after, .quickView .k-loading-image:before {
    content: '';
    position: fixed;
    border: 2px solid #454545;
    width: 30px;
    height: 30px;
    outline: 1px solid transparent; /*firefox fix*/
}

.quickView .k-loading-image:after {
    animation: spinner 2.5s linear infinite;
}
.quickView .k-loading-image:before {
    width: 44px;
    height: 44px;
    margin-left: -7px;
    margin-top: -7px;
    animation: spinner 2.5s linear infinite;
    animation-direction: reverse;
}



/* MAIN WINDOW & HEADERS */


.quickView {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
	width: 790px;
	margin: 0 0 0 -395px;
    background-color: #fff;
	padding-top: 0 !important;
}

.quickView .k-window-titlebar {
	margin: 0 30px !important;
    padding: 40px 0 10px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
    font-size: 22px;
}
.quickView .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.quickView .k-window-titlebar .k-window-actions a {
    width: 38px;
    height: 38px;
    border: 1px solid #a39f9f;
    position: absolute;
    top: -10px;
    right: -53px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Uptown/Content/images/close.png) center no-repeat;
    font-size: 0;
}

.quickView .product-essential {
	float: none;
	width: auto;
    margin: 0;
}
.quickView .popup-header {
}
.quickView .popup-header h1 {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 30px 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* PRODUCT GALLERY */


.quickView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
    width: 40.5%;
	margin: 0;
	padding: 30px 12.5px 30px 30px;
}
.quickView .gallery .picture {
	border: none; /*placing border here will confuse #warp element's width*/
	text-align: center;
	font-size: 0;
}
.quickView .gallery .picture:before {
    display: none;
}
/*.quickView .picture > a:before {
    content: '';
    display: block;
    padding-top: 125%;
}*/
.quickView .gallery .picture a img {
	position: static;
}

.quickView .links-panel {
    margin: 20px 0 0;
}
.quickView .links-panel a {
    display: block;
    text-align: center;
    color: #909090;
    padding: 5px;
    font: 14px 'Droid Serif', serif;
    font-style: italic;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.quickView .links-panel a:before {
    content: '>';
    margin: 0 12px 0 0;
}
.quickView .links-panel a:hover {
    color: #e56363;
}
.quickView ul.social-sharing {
    text-align: center;
}

/* PRODUCT OVERVIEW */


.quickView .overview {
    float: right;
    width: 59.5%;
	margin: 0;
	padding: 30px 30px 30px 12.5px;
}

.quickView .ui-accordion {
    border-top: 1px solid #f1f1f1;
    padding: 2px 0 0;
}
.quickView .ui-accordion-header {
	position: relative;
	margin: 0 0 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background-color: #f8f8f8;
    padding: 9px 40px 9px 20px;
    text-align: left;
	cursor: pointer;  
}
.quickView .ui-accordion-header span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 19px;
    width: 8px;
    height: 9px;
    cursor: pointer;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Uptown/Content/images/arrow.png) center no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.quickView .ui-accordion-header-active span {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}
.quickView .ui-accordion-content {
	position: relative;
	padding: 20px 0 40px 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /* no scrolls fix*/     
}
.quickView .ui-accordion-content:after {
    content: '';
    display: block;
    clear: both;
}
.quickView .ui-accordion-content:last-child {
    border-bottom: none;
}

.quickView .overview .left {
	margin: 0 0 10px;
    text-align: left;
}
.quickView .overview .left > div {
    margin: 5px 0;
}
.quickView .overview .right {
    float: right;
	margin: 9px 0;
    text-align: right;
}
/*wishlist and compare buttons are theme specific,
change or remove the code block below if necessary*/
.quickView .overview .right > div {
	display: inline-block;
}
.quickView .overview .add-to-wishlist-button-wrapper,
.quickView .overview .compare-products-button-wrapper,
.quickView .overview .email-a-friend-button-wrapper {
    position: relative;
}

.quickView .overview .add-to-wishlist:before,
.quickView .overview .compare-products:before,
.quickView .overview .email-a-friend:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.quickView .overview .add-to-wishlist-button,
.quickView .overview .add-to-compare-list-button,
.quickView .overview .email-a-friend-button {
	width: 31px;
	height: 31px;
	font-size: 0;
    padding: 0;
}
.quick-view-button-tooltip {
    position: absolute;
    bottom: 31px;
    left: 50%;
    margin: 0 0 0 -75px;
    width: 150px;
    text-align: center;
    background: #454545;
    padding: 4px 10px;
    color: #fff;
    font: 13px 'Droid Serif', serif;
    font-style: italic;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.quick-view-button-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #454545 transparent transparent transparent;
}
.quickView .overview .add-to-wishlist-button-wrapper:hover .quick-view-button-tooltip,
.quickView .overview .compare-products-button-wrapper:hover .quick-view-button-tooltip,
.quickView .overview .email-a-friend-button-wrapper:hover .quick-view-button-tooltip {
    opacity: 1;
    z-index: 2;
}

.quickView .overview .right + div {
	clear: both;
}

.quickView .overview .attributes li {
	margin: 8px 0 0; /*theme specific, change or remove*/
}
.quickView .overview .attributes select {
    max-width: 350px; /*depending on window width*/
}
.quickView .overview .attributes .color-squares li {
	margin: 0 4px 0 0;
}
.quickView .giftcard div:last-child textarea {
    max-width: 100%;
}

.quickView .overview .attributes ~ .purchase-area {
    border-top: none;
    padding: 0;
}

.quickView .overview .purchase-area {
	border-top: 1px solid #f1f1f1;
    padding: 35px 0 0;
    z-index: 1;
}
.quickView .overview .purchase-area:after {
    content: '';
    display: block;
    clear: both;
}

.quickView .overview .prices {
    padding: 0 0 20px;
}
.quickView .overview .product-price {
	font-size: 20px;
}
.quickView .overview .old-product-price {
    font-size: 18px;
}
.quickView .overview .add-to-cart {
    float: left;
}
.quickView .overview .title {
    display: none;
}

.quickView .overview .tier-prices,
.quickView .overview .product-specs-box {
    clear: both;
}
.quickView .overview .tier-prices .title {
    display: block;
    padding: 9px 0;
}
.quickView .overview .tier-prices .title strong,
.quickView .overview .product-specs-box .title strong {
    font-weight: normal;
}
.quickView .overview .tier-prices .table-wrapper,
.quickView .overview .product-specs-box .table-wrapper {
    padding: 30px 20px;
}
.quickView .overview .product-specs-box .table-wrapper {
    margin: -20px 0 0 -20px
}

.quickView .overview .short-description,
.quickView .overview .full-description {
    margin: 0 0 30px;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-style: italic;
    color: #909090;
    line-height: 25px;
    text-align: justify;
}
.secondary-font .quickView .overview .short-description,
.secondary-font .quickView .overview .full-description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.quickView .giftcard {
    padding: 0;
    margin: 0 0 30px;
    background: #fff;
    border: none;
}

/* PRODUCT GRIDS */


.quickView .product-content:after {
	content: '';
    display: block;
    clear: both;
}
.quickView .product-grid {
    padding: 40px 30px 30px;
    margin: 0;
    background: #f8f8f8;
}
.quickView .product-grid .title {
	font-size: 18px;
    margin: 0 0 30px;
	text-align: center;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.quickView .product-grid .item-grid {
	overflow: hidden;
}

.quickView .product-grid .title {
    font-size: 18px;
    margin: 0 0 30px;
}

.quickView .product-grid .item-box {
    width: 23.5%;
}
.quickView .product-grid .item-box:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
}
.quickView .product-grid .item-box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
.quickView .product-grid .item-box .buttons {
    display: none;
}
.quickView .product-grid .item-box .add-info {

}
.quickView .item-box .product-title a {
    height: 36px;
}


/* PRODUCT VARIANTS */


.quickView .product-variant-list {
    margin: 0 0 15px;
}
.quickView .product-variant {
    position: relative;
    float: left;
    width: 32%; /*3 items per row*/
	margin: 0 0 2% 2%;
	overflow: hidden;
    text-align: center;
}
.quickView .product-variant:nth-of-type(3n+1) {
	margin-left: 0;
}
.quickView .variant-picture {
	width: 100%;
	height: 100%;
	margin: 0;
}
.quickView .variant-picture a {
	display: block;
	overflow: hidden;
}

.quickView .variant-picture:before {
    display: none;
}
.quickView .variant-picture a:before {
	content: "";
	display: block;
	padding-top: 125%;
}
.quickView .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    background: rgba(0,0,0,.5);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    transition: all 0.5s ease;
}
.quickView .variant-info {
    position: absolute;
	top: 0;
    left: -101%;
    width: 100%;
	height: 100%;
    background: rgba(0,0,0,.5);
	padding: 40px 10px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    transition: all 0.5s ease;
}
.quickView .product-variant:hover .moreInfoHover {
	left: 101%;
}
.quickView .product-variant:hover .variant-info {
	left: 0;
}
.quickView .variant-info .variant-name {
	max-height: 30px;
	margin: 0 0 15px;
    overflow: hidden;
	font-size: 13px;
}
.quickView .variant-info .variant-name a {
	display: block;
}
.quickView .variant-info .prices {
    float: none;
    height: auto;
	margin: 0;
    border: none;
    padding: 0;
}
.quickView .variant-info .prices > * {
	float: none;
	color: #fff !important;
}
.quickView .variant-info .prices label {
    display: none;
}
.quickView .variant-info .product-price {
	font-size: 16px;
}
.quickView .variant-info .tax-shipping-info {
	display: none;
}
.quickView .variant-grid-info .compare-products {
	display: none;
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

/*  BACKGROUND COLOR  */

.link-rss,
.ui-dialog .back-in-stock-subscription-page button:hover,
.eu-cookie-bar-notification button:hover,
#goToTop,
.mini-shopping-cart input[type="button"]:hover,
.mini-shopping-cart input[type="button"]:first-child:hover,
.newsletter-box-button:before,
.newsletter-box-button:hover,
.footer-block .title span:after,
.footer-2 .footer-block .title span:after,
.social-sharing a .flip,
.social-sharing a .flop,
.footer-2 .newsletter-email .newsletter-subscribe-button,
.footer-2 .footer-menu .address span:before,
.footer-2 .footer-menu .phone span:before,
.footer-2 .footer-menu .email span:before,
.poll .buttons input:hover,
.item-box input[type="button"]:hover,
.item-box input[type="button"].product-box-add-to-cart-button:hover,
.pager li span,
.pager li a:hover,
.vendor-list a:hover,
.contact-vendor input:hover,
.gallery .picture-thumbs a.active:before,
.overview .add-to-wishlist:hover:before,
.overview .compare-products:hover:before,
.overview .email-a-friend:hover:before,
.overview .back-in-stock-subscription:hover:before,
.overview .download-sample:hover:before,
.product-review-box .rating div,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.variant-overview .add-to-wishlist input[type='button']:hover,
.write-review .button-1:hover,
.wishlist-content .button-2:hover,
.wishlist-content .button-2.wishlist-add-to-cart-button,
.compare-products-page .button-2:hover,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
#check-availability-button:hover,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover,
.login-page .button-1.login-button,
.login-page .button-1.login-button:hover,
.account-page-navigation .account-navigation-list li a.active:before,
.account-page-navigation .account-navigation-list li a:hover:before,
.account-page .button-2:hover,
.order-progress li.active-step a:before,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.cart-options .button-2.continue-shopping-button,
.cart-options .button-2:hover,
.cart-collaterals .button-2:hover,
.opc .back-link a:hover,
.order-details-page .page-title a:hover:before,
.order-details-page .actions input:hover,
.search-input .button-1:hover,
.blog-page .blog-posts .read-more:hover,
.news-list-page .news-items .read-more:hover,
.new-comment .button-1:hover,
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover,
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover,
/*plugins*/ .productAddedToCartWindowSummary a:hover,
.productAddedToCartWindowSummary .button-1:hover,
.ui-slider-range,
.filtersGroupPanel li.checked label:before,
.nivo-controlNav a:hover:before,
.nivo-controlNav a.active:before,
.nop-jcarousel .slick-prev:hover,
.nop-jcarousel .slick-next:hover,
.nop-jcarousel .slick-dots button:hover:before,
.nop-jcarousel .slick-dots .slick-active button:before,
.products-carousel .item-picture .button:hover,
.quick-view-button a:hover,
.blog-page .buttons .read-more:hover,
.share-post a .flip,
.share-post a .flop,
.post-navigation a .flop,
.sale-of-the-day-offer .title,
.sale-of-the-day-offer .go-to-product-page:hover,
.sale-of-the-day-offer .owl-dot.active:before,
.ropc .estimate-shipping button:hover,
.ropc .coupon-box-panel .coupon-code button:hover,
.ropc .giftcard-box-panel .coupon-code button:hover,
.ropc .complete-button button:hover,
#newTicket a:hover:before,
#myTickets a:hover:before,
#manageTickets a:hover:before,
.overview .submit-ticket:hover:before,
.inputs.upload .k-button.k-upload-button:hover span,
.page-body form > .buttons .k-button:hover,
.page-body form > .buttons .return-to-ticket.k-button:hover,
.page-body form > .buttons .k-button.return-to-ticket-button:hover,
.ticket-buttons .k-button:hover,
#submit-reply .buttons .k-button:hover,
.view-ticket-notes-page .ticket-buttons .show-add-note.k-button:hover,
.my-tickets-page .clear-filters:hover,
.manage-tickets-page .clear-filters:hover {
  background-color: #ffde59;
}
.enter-password-form input[type="submit"]:hover,
.k-pager-numbers span.k-state-selected,
.k-pager-numbers a:hover {
  background-color: #ffde59 !important;
}
/*  COLOR  */

.eu-cookie-bar-notification a,
.mini-shopping-cart a:hover,
.mini-shopping-cart .count a:hover,
.mini-shopping-cart .totals strong,
.footer-lower a,
.block .active > a,
.block .view-all a,
.poll strong,
.breadcrumb a:hover,
.category-description a:hover,
.manufacturer-description a:hover,
.vendor-description a:hover,
.manufacturer-item-count,
.vendor-item-count,
.item-box .product-title a:hover,
.item-box .rating div,
.item-box .actual-price,
.item-box .tax-shipping-info a:hover,
.overview .value,
.variant-overview .value,
.free-shipping,
.product-no-reviews a:hover,
.product-review-links a:hover,
.overview .value a,
.variant-overview .value a,
.overview .prices > div,
.variant-overview .prices > div,
.overview .product-price,
.variant-overview .product-price,
.overview .prices .tax-shipping-info a:hover,
.variant-overview .prices .tax-shipping-info a:hover,
.tier-prices .item-price,
.product-tags-list a:hover,
.ui-datepicker-calendar td a:hover,
.ui-datepicker-today,
.product-reviews-page h1 a:hover,
.product-review-helpfulness .vote:hover,
.wishlist-content .tax-shipping-info a:hover,
.wishlist-page .share-info a,
.topic-block a,
.topic-page a,
.email-a-friend-page .title h2 a:hover,
#check-availability-button:hover,
.accept-privacy-policy a:hover,
.accept-privacy-policy span:hover,
.add-more-external-records a,
.login-page .returning-wrapper .forgot-password a:hover,
.return-request-list-page a:hover,
.order-summary-content .tax-shipping-info a:hover,
.cart-total .order-total .cart-total-right,
.terms-of-service a:hover,
.order-completed .details a:hover,
.order-details-page .cart-total tr:last-of-type strong,
.sitemap-page a:hover,
.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.blog-posts .buttons .read-comments:hover,
.comment-info .username:hover,
.news-list-homepage .news-items .read-more,
.news-list-homepage .view-all a,
.post-title:hover,
.news-title:hover,
.forum-search-box .advanced a,
.topic-post .post-actions .post-link-button,
.topic-post .post-actions .quote-post-button,
.private-message-send-page a:hover,
.profile-page .topic-title a,
.cart a:hover,
.data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover,
td.subtotal,
td.total,
.compare-products-table .product-price td,
/*plugins*/ .productAddedToCartWindowDescription h1 a:hover,
.productAddedToCartWindowDescription .price,
.selected-options-list > li span,
.instant-search-item .detail .price,
.products-carousel .item-info .actual-price,
.quickView .links-panel a:hover,
.rich-blog-homepage .post-title:hover,
.rich-blog-homepage .read-more,
.rich-blog-homepage .title:hover strong,
.post-relations li,
.search-term-highlighter,
.sale-of-the-day-offer .product-name h4:hover,
.sale-of-the-day-offer .price.actual-price,
.ropc .total-info .cart-total .order-total,
.ropc .error-list,
.feed-panel .instagram-follow-us a,
.twitter-feed .user-profile .user-name:hover,
.twitter-feed .post-body a,
.spc-categories .category-details li a:hover,
.ticket-comments .comment-header .left a,
.anywhere-page-map .align-map-button,
.shop-full-description a,
.social-feed .sub-title a {
  color: #ffde59;
}
/*  BORDER-COLOR  */

.item-box input[type="button"]:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
/*plugins*/ .products-carousel .item-picture .button:hover,
.quick-view-button a:hover,
.spc .navigation li.active,
.view-ticket-notes-page .ticket-buttons .show-add-note.k-button:hover {
  border-color: #ffde59;
}
@media all and (min-width: 769px) {
  /*  BACKGROUND COLOR  */
  
  .product-list .item-box input[type="button"].product-box-add-to-cart-button:hover {
    background-color: #ffde59;
  }
}
@media all and (min-width: 1001px) {
  /*  BACKGROUND COLOR  */
  
  .header-links .my-account-dropdown a:hover:before,
  .cart-wrapper .ico-cart:before,
  .cart-wrapper .ico-cart-total,
  /*plugins*/ .previous-product-title,
  .next-product-title,
  .with-caregory-search-enabled .custom-select-text:before {
    background-color: #ffde59;
  }
  /*  COLOR  */
  
  .header-menu > ul > li:hover > a,
  .header-menu > ul > li:hover > span,
  .header-menu .sublist li:hover > a,
  .block .list a:hover,
  .block .tags li a:hover,
  .product-tags-all-page li a:hover,
  .topic-post .username:hover,
  /*plugins*/ .filtersGroupPanel li > label:hover,
  .mega-menu .box a:hover,
  .mega-menu li a.view-all {
    color: #ffde59;
  }
}

