/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0e96e815b65d87c179d20d8098c3334d)
 * Config saved to config.json and https://gist.github.com/0e96e815b65d87c179d20d8098c3334d
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.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;
}

/* Reset ================================================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style: italic;
}

/* Fonts ================================================================================= */

@font-face {
	font-family: 'Gotham-Bold';
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Bold.eot');
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Bold.woff') format('woff'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Medium.eot');
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Medium.woff') format('woff'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Book.eot');
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Book.woff2') format('woff2'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Book.woff') format('woff'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Book.ttf') format('truetype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'Gotham-XLight';
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-XLight.eot');
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-XLight.eot?#iefix') format('embedded-opentype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-XLight.woff') format('woff'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Gotham-XLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'vegurlight';
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/vegur-l_0602-webfont.eot');
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/vegur-l_0602-webfont.eot?#iefix') format('embedded-opentype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/vegur-l_0602-webfont.woff') format('woff'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/vegur-l_0602-webfont.ttf') format('truetype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/vegur-l_0602-webfont.svg#vegurlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Garamond-Bold';
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Garamond-Bold.eot');
	src: url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Garamond-Bold.eot?#iefix') format('embedded-opentype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Garamond-Bold.otf') format('otf'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Garamond-Bold.woff') format('woff'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Garamond-Bold.woff2') format('woff2'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Garamond-Bold.ttf') format('truetype'),
	url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/fonts/Garamond-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* GENERAL ================================================================================= */

*:focus,
a:focus {
	outline: none;
}
body {
	font-size:12px;
	line-height: 1.5;
	color:#fff;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	background:#232323 url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/body-bg.png) repeat-x top;
}
body.disable-scroll {
	overflow:hidden;
}
.container {
	min-width:320px;
}
#main-content {
	padding: 30px 0;
}
.cms-pl #main-content {
	padding: 0;
}
.cms-pl .category-landing img,
.cms-pl .bottom-banner img {
	width: 100%;
}
.catalog-category-view #main-content {
	padding:0 0 30px 0;
}
h1 {
	font-family: 'Gotham-XLight';
	font-size: 43px;
	color: #e7da97;
}
h2 {
	font-family: 'Gotham-Medium';
	font-size: 20px;
	margin-bottom: 15px;
	color: #e7da97;
}
a,
a:link,
a:visited {
	color:#1e7ec8;
	text-decoration:underline;
}
a:hover,
a:active,
a:focus {
	text-decoration:none;
	outline:none;
}
*:focus {
	outline:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0 0 5px;
	line-height:1.35;
	color:#0a263c;
}
h1 {
	font-size:20px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	font-weight:normal;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
}
p {
	margin:0 0 10px;
	line-height:1.5;
}
strong {
	font-weight:bold;
}
big,
big * {
	font-size: 240%;
}
address {
	font-style:normal;
	line-height:1.35;
	color: #ffffff;
}
cite {
	font-style:normal;
}
q,
blockquote{
	quotes:none;
}
q:before,
q:after {
	content:'';
}
small,
big {
	font-size:65%;
}
ul,
ol {
	list-style:none;
}

.mb-20 {
	margin-bottom: 20px;
}
.cms-pl .page-content .row .mb-20  {
	margin-bottom: 0px;
}

.page-title {
	border-bottom:1px solid #262626;
	margin-bottom:30px;
}
.page-title h1 {
	color: #b6b6b6;
	font-family: "Gotham-XLight";
	font-size: 30px;
	letter-spacing: -1px;
}
.page-title h1 span {
	color:#e7da97;
	text-transform: uppercase;
}
.page-title.title-buttons {
	overflow: hidden;
	text-align: right;
}
.page-title.title-buttons h1 {
	float: left;
}
.page-title.title-buttons .button {
	float: right;
	margin-top: 6px;
}
.sub-title a:link,
.sub-title a:visited,
.page-title.title-buttons a:link,
.page-title.title-buttons a:visited {
	font-family: "Gotham-Medium";
	font-size: 10px;
	height: 23px;
	line-height: 23px;
	margin-top: 10px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background-image:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/account-box-small-button.png);
	background-repeat: repeat;
	background-position: top;
}
.sub-title a:hover,
.sub-title a:active,
.page-title.title-buttons a:hover,
.page-title.title-buttons a:active {
	background-position: bottom;
	color: #b3b3b3;
}
.sub-title {
	color: #fff;
	font-family: "Gotham-XLight";
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom:1px solid #3b3b3b;
}
.sub-title a:link,
.sub-title a:visited {
	float: right;
	margin: 0;
}
.sub-title .separator {
	display: none;
}
.row-margin-bottom {
	margin-bottom: 30px;
}
.main-sidebar-left .col-main {
	float: right;
}
.main-sidebar-right .col-sidebar {
	float: right;
}
.cms-no-route .page-content h2 {
	color: #e7da97;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.cms-no-route .page-content p,
.cms-no-route .page-content ul {
	line-height: 1.6;
}
.cms-no-route .page-content ul {
	list-style: inside;
}
.cms-enable-cookies .col-main a:link,
.cms-enable-cookies .col-main a:visited,
.cms-no-route .page-content a:link,
.cms-no-route .page-content a:visited {
	color: #e7da97;
	text-decoration: none;
}
.cms-enable-cookies .col-main a:hover,
.cms-enable-cookies .col-main a:active,
.cms-no-route .page-content a:hover,
.cms-no-route .page-content a:active {
	color: #fff;
}
.cms-enable-cookies .col-main p,
.cms-enable-cookies .col-main ul {
	line-height: 1.6;
	margin-bottom: 30px;
}
.cms-enable-cookies .col-main ul:not(.messages) {
	list-style-type: disc;
	list-style-position: inside;
}
.cms-enable-cookies .col-main ul.messages ul {
	margin-bottom: 0;
}
.cms-enable-cookies .col-main ul.messages ul li {
	list-style: none;
}
.cms-enable-cookies .col-main ol {
	padding-left: 12px;
	color: #b6b6b6;
}
.cms-enable-cookies .col-main ol li {
	list-style-type: decimal;
}
.cms-enable-cookies .col-main ol li p {
	color: #fff;
}
.cms-enable-cookies .col-main ul p,
.cms-enable-cookies .col-main ol p {
	margin-bottom: 10px;
}
.cms-enable-cookies .col-main .subtitle {
	color: #fff;
	font-family: "Gotham-XLight";
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom:1px solid #3b3b3b;
}
.cms-enable-cookies .col-main h3 {
	color: #e7da97;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cms-enable-cookies img {
	max-width: 100%;
	height: auto;
}

/* HEADER ================================================================================= */

#main-header {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/main-header-border.png) repeat-x bottom;
}
#main-header .toolbar {
	float:right;
	padding:10px 0 5px 0;
	border-bottom:1px solid #212121;
}
#main-header .toolbar a:link,
#main-header .toolbar a:visited {
	font-size:10px;
	color:#b3b3b3;
	display:block;
	height:15px;
	line-height:15px;
	text-decoration:none;
}
#main-header .toolbar a:hover,
#main-header .toolbar a:active {
	color:#fff;
}
#main-header .toolbar ul {
	float:left;
}
#main-header .toolbar ul li {
	float:left;
	margin-left:9px;
	padding-left:9px;
	border-left:1px solid #3b3b3b;
}
#main-header .toolbar ul.logged-in-menu li.first {
	padding-left:0;
	margin-left:0;
	border-left:0;
	font-size:10px;
	color:#b3b3b3;
}
#main-header .toolbar ul.logged-in-menu li.first .current-user {
	color:#e7da97;
	display:inline-block;
	height:12px;
	line-height:12px;
}
#main-header .toolbar ul.search-form li {
	border-left:0;
	margin-top:-3px;
}
#main-header .toolbar ul.search-form form {
	font-size:0;
}
#main-header .toolbar ul.search-form form .input-box {
	overflow:hidden;
}
#main-header .toolbar ul.search-form form .input-box label {
	display:none;
}
#main-header .toolbar ul.search-form form .input-box input[type="search"] {
	background:#000;
	border:1px solid #a1a1a1;
	color:#a1a1a1;
	font-size:12px;
	height:16px;
	float:left;
	margin-right:8px;
	width:130px;
	padding:1px 2px;
	border-radius: 0;
}
#main-header .toolbar ul.search-form form .input-box button {
	width:20px;
	height:20px;
	float:left;
	border:none;
	background:none;
	padding:0;
	position:relative;
	min-width: 0;
	font-size: 0;
}
#main-header .toolbar ul.search-form form .input-box button > span {
	display:block;
	position:absolute;
	top:1px;
	left:1px;
	width:18px;
	height:18px;
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-search.png) no-repeat center;
	background-size:18px 54px;
	background-position:0 -36px;
}
#main-header .toolbar ul.search-form form .input-box button:hover > span {
	background-position:0 0;
}
#main-header .toolbar ul.search-form .search-autocomplete {
	display:none !important;
}
#main-header.not-logged-in .toolbar .menu li:first-child {
	border-left:none;
	padding-left:0;
	margin-left:0;
}
#main-header .main-area {
	clear:both;
	padding-top:23px;
	padding-bottom:15px;
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/header-bg.png) no-repeat bottom right;
}
#main-header .main-area .logo {
	float:left;
}
#main-header .main-area .logo a {
	font-size: 0;
	line-height: 0;
	display: block;
}
#main-menu {
	float:right;
	margin-top:6px;
}
#main-menu ul {
	overflow:hidden;
}
#main-menu ul li {
	float:left;
	margin-left:21px;
}
#main-menu ul li a:link,
#main-menu ul li a:visited {
	font-weight:700;
	font-size:12px;
	color:#b3b3b3;
	text-decoration:none;
}
#main-menu ul li a:hover,
#main-menu ul li a:active,
#main-menu ul li a:focus {
	color:#fff;
}


/* HEADER MOBILE ================================================================================= */
#mobile-header {
	border-bottom:1px solid #4f4f4f;
	min-height:36px;
}
#mobile-header .logo {
	margin-top:9px;
	float:left;
}
#mobile-header .logo img {
	height:18px;
	width:auto;
}
#mobile-header .logo a {
	font-size: 0;
	line-height: 0;
	display: block;
}
#mobile-header .triggers {
	float:right;
}
#mobile-header .triggers .trigger {
	float:left;
	width:45px;
	height:36px;
	cursor:pointer;
	position:relative;
}
#mobile-header .triggers .trigger .trigger-button {
	display:block;
	width:45px;
	height:36px;
}
#mobile-header .triggers .trigger .trigger-button:before {
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
	-webkit-transform:translate3d(-50%,-50%,0);
	content:'';
	display:block;
}
#mobile-header .triggers .trigger.search .trigger-button:before {
	background-image:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-search.png);
	background-size:18px 54px;
	width:18px;
	height:18px;
}
#mobile-header .triggers .trigger.search.active .trigger-button:hover:before,
#mobile-header .triggers .trigger.search.active .trigger-button:before {
	background-position:0 -18px;
}
#mobile-header .triggers .trigger.search .search-form {
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	visibility:hidden;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	z-index:5;
}
#mobile-header .triggers .trigger.search.active .search-form {
	opacity:1;
	visibility:visible;
}
#mobile-header .search-form {
	height:36px;
	background:#595959;
	min-width:292px;
	max-width:100%;
	box-sizing:border-box;
	padding:0 46px 0 10px;
	position:relative;
}
#mobile-header .search-form input[type="search"] {
	width:100%;
	height:36px;
	line-height:36px;
	background:transparent;
	border:none;
	color:#a7a7a7;
	font-size:14px;
	font-family: 'Gotham-XLight';
}
#mobile-header .search-form button {
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:36px;
	border:none;
	margin:0;
	padding:0;
	font-size:0;
	background:transparent;
	min-width: auto;
}
#mobile-header .search-form button > span {
	display:block;
	width:18px;
	height:18px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-9px;
	margin-top:-9px;
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-search.png) no-repeat;
	background-size:18px 54px;
}
#mobile-header .search-form.search-form-mobile {
	height:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	overflow:hidden;
	clear:both;
	padding:0;
}
#mobile-header .search-form.search-form-mobile form {
	position:relative;
}
#mobile-header .search-form.search-form-mobile.active {
	height:36px;
}
#mobile-header .triggers .trigger.menu .trigger-button:before {
	background-image:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-burger.png);
	background-size:22px 17px;
	width:22px;
	height:17px;
}
#mobile-header .triggers .trigger.menu.active {
	border-left:1px solid #4f4f4f;
}
#mobile-menu {
	position:fixed;
	top:0;
	right:0;
	height:100%;
	width:267px;
	box-sizing:border-box;
	background:#000;
	z-index:20;
	border-left:1px solid #4f4f4f;
	transform:translate3d(100%,0,0);
	-webkit-transform:translate3d(100%,0,0);
	transition:transform 300ms linear;
	-webkit-transition:transform 300ms linear;
	overflow:auto;
}
#mobile-menu .inner {
	padding:12px 20px 20px 20px;
}
#mobile-menu.active {
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	width:282px;
}
#mobile-menu:before {
	position:absolute;
	top:0;
	left:-1px;
	height:36px;
	width:1px;
	background:#000;
	content:'';
	display:block;
}
#page {
	transition:transform 300ms linear;
	-webkit-transition:transform 300ms linear;
}
#page.mobile-menu-active {
	-webkit-transform:translate3d(-268px,0,0);
	transform:translate3d(-268px,0,0);
}
#mobile-menu-overlay {
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	position:fixed;
	top:37px;
	left:0;
	z-index:19;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	opacity:0;
	visibility:hidden;
}
#mobile-menu-overlay.active {
	opacity:1;
	visibility:visible;
}
#mobile-menu .nav-menu li {
	position:relative;
}
#mobile-menu .nav-menu .toggle {
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
#mobile-menu .nav-menu .toggle:before {
	width:12px;
	height:12px;
	content:'';
	display:block;
	position:absolute;
	top:14px;
	right:14px;
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-expand.png) no-repeat;
	background-size:12px 24px;
	background-position:0 0;
}
#mobile-menu .nav-menu .toggle.active:before {
	background-position:0 -12px;
}
#mobile-menu .nav-menu > li {
	line-height:40px;
}
#mobile-menu .nav-menu > li > a:link,
#mobile-menu .nav-menu > li > a:visited,
#mobile-menu .nav-menu > li > a span {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-family: 'Gotham-XLight';
}
#mobile-menu .cat-list a,
#mobile-menu .cat-list span.a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Gotham-XLight';
}
#mobile-menu .cat-list > li > .toggle {
	width:100%;
}
#mobile-menu .sub-menu a:link,
#mobile-menu .sub-menu a:visited,
#mobile-menu .cat-list .sub-cat-list a:link,
#mobile-menu .cat-list .sub-cat-list a:visited {
	text-transform:none;
	color:#a2a1a1;
	font-size:14px;
	text-decoration:none;
}
#mobile-menu .sub-menu a:hover,
#mobile-menu .sub-menu a:active,
#mobile-menu .cat-list .sub-cat-list a:hover,
#mobile-menu .cat-list .sub-cat-list a:active {
	color:#86754d;
	text-decoration:none;
}
#mobile-menu .sub-menu {
	display:none;
}
#mobile-menu .sub-menu.active {
	display:block;
}
#mobile-menu .secondary-menu {
	padding-top:10px;
}
#mobile-menu .secondary-menu .secondary-menu-inner {
	border-top:1px solid #4f4f4f;
	padding-top:10px;
}
#mobile-menu .secondary-menu ul li {
	line-height:40px;
}
#mobile-menu .secondary-menu ul li a:link,
#mobile-menu .secondary-menu ul li a:visited {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-family: 'Gotham-XLight';
}
#mobile-menu .secondary-menu ul li a span {
	color:#86754d;
}

/* PROMO BANNER ================================================================================= */

#promo-banner {
	background:#636363;
	text-align:center;
	padding:2px 0;
}
#promo-banner p {
	margin-bottom:0;
}
#promo-banner a:link,
#promo-banner a:visited,
#promo-banner a:hover,
#promo-banner a:active {
	color: #fff;
	display: inline-block;
	font-family: Gotham-XLight;
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
}
#promo-banner a strong {
	font-family: Gotham-Bold;
}

/* HOME ================================================================================= */
.home-hero img {
	max-width: 100%;
	width: 100%;
}
.category-clock-keys .home-hero.hero-desktop,
.category-clock-keys .home-hero.hero-mobile,
.category-vintage-clocks-collection .home-hero.hero-desktop,
.category-vintage-clocks-collection .home-hero.hero-mobile,
.category-limited-edition-clocks .home-hero.hero-desktop,
.category-limited-edition-clocks .home-hero.hero-mobile,
.category-american-eagle-clock .home-hero.hero-desktop,
.category-american-eagle-clock .home-hero.hero-mobile {
	display:none !important;
}

.home-hero.hero-mobile {
	display: none;
}

@media only screen and (max-width:768px) {
	.checkout-cart-index .home-hero.hero-mobile {
		display: block;
	}
}


.homepage-nagivation.page-navigation {
	display: none;
}
.home-explore-heading,
.home-callouts-heading {
	text-align: center;
	margin-bottom: 20px;
}
.home-explore-heading a,
.home-callouts-heading span {
	font-family: "Gotham-XLight";
	color: #b5b5de;
	font-size: 30px;
	display: inline-block;
	text-decoration: none;
}
.home-explore-heading a:hover {
	color: #ffffff;
}
.home-explore-slider {
	position: relative;
	margin-bottom: 50px;
}
.home-explore-slider .slide a {
	font-family: "Gotham-Medium";
	font-size: 15px;
	letter-spacing: 0.08px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin: 0 15px;
}
.home-explore-slider .slide a:hover {
	color: #fccf8b;
}
.home-explore-slider .slick-prev,
.home-explore-slider .slick-next {
	position: absolute;
	top: calc( 50% - 15px );
	width: 15px;
	cursor: pointer;
	transform: translateY(-50%);
}
.home-explore-slider .slick-prev:hover path,
.home-explore-slider .slick-next:hover path {
	fill: #ffffff;
}
.home-explore-slider .slick-prev {
	left: -25px;
}
.home-explore-slider .slick-next {
	right: -25px;

}
.home-explore-slider .slick-slide img {
	width: 100%;
	height: auto;
	margin: 0;
}
.home-explore-slider .slide span {
	display: block;
}
.home-explore-button {
	display: none;
}
.home-callouts {
	border-top:1px dotted #898989;
	padding-top:30px;
}
.home-callouts .columns-wrapper {
	display: flex;
}
.home-callouts .column {
	padding: 0 10px;
	width: 25%;
}
.home-callouts .item {
	clear:left;
	overflow:hidden;
	border: 1px solid #5a4d3a;
	text-align: center;
}

.home-callouts .item h2 {
	font-size: 15px;
	font-family: Gotham-Book;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 5px 5px 5px;
}
.home-callouts .item img {
	padding:0 20px;
}

.home-callouts .item a {
	font-size: 15px;
	font-family: Gotham-Medium;
	color: #fccf8b;
	text-decoration: none;
	display: inline-block;
}
.home-callouts .item a:hover {
	color: #b5b5de;
}
.home-callouts .item a span {
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline-block;
}
#home-slideshow {
	position:relative;
}
#home-slideshow .slide {
	overflow:hidden;
}
#home-slideshow .slide .slide-image {
	float:left;
	width:490px;
}
#home-slideshow .slide .slide-image img {
	max-width:100%;
	height:auto;
}
#home-slideshow .slide img {
	max-width:100%;
	height:auto;
}
#home-slideshow .slide .slide-content {
	max-width:350px;
	float:left;
	padding:170px 0 0 28px;
}
#home-slideshow .slide .slide-content h2 {
	color: #e7da97;
	font-family: Gotham-Book;
	font-size: 15px;
}
#home-slideshow .slide .slide-content p {
	font-size:12px;
	color:#898989;
}
#home-slideshow .slide .slide-content .shop-button {
	display:none;
}
#home-slideshow .header {
	left:0;
	padding-left:516px;
	position: absolute;
	top: 60px;
	z-index: 10;
}
#home-slideshow .header h1 {
	color: #e7da97;
	font-family: Gotham-XLight;
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#home-slideshow .header h1 .white {
	color: #ffffff;
}
#home-slideshow .header h1 small {
	color: #898989;
	display: block;
	font-size: 24px;
	line-height: 15px;
	text-transform: none;
}
#home-slideshow .slide-header-mobile {
	color: #e7da97;
	font-family: Gotham-XLight;
	font-size: 36px;
	line-height:36px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom:26px;
	display:none;
}
#home-slideshow .slide-header-mobile .white {
	color: #ffffff;
}
#home-slideshow .slide-header-mobile small {
	color: #898989;
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
}
@media only screen and (max-width: 991px) {
	.homepage-nagivation.page-navigation {
		display: block;
		margin-top: 20px!important;
	}
	.homepage-nagivation.page-navigation .navigation-toggle {
		border: 2px solid #b5b5de;
		font-family: "Gotham-Book";
		letter-spacing: 1.6px;
		text-align: center;
	}
	.homepage-nagivation.page-navigation .cat-list.active {
		max-height: 1300px;
	}
	.homepage-nagivation.page-navigation:not(.home-explore-navigation) .cat-list > li {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
		border-bottom: 1px solid #2a2a2a;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.homepage-nagivation.page-navigation:not(.home-explore-navigation) .cat-list > li:last-of-type {
		display: none;
	}
	.homepage-nagivation.page-navigation.home-explore-navigation {
		margin-bottom: 20px;
	}

	.home-explore-heading,
	.home-callouts-heading {
		display: none;
	}
	.home-explore-slider {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 0;
	}
	.home-explore-slider .slide {
		width: 33.3%;
		margin-bottom: 20px;
	}
	.home-explore-slider .slide:last-child {
		display: none;
	}
	.home-explore-button {
		display: block;
	}
	.home-explore-button a {
		border: 2px solid #b5b5de;
		font-family: "Gotham-Book";
		letter-spacing: 1.6px;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		padding: 12px 10px;
		text-transform: uppercase;
		cursor: pointer;
		color: #fff;
		margin-bottom: 50px;
		display: block;
		text-decoration: none;
		margin-top: 20px;
	}
	.home-callouts {
		float: left;
		clear: both;
		width: 100%;
	}
	.home-callouts .item h2 {
		font-size: 11px;
	}
}
@media only screen and (max-width: 768px) {
	.home-hero.hero-desktop {
		display: none;
	}
	.catalog-product-view .home-hero.hero-mobile,
	.catalog-category-view .home-hero.hero-mobile,
	.cms-home .home-hero.hero-mobile,
	.cms-pl .home-hero.hero-mobile {
		display: block;
	}
	.home-explore-slider .slide {
		width: 50%;
	}
	.home-explore-slider .slide:last-child {
		display: block;
	}
	.home-explore-slider .slide a {
		margin: 0 10px;
	}
	.home-explore-slider .slide img {
		max-width: 100%;
	}
	.home-explore-slider .slide span {
		line-height: 1.2;
		margin-top: -7px;
	}
	.home-callouts .columns-wrapper {
		flex-direction: column;
		width: 100%;
	}
	.home-callouts .column {
		width: 100%;
	}
	.home-callouts .item {
		max-width: 500px;
		margin: 0 auto 20px auto!important;
	}
	.home-callouts .item h2 {
		font-size: 15px;
	}
	.home-callouts .item img {
		margin: 0 auto;
	}
	.home-callouts .item br {
		display: none;
	}
}

/* PROMO POPUP ================================================================================= */

#magentoPopupContainer {
	position:fixed;
	width:516px;
	top:50%;
	left:50%;
	-webkit-transform:translate3d(-50%,-50%,0);
	transform:translate3d(-50%,-50%,0);
	z-index:9999;
}
#magentoPopupContainer .pop_newsletter {
	background:rgba(193, 193, 193, 0.8);
	box-shadow:6px 8px 15px #333333;
	padding:20px;
}
#magentoPopupContainer .pop_newsletter h1 {
	font-family: "Gotham-Medium";
	font-size: 18px;
	letter-spacing: 2px;
	color:#000;
	margin:15px 0 5px 0;
	text-align:center;
}
#magentoPopupContainer .pop_newsletter h1 strong {
	font-family: 'Gotham-Bold';
}
#magentoPopupContainer .pop_newsletter p {
	color: #666666;
	display: block;
	font-family: Gotham-Book;
	font-size: 16px;
	text-align:center;
}
#magentoPopupContainer .pop_newsletter .pop_form {
	position:relative;
}
#magentoPopupContainer .pop_newsletter .pop_form .col-input {
	padding-right:114px;
}
#magentoPopupContainer .pop_newsletter .pop_form .col-input input[type="text"] {
	font-family: Gotham-Book;
	font-size: 16px;
	border:1px solid #898989;
	color:#666;
	height:31px;
	line-height:31px;
	padding:0 10px;
	width:100%;
	background:none;
}
#magentoPopupContainer .pop_newsletter .pop_form .col-input .err {
	color:#f33;
	font-size:12px;
	font-family: helvetica,arial,verdana,sans-serif;
	display:block;
	padding-top:4px;
}
#magentoPopupContainer .pop_newsletter .pop_form .col-button {
	width:114px;
	position:absolute;
	top:0;
	right:0;
}
#magentoPopupContainer .pop_newsletter .pop_form .col-button .pop_button a {
	display:block;
	width:100%;
	height:31px;
	line-height:31px;
	text-align:center;
	background:#666;
	font-family:'Gotham-Medium';
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
#backgroundFade {
	position:fixed;
	height:100%;
	width:100%;
	background:#fff;
	top:0;
	left:0;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
}
#closeLink {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	font-size:0;
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-close.png) no-repeat center;
	background-size:20px 20px;
	cursor:pointer;
}

/* CATEGORY PAGE ========================================================================== */

.breadcrumbs {
	display:none;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 1.6;
	margin:0 0 15px 0;
}
.catalog-product-view .breadcrumbs {
	display: block;
}
.breadcrumbs li {
	font-family: helvetica,arial,verdana,sans-serif;
	display:inline;
	color: #868686;
	font-size: 11px;
	line-height: 1;
	background-image: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-breadcrumbs.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-right: 10px;
	margin-right: 5px;
	background-position: right 3px;
}
.breadcrumbs li a {
	color: #868686;
	text-decoration: none;
}
.breadcrumbs li a.active,
.breadcrumbs li a:hover {
	color: #ffffff;
}
.breadcrumbs li strong {
	color: #bebebe;
	font-weight: normal;
}
.breadcrumbs li:last-child {
	background-image: none;
}
.catalog-product-view .breadcrumbs li.category3,
.catalog-product-view .breadcrumbs li.category4,
.catalog-product-view .breadcrumbs li.category5,
.catalog-product-view .breadcrumbs li.category6 {
	display: none;
}
.page-navigation {
	width: 170px;
	padding: 8px;
	border: 3px solid #7a7a7a;
	float: left;
	background-color: #171717;
	margin-top:20px;
}
.page-navigation .navigation-toggle {
	display: none;
}
.page-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.page-navigation ul ul ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.page-navigation ul li {
	padding: 0;
}
.page-navigation > ul > li:first-child {
	border-top: 0px none;
	padding-top: 0;
}
.page-navigation > ul > li {
	border-top: 1px solid #2a2a2a;
	padding-top: 10px;
	margin-top: 5px;
}
.page-navigation > ul > li:first-child {
	margin-top: 0;
}
.page-navigation > ul > li > span.a,
.page-navigation > ul > li > a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
}
.page-navigation > ul > li > span.a {
	margin-bottom: 5px;
	display: block;
}
.page-navigation li a {
	display: block;
	text-decoration: none;
	color: #a2a1a1;
	padding: 0;
	line-height: 19px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.page-navigation li a:hover,
.page-navigation li a:active {
	color: #ffffff;
}
.page-navigation li a.active:hover,
.page-navigation li a.active {
	color: #e7da97;
}
.page-navigation ul.sub-cat-list li ul.sub-cat-list {
	display: none;
}
.page-navigation ul.sub-cat-list li.active ul.sub-cat-list {
	display: block;
}
.page-navigation li.current_page_item span.a,
.page-navigation li.current_page_item a {
	color: #e7da97;
}
.page-navigation li.current_page_item ul li span.a,
.page-navigation li.current_page_item ul li a {
	color: #b3b3b3;
}
.page-navigation li.current_page_item ul li a:hover,
.page-navigation li.current_page_item ul li a:active {
	color: #ffffff;
}
.page-navigation .first a,
.page-navigation .parent li a {
	padding-top: 0;
	border-top: 0 none;
}
.page-navigation .first li a {
	padding: 12px 0 12px 10px;
	border-top: 1px solid #2a2a2a;
}
.page-content {
	float:left;
	width:790px;
}
.search .page-content {
	width: 770px;
	margin-left: 20px;
}
.category-landing {
	padding-bottom:20px;
}
.category-landing .page-content {
	padding:20px 0px 20px 20px;
	box-sizing: border-box;
}
.cms-home .repair-and-request .top-banner-rr {
	display: none !important;
}
.cms-home .top-banner {
	margin: -10px 0 20px;
}
.top-banner span, .top-banner a, .top-banner-rr, .top-banner-rr a {
    font-size: 15px !important;
    font-family: "Gotham-Medium" !important;
    color: #000000 !important;
}
.top-banner, .top-banner-rr {
    background: #fccf8b;
    text-align: center;
}
.top-banner {
    padding: 15px 0;
}
.category-landing .top-banner {
	position:relative;
}
.category-landing .top-banner .content img {
	max-width:100%;
	width:100%;
	height:auto;
}
.category-landing .top-banner .content {
	position:absolute;
	top:0;
	left:0;
	padding-left:26px;
	padding-top:60px;
	max-width:400px;
}
.category-landing .top-banner .content h1 {
	color:#ffffff;
	display:block;
	font-family:vegurlight;
	font-size:36px;
	line-height:36px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.category-landing .top-banner .content p {
	color: #9a9a9a;
	display: block;
	padding-bottom: 5px;
	width:92%;
}
.category-landing .top-banner .content .read-more:link,
.category-landing .top-banner .content .read-more:visited {
	color: #ffffff;
	font-family: Gotham-Medium;
	line-height: 30px;
	text-decoration: none;
}
.category-landing .top-banner .content .read-more:hover,
.category-landing .top-banner .content .read-more:active {
	color:#e7da97;
}
.category-landing .top-banner .content .read-more span {
	color:#e7da97;
}
.bt-7a7a7a {
	border-bottom: 1px solid #7a7a7a;
}
.h11{
	height: 11px;
}
.category-landing .page_headline {
	font-size: 16px;
	line-height: 20px;
}
.cms-pl .page_headline {
	padding-top: 10px;
}
.category-landing .bottom-banner {
	padding-top:20px;
}
.category-landing .bottom-banner .inner,
.category-landing .category-landing-products .inner {
	font-size:20px;
	text-align:center;
	/*box-shadow: 0 0 5px #000000;*/
	border:2px solid #878585;
}
.category-landing .bottom-banner .inner img,
.category-landing .category-landing-products .inner img {
	max-width:100%;
	height:auto;
	padding: 10px 10px 0px 10px;
	/*border:3px solid #878585*/
}
.category-landing .bottom-banner .inner p,
.category-landing .category-landing-products .inner p {
	margin: 0px;
}
.category-landing .bottom-banner .inner p:nth-child(2),
.category-landing .category-landing-products .inner p:nth-child(2),
.category-landing .bottom-banner .inner p:last-child,
.category-landing .category-landing-products .inner p:last-child {
	color: #fff;
	height: 30px;
	background: #404040;
	margin: 0px 10px 0;
}
.category-landing .bottom-banner .inner p:last-child,
.category-landing .category-landing-products .inner p:last-child {
	margin-bottom: 10px;
}
.category-landing .bottom-banner p:nth-child(2) a,
.category-landing .category-landing-products p:nth-child(2) a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
}
.category-landing .bottom-banner p:last-child a,
.category-landing .category-landing-products p:last-child a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display:inline-block;
	text-transform:capitalize;
}
.category-landing .bottom-banner a:link,
.category-landing .bottom-banner a:visited,
.category-landing .category-landing-products a:link,
.category-landing .category-landing-products a:visited {
	text-decoration:none;
	display:inline-block;
	position:relative;
}
.category-landing .bottom-banner .read-more {
	font-size:12px;
	color:#fff;
	font-family:'Gotham-Book';
	position:absolute;
	bottom:22px;
	left:22px;
}
.category-landing .bottom-banner .read-more span {
	color:#e7da97;
}
.category-landing .bottom-banner a:hover .read-more {
	color:#e7da97;
}
.category-landing #category-landing-description p {
	color: #b3b3b3;
	font-family: "Gotham-Book";
	font-size: 14px;
}

.categories {
	overflow: hidden;
}
.categories .page-navigation {
	position: relative;
	z-index: 99;
	margin-top: 80px;
}
.categories .category-hero {
	position: relative;
	height: 284px;
	margin-bottom: 20px;
}
.categories .category-hero .category-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
}
.categories .category-hero .category-content {
	position: relative;
	z-index: 110;
	float: right;
	width: 60%;
	padding-top: 74px;
	padding-right: 20px;
}
.categories .category-hero .category-content h1 {
	color: #ffffff;
	font-family: vegurlight;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.categories .category-hero .category-content .category-description,
.categories .category-description-slideshow {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 1.6;
}
.categories .category-hero .category-content .category-description .call-to-action {
	color: #e7da97;
	display: block;
	float: left;
	margin-top: 50px;
	text-decoration: none;
}
.categories .category-description-slideshow {
	padding: 10px;
}
.main .toolbar {
	background: #868585;
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/utility-bg.png) repeat-x;
	background: -moz-linear-gradient(top, #868585 0%, #5b5b5b 100%);
	background: -webkit-linear-gradient(top, #868585 0%,#5b5b5b 100%);
	background: linear-gradient(to bottom, #868585 0%,#5b5b5b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868585', endColorstr='#5b5b5b',GradientType=0 );
	overflow: hidden;
	padding: 9px 10px;
}
.main .toolbar select {
	background: #a1a1a1;
	border: none;
	height: 22px;
	line-height: 22px;
	color: #515050;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 5px;
	font-size: 12px;
}
.main .toolbar select option {
	padding: 0 5px;
}
.main .toolbar label,
.main .toolbar .pager .sm {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
}
.main .toolbar .sorter {
	float: left;
}
.main .toolbar .sorter label {
	margin-right: 10px;
}
.main .toolbar .sorter select {
	width: 128px;
}
.main .toolbar .pager {
	float: right;
	overflow: hidden;
}
.main .toolbar .pager .pages {
	float: right;
	margin-right: 12px;
}
.main .toolbar .pager .pages ol {
	overflow: hidden;
}
.main .toolbar .pager .pages ol li {
	font-size: 13px;
	color: #fff;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-right: 8px;
}
.main .toolbar .pager .pages ol li:last-child {
	margin-right: 0;
}
.main .toolbar .pager .pages ol li.current {
	font-weight: bold;
}
.main .toolbar .pager .pages ol li a:link,
.main .toolbar .pager .pages ol li a:visited {
	color: #b5b5b5;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	display: block;
}
.main .toolbar .pager .pages ol li a:hover,
.main .toolbar .pager .pages ol li a:active {
	color: #000;
}
.main .toolbar .pager .pages ol li a.previous img,
.main .toolbar .pager .pages ol li a.next img {
	position: relative;
	top: -3px;
}
.main .toolbar .pager .limiter {
	float: right;
}
.main .toolbar .pager .limiter label {
	margin-right: 5px;
}
.main .toolbar .pager .limiter select {
	width: 40px;
}
.main .toolbar .pager .limiter .sm {
	margin-left: 5px;
}
.main .toolbar-bottom .toolbar {
	margin-top: 5px;
}
.main .toolbar-bottom .toolbar .sorter {
	display: none;
}
.products-grid {
	overflow: hidden;
	display: flex;
}
.products-grid .item {
	float: left;
	width: 33.33%;
	background: #434343;
	position: relative;
	margin: 5px 0 0 0;
}
.products-grid .item:after {
	height: 100%;
	width: 1px;
	background: #c7c7c7;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.products-grid .item.last:after {
	display: none;
}
.products-grid .item .product-image:link,
.products-grid .item .product-image:visited {
	display: block;
	text-decoration: none;
	font-size: 0;
}
.products-grid .item .product-image img {
	width: 100%;
	height: auto;
}
.products-grid .item .product-image h2 {
	font-size: 10px;
	color: #fff;
	word-wrap: break-word;
	margin: 0;
	font-weight: normal;
	font-family: helvetica,arial,verdana,sans-serif;
	padding: 7px 10px 0;
}
.catalogsearch-result-index .products-grid .item .product-image h2 {
	padding: 7px 16px 0 10px;
}
.products-grid .item .product-image .price {
	color: #e7da97;
	font-size: 11px;
	padding-left: 0px;
	display: block;
}
.products-grid .item .product-image .offer {
	color: #e7da97;
	font-size: 11px;
	padding: 0 0 0 10px;
	display: flex;
}
.products-grid .item .product-image .offer .offer-title {
	margin-top: 3px;
}
.products-grid .item .product-image .offer .special-new-price {
	display: flex;
	flex-direction: column;
}
.products-grid .item .product-image .offer .new-price,
.products-grid .item .product-image .old-price,
.products-grid .item .product-image .all-prices {
	display: flex;
}
.products-grid .item .product-image .all-prices,
.products-grid .item .product-image .old-price {
	align-items: flex-end;
}
.products-grid .item .product-image .old-price {
	margin-left: 10px;
}

@media screen and (min-width:641px) and (max-width:991px) {
	.products-grid .item .product-image .offer {
		flex-direction: column;
	}
	.products-grid .item .product-image .old-price {
		margin-left: 5px;
	}
}

.products-grid .item .product-image .old-price-tile {
	display: flex;
	align-items: flex-end;
	color: #ffffff;
	margin-left: -5px;
}
.products-grid .item .product-image .old-price span {
	color: #ffffff;
}
.products-grid .item .product-image .one-price {
	margin-left: 11px;
}
.catalogsearch-result-index .products-grid .item .product-image .price {
	padding-left: 0px;
}

.search-hero .page-title {
	margin: 0;
	border: none;
	padding-top: 22px;
}
.search-hero .page-title h1 {
	color: #ffffff;
	font-family: vegurlight;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 22px;
	text-transform: uppercase;
}


/* SINGLE PRODUCT ========================================================================== */

.product-view .product-img-box .product-image img {
	border: 3px solid #a9a9a9;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.product-view .product-img-box .alike-holder a:link,
.product-view .product-img-box .alike-holder a:visited {
	background: #a9a9a9;
	background: -moz-linear-gradient(top, #a9a9a9 0%, #d6d6d6 100%);
	background: -webkit-linear-gradient(top, #a9a9a9 0%,#d6d6d6 100%);
	background: linear-gradient(to bottom, #a9a9a9 0%,#d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#d6d6d6',GradientType=0 );
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
	margin: 10px 10px 0 0;
	text-decoration: none;
	color: #000;
	padding: 0 10px;
}
.product-view .product-img-box .product-gallery {
	margin: 0 -10px;
	position: relative;
	display: none;
}
.product-view .product-img-box .product-gallery.slick-initialized {
	display: block;
}
.product-view .product-img-box .product-gallery button {
	position: absolute;
	background: none;
	top: 36px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	border: none;
	width: 30px;
	height: 39px;
	background-image: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-slideshow-nav.png);
	background-repeat: no-repeat;
	background-size: 30px 78px;
	z-index: 20;
	font-size: 0;
}
.product-view .product-img-box .product-gallery button:hover {
	opacity: 0.6;
}
.product-view .product-img-box .product-gallery button.slick-prev {
	left: 10px;
	background-position: 0 -39px;
}
.product-view .product-img-box .product-gallery button.slick-next {
	right: 10px;
}
.product-view .product-img-box .product-gallery:before,
.product-view .product-img-box .product-gallery:after {
	width: 16px;
	height: 100%;
	background: #232323;
	content: '';
	top: 0;
	display: block;
	position: absolute;
	z-index: 10;
}
.product-view .product-img-box .product-gallery:before {
	left: -6px;
}
.product-view .product-img-box .product-gallery:after {
	right: -9px;
}
.product-view .product-img-box .product-gallery .gallery-item {
	padding: 0 10px;
	cursor: pointer;
}
.product-view .product-img-box .product-gallery .gallery-item img {
	border: 3px solid #a9a9a9;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.product-view .product-img-box .product-gallery .gallery-item .title {
	color: #fff;
	padding: 13px 16px;
	display: block;
	text-align: center;
}
.product-view .product-shop {
	border: 1px solid #676767;
	padding: 15px;
}
.product-view .product-shop .product-name {
	border-bottom: 1px solid #2d2d2d;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.product-view .product-shop .product-name h1 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	max-width: 80%;
	font-family: helvetica,arial,verdana,sans-serif;
}
.product-view .product-shop .product-name .availability {
	display: none;
}
.product-view .product-shop .product-name .saving-percent {
	color: #c7be8d;
	font-family: helvetica,arial,verdana,sans-serif;
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 25px;
}
.product-view .product-shop .product-name .price-box {
	float: right;
	color: #c7be8d;
	font-size: 15px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
.product-view .product-shop .product-name .price-box p {
	margin: 0;
}
.product-view .product-shop .product-name .price-box .old-price {
	/* text-decoration: line-through; */
	color: #ffffff;
	text-align: right;
}
.product-view .product-shop .product-name .price-box .price-label {
	/* display: none; */
	margin-right: 5px;
}
.top_price.special {
	display: none;
}
.product-view .product-shop .custom-attributes {
	padding-bottom: 5px;
	border-bottom: 1px solid #2d2d2d
}
.product-view .product-shop .custom-attributes .caf {
	background: #232323;
	margin-bottom: 5px;
	padding: 10px;
}
.product-view .product-shop .custom-attributes .caf span {
	color: #b6b6b6;
}
.product-view .product-shop .custom-attributes .caf .title {
	color: #726f6f;
	float: left;
	font-size: 12px;
	margin: 0 9px 0 0;
	text-transform: uppercase;
}
#non_config_eb .toggle_me .product-options,
#bifa_engrave .toggle_me {
	display: none;
}
#non_config_eb .toggle_me.active .product-options,
#bifa_engrave .toggle_me.active {
	display: block;
}
.chelsea_redesign {
	padding-top: 10px;
}
.chelsea_redesign .product-options-bottom .price-box {
	display: none;
}
.product-shop .add-to-cart label,
.product-shop .add-to-cart input[type="text"],
.chelsea_redesign .add-to-cart label,
.chelsea_redesign .add-to-cart input[type="text"] {
	display: none;
}
.product-shop .add-to-cart,
.chelsea_redesign .add-to-cart {
	float: left;
}
.product-shop .add-to-cart .button,
.chelsea_redesign .add-to-cart .button {
	min-width: 150px;
}
.sharing_tools {
	float: right;
	font-size: 0;
	line-height: 0;
}
.sharing_tools .at-share-btn,
.sharing_tools .at-icon-wrapper {
	margin: 0 !important;
	height: 34px !important;
	width: 34px !important;
	max-height: 34px !important;
	max-width: 34px !important;
	display: inline-block;
}
.sharing_tools .at-share-btn {
	margin-right: 4px !important;
}
.sharing_tools .at-share-btn:last-child {
	margin-right: 0 !important;
}
.sharing_tools .at-icon-wrapper {
	text-align: center;
}
.sharing_tools .at-icon-wrapper svg {
	height: 28px !important;
	width: 28px !important;
	margin-top: 3px;
}
#non_config_eb input[type="checkbox"] {
	float: left;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
#non_config_eb label {
	color: #b6b6b6;
	float: left;
	margin: 0;
}
#non_config_eb .toggle_me {
	clear: both;
	padding: 10px 0 0 0;
}
#product-options-wrapper label {
	text-transform: uppercase;
}
#product-options-wrapper dl dt {
	width: 30%;
	float: left;
	margin-bottom: 10px;
}
#product-options-wrapper dl dd {
	width: 70%;
	float: left;
	margin-bottom: 10px;
}
#product-options-wrapper dl dd.special {
	display: none;
}
#product-options-wrapper dt.special {
	width: 100%;
	margin-bottom: 0;
}
#product-options-wrapper dt.special span {
	display: block;
	background-repeat: no-repeat;
	background-image: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/engraving-fonts.png);
}
#product-options-wrapper dt.special span.frutiger_4l {
	background-position: 0 0;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper dt.special span.frutiger_caps {
	background-position: 0 -75px;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper dt.special span.garamond {
	background-position: 0 -150px;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper dt.special span.park_ave  {
	background-position: 0 -225px;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper dt.special span.roman {
	background-position: 0 -300px;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper dt.special span.roman_3l {
	background-position: 0 -375px;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper dt.special span.script_4l {
	background-position: 0 -450px;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper dt.special span.upright_script {
	background-position: 0 -525px;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper dt.special span.victoria_2l {
	background-position: 0 -600px;
	height: 65px;
	margin-bottom: 10px;
}
#product-options-wrapper textarea {
	height: 8em;
}
#product-options-wrapper .sidenote {
	margin-top: 10px;
}
#product-options-wrapper .sidenote.yellow {
	color: #c7be8d;
	margin-bottom: 30px;
}
.product-view .small-actions {
	text-align: right;
	font-size: 0;
	line-height: 0;
	padding: 10px 0;
}
.product-view .small-actions .item {
	color: #b6b6b6;
	font-size: 10px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 20px;
	position: relative;
}
.product-view .small-actions .item:last-child {
	padding-right: 0;
}
.product-view .small-actions .item:hover {
	color: #fff;
}
.product-view .small-actions .item:before {
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.product-view .small-actions .item.chime:before {
	background-image: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-volume.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center;
}
.product-view .small-actions .item.zoom:before {
	background-image: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-search.png);
	background-size: 12px 36px;
	background-repeat: no-repeat;
	background-position: 0 -24px;
	width: 12px;
	height: 12px;
	top: 2px;
	left: 2px;
}
.product-view .small-actions .item a:link,
.product-view .small-actions .item a:visited {
	color: #b6b6b6;
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.product-view .small-actions .item a:hover,
.product-view .small-actions .item a:active {
	color: #fff;
}
.popbox {
	z-index: 1000001;
	width: 420px;
	max-width: 96%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.7);
}
.popbox.popbox-text {
	max-width: 640px;
	width: auto;
}
.popbox.popbox-text .body {
	overflow-y: auto;
	max-height: 340px;
}
.popbox.popbox-text .inner p {
	color: #d3d2d2;
	font-size: 13px;
	line-height: 18px;
	font-family: "Gotham-Medium";
}
.popbox.popbox-text .inner p a:link,
.popbox.popbox-text .inner p a:visited {
	color: #e7da97;
}
.popbox.popbox-text .inner ul li {
	color: #b6b6b6;
	font-size: 12px;
	line-height: 18px;
	font-family: "Gotham-Medium";
	margin-bottom: 10px;
}
.popbox.popbox-text .inner h2 {
	color: #e7da97;
	font-weight: normal;
}
.popbox .title {
	font-family: "Gotham-Medium";
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-weight: normal;
	padding: 0 10px;
	margin: 0;
	background: #4e4e4e;
	background: -moz-linear-gradient(top, #4e4e4e 0%, #383838 100%);
	background: -webkit-linear-gradient(top, #4e4e4e 0%,#383838 100%);
	background: linear-gradient(to bottom, #4e4e4e 0%,#383838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#383838',GradientType=0 );
}
.popbox .close {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 8px;
	right: 10px;
	display: block;
	border: 1px solid #515151;
	background: #444444;
	background: -moz-linear-gradient(top, #444444 0%, #292929 100%);
	background: -webkit-linear-gradient(top, #444444 0%,#292929 100%);
	background: linear-gradient(to bottom, #444444 0%,#292929 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#292929',GradientType=0 );
}
.popbox .close img {
	width: 14px;
	height: 14px;
	position: relative;
	top: 6px;
	left: 6px;
}
.popbox .body {
	padding: 10px;
	background: #262626;
	background: -moz-linear-gradient(top, #262626 0%, #373737 100%);
	background: -webkit-linear-gradient(top, #262626 0%,#373737 100%);
	background: linear-gradient(to bottom, #262626 0%,#373737 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#373737',GradientType=0 );
}
.bells {
	width: 99%;
	margin: 0 auto;
	max-width: 420px;
}
.bells td {
	border-bottom: 1px solid #8b8b8b;
	border-right: 1px solid #8b8b8b;
	padding: 5px 8px;
	vertical-align: top;
}
.bells tr td:first-child {
	border-left: 1px solid #8b8b8b;
}
.bells tr:first-child td {
	border-top: 1px solid #8b8b8b;
}
.bells .even td {
	background-color: #6e6e6e;
}
.bells .odd td {
	background-color: #7a7a7a;
}
.bells .toggle-audio-button {
	width: 18px;
	height: 18px;
	float: left;
	overflow: hidden;
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-play-stop.png) no-repeat;
	background-size: 18px 36px;
	cursor: pointer;
	font-size: 0;
}
.bells audio {
	display: none;
	width: 0;
	height: 0;
}
.bells .toggle-audio-button.play {
	background-position: 0 0;
}
.bells .toggle-audio-button.pause {
	background-position: 0 -18px;
}
.related-products .block-title {
	height: 41px;
	line-height: 41px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 18px;
	color: #c7be8d;
	text-transform: uppercase;
}
.related-products .block-title span {
	font-weight: normal;
}
.related-products .mini-products-list {
	display: none;
	margin-bottom: 30px;
}
.mini-products-list.no-slider .slick-slide:last-child .product {
	border-color: transparent;
}
.related-products .mini-products-list.slick-initialized {
	display: block;
	padding-right: 1px;
}
.related-products .mini-products-list .product {
	border-right: 1px solid #c7c7c7;
}
.related-products .mini-products-list .product .product-image {
	display: block;
	font-size: 0;
	line-height: 0;
}
.related-products .mini-products-list .product .product-image img {
	max-width: 100%;
	height: auto;
}
.related-products .mini-products-list .product .product-details {
	background: #434343;
}
.related-products .mini-products-list .product .product-details .product-name {
	margin: 0;
}
.related-products .mini-products-list .product .product-details .product-name a:link,
.related-products .mini-products-list .product .product-details .product-name a:visited {
	padding: 13px 16px;
	font-size: 10px;
	display: block;
	line-height: 14px;
	height: 54px;
	color: #fff;
	text-decoration: none;
}
.related-products .mini-products-list button {
	position: absolute;
	background: none;
	top: 50%;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	border: none;
	width: 30px;
	height: 39px;
	margin-top: -20px;
	background-image: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-slideshow-nav.png);
	background-repeat: no-repeat;
	background-size: 30px 78px;
	z-index: 20;
	font-size: 0;
}
.related-products .mini-products-list button:hover {
	opacity: 0.6;
}
.related-products .mini-products-list button.slick-prev {
	left: 0;
	background-position: 0 -39px;
}
.related-products .mini-products-list button.slick-next {
	right: 0;
}
.related-products .mini-products-list.mini-products-list-five {
	margin-bottom: 0;
}
.related-products .mini-products-list.mini-products-list-five .product .product-details .product-name a:link,
.related-products .mini-products-list.mini-products-list-five .product .product-details .product-name a:visited {
	height: 68px;
}
.bottom_tabs {
	margin-bottom: 30px;
}
.bottom_tabs .tab_buttons a:link,
.bottom_tabs .tab_buttons a:visited {
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 50px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b3b3b3;
	text-decoration: none;
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/product-tabs-nav.png) repeat-x;
	background-position: 0 -30px;
}
.bottom_tabs .tab_buttons a:hover,
.bottom_tabs .tab_buttons a:active {
	color: #fff;
}
.bottom_tabs .tab_buttons a.active:link,
.bottom_tabs .tab_buttons a.active:visited {
	background-position: 0 0;
	color: #fff;
}
.bottom_tabs .tab_sections {
	background: #616161 url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/product-tabs-content.png) repeat-x top;
	padding: 50px;
}
.bottom_tabs .tab_sections .s_tab {
	display: none;
}
.bottom_tabs .tab_sections .s_tab.active {
	display: block;
}
.bottom_tabs .tab_sections .s_tab h2 {
	color: #efe3a2;
	font-size: 15px;
	margin-bottom: 15px;
}
.bottom_tabs .tab_sections .s_tab p {
	line-height: 1.6;
}
.bottom_tabs .tab_sections .s_tab a:link,
.bottom_tabs .tab_sections .s_tab a:visited {
	color: #efe3a2;
	text-decoration: none;
}
.bottom_tabs .tab_sections .s_tab a:hover,
.bottom_tabs .tab_sections .s_tab a:active {
	color: #bbb;
}
.features-holder {
	padding: 15px;
	background: #5b5b5b;
}
.features-holder h3 {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #7d7d7d;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}
.features-holder ul {
	list-style: inside disc;
}
.features-holder ul li {
	line-height: 20px;
}
.addtoany_share_save_container {
	margin-top: 10px;
}
#engraving.s_tab .content-head {
	border-bottom: 1px solid #818080;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#engraving.s_tab .content-head img,
#engraving.s_tab .content-body img {
	border: 3px solid #9c9c9c;
	max-width: 100%;
	height: auto;
	width: 100%;
}
#engraving.s_tab .content-head h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
#engraving.s_tab .content-body .row {
	margin-bottom: 30px;
}
#engraving.s_tab .content-body .row .separator {
	margin-top: 30px;
	font-size: 0;
	border-bottom: 1px solid #818080;
}
#engraving.s_tab .content-body h3 {
	color: #cfcfcf;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}
#engraving.s_tab .content-body h4 {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
}
.icon-pdf {
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-pdf.png) no-repeat;
	background-size:24px 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding-left: 34px;
}
#craftmanship .slide-holder .items .item .img {
	float: left;
	margin: 20px 20px 0 0;
}
#craftmanship .slide-holder .items .item .img img {
	border: 3px solid #9c9c9c;
	max-width: 100%;
	height: auto;
}
#craftmanship .slide-holder .items .item .text {
	padding-top: 20px;
}
#craftmanship .slide-holder .items .item .text h2 {
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}
#craftmanship .slide-holder .items .item .text h2 span {
	color: #efe3a2;
}
#craftmanship .top-craft {
	position: relative;
}
#craftmanship .top-craft p {
	color: #cfcfcf;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding-right: 80px;
	border-bottom: 1px solid #949494;
	padding-bottom: 20px;
}
#craftmanship .top-craft .craft-nav {
	position: absolute;
	font-size: 0;
	line-height: 0;
	height: 40px;
	right: 0;
	top: 3px;
}
#craftmanship .top-craft .craft-nav button {
	background:#000 url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-slideshow-nav.png) no-repeat;
	background-size: 20px 52px;
	height: 30px;
	width: 30px;
	border: none;
	font-size: 0;
	display: inline-block;
}
#craftmanship .top-craft .craft-nav button.slick-prev {
	background-position: center -24px;
	margin-right: 3px;
}
#craftmanship .top-craft .craft-nav button.slick-next {
	background-position: center 2px;
}
#craftmanship .top-craft .craft-nav button.slick-disabled {
	opacity: 0.3;
	cursor: default;
}
#ship_bell_story h4 {
	color: #e7da97;
	font-size: 13px;
}
#ship_bell_story p {
	margin-bottom: 30px;
}
#ship_bell_story .column-left table tr td {
	padding: 5px 0;
	color: #d3d2d2;
	font-size: 13px;
}
#acp-overlay {
	opacity: 0.7 !important;
}
body #ajaxcartpro-progress,
body #ajaxcartpro-add-confirm,
body #ajaxcartpro-remove-confirm {
	background-color: #7b7b7b;
}
body #ajaxcartpro-add-confirm {
	max-width: 320px;
	padding: 0;
}
#ajaxcartpro-add-confirm .cp {
	padding: 10px;
}
#ajaxcartpro-add-confirm .cp .header {
	margin-bottom: 10px;
}
#ajaxcartpro-add-confirm .cp h1 {
	color: #000000;
	font-family: Gotham-Medium;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
#ajaxcartpro-add-confirm .cp .cp_img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
#ajaxcartpro-add-confirm .cp .cp_img img {
	border: 2px solid #000000;
	width: 100%;
	max-width: 100%;
	height: auto;
}
#ajaxcartpro-add-confirm .cp .cp_name {
	color: #000000;
	display: block;
	font-size: 14px;
	line-height: normal;
	padding: 5px 0;
	text-align: left;
}
#ajaxcartpro-add-confirm .cp .cp_cart_totals .product_price {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0;
}
#ajaxcartpro-add-confirm .cp .cp_cart_totals .cj_a_subtotal {
	border: 1px solid #000000;
	display: block;
	margin: 10px 0;
	padding: 5px 14px;
	overflow: hidden;
}
#ajaxcartpro-add-confirm .cp .cp_cart_totals .cj_a_subtotal .l {
	float: left;
	width: 50%;
	text-align: left;
}
#ajaxcartpro-add-confirm .cp .cp_cart_totals .cj_a_subtotal .r {
	float: right;
	width: 50%;
	text-align: right;
}
#ajaxcartpro-add-confirm .cp .cp_cart_totals .cj_a_links {
	text-align: center;
}
#ajaxcartpro-add-confirm .cp .cp_cart_totals .cj_a_links .vc {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	height: 36px;
	text-align: left;
	background-color: red;
	padding: 0 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
#ajaxcartpro-add-confirm .cp .cp_cart_totals .cj_a_links .c {
	background-color: #de3131;
	text-transform: uppercase;
	color: #ffffff;
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	line-height: 32px;
}

/* MY ACCOUNT ========================================================================== */

.content-box {
	background:#cecece;
	height:100%;
	margin-bottom: 15px;
}
.content-box h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0 20px;
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/content-box-heading.png) repeat-x;
}
.content-box .content {
	padding:15px 20px;
}
.content-box .content p {
	color:#333;
	margin-bottom:26px;
}
.new-users .content-box {
	position:relative;
}
.new-users .content-box .button {
	position:absolute;
	bottom:15px;
	right:15px;
}
.block-account .block-title {
	display: none;
}
.block-account .block-content {
	border: 3px solid #7a7a7a;
	padding: 7px 10px;
}
.block-account .block-content li strong,
.block-account .block-content li a:link,
.block-account .block-content li a:visited {
	border-bottom: 1px solid #2a2a2a;
	color: #b3b3b3;
	display: block;
	font-family: "Gotham-Medium";
	font-size: 10px;
	padding: 12px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.block-account .block-content li.current strong,
.block-account .block-content li a:hover,
.block-account .block-content li a:active {
	color: #e7da97;
}
.block-account .block-content li.last strong,
.block-account .block-content li.last a {
	border-bottom: 0;
}
.box-account {
	margin: 0 0 20px;
	padding: 15px 0;
}
.my-account .dashboard .box-account:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.box-account .box-head,
.addresses-list h2 {
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/account-box-head.png) repeat-x;
	background: #3c3c3c;
	background: -moz-linear-gradient(top, #3c3c3c 0%, #2a2a2a 100%);
	background: -webkit-linear-gradient(top, #3c3c3c 0%,#2a2a2a 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%,#2a2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#2a2a2a',GradientType=0 );
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 15px;
}
.box-account .box-head h2,
.addresses-list h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	float: left;
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.addresses-list h2 {
	float: none;
}
.box-account .box-head a:link,
.box-account .box-head a:visited {
	float: right;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.box-account .box-head a:hover,
.box-account .box-head a:active {
	color: #666;
}
.box-account .box,
.addresses-list ol li {
	background: #3c3c3c;
	min-height: 90px;
	padding: 16px 13px 20px;
	height: 100%;
}
.addresses-list ol li {
	margin-bottom: 30px;
}
.addresses-list ol p:last-child {
	margin-bottom: 0;
}
.box-account .box .box-title,
.addresses-list h3 {
	line-height: 20px;
	margin-bottom: 6px;
}
.box-account .box .box-title h3,
.addresses-list h3 {
	color: #e7da97;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	float: left;
}
.addresses-list h3 {
	float: none;
}
.box-account .box .box-title a:link,
.box-account .box .box-title a:visited {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	float: right;
	height: 20px;
	line-height: 20px;
}
.box-account .box .box-title a:hover,
.box-account .box .box-title a:active {
	color: #fff;
}
.box-account .box .box-content h4 {
	color: #b6b6b6;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.addresses-list ol a:link,
.addresses-list ol a:visited,
.box-account .box .box-content a:link,
.box-account .box .box-content a:visited {
	font-family: "Gotham-Medium";
	font-size: 10px;
	height: 23px;
	line-height: 23px;
	margin-top: 10px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background-image:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/account-box-small-button.png);
	background-repeat: repeat;
	background-position: top;
}
.addresses-list ol a:hover,
.addresses-list ol a:active,
.box-account .box .box-content a:hover,
.box-account .box .box-content a:active {
	background-position: bottom;
	color: #b3b3b3;
}
.data-table {
	width: 100%;
}
.data-table thead th {
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/account-box-head.png) repeat-x;
	background: #3c3c3c;
	background: -moz-linear-gradient(top, #3c3c3c 0%, #2a2a2a 100%);
	background: -webkit-linear-gradient(top, #3c3c3c 0%,#2a2a2a 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%,#2a2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#2a2a2a',GradientType=0 );
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 8px;
	text-align: left;
}
.data-table tbody th,
.data-table tbody td,
.data-table tfoot td {
	border-bottom: 1px solid #d9dde3;
	border-right: 1px solid #d9dde3;
}
.data-table tbody .last th,
.data-table tbody .last td,
.data-table tfoot .last td {
	border-bottom: 0;
}
.data-table tbody th.last,
.data-table tbody td.last,
.data-table tfoot td.last {
	border-right: 0;
}
.data-table td {
	padding: 3px 8px;
	background: #7a7a7a none repeat scroll 0 0;
	color: #ffffff;
}
.data-table tfoot tr.first td {
	border-top: 1px solid #d9dde3;
}
.data-table a:link,
.data-table a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.data-table a:hover,
.data-table a:active {
	color: #666;
}
.data-table .product-name {
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.product-engraving-details {
	color: #e7da97 !important;
	margin: 0;
	font-family: 'Gotham-Book';
}
.product-engraving-details strong {
	font-family: 'Gotham-Medium';
}
.data-table .item-options {
	padding: 10px 0 0 0;
}
.data-table .item-options dt {
	font-weight: bold;
	text-transform: capitalize;
}
.data-table .item-options dd {
	margin-bottom: 10px;
}
.data-table .item-options dd:last-child {
	margin-bottom: 0;
}
.data-table.stacktable.mobile-table {
	margin-top: -10px;
}
.data-table.stacktable.mobile-table .st-head-row-main {
	display: none;
}
.data-table.stacktable.mobile-table tbody td,
.data-table.stacktable.mobile-table tbody th {
	border-bottom: 1px solid #d9dde3;
	border-right: 0;
}
.data-table.stacktable.mobile-table .st-val {
	text-align: right;
}
.data-table.stacktable.mobile-table .st-head-row {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 8px 0 8px;
	text-align: left;
}
.data-table.stacktable.mobile-table .st-head-row h3 {
	margin-bottom: 10px;
}
.data-table.stacktable.mobile-table .a-center {
	text-align: left;
}
.data-table.stacktable.mobile-table .item-options {
	padding-top: 0;
}
.nobr {
	white-space: nowrap;
}
.a-center {
	text-align: center;
}
.a-right {
	text-align: right;
}
.separator {
	margin: 0 3px;
	color: #fff;
	font-size: 10px;
}
.my-account .pager {
	background: #868585;
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/utility-bg.png) repeat-x;
	background: -moz-linear-gradient(top, #868585 0%, #5b5b5b 100%);
	background: -webkit-linear-gradient(top, #868585 0%,#5b5b5b 100%);
	background: linear-gradient(to bottom, #868585 0%,#5b5b5b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868585', endColorstr='#5b5b5b',GradientType=0 );
	overflow: hidden;
	padding: 9px 10px;
}
.my-account .pager select {
	background: #a1a1a1;
	border: none;
	height: 22px;
	line-height: 22px;
	color: #515050;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 5px;
	width: 40px;
	font-size: 12px;
	margin: 0 3px;
}
.my-account .pager select option {
	padding: 0 5px;
}
.my-account .pager .amount strong,
.my-account .pager .limiter,
.my-account .pager label {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
.my-account .pager .amount {
	float: left;
	margin: 0;
}
.my-account .pager .limiter {
	float: right;
}
.my-account .pager .pages {
	float: right;
	margin-right: 12px;
}
.my-account .pager .pages ol {
	overflow: hidden;
}
.my-account .pager .pages ol li {
	font-size: 13px;
	color: #fff;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-right: 8px;
}
.my-account .pager .pages ol li:last-child {
	margin-right: 0;
}
.my-account .pager .pages ol li.current {
	font-weight: bold;
}
.my-account .pager .pages ol li a:link,
.my-account .pager .pages ol li a:visited {
	color: #b5b5b5;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	display: block;
}
.my-account .pager .pages ol li a:hover,
.my-account .pager .pages ol li a:active {
	color: #000;
}
.my-account .pager .pages ol li a.previous img,
.my-account .pager .pages ol li a.next img {
	position: relative;
	top: -3px;
}
.monkey-multisubscribe .listdata {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.monkey-multisubscribe .listdata:last-child {
	margin-bottom: 0;
}
.monkey-multisubscribe .listdata input[type="checkbox"] {
	position: absolute;
	top: 2px;
	left: 0;
}
.monkey-multisubscribe .listdata label {
	text-align: left;
	margin: 0;
}
.box-order-info {
	padding: 0;
	margin:0 0 30px 0;
}
.box-order-info .box-head {
	margin-bottom: 0;
}
.box-account .inline-tabs li {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	font-family: "Gotham-Medium";
	font-size: 10px;
	height: 23px;
	line-height: 23px;
	margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background-image:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/account-box-small-button.png);
	background-repeat: repeat;
	background-position: top;

}
.box-account .inline-tabs li.current {
	padding: 0 10px;
}
.box-account .inline-tabs li:hover,
.box-account .inline-tabs li.current {
	background-position: bottom;
	color: #b3b3b3;
}
.box-account .inline-tabs li a:link,
.box-account .inline-tabs li a:visited {
	text-decoration: none;
	padding: 0 10px;
	color: #fff;
}
.box-account .inline-tabs li a:hover,
.box-account .inline-tabs li a:active {

}
.table-caption {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#my-orders-table-totals tr td {
	border-top: 1px solid #d9dde3;
}
#my-orders-table-totals tr.grand_total td {
	border-bottom: 0;
}
.order-links {
	text-align: right;
}
.order-links a:link,
.order-links a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

/* FORMS ========================================================================== */

label {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-left:3px;
	position:relative;
	cursor:pointer;
}
label em {
	color: #eb340a;
	float: right;
	font-style: normal;
	position: absolute;
	right: -8px;
	top: 0;
}
select,
input[type="text"],
input[type="password"] {
	border: 1px solid #bdbdbd;
	color: #000000;
	font-size: 15px;
	height: 30px;
	line-height:30px;
	padding:0 8px;
	width:100%;
	max-width:100%;
	border-radius: 0;
	background: #fff;
}
select {
	padding: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
textarea {
	border: 1px solid #bdbdbd;
	color: #000000;
	font-size: 15px;
	line-height:24px;
	padding:8px;
	width:100%;
	max-width:100%;
	resize: none;
	border-radius: 0;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	background:#edf7fd;
}
input[type="checkbox"] {
	display: inline-block;
}
select.validation-failed,
input.validation-failed {
	background:#faebe7;
	border:1px dashed #eb340a;
}
.validation-advice {
	color: #eb340a;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	min-height: 13px;
	padding-top: 3px;
}
.button {
	background:#d9d9d9;
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/button-bg.png) repeat-x top;
	background-position:0 0;
	height:34px;
	line-height:34px;
	border:none;
	min-width:200px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #acacac;
}
.button:hover {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/button-bg.png) repeat-x bottom;
}
.form-list li {
	margin-bottom:10px;
}
.form-list li.checkbox .input-box {
	display: inline-block;
	padding-top: 0;
}
.form-list li.checkbox label,
.form-list li.radio label {
	margin-left: 0;
}
.form-list li.checkbox input[type="checkbox"],
.form-list li.radio input[type="radio"],
.form-list li.checkbox .input-box input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin-right: 4px;
}
.no-display {
	display: none;
}
p.required {
	font-size: 11px;
	padding-top:10px;
	margin-bottom:30px;
	text-align:right;
	color: #eb340a;
}
.buttons-set {
	overflow:hidden;
}
.buttons-set .back-link {
	float: left;
	margin-bottom: 0 !important;
}
.buttons-set .button {
	float:right;
}
.buttons-set p {
	color: #666666;
	font-size: 10px;
	line-height: 34px;
}
.buttons-set a:link,
.buttons-set a:visited {
	color: #666666;
	font-size: 10px;
	line-height: 34px;
	text-decoration: none;
}
.buttons-set a:hover,
.buttons-set a:active {
	color:#fff;
}
.form-list strong {
	color: #333;
}

/* MESSAGES ================================================================================= */

.success {
	color: #3d6611;
	font-weight: bold;
}
.error {
	color: #df280a;
	font-weight: bold;
}
.notice {
	color: #e26703;
}
.error-red {
	color: #df280a;
}

.messages,
.messages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.messages li {
	margin:0 0 30px;
}
.messages li li {
	margin:0 0 3px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	border-style:solid;
	border-width:1px;
	background-position:10px 9px;
	background-repeat:no-repeat;
	min-height:24px;
	padding:8px 8px 8px 32px;
	font-size:11px;
	font-weight:bold;
}
.error-msg {
	border-color:#666666;
	background-color:#7d7d7d;
	background-image:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-message-error.png);
	color:#fff;
	background-size: 16px auto;
}
.success-msg {
	border-color:#666666;
	background-color:#7d7d7d;
	background-image:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-message-success.png);
	color:#ffffff;
	background-size: 16px auto;
}
.note-msg,
.notice-msg {
	border-color:#666666;
	background-color:#7d7d7d;
	background-image:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-message-warning.png);
	background-size: 16px auto;
	color:#ffffff;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	line-height: 20px;
}

/* CART ========================================================================== */

.cart-table {
	margin-bottom: 40px;
}
.cart-table input,
.discount-form input {
	border: 1px solid #bdbdbd;
	color: #000000;
	font-size: 15px;
	height: 30px;
	line-height:30px;
	padding:0 8px;
	width:100%;
	max-width:100%;
	border-radius: 0;
	background: #fff;
}
.cart-table input:focus,
.discount-form input:focus {
	background:#edf7fd;
}
.cart-table .erq input {
	width: 46px;
	text-align: center;
}
.cart-table .erq .dbf {
	text-align: center;
	width: 90px;
	padding-top: 10px;
	margin: 0 auto;
}
.cart-table .erq .dbf a:link,
.cart-table .erq .dbf a:visited {
	font-size: 13px;
}
.cart-table .erq .dbf a:hover,
.cart-table .erq .dbf a:active {
	color: #fff;
}
.cart-table tr td {
	vertical-align: top;
	padding: 8px;
}
.cart-table .product-image {
	display: block;
	font-size: 0;
	line-height: 0;
}
.cart-table .product-image img {
	width: 86px;
	height: 60px;
}
.cart-table .product-name a:link,
.cart-table .product-name a:visited {
	font-size: 12px;
}
.cart-table .product-name a:hover,
.cart-table .product-name a:active {
	color: #fff;
}
.cart-table .ships_in {
	color: #e7da97;
	display: block;
	font-family: "Gotham-Medium";
	padding-top: 6px;
}
.cart-table tfoot tr td {
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/account-box-head.png) repeat-x;
	background: #3c3c3c;
	background: -moz-linear-gradient(top, #3c3c3c 0%, #2a2a2a 100%);
	background: -webkit-linear-gradient(top, #3c3c3c 0%,#2a2a2a 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%,#2a2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#2a2a2a',GradientType=0 );
	font-size: 0;
}
.cart-table tfoot .btn-continue {
	float: left;
}
.cart-table tfoot .btn-update {
	margin-left: 8px;
	float: right;
}
.cart-collaterals .column {
	background: #434343;
	padding: 12px 15px;
	margin-bottom: 30px;
}
.cart-collaterals .column h2 {
	font-size: 13px;
	line-height: 16px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.cart-collaterals .column .free-ground-shipping {
	font-family: "Gotham-Medium";
	margin-bottom: 15px;
	color: #b6b6b6;
}
.cart-collaterals .column .free-ground-shipping span {
	color: #e7da97;
}
.cart-collaterals .column .button {
	min-width: 150px;
	float: left;
}
.cart-collaterals .column label {
	color: #fff;
	margin: 0;
	padding: 0;
}
.cart-collaterals .column input,
.cart-collaterals .column select {
	font-size: 12px;
}
.sp-methods {
	border-top: 1px dotted #323232;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sp-methods dt {
	font-weight: bold;
	color: #b6b6b6;
	margin: 15px 0 5px 0;
}
.sp-methods dd li {
	margin: 5px 0;
}
.sp-methods dd li input[type="radio"] {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.cart-collaterals .column .discount-form label {
	font-weight: normal;
	color: #b6b6b6;
	margin-bottom: 10px;
	display: block;
}
.cart-collaterals .column .discount-form .buttons-set{
	font-size: 0;
}
.cart-collaterals .column .discount-form .buttons-set .button {
	float: left;
	margin-top: 10px;
}
.cart-collaterals .column .discount .disclaimer {
	margin-bottom: 0;
	padding-top: 16px;
	color: #e7da97;
	font-size: 11px;
}
.cart-collaterals .column .common_listing {
	list-style: inside;
}
.cart-collaterals .column .common_listing li a:link,
.cart-collaterals .column .common_listing li a:visited {
	color: #e7da97;
	text-decoration: none;
}
.cart .title-buttons .checkout-types .paypal-logo a{
	background-color: white;
	background-image: none;
}
.cart .title-buttons .checkout-types {
	display: none;
}
.cart-collaterals .column .checkout-types {
	overflow: hidden;
	margin-top: 40px;
	display: inline-block;
	float: right;
	text-align: center;
}
.cart .title-buttons .checkout-types li:first-child,
.cart-collaterals .column .checkout-types li:first-child{
	max-width: 196px;
	padding-top: 9px;
}
.cart .title-buttons .checkout-types li:first-child p,
.cart-collaterals .column .checkout-types li:first-child  p {
	margin-bottom: 0;
}
.cart .title-buttons .checkout-types li:first-child img,
.cart-collaterals .column .checkout-types li:first-child img{
	max-width: 100%;
}
.cart .title-buttons:after,
.cart-collaterals .column.totals:after {
	content: '';
	display: block;
	clear: both;
}
.cart-collaterals .column .checkout-types .button {
	float: right;
}
.cart-collaterals .column table {
	width: 100%;
}
.cart-collaterals .column table tr td {
	padding: 6px 0;
}
.cart-collaterals .column table tr td:first-child {
	padding-right: 16px;
}
.cart-collaterals .column table strong {
	font-size: 15px;
}


/* FOOTER ================================================================================= */

#main-footer .main-footer-inner {
	border-top: 1px solid #575757;
	padding-bottom: 20px;
	padding-top: 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer-menu ul,
#footer-social ul {
	overflow:hidden;
}
#footer-menu ul li,
#footer-social ul li {
	border-left: 1px solid #3b3b3b;
	float: left;
	font-size: 10px;
	line-height: 14px;
	margin-left: 3px;
	padding-left: 3px;

}
#footer-menu ul li {
	margin-left: 5px;
	padding-left: 5px;
}
#footer-social ul li {
	border: none;
}
#footer-menu ul li.first,
#footer-social ul li:first-child {
	border:none;
	padding:0;
	margin:0;
}
#footer-menu ul li a:link,
#footer-menu ul li a:visited,
#footer-social ul li a:link,
#footer-social ul li a:visited {
	font-size:10px;
	color:#b3b3b3;
	text-decoration:none;
}
#footer-menu ul li a:hover,
#footer-menu ul li a:active,
#footer-social ul li a:hover,
#footer-social ul li a:active {
	color:#fff;
}
#footer-social ul li a:link,
#footer-social ul li a:visited {
	padding-left:20px;
	height:17px;
	display:block;
}
#footer-social ul li a.fb {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/social-facebook-new.png) no-repeat 0 0;
}
#footer-social ul li a.tw {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/social-twitter-new.png) no-repeat 0 0;
}
#footer-social ul li a.gg {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/social-google-plus.png) no-repeat 0 0;
}
#footer-social ul li a.pin {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/social-pinterest-new.png) no-repeat 0 0;
}
#footer-social ul li a.inst {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/social-instagram-new.png) no-repeat 0 0;
}


.column-newsletter .footer-newsletter-thanks {
	display: none;
	color: #fccf8b;
	font-size: 12px;
	line-height: 14px;
	height: 22px;
	font-weight: bold;
}
.column-newsletter .footer-newsletter-form {
	display: flex;
	align-items: center;
}
.column-newsletter .footer-newsletter-form input {
	background: #232323;
	border: 1px solid #fccf8b;
	color: #a1a1a1;
	font-size: 12px;
	height: 22px;
	margin-right: 5px;
	margin-left: 5px;
	width: 130px;
	padding: 1px 2px;
	border-radius: 0;
}
.column-newsletter .footer-newsletter-form input.invalid {
	border: 1px solid #f33;
}
.column-newsletter .footer-newsletter-form a {
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fccf8b;
	color: #2f2f2f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
.column-newsletter .footer-newsletter-form a:hover {
	background: #b5b5de;
}
.column-newsletter .footer-newsletter-text {
	color: #fccf8b;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.column-copyright {
	width: 100%;
}
#footer-copyright {
	color: #b3b3b3;
	font-size: 10px;
	line-height: 14px;
}

/* PRINT ================================================================================= */

.page-print {
	padding: 30px;
	background: none;
	color: #000;
}
.page-print address {
	color: #000;
}
.page-print .col2-set {
	overflow: hidden;
	margin-bottom: 30px;
}
.page-print .col2-set .col-1 {
	float: left;
	width: 50%;
}
.page-print .data-table {
	margin-bottom: 30px;
}
.page-print .data-table th,
.page-print .data-table td {
	border-color: #000;
	background: none;
	color: #000;
}
.page-print .data-table th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.page-print .data-table th:last-child {
	border-right: 0;
}
.page-print .data-table .product-name {
	color: #000;
}
.page-print .data-table tfoot tr.subtotal td {
	border-color: #000;
}
.page-print .data-table tfoot tr.grand_total td {
	border-bottom:1px solid #000;
}
.page-print .button {
	line-height: 30px;
}

/* ONE PAGE CHECKOUT ========================================================================== */

.opc .section {
	margin-bottom: 5px;
}
.opc .section:last-child {
	margin-bottom: 0;
}
.opc .section .step-title {
	height: 40px;
	line-height: 40px;
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/content-box-heading.png) repeat-x;
	position: relative;
}
.opc .section.active .step-title {
	margin-bottom: 5px;
}
.opc .section.allow .step-title {
	background: #868585;
	background: -moz-linear-gradient(top, #868585 0%, #5b5b5b 100%);
	background: -webkit-linear-gradient(top, #868585 0%,#5b5b5b 100%);
	background: linear-gradient(to bottom, #868585 0%,#5b5b5b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868585', endColorstr='#5b5b5b',GradientType=0 );
}
.opc .section.allow.active .step-title {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/content-box-heading.png) repeat-x;
}
.opc .section .step-title .number {
	border: 1px solid #fff;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	top: 11px;
	left: 13px;
}
.opc .section .step-title h2 {
	padding: 0 22px 0 44px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.opc .section .step-title a {
	display: none;
}
.opc .section .step {
	background: #cecece;
	padding: 15px 30px;
}
.opc .section .step h3:not(.product-name) {
	border-bottom: 1px solid #e4e4e4;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.opc .section .step h4 {
	font-weight: bold;
	font-size: 12px;
	color: #2f2f2f;
}
.opc .section .step p {
	color: #000;
}
.opc .section .step p.required {
	color: #eb340a;
}
.opc .section .step .ul {
	list-style: inside;
	color: #000;
}
.opc .section .step label {
	margin-left: 0;
}
.opc .section .step .form-list label {
	font-size: 14px;
}
.opc .section .step .form-list label.small-label {
	font-size: 12px;
}
.opc .section .step .please-wait {
	background-color: #ffffff;
	border: 1px solid #b3b3b3;
	color: #000000;
	padding: 0 12px;
	height: 34px;
	line-height: 34px;
	float: right;
}
.opc .section .step .please-wait img {
	vertical-align: middle;
	margin-right: 5px;
}
.opc .section .step .buttons-set.disabled .button {
	display: none;
}
.opc .section .step .sp-methods {
	border: none;
	padding: 0;
	margin: 0;
}
.opc .section .step .sp-methods dt,
.opc .section .step .sp-methods dd {
	color: #000;
}
.opc .section .step .sp-methods input[type="radio"] {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
#collectinstore p {
	margin-left: 17px;
	font-size: 11px;
}
#payment_form_verisign {
	max-width: 360px;
	padding: 10px 0;
}
#payment_form_verisign label {
	font-size: 12px;
}
#payment_form_verisign li {
	margin: 0 0 10px 0;
}
#payment_form_verisign li:last-child {
	margin-bottom: 0;
}
#verisign_cc_type_exp_div .input-box {
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
}
#verisign_cc_type_exp_div .input-box .v-fix {
	float: left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
#verisign_cc_type_cvv_div .input-box {
	overflow: hidden;
}
#verisign_cc_type_cvv_div .input-box .v-fix {
	float: left;
	margin-right: 10px;
}
#verisign_cc_type_cvv_div .input-box .v-fix .validation-advice {
	position: absolute;
}
#verisign_cc_type_cvv_div .input-box .v-fix input[type="text"] {
	width: 80px;
}
#verisign_cc_type_cvv_div .input-box .cvv-what-is-this:link,
#verisign_cc_type_cvv_div .input-box .cvv-what-is-this:visited {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}
#checkout-step-payment {
	position: relative;
}
#payment-tool-tip {
	position: absolute;
	right: 30px;
	background: #eaf6ff none repeat scroll 0 0;
	border: 1px solid #7ba7c9;
	padding: 20px 25px;
	position: absolute;
	z-index: 9999;
	max-width: 100%;
	bottom: 30px;
	top: auto !important;
}
#payment-tool-tip img {
	max-width: 100%;
	height: auto;
}
#payment-tool-tip-close {
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-close.png) no-repeat;
	background-size: 16px 16px;
	background-position: center;
}
.opc-block-progress .block-title,
.opc-block-progress .block-content dt {
	background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/content-box-heading.png) repeat-x;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}
.opc-block-progress .block-content dt .changelink a:link,
.opc-block-progress .block-content dt .changelink a:visited {
	text-decoration: none;
	color: #e7da97;
}
.opc-block-progress .block-content dt .changelink .separator {
	top: -2px;
	position: relative;
}
.opc-block-progress .block-content dd {
	background: #cecece;
	padding: 8px 13px;
	margin-bottom: 5px;
}
.opc-block-progress .block-content dd,
.opc-block-progress .block-content dd address {
	color: #000;
}
.opc-block-progress .block-content dd p:last-child {
	margin-bottom: 0;
}
.opc-block-progress .shipping_bottom_box {
	background: #434343;
	padding: 15px;
}
.opc-block-progress .shipping_bottom_box h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.opc-block-progress .shipping_bottom_box ul {
	list-style: inside;
}
.opc-block-progress .shipping_bottom_box ul li {
	margin-bottom: 10px;
}
.opc-block-progress .shipping_bottom_box ul li:last-child {
	margin-bottom: 0;
}
#review-buttons-container .f-left a {
	color: inherit;
	text-decoration: underline;
}
.checkout-onepage-success .col-main a:link,
.checkout-onepage-success .col-main a:visited,
.cart-empty p a:link,
.cart-empty p a:visited {
	text-decoration: none;
	color: #e7da97;
}
.checkout-onepage-success .col-main a:hover,
.checkout-onepage-success .col-main a:active,
.cart-empty p a:hover,
.cart-empty p a:active {
	color: #fff;
}

/*** Gift Card Page ***/
body.product-gift-card {
	background: #000000;
}

body.product-gift-card .bottom_tabs,
body.product-gift-card .small-actions {
	display: none;
}

.product-view .gift-title,
.product-view .gift-image-title {
	display: none;
}

body.product-gift-card .gift-image-title {
	background: transparent url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/gift-card-title.jpg) no-repeat center center / 100% auto;
	height: 100px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 30px;
	display: block;
}

.giftcard-preview-img-box {
	background: transparent url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/giftcard-white-tablet.png) no-repeat center center / 100% 100%;
	height: 647px;
	margin-top: 40px;
	position: relative;
	width: 100%;
}

.giftcard-img-container {
	color: #000000;
	font-family: 'Gotham-Medium';
	font-size: 14px;
	left: 0;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: auto;
	padding: 30px 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.giftcard-img-container h2 {
	color: #af9833;
	font-family: "Gotham-Bold";
	font-size: 30px;
	letter-spacing: 0.2px;
	line-height: 32px;
	margin-bottom: 25px;
	text-shadow: 0 1px #000000;
}

.giftcard-img-container p {
	font-family: "Gotham-Medium";
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 10px;
}

.giftcard-preview-container .image-box {
	background-color: transparent;
	border-radius: 40px;
	box-shadow: 0 0 10px 0 #000;
	margin: 70px auto 0;
	width: 292px;
}

.giftcard-preview-container .giftcard-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 209px;
	margin: 0 auto;
	border-radius: 40px;
}

.gift-card-info #ugc-select-delivery-type {
	margin-bottom: 5px;
}

.gift-card-info label {
	margin-left: 0;
}

.gift-card-info .customer-message {
	color: #b3b3b3;
}

.gift-card-info .customer-message a,
.gift-card-info .customer-message a:link,
.gift-card-info .customer-message a:visited {
	color: #b3b3b3;
	text-decoration: none;
	font-weight: normal;
}

body.product-gift-card .product-shop label {
	color: #b3b3b3;
}

body.product-gift-card .product-shop .product-name h1 {
	text-transform: none;
}

.gift-card-info .input-group {
	position: relative;
}

.gift-card-info .input-group .validation-failed {
	margin-bottom: 16px;
}

.gift-card-info .input-group .validation-advice {
	position: absolute;
	bottom: 0;
	width: 48%;
}

#advice-required-entry-recipient_fname {
	left: 0;
}

#advice-required-entry-recipient_lname {
	right: 0;
}

/* RESPONSIVE ================================================================================= */

@media only screen and (max-width : 1200px) {
	.page-content {
		width:770px;
	}
	.search .page-content {
		width: 750px;
	}
	.giftcard-preview-img-box {
		margin-top: 22px;
	}
}
@media only screen and (max-width : 992px) {
	object {
		display: none;
	}
	.page-content,
	.search .page-content {
		width:100%;
		margin: 0;
	}
	#home-slideshow {
		padding-bottom:15px;
	}
	#home-slideshow .header {
		padding-left:396px;
		top:20px;
	}
	#home-slideshow .header h1 {
		font-size:36px;
	}
	#home-slideshow .header h1 small {
		font-size:18px;
	}
	#home-slideshow .slide .slide-image {
		width:372px;
	}
	#home-slideshow .slide .slide-content {
		width:266px;
		padding-top:110px;
	}
	#home-slideshow .slide .slide-content p {
		margin-bottom:20px;
	}
	#home-slideshow .slide .slide-content .shop-button:link,
	#home-slideshow .slide .slide-content .shop-button:visited {
		display:inline-block;
		background:#f3f3f5;
		height:30px;
		line-height:30px;
		color:#000000;
		font-size:14px;
		text-transform:uppercase;
		text-decoration:none;
		font-family: 'Gotham-XLight';
		padding:0 20px;
	}
	.home-callouts .item {
		padding:0;
	}
	.home-callouts .item .img {
		float:none;
		padding:0;
		margin-bottom:15px;
	}
	.home-callouts .item .img img {
		height:auto;
		width:90px;
	}
	#main-footer .column-copyright {
		clear:both;
		margin-top:12px;
	}
	#footer-copyright {
		border-top:1px solid #575757;
		padding-top:12px;
		color:#fff;
		font-size:12px;
		text-align:center;
	}
	#footer-menu ul li {
		float:none;
		display:block;
		padding:0;
		margin:0;
		border:none;
		line-height:33px;
		float:left;
		width:50%;
	}
	#footer-menu ul li:nth-child(even) {
		padding-left:15px;
	}
	#footer-menu ul li a:link,
	#footer-menu ul li a:visited {
		color:#fff;
		font-size:12px;
	}
	#footer-social ul li {
		display:block;
		padding:0;
		margin:0;
		border:none;
	}
	#main-footer .column-menu {
		width: 50%;
	}
	#main-footer .column-social {
		width: 50%;
		justify-content: center;
		display: flex;
	}
	#main-footer .column-newsletter {
		margin: 20px 0 10px 0;
		width: 100%;
	}
	.column-newsletter .footer-newsletter-thanks {
		font-size: 12px;
	}
	.column-newsletter .footer-newsletter-form {
		flex-wrap: wrap;
	}
	.column-newsletter .footer-newsletter-text {
		width: 100%;
		margin-bottom: 5px;
		font-size: 14px;
		color: #fccf8b;
	}
	.column-newsletter .footer-newsletter-form input {
		margin-left: 0;
	}
	#footer-social ul li a:link,
	#footer-social ul li a:visited {
		color:#fff;
		font-size:12px;
		line-height:33px;
		height:33px;
		display:inline-block;
		background-position:0 9px;
		padding-left:24px;
	}
	.page-navigation {
		width: 100%;
		margin-top: 40px;
		border: none;
		padding: 0;
		background: none;
		margin-top: 40px !important;
	}
	.page-navigation li a {
		font-size: 14px;
		line-height: 38px;
	}
	.page-navigation > ul > li > span.a,
	.page-navigation > ul > li > a {
		font-size: 14px;
	}
	.page-navigation .navigation-toggle {
		display: block;
		border: 3px solid #7a7a7a;
		color: #fff;
		font-family: "Gotham-Medium";
		font-size: 14px;
		font-weight: normal;
		padding: 12px 10px;
		text-transform: uppercase;
		cursor: pointer;
		position: relative;
	}
	.page-navigation .navigation-toggle:before {
		width: 12px;
		height: 12px;
		display: block;
		position: absolute;
		right: 10px;
		background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-expand.png) no-repeat;
		background-size:12px 24px;
		background-position:0 0;
		content: '';
		top: 50%;
		margin-top: -6px;
	}
	.page-navigation .navigation-toggle.active:before {
		background-position: 0 -12px;
	}
	.page-navigation .cat-list {
		padding: 20px 0 0 0;
		max-height: 0;
		overflow: hidden;
		transition: all 600ms ease;
	}
	.page-navigation .cat-list > li {
		padding-left: 13px;
		padding-right: 13px;
	}
	.page-navigation .cat-list.active {
		max-height: 1000px;
	}
	.category-landing .top-banner {
		margin-bottom:40px;
	}
	.category-landing .bottom-banner,
	.category-landing .category-landing-products {
		padding-left: 0;
	}
	.category-landing .top-banner .content h1,
	.categories .category-hero .category-content h1,
	.search-hero .page-title h1 {
		font-size:30px;
		line-height:30px;
	}
	.categories .category-hero .category-content h1 {
		margin-bottom: 10px;
	}
	.categories .category-hero .category-content .category-description, .categories .category-description-slideshow {
		font-size: 12px;
		line-height: 18px;
		overflow: hidden;
	}
	.categories .category-description-slideshow {
		padding: 0;
		margin-bottom: 20px;
		margin-top: -10px;
	}
	.category-landing .bottom-banner .left {
		margin-bottom:15px;
	}
	.category-landing .page-content {
		padding-left: 0;
	}
	.block-account {
		margin-bottom: 40px;
	}
	.block-account .block-title {
		display: block;
		position: relative;
		cursor: pointer;
	}
	.block-account .block-title:before {
		width: 12px;
		height: 12px;
		display: block;
		position: absolute;
		right: 0;
		background:url(https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/images/icon-expand.png) no-repeat;
		background-size:12px 24px;
		background-position:0 0;
		content: '';
		top: 50%;
		margin-top: -6px;
	}
	.block-account.active .block-title:before {
		background-position:0 -12px;
	}
	.block-account .block-title strong {
		font-family: "Gotham-Medium";
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		font-weight: normal;
		border-bottom: 1px solid #2a2a2a;
		padding: 12px 0;
		display: block;
	}
	.block-account .block-content {
		padding: 0;
		border: none;
		max-height: 0;
		overflow: hidden;
		transition: all 300ms ease;
	}
	.block-account.active .block-content {
		max-height: 280px;
	}
	.block-account .block-content li.current strong,
	.block-account .block-content li a:link,
	.block-account .block-content li a:visited {
		padding-left: 0;
		padding-right: 0;
	}
	.product-view .product-shop .product-name .price-box {
		float: left;
		clear: left;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.product-shop .add-to-cart,
	.chelsea_redesign .add-to-cart {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.product-shop .add-to-cart .button,
	.chelsea_redesign .add-to-cart .button {
		width: 100%;
	}
	.sharing_tools {
		float: left;
	}
	.product-view .small-actions .item.zoom {
		display: none;
	}
	.bottom_tabs .tab_buttons a:link,
	.bottom_tabs .tab_buttons a:visited {
		padding: 0 15px;
	}
	.bottom_tabs .tab_sections {
		padding: 15px;
	}
	#craftmanship .slide-holder .items .item .img img {
		width: 180px;
		height: auto;
	}
	#ship_bell_story .column-left {
		margin-bottom: 30px;
	}
	#checkout-progress-wrapper {
		margin-top: 40px;
	}
}

@media only screen and (max-width : 991px) {
	.giftcard-preview-img-box {
		margin-top: 55px;
		height: 490px;
	}

	.giftcard-img-container {
		padding: 20px 30px;
	}

	.giftcard-img-container h2 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.giftcard-img-container p {
		font-size: 12px;
		line-height: 18px;
	}

	.giftcard-preview-container .image-box {
		width: 200px;
		margin-top: 50px;
	}

	.giftcard-preview-container .giftcard-img {
		height: 148px;
	}
}

@media only screen and (max-width : 767px) {
	.form-list li .field-spacing {
		margin-bottom: 10px;
	}
	.main-sidebar-left .col-main {
		float: none;
	}
	#home-slideshow {
		padding-bottom:0;
	}
	#home-slideshow .header {
		display:none;
	}
	#home-slideshow .slide-header-mobile {
		display:block;
	}
	#home-slideshow .slide .slide-image,
	#home-slideshow .slide .slide-content {
		width:100%;
		float:none;
	}
	#home-slideshow .slide .slide-image {
		margin-bottom:26px;
	}
	#home-slideshow .slide .slide-image img {
		width:100%;
	}
	#home-slideshow .slide img {
		width:100%;
	}
	#home-slideshow .slide .slide-content {
		padding:0;
	}
	.home-callouts .item {
		margin-bottom:30px;
	}
	.home-callouts .item .img {
		float:left;
		margin-right:15px;
		width:90px;
		height:auto;
	}
	.home-callouts .column:last-child .item {
		margin-bottom:0;
	}
	#footer-menu ul li {
		float:none;
		width:100%;
	}
	#footer-menu ul li:nth-child(even) {
		padding:0;
	}
	#main-footer .column-social {
		justify-content: flex-start;
	}
	#magentoPopupContainer {
		width:80%;
	}
	.category-landing .top-banner .image {
		display:none;
	}
	.category-landing .top-banner .content {
		max-width:100%;
		position:relative;
		padding:30px 0 0 0;
	}
	.category-landing .top-banner .content p {
		width:100%;
	}
	.category-landing .bottom-banner {
		/*padding:0;*/
	}
	.category-landing .bottom-banner .inner,
	.category-landing .category-landing-products .inner {
		margin: 10px 0px;
	}
	.category-landing .bottom-banner a:link,
	.category-landing .bottom-banner a:visited,
	.category-landing .category-landing-products a:link,
	.category-landing .category-landing-products a:visited {
		display:block;
	}
	.category-landing .bottom-banner a img,
	.category-landing .category-landing-products a img {
		width:100%;
	}
	.account-login .new-users {
		margin-bottom: 20px;
	}
	.account-login .new-users .content-box .button {
		position: relative;
		bottom: auto;
		right: auto;
	}
	.my-account .dashboard .box-account.box-info .column-billing {
		margin-bottom: 30px;
	}
	#my-orders-table {
		display: none;
	}
	#my-orders-table-totals {
		margin-top: 40px;
	}
	#my-orders-table-totals tr td {
		border-right: 0;
	}
	#my-orders-table-totals tr td:first-child {
		text-align: left;
	}
	#my-orders-table-totals tr.grand_total td {
		border-bottom: 1px solid #d9dde3;
	}
	.product-view .product-img-box  {
		margin-bottom: 30px;
	}
	.bottom_tabs .tab_buttons a:link,
	.bottom_tabs .tab_buttons a:visited {
		padding: 0 6px;
		font-size: 10px;
		display: block;
		float: none;
		margin: 0;
	}
	#engraving.s_tab .content-head img,
	#engraving.s_tab .content-body img {
		margin-bottom: 20px;
		width: auto;
	}
	#engraving.s_tab .content-head h2 {
		font-size: 16px;
	}
	#engraving.s_tab .content-body h3 {
		font-size: 14px;
	}
	.product-view .product-shop .custom-attributes .caf {
		padding: 10px 0;
	}
	.popbox.popbox-text {
		max-width: 540px;
	}
	.cart-table {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.cart-table colgroup {
		display: block;
	}
	.cart-table thead {
		display: none;
	}
	.cart-table tbody tr,
	.cart-table tbody tr td {
		display: block;
		border: none;
		width: 100%;
	}
	.cart-table tbody tr {
		overflow: hidden;
		margin-bottom: 30px;
		border: 1px solid #fff;
		background: #7a7a7a;
	}
	.cart-table tbody tr td:first-child {
		width: 33.333%;%;
		float: left;
	}
	.cart-table tbody tr td:first-child img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.cart-table tbody tr td:nth-child(2) {
		width: 66.666%;
		float: left;
	}
	.cart-table tbody tr td:nth-child(3) {
		clear: left;
	}
	.cart-table tbody tr td:nth-child(3),
	.cart-table tbody tr td:nth-child(4),
	.cart-table tbody tr td:nth-child(5) {
		width: 33.333%;
		float: left;
		border-top: 1px solid #fff;
	}
	.cart-table tbody tr td:nth-child(3),
	.cart-table tbody tr td:nth-child(4) {
		border-right: 1px solid #fff;
	}
	.cart-table .cart-price {
		padding-bottom: 42px;
		display: block;
	}
	.cart-table .erq:before,
	.cart-table .product-name:before,
	.cart-table .cart-price:before {
		display: block;
		font-family: Helvetica,Arial,Verdana,sans-serif;
		font-size: 14px;
		margin-bottom: 10px;
		text-align: center;
		font-weight: bold;
	}
	.cart-table .product-name:before {
		text-align: left;
	}
	.cart-table .product-name:before {
		content: 'Product Name';
	}
	.cart-table .erq:before {
		content: 'Qty';
	}
	.cart-table .a-right {
		text-align: center;
	}
	.cart-table .cart-price:before {
		content: 'Unit Price';
	}
	.cart-table .last .cart-price:before {
		content: 'Subtotal';
	}
	.cart-table tfoot tr {
		display: block;
	}
	.cart-table tfoot tr td {
		border: none !important;
		text-align: center;
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.cart-table tfoot tr td .button {
		float: left;
		clear: left;
		margin:8px 0 0 0;
		width: 100%;
	}
	.cart-table tfoot tr td .empty_cart_button {
		margin:0;
	}
	#checkout-review-table thead {
		display: none;
	}
	#checkout-review-table colgroup col {
		display: block;
		width: 100%;
	}
	#checkout-review-table tr,
	#checkout-review-table tr td {
		display: block;
		border: none;
	}
	#checkout-review-table tbody tr {
		margin-bottom: 30px;
		overflow: hidden;
		border: 1px solid #fff;
	}
	#checkout-review-table tbody tr td:nth-child(1) {
		border-bottom: 1px solid #fff;
	}
	#checkout-review-table tbody tr td:nth-child(2),
	#checkout-review-table tbody tr td:nth-child(3),
	#checkout-review-table tbody tr td:nth-child(4)  {
		width: 33.33%;
		float: left;
		border-right: 1px solid #fff;
	}
	#checkout-review-table .product-name:before,
	#checkout-review-table .cart-price:before,
	#checkout-review-table .a-center:before {
		display: block;
		font-family: Helvetica,Arial,Verdana,sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 5px;
		text-align: center;
	}
	#checkout-review-table .product-name:before {
		content: 'Product Name';
		text-align: left;
	}
	#checkout-review-table .cart-price:before {
		content: 'Price';
	}
	#checkout-review-table .last .cart-price:before {
		content: 'Subtotal';
	}
	#checkout-review-table .a-center:before {
		content: 'Qty';
	}
	#checkout-review-table .cart-price {
		text-align: center;
		display: block;
	}
	#checkout-review-table tfoot {
		background: #7a7a7a;
		border: 1px solid #fff;
	}
	#checkout-review-table tfoot tr td:first-child {
		width: 70%;
		float: left;
		text-align: right;
	}
	#checkout-review-table tfoot tr td:last-child {
		width: 30%;
		float: left;
		text-align: right;
	}
	.opc .section .step .column-first {
		margin-bottom: 30px;
	}

	body.product-gift-card .gift-title {
		display: block;
		padding: 0 15px;
		margin-bottom: 20px;
	}

	body.product-gift-card .gift-title h1 {
		color: #ffffff;
		font-size: 30px;
		line-height: 30px;
		text-transform: uppercase;
	}

	body.product-gift-card .gift-image-title {
		display: none;
	}

	body.product-gift-card .product-view .product-shop {
		border: 1px solid #676767;
		padding: 15px;
	}

	.giftcard-preview-img-box {
		height: 490px;
		margin: 30px auto;
		max-width: 100%;
		width: 355px;
	}
}

@media only screen and (max-width : 640px) {
	.page-title h1 {
		font-size: 18px;
		line-height: 26px;
	}
	.page-title.title-buttons .button {
		font-size: 10px;
		line-height: 22px;
		height: 24px;
		min-width:0;
		padding: 0 10px;
		margin-top: 3px;
	}
	.page-title.page-title-order-detail {
		text-align: left;
		padding-bottom: 10px;
	}
	.page-title.page-title-order-detail h1 {
		float: none;
	}
	#magentoPopupContainer .pop_newsletter h1 {
		font-size:16px;
	}
	#magentoPopupContainer .pop_newsletter .pop_form .col-input {
		padding-right:0;
		margin-bottom:12px;
	}
	#magentoPopupContainer .pop_newsletter .pop_form .col-button {
		position:relative;
		width:100%;
	}
	.categories .category-hero {
		height: auto;
	}
	.categories .category-hero .category-image {
		display: none;
	}
	.categories .category-hero .category-content {
		float: none;
		width: 100%;
		padding: 30px 0 0 0;
	}
	.products-grid {
		display: block;
	}
	.products-grid .item {
		width: 100%;
	}
	.products-grid .item:after {
		display: none;
	}
	.main .toolbar .sorter label {
		margin-right: 4px;
	}
	.main .toolbar .sorter select {
		width: 76px;
	}
	.main .toolbar .pager .pages {
		display: none;
	}
	.main .toolbar .pager .limiter select,
	.main .toolbar .pager .limiter select option {
		width: 28px;
		text-align: center;
	}
	.main .toolbar .pager .limiter label {
		margin-right: 2px;
	}
	.main .toolbar .pager .limiter .sm {
		margin-left: 2px;
	}
	.main .toolbar-bottom .toolbar .pager {
		float: none;
	}
	.main .toolbar-bottom .toolbar .pager .pages {
		display: block;
		float: left;
	}
	.main .toolbar .pager .pages ol li {
		margin-right: 6px;
	}
	.main .toolbar .pager .pages ol li:last-child {
		margin-right: 0;
	}
	.content-box h2 {
		font-size: 12px;
	}
	.buttons-set .button {
		width: 100%;
	}
	.opc .section .step .please-wait {
		float: left;
		clear: both;
	}
	p.required {
		text-align: left;
	}
	.product-view .product-img-box .product-gallery .gallery-item .title {
		font-size: 10px;
		padding: 5px 0;
	}
	.product-view .product-shop {
		padding: 0;
		border: none;
	}
	.product-view .product-essential {
		margin-bottom: 20px;
	}
	.product-view .small-actions {
		text-align: left;
		margin-bottom: 20px;
	}
	.product-view .product-shop .product-name h1 {
		max-width: 100%;
		font-size: 16px;
	}
	.product-view .product-shop .product-name .saving-percent {
		font-size: 16px;
		line-height: 16px;
	}
	#craftmanship .slide-holder .items .item .img {
		float: none;
	}
	#craftmanship .slide-holder .items .item .img img {
		width: auto;
	}
	.product-view .product-img-box .alike-holder a:link,
	.product-view .product-img-box .alike-holder a:visited {
		float: left;
		clear: left;
	}
	.product-view .product-img-box .product-gallery:before,
	.product-view .product-img-box .product-gallery:after {
		display: none;
	}
	.popbox.popbox-text {
		max-width: 96%;
	}
	.popbox.popbox-text .inner h2 {
		font-size: 14px;
	}
	.popbox.popbox-text .inner p {
		font-size: 11px;
		line-height: 16px;
	}
	.popbox.popbox-text .inner ul li {
		font-size: 10px;
		line-height: 16px;
	}
	.opc .section .step {
		padding: 15px;
	}
	#payment-tool-tip {
		right: 15px;
		left: 15px;
		top: 15px !important;
		bottom: auto;
	}
}

@media only screen and (max-width : 480px) {
	body #ajaxcartpro-add-confirm {
		max-width: 90%;
		width: 90% !important;
		left: 5% !important;
	}
	.related-products .mini-products-list .product {
		border: none;
	}
	.my-account .pager .amount {
		display:none;
	}
	.my-account .pager .pages {
		float: left;
	}
	#payment_form_verisign {
		max-width: 100%;
	}
	.giftcard-preview-img-box {
		height: 445px;
		margin: 20px auto;
		max-width: 100%;
		width: 320px;
	}
	.giftcard-preview-container .image-box {
		margin-top: 40px;
		width: 180px;
	}
	.giftcard-preview-container .giftcard-img {
		height: 115px;
	}
}

/* events */

@media only screen and (max-width : 800px) {
	.shop-desktop-img,
	.val-desktop {
		display:none;
	}
	.widget-static-block img {
		float:unset !important;
	}
}
@media only screen and (min-width : 801px) {
	.shop-mobile-img,
	.val-mobile {
		display:none !important;
	}
}
@media only screen and (min-width : 768px) and (max-width: 1024px) {
	.promo {
		display:none;
	}
	.promo-tablet {
		display:block;
	}
}
.banner-home-event {
	margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
	.blackf-banner-tablet {
		display:none;
	}
}
#promo-banner {
	background:transparent !important;
}

.cms-home #promo-banner,
.cms-pl #promo-banner {
	display: none;
}
@media screen and (max-width:992px) {
	.cms-pl #promo-banner {
		display: block;
	}
	.cms-pl .page-content .row .mb-20:first-child {
		display: none;
	}
}
#promo-banner img {
	width:100%;
}
.checkout-cart-index #promo-banner .promo {
	display:block !important;
}
.cms-home #main-content {
	padding-top:0;
}
#home-slideshow .banner-inner {
	margin-bottom: 20px;
}
.banner-inner {
	width:100%;
	background: #fccf8b;
	font-family: "Gotham-Medium";
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	padding: 15px;
}
.banner-inner .shop strong {
	font-size: 16px;
	line-height: 0.75;
}
.banner-inner.shop .shop__promo_code {
	font-size: 14px;
	line-height: 0.94;
	padding: 14px 0;
}
.banner-inner.shop small {
	line-height: 1.5;
}
@media only screen and (min-width : 576px) {
	.banner-inner {
		font-size: 14px;
	}
	.banner-inner.shop strong {
		font-size: 18px;
	}
	.banner-inner.shop .shop__promo_code {
		font-size: 15px;
	}
}
@media only screen and (min-width : 768px) {
	.banner-inner {
		font-size: 16px;
		padding: 21px 0;
	}
	.banner-inner:not(.shop) {
		height: 38px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.banner-inner.shop strong {
		font-size: 20px;
	}
	.banner-inner.shop .shop__promo_code {
		font-size: 16px;
	}
}
#promo-banner .banner-inner a:link,
#promo-banner .banner-inner a:hover,
#promo-banner .banner-inner a:active,
#promo-banner .banner-inner a:visited,
.banner-inner a:link,
.banner-inner a:hover,
.banner-inner a:active,
.banner-inner a:visited {
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
	white-space: nowrap;
}

#ampromo-overlay #ampromo-items {
	background: transparent !important;
}
#ampromo-overlay #ampromo-items h4 {
	color: #fccf8b;
	font-family: "Gotham-XLight";
	font-size: 30px;
	font-weight: bold;
	height: 28px;
	line-height: 18px;
	letter-spacing: 0.75px;
	margin-bottom: 15px;
}

#ampromo-overlay #ampromo-items .rule .products {
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
	padding: 0 !important;
	background: transparent !important;
	text-transform: none!important;
	font-family: "Gotham-XLight";
	font-size: 15px !important;;
	height: auto !important;
	line-height: 18px !important;
	cursor: none !important;
	letter-spacing: 0.38px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header span {
	color: #fccf8b;
	margin-bottom: 30px;
	display: block;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
	content: '' !important;
}
#ampromo-overlay #ampromo-items .rule .products .product {
	margin: 0 !important;
}
#ampromo-overlay #ampromo-items .rule .products .product {
	margin: 0 !important;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
	border: 0 !important;
}
#ampromo-overlay #ampromo-items .ampromo-item .product-title .ampromo-item-title {
	background: transparent !important;
}
#ampromo-overlay #ampromo-items .ampromo-item .product-title {
	border: 3px solid #232323;
}

#ampromo-overlay #ampromo-items .ampromo-item .product-title h4 {
	height: 32px;
	font-family: "Gotham-XLight";
	font-size: 14px !important;
	font-weight: bold;
	line-height: 19.59px !important;
	letter-spacing: 0.32px;
}
#ampromo-overlay #ampromo-items .ampromo-item .product-title h4 a {
	text-decoration: none;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item-image-wrap {
	padding: 0 !important;
}

#ampromo-overlay #ampromo-items .ampromo-add-all {
	justify-content: start !important;
}
#ampromo-overlay #ampromo-items .rule .products .product .checked {
	outline: 0 !important;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-title.checked {
	border: 3px solid #fccf8b !important;
}

/* new menus */

.main-footer-inner .column-menu {
	width: 42%;
	margin-bottom: 10px;
}
#menu-footer-menu {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	max-height: 200px;
}
@media only screen and (min-width: 993px) {
	#menu-footer-menu {
		max-height: 65px;
	}
}
#menu-footer-menu li {
	width: 100%;
}
#footer-menu ul li {
	padding-left: 0;
	margin-left: 0;
}
#footer-menu ul li, #footer-social ul li {
	border-left: 0;
}
.cms-home .hide-home {
	display: none;
}
#main-menu ul li a:link,
#main-menu ul li a:visited {
	text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
	#main-footer .column-menu {
		width: 100%;
	}
}
@media only screen and (max-width: 992px) {
	#footer-menu ul li:nth-child(even) {
		padding-left: 0;
	}
	#footer-menu ul li {
		width: 100%;
	}
	#main-footer .column-social {
		width: 100%;
		justify-content: flex-start;
	}
}
@media only screen and (max-width:500px) {
	#menu-footer-menu {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
}

#main-menu ul li a:link,
#main-menu ul li a:visited,
#main-header .toolbar a:link,
#main-header .toolbar a:visited {
	color: #fff;
}

#main-menu ul li a:link {
	font-size: 14px;
	font-family: 'Gotham-Medium';
}

#main-menu ul li:hover a:link,
#main-menu ul li:hover a:visited,
#main-header .toolbar li:hover a:link,
#main-header .toolbar li:hover a:visited {
	color: #b3b3b3;
}

#main-header .toolbar ul li,
#main-header .toolbar {
	border: 0;
}

#main-menu ul li {
	margin-left: 45px;
}

/* new bottom page content */

.new-page-content {
	color: #b3b3b3;
	font-family: "Gotham-Book";
	font-size: 14px;
}
.new-page-content a {
	padding: 0 !important;
}
.cms-home .new-page-content {
	padding: 20px 10px 0;
}
.new-page-content strong {
	font-size: 16px;
	color: #fff;
}
#more {
	display: none;
}
#read-more, #read-less {
	cursor: pointer;
	color: #fccf8b;
}
.new-page-content a {
	color: #fccf8b !important;
	text-decoration: underline !important;
}
#ships-bell {
	padding-top: 20px;
}

/* Clock Month */

.cms-home .no-home {
	display: none;
}
.home-hero p,
#promo-banner p {
	margin: 0 !important;
	line-height: 0 !important;
}
.two-images {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.category-clock-keys .home-hero.hero-desktop,
.category-clock-keys .home-hero.hero-mobile,
.category-vintage-clocks-collection .home-hero.hero-desktop,
.category-vintage-clocks-collection .home-hero.hero-mobile,
.category-limited-edition-clocks .home-hero.hero-desktop,
.category-limited-edition-clocks .home-hero.hero-mobile,
.category-american-eagle-clock .home-hero.hero-desktop,
.category-american-eagle-clock .home-hero.hero-mobile {
	display: none;
}

/* Product Page Edits */

.product-view #non_config_eb label {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	margin-left: 2px;
	font-family: 'Garamond-Bold', arial;
}
.product-view #non_config_eb input[type='checkbox'] {
	width:17px;
	height:17px;
	background:white;
	border-radius:5px;
	border:2px solid #555;
	color: #000;
	top:3px;
}
.product-view .add-to-cart button {
	background: #fccf8b;
	border:1px solid #FCCE94;
}
.product-view .add-to-cart button:hover {
	background: linear-gradient(#fccf8b, #9e8256);
}
.product-view .sharing_tools {
	display: none;
}

.cms-home .home-hero.hero-desktop {
	margin-bottom: 40px;
}
.cms-pl .h11,
/* .cms-pl .page-content .row .mb-20:first-child, */
.cms-home .no-home {
	display: none;
}
.cms-pl .home-hero.hero-desktop {
	margin-bottom: 20px;
}


.guide-menu a {
	color: #fccf8b !important;
}

.catalog-product-view #main-content {
	padding-top: 0 !important;
}
.catalog-product-view .home-hero {
	padding-bottom: 15px;
}


/* covid banner */

.covid-banner {
	text-align: center;
	padding: 10px;
	background: #fccf8b ;
	font-size: 13px !important;
	font-family: "Gotham-Medium" !important;
	color: #000000 !important;
}
.covid-banner p {
	margin-bottom: 0;
}

.covid-banner .underline {
	text-decoration: underline;
	cursor: pointer;
}

/* covid popup */

#covid-popup-container {
	display: none;
	position: fixed;
	z-index: 111;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0, 0, 0, 0.55);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
	justify-content: center;
	align-items: center;
}

#covid-popup {
	position: relative;
	background-color: #fefefe;
	width: 100%;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
	background: #FCCE94;
	font-family: "Gotham Book" !important;
	color: #0a263c !important;
	width: 500px;
	padding: 20px 50px;
	font-size: 16px;
	margin: 20px;
}
#covid-popup h1 {
	font-family: "Gotham Book" !important;
	font-size: 25px !important;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
#covid-popup p {
	font-size: 17px;
	font-family: "Gotham Book" !important;
	color: #0a263c !important;
	margin-top: 20px;
}

.close-covid {
	position: absolute;
	right: 10px;
	top: -5px;
	font-size: 28px;
	cursor: pointer;
}

@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

/*tax-free-weekend banner */
.tax-free-weekend {
	width: 100%;
	text-align:center;
	font-family: Gotham Book;
	padding: 10px 0;
	font-size: 17px;
	line-height: 17px;
	color: #434343;
	background: #fff;
}

.tax-free-weekend p {
	margin: 0;
}

.tax-free-weekend strong {
	font-family: Gotham-Bold;
}

.extra-inventory-sale {
	font-size: 15px;
	color: #000000 !important;
	background: #cecece;
	font-family: Gotham;
	padding: 7px 0;
}
.extra-inventory-sale p {
	margin-bottom: 0;
	font-family: 'Gotham-Book';
}
.extra-inventory-sale strong {
  font-family: 'Gotham-Bold';
}
.extra-inventory-sale a {
	color: #000000 !important;
	text-decoration: none;
}
.cms-home #main-content {
	margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
	.extra-inventory-sale {
		padding: 10px;
	}
}

.cms-home .video-container {
  position: relative;
  padding-bottom: 41.25%; /* 16:9 */
  height: 0;
}
.cms-home .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pre-order-box {
	float: left;
}
.pre-order-box p {
	margin: 5px 0 0 0;
}

.yellow {
	color: #c7be8d;
}
.error-yellow {
	color: #ffdf00;
	font-weight: bold ;
}
/* Cache BURST 1 */
/* Cache bust 07.03.2019 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.chelseaclock.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    background:url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/ajaxcartpro/images/btn_continue_shopping.png');
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    background:url('https://www.chelseaclock.com/skin/frontend/default/chelseaclock-responsive/ajaxcartpro/images/btn_view_cart.png');
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 20px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.chelseaclock.com/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.chelseaclock.com/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 780px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.chelseaclock.com/skin/frontend/base/default/Mlx/Mlx/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('https://www.chelseaclock.com/skin/frontend/base/default/Mlx/Mlx/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('https://www.chelseaclock.com/skin/frontend/base/default/Mlx/Mlx/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('https://www.chelseaclock.com/skin/frontend/base/default/Mlx/Mlx/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('https://www.chelseaclock.com/skin/frontend/base/default/Mlx/Mlx/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('https://www.chelseaclock.com/skin/frontend/base/default/Mlx/Mlx/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

