.trademarked:after {
  content: "\2122"; }

/***** CSRF *****/
#csrf {
  display: none; }

/***** Headers *****/
h1,
h2,
h3,
h4 {
  font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin-top: 0px;
  font-weight: normal; }

h1 {
  font-size: 40px;
  line-height: 40px; }

h2 {
  font-size: 32px;
  line-height: 32px; }

h3 {
  font-size: 24px;
  line-height: 24px; }

a:focus {
  outline: 0px; }

/***** General Rules *****/
body {
  overflow-y: scroll;
  min-height: 100vh; }

/* Overflow rules for mobile devices visiting the desktop site */
html.mobile {
  overflow-x: hidden;
  width: 100%; }

@media screen and (min-width: 1350px) {
  .x1350 #framed {
    position: relative;
    width: 1350px;
    margin: 0 auto;
    padding: 0 0 110px 0;
    background: #fff; }
    .x1350 #framed hr {
      margin-top: inherit; }
    .x1350 #framed .hero-image-section {
      width: 1350px; }
      .x1350 #framed .hero-image-section .tint-overlay,
      .x1350 #framed .hero-image-section .banner-image,
      .x1350 #framed .hero-image-section .headline-block,
      .x1350 #framed .hero-image-section .headline-block-3 {
        width: 1350px; }
  .x1350 .generic-page-container,
  .x1350 .breadcrumb-container,
  .x1350 .product-detail-background .background-container,
  .x1350 header {
    width: 1350px;
    margin: 0 auto; }
  .x1350 .product-customize-help,
  .x1350 .product-detail-background-info {
    width: 950px !important;
    padding: 0 200px !important; }
  .x1350 .breadcrumb-container ul {
    width: 950px;
    margin: 19px auto 5px auto; }
    .x1350 .breadcrumb-container ul a,
    .x1350 .breadcrumb-container ul .divider {
      color: #848484; }
    .x1350 .breadcrumb-container ul a:hover {
      color: #323232; }
  .x1350 #swatch-cart-btn {
    left: auto;
    right: auto; }
  .x1350 #swatch-cart {
    left: auto;
    right: auto;
    width: 1350px; } }

@media screen and (max-height: 965px) {
  #help_2_modal {
    top: 30px !important;
    height: 652px !important; } }

strong.list-title,
.title-container h2 {
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #323232;
  font-size: 14px;
  font-weight: normal; }

.title-container h2 {
  margin-bottom: 1px;
  line-height: 20px; }

.vertical-center {
  display: table-cell;
  vertical-align: middle; }

a {
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: #7c7c7c;
    outline: 0; }
    a:hover.underline {
      text-decoration: underline; }
  a.gray {
    color: #919191; }
  a.gray:hover, a.dark-gray:hover {
    color: #848484 !important; }
  a.dark-gray {
    color: #323232; }
  a :active,
  a :focus {
    outline: 0; }

.page-title {
  font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #323232;
  margin: 0px 0px 20px 0px;
  display: inline-block; }

.sub-title {
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #323232;
  font-size: 18px; }

.lead {
  font-size: 13px;
  line-height: 23px;
  color: #888;
  font-weight: normal; }

.section {
  padding: 30px 0px; }

.gray-background {
  background: #f1f1f1; }

.btn.pad-left {
  margin-left: 10px; }

.btn.pad-right {
  margin-right: 10px; }

.btn.short {
  padding: 11px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-orange {
  padding: 19px 35px;
  font-size: 16px;
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff963f;
  background-image: -moz-linear-gradient(top, #ffa445, #ff8135);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa445), to(#ff8135));
  background-image: -webkit-linear-gradient(top, #ffa445, #ff8135);
  background-image: -o-linear-gradient(top, #ffa445, #ff8135);
  background-image: linear-gradient(to bottom, #ffa445, #ff8135);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFA445', endColorstr='#FFFF8135', GradientType=0);
  border-color: #ff8135 #ff8135 #e85700;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ff8135;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-orange:hover, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
    color: #fff;
    background-color: #ff8135;
    *background-color: #ff711c; }
  .btn-orange:active, .btn-orange.active {
    background-color: #ff6102 \9; }

.btn-white {
  font-size: 14px;
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  border-color: #323232;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  padding: 12.5px 24px;
  background-color: white;
  color: #323232; }
  .btn-white:hover {
    background: #323232;
    background-position: 0;
    color: #f1f1f1; }

.btn-gray {
  padding: 19px 25px;
  font-size: 16px;
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #666666;
  text-shadow: none;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: -o-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFE9E9E9', GradientType=0);
  border-color: #e9e9e9 #e9e9e9 #c3c3c3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e9e9e9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow: none; }
  .btn-gray:hover, .btn-gray:active, .btn-gray.active, .btn-gray.disabled, .btn-gray[disabled] {
    color: #666666;
    background-color: #e9e9e9;
    *background-color: gainsboro; }
  .btn-gray:active, .btn-gray.active {
    background-color: #d0d0d0 \9; }
  .btn-gray:hover {
    color: #666666;
    text-shadow: none;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #e9e9e9);
    background-image: -o-linear-gradient(top, #f9f9f9, #e9e9e9);
    background-image: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFE9E9E9', GradientType=0);
    border-color: #e9e9e9 #e9e9e9 #c3c3c3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e9e9e9;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .btn-gray:hover:hover, .btn-gray:hover:active, .btn-gray:hover.active, .btn-gray:hover.disabled, .btn-gray:hover[disabled] {
      color: #666666;
      background-color: #e9e9e9;
      *background-color: gainsboro; }
    .btn-gray:hover:active, .btn-gray:hover.active {
      background-color: #d0d0d0 \9; }
  .btn-gray.active {
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(51, 51, 51, 0.55);
    color: #fff;
    text-shadow: none;
    background-color: #949494;
    background-image: -moz-linear-gradient(top, #949494, #949494);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#949494), to(#949494));
    background-image: -webkit-linear-gradient(top, #949494, #949494);
    background-image: -o-linear-gradient(top, #949494, #949494);
    background-image: linear-gradient(to bottom, #949494, #949494);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF949494', GradientType=0);
    border-color: #949494 #949494 #6e6e6e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #949494;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .btn-gray.active:hover, .btn-gray.active:active, .btn-gray.active.active, .btn-gray.active.disabled, .btn-gray.active[disabled] {
      color: #fff;
      background-color: #949494;
      *background-color: #878787; }
    .btn-gray.active:active, .btn-gray.active.active {
      background-color: #7b7b7b \9; }
    .btn-gray.active:hover {
      -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
      box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
      text-shadow: 0 1px 0 rgba(51, 51, 51, 0.55);
      color: #fff;
      text-shadow: none;
      background-color: #949494;
      background-image: -moz-linear-gradient(top, #949494, #949494);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#949494), to(#949494));
      background-image: -webkit-linear-gradient(top, #949494, #949494);
      background-image: -o-linear-gradient(top, #949494, #949494);
      background-image: linear-gradient(to bottom, #949494, #949494);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF949494', GradientType=0);
      border-color: #949494 #949494 #6e6e6e;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      *background-color: #949494;
      /* Darken IE7 buttons by default so they stand out more given they won't have borders */
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
      .btn-gray.active:hover:hover, .btn-gray.active:hover:active, .btn-gray.active:hover.active, .btn-gray.active:hover.disabled, .btn-gray.active:hover[disabled] {
        color: #fff;
        background-color: #949494;
        *background-color: #878787; }
      .btn-gray.active:hover:active, .btn-gray.active:hover.active {
        background-color: #7b7b7b \9; }

.btn-gray-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  background-color: #323232 !important;
  border-color: transparent;
  color: white;
  font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 12.5px 24px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none; }
  .btn-gray-flat:hover {
    background: #f1f1f1 !important;
    background-position: 0; }
  .btn-gray-flat.btn-large-width {
    display: block;
    min-width: 108px; }
  .btn-gray-flat.btn-small {
    padding: 6px 25px; }

.btn-new-dark,
.btn-new-gray,
.btn-new-white,
.view-collection,
.btn-swatch-order {
  background: none;
  border: none;
  font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  .btn-new-dark:hover,
  .btn-new-gray:hover,
  .btn-new-white:hover,
  .view-collection:hover,
  .btn-swatch-order:hover {
    border: none; }

.btn-new-dark,
a.btn-new-dark {
  background-color: #323232;
  color: white;
  text-decoration: none !important; }
  .btn-new-dark:not(nohover):hover,
  a.btn-new-dark:not(nohover):hover {
    color: white;
    background-color: #848484; }

.btn-new-gray {
  background-color: #f1f1f1;
  color: #323232; }
  .btn-new-gray:not(nohover):hover {
    color: white !important;
    background-color: #323232; }

.btn-new-white {
  background-color: white;
  color: #848484; }
  .btn-new-white:not(.no-border) {
    border: 1px solid #323232; }
  .btn-new-white:hover {
    background-color: #f1f1f1;
    color: #323232 !important; }

.btn-swatch-order,
.view-collection {
  background-color: #f1f1f1;
  color: #323232; }
  .btn-swatch-order.in-cart,
  .view-collection.in-cart {
    color: white !important;
    background-color: #323232; }
  .btn-swatch-order:hover,
  .view-collection:hover {
    color: white !important;
    background-color: #848484; }

.btn-77x40 {
  width: 77px !important;
  height: 40px;
  line-height: 31px; }

.btn-90x40 {
  width: 90px !important;
  height: 40px;
  line-height: 31px; }

.btn-155x40 {
  width: 155px !important;
  height: 40px !important;
  line-height: 31px; }

.btn-175x40 {
  width: 175px !important;
  height: 40px !important;
  line-height: 31px; }

.btn-200x40 {
  width: 185px !important;
  height: 40px;
  line-height: 31px; }

.btn-250x40 {
  width: 250px !important;
  height: 40px;
  line-height: 31px; }

.btn-225x40 {
  width: 225px !important;
  height: 40px;
  line-height: 31px; }

.btn-75x50 {
  width: 75px;
  height: 50px;
  padding: 0; }

.btn-145x35 {
  width: 145px !important;
  height: 35px !important;
  padding: 3px !important;
  line-height: 30px !important; }

.btn-135x30 {
  width: 135px;
  height: 30px;
  line-height: 23px; }

.btn-142x30 {
  width: 142px;
  height: 30px;
  line-height: 23px; }

.btn-115x30 {
  width: 115px;
  height: 30px;
  line-height: 23px; }

.btn-125x40 {
  width: 125px !important;
  height: 40px;
  line-height: 31px; }

.btn-353x40 {
  width: 353px !important;
  height: 40px;
  line-height: 31px; }

.btn-190x40 {
  width: 190px;
  height: 40px;
  line-height: 31px; }

.btn-114x43 {
  width: 114px;
  height: 43px;
  line-height: 43px;
  padding-top: 0; }

.line-top {
  border-top: 1px solid #d1d1d1; }

hr.separator {
  display: block;
  height: 19px;
  width: 950px;
  background: transparent url("/images/frontend/shared/separator.png");
  border: 0;
  margin: 0;
  padding: 0; }
  hr.separator.small {
    width: 100%;
    background: url("/images/frontend/shared/separator_small.png") no-repeat; }
  hr.separator.mini {
    width: 100%;
    background: url("/images/frontend/shared/separator_mini.png") center center no-repeat; }

.vertical-divide {
  width: 8px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 101px;
  background: url("/images/frontend/shared/vertical_divider.png") no-repeat; }
  .vertical-divide.large {
    height: 195px;
    background: url("/images/frontend/shared/vertical_divider_large.png") no-repeat; }

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

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

.strikethrough {
  text-decoration: line-through; }

.capitalize {
  text-transform: capitalize; }

.red {
  color: #ff3333; }

.green {
  color: #ebe8e6; }

.museo500 {
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif; }

.museo300 {
  font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif; }

.row-fluid [class*='span'] {
  min-height: 0px; }

.light-dollars {
  color: #323232; }

.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.row-fluid .left-border {
  border-left: 1px solid #f1f1f1;
  padding-left: 20px; }

.row-fluid .left-border-darker {
  border-left: 1px solid #c2c2c2;
  padding-left: 20px; }

.row-fluid.error, .row-fluid.status-message {
  min-height: 18px;
  padding: 9px 0px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px; }
  .row-fluid.error img, .row-fluid.status-message img {
    margin-right: 5px;
    position: relative;
    top: -2px; }

.main-headline {
  font-size: 32px;
  line-height: 32px;
  font-family: "Didot 06 A", "Didot 06 B", "Times New Roman", "serif";
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 10px 0; }
  .main-headline.pricing-modal-headline {
    text-transform: capitalize; }

.row-fluid.error {
  background: #ff3333; }

.row-fluid.status-message {
  background: #ebe8e6; }

.orange-text {
  color: #ea6e1f; }

.gray-text {
  color: #999; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: auto; }

.underline {
  text-decoration: underline; }

/***** Forms *****/
form .input-medium.tall {
  height: 30px;
  line-height: 13px; }

form .control-group.error .control-label,
form .control-group.error .help-block,
form .control-group.error .help-inline {
  color: #ff3333; }

form .control-group.error .checkbox,
form .control-group.error .radio,
form .control-group.error input,
form .control-group.error select,
form .control-group.error textarea {
  color: #ff3333; }

form .control-group.error input,
form .control-group.error select,
form .control-group.error textarea {
  border-color: #ff3333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  form .control-group.error input:focus,
  form .control-group.error select:focus,
  form .control-group.error textarea:focus {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999; }

form .control-group.error .input-prepend .add-on,
form .control-group.error .input-append .add-on {
  color: #ff3333;
  background-color: #f2dede;
  border-color: #ff3333; }

form .help-inline {
  line-height: 23px; }
  form .help-inline img {
    float: left;
    margin-right: 10px; }

form.tss label {
  font-size: 14px;
  color: #999;
  text-transform: uppercase; }

form.tss input:focus,
form.tss textarea:focus {
  border-color: #d1d1d1;
  outline: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 115, 115, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 115, 115, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 115, 115, 0.3); }

.btn:focus {
  outline: 0px; }

.placeholder {
  color: #999 !important; }

::-ms-clear {
  display: none; }

/***** Breadcrumb *****/
ul.breadcrumb {
  font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  background: #fff;
  margin: 21px 0 23px 0;
  padding: 0; }
  ul.breadcrumb li {
    color: #848484; }
    ul.breadcrumb li:hover {
      color: #323232; }
    ul.breadcrumb li.inactive {
      color: #c2c2c2; }

/***** Modals *****/
.modal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 884px;
  margin-left: -442px;
  max-height: 95%;
  top: 50%;
  overflow-y: auto;
  margin-top: 0; }
  .modal.extra-large {
    margin-left: -474px; }
  .modal.forced-top {
    max-height: 80%;
    top: 10%; }
    .modal.forced-top.fade.in {
      top: 10%; }
  .modal.fade.in {
    top: 50%; }
  .modal.mini {
    width: 430px;
    margin-left: -215px; }
    .modal.mini .modal-body {
      max-height: 100px; }
  .modal.small {
    width: 500px;
    margin-left: -250px; }
    .modal.small .modal-body {
      max-height: 400px; }
  .modal .modal-body {
    padding: 0px;
    margin: 0px 60px;
    max-height: 510px;
    overflow: visible; }
    .modal .modal-body .success-header {
      font-family: "Didot 06 A", "Didot 06 B", "Times New Roman", "serif";
      font-style: normal;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: inherit;
      color: #323232; }
    .modal .modal-body .success-body {
      font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: inherit;
      color: #848484; }
    .modal .modal-body.scroll {
      overflow: auto; }
  .modal .modal-header {
    border: 0px;
    padding: 0px 0px 15px 0px;
    height: 45px;
    line-height: 45px;
    font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; }
    .modal .modal-header .close {
      margin: 0px;
      height: 44px;
      width: 45px;
      text-shadow: none;
      opacity: 0.6;
      filter: alpha(opacity=60); }
      .modal .modal-header .close:hover {
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100); }
  .modal .modal-close-x {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    color: #323232;
    line-height: 61px;
    z-index: 2000; }
  .modal .modal-footer {
    padding: 0px;
    height: 60px;
    text-align: right;
    background-color: #fff;
    border-top: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .modal.error {
    width: 527px;
    margin-left: -266px;
    font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    z-index: 1060; }
    .modal.error .icon-alert {
      position: absolute;
      left: -30px;
      top: 0px; }
    .modal.error .red {
      font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      color: #ff3333; }
    .modal.error .black {
      font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      color: #000000; }
  .modal.success {
    width: 430px;
    margin-left: -215px;
    z-index: 1100; }
    .modal.success#swatch-success-modal {
      width: 545px;
      margin-left: -270px; }
    .modal.success .continue {
      padding: 19px 9px; }
    .modal.success .view-cart {
      padding: 19px 6px; }
    .modal.success p {
      line-height: 25px; }

.modal-backdrop {
  background-color: black !important; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.6;
  filter: alpha(opacity=60); }

/***** Swatch Popover *****/
.swatch .popover {
  width: 620px;
  height: 480px;
  padding: 20px;
  margin: 0px; }
  .swatch .popover h3 {
    display: none; }
  .swatch .popover .popover-content {
    margin: 0px;
    padding: 0px; }

/**** Icons *****/
.icon-caret-mini {
  background: transparent url("/images/frontend/buttons/caret_7x4.gif");
  width: 7px;
  height: 4px; }

.icon-alert {
  background: transparent url("/images/frontend/buttons/alert_23x23.png");
  width: 23px;
  height: 23px; }

.icon-calculator {
  width: 16px;
  height: 16px;
  background: url("/images/frontend/shared/16x16_calculator.png") 2px 0 no-repeat;
  margin-top: 0; }
  .icon-calculator:hover {
    background-position: 2px -18px; }

.icon-tss-camera {
  width: 23px;
  height: 18px;
  background: url("/images/frontend/shared/23x16_camera.png") 0 0 no-repeat;
  margin-top: 0;
  vertical-align: top; }
  .icon-tss-camera:hover {
    background-position: 0 -18px; }

/***** Catalog *****/
.catalog .form {
  width: 500px; }
  .catalog .form .control-label {
    width: 125px; }
  .catalog .form .controls {
    margin-left: 140px; }
    .catalog .form .controls label {
      line-height: 30px; }
  .catalog .form .help-inline {
    display: block;
    margin-top: 5px; }
  .catalog .form .input-xlarge {
    width: 350px; }

.catalog .section {
  padding-top: 21px; }

#select2-drop-mask {
  display: none !important; }

/***** Zipcode input form *****/
.form-zip {
  margin: 10px 20px; }
  .form-zip .control-group {
    margin-bottom: 0; }
  .form-zip hr {
    margin: 10px 0; }
  .form-zip .control-label {
    color: #fff;
    cursor: default;
    font-size: 12px;
    width: 84px; }
  .form-zip .controls {
    float: left;
    margin-left: 5px; }
    .form-zip .controls input {
      width: 37px; }
      .form-zip .controls input[disabled] {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
        line-height: 1px;
        padding-left: 0; }
      .form-zip .controls input:hover {
        cursor: default; }
    .form-zip .controls .add-on {
      box-shadow: none !important;
      height: 30px;
      outline: 0;
      text-transform: lowercase; }
      .form-zip .controls .add-on:hover {
        text-shadow: none; }
  .form-zip .btn-edit-showroom {
    background-color: transparent;
    border: 0;
    padding: 5px;
    text-decoration: underline;
    text-shadow: none;
    font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #fff; }
    .form-zip .btn-edit-showroom:hover {
      color: #ebe8e6;
      font-weight: normal;
      font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif; }

/***** Footer Buttons (toTop, Need Help)  *****/
#toTop {
  bottom: 64px;
  right: 10px;
  background: url("/images/frontend/shared/ui.totop.png") no-repeat left top; }

#toTopHover {
  background: url("/images/frontend/shared/ui.totop.png") no-repeat left -51px; }

#needHelp {
  bottom: 10px;
  right: 10px;
  background: url("/images/frontend/shared/need_help_footer_button.png") no-repeat left top; }

#needHelpHover {
  background: url("/images/frontend/shared/need_help_footer_button.png") no-repeat left -51px; }

#toTop,
#needHelp {
  display: none;
  text-decoration: none;
  position: fixed;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  z-index: 9999; }

#toTopHover,
#needHelpHover {
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

#toTop:active,
#toTop:focus {
  outline: none; }

/***** Scrollbars *****/
body div ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

body div ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

body div ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0); }

/***** Custom file upload *****/
html .form .file .file-upload {
  display: none; }

html.ie .form .file .file-upload {
  display: block !important; }

html.ie .form .file .upload-btn {
  display: none !important; }

html.ie .form .file .filename {
  display: none !important; }

/**** Auto resizing modals *****/
.modal.fade.in.resize,
.modal.resize {
  max-height: 95%;
  overflow-y: auto;
  margin-top: 0px; }
  .modal.fade.in.resize.no-scroll,
  .modal.resize.no-scroll {
    overflow: hidden; }

.loading-message {
  height: 385px;
  line-height: 385px;
  text-align: center; }
  .loading-message .loader {
    margin-left: 10px; }

input.hide {
  display: none; }

/***** CSRF *****/
#csrf {
  display: none; }

/***** Headers *****/
h1,
h2,
h3,
h4 {
  font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin-top: 0px;
  font-weight: normal; }

h1 {
  font-size: 40px;
  line-height: 40px; }

h2 {
  font-size: 32px;
  line-height: 32px; }

h3 {
  font-size: 24px;
  line-height: 24px; }

a:focus {
  outline: 0px; }

/***** General Rules *****/
body {
  overflow-y: scroll; }

/* Overflow rules for mobile devices visiting the desktop site */
html.mobile {
  overflow-x: hidden;
  width: 100%; }

strong.list-title,
.title-container h2 {
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #323232;
  font-size: 14px;
  font-weight: normal; }

.title-container h2 {
  margin-bottom: 1px;
  line-height: 20px; }

.vertical-center {
  display: table-cell;
  vertical-align: middle; }

a {
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: #7c7c7c;
    outline: 0; }
    a:hover.underline {
      text-decoration: underline; }
  a.gray {
    color: #848484; }
  a.gray:hover {
    color: #323232; }
  a.gray:hover, a.dark-gray:hover {
    color: #ebe8e6; }
  a.dark-gray {
    color: #323232; }
  a :active,
  a :focus {
    outline: 0; }

.page-title {
  font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #323232;
  margin: 0px 0px 20px 0px;
  display: inline-block; }

.sub-title {
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #323232;
  font-size: 18px; }

.lead {
  font-size: 13px;
  line-height: 23px;
  color: #888;
  font-weight: normal; }

.section,
.section-gray {
  padding: 30px 0px;
  min-width: 950px;
  max-width: 1350px;
  margin: 0 auto;
  border-top: none; }

.section-gray {
  background: #f1f1f1; }

.gray-background {
  background: #f1f1f1; }

.helvetica-number {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit; }

.promo-title.helvetica-number {
  font-size: 23px;
  font-weight: 100;
  letter-spacing: 1px; }

.btn.pad-left {
  margin-left: 10px; }

.btn.pad-right {
  margin-right: 10px; }

.btn.short {
  padding: 11px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-orange {
  padding: 19px 35px;
  font-size: 16px;
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff963f;
  background-image: -moz-linear-gradient(top, #ffa445, #ff8135);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa445), to(#ff8135));
  background-image: -webkit-linear-gradient(top, #ffa445, #ff8135);
  background-image: -o-linear-gradient(top, #ffa445, #ff8135);
  background-image: linear-gradient(to bottom, #ffa445, #ff8135);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFA445', endColorstr='#FFFF8135', GradientType=0);
  border-color: #ff8135 #ff8135 #e85700;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ff8135;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-orange:hover, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
    color: #fff;
    background-color: #ff8135;
    *background-color: #ff711c; }
  .btn-orange:active, .btn-orange.active {
    background-color: #ff6102 \9; }

.btn-white {
  font-size: 14px;
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  border-color: #323232;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  padding: 12.5px 24px;
  background-color: white;
  color: #323232; }
  .btn-white:hover {
    background: #323232;
    background-position: 0;
    color: #f1f1f1; }

.btn-gray {
  padding: 19px 25px;
  font-size: 16px;
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #666666;
  text-shadow: none;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: -o-linear-gradient(top, #f9f9f9, #e9e9e9);
  background-image: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFE9E9E9', GradientType=0);
  border-color: #e9e9e9 #e9e9e9 #c3c3c3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e9e9e9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow: none; }
  .btn-gray:hover, .btn-gray:active, .btn-gray.active, .btn-gray.disabled, .btn-gray[disabled] {
    color: #666666;
    background-color: #e9e9e9;
    *background-color: gainsboro; }
  .btn-gray:active, .btn-gray.active {
    background-color: #d0d0d0 \9; }
  .btn-gray:hover {
    color: #fff;
    text-shadow: none;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #e9e9e9);
    background-image: -o-linear-gradient(top, #f9f9f9, #e9e9e9);
    background-image: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFE9E9E9', GradientType=0);
    border-color: #e9e9e9 #e9e9e9 #c3c3c3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e9e9e9;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .btn-gray:hover:hover, .btn-gray:hover:active, .btn-gray:hover.active, .btn-gray:hover.disabled, .btn-gray:hover[disabled] {
      color: #fff;
      background-color: #e9e9e9;
      *background-color: gainsboro; }
    .btn-gray:hover:active, .btn-gray:hover.active {
      background-color: #d0d0d0 \9; }
  .btn-gray.active {
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(51, 51, 51, 0.55);
    color: #fff;
    text-shadow: none;
    background-color: #949494;
    background-image: -moz-linear-gradient(top, #949494, #949494);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#949494), to(#949494));
    background-image: -webkit-linear-gradient(top, #949494, #949494);
    background-image: -o-linear-gradient(top, #949494, #949494);
    background-image: linear-gradient(to bottom, #949494, #949494);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF949494', GradientType=0);
    border-color: #949494 #949494 #6e6e6e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #949494;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .btn-gray.active:hover, .btn-gray.active:active, .btn-gray.active.active, .btn-gray.active.disabled, .btn-gray.active[disabled] {
      color: #fff;
      background-color: #949494;
      *background-color: #878787; }
    .btn-gray.active:active, .btn-gray.active.active {
      background-color: #7b7b7b \9; }
    .btn-gray.active:hover {
      -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
      box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
      text-shadow: 0 1px 0 rgba(51, 51, 51, 0.55);
      color: #fff;
      text-shadow: none;
      background-color: #949494;
      background-image: -moz-linear-gradient(top, #949494, #949494);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#949494), to(#949494));
      background-image: -webkit-linear-gradient(top, #949494, #949494);
      background-image: -o-linear-gradient(top, #949494, #949494);
      background-image: linear-gradient(to bottom, #949494, #949494);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF949494', GradientType=0);
      border-color: #949494 #949494 #6e6e6e;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      *background-color: #949494;
      /* Darken IE7 buttons by default so they stand out more given they won't have borders */
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
      .btn-gray.active:hover:hover, .btn-gray.active:hover:active, .btn-gray.active:hover.active, .btn-gray.active:hover.disabled, .btn-gray.active:hover[disabled] {
        color: #fff;
        background-color: #949494;
        *background-color: #878787; }
      .btn-gray.active:hover:active, .btn-gray.active:hover.active {
        background-color: #7b7b7b \9; }

.btn-gray-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #323232;
  border-color: transparent;
  color: white;
  font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 12.5px 24px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none; }
  .btn-gray-flat:hover {
    background: #848484 !important;
    background-position: 0;
    color: white; }
  .btn-gray-flat.btn-large-width {
    display: block;
    min-width: 108px; }
  .btn-gray-flat.btn-small {
    padding: 6px 25px; }

.order-all-swatches-btn {
  font-size: 11px;
  width: 176px;
  padding-left: 0px !important;
  padding-top: 15px !important;
  padding-right: 0px !important;
  margin-left: 22px; }

.order-swatches-delivery-text {
  margin-top: 2px;
  margin-right: 30px; }

hr.separator {
  display: block;
  height: 19px;
  width: 950px;
  background: transparent url("/images/frontend/shared/separator.png");
  border: 0;
  margin: 0;
  padding: 0; }
  hr.separator.small {
    width: 100%;
    background: url("/images/frontend/shared/separator_small.png") no-repeat; }
  hr.separator.mini {
    width: 100%;
    background: url("/images/frontend/shared/separator_mini.png") center center no-repeat; }

.vertical-divide {
  width: 8px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  height: 101px;
  background: url("/images/frontend/shared/vertical_divider.png") no-repeat; }
  .vertical-divide.large {
    height: 195px;
    background: url("/images/frontend/shared/vertical_divider_large.png") no-repeat; }

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

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

.strikethrough {
  text-decoration: line-through; }

.capitalize {
  text-transform: capitalize; }

.red {
  color: #ff3333; }

.green {
  color: #ebe8e6; }

.museo500 {
  font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif; }

.museo300 {
  font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif; }

.row-fluid [class*='span'] {
  min-height: 0px; }

.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.row-fluid .left-border {
  border-left: 1px solid #f1f1f1;
  padding-left: 20px; }

.row-fluid .left-border-darker {
  border-left: 1px solid #c2c2c2;
  padding-left: 20px; }

.row-fluid.error, .row-fluid.status-message {
  min-height: 18px;
  padding: 9px 0px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px; }
  .row-fluid.error img, .row-fluid.status-message img {
    margin-right: 5px;
    position: relative;
    top: -2px; }

.main-headline {
  font-size: 32px;
  line-height: 32px;
  font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0; }

.row-fluid.error {
  background: #ff3333; }

.row-fluid.status-message {
  background: #ebe8e6; }

.orange-text {
  color: #ea6e1f; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: auto; }

.underline {
  text-decoration: underline; }

/***** Forms *****/
form .input-medium.tall {
  height: 30px;
  line-height: 13px; }

form .control-group.error .control-label,
form .control-group.error .help-block,
form .control-group.error .help-inline {
  color: #ff3333; }

form .control-group.error .checkbox,
form .control-group.error .radio,
form .control-group.error input,
form .control-group.error select,
form .control-group.error textarea {
  color: #ff3333; }

form .control-group.error input,
form .control-group.error select,
form .control-group.error textarea {
  border-color: #ff3333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  form .control-group.error input:focus,
  form .control-group.error select:focus,
  form .control-group.error textarea:focus {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999; }

form .control-group.error .input-prepend .add-on,
form .control-group.error .input-append .add-on {
  color: #ff3333;
  background-color: #f2dede;
  border-color: #ff3333; }

form .help-inline {
  line-height: 23px; }
  form .help-inline img {
    float: left;
    margin-right: 10px; }

form.tss label {
  font-size: 14px;
  color: #999;
  text-transform: uppercase; }

form.tss input:focus,
form.tss textarea:focus {
  border-color: #d1d1d1;
  outline: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 115, 115, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 115, 115, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 115, 115, 0.3); }

.btn:focus {
  outline: 0px; }

.placeholder {
  color: #999 !important; }

::-ms-clear {
  display: none; }

/***** Modals *****/
.modal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 884px;
  margin-left: -442px;
  max-height: 95%;
  top: 50%;
  overflow-y: auto;
  margin-top: 0; }
  .modal.extra-large {
    margin-left: -474px; }
  .modal.forced-top {
    max-height: 80%;
    top: 10%; }
    .modal.forced-top.fade.in {
      top: 10%; }
  .modal.fade.in {
    top: 50%; }
  .modal.mini {
    width: 430px;
    margin-left: -215px; }
    .modal.mini .modal-body {
      max-height: 100px; }
  .modal.small {
    width: 500px;
    margin-left: -250px; }
    .modal.small .modal-body {
      max-height: 400px; }
  .modal .modal-body {
    padding: 0px;
    margin: 0px 60px;
    max-height: 510px;
    overflow: visible; }
    .modal .modal-body.scroll {
      overflow: auto; }
  .modal .modal-header {
    border: 0px;
    padding: 0px 0px 15px 0px;
    height: 45px;
    line-height: 45px;
    font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; }
    .modal .modal-header .close {
      margin: 0px;
      height: 44px;
      width: 45px;
      opacity: 0.6;
      filter: alpha(opacity=60);
      outline-color: white !important; }
      .modal .modal-header .close:hover {
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
        outline-color: white; }
      .modal .modal-header .close .modal-close-x {
        font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        color: #323232;
        outline-color: white; }
    .modal .modal-header .close:focus,
    .modal .modal-header .modal-close-x:focus {
      text-shadow: none !important;
      outline-color: white;
      background-color: white; }
  .modal .modal-footer {
    padding: 0px;
    height: 60px;
    text-align: right;
    background-color: #fff;
    border-top: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .modal.error {
    width: 527px;
    margin-left: -266px;
    font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    z-index: 1060; }
    .modal.error .icon-alert {
      position: absolute;
      left: -30px;
      top: 0px; }
    .modal.error .red {
      font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      color: #ff3333; }
    .modal.error .black {
      font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      color: #000000; }
  .modal.success {
    width: 430px;
    margin-left: -215px;
    z-index: 1100; }
    .modal.success#swatch-success-modal {
      width: 545px;
      margin-left: -270px; }
    .modal.success .continue {
      padding: 19px 9px; }
    .modal.success .view-cart {
      padding: 19px 6px; }
    .modal.success p {
      line-height: 25px; }

.modal-backdrop {
  background-color: #333; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.6;
  filter: alpha(opacity=60); }

/***** Swatch Popover *****/
.swatch .popover {
  width: 620px;
  height: 480px;
  padding: 20px;
  margin: 0px; }
  .swatch .popover h3 {
    display: none; }
  .swatch .popover .popover-content {
    margin: 0px;
    padding: 0px; }

/**** Icons *****/
.icon-caret-mini {
  background: transparent url("/images/frontend/buttons/caret_7x4.gif");
  width: 7px;
  height: 4px; }

.icon-alert {
  background: transparent url("/images/frontend/buttons/alert_23x23.png");
  width: 23px;
  height: 23px; }

.icon-success {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
  color: #ea6e1f;
  background-image: none;
  font-size: 25px; }

.icon-calculator {
  width: 16px;
  height: 16px;
  background: url("/images/frontend/shared/16x16_calculator.png") 2px 0 no-repeat;
  margin-top: 0; }
  .icon-calculator:hover {
    background-position: 2px -18px; }

.icon-tss-camera {
  width: 23px;
  height: 18px;
  background: url("/images/frontend/shared/23x16_camera.png") 0 0 no-repeat;
  margin-top: 0;
  vertical-align: top; }
  .icon-tss-camera:hover {
    background-position: 0 -18px; }

/***** Filter Price Color *****/
#filter-price-color.disabled {
  cursor: not-allowed; }

.filter-price-color {
  padding: 20px;
  clear: none;
  width: 502px !important;
  height: 420px;
  box-sizing: border-box;
  position: relative; }
  .filter-price-color .close-layover {
    font-size: 30px !important;
    font-weight: 100 !important;
    color: #3b3a39 !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    top: 22px !important;
    right: -1px !important; }
  .filter-price-color .small-title,
  .filter-price-color .title {
    text-shadow: none;
    font-family: "Didot 06 A", "Didot 06 B", "Times New Roman", "serif";
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #3c3a39;
    margin-top: 15px;
    margin-left: 23px;
    text-align: center; }
  .filter-price-color .small-title {
    font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 5px; }
  .filter-price-color .sub-title {
    text-shadow: none;
    font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #3c3a39;
    text-transform: uppercase;
    padding-bottom: 8px; }
  .filter-price-color .btn {
    padding: 11px 20px;
    height: 45px; }
  .filter-price-color ul {
    *zoom: 1; }
    .filter-price-color ul li {
      float: left;
      display: block; }
    .filter-price-color ul.price-group {
      margin-bottom: 16px; }
      .filter-price-color ul.price-group li {
        width: 84px;
        padding-bottom: 15px; }
      .filter-price-color ul.price-group label {
        display: inline;
        color: #848484; }
    .filter-price-color ul.color-group {
      -js-display: flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 502px;
      height: auto;
      margin: 0 auto 0 -1px; }
      .filter-price-color ul.color-group li {
        width: 166px;
        margin-bottom: 15px;
        padding: 0;
        color: #999999;
        position: relative;
        box-sizing: border-box;
        height: 30px;
        float: none; }
        .filter-price-color ul.color-group li .box {
          display: inline-block;
          width: 30px;
          height: 30px;
          border: 1px solid #b5b5b6;
          margin: 0;
          cursor: pointer;
          float: none;
          overflow: hidden;
          position: relative;
          box-sizing: border-box; }
          .filter-price-color ul.color-group li .box .triangle {
            width: 0;
            height: 0;
            border-right: 30px solid transparent;
            box-sizing: border-box; }
          .filter-price-color ul.color-group li .box .gray-checked {
            box-sizing: border-box;
            width: 30px;
            height: 30px;
            background: #989797;
            position: absolute;
            z-index: 5000;
            top: 0;
            left: 0;
            pointer-events: none;
            opacity: 0; }
          .filter-price-color ul.color-group li .box input[type='checkbox'] {
            box-sizing: border-box;
            width: 30px;
            height: 30px;
            margin: 0;
            cursor: pointer;
            -webkit-appearance: none;
            appearance: none; }
          .filter-price-color ul.color-group li .box.disabled {
            cursor: not-allowed; }
        .filter-price-color ul.color-group li .checker {
          float: none;
          position: absolute;
          z-index: 3000;
          top: 0px;
          width: 30px;
          height: 30px;
          left: 0;
          margin: 0;
          box-sizing: border-box; }
          .filter-price-color ul.color-group li .checker span {
            opacity: 0; }
        .filter-price-color ul.color-group li p {
          margin: 0px;
          clear: none;
          left: 38px;
          top: 6px;
          position: absolute;
          height: 30px;
          display: inline;
          text-align: left; }
    .filter-price-color ul:before, .filter-price-color ul:after {
      display: table;
      content: "";
      line-height: 0; }
    .filter-price-color ul:after {
      clear: both; }
  .filter-price-color .filter-buttons {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 57%;
    margin: 24px auto 0 auto; }
    .filter-price-color .filter-buttons #filter-clear,
    .filter-price-color .filter-buttons #filter-apply {
      font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 13px;
      height: 30px;
      line-height: 30px;
      color: white;
      background: #848484;
      padding: 0 25px;
      letter-spacing: -0.5px;
      text-transform: uppercase;
      background-image: none;
      text-shadow: none;
      border: none;
      box-sizing: border-box; }
    .filter-price-color .filter-buttons #filter-apply {
      background: #323232; }

/***** Zipcode input form *****/
.form-zip {
  margin: 10px 20px; }
  .form-zip .control-group {
    margin-bottom: 0; }
  .form-zip hr {
    margin: 10px 0; }
  .form-zip .control-label {
    color: #fff;
    cursor: default;
    font-size: 12px;
    width: 84px; }
  .form-zip .controls {
    float: left;
    margin-left: 5px; }
    .form-zip .controls input {
      width: 37px; }
      .form-zip .controls input[disabled] {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
        line-height: 1px;
        padding-left: 0; }
      .form-zip .controls input:hover {
        cursor: default; }
    .form-zip .controls .add-on {
      box-shadow: none !important;
      height: 30px;
      outline: 0;
      text-transform: lowercase; }
      .form-zip .controls .add-on:hover {
        text-shadow: none; }
  .form-zip .btn-edit-showroom {
    background-color: transparent;
    border: 0;
    padding: 5px;
    text-decoration: underline;
    text-shadow: none;
    font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #fff; }
    .form-zip .btn-edit-showroom:hover {
      color: #ebe8e6;
      font-weight: normal;
      font-family: "museo_sans_300", Helvetica, "Helvetica Neue", Arial, sans-serif; }

/***** Footer Buttons (toTop, Need Help)  *****/
#toTop {
  bottom: 64px;
  right: 10px;
  background: url("/images/frontend/shared/ui.totop.png") no-repeat left top; }

#toTopHover {
  background: url("/images/frontend/shared/ui.totop.png") no-repeat left -51px; }

#needHelp {
  bottom: 10px;
  right: 10px;
  background: url("/images/frontend/shared/need_help_footer_button.png") no-repeat left top; }

#needHelpHover {
  background: url("/images/frontend/shared/need_help_footer_button.png") no-repeat left -51px; }

#toTop,
#needHelp {
  display: none;
  text-decoration: none;
  position: fixed;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  z-index: 9999; }

#toTopHover,
#needHelpHover {
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

#toTop:active,
#toTop:focus {
  outline: none; }

/***** Scrollbars *****/
body div ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

body div ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

body div ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0); }

/***** Custom file upload *****/
html .form .file .file-upload {
  display: none; }

html.ie .form .file .file-upload {
  display: block !important; }

html.ie .form .file .upload-btn {
  display: none !important; }

html.ie .form .file .filename {
  display: none !important; }

/**** Auto resizing modals *****/
.modal.fade.in.resize,
.modal.resize {
  max-height: 95%;
  overflow-y: auto;
  margin-top: 0px; }
  .modal.fade.in.resize.no-scroll,
  .modal.resize.no-scroll {
    overflow: hidden; }

.loading-message {
  height: 385px;
  line-height: 385px;
  text-align: center;
  color: #848484; }
  .loading-message .loader {
    margin-left: 10px; }

input.hide {
  display: none; }

@media only screen and (max-width: 950px) {
  .container {
    padding-left: 5px; } }

.callout {
  color: #848484; }

.header-quote-id {
  font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase; }

.mobile-link-container {
  text-align: center;
  margin: 20px 0;
  width: 100%; }
  .mobile-link-container #mobile-link {
    background: #3b3a39;
    color: white;
    font-size: 36px;
    margin: 0 auto;
    padding: 14px 24px;
    width: 100%;
    display: block; }

#Double-Roller-Shades-modal,
#Day-Night-Cellular-Shades-modal {
  width: 680px;
  margin-left: -350px; }
  #Double-Roller-Shades-modal .modal-header,
  #Day-Night-Cellular-Shades-modal .modal-header {
    height: 5px;
    padding-bottom: 5px; }
  #Double-Roller-Shades-modal .modal-body,
  #Day-Night-Cellular-Shades-modal .modal-body {
    margin-left: 20px; }
    #Double-Roller-Shades-modal .modal-body .detail,
    #Day-Night-Cellular-Shades-modal .modal-body .detail {
      margin-bottom: 20px;
      display: inline-flex; }
      #Double-Roller-Shades-modal .modal-body .detail .content,
      #Day-Night-Cellular-Shades-modal .modal-body .detail .content {
        margin-left: 25px;
        margin-top: 70px; }
        #Double-Roller-Shades-modal .modal-body .detail .content h1,
        #Day-Night-Cellular-Shades-modal .modal-body .detail .content h1 {
          font-family: "Didot 06 A", "Didot 06 B", "Times New Roman", "serif";
          font-style: normal;
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 23px;
          letter-spacing: 1px;
          color: #323232;
          text-transform: capitalize;
          margin-bottom: 0;
          width: 300px; }
        #Double-Roller-Shades-modal .modal-body .detail .content p,
        #Day-Night-Cellular-Shades-modal .modal-body .detail .content p {
          font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
          font-style: normal;
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 13px;
          color: #848484;
          margin-top: 5px; }
        #Double-Roller-Shades-modal .modal-body .detail .content ul,
        #Day-Night-Cellular-Shades-modal .modal-body .detail .content ul {
          margin-left: 15px; }
          #Double-Roller-Shades-modal .modal-body .detail .content ul li,
          #Day-Night-Cellular-Shades-modal .modal-body .detail .content ul li {
            font-family: 'museo_sans', Helvetica, "Helvetica Neue", Arial, sans-serif;
            font-style: normal;
            font-weight: 300;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 13px;
            color: #848484; }

.tt-hint {
  color: #999; }

.tt-menu {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc; }

.tt-suggestion {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  text-align: center; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion p {
  margin: 0; }
